Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 880BD1A9239 for ; Tue, 15 Feb 2022 15:32:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8A45184ED2; Tue, 15 Feb 2022 15:32:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C376D84ECE for ; Tue, 15 Feb 2022 15:32:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id rwCQIvtFHJn6 for ; Tue, 15 Feb 2022 15:32:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 79BFF84CE2 for ; Tue, 15 Feb 2022 15:32:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72C0CFB24; Tue, 15 Feb 2022 15:32:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164493912911310" MIME-Version: 1.0 Date: Tue, 15 Feb 2022 15:32:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-moto To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220215153209.72C0CFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164493912911310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 15 15:32:09 UTC 2022 Modified Files: pkgsrc/net/py-moto: Makefile PLIST distinfo Log Message: py-moto: update to 3.0.3. Changelog not found - five years of regular releases. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-moto/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-moto/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-moto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164493912911310 Content-Disposition: inline Content-Length: 76779 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-moto/Makefile diff -u pkgsrc/net/py-moto/Makefile:1.6 pkgsrc/net/py-moto/Makefile:1.7 --- pkgsrc/net/py-moto/Makefile:1.6 Fri Jan 14 09:37:36 2022 +++ pkgsrc/net/py-moto/Makefile Tue Feb 15 15:32:09 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/01/14 09:37:36 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/02/15 15:32:09 wiz Exp $ -DISTNAME= moto-1.1.19 +DISTNAME= moto-3.0.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 2 CATEGORIES= net devel python MASTER_SITES= ${MASTER_SITE_PYPI:=m/moto/} @@ -11,29 +10,24 @@ HOMEPAGE= https://github.com/spulec/moto COMMENT= Mock-up of the boto library LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-boto>=2.36.0:../../net/py-boto -DEPENDS+= ${PYPKGPREFIX}-boto3>=1.2.1:../../net/py-boto3 -DEPENDS+= ${PYPKGPREFIX}-cookies-[0-9]*:../../www/py-cookies -DEPENDS+= ${PYPKGPREFIX}-cryptography>=2.0.0:../../security/py-cryptography +DEPENDS+= ${PYPKGPREFIX}-boto3>=1.9.201:../../net/py-boto3 +DEPENDS+= ${PYPKGPREFIX}-botocore-[0-9]*:../../net/py-botocore +DEPENDS+= ${PYPKGPREFIX}-cryptography>=3.3.1:../../security/py-cryptography +DEPENDS+= ${PYPKGPREFIX}-requests>=2.5:../../devel/py-requests +DEPENDS+= ${PYPKGPREFIX}-xmltodict-[0-9]*:../../textproc/py-xmltodict +DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug +DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.1:../../time/py-dateutil -DEPENDS+= ${PYPKGPREFIX}-dicttoxml-[0-9]*:../../textproc/py-dicttoxml +DEPENDS+= ${PYPKGPREFIX}-responses>=0.9.0:../../net/py-responses +DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.10.1:../../textproc/py-jinja2 +# unlisted but used DEPENDS+= ${PYPKGPREFIX}-flask-[0-9]*:../../www/py-flask -DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.8:../../textproc/py-jinja2 -DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock DEPENDS+= ${PYPKGPREFIX}-pyaml-[0-9]*:../../textproc/py-pyaml -DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz -DEPENDS+= ${PYPKGPREFIX}-requests>=2.5:../../devel/py-requests -DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six -DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug -DEPENDS+= ${PYPKGPREFIX}-xmltodict-[0-9]*:../../textproc/py-xmltodict -TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun -TEST_DEPENDS+= ${PYPKGPREFIX}-gdbm-[0-9]*:../../databases/py-gdbm -TEST_DEPENDS+= ${PYPKGPREFIX}-lxml>=4.0.0:../../textproc/py-lxml -TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +# unlisted but used +TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun TEST_DEPENDS+= ${PYPKGPREFIX}-sure>=1.2.24:../../devel/py-sure -TEST_DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk USE_PKG_RESOURCES= yes @@ -41,11 +35,16 @@ TEST_ENV+= PYTHONPATH=${WRKSRC}/build/li PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-sure +.include "../../lang/python/pyversion.mk" + +.if ${PYPKGPREFIX} == "py37" +DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata +.endif + post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} moto_server moto_server${PYVERSSUFFIX} || ${TRUE} do-test: - #cd ${WRKSRC}/tests && nosetests-${PYVERSSUFFIX} cd ${WRKSRC}/tests && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} .include "../../lang/python/egg.mk" Index: pkgsrc/net/py-moto/PLIST diff -u pkgsrc/net/py-moto/PLIST:1.2 pkgsrc/net/py-moto/PLIST:1.3 --- pkgsrc/net/py-moto/PLIST:1.2 Wed Dec 20 14:13:56 2017 +++ pkgsrc/net/py-moto/PLIST Tue Feb 15 15:32:09 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/12/20 14:13:56 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2022/02/15 15:32:09 wiz Exp $ bin/moto_server${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -30,6 +30,18 @@ ${PYSITELIB}/moto/apigateway/__init__.py ${PYSITELIB}/moto/apigateway/exceptions.py ${PYSITELIB}/moto/apigateway/exceptions.pyc ${PYSITELIB}/moto/apigateway/exceptions.pyo +${PYSITELIB}/moto/apigateway/integration_parsers/__init__.py +${PYSITELIB}/moto/apigateway/integration_parsers/__init__.pyc +${PYSITELIB}/moto/apigateway/integration_parsers/__init__.pyo +${PYSITELIB}/moto/apigateway/integration_parsers/aws_parser.py +${PYSITELIB}/moto/apigateway/integration_parsers/aws_parser.pyc +${PYSITELIB}/moto/apigateway/integration_parsers/aws_parser.pyo +${PYSITELIB}/moto/apigateway/integration_parsers/http_parser.py +${PYSITELIB}/moto/apigateway/integration_parsers/http_parser.pyc +${PYSITELIB}/moto/apigateway/integration_parsers/http_parser.pyo +${PYSITELIB}/moto/apigateway/integration_parsers/unknown_parser.py +${PYSITELIB}/moto/apigateway/integration_parsers/unknown_parser.pyc +${PYSITELIB}/moto/apigateway/integration_parsers/unknown_parser.pyo ${PYSITELIB}/moto/apigateway/models.py ${PYSITELIB}/moto/apigateway/models.pyc ${PYSITELIB}/moto/apigateway/models.pyo @@ -42,9 +54,78 @@ ${PYSITELIB}/moto/apigateway/urls.pyo ${PYSITELIB}/moto/apigateway/utils.py ${PYSITELIB}/moto/apigateway/utils.pyc ${PYSITELIB}/moto/apigateway/utils.pyo +${PYSITELIB}/moto/apigatewayv2/__init__.py +${PYSITELIB}/moto/apigatewayv2/__init__.pyc +${PYSITELIB}/moto/apigatewayv2/__init__.pyo +${PYSITELIB}/moto/apigatewayv2/exceptions.py +${PYSITELIB}/moto/apigatewayv2/exceptions.pyc +${PYSITELIB}/moto/apigatewayv2/exceptions.pyo +${PYSITELIB}/moto/apigatewayv2/models.py +${PYSITELIB}/moto/apigatewayv2/models.pyc +${PYSITELIB}/moto/apigatewayv2/models.pyo +${PYSITELIB}/moto/apigatewayv2/responses.py +${PYSITELIB}/moto/apigatewayv2/responses.pyc +${PYSITELIB}/moto/apigatewayv2/responses.pyo +${PYSITELIB}/moto/apigatewayv2/urls.py +${PYSITELIB}/moto/apigatewayv2/urls.pyc +${PYSITELIB}/moto/apigatewayv2/urls.pyo +${PYSITELIB}/moto/applicationautoscaling/__init__.py +${PYSITELIB}/moto/applicationautoscaling/__init__.pyc +${PYSITELIB}/moto/applicationautoscaling/__init__.pyo +${PYSITELIB}/moto/applicationautoscaling/exceptions.py +${PYSITELIB}/moto/applicationautoscaling/exceptions.pyc +${PYSITELIB}/moto/applicationautoscaling/exceptions.pyo +${PYSITELIB}/moto/applicationautoscaling/models.py +${PYSITELIB}/moto/applicationautoscaling/models.pyc +${PYSITELIB}/moto/applicationautoscaling/models.pyo +${PYSITELIB}/moto/applicationautoscaling/responses.py +${PYSITELIB}/moto/applicationautoscaling/responses.pyc +${PYSITELIB}/moto/applicationautoscaling/responses.pyo +${PYSITELIB}/moto/applicationautoscaling/urls.py +${PYSITELIB}/moto/applicationautoscaling/urls.pyc +${PYSITELIB}/moto/applicationautoscaling/urls.pyo +${PYSITELIB}/moto/applicationautoscaling/utils.py +${PYSITELIB}/moto/applicationautoscaling/utils.pyc +${PYSITELIB}/moto/applicationautoscaling/utils.pyo +${PYSITELIB}/moto/appsync/__init__.py +${PYSITELIB}/moto/appsync/__init__.pyc +${PYSITELIB}/moto/appsync/__init__.pyo +${PYSITELIB}/moto/appsync/exceptions.py +${PYSITELIB}/moto/appsync/exceptions.pyc +${PYSITELIB}/moto/appsync/exceptions.pyo +${PYSITELIB}/moto/appsync/models.py +${PYSITELIB}/moto/appsync/models.pyc +${PYSITELIB}/moto/appsync/models.pyo +${PYSITELIB}/moto/appsync/responses.py +${PYSITELIB}/moto/appsync/responses.pyc +${PYSITELIB}/moto/appsync/responses.pyo +${PYSITELIB}/moto/appsync/urls.py +${PYSITELIB}/moto/appsync/urls.pyc +${PYSITELIB}/moto/appsync/urls.pyo +${PYSITELIB}/moto/athena/__init__.py +${PYSITELIB}/moto/athena/__init__.pyc +${PYSITELIB}/moto/athena/__init__.pyo +${PYSITELIB}/moto/athena/exceptions.py +${PYSITELIB}/moto/athena/exceptions.pyc +${PYSITELIB}/moto/athena/exceptions.pyo +${PYSITELIB}/moto/athena/models.py +${PYSITELIB}/moto/athena/models.pyc +${PYSITELIB}/moto/athena/models.pyo +${PYSITELIB}/moto/athena/responses.py +${PYSITELIB}/moto/athena/responses.pyc +${PYSITELIB}/moto/athena/responses.pyo +${PYSITELIB}/moto/athena/urls.py +${PYSITELIB}/moto/athena/urls.pyc +${PYSITELIB}/moto/athena/urls.pyo +${PYSITELIB}/moto/athena/utils.py +${PYSITELIB}/moto/athena/utils.pyc +${PYSITELIB}/moto/athena/utils.pyo ${PYSITELIB}/moto/autoscaling/__init__.py ${PYSITELIB}/moto/autoscaling/__init__.pyc ${PYSITELIB}/moto/autoscaling/__init__.pyo +${PYSITELIB}/moto/autoscaling/exceptions.py +${PYSITELIB}/moto/autoscaling/exceptions.pyc +${PYSITELIB}/moto/autoscaling/exceptions.pyo ${PYSITELIB}/moto/autoscaling/models.py ${PYSITELIB}/moto/autoscaling/models.pyc ${PYSITELIB}/moto/autoscaling/models.pyo @@ -57,21 +138,69 @@ ${PYSITELIB}/moto/autoscaling/urls.pyo ${PYSITELIB}/moto/awslambda/__init__.py ${PYSITELIB}/moto/awslambda/__init__.pyc ${PYSITELIB}/moto/awslambda/__init__.pyo +${PYSITELIB}/moto/awslambda/exceptions.py +${PYSITELIB}/moto/awslambda/exceptions.pyc +${PYSITELIB}/moto/awslambda/exceptions.pyo ${PYSITELIB}/moto/awslambda/models.py ${PYSITELIB}/moto/awslambda/models.pyc ${PYSITELIB}/moto/awslambda/models.pyo +${PYSITELIB}/moto/awslambda/policy.py +${PYSITELIB}/moto/awslambda/policy.pyc +${PYSITELIB}/moto/awslambda/policy.pyo ${PYSITELIB}/moto/awslambda/responses.py ${PYSITELIB}/moto/awslambda/responses.pyc ${PYSITELIB}/moto/awslambda/responses.pyo ${PYSITELIB}/moto/awslambda/urls.py ${PYSITELIB}/moto/awslambda/urls.pyc ${PYSITELIB}/moto/awslambda/urls.pyo +${PYSITELIB}/moto/awslambda/utils.py +${PYSITELIB}/moto/awslambda/utils.pyc +${PYSITELIB}/moto/awslambda/utils.pyo +${PYSITELIB}/moto/backend_index.py +${PYSITELIB}/moto/backend_index.pyc +${PYSITELIB}/moto/backend_index.pyo ${PYSITELIB}/moto/backends.py ${PYSITELIB}/moto/backends.pyc ${PYSITELIB}/moto/backends.pyo +${PYSITELIB}/moto/batch/__init__.py +${PYSITELIB}/moto/batch/__init__.pyc +${PYSITELIB}/moto/batch/__init__.pyo +${PYSITELIB}/moto/batch/exceptions.py +${PYSITELIB}/moto/batch/exceptions.pyc +${PYSITELIB}/moto/batch/exceptions.pyo +${PYSITELIB}/moto/batch/models.py +${PYSITELIB}/moto/batch/models.pyc +${PYSITELIB}/moto/batch/models.pyo +${PYSITELIB}/moto/batch/responses.py +${PYSITELIB}/moto/batch/responses.pyc +${PYSITELIB}/moto/batch/responses.pyo +${PYSITELIB}/moto/batch/urls.py +${PYSITELIB}/moto/batch/urls.pyc +${PYSITELIB}/moto/batch/urls.pyo +${PYSITELIB}/moto/batch/utils.py +${PYSITELIB}/moto/batch/utils.pyc +${PYSITELIB}/moto/batch/utils.pyo +${PYSITELIB}/moto/budgets/__init__.py +${PYSITELIB}/moto/budgets/__init__.pyc +${PYSITELIB}/moto/budgets/__init__.pyo +${PYSITELIB}/moto/budgets/exceptions.py +${PYSITELIB}/moto/budgets/exceptions.pyc +${PYSITELIB}/moto/budgets/exceptions.pyo +${PYSITELIB}/moto/budgets/models.py +${PYSITELIB}/moto/budgets/models.pyc +${PYSITELIB}/moto/budgets/models.pyo +${PYSITELIB}/moto/budgets/responses.py +${PYSITELIB}/moto/budgets/responses.pyc +${PYSITELIB}/moto/budgets/responses.pyo +${PYSITELIB}/moto/budgets/urls.py +${PYSITELIB}/moto/budgets/urls.pyc +${PYSITELIB}/moto/budgets/urls.pyo ${PYSITELIB}/moto/cloudformation/__init__.py ${PYSITELIB}/moto/cloudformation/__init__.pyc ${PYSITELIB}/moto/cloudformation/__init__.pyo +${PYSITELIB}/moto/cloudformation/custom_model.py +${PYSITELIB}/moto/cloudformation/custom_model.pyc +${PYSITELIB}/moto/cloudformation/custom_model.pyo ${PYSITELIB}/moto/cloudformation/exceptions.py ${PYSITELIB}/moto/cloudformation/exceptions.pyc ${PYSITELIB}/moto/cloudformation/exceptions.pyo @@ -90,9 +219,42 @@ ${PYSITELIB}/moto/cloudformation/urls.py ${PYSITELIB}/moto/cloudformation/utils.py ${PYSITELIB}/moto/cloudformation/utils.pyc ${PYSITELIB}/moto/cloudformation/utils.pyo +${PYSITELIB}/moto/cloudfront/__init__.py +${PYSITELIB}/moto/cloudfront/__init__.pyc +${PYSITELIB}/moto/cloudfront/__init__.pyo +${PYSITELIB}/moto/cloudfront/exceptions.py +${PYSITELIB}/moto/cloudfront/exceptions.pyc +${PYSITELIB}/moto/cloudfront/exceptions.pyo +${PYSITELIB}/moto/cloudfront/models.py +${PYSITELIB}/moto/cloudfront/models.pyc +${PYSITELIB}/moto/cloudfront/models.pyo +${PYSITELIB}/moto/cloudfront/responses.py +${PYSITELIB}/moto/cloudfront/responses.pyc +${PYSITELIB}/moto/cloudfront/responses.pyo +${PYSITELIB}/moto/cloudfront/urls.py +${PYSITELIB}/moto/cloudfront/urls.pyc +${PYSITELIB}/moto/cloudfront/urls.pyo +${PYSITELIB}/moto/cloudtrail/__init__.py +${PYSITELIB}/moto/cloudtrail/__init__.pyc +${PYSITELIB}/moto/cloudtrail/__init__.pyo +${PYSITELIB}/moto/cloudtrail/exceptions.py +${PYSITELIB}/moto/cloudtrail/exceptions.pyc +${PYSITELIB}/moto/cloudtrail/exceptions.pyo +${PYSITELIB}/moto/cloudtrail/models.py +${PYSITELIB}/moto/cloudtrail/models.pyc +${PYSITELIB}/moto/cloudtrail/models.pyo +${PYSITELIB}/moto/cloudtrail/responses.py +${PYSITELIB}/moto/cloudtrail/responses.pyc +${PYSITELIB}/moto/cloudtrail/responses.pyo +${PYSITELIB}/moto/cloudtrail/urls.py +${PYSITELIB}/moto/cloudtrail/urls.pyc +${PYSITELIB}/moto/cloudtrail/urls.pyo ${PYSITELIB}/moto/cloudwatch/__init__.py ${PYSITELIB}/moto/cloudwatch/__init__.pyc ${PYSITELIB}/moto/cloudwatch/__init__.pyo +${PYSITELIB}/moto/cloudwatch/exceptions.py +${PYSITELIB}/moto/cloudwatch/exceptions.pyc +${PYSITELIB}/moto/cloudwatch/exceptions.pyo ${PYSITELIB}/moto/cloudwatch/models.py ${PYSITELIB}/moto/cloudwatch/models.pyc ${PYSITELIB}/moto/cloudwatch/models.pyo @@ -105,12 +267,96 @@ ${PYSITELIB}/moto/cloudwatch/urls.pyo ${PYSITELIB}/moto/cloudwatch/utils.py ${PYSITELIB}/moto/cloudwatch/utils.pyc ${PYSITELIB}/moto/cloudwatch/utils.pyo -${PYSITELIB}/moto/compat.py -${PYSITELIB}/moto/compat.pyc -${PYSITELIB}/moto/compat.pyo +${PYSITELIB}/moto/codecommit/__init__.py +${PYSITELIB}/moto/codecommit/__init__.pyc +${PYSITELIB}/moto/codecommit/__init__.pyo +${PYSITELIB}/moto/codecommit/exceptions.py +${PYSITELIB}/moto/codecommit/exceptions.pyc +${PYSITELIB}/moto/codecommit/exceptions.pyo +${PYSITELIB}/moto/codecommit/models.py +${PYSITELIB}/moto/codecommit/models.pyc +${PYSITELIB}/moto/codecommit/models.pyo +${PYSITELIB}/moto/codecommit/responses.py +${PYSITELIB}/moto/codecommit/responses.pyc +${PYSITELIB}/moto/codecommit/responses.pyo +${PYSITELIB}/moto/codecommit/urls.py +${PYSITELIB}/moto/codecommit/urls.pyc +${PYSITELIB}/moto/codecommit/urls.pyo +${PYSITELIB}/moto/codepipeline/__init__.py +${PYSITELIB}/moto/codepipeline/__init__.pyc +${PYSITELIB}/moto/codepipeline/__init__.pyo +${PYSITELIB}/moto/codepipeline/exceptions.py +${PYSITELIB}/moto/codepipeline/exceptions.pyc +${PYSITELIB}/moto/codepipeline/exceptions.pyo +${PYSITELIB}/moto/codepipeline/models.py +${PYSITELIB}/moto/codepipeline/models.pyc +${PYSITELIB}/moto/codepipeline/models.pyo +${PYSITELIB}/moto/codepipeline/responses.py +${PYSITELIB}/moto/codepipeline/responses.pyc +${PYSITELIB}/moto/codepipeline/responses.pyo +${PYSITELIB}/moto/codepipeline/urls.py +${PYSITELIB}/moto/codepipeline/urls.pyc +${PYSITELIB}/moto/codepipeline/urls.pyo +${PYSITELIB}/moto/cognitoidentity/__init__.py +${PYSITELIB}/moto/cognitoidentity/__init__.pyc +${PYSITELIB}/moto/cognitoidentity/__init__.pyo +${PYSITELIB}/moto/cognitoidentity/exceptions.py +${PYSITELIB}/moto/cognitoidentity/exceptions.pyc +${PYSITELIB}/moto/cognitoidentity/exceptions.pyo +${PYSITELIB}/moto/cognitoidentity/models.py +${PYSITELIB}/moto/cognitoidentity/models.pyc +${PYSITELIB}/moto/cognitoidentity/models.pyo +${PYSITELIB}/moto/cognitoidentity/responses.py +${PYSITELIB}/moto/cognitoidentity/responses.pyc +${PYSITELIB}/moto/cognitoidentity/responses.pyo +${PYSITELIB}/moto/cognitoidentity/urls.py +${PYSITELIB}/moto/cognitoidentity/urls.pyc +${PYSITELIB}/moto/cognitoidentity/urls.pyo +${PYSITELIB}/moto/cognitoidentity/utils.py +${PYSITELIB}/moto/cognitoidentity/utils.pyc +${PYSITELIB}/moto/cognitoidentity/utils.pyo +${PYSITELIB}/moto/cognitoidp/__init__.py +${PYSITELIB}/moto/cognitoidp/__init__.pyc +${PYSITELIB}/moto/cognitoidp/__init__.pyo +${PYSITELIB}/moto/cognitoidp/exceptions.py +${PYSITELIB}/moto/cognitoidp/exceptions.pyc +${PYSITELIB}/moto/cognitoidp/exceptions.pyo +${PYSITELIB}/moto/cognitoidp/models.py +${PYSITELIB}/moto/cognitoidp/models.pyc +${PYSITELIB}/moto/cognitoidp/models.pyo +${PYSITELIB}/moto/cognitoidp/resources/jwks-private.json +${PYSITELIB}/moto/cognitoidp/resources/jwks-public.json +${PYSITELIB}/moto/cognitoidp/responses.py +${PYSITELIB}/moto/cognitoidp/responses.pyc +${PYSITELIB}/moto/cognitoidp/responses.pyo +${PYSITELIB}/moto/cognitoidp/urls.py +${PYSITELIB}/moto/cognitoidp/urls.pyc +${PYSITELIB}/moto/cognitoidp/urls.pyo +${PYSITELIB}/moto/cognitoidp/utils.py +${PYSITELIB}/moto/cognitoidp/utils.pyc +${PYSITELIB}/moto/cognitoidp/utils.pyo +${PYSITELIB}/moto/config/__init__.py +${PYSITELIB}/moto/config/__init__.pyc +${PYSITELIB}/moto/config/__init__.pyo +${PYSITELIB}/moto/config/exceptions.py +${PYSITELIB}/moto/config/exceptions.pyc +${PYSITELIB}/moto/config/exceptions.pyo +${PYSITELIB}/moto/config/models.py +${PYSITELIB}/moto/config/models.pyc +${PYSITELIB}/moto/config/models.pyo +${PYSITELIB}/moto/config/resources/aws_managed_rules.json +${PYSITELIB}/moto/config/responses.py +${PYSITELIB}/moto/config/responses.pyc +${PYSITELIB}/moto/config/responses.pyo +${PYSITELIB}/moto/config/urls.py +${PYSITELIB}/moto/config/urls.pyc +${PYSITELIB}/moto/config/urls.pyo ${PYSITELIB}/moto/core/__init__.py ${PYSITELIB}/moto/core/__init__.pyc ${PYSITELIB}/moto/core/__init__.pyo +${PYSITELIB}/moto/core/custom_responses_mock.py +${PYSITELIB}/moto/core/custom_responses_mock.pyc +${PYSITELIB}/moto/core/custom_responses_mock.pyo ${PYSITELIB}/moto/core/exceptions.py ${PYSITELIB}/moto/core/exceptions.pyc ${PYSITELIB}/moto/core/exceptions.pyo @@ -120,6 +366,9 @@ ${PYSITELIB}/moto/core/models.pyo ${PYSITELIB}/moto/core/responses.py ${PYSITELIB}/moto/core/responses.pyc ${PYSITELIB}/moto/core/responses.pyo +${PYSITELIB}/moto/core/responses_custom_registry.py +${PYSITELIB}/moto/core/responses_custom_registry.pyc +${PYSITELIB}/moto/core/responses_custom_registry.pyo ${PYSITELIB}/moto/core/urls.py ${PYSITELIB}/moto/core/urls.pyc ${PYSITELIB}/moto/core/urls.pyo @@ -141,6 +390,78 @@ ${PYSITELIB}/moto/datapipeline/urls.pyo ${PYSITELIB}/moto/datapipeline/utils.py ${PYSITELIB}/moto/datapipeline/utils.pyc ${PYSITELIB}/moto/datapipeline/utils.pyo +${PYSITELIB}/moto/datasync/__init__.py +${PYSITELIB}/moto/datasync/__init__.pyc +${PYSITELIB}/moto/datasync/__init__.pyo +${PYSITELIB}/moto/datasync/exceptions.py +${PYSITELIB}/moto/datasync/exceptions.pyc +${PYSITELIB}/moto/datasync/exceptions.pyo +${PYSITELIB}/moto/datasync/models.py +${PYSITELIB}/moto/datasync/models.pyc +${PYSITELIB}/moto/datasync/models.pyo +${PYSITELIB}/moto/datasync/responses.py +${PYSITELIB}/moto/datasync/responses.pyc +${PYSITELIB}/moto/datasync/responses.pyo +${PYSITELIB}/moto/datasync/urls.py +${PYSITELIB}/moto/datasync/urls.pyc +${PYSITELIB}/moto/datasync/urls.pyo +${PYSITELIB}/moto/dax/__init__.py +${PYSITELIB}/moto/dax/__init__.pyc +${PYSITELIB}/moto/dax/__init__.pyo +${PYSITELIB}/moto/dax/exceptions.py +${PYSITELIB}/moto/dax/exceptions.pyc +${PYSITELIB}/moto/dax/exceptions.pyo +${PYSITELIB}/moto/dax/models.py +${PYSITELIB}/moto/dax/models.pyc +${PYSITELIB}/moto/dax/models.pyo +${PYSITELIB}/moto/dax/responses.py +${PYSITELIB}/moto/dax/responses.pyc +${PYSITELIB}/moto/dax/responses.pyo +${PYSITELIB}/moto/dax/urls.py +${PYSITELIB}/moto/dax/urls.pyc +${PYSITELIB}/moto/dax/urls.pyo +${PYSITELIB}/moto/dax/utils.py +${PYSITELIB}/moto/dax/utils.pyc +${PYSITELIB}/moto/dax/utils.pyo +${PYSITELIB}/moto/dms/__init__.py +${PYSITELIB}/moto/dms/__init__.pyc +${PYSITELIB}/moto/dms/__init__.pyo +${PYSITELIB}/moto/dms/exceptions.py +${PYSITELIB}/moto/dms/exceptions.pyc +${PYSITELIB}/moto/dms/exceptions.pyo +${PYSITELIB}/moto/dms/models.py +${PYSITELIB}/moto/dms/models.pyc +${PYSITELIB}/moto/dms/models.pyo +${PYSITELIB}/moto/dms/responses.py +${PYSITELIB}/moto/dms/responses.pyc +${PYSITELIB}/moto/dms/responses.pyo +${PYSITELIB}/moto/dms/urls.py +${PYSITELIB}/moto/dms/urls.pyc +${PYSITELIB}/moto/dms/urls.pyo +${PYSITELIB}/moto/dms/utils.py +${PYSITELIB}/moto/dms/utils.pyc +${PYSITELIB}/moto/dms/utils.pyo +${PYSITELIB}/moto/ds/__init__.py +${PYSITELIB}/moto/ds/__init__.pyc +${PYSITELIB}/moto/ds/__init__.pyo +${PYSITELIB}/moto/ds/exceptions.py +${PYSITELIB}/moto/ds/exceptions.pyc +${PYSITELIB}/moto/ds/exceptions.pyo +${PYSITELIB}/moto/ds/models.py +${PYSITELIB}/moto/ds/models.pyc +${PYSITELIB}/moto/ds/models.pyo +${PYSITELIB}/moto/ds/responses.py +${PYSITELIB}/moto/ds/responses.pyc +${PYSITELIB}/moto/ds/responses.pyo +${PYSITELIB}/moto/ds/urls.py +${PYSITELIB}/moto/ds/urls.pyc +${PYSITELIB}/moto/ds/urls.pyo +${PYSITELIB}/moto/ds/utils.py +${PYSITELIB}/moto/ds/utils.pyc +${PYSITELIB}/moto/ds/utils.pyo +${PYSITELIB}/moto/ds/validations.py +${PYSITELIB}/moto/ds/validations.pyc +${PYSITELIB}/moto/ds/validations.pyo ${PYSITELIB}/moto/dynamodb/__init__.py ${PYSITELIB}/moto/dynamodb/__init__.pyc ${PYSITELIB}/moto/dynamodb/__init__.pyo @@ -162,24 +483,145 @@ ${PYSITELIB}/moto/dynamodb2/__init__.pyo ${PYSITELIB}/moto/dynamodb2/comparisons.py ${PYSITELIB}/moto/dynamodb2/comparisons.pyc ${PYSITELIB}/moto/dynamodb2/comparisons.pyo -${PYSITELIB}/moto/dynamodb2/models.py -${PYSITELIB}/moto/dynamodb2/models.pyc -${PYSITELIB}/moto/dynamodb2/models.pyo +${PYSITELIB}/moto/dynamodb2/exceptions.py +${PYSITELIB}/moto/dynamodb2/exceptions.pyc +${PYSITELIB}/moto/dynamodb2/exceptions.pyo +${PYSITELIB}/moto/dynamodb2/limits.py +${PYSITELIB}/moto/dynamodb2/limits.pyc +${PYSITELIB}/moto/dynamodb2/limits.pyo +${PYSITELIB}/moto/dynamodb2/models/__init__.py +${PYSITELIB}/moto/dynamodb2/models/__init__.pyc +${PYSITELIB}/moto/dynamodb2/models/__init__.pyo +${PYSITELIB}/moto/dynamodb2/models/dynamo_type.py +${PYSITELIB}/moto/dynamodb2/models/dynamo_type.pyc +${PYSITELIB}/moto/dynamodb2/models/dynamo_type.pyo +${PYSITELIB}/moto/dynamodb2/models/utilities.py +${PYSITELIB}/moto/dynamodb2/models/utilities.pyc +${PYSITELIB}/moto/dynamodb2/models/utilities.pyo +${PYSITELIB}/moto/dynamodb2/parsing/__init__.py +${PYSITELIB}/moto/dynamodb2/parsing/__init__.pyc +${PYSITELIB}/moto/dynamodb2/parsing/__init__.pyo +${PYSITELIB}/moto/dynamodb2/parsing/ast_nodes.py +${PYSITELIB}/moto/dynamodb2/parsing/ast_nodes.pyc +${PYSITELIB}/moto/dynamodb2/parsing/ast_nodes.pyo +${PYSITELIB}/moto/dynamodb2/parsing/executors.py +${PYSITELIB}/moto/dynamodb2/parsing/executors.pyc +${PYSITELIB}/moto/dynamodb2/parsing/executors.pyo +${PYSITELIB}/moto/dynamodb2/parsing/expressions.py +${PYSITELIB}/moto/dynamodb2/parsing/expressions.pyc +${PYSITELIB}/moto/dynamodb2/parsing/expressions.pyo +${PYSITELIB}/moto/dynamodb2/parsing/reserved_keywords.py +${PYSITELIB}/moto/dynamodb2/parsing/reserved_keywords.pyc +${PYSITELIB}/moto/dynamodb2/parsing/reserved_keywords.pyo +${PYSITELIB}/moto/dynamodb2/parsing/reserved_keywords.txt +${PYSITELIB}/moto/dynamodb2/parsing/tokens.py +${PYSITELIB}/moto/dynamodb2/parsing/tokens.pyc +${PYSITELIB}/moto/dynamodb2/parsing/tokens.pyo +${PYSITELIB}/moto/dynamodb2/parsing/validators.py +${PYSITELIB}/moto/dynamodb2/parsing/validators.pyc +${PYSITELIB}/moto/dynamodb2/parsing/validators.pyo ${PYSITELIB}/moto/dynamodb2/responses.py ${PYSITELIB}/moto/dynamodb2/responses.pyc ${PYSITELIB}/moto/dynamodb2/responses.pyo ${PYSITELIB}/moto/dynamodb2/urls.py ${PYSITELIB}/moto/dynamodb2/urls.pyc ${PYSITELIB}/moto/dynamodb2/urls.pyo +${PYSITELIB}/moto/dynamodbstreams/__init__.py +${PYSITELIB}/moto/dynamodbstreams/__init__.pyc +${PYSITELIB}/moto/dynamodbstreams/__init__.pyo +${PYSITELIB}/moto/dynamodbstreams/models.py +${PYSITELIB}/moto/dynamodbstreams/models.pyc +${PYSITELIB}/moto/dynamodbstreams/models.pyo +${PYSITELIB}/moto/dynamodbstreams/responses.py +${PYSITELIB}/moto/dynamodbstreams/responses.pyc +${PYSITELIB}/moto/dynamodbstreams/responses.pyo +${PYSITELIB}/moto/dynamodbstreams/urls.py +${PYSITELIB}/moto/dynamodbstreams/urls.pyc +${PYSITELIB}/moto/dynamodbstreams/urls.pyo ${PYSITELIB}/moto/ec2/__init__.py ${PYSITELIB}/moto/ec2/__init__.pyc ${PYSITELIB}/moto/ec2/__init__.pyo +${PYSITELIB}/moto/ec2/_models/core.py +${PYSITELIB}/moto/ec2/_models/core.pyc +${PYSITELIB}/moto/ec2/_models/core.pyo +${PYSITELIB}/moto/ec2/_models/vpc_service_configuration.py +${PYSITELIB}/moto/ec2/_models/vpc_service_configuration.pyc +${PYSITELIB}/moto/ec2/_models/vpc_service_configuration.pyo ${PYSITELIB}/moto/ec2/exceptions.py ${PYSITELIB}/moto/ec2/exceptions.pyc ${PYSITELIB}/moto/ec2/exceptions.pyo ${PYSITELIB}/moto/ec2/models.py ${PYSITELIB}/moto/ec2/models.pyc ${PYSITELIB}/moto/ec2/models.pyo +${PYSITELIB}/moto/ec2/regions.py +${PYSITELIB}/moto/ec2/regions.pyc +${PYSITELIB}/moto/ec2/regions.pyo +${PYSITELIB}/moto/ec2/resources/amis.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/af-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-east-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-3.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ca-central-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-north-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-3.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/me-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/sa-east-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/af-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-east-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-3.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-3.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/ca-central-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-north-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-3.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/me-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/sa-east-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/af-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/ap-east-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/ap-northeast-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/ap-northeast-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/ap-northeast-3.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/ap-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/ap-southeast-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/ap-southeast-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/ap-southeast-3.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/ca-central-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/eu-central-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/eu-north-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/eu-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/eu-west-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/eu-west-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/eu-west-3.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/me-south-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/sa-east-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/us-east-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/us-east-2.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/us-west-1.json +${PYSITELIB}/moto/ec2/resources/instance_type_offerings/region/us-west-2.json ${PYSITELIB}/moto/ec2/resources/instance_types.json ${PYSITELIB}/moto/ec2/responses/__init__.py ${PYSITELIB}/moto/ec2/responses/__init__.pyc @@ -196,12 +638,18 @@ ${PYSITELIB}/moto/ec2/responses/amis.pyo ${PYSITELIB}/moto/ec2/responses/availability_zones_and_regions.py ${PYSITELIB}/moto/ec2/responses/availability_zones_and_regions.pyc ${PYSITELIB}/moto/ec2/responses/availability_zones_and_regions.pyo +${PYSITELIB}/moto/ec2/responses/carrier_gateways.py +${PYSITELIB}/moto/ec2/responses/carrier_gateways.pyc +${PYSITELIB}/moto/ec2/responses/carrier_gateways.pyo ${PYSITELIB}/moto/ec2/responses/customer_gateways.py ${PYSITELIB}/moto/ec2/responses/customer_gateways.pyc ${PYSITELIB}/moto/ec2/responses/customer_gateways.pyo ${PYSITELIB}/moto/ec2/responses/dhcp_options.py ${PYSITELIB}/moto/ec2/responses/dhcp_options.pyc ${PYSITELIB}/moto/ec2/responses/dhcp_options.pyo +${PYSITELIB}/moto/ec2/responses/egress_only_internet_gateways.py +${PYSITELIB}/moto/ec2/responses/egress_only_internet_gateways.pyc +${PYSITELIB}/moto/ec2/responses/egress_only_internet_gateways.pyo ${PYSITELIB}/moto/ec2/responses/elastic_block_store.py ${PYSITELIB}/moto/ec2/responses/elastic_block_store.pyc ${PYSITELIB}/moto/ec2/responses/elastic_block_store.pyo @@ -211,9 +659,15 @@ ${PYSITELIB}/moto/ec2/responses/elastic_ ${PYSITELIB}/moto/ec2/responses/elastic_network_interfaces.py ${PYSITELIB}/moto/ec2/responses/elastic_network_interfaces.pyc ${PYSITELIB}/moto/ec2/responses/elastic_network_interfaces.pyo +${PYSITELIB}/moto/ec2/responses/flow_logs.py +${PYSITELIB}/moto/ec2/responses/flow_logs.pyc +${PYSITELIB}/moto/ec2/responses/flow_logs.pyo ${PYSITELIB}/moto/ec2/responses/general.py ${PYSITELIB}/moto/ec2/responses/general.pyc ${PYSITELIB}/moto/ec2/responses/general.pyo +${PYSITELIB}/moto/ec2/responses/iam_instance_profiles.py +${PYSITELIB}/moto/ec2/responses/iam_instance_profiles.pyc +${PYSITELIB}/moto/ec2/responses/iam_instance_profiles.pyo ${PYSITELIB}/moto/ec2/responses/instances.py ${PYSITELIB}/moto/ec2/responses/instances.pyc ${PYSITELIB}/moto/ec2/responses/instances.pyo @@ -226,6 +680,9 @@ ${PYSITELIB}/moto/ec2/responses/ip_addre ${PYSITELIB}/moto/ec2/responses/key_pairs.py ${PYSITELIB}/moto/ec2/responses/key_pairs.pyc ${PYSITELIB}/moto/ec2/responses/key_pairs.pyo +${PYSITELIB}/moto/ec2/responses/launch_templates.py +${PYSITELIB}/moto/ec2/responses/launch_templates.pyc +${PYSITELIB}/moto/ec2/responses/launch_templates.pyo ${PYSITELIB}/moto/ec2/responses/monitoring.py ${PYSITELIB}/moto/ec2/responses/monitoring.pyc ${PYSITELIB}/moto/ec2/responses/monitoring.pyo @@ -247,6 +704,9 @@ ${PYSITELIB}/moto/ec2/responses/route_ta ${PYSITELIB}/moto/ec2/responses/security_groups.py ${PYSITELIB}/moto/ec2/responses/security_groups.pyc ${PYSITELIB}/moto/ec2/responses/security_groups.pyo +${PYSITELIB}/moto/ec2/responses/settings.py +${PYSITELIB}/moto/ec2/responses/settings.pyc +${PYSITELIB}/moto/ec2/responses/settings.pyo ${PYSITELIB}/moto/ec2/responses/spot_fleets.py ${PYSITELIB}/moto/ec2/responses/spot_fleets.pyc ${PYSITELIB}/moto/ec2/responses/spot_fleets.pyo @@ -259,6 +719,15 @@ ${PYSITELIB}/moto/ec2/responses/subnets. ${PYSITELIB}/moto/ec2/responses/tags.py ${PYSITELIB}/moto/ec2/responses/tags.pyc ${PYSITELIB}/moto/ec2/responses/tags.pyo +${PYSITELIB}/moto/ec2/responses/transit_gateway_attachments.py +${PYSITELIB}/moto/ec2/responses/transit_gateway_attachments.pyc +${PYSITELIB}/moto/ec2/responses/transit_gateway_attachments.pyo +${PYSITELIB}/moto/ec2/responses/transit_gateway_route_tables.py +${PYSITELIB}/moto/ec2/responses/transit_gateway_route_tables.pyc +${PYSITELIB}/moto/ec2/responses/transit_gateway_route_tables.pyo +${PYSITELIB}/moto/ec2/responses/transit_gateways.py +${PYSITELIB}/moto/ec2/responses/transit_gateways.pyc +${PYSITELIB}/moto/ec2/responses/transit_gateways.pyo ${PYSITELIB}/moto/ec2/responses/virtual_private_gateways.py ${PYSITELIB}/moto/ec2/responses/virtual_private_gateways.pyc ${PYSITELIB}/moto/ec2/responses/virtual_private_gateways.pyo @@ -271,6 +740,9 @@ ${PYSITELIB}/moto/ec2/responses/vm_impor ${PYSITELIB}/moto/ec2/responses/vpc_peering_connections.py ${PYSITELIB}/moto/ec2/responses/vpc_peering_connections.pyc ${PYSITELIB}/moto/ec2/responses/vpc_peering_connections.pyo +${PYSITELIB}/moto/ec2/responses/vpc_service_configuration.py +${PYSITELIB}/moto/ec2/responses/vpc_service_configuration.pyc +${PYSITELIB}/moto/ec2/responses/vpc_service_configuration.pyo ${PYSITELIB}/moto/ec2/responses/vpcs.py ${PYSITELIB}/moto/ec2/responses/vpcs.pyc ${PYSITELIB}/moto/ec2/responses/vpcs.pyo @@ -286,6 +758,18 @@ ${PYSITELIB}/moto/ec2/urls.pyo ${PYSITELIB}/moto/ec2/utils.py ${PYSITELIB}/moto/ec2/utils.pyc ${PYSITELIB}/moto/ec2/utils.pyo +${PYSITELIB}/moto/ec2instanceconnect/__init__.py +${PYSITELIB}/moto/ec2instanceconnect/__init__.pyc +${PYSITELIB}/moto/ec2instanceconnect/__init__.pyo +${PYSITELIB}/moto/ec2instanceconnect/models.py +${PYSITELIB}/moto/ec2instanceconnect/models.pyc +${PYSITELIB}/moto/ec2instanceconnect/models.pyo +${PYSITELIB}/moto/ec2instanceconnect/responses.py +${PYSITELIB}/moto/ec2instanceconnect/responses.pyc +${PYSITELIB}/moto/ec2instanceconnect/responses.pyo +${PYSITELIB}/moto/ec2instanceconnect/urls.py +${PYSITELIB}/moto/ec2instanceconnect/urls.pyc +${PYSITELIB}/moto/ec2instanceconnect/urls.pyo ${PYSITELIB}/moto/ecr/__init__.py ${PYSITELIB}/moto/ecr/__init__.pyc ${PYSITELIB}/moto/ecr/__init__.pyo @@ -295,6 +779,9 @@ ${PYSITELIB}/moto/ecr/exceptions.pyo ${PYSITELIB}/moto/ecr/models.py ${PYSITELIB}/moto/ecr/models.pyc ${PYSITELIB}/moto/ecr/models.pyo +${PYSITELIB}/moto/ecr/policy_validation.py +${PYSITELIB}/moto/ecr/policy_validation.pyc +${PYSITELIB}/moto/ecr/policy_validation.pyo ${PYSITELIB}/moto/ecr/responses.py ${PYSITELIB}/moto/ecr/responses.pyc ${PYSITELIB}/moto/ecr/responses.pyo @@ -304,6 +791,9 @@ ${PYSITELIB}/moto/ecr/urls.pyo ${PYSITELIB}/moto/ecs/__init__.py ${PYSITELIB}/moto/ecs/__init__.pyc ${PYSITELIB}/moto/ecs/__init__.pyo +${PYSITELIB}/moto/ecs/exceptions.py +${PYSITELIB}/moto/ecs/exceptions.pyc +${PYSITELIB}/moto/ecs/exceptions.pyo ${PYSITELIB}/moto/ecs/models.py ${PYSITELIB}/moto/ecs/models.pyc ${PYSITELIB}/moto/ecs/models.pyo @@ -313,6 +803,84 @@ ${PYSITELIB}/moto/ecs/responses.pyo ${PYSITELIB}/moto/ecs/urls.py ${PYSITELIB}/moto/ecs/urls.pyc ${PYSITELIB}/moto/ecs/urls.pyo +${PYSITELIB}/moto/efs/__init__.py +${PYSITELIB}/moto/efs/__init__.pyc +${PYSITELIB}/moto/efs/__init__.pyo +${PYSITELIB}/moto/efs/exceptions.py +${PYSITELIB}/moto/efs/exceptions.pyc +${PYSITELIB}/moto/efs/exceptions.pyo +${PYSITELIB}/moto/efs/models.py +${PYSITELIB}/moto/efs/models.pyc +${PYSITELIB}/moto/efs/models.pyo +${PYSITELIB}/moto/efs/responses.py +${PYSITELIB}/moto/efs/responses.pyc +${PYSITELIB}/moto/efs/responses.pyo +${PYSITELIB}/moto/efs/urls.py +${PYSITELIB}/moto/efs/urls.pyc +${PYSITELIB}/moto/efs/urls.pyo +${PYSITELIB}/moto/eks/__init__.py +${PYSITELIB}/moto/eks/__init__.pyc +${PYSITELIB}/moto/eks/__init__.pyo +${PYSITELIB}/moto/eks/exceptions.py +${PYSITELIB}/moto/eks/exceptions.pyc +${PYSITELIB}/moto/eks/exceptions.pyo +${PYSITELIB}/moto/eks/models.py +${PYSITELIB}/moto/eks/models.pyc +${PYSITELIB}/moto/eks/models.pyo +${PYSITELIB}/moto/eks/responses.py +${PYSITELIB}/moto/eks/responses.pyc +${PYSITELIB}/moto/eks/responses.pyo +${PYSITELIB}/moto/eks/urls.py +${PYSITELIB}/moto/eks/urls.pyc +${PYSITELIB}/moto/eks/urls.pyo +${PYSITELIB}/moto/eks/utils.py +${PYSITELIB}/moto/eks/utils.pyc +${PYSITELIB}/moto/eks/utils.pyo +${PYSITELIB}/moto/elasticache/__init__.py +${PYSITELIB}/moto/elasticache/__init__.pyc +${PYSITELIB}/moto/elasticache/__init__.pyo +${PYSITELIB}/moto/elasticache/exceptions.py +${PYSITELIB}/moto/elasticache/exceptions.pyc +${PYSITELIB}/moto/elasticache/exceptions.pyo +${PYSITELIB}/moto/elasticache/models.py +${PYSITELIB}/moto/elasticache/models.pyc +${PYSITELIB}/moto/elasticache/models.pyo +${PYSITELIB}/moto/elasticache/responses.py +${PYSITELIB}/moto/elasticache/responses.pyc +${PYSITELIB}/moto/elasticache/responses.pyo +${PYSITELIB}/moto/elasticache/urls.py +${PYSITELIB}/moto/elasticache/urls.pyc +${PYSITELIB}/moto/elasticache/urls.pyo +${PYSITELIB}/moto/elasticbeanstalk/__init__.py +${PYSITELIB}/moto/elasticbeanstalk/__init__.pyc +${PYSITELIB}/moto/elasticbeanstalk/__init__.pyo +${PYSITELIB}/moto/elasticbeanstalk/exceptions.py +${PYSITELIB}/moto/elasticbeanstalk/exceptions.pyc +${PYSITELIB}/moto/elasticbeanstalk/exceptions.pyo +${PYSITELIB}/moto/elasticbeanstalk/models.py +${PYSITELIB}/moto/elasticbeanstalk/models.pyc +${PYSITELIB}/moto/elasticbeanstalk/models.pyo +${PYSITELIB}/moto/elasticbeanstalk/responses.py +${PYSITELIB}/moto/elasticbeanstalk/responses.pyc +${PYSITELIB}/moto/elasticbeanstalk/responses.pyo +${PYSITELIB}/moto/elasticbeanstalk/urls.py +${PYSITELIB}/moto/elasticbeanstalk/urls.pyc +${PYSITELIB}/moto/elasticbeanstalk/urls.pyo +${PYSITELIB}/moto/elasticbeanstalk/utils.py +${PYSITELIB}/moto/elasticbeanstalk/utils.pyc +${PYSITELIB}/moto/elasticbeanstalk/utils.pyo +${PYSITELIB}/moto/elastictranscoder/__init__.py +${PYSITELIB}/moto/elastictranscoder/__init__.pyc +${PYSITELIB}/moto/elastictranscoder/__init__.pyo +${PYSITELIB}/moto/elastictranscoder/models.py +${PYSITELIB}/moto/elastictranscoder/models.pyc +${PYSITELIB}/moto/elastictranscoder/models.pyo +${PYSITELIB}/moto/elastictranscoder/responses.py +${PYSITELIB}/moto/elastictranscoder/responses.pyc +${PYSITELIB}/moto/elastictranscoder/responses.pyo +${PYSITELIB}/moto/elastictranscoder/urls.py +${PYSITELIB}/moto/elastictranscoder/urls.pyc +${PYSITELIB}/moto/elastictranscoder/urls.pyo ${PYSITELIB}/moto/elb/__init__.py ${PYSITELIB}/moto/elb/__init__.pyc ${PYSITELIB}/moto/elb/__init__.pyo @@ -343,6 +911,9 @@ ${PYSITELIB}/moto/elbv2/responses.pyo ${PYSITELIB}/moto/elbv2/urls.py ${PYSITELIB}/moto/elbv2/urls.pyc ${PYSITELIB}/moto/elbv2/urls.pyo +${PYSITELIB}/moto/elbv2/utils.py +${PYSITELIB}/moto/elbv2/utils.pyc +${PYSITELIB}/moto/elbv2/utils.pyo ${PYSITELIB}/moto/emr/__init__.py ${PYSITELIB}/moto/emr/__init__.pyc ${PYSITELIB}/moto/emr/__init__.pyo @@ -361,9 +932,45 @@ ${PYSITELIB}/moto/emr/urls.pyo ${PYSITELIB}/moto/emr/utils.py ${PYSITELIB}/moto/emr/utils.pyc ${PYSITELIB}/moto/emr/utils.pyo +${PYSITELIB}/moto/emrcontainers/__init__.py +${PYSITELIB}/moto/emrcontainers/__init__.pyc +${PYSITELIB}/moto/emrcontainers/__init__.pyo +${PYSITELIB}/moto/emrcontainers/exceptions.py +${PYSITELIB}/moto/emrcontainers/exceptions.pyc +${PYSITELIB}/moto/emrcontainers/exceptions.pyo +${PYSITELIB}/moto/emrcontainers/models.py +${PYSITELIB}/moto/emrcontainers/models.pyc +${PYSITELIB}/moto/emrcontainers/models.pyo +${PYSITELIB}/moto/emrcontainers/responses.py +${PYSITELIB}/moto/emrcontainers/responses.pyc +${PYSITELIB}/moto/emrcontainers/responses.pyo +${PYSITELIB}/moto/emrcontainers/urls.py +${PYSITELIB}/moto/emrcontainers/urls.pyc +${PYSITELIB}/moto/emrcontainers/urls.pyo +${PYSITELIB}/moto/emrcontainers/utils.py +${PYSITELIB}/moto/emrcontainers/utils.pyc +${PYSITELIB}/moto/emrcontainers/utils.pyo +${PYSITELIB}/moto/es/__init__.py +${PYSITELIB}/moto/es/__init__.pyc +${PYSITELIB}/moto/es/__init__.pyo +${PYSITELIB}/moto/es/exceptions.py +${PYSITELIB}/moto/es/exceptions.pyc +${PYSITELIB}/moto/es/exceptions.pyo +${PYSITELIB}/moto/es/models.py +${PYSITELIB}/moto/es/models.pyc +${PYSITELIB}/moto/es/models.pyo +${PYSITELIB}/moto/es/responses.py +${PYSITELIB}/moto/es/responses.pyc +${PYSITELIB}/moto/es/responses.pyo +${PYSITELIB}/moto/es/urls.py +${PYSITELIB}/moto/es/urls.pyc +${PYSITELIB}/moto/es/urls.pyo ${PYSITELIB}/moto/events/__init__.py ${PYSITELIB}/moto/events/__init__.pyc ${PYSITELIB}/moto/events/__init__.pyo +${PYSITELIB}/moto/events/exceptions.py +${PYSITELIB}/moto/events/exceptions.pyc +${PYSITELIB}/moto/events/exceptions.pyo ${PYSITELIB}/moto/events/models.py ${PYSITELIB}/moto/events/models.pyc ${PYSITELIB}/moto/events/models.pyo @@ -373,6 +980,39 @@ ${PYSITELIB}/moto/events/responses.pyo ${PYSITELIB}/moto/events/urls.py ${PYSITELIB}/moto/events/urls.pyc ${PYSITELIB}/moto/events/urls.pyo +${PYSITELIB}/moto/events/utils.py +${PYSITELIB}/moto/events/utils.pyc +${PYSITELIB}/moto/events/utils.pyo +${PYSITELIB}/moto/firehose/__init__.py +${PYSITELIB}/moto/firehose/__init__.pyc +${PYSITELIB}/moto/firehose/__init__.pyo +${PYSITELIB}/moto/firehose/exceptions.py +${PYSITELIB}/moto/firehose/exceptions.pyc +${PYSITELIB}/moto/firehose/exceptions.pyo +${PYSITELIB}/moto/firehose/models.py +${PYSITELIB}/moto/firehose/models.pyc +${PYSITELIB}/moto/firehose/models.pyo +${PYSITELIB}/moto/firehose/responses.py +${PYSITELIB}/moto/firehose/responses.pyc +${PYSITELIB}/moto/firehose/responses.pyo +${PYSITELIB}/moto/firehose/urls.py +${PYSITELIB}/moto/firehose/urls.pyc +${PYSITELIB}/moto/firehose/urls.pyo +${PYSITELIB}/moto/forecast/__init__.py +${PYSITELIB}/moto/forecast/__init__.pyc +${PYSITELIB}/moto/forecast/__init__.pyo +${PYSITELIB}/moto/forecast/exceptions.py +${PYSITELIB}/moto/forecast/exceptions.pyc +${PYSITELIB}/moto/forecast/exceptions.pyo +${PYSITELIB}/moto/forecast/models.py +${PYSITELIB}/moto/forecast/models.pyc +${PYSITELIB}/moto/forecast/models.pyo +${PYSITELIB}/moto/forecast/responses.py +${PYSITELIB}/moto/forecast/responses.pyc +${PYSITELIB}/moto/forecast/responses.pyo +${PYSITELIB}/moto/forecast/urls.py +${PYSITELIB}/moto/forecast/urls.pyc +${PYSITELIB}/moto/forecast/urls.pyo ${PYSITELIB}/moto/glacier/__init__.py ${PYSITELIB}/moto/glacier/__init__.pyc ${PYSITELIB}/moto/glacier/__init__.pyo @@ -388,18 +1028,57 @@ ${PYSITELIB}/moto/glacier/urls.pyo ${PYSITELIB}/moto/glacier/utils.py ${PYSITELIB}/moto/glacier/utils.pyc ${PYSITELIB}/moto/glacier/utils.pyo +${PYSITELIB}/moto/glue/__init__.py +${PYSITELIB}/moto/glue/__init__.pyc +${PYSITELIB}/moto/glue/__init__.pyo +${PYSITELIB}/moto/glue/exceptions.py +${PYSITELIB}/moto/glue/exceptions.pyc +${PYSITELIB}/moto/glue/exceptions.pyo +${PYSITELIB}/moto/glue/models.py +${PYSITELIB}/moto/glue/models.pyc +${PYSITELIB}/moto/glue/models.pyo +${PYSITELIB}/moto/glue/responses.py +${PYSITELIB}/moto/glue/responses.pyc +${PYSITELIB}/moto/glue/responses.pyo +${PYSITELIB}/moto/glue/urls.py +${PYSITELIB}/moto/glue/urls.pyc +${PYSITELIB}/moto/glue/urls.pyo +${PYSITELIB}/moto/glue/utils.py +${PYSITELIB}/moto/glue/utils.pyc +${PYSITELIB}/moto/glue/utils.pyo +${PYSITELIB}/moto/guardduty/__init__.py +${PYSITELIB}/moto/guardduty/__init__.pyc +${PYSITELIB}/moto/guardduty/__init__.pyo +${PYSITELIB}/moto/guardduty/models.py +${PYSITELIB}/moto/guardduty/models.pyc +${PYSITELIB}/moto/guardduty/models.pyo +${PYSITELIB}/moto/guardduty/responses.py +${PYSITELIB}/moto/guardduty/responses.pyc +${PYSITELIB}/moto/guardduty/responses.pyo +${PYSITELIB}/moto/guardduty/urls.py +${PYSITELIB}/moto/guardduty/urls.pyc +${PYSITELIB}/moto/guardduty/urls.pyo ${PYSITELIB}/moto/iam/__init__.py ${PYSITELIB}/moto/iam/__init__.pyc ${PYSITELIB}/moto/iam/__init__.pyo +${PYSITELIB}/moto/iam/access_control.py +${PYSITELIB}/moto/iam/access_control.pyc +${PYSITELIB}/moto/iam/access_control.pyo ${PYSITELIB}/moto/iam/aws_managed_policies.py ${PYSITELIB}/moto/iam/aws_managed_policies.pyc ${PYSITELIB}/moto/iam/aws_managed_policies.pyo +${PYSITELIB}/moto/iam/config.py +${PYSITELIB}/moto/iam/config.pyc +${PYSITELIB}/moto/iam/config.pyo ${PYSITELIB}/moto/iam/exceptions.py ${PYSITELIB}/moto/iam/exceptions.pyc ${PYSITELIB}/moto/iam/exceptions.pyo ${PYSITELIB}/moto/iam/models.py ${PYSITELIB}/moto/iam/models.pyc ${PYSITELIB}/moto/iam/models.pyo +${PYSITELIB}/moto/iam/policy_validation.py +${PYSITELIB}/moto/iam/policy_validation.pyc +${PYSITELIB}/moto/iam/policy_validation.pyo ${PYSITELIB}/moto/iam/responses.py ${PYSITELIB}/moto/iam/responses.pyc ${PYSITELIB}/moto/iam/responses.pyo @@ -421,6 +1100,39 @@ ${PYSITELIB}/moto/instance_metadata/resp ${PYSITELIB}/moto/instance_metadata/urls.py ${PYSITELIB}/moto/instance_metadata/urls.pyc ${PYSITELIB}/moto/instance_metadata/urls.pyo +${PYSITELIB}/moto/iot/__init__.py +${PYSITELIB}/moto/iot/__init__.pyc +${PYSITELIB}/moto/iot/__init__.pyo +${PYSITELIB}/moto/iot/exceptions.py +${PYSITELIB}/moto/iot/exceptions.pyc +${PYSITELIB}/moto/iot/exceptions.pyo +${PYSITELIB}/moto/iot/models.py +${PYSITELIB}/moto/iot/models.pyc +${PYSITELIB}/moto/iot/models.pyo +${PYSITELIB}/moto/iot/responses.py +${PYSITELIB}/moto/iot/responses.pyc +${PYSITELIB}/moto/iot/responses.pyo +${PYSITELIB}/moto/iot/urls.py +${PYSITELIB}/moto/iot/urls.pyc +${PYSITELIB}/moto/iot/urls.pyo +${PYSITELIB}/moto/iot/utils.py +${PYSITELIB}/moto/iot/utils.pyc +${PYSITELIB}/moto/iot/utils.pyo +${PYSITELIB}/moto/iotdata/__init__.py +${PYSITELIB}/moto/iotdata/__init__.pyc +${PYSITELIB}/moto/iotdata/__init__.pyo +${PYSITELIB}/moto/iotdata/exceptions.py +${PYSITELIB}/moto/iotdata/exceptions.pyc +${PYSITELIB}/moto/iotdata/exceptions.pyo +${PYSITELIB}/moto/iotdata/models.py +${PYSITELIB}/moto/iotdata/models.pyc +${PYSITELIB}/moto/iotdata/models.pyo +${PYSITELIB}/moto/iotdata/responses.py +${PYSITELIB}/moto/iotdata/responses.pyc +${PYSITELIB}/moto/iotdata/responses.pyo +${PYSITELIB}/moto/iotdata/urls.py +${PYSITELIB}/moto/iotdata/urls.pyc +${PYSITELIB}/moto/iotdata/urls.pyo ${PYSITELIB}/moto/kinesis/__init__.py ${PYSITELIB}/moto/kinesis/__init__.pyc ${PYSITELIB}/moto/kinesis/__init__.pyo @@ -439,9 +1151,42 @@ ${PYSITELIB}/moto/kinesis/urls.pyo ${PYSITELIB}/moto/kinesis/utils.py ${PYSITELIB}/moto/kinesis/utils.pyc ${PYSITELIB}/moto/kinesis/utils.pyo +${PYSITELIB}/moto/kinesisvideo/__init__.py +${PYSITELIB}/moto/kinesisvideo/__init__.pyc +${PYSITELIB}/moto/kinesisvideo/__init__.pyo +${PYSITELIB}/moto/kinesisvideo/exceptions.py +${PYSITELIB}/moto/kinesisvideo/exceptions.pyc +${PYSITELIB}/moto/kinesisvideo/exceptions.pyo +${PYSITELIB}/moto/kinesisvideo/models.py +${PYSITELIB}/moto/kinesisvideo/models.pyc +${PYSITELIB}/moto/kinesisvideo/models.pyo +${PYSITELIB}/moto/kinesisvideo/responses.py +${PYSITELIB}/moto/kinesisvideo/responses.pyc +${PYSITELIB}/moto/kinesisvideo/responses.pyo +${PYSITELIB}/moto/kinesisvideo/urls.py +${PYSITELIB}/moto/kinesisvideo/urls.pyc +${PYSITELIB}/moto/kinesisvideo/urls.pyo +${PYSITELIB}/moto/kinesisvideoarchivedmedia/__init__.py +${PYSITELIB}/moto/kinesisvideoarchivedmedia/__init__.pyc +${PYSITELIB}/moto/kinesisvideoarchivedmedia/__init__.pyo +${PYSITELIB}/moto/kinesisvideoarchivedmedia/exceptions.py +${PYSITELIB}/moto/kinesisvideoarchivedmedia/exceptions.pyc +${PYSITELIB}/moto/kinesisvideoarchivedmedia/exceptions.pyo +${PYSITELIB}/moto/kinesisvideoarchivedmedia/models.py +${PYSITELIB}/moto/kinesisvideoarchivedmedia/models.pyc +${PYSITELIB}/moto/kinesisvideoarchivedmedia/models.pyo +${PYSITELIB}/moto/kinesisvideoarchivedmedia/responses.py +${PYSITELIB}/moto/kinesisvideoarchivedmedia/responses.pyc +${PYSITELIB}/moto/kinesisvideoarchivedmedia/responses.pyo +${PYSITELIB}/moto/kinesisvideoarchivedmedia/urls.py +${PYSITELIB}/moto/kinesisvideoarchivedmedia/urls.pyc +${PYSITELIB}/moto/kinesisvideoarchivedmedia/urls.pyo ${PYSITELIB}/moto/kms/__init__.py ${PYSITELIB}/moto/kms/__init__.pyc ${PYSITELIB}/moto/kms/__init__.pyo +${PYSITELIB}/moto/kms/exceptions.py +${PYSITELIB}/moto/kms/exceptions.pyc +${PYSITELIB}/moto/kms/exceptions.pyo ${PYSITELIB}/moto/kms/models.py ${PYSITELIB}/moto/kms/models.pyc ${PYSITELIB}/moto/kms/models.pyo @@ -454,6 +1199,138 @@ ${PYSITELIB}/moto/kms/urls.pyo ${PYSITELIB}/moto/kms/utils.py ${PYSITELIB}/moto/kms/utils.pyc ${PYSITELIB}/moto/kms/utils.pyo +${PYSITELIB}/moto/logs/__init__.py +${PYSITELIB}/moto/logs/__init__.pyc +${PYSITELIB}/moto/logs/__init__.pyo +${PYSITELIB}/moto/logs/exceptions.py +${PYSITELIB}/moto/logs/exceptions.pyc +${PYSITELIB}/moto/logs/exceptions.pyo +${PYSITELIB}/moto/logs/metric_filters.py +${PYSITELIB}/moto/logs/metric_filters.pyc +${PYSITELIB}/moto/logs/metric_filters.pyo +${PYSITELIB}/moto/logs/models.py +${PYSITELIB}/moto/logs/models.pyc +${PYSITELIB}/moto/logs/models.pyo +${PYSITELIB}/moto/logs/responses.py +${PYSITELIB}/moto/logs/responses.pyc +${PYSITELIB}/moto/logs/responses.pyo +${PYSITELIB}/moto/logs/urls.py +${PYSITELIB}/moto/logs/urls.pyc +${PYSITELIB}/moto/logs/urls.pyo +${PYSITELIB}/moto/logs/utils.py +${PYSITELIB}/moto/logs/utils.pyc +${PYSITELIB}/moto/logs/utils.pyo +${PYSITELIB}/moto/managedblockchain/__init__.py +${PYSITELIB}/moto/managedblockchain/__init__.pyc +${PYSITELIB}/moto/managedblockchain/__init__.pyo +${PYSITELIB}/moto/managedblockchain/exceptions.py +${PYSITELIB}/moto/managedblockchain/exceptions.pyc +${PYSITELIB}/moto/managedblockchain/exceptions.pyo +${PYSITELIB}/moto/managedblockchain/models.py +${PYSITELIB}/moto/managedblockchain/models.pyc +${PYSITELIB}/moto/managedblockchain/models.pyo +${PYSITELIB}/moto/managedblockchain/responses.py +${PYSITELIB}/moto/managedblockchain/responses.pyc +${PYSITELIB}/moto/managedblockchain/responses.pyo +${PYSITELIB}/moto/managedblockchain/urls.py +${PYSITELIB}/moto/managedblockchain/urls.pyc +${PYSITELIB}/moto/managedblockchain/urls.pyo +${PYSITELIB}/moto/managedblockchain/utils.py +${PYSITELIB}/moto/managedblockchain/utils.pyc +${PYSITELIB}/moto/managedblockchain/utils.pyo +${PYSITELIB}/moto/mediaconnect/__init__.py +${PYSITELIB}/moto/mediaconnect/__init__.pyc +${PYSITELIB}/moto/mediaconnect/__init__.pyo +${PYSITELIB}/moto/mediaconnect/exceptions.py +${PYSITELIB}/moto/mediaconnect/exceptions.pyc +${PYSITELIB}/moto/mediaconnect/exceptions.pyo +${PYSITELIB}/moto/mediaconnect/models.py +${PYSITELIB}/moto/mediaconnect/models.pyc +${PYSITELIB}/moto/mediaconnect/models.pyo +${PYSITELIB}/moto/mediaconnect/responses.py +${PYSITELIB}/moto/mediaconnect/responses.pyc +${PYSITELIB}/moto/mediaconnect/responses.pyo +${PYSITELIB}/moto/mediaconnect/urls.py +${PYSITELIB}/moto/mediaconnect/urls.pyc +${PYSITELIB}/moto/mediaconnect/urls.pyo +${PYSITELIB}/moto/medialive/__init__.py +${PYSITELIB}/moto/medialive/__init__.pyc +${PYSITELIB}/moto/medialive/__init__.pyo +${PYSITELIB}/moto/medialive/exceptions.py +${PYSITELIB}/moto/medialive/exceptions.pyc +${PYSITELIB}/moto/medialive/exceptions.pyo +${PYSITELIB}/moto/medialive/models.py +${PYSITELIB}/moto/medialive/models.pyc +${PYSITELIB}/moto/medialive/models.pyo +${PYSITELIB}/moto/medialive/responses.py +${PYSITELIB}/moto/medialive/responses.pyc +${PYSITELIB}/moto/medialive/responses.pyo +${PYSITELIB}/moto/medialive/urls.py +${PYSITELIB}/moto/medialive/urls.pyc +${PYSITELIB}/moto/medialive/urls.pyo +${PYSITELIB}/moto/mediapackage/__init__.py +${PYSITELIB}/moto/mediapackage/__init__.pyc +${PYSITELIB}/moto/mediapackage/__init__.pyo +${PYSITELIB}/moto/mediapackage/exceptions.py +${PYSITELIB}/moto/mediapackage/exceptions.pyc +${PYSITELIB}/moto/mediapackage/exceptions.pyo +${PYSITELIB}/moto/mediapackage/models.py +${PYSITELIB}/moto/mediapackage/models.pyc +${PYSITELIB}/moto/mediapackage/models.pyo +${PYSITELIB}/moto/mediapackage/responses.py +${PYSITELIB}/moto/mediapackage/responses.pyc +${PYSITELIB}/moto/mediapackage/responses.pyo +${PYSITELIB}/moto/mediapackage/urls.py +${PYSITELIB}/moto/mediapackage/urls.pyc +${PYSITELIB}/moto/mediapackage/urls.pyo +${PYSITELIB}/moto/mediastore/__init__.py +${PYSITELIB}/moto/mediastore/__init__.pyc +${PYSITELIB}/moto/mediastore/__init__.pyo +${PYSITELIB}/moto/mediastore/exceptions.py +${PYSITELIB}/moto/mediastore/exceptions.pyc +${PYSITELIB}/moto/mediastore/exceptions.pyo +${PYSITELIB}/moto/mediastore/models.py +${PYSITELIB}/moto/mediastore/models.pyc +${PYSITELIB}/moto/mediastore/models.pyo +${PYSITELIB}/moto/mediastore/responses.py +${PYSITELIB}/moto/mediastore/responses.pyc +${PYSITELIB}/moto/mediastore/responses.pyo +${PYSITELIB}/moto/mediastore/urls.py +${PYSITELIB}/moto/mediastore/urls.pyc +${PYSITELIB}/moto/mediastore/urls.pyo +${PYSITELIB}/moto/mediastoredata/__init__.py +${PYSITELIB}/moto/mediastoredata/__init__.pyc +${PYSITELIB}/moto/mediastoredata/__init__.pyo +${PYSITELIB}/moto/mediastoredata/exceptions.py +${PYSITELIB}/moto/mediastoredata/exceptions.pyc +${PYSITELIB}/moto/mediastoredata/exceptions.pyo +${PYSITELIB}/moto/mediastoredata/models.py +${PYSITELIB}/moto/mediastoredata/models.pyc +${PYSITELIB}/moto/mediastoredata/models.pyo +${PYSITELIB}/moto/mediastoredata/responses.py +${PYSITELIB}/moto/mediastoredata/responses.pyc +${PYSITELIB}/moto/mediastoredata/responses.pyo +${PYSITELIB}/moto/mediastoredata/urls.py +${PYSITELIB}/moto/mediastoredata/urls.pyc +${PYSITELIB}/moto/mediastoredata/urls.pyo +${PYSITELIB}/moto/mq/__init__.py +${PYSITELIB}/moto/mq/__init__.pyc +${PYSITELIB}/moto/mq/__init__.pyo +${PYSITELIB}/moto/mq/configuration.py +${PYSITELIB}/moto/mq/configuration.pyc +${PYSITELIB}/moto/mq/configuration.pyo +${PYSITELIB}/moto/mq/exceptions.py +${PYSITELIB}/moto/mq/exceptions.pyc +${PYSITELIB}/moto/mq/exceptions.pyo +${PYSITELIB}/moto/mq/models.py +${PYSITELIB}/moto/mq/models.pyc +${PYSITELIB}/moto/mq/models.pyo +${PYSITELIB}/moto/mq/responses.py +${PYSITELIB}/moto/mq/responses.pyc +${PYSITELIB}/moto/mq/responses.pyo +${PYSITELIB}/moto/mq/urls.py +${PYSITELIB}/moto/mq/urls.pyc +${PYSITELIB}/moto/mq/urls.pyo ${PYSITELIB}/moto/opsworks/__init__.py ${PYSITELIB}/moto/opsworks/__init__.pyc ${PYSITELIB}/moto/opsworks/__init__.pyo @@ -469,39 +1346,69 @@ ${PYSITELIB}/moto/opsworks/responses.pyo ${PYSITELIB}/moto/opsworks/urls.py ${PYSITELIB}/moto/opsworks/urls.pyc ${PYSITELIB}/moto/opsworks/urls.pyo +${PYSITELIB}/moto/organizations/__init__.py +${PYSITELIB}/moto/organizations/__init__.pyc +${PYSITELIB}/moto/organizations/__init__.pyo +${PYSITELIB}/moto/organizations/exceptions.py +${PYSITELIB}/moto/organizations/exceptions.pyc +${PYSITELIB}/moto/organizations/exceptions.pyo +${PYSITELIB}/moto/organizations/models.py +${PYSITELIB}/moto/organizations/models.pyc +${PYSITELIB}/moto/organizations/models.pyo +${PYSITELIB}/moto/organizations/responses.py +${PYSITELIB}/moto/organizations/responses.pyc +${PYSITELIB}/moto/organizations/responses.pyo +${PYSITELIB}/moto/organizations/urls.py +${PYSITELIB}/moto/organizations/urls.pyc +${PYSITELIB}/moto/organizations/urls.pyo +${PYSITELIB}/moto/organizations/utils.py +${PYSITELIB}/moto/organizations/utils.pyc +${PYSITELIB}/moto/organizations/utils.pyo ${PYSITELIB}/moto/packages/__init__.py ${PYSITELIB}/moto/packages/__init__.pyc ${PYSITELIB}/moto/packages/__init__.pyo -${PYSITELIB}/moto/packages/httpretty/__init__.py -${PYSITELIB}/moto/packages/httpretty/__init__.pyc -${PYSITELIB}/moto/packages/httpretty/__init__.pyo -${PYSITELIB}/moto/packages/httpretty/compat.py -${PYSITELIB}/moto/packages/httpretty/compat.pyc -${PYSITELIB}/moto/packages/httpretty/compat.pyo -${PYSITELIB}/moto/packages/httpretty/core.py -${PYSITELIB}/moto/packages/httpretty/core.pyc -${PYSITELIB}/moto/packages/httpretty/core.pyo -${PYSITELIB}/moto/packages/httpretty/errors.py -${PYSITELIB}/moto/packages/httpretty/errors.pyc -${PYSITELIB}/moto/packages/httpretty/errors.pyo -${PYSITELIB}/moto/packages/httpretty/http.py -${PYSITELIB}/moto/packages/httpretty/http.pyc -${PYSITELIB}/moto/packages/httpretty/http.pyo -${PYSITELIB}/moto/packages/httpretty/utils.py -${PYSITELIB}/moto/packages/httpretty/utils.pyc -${PYSITELIB}/moto/packages/httpretty/utils.pyo -${PYSITELIB}/moto/packages/responses/__init__.py -${PYSITELIB}/moto/packages/responses/__init__.pyc -${PYSITELIB}/moto/packages/responses/__init__.pyo -${PYSITELIB}/moto/packages/responses/responses.py -${PYSITELIB}/moto/packages/responses/responses.pyc -${PYSITELIB}/moto/packages/responses/responses.pyo -${PYSITELIB}/moto/packages/responses/setup.py -${PYSITELIB}/moto/packages/responses/setup.pyc -${PYSITELIB}/moto/packages/responses/setup.pyo -${PYSITELIB}/moto/packages/responses/test_responses.py -${PYSITELIB}/moto/packages/responses/test_responses.pyc -${PYSITELIB}/moto/packages/responses/test_responses.pyo +${PYSITELIB}/moto/packages/boto/__init__.py +${PYSITELIB}/moto/packages/boto/__init__.pyc +${PYSITELIB}/moto/packages/boto/__init__.pyo +${PYSITELIB}/moto/packages/boto/ec2/__init__.py +${PYSITELIB}/moto/packages/boto/ec2/__init__.pyc +${PYSITELIB}/moto/packages/boto/ec2/__init__.pyo +${PYSITELIB}/moto/packages/boto/ec2/blockdevicemapping.py +${PYSITELIB}/moto/packages/boto/ec2/blockdevicemapping.pyc +${PYSITELIB}/moto/packages/boto/ec2/blockdevicemapping.pyo +${PYSITELIB}/moto/packages/boto/ec2/ec2object.py +${PYSITELIB}/moto/packages/boto/ec2/ec2object.pyc +${PYSITELIB}/moto/packages/boto/ec2/ec2object.pyo +${PYSITELIB}/moto/packages/boto/ec2/elb/__init__.py +${PYSITELIB}/moto/packages/boto/ec2/elb/__init__.pyc +${PYSITELIB}/moto/packages/boto/ec2/elb/__init__.pyo +${PYSITELIB}/moto/packages/boto/ec2/elb/policies.py +${PYSITELIB}/moto/packages/boto/ec2/elb/policies.pyc +${PYSITELIB}/moto/packages/boto/ec2/elb/policies.pyo +${PYSITELIB}/moto/packages/boto/ec2/image.py +${PYSITELIB}/moto/packages/boto/ec2/image.pyc +${PYSITELIB}/moto/packages/boto/ec2/image.pyo +${PYSITELIB}/moto/packages/boto/ec2/instance.py +${PYSITELIB}/moto/packages/boto/ec2/instance.pyc +${PYSITELIB}/moto/packages/boto/ec2/instance.pyo +${PYSITELIB}/moto/packages/boto/ec2/instancetype.py +${PYSITELIB}/moto/packages/boto/ec2/instancetype.pyc +${PYSITELIB}/moto/packages/boto/ec2/instancetype.pyo +${PYSITELIB}/moto/packages/boto/ec2/launchspecification.py +${PYSITELIB}/moto/packages/boto/ec2/launchspecification.pyc +${PYSITELIB}/moto/packages/boto/ec2/launchspecification.pyo +${PYSITELIB}/moto/packages/boto/ec2/spotinstancerequest.py +${PYSITELIB}/moto/packages/boto/ec2/spotinstancerequest.pyc +${PYSITELIB}/moto/packages/boto/ec2/spotinstancerequest.pyo +${PYSITELIB}/moto/packages/boto/ec2/tag.py +${PYSITELIB}/moto/packages/boto/ec2/tag.pyc +${PYSITELIB}/moto/packages/boto/ec2/tag.pyo +${PYSITELIB}/moto/packages/cfnresponse/__init__.py +${PYSITELIB}/moto/packages/cfnresponse/__init__.pyc +${PYSITELIB}/moto/packages/cfnresponse/__init__.pyo +${PYSITELIB}/moto/packages/cfnresponse/cfnresponse.py +${PYSITELIB}/moto/packages/cfnresponse/cfnresponse.pyc +${PYSITELIB}/moto/packages/cfnresponse/cfnresponse.pyo ${PYSITELIB}/moto/polly/__init__.py ${PYSITELIB}/moto/polly/__init__.pyc ${PYSITELIB}/moto/polly/__init__.pyo @@ -520,6 +1427,21 @@ ${PYSITELIB}/moto/polly/urls.pyo ${PYSITELIB}/moto/polly/utils.py ${PYSITELIB}/moto/polly/utils.pyc ${PYSITELIB}/moto/polly/utils.pyo +${PYSITELIB}/moto/ram/__init__.py +${PYSITELIB}/moto/ram/__init__.pyc +${PYSITELIB}/moto/ram/__init__.pyo +${PYSITELIB}/moto/ram/exceptions.py +${PYSITELIB}/moto/ram/exceptions.pyc +${PYSITELIB}/moto/ram/exceptions.pyo +${PYSITELIB}/moto/ram/models.py +${PYSITELIB}/moto/ram/models.pyc +${PYSITELIB}/moto/ram/models.pyo +${PYSITELIB}/moto/ram/responses.py +${PYSITELIB}/moto/ram/responses.pyc +${PYSITELIB}/moto/ram/responses.pyo +${PYSITELIB}/moto/ram/urls.py +${PYSITELIB}/moto/ram/urls.pyc +${PYSITELIB}/moto/ram/urls.pyo ${PYSITELIB}/moto/rds/__init__.py ${PYSITELIB}/moto/rds/__init__.pyc ${PYSITELIB}/moto/rds/__init__.pyo @@ -550,6 +1472,9 @@ ${PYSITELIB}/moto/rds2/responses.pyo ${PYSITELIB}/moto/rds2/urls.py ${PYSITELIB}/moto/rds2/urls.pyc ${PYSITELIB}/moto/rds2/urls.pyo +${PYSITELIB}/moto/rds2/utils.py +${PYSITELIB}/moto/rds2/utils.pyc +${PYSITELIB}/moto/rds2/utils.pyo ${PYSITELIB}/moto/redshift/__init__.py ${PYSITELIB}/moto/redshift/__init__.pyc ${PYSITELIB}/moto/redshift/__init__.pyo @@ -568,9 +1493,39 @@ ${PYSITELIB}/moto/redshift/urls.pyo ${PYSITELIB}/moto/redshift/utils.py ${PYSITELIB}/moto/redshift/utils.pyc ${PYSITELIB}/moto/redshift/utils.pyo +${PYSITELIB}/moto/resourcegroups/__init__.py +${PYSITELIB}/moto/resourcegroups/__init__.pyc +${PYSITELIB}/moto/resourcegroups/__init__.pyo +${PYSITELIB}/moto/resourcegroups/exceptions.py +${PYSITELIB}/moto/resourcegroups/exceptions.pyc +${PYSITELIB}/moto/resourcegroups/exceptions.pyo +${PYSITELIB}/moto/resourcegroups/models.py +${PYSITELIB}/moto/resourcegroups/models.pyc +${PYSITELIB}/moto/resourcegroups/models.pyo +${PYSITELIB}/moto/resourcegroups/responses.py +${PYSITELIB}/moto/resourcegroups/responses.pyc +${PYSITELIB}/moto/resourcegroups/responses.pyo +${PYSITELIB}/moto/resourcegroups/urls.py +${PYSITELIB}/moto/resourcegroups/urls.pyc +${PYSITELIB}/moto/resourcegroups/urls.pyo +${PYSITELIB}/moto/resourcegroupstaggingapi/__init__.py +${PYSITELIB}/moto/resourcegroupstaggingapi/__init__.pyc +${PYSITELIB}/moto/resourcegroupstaggingapi/__init__.pyo +${PYSITELIB}/moto/resourcegroupstaggingapi/models.py +${PYSITELIB}/moto/resourcegroupstaggingapi/models.pyc +${PYSITELIB}/moto/resourcegroupstaggingapi/models.pyo +${PYSITELIB}/moto/resourcegroupstaggingapi/responses.py +${PYSITELIB}/moto/resourcegroupstaggingapi/responses.pyc +${PYSITELIB}/moto/resourcegroupstaggingapi/responses.pyo +${PYSITELIB}/moto/resourcegroupstaggingapi/urls.py +${PYSITELIB}/moto/resourcegroupstaggingapi/urls.pyc +${PYSITELIB}/moto/resourcegroupstaggingapi/urls.pyo ${PYSITELIB}/moto/route53/__init__.py ${PYSITELIB}/moto/route53/__init__.pyc ${PYSITELIB}/moto/route53/__init__.pyo +${PYSITELIB}/moto/route53/exceptions.py +${PYSITELIB}/moto/route53/exceptions.pyc +${PYSITELIB}/moto/route53/exceptions.pyo ${PYSITELIB}/moto/route53/models.py ${PYSITELIB}/moto/route53/models.pyc ${PYSITELIB}/moto/route53/models.pyo @@ -580,9 +1535,39 @@ ${PYSITELIB}/moto/route53/responses.pyo ${PYSITELIB}/moto/route53/urls.py ${PYSITELIB}/moto/route53/urls.pyc ${PYSITELIB}/moto/route53/urls.pyo +${PYSITELIB}/moto/route53/utils.py +${PYSITELIB}/moto/route53/utils.pyc +${PYSITELIB}/moto/route53/utils.pyo +${PYSITELIB}/moto/route53resolver/__init__.py +${PYSITELIB}/moto/route53resolver/__init__.pyc +${PYSITELIB}/moto/route53resolver/__init__.pyo +${PYSITELIB}/moto/route53resolver/exceptions.py +${PYSITELIB}/moto/route53resolver/exceptions.pyc +${PYSITELIB}/moto/route53resolver/exceptions.pyo +${PYSITELIB}/moto/route53resolver/models.py +${PYSITELIB}/moto/route53resolver/models.pyc +${PYSITELIB}/moto/route53resolver/models.pyo +${PYSITELIB}/moto/route53resolver/responses.py +${PYSITELIB}/moto/route53resolver/responses.pyc +${PYSITELIB}/moto/route53resolver/responses.pyo +${PYSITELIB}/moto/route53resolver/urls.py +${PYSITELIB}/moto/route53resolver/urls.pyc +${PYSITELIB}/moto/route53resolver/urls.pyo +${PYSITELIB}/moto/route53resolver/utils.py +${PYSITELIB}/moto/route53resolver/utils.pyc +${PYSITELIB}/moto/route53resolver/utils.pyo +${PYSITELIB}/moto/route53resolver/validations.py +${PYSITELIB}/moto/route53resolver/validations.pyc +${PYSITELIB}/moto/route53resolver/validations.pyo ${PYSITELIB}/moto/s3/__init__.py ${PYSITELIB}/moto/s3/__init__.pyc ${PYSITELIB}/moto/s3/__init__.pyo +${PYSITELIB}/moto/s3/cloud_formation.py +${PYSITELIB}/moto/s3/cloud_formation.pyc +${PYSITELIB}/moto/s3/cloud_formation.pyo +${PYSITELIB}/moto/s3/config.py +${PYSITELIB}/moto/s3/config.pyc +${PYSITELIB}/moto/s3/config.pyo ${PYSITELIB}/moto/s3/exceptions.py ${PYSITELIB}/moto/s3/exceptions.pyc ${PYSITELIB}/moto/s3/exceptions.pyo @@ -604,6 +1589,78 @@ ${PYSITELIB}/moto/s3bucket_path/__init__ ${PYSITELIB}/moto/s3bucket_path/utils.py ${PYSITELIB}/moto/s3bucket_path/utils.pyc ${PYSITELIB}/moto/s3bucket_path/utils.pyo +${PYSITELIB}/moto/s3control/__init__.py +${PYSITELIB}/moto/s3control/__init__.pyc +${PYSITELIB}/moto/s3control/__init__.pyo +${PYSITELIB}/moto/s3control/config.py +${PYSITELIB}/moto/s3control/config.pyc +${PYSITELIB}/moto/s3control/config.pyo +${PYSITELIB}/moto/s3control/models.py +${PYSITELIB}/moto/s3control/models.pyc +${PYSITELIB}/moto/s3control/models.pyo +${PYSITELIB}/moto/s3control/responses.py +${PYSITELIB}/moto/s3control/responses.pyc +${PYSITELIB}/moto/s3control/responses.pyo +${PYSITELIB}/moto/s3control/urls.py +${PYSITELIB}/moto/s3control/urls.pyc +${PYSITELIB}/moto/s3control/urls.pyo +${PYSITELIB}/moto/sagemaker/__init__.py +${PYSITELIB}/moto/sagemaker/__init__.pyc +${PYSITELIB}/moto/sagemaker/__init__.pyo +${PYSITELIB}/moto/sagemaker/exceptions.py +${PYSITELIB}/moto/sagemaker/exceptions.pyc +${PYSITELIB}/moto/sagemaker/exceptions.pyo +${PYSITELIB}/moto/sagemaker/models.py +${PYSITELIB}/moto/sagemaker/models.pyc +${PYSITELIB}/moto/sagemaker/models.pyo +${PYSITELIB}/moto/sagemaker/responses.py +${PYSITELIB}/moto/sagemaker/responses.pyc +${PYSITELIB}/moto/sagemaker/responses.pyo +${PYSITELIB}/moto/sagemaker/urls.py +${PYSITELIB}/moto/sagemaker/urls.pyc +${PYSITELIB}/moto/sagemaker/urls.pyo +${PYSITELIB}/moto/sagemaker/validators.py +${PYSITELIB}/moto/sagemaker/validators.pyc +${PYSITELIB}/moto/sagemaker/validators.pyo +${PYSITELIB}/moto/sdb/__init__.py +${PYSITELIB}/moto/sdb/__init__.pyc +${PYSITELIB}/moto/sdb/__init__.pyo +${PYSITELIB}/moto/sdb/exceptions.py +${PYSITELIB}/moto/sdb/exceptions.pyc +${PYSITELIB}/moto/sdb/exceptions.pyo +${PYSITELIB}/moto/sdb/models.py +${PYSITELIB}/moto/sdb/models.pyc +${PYSITELIB}/moto/sdb/models.pyo +${PYSITELIB}/moto/sdb/responses.py +${PYSITELIB}/moto/sdb/responses.pyc +${PYSITELIB}/moto/sdb/responses.pyo +${PYSITELIB}/moto/sdb/urls.py +${PYSITELIB}/moto/sdb/urls.pyc +${PYSITELIB}/moto/sdb/urls.pyo +${PYSITELIB}/moto/secretsmanager/__init__.py +${PYSITELIB}/moto/secretsmanager/__init__.pyc +${PYSITELIB}/moto/secretsmanager/__init__.pyo +${PYSITELIB}/moto/secretsmanager/exceptions.py +${PYSITELIB}/moto/secretsmanager/exceptions.pyc +${PYSITELIB}/moto/secretsmanager/exceptions.pyo +${PYSITELIB}/moto/secretsmanager/list_secrets/__init__.py +${PYSITELIB}/moto/secretsmanager/list_secrets/__init__.pyc +${PYSITELIB}/moto/secretsmanager/list_secrets/__init__.pyo +${PYSITELIB}/moto/secretsmanager/list_secrets/filters.py +${PYSITELIB}/moto/secretsmanager/list_secrets/filters.pyc +${PYSITELIB}/moto/secretsmanager/list_secrets/filters.pyo +${PYSITELIB}/moto/secretsmanager/models.py +${PYSITELIB}/moto/secretsmanager/models.pyc +${PYSITELIB}/moto/secretsmanager/models.pyo +${PYSITELIB}/moto/secretsmanager/responses.py +${PYSITELIB}/moto/secretsmanager/responses.pyc +${PYSITELIB}/moto/secretsmanager/responses.pyo +${PYSITELIB}/moto/secretsmanager/urls.py +${PYSITELIB}/moto/secretsmanager/urls.pyc +${PYSITELIB}/moto/secretsmanager/urls.pyo +${PYSITELIB}/moto/secretsmanager/utils.py +${PYSITELIB}/moto/secretsmanager/utils.pyc +${PYSITELIB}/moto/secretsmanager/utils.pyo ${PYSITELIB}/moto/server.py ${PYSITELIB}/moto/server.pyc ${PYSITELIB}/moto/server.pyo @@ -613,6 +1670,9 @@ ${PYSITELIB}/moto/ses/__init__.pyo ${PYSITELIB}/moto/ses/exceptions.py ${PYSITELIB}/moto/ses/exceptions.pyc ${PYSITELIB}/moto/ses/exceptions.pyo +${PYSITELIB}/moto/ses/feedback.py +${PYSITELIB}/moto/ses/feedback.pyc +${PYSITELIB}/moto/ses/feedback.pyo ${PYSITELIB}/moto/ses/models.py ${PYSITELIB}/moto/ses/models.pyc ${PYSITELIB}/moto/ses/models.pyo @@ -667,6 +1727,9 @@ ${PYSITELIB}/moto/sqs/utils.pyo ${PYSITELIB}/moto/ssm/__init__.py ${PYSITELIB}/moto/ssm/__init__.pyc ${PYSITELIB}/moto/ssm/__init__.pyo +${PYSITELIB}/moto/ssm/exceptions.py +${PYSITELIB}/moto/ssm/exceptions.pyc +${PYSITELIB}/moto/ssm/exceptions.pyo ${PYSITELIB}/moto/ssm/models.py ${PYSITELIB}/moto/ssm/models.pyc ${PYSITELIB}/moto/ssm/models.pyo @@ -676,9 +1739,48 @@ ${PYSITELIB}/moto/ssm/responses.pyo ${PYSITELIB}/moto/ssm/urls.py ${PYSITELIB}/moto/ssm/urls.pyc ${PYSITELIB}/moto/ssm/urls.pyo +${PYSITELIB}/moto/ssm/utils.py +${PYSITELIB}/moto/ssm/utils.pyc +${PYSITELIB}/moto/ssm/utils.pyo +${PYSITELIB}/moto/ssoadmin/__init__.py +${PYSITELIB}/moto/ssoadmin/__init__.pyc +${PYSITELIB}/moto/ssoadmin/__init__.pyo +${PYSITELIB}/moto/ssoadmin/exceptions.py +${PYSITELIB}/moto/ssoadmin/exceptions.pyc +${PYSITELIB}/moto/ssoadmin/exceptions.pyo +${PYSITELIB}/moto/ssoadmin/models.py +${PYSITELIB}/moto/ssoadmin/models.pyc +${PYSITELIB}/moto/ssoadmin/models.pyo +${PYSITELIB}/moto/ssoadmin/responses.py +${PYSITELIB}/moto/ssoadmin/responses.pyc +${PYSITELIB}/moto/ssoadmin/responses.pyo +${PYSITELIB}/moto/ssoadmin/urls.py +${PYSITELIB}/moto/ssoadmin/urls.pyc +${PYSITELIB}/moto/ssoadmin/urls.pyo +${PYSITELIB}/moto/stepfunctions/__init__.py +${PYSITELIB}/moto/stepfunctions/__init__.pyc +${PYSITELIB}/moto/stepfunctions/__init__.pyo +${PYSITELIB}/moto/stepfunctions/exceptions.py +${PYSITELIB}/moto/stepfunctions/exceptions.pyc +${PYSITELIB}/moto/stepfunctions/exceptions.pyo +${PYSITELIB}/moto/stepfunctions/models.py +${PYSITELIB}/moto/stepfunctions/models.pyc +${PYSITELIB}/moto/stepfunctions/models.pyo +${PYSITELIB}/moto/stepfunctions/responses.py +${PYSITELIB}/moto/stepfunctions/responses.pyc +${PYSITELIB}/moto/stepfunctions/responses.pyo +${PYSITELIB}/moto/stepfunctions/urls.py +${PYSITELIB}/moto/stepfunctions/urls.pyc +${PYSITELIB}/moto/stepfunctions/urls.pyo +${PYSITELIB}/moto/stepfunctions/utils.py +${PYSITELIB}/moto/stepfunctions/utils.pyc +${PYSITELIB}/moto/stepfunctions/utils.pyo ${PYSITELIB}/moto/sts/__init__.py ${PYSITELIB}/moto/sts/__init__.pyc ${PYSITELIB}/moto/sts/__init__.pyo +${PYSITELIB}/moto/sts/exceptions.py +${PYSITELIB}/moto/sts/exceptions.pyc +${PYSITELIB}/moto/sts/exceptions.pyo ${PYSITELIB}/moto/sts/models.py ${PYSITELIB}/moto/sts/models.pyc ${PYSITELIB}/moto/sts/models.pyo @@ -688,6 +1790,25 @@ ${PYSITELIB}/moto/sts/responses.pyo ${PYSITELIB}/moto/sts/urls.py ${PYSITELIB}/moto/sts/urls.pyc ${PYSITELIB}/moto/sts/urls.pyo +${PYSITELIB}/moto/sts/utils.py +${PYSITELIB}/moto/sts/utils.pyc +${PYSITELIB}/moto/sts/utils.pyo +${PYSITELIB}/moto/support/__init__.py +${PYSITELIB}/moto/support/__init__.pyc +${PYSITELIB}/moto/support/__init__.pyo +${PYSITELIB}/moto/support/exceptions.py +${PYSITELIB}/moto/support/exceptions.pyc +${PYSITELIB}/moto/support/exceptions.pyo +${PYSITELIB}/moto/support/models.py +${PYSITELIB}/moto/support/models.pyc +${PYSITELIB}/moto/support/models.pyo +${PYSITELIB}/moto/support/resources/describe_trusted_advisor_checks.json +${PYSITELIB}/moto/support/responses.py +${PYSITELIB}/moto/support/responses.pyc +${PYSITELIB}/moto/support/responses.pyo +${PYSITELIB}/moto/support/urls.py +${PYSITELIB}/moto/support/urls.pyc +${PYSITELIB}/moto/support/urls.pyo ${PYSITELIB}/moto/swf/__init__.py ${PYSITELIB}/moto/swf/__init__.pyc ${PYSITELIB}/moto/swf/__init__.pyo @@ -721,6 +1842,9 @@ ${PYSITELIB}/moto/swf/models/history_eve ${PYSITELIB}/moto/swf/models/timeout.py ${PYSITELIB}/moto/swf/models/timeout.pyc ${PYSITELIB}/moto/swf/models/timeout.pyo +${PYSITELIB}/moto/swf/models/timer.py +${PYSITELIB}/moto/swf/models/timer.pyc +${PYSITELIB}/moto/swf/models/timer.pyo ${PYSITELIB}/moto/swf/models/workflow_execution.py ${PYSITELIB}/moto/swf/models/workflow_execution.pyc ${PYSITELIB}/moto/swf/models/workflow_execution.pyo @@ -736,12 +1860,82 @@ ${PYSITELIB}/moto/swf/urls.pyo ${PYSITELIB}/moto/swf/utils.py ${PYSITELIB}/moto/swf/utils.pyc ${PYSITELIB}/moto/swf/utils.pyo +${PYSITELIB}/moto/templates/dashboard.html +${PYSITELIB}/moto/timestreamwrite/__init__.py +${PYSITELIB}/moto/timestreamwrite/__init__.pyc +${PYSITELIB}/moto/timestreamwrite/__init__.pyo +${PYSITELIB}/moto/timestreamwrite/exceptions.py +${PYSITELIB}/moto/timestreamwrite/exceptions.pyc +${PYSITELIB}/moto/timestreamwrite/exceptions.pyo +${PYSITELIB}/moto/timestreamwrite/models.py +${PYSITELIB}/moto/timestreamwrite/models.pyc +${PYSITELIB}/moto/timestreamwrite/models.pyo +${PYSITELIB}/moto/timestreamwrite/responses.py +${PYSITELIB}/moto/timestreamwrite/responses.pyc +${PYSITELIB}/moto/timestreamwrite/responses.pyo +${PYSITELIB}/moto/timestreamwrite/urls.py +${PYSITELIB}/moto/timestreamwrite/urls.pyc +${PYSITELIB}/moto/timestreamwrite/urls.pyo +${PYSITELIB}/moto/transcribe/__init__.py +${PYSITELIB}/moto/transcribe/__init__.pyc +${PYSITELIB}/moto/transcribe/__init__.pyo +${PYSITELIB}/moto/transcribe/exceptions.py +${PYSITELIB}/moto/transcribe/exceptions.pyc +${PYSITELIB}/moto/transcribe/exceptions.pyo +${PYSITELIB}/moto/transcribe/models.py +${PYSITELIB}/moto/transcribe/models.pyc +${PYSITELIB}/moto/transcribe/models.pyo +${PYSITELIB}/moto/transcribe/responses.py +${PYSITELIB}/moto/transcribe/responses.pyc +${PYSITELIB}/moto/transcribe/responses.pyo +${PYSITELIB}/moto/transcribe/urls.py +${PYSITELIB}/moto/transcribe/urls.pyc +${PYSITELIB}/moto/transcribe/urls.pyo +${PYSITELIB}/moto/utilities/__init__.py +${PYSITELIB}/moto/utilities/__init__.pyc +${PYSITELIB}/moto/utilities/__init__.pyo +${PYSITELIB}/moto/utilities/distutils_version.py +${PYSITELIB}/moto/utilities/distutils_version.pyc +${PYSITELIB}/moto/utilities/distutils_version.pyo +${PYSITELIB}/moto/utilities/docker_utilities.py +${PYSITELIB}/moto/utilities/docker_utilities.pyc +${PYSITELIB}/moto/utilities/docker_utilities.pyo +${PYSITELIB}/moto/utilities/paginator.py +${PYSITELIB}/moto/utilities/paginator.pyc +${PYSITELIB}/moto/utilities/paginator.pyo +${PYSITELIB}/moto/utilities/tagging_service.py +${PYSITELIB}/moto/utilities/tagging_service.pyc +${PYSITELIB}/moto/utilities/tagging_service.pyo +${PYSITELIB}/moto/utilities/utils.py +${PYSITELIB}/moto/utilities/utils.pyc +${PYSITELIB}/moto/utilities/utils.pyo +${PYSITELIB}/moto/wafv2/__init__.py +${PYSITELIB}/moto/wafv2/__init__.pyc +${PYSITELIB}/moto/wafv2/__init__.pyo +${PYSITELIB}/moto/wafv2/exceptions.py +${PYSITELIB}/moto/wafv2/exceptions.pyc +${PYSITELIB}/moto/wafv2/exceptions.pyo +${PYSITELIB}/moto/wafv2/models.py +${PYSITELIB}/moto/wafv2/models.pyc +${PYSITELIB}/moto/wafv2/models.pyo +${PYSITELIB}/moto/wafv2/responses.py +${PYSITELIB}/moto/wafv2/responses.pyc +${PYSITELIB}/moto/wafv2/responses.pyo +${PYSITELIB}/moto/wafv2/urls.py +${PYSITELIB}/moto/wafv2/urls.pyc +${PYSITELIB}/moto/wafv2/urls.pyo +${PYSITELIB}/moto/wafv2/utils.py +${PYSITELIB}/moto/wafv2/utils.pyc +${PYSITELIB}/moto/wafv2/utils.pyo ${PYSITELIB}/moto/xray/__init__.py ${PYSITELIB}/moto/xray/__init__.pyc ${PYSITELIB}/moto/xray/__init__.pyo ${PYSITELIB}/moto/xray/exceptions.py ${PYSITELIB}/moto/xray/exceptions.pyc ${PYSITELIB}/moto/xray/exceptions.pyo +${PYSITELIB}/moto/xray/mock_client.py +${PYSITELIB}/moto/xray/mock_client.pyc +${PYSITELIB}/moto/xray/mock_client.pyo ${PYSITELIB}/moto/xray/models.py ${PYSITELIB}/moto/xray/models.pyc ${PYSITELIB}/moto/xray/models.pyo Index: pkgsrc/net/py-moto/distinfo diff -u pkgsrc/net/py-moto/distinfo:1.4 pkgsrc/net/py-moto/distinfo:1.5 --- pkgsrc/net/py-moto/distinfo:1.4 Tue Oct 26 11:06:39 2021 +++ pkgsrc/net/py-moto/distinfo Tue Feb 15 15:32:09 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:06:39 nia Exp $ +$NetBSD: distinfo,v 1.5 2022/02/15 15:32:09 wiz Exp $ -BLAKE2s (moto-1.1.19.tar.gz) = b49e6c4dd9d986dd6999d0773b6346bc29641198c9fa81c43b070a1326fd6ec6 -SHA512 (moto-1.1.19.tar.gz) = 855723f33904059d82ac4a0ce0f889ffae5a4f7483001f33e941dc38585571287e8f15ba1a3f8e26cd10467cf602c084600ebbfa00022f4180b1f5642cf89ffd -Size (moto-1.1.19.tar.gz) = 1171322 bytes +BLAKE2s (moto-3.0.3.tar.gz) = d24c0ebc18e361e62928fa9b518113c717bd417fb987e38803ef28e84f3bccb8 +SHA512 (moto-3.0.3.tar.gz) = 1b14d8a5101103d31136fddfb12c4d6251aa75487347b049ea96baae662528f2f557fe31a9af1cce544fa97d02710ab66f5ee517540bcf137965bd2fe3ec24fa +Size (moto-3.0.3.tar.gz) = 2071948 bytes --_----------=_164493912911310--