moto 5.0.15.dev10__tar.gz → 5.0.15.dev16__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {moto-5.0.15.dev10/moto.egg-info → moto-5.0.15.dev16}/PKG-INFO +1 -1
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/__init__.py +1 -1
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/models.py +60 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/responses.py +9 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/urls.py +1 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/backend_index.py +1 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/backends.py +4 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/availability_zones_and_regions.py +25 -135
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-2.json +240 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-2.json +4 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-2.json +240 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-2.json +4 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-southeast-2.json +80 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/us-east-2.json +4 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_types.json +376 -31
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/firehose/models.py +3 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/firehose/responses.py +2 -0
- moto-5.0.15.dev16/moto/memorydb/__init__.py +1 -0
- moto-5.0.15.dev16/moto/memorydb/exceptions.py +59 -0
- moto-5.0.15.dev16/moto/memorydb/models.py +664 -0
- moto-5.0.15.dev16/moto/memorydb/responses.py +229 -0
- moto-5.0.15.dev16/moto/memorydb/urls.py +11 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_server/werkzeug_app.py +2 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16/moto.egg-info}/PKG-INFO +1 -1
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto.egg-info/SOURCES.txt +7 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/setup.cfg +1 -1
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway.py +81 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_availability_zones_and_regions.py +27 -11
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_firehose/test_firehose_destination_types.py +63 -0
- moto-5.0.15.dev16/tests/test_memorydb/test_memorydb.py +661 -0
- moto-5.0.15.dev16/tests/test_workspacesweb/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/AUTHORS.md +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/LICENSE +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/MANIFEST.in +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/README.md +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acm/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acm/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acm/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acm/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acm/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acm/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acmpca/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acmpca/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acmpca/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acmpca/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/acmpca/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/amp/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/amp/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/amp/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/amp/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/amp/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/amp/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/integration_parsers/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/integration_parsers/aws_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/integration_parsers/http_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/integration_parsers/unknown_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigateway/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigatewaymanagementapi/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigatewaymanagementapi/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigatewaymanagementapi/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigatewaymanagementapi/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigatewayv2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigatewayv2/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigatewayv2/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigatewayv2/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/apigatewayv2/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appconfig/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appconfig/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appconfig/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appconfig/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appconfig/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/applicationautoscaling/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/applicationautoscaling/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/applicationautoscaling/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/applicationautoscaling/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/applicationautoscaling/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/applicationautoscaling/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/dataclasses/mesh.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/dataclasses/route.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/dataclasses/shared.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/dataclasses/virtual_node.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/dataclasses/virtual_router.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/utils/common.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appmesh/utils/spec_parsing.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appsync/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appsync/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appsync/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appsync/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/appsync/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/athena/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/athena/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/athena/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/athena/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/athena/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/athena/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/autoscaling/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/autoscaling/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/autoscaling/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/autoscaling/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/autoscaling/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda/policy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda_simple/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda_simple/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/awslambda_simple/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/backup/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/backup/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/backup/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/backup/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/backup/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/batch/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/batch/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/batch/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/batch/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/batch/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/batch/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/batch_simple/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/batch_simple/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/batch_simple/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrock/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrock/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrock/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrock/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrock/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrockagent/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrockagent/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrockagent/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrockagent/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/bedrockagent/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/budgets/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/budgets/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/budgets/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/budgets/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/budgets/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ce/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ce/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ce/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ce/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ce/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudformation/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudformation/custom_model.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudformation/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudformation/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudformation/parsing.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudformation/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudformation/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudformation/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudfront/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudfront/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudfront/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudfront/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudfront/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudtrail/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudtrail/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudtrail/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudtrail/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudtrail/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudwatch/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudwatch/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudwatch/metric_data_expression_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudwatch/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudwatch/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudwatch/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cloudwatch/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codebuild/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codebuild/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codebuild/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codebuild/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codebuild/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codecommit/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codecommit/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codecommit/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codecommit/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codecommit/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codepipeline/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codepipeline/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codepipeline/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codepipeline/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/codepipeline/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidentity/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidentity/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidentity/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidentity/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidentity/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidentity/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidp/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidp/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidp/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidp/resources/jwks-private.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidp/resources/jwks-public.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidp/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidp/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/cognitoidp/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/comprehend/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/comprehend/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/comprehend/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/comprehend/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/comprehend/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/config/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/config/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/config/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/config/resources/aws_managed_rules.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/config/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/config/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/base_backend.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/botocore_stubber.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/common_models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/common_types.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/custom_responses_mock.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/decorator.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/model_instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/responses_custom_registry.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/core/versions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/databrew/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/databrew/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/databrew/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/databrew/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/databrew/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datapipeline/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datapipeline/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datapipeline/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datapipeline/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datapipeline/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datasync/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datasync/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datasync/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datasync/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/datasync/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dax/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dax/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dax/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dax/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dax/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dax/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/directconnect/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/directconnect/enums.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/directconnect/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/directconnect/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/directconnect/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/directconnect/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dms/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dms/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dms/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dms/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dms/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dms/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ds/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ds/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ds/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ds/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ds/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ds/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ds/validations.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/comparisons.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/limits.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/models/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/models/dynamo_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/models/table.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/models/table_export.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/models/table_import.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/models/utilities.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/ast_nodes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/executors.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/expressions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/key_condition_expression.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/partiql.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/reserved_keywords.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/reserved_keywords.txt +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/tokens.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/parsing/validators.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb_v20111205/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb_v20111205/comparisons.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb_v20111205/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb_v20111205/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodb_v20111205/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodbstreams/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodbstreams/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodbstreams/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/dynamodbstreams/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ebs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ebs/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ebs/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ebs/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/amis.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/carrier_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/core.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/customer_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/dhcp_options.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/elastic_block_store.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/elastic_ip_addresses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/elastic_network_interfaces.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/fleets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/flow_logs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/hosts.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/iam_instance_profile.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/instance_types.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/internet_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/key_pairs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/launch_templates.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/managed_prefixes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/nat_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/network_acls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/route_tables.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/security_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/spot_requests.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/subnets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/transit_gateway.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/transit_gateway_attachments.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/transit_gateway_route_tables.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/vpc_peering_connections.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/vpc_service_configuration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/vpcs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/vpn_connections.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/vpn_gateway.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/models/windows.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/regions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/amis.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/af-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ap-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ap-northeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ap-northeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ap-northeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ap-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ap-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ap-southeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ap-southeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ap-southeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/ca-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/eu-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/eu-central-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/eu-north-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/eu-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/eu-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/eu-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/eu-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/eu-west-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/me-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/me-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/sa-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/us-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/us-east-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/us-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/ecs/optimized_amis/us-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/af-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-4.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-5.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ca-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/ca-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-north-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/il-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/me-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/me-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/sa-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/af-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-4.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-5.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ca-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/ca-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-north-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/il-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/me-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/me-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/sa-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/af-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-northeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-northeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-northeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-southeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-southeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-southeast-4.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ap-southeast-5.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ca-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/ca-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/eu-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/eu-central-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/eu-north-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/eu-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/eu-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/eu-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/eu-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/eu-west-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/il-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/me-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/me-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/sa-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/us-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/us-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/instance_type_offerings/region/us-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/af-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-northeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-northeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-northeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-southeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-southeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-southeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-southeast-4.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ap-southeast-5.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ca-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/ca-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/eu-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/eu-central-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/eu-north-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/eu-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/eu-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/eu-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/eu-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/eu-west-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/il-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/me-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/me-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/sa-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/us-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/us-east-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/us-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/resources/latest_amis/us-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/_base_response.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/account_attributes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/amis.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/availability_zones_and_regions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/carrier_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/customer_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/dhcp_options.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/egress_only_internet_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/elastic_block_store.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/elastic_ip_addresses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/elastic_network_interfaces.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/fleets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/flow_logs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/general.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/hosts.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/iam_instance_profiles.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/internet_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/ip_addresses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/key_pairs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/launch_templates.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/monitoring.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/nat_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/network_acls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/reserved_instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/route_tables.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/security_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/settings.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/spot_fleets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/spot_instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/subnets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/transit_gateway_attachments.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/transit_gateway_route_tables.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/transit_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/virtual_private_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/vpc_peering_connections.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/vpc_service_configuration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/vpcs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/vpn_connections.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/responses/windows.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2instanceconnect/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2instanceconnect/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2instanceconnect/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ec2instanceconnect/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecr/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecr/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecr/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecr/policy_validation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecr/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecr/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecs/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecs/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecs/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ecs/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/efs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/efs/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/efs/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/efs/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/efs/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/eks/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/eks/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/eks/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/eks/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/eks/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/eks/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticache/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticache/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticache/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticache/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticache/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticache/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticbeanstalk/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticbeanstalk/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticbeanstalk/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticbeanstalk/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticbeanstalk/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elasticbeanstalk/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elastictranscoder/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elastictranscoder/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elastictranscoder/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elastictranscoder/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elb/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elb/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elb/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elb/policies.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elb/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elb/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elbv2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elbv2/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elbv2/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elbv2/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elbv2/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/elbv2/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emr/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emr/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emr/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emr/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emr/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emr/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrcontainers/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrcontainers/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrcontainers/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrcontainers/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrcontainers/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrcontainers/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrserverless/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrserverless/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrserverless/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrserverless/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrserverless/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/emrserverless/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/es/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/es/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/es/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/es/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/es/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/events/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/events/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/events/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/events/notifications.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/events/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/events/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/events/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/firehose/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/firehose/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/firehose/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/forecast/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/forecast/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/forecast/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/forecast/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/forecast/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/fsx/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/fsx/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/fsx/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/fsx/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/fsx/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/fsx/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glacier/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glacier/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glacier/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glacier/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glacier/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glue/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glue/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glue/glue_schema_registry_constants.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glue/glue_schema_registry_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glue/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glue/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glue/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/glue/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/greengrass/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/greengrass/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/greengrass/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/greengrass/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/greengrass/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/guardduty/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/guardduty/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/guardduty/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/guardduty/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/guardduty/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/access_control.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/aws_managed_policies.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/policy_validation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iam/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/identitystore/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/identitystore/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/identitystore/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/identitystore/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/identitystore/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/inspector2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/inspector2/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/inspector2/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/inspector2/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/instance_metadata/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/instance_metadata/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/instance_metadata/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/instance_metadata/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iot/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iot/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iot/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iot/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iot/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iot/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iotdata/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iotdata/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iotdata/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iotdata/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/iotdata/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ivs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ivs/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ivs/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ivs/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ivs/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesis/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesis/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesis/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesis/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesis/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesis/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideo/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideo/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideo/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideo/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideo/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideoarchivedmedia/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideoarchivedmedia/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideoarchivedmedia/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideoarchivedmedia/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kinesisvideoarchivedmedia/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kms/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kms/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kms/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kms/policy_validator.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kms/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kms/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/kms/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/lakeformation/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/lakeformation/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/lakeformation/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/lakeformation/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/lakeformation/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/logs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/logs/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/logs/logs_query/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/logs/logs_query/query_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/logs/metric_filters.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/logs/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/logs/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/logs/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/logs/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/managedblockchain/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/managedblockchain/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/managedblockchain/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/managedblockchain/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/managedblockchain/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/managedblockchain/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediaconnect/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediaconnect/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediaconnect/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediaconnect/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediaconnect/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/medialive/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/medialive/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/medialive/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/medialive/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/medialive/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediapackage/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediapackage/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediapackage/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediapackage/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediapackage/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastore/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastore/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastore/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastore/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastore/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastoredata/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastoredata/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastoredata/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastoredata/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mediastoredata/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/meteringmarketplace/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/meteringmarketplace/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/meteringmarketplace/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/meteringmarketplace/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/meteringmarketplace/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/managed_state_model.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/moto_random.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/recorder/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/recorder/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/recorder/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/state_manager.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_api/_internal/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/ca.crt +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/ca.key +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/cert.key +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/certificate_creator.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/certs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/certs/req.conf.tmpl +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/proxy3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/setup_https_intercept.sh +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_proxy/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_server/templates/dashboard.html +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_server/threaded_moto_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/moto_server/utilities.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mq/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mq/configuration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mq/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mq/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mq/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/mq/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/networkmanager/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/networkmanager/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/networkmanager/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/networkmanager/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/networkmanager/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearch/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearch/data.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearch/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearch/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearch/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearch/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearchserverless/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearchserverless/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearchserverless/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearchserverless/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opensearchserverless/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opsworks/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opsworks/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opsworks/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opsworks/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/opsworks/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/organizations/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/organizations/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/organizations/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/organizations/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/organizations/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/organizations/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/boto/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/boto/ec2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/boto/ec2/blockdevicemapping.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/boto/ec2/ec2object.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/boto/ec2/image.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/boto/ec2/instance.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/boto/ec2/instancetype.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/boto/ec2/tag.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/cfnresponse/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/packages/cfnresponse/cfnresponse.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/panorama/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/panorama/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/panorama/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/panorama/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/panorama/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/panorama/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/personalize/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/personalize/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/personalize/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/personalize/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/personalize/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/pinpoint/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/pinpoint/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/pinpoint/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/pinpoint/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/pinpoint/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/polly/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/polly/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/polly/resources.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/polly/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/polly/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/polly/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/proxy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/py.typed +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/qldb/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/qldb/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/qldb/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/qldb/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/qldb/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/quicksight/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/quicksight/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/quicksight/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/quicksight/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/quicksight/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ram/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ram/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ram/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ram/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ram/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rds/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rds/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rds/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rds/resources/cluster_options/aurora-postgresql.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rds/resources/cluster_options/neptune.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rds/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rds/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rds/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rdsdata/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rdsdata/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rdsdata/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rdsdata/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshift/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshift/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshift/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshift/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshift/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshift/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshiftdata/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshiftdata/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshiftdata/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshiftdata/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/redshiftdata/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rekognition/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rekognition/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rekognition/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/rekognition/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resiliencehub/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resiliencehub/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resiliencehub/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resiliencehub/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resiliencehub/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resourcegroups/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resourcegroups/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resourcegroups/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resourcegroups/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resourcegroups/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resourcegroupstaggingapi/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resourcegroupstaggingapi/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resourcegroupstaggingapi/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/resourcegroupstaggingapi/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/robomaker/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/robomaker/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/robomaker/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/robomaker/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53domains/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53domains/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53domains/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53domains/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53domains/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53domains/validators.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53resolver/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53resolver/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53resolver/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53resolver/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53resolver/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53resolver/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/route53resolver/validations.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/cloud_formation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/notifications.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/select_object_content.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3bucket_path/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3bucket_path/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3control/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3control/config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3control/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3control/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3control/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/s3control/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemaker/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemaker/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemaker/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemaker/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemaker/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemaker/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemaker/validators.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemakermetrics/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemakermetrics/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemakermetrics/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemakermetrics/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemakermetrics/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemakerruntime/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemakerruntime/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemakerruntime/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sagemakerruntime/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/scheduler/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/scheduler/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/scheduler/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/scheduler/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/scheduler/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sdb/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sdb/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sdb/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sdb/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sdb/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/secretsmanager/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/secretsmanager/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/secretsmanager/list_secrets/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/secretsmanager/list_secrets/filters.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/secretsmanager/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/secretsmanager/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/secretsmanager/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/secretsmanager/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicediscovery/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicediscovery/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicediscovery/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicediscovery/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicediscovery/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicequotas/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicequotas/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicequotas/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicequotas/resources/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicequotas/resources/default_quotas/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicequotas/resources/default_quotas/vpc.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicequotas/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/servicequotas/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ses/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ses/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ses/feedback.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ses/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ses/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ses/template.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ses/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ses/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sesv2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sesv2/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sesv2/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sesv2/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sesv2/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/settings.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/shield/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/shield/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/shield/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/shield/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/shield/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/signer/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/signer/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/signer/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/signer/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/signer/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sns/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sns/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sns/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sns/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sns/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sns/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sqs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sqs/constants.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sqs/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sqs/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sqs/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sqs/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sqs/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/af-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-4.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-5.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ca-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/ca-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/eu-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/eu-central-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/eu-north-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/eu-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/eu-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/eu-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/eu-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/eu-west-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/il-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/me-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/me-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/sa-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/us-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/us-east-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/us-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ami-amazon-linux-latest/us-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/af-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ap-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ap-northeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ap-northeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ap-northeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ap-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ap-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ap-southeast-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ap-southeast-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ap-southeast-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/ca-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/eu-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/eu-central-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/eu-north-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/eu-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/eu-south-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/eu-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/eu-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/eu-west-3.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/me-central-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/me-south-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/sa-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/us-east-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/us-east-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/us-west-1.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/ecs/optimized_amis/us-west-2.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/regions.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/resources/services.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssm/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssoadmin/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssoadmin/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssoadmin/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssoadmin/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssoadmin/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/ssoadmin/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/api.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/runtime/ASLIntrinsicLexer.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/runtime/ASLIntrinsicParser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/runtime/ASLIntrinsicParserListener.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/runtime/ASLIntrinsicParserVisitor.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/runtime/ASLLexer.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/runtime/ASLParser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/runtime/ASLParserListener.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/runtime/ASLParserVisitor.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlr/runtime/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlt4utils/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/antlt4utils/antlr4utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/catch/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/catch/catch_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/catch/catch_outcome.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/catch/catcher_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/catch/catcher_outcome.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/catch/catcher_props.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/comment.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/error_name/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/error_name/custom_error_name.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/error_name/error_equals_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/error_name/error_name.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/error_name/failure_event.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/error_name/states_error_name.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/error_name/states_error_name_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/flow/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/flow/end.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/flow/next.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/flow/start_at.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/parameters.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/path/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/path/input_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/path/items_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/path/output_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/path/result_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payload_value.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadarr/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadarr/payload_arr.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadbinding/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadbinding/payload_binding.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadbinding/payload_binding_intrinsic_func.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadbinding/payload_binding_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadbinding/payload_binding_path_context_obj.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadbinding/payload_binding_value.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadtmpl/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadtmpl/payload_tmpl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadvaluelit/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadvaluelit/payload_value_bool.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadvaluelit/payload_value_float.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadvaluelit/payload_value_int.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadvaluelit/payload_value_lit.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadvaluelit/payload_value_null.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/payload/payloadvalue/payloadvaluelit/payload_value_str.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/result_selector.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/backoff_rate_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/interval_seconds_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/jitter_strategy_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/max_attempts_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/max_delay_seconds_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/retrier_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/retrier_outcome.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/retrier_props.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/retry_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/retry/retry_outcome.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/timeouts/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/timeouts/heartbeat.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/timeouts/timeout.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/common/version.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/component.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/eval_component.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/function_argument.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/function_argument_bool.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/function_argument_context_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/function_argument_float.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/function_argument_function.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/function_argument_int.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/function_argument_json_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/function_argument_list.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/argument/function_argument_string.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/component.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/function.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/array/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/array/array.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/array/array_contains.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/array/array_get_item.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/array/array_length.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/array/array_partition.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/array/array_range.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/array/array_unique.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/encoding_decoding/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/encoding_decoding/base_64_decode.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/encoding_decoding/base_64_encode.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/factory.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/generic/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/generic/string_format.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/hash_calculations/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/hash_calculations/hash_algorithm.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/hash_calculations/hash_func.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/json_manipulation/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/json_manipulation/json_merge.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/json_manipulation/json_to_string.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/json_manipulation/string_to_json.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/math_operations/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/math_operations/math_add.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/math_operations/math_random.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/states_function.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/states_function_array.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/states_function_format.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/states_function_json_to_string.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/states_function_string_to_json.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/states_function_uuid.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/string_operations/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/string_operations/string_split.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/unique_id_generation/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/function/statesfunction/unique_id_generation/uuid.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/functionname/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/functionname/custom_function_name.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/functionname/function_name.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/functionname/state_function_name_types.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/functionname/states_function_name.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/member.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/member_access.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/intrinsic/program.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/program/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/program/program.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/choice_rule.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/choices_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/comparison.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/comparison_composite.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/comparison_func.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/comparison_operator_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/comparison_variable.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/operator/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/operator/factory.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/operator/implementations/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/operator/implementations/boolean_equals.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/operator/implementations/is_operator.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/operator/implementations/numeric.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/operator/implementations/string_operators.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/operator/implementations/timestamp_operators.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/operator/operator.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/comparison/variable.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/default_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/choice/state_choice.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/execute_state.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/execution_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/eval/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/eval/resource_eval.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/eval/resource_eval_factory.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/eval/resource_eval_s3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/eval/resource_output_transformer/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/eval/resource_output_transformer/transformer.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/eval/resource_output_transformer/transformer_csv.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/eval/resource_output_transformer/transformer_factory.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/eval/resource_output_transformer/transformer_json.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/item_reader_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/reader_config/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/reader_config/csv_header_location.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/reader_config/csv_headers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/reader_config/input_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/reader_config/max_items_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/reader_config/reader_config_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_reader/reader_config/reader_config_props.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/item_selector.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/distributed_iteration_component.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/inline_iteration_component.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/itemprocessor/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/itemprocessor/distributed_item_processor.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/itemprocessor/distributed_item_processor_worker.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/itemprocessor/inline_item_processor.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/itemprocessor/inline_item_processor_worker.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/itemprocessor/item_processor_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/itemprocessor/item_processor_factory.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/itemprocessor/map_run_record.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/itemprocessor/processor_config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/iteration_component.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/iteration_declaration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/iteration_worker.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/iterator/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/iterator/iterator.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/iterator/iterator_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/iterator/iterator_worker.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/iteration/job.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/label.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/max_concurrency.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/mode.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/state_map.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_map/tolerated_failure.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_parallel/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_parallel/branch_worker.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_parallel/branches_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_parallel/state_parallel.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/lambda_eval_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/resource.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_api_gateway.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_aws_sdk.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_callback.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_dynamodb.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_events.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_factory.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_lambda.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_sfn.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_sns.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/service/state_task_service_sqs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/state_task.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/state_task_factory.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/exec/state_task/state_task_lambda.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/fail/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/fail/cause_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/fail/cause_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/fail/error_decl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/fail/error_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/fail/state_fail.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/state.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/state_continue_with.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/state_pass/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/state_pass/result.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/state_pass/state_pass.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/state_props.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/state_succeed.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/state_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/wait/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/wait/state_wait.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/wait/wait_function/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/wait/wait_function/seconds.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/wait/wait_function/seconds_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/wait/wait_function/timestamp.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/wait/wait_function/timestamp_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/state/wait/wait_function/wait_function.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/component/states.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/aws_execution_details.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/callback/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/callback/callback.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/contextobject/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/contextobject/contex_object.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/count_down_latch.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/environment.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/event/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/event/event_detail.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/event/event_history.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/eval/program_state.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/parse/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/parse/asl_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/parse/intrinsic/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/parse/intrinsic/intrinsic_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/parse/intrinsic/preprocessor.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/parse/preprocessor.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/parse/typed_props.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/utils/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/utils/boto_client.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/utils/encoding.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/asl/utils/json_path.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/backend/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/backend/execution.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/backend/execution_worker.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/backend/execution_worker_comm.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/backend/state_machine.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/resource_providers/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/resource_providers/aws_stepfunctions_activity.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/resource_providers/aws_stepfunctions_activity_plugin.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/resource_providers/aws_stepfunctions_statemachine.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/resource_providers/aws_stepfunctions_statemachine_plugin.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/parser/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/stepfunctions/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sts/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sts/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sts/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sts/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sts/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/sts/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/support/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/support/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/support/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/support/resources/describe_trusted_advisor_checks.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/support/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/support/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/constants.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/activity_task.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/activity_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/decision_task.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/domain.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/generic_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/history_event.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/timeout.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/timer.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/workflow_execution.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/models/workflow_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/swf/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/textract/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/textract/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/textract/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/textract/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/textract/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/timestreamquery/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/timestreamquery/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/timestreamquery/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/timestreamquery/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/timestreamwrite/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/timestreamwrite/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/timestreamwrite/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/timestreamwrite/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/timestreamwrite/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transcribe/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transcribe/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transcribe/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transcribe/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transcribe/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transfer/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transfer/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transfer/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transfer/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transfer/types.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/transfer/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/arns.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/aws_headers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/constants.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/distutils_version.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/docker_utilities.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/paginator.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/tagging_service.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/tokenizer.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/utilities/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/wafv2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/wafv2/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/wafv2/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/wafv2/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/wafv2/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/wafv2/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspaces/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspaces/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspaces/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspaces/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspaces/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspacesweb/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspacesweb/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspacesweb/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspacesweb/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/workspacesweb/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/xray/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/xray/exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/xray/mock_client.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/xray/models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/xray/responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto/xray/urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto.egg-info/dependency_links.txt +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto.egg-info/entry_points.txt +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto.egg-info/requires.txt +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/moto.egg-info/top_level.txt +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/pyproject.toml +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/requirements-dev.txt +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/requirements.txt +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/setup.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/conftest.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/markers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/resources/README.md +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/resources/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/resources/ca.key +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/resources/ca.pem +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/resources/ca.srl +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/resources/star_moto_com-bad.pem +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/resources/star_moto_com.csr +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/resources/star_moto_com.key +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/resources/star_moto_com.pem +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acm/test_acm.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acmpca/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_acmpca/test_acmpca.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_amp/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_amp/test_amp_logging_config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_amp/test_amp_rulegroupnamespaces.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_amp/test_amp_workspaces.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/resources/petstore-swagger-v3.yaml +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/resources/test_api.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/resources/test_api.yaml +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/resources/test_api_invalid.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/resources/test_api_invalid_version.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/resources/test_deep_api.yaml +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_deployments.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_export.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_gatewayresponses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_importrestapi.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_putrestapi.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_stage.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_validators.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_apigateway_vpclink.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigateway/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewaymanagementapi/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewaymanagementapi/test_apigatewaymanagementapi.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_authorizers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_domains.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_integrationresponses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_integrations.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_mappings.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_reimport.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_routes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_stages.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_apigatewayv2_vpclinks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_apigatewayv2/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appconfig/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appconfig/test_appconfig_applications.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appconfig/test_appconfig_config_profiles.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appconfig/test_appconfig_hosted_config_versions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_applicationautoscaling/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_applicationautoscaling/test_applicationautoscaling.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_applicationautoscaling/test_applicationautoscaling_policies.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_applicationautoscaling/test_validation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appmesh/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appmesh/data.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appmesh/test_appmesh.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appsync/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appsync/test_appsync.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appsync/test_appsync_apikeys.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appsync/test_appsync_schema.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appsync/test_appsync_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_appsync/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_athena/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_athena/test_athena.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_athena/test_athena_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_athena/test_athena_server_api.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_autoscaling.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_autoscaling_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_autoscaling_group_filters.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_autoscaling_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_autoscaling_metrics.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_autoscaling_scheduledactions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_autoscaling_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_autoscaling_warm_pools.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_elb.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_elbv2.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_launch_configurations.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_policies.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_autoscaling/utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/resources/Klayers-p311-requests-a637a171-679b-4057-8a62-0a274b260710.zip +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_awslambda_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda_alias.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda_concurrency.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda_eventsourcemapping.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda_function_urls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda_invoke.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda_layers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda_layers_invoked.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda_policy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_lambda_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/test_policy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda/utilities.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda_simple/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_awslambda_simple/test_lambda_simple.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_backup/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_backup/test_backup.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch_compute_envs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch_job_queue.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch_jobs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch_scheduling_policy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch_tags_job_definition.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch_tags_job_queue.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch_tags_scheduling_policy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_batch_task_definition.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch/test_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch_simple/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch_simple/test_batch_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch_simple/test_batch_compute_envs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_batch_simple/test_batch_jobs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_bedrock/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_bedrock/test_bedrock.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_bedrockagent/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_bedrockagent/test_bedrockagent.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_budgets/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_budgets/test_budgets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_budgets/test_notifications.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_budgets/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ce/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ce/test_ce.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ce/test_ce_cost_and_usage.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ce/test_ce_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/custom_lambda.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/ec2_classic_eip.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/fn_join.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/kms_key.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/rds_mysql_with_db_parameter_group.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/rds_mysql_with_read_replica.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/redshift.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/route53_ec2_instance_with_public_ip.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/route53_health_check.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/route53_roundrobin.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/single_instance_with_ebs_volume.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/vpc_eip.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/vpc_eni.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/fixtures/vpc_single_instance_in_subnet.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_cloudformation_custom_resources.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_cloudformation_depends_on.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_cloudformation_multi_accounts.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_cloudformation_nested_stacks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_cloudformation_stack_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_cloudformation_stack_policies.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_conditions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_import_value.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_stack_parsing.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_utilities.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudformation/test_validate.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudfront/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudfront/cloudfront_test_scaffolding.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudfront/test_cloudfront.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudfront/test_cloudfront_dist_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudfront/test_cloudfront_distributions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudfront/test_cloudfront_invalidation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudfront/test_cloudfront_oac.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudfront/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudtrail/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudtrail/test_cloudtrail.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudtrail/test_cloudtrail_eventselectors.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudtrail/test_cloudtrail_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudtrail/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudwatch/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudwatch/test_cloudwatch_alarms.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudwatch/test_cloudwatch_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudwatch/test_cloudwatch_dashboards.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudwatch/test_cloudwatch_expression_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudwatch/test_cloudwatch_expressions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cloudwatch/test_cloudwatch_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_codebuild/test_codebuild.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_codecommit/test_codecommit.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_codepipeline/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_codepipeline/test_codepipeline.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cognitoidentity/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cognitoidentity/test_cognitoidentity.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cognitoidentity/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cognitoidp/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cognitoidp/test_cognitoidp.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cognitoidp/test_cognitoidp_exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cognitoidp/test_cognitoidp_replay.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_cognitoidp/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_comprehend/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_comprehend/test_comprehend.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_config/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_config/test_config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_config/test_config_rules.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_config/test_config_rules_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_config/test_config_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_account_id_resolution.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_auth.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_backenddict.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_backends.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_decorator_calls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_docker.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_ec2_vpc_endpoint_services.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_environ_patching.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_importorder.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_instance_metadata.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_mock_regions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_moto_api.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_mypy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_nested.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_proxy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_request_mocking.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_request_passthrough.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_responses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_responses_module.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_settings.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_url_base_regex.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_url_mapping.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_core/test_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_databrew/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_databrew/test_databrew_datasets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_databrew/test_databrew_jobs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_databrew/test_databrew_recipes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_databrew/test_databrew_rulesets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_datapipeline/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_datapipeline/test_datapipeline.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_datapipeline/test_datapipeline_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_datapipeline/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_datasync/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_datasync/test_datasync.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dax/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dax/test_dax.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dax/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_directconnect/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_directconnect/test_directconnect.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dms/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dms/test_dms.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ds/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ds/test_ds.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ds/test_ds_ad_connect.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ds/test_ds_microsoft_ad.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ds/test_ds_simple_ad_directory.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ds/test_ds_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/conftest.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/exceptions/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/exceptions/test_dynamodb_exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/exceptions/test_dynamodb_transactions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/exceptions/test_key_length_exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/models/test_item.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/models/test_key_condition_expression_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/models/test_utilities.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_batch_get_item.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_batch_write.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_condition_expressions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_consumedcapacity.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_create_table.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_executor.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_export_table.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_expression_tokenizer.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_expressions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_import_table.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_query.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_resource_policy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_scan.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_statements.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_table_with_range_key.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_table_without_range_key.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_transact.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_update_expressions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_update_table.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_dynamodb_validation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb_v20111205/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb_v20111205/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodb_v20111205/test_servermode.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodbstreams/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_dynamodbstreams/test_dynamodbstreams.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ebs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ebs/test_ebs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/helpers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_account_attributes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_amis.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_carrier_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_customer_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_dhcp_options.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_ec2_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_ec2_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_egress_only_igw.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_elastic_block_store.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_elastic_ip_addresses.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_elastic_network_interfaces.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_fleets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_flow_logs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_flow_logs_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_general.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_hosts.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_iam_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_instance_type_offerings.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_instance_types.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_internet_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_key_pairs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_launch_templates.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_launch_templates_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_nat_gateway.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_network_acls.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_prefix_lists.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_regions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_route_tables.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_security_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_security_groups_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_settings.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_spot_fleet.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_spot_instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_subnets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_transit_gateway.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_transit_gateway_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_transit_gateway_peering_attachments.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_virtual_private_gateways.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_vpc_endpoint_services_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_vpc_peering.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_vpc_service_configuration_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_vpcs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_vpn_connections.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2/test_windows.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ec2instanceconnect/test_ec2instanceconnect_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecr/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecr/test_ecr_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecr/test_ecr_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecr/test_ecr_helpers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecr/test_ecr_policy_validation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecr/test_ecr_scanning_config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecs/test_ecs_account_settings.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecs/test_ecs_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecs/test_ecs_capacity_provider.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecs/test_ecs_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecs/test_ecs_efs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecs/test_ecs_task_def_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecs/test_ecs_task_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ecs/test_ecs_tasksets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/junk_drawer.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/test_access_point_tagging.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/test_access_points.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/test_efs_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/test_file_system.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/test_filesystem_tagging.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/test_lifecycle_config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/test_mount_target.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/test_mount_target_security_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_efs/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_eks/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_eks/test_eks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_eks/test_eks_constants.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_eks/test_eks_ec2.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_eks/test_eks_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_eks/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elasticache/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elasticache/test_elasticache.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elasticache/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elasticbeanstalk/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elasticbeanstalk/test_elasticbeanstalk.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elasticbeanstalk/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elastictranscoder/__init__ +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elastictranscoder/test_elastictranscoder.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elastictranscoder/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elb/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elb/test_elb.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elb/test_elb_availabilityzones.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elb/test_elb_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elb/test_elb_policies.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elb/test_elb_subnets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elb/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_elbv2.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_elbv2_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_elbv2_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_elbv2_listener_rule_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_elbv2_listener_rules.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_elbv2_listener_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_elbv2_set_subnets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_elbv2_target_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_elbv2_target_health.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_elbv2/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emr/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emr/test_emr.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emr/test_emr_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emr/test_emr_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emr/test_emr_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emr/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emr/test_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emrcontainers/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emrcontainers/test_emrcontainers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emrcontainers/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emrserverless/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emrserverless/test_emrserverless.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_emrserverless/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_es/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_es/test_es.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_es/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_events/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_events/test_event_pattern.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_events/test_events.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_events/test_events_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_events/test_events_http_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_events/test_events_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_events/test_events_lambdatriggers_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_events/test_events_partners_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_firehose/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_firehose/test_firehose.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_firehose/test_firehose_encryption.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_firehose/test_firehose_put.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_firehose/test_firehose_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_firehose/test_http_destinations.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_forecast/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_forecast/test_forecast.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_fsx/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_fsx/test_fsx.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glacier/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glacier/test.gz +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glacier/test_glacier_archives.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glacier/test_glacier_jobs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glacier/test_glacier_vaults.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glacier/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/fixtures/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/fixtures/datacatalog.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/fixtures/schema_registry.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/helpers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/test_datacatalog.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/test_glue.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/test_glue_job_runs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/test_partition_filter.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_glue/test_schema_registry.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_greengrass/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_greengrass/test_greengrass_core.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_greengrass/test_greengrass_deployment.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_greengrass/test_greengrass_device.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_greengrass/test_greengrass_functions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_greengrass/test_greengrass_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_greengrass/test_greengrass_resource.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_greengrass/test_greengrass_subscriptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_guardduty/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_guardduty/test_guardduty.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_guardduty/test_guardduty_filters.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_guardduty/test_guardduty_organization.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_guardduty/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_access_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_account_aliases.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_oidc.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_password_last_used.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_policies.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_resets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_server_certificates.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_iam_signing_certificates.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iam/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_identitystore/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_identitystore/test_identitystore.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_inspector2/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_inspector2/test_inspector2.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_inspector2/test_inspector2_admin_accounts.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_inspector2/test_inspector2_enable.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_inspector2/test_inspector2_findings.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_inspector2/test_inspector2_members.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_inspector2/test_inspector2_organization.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_inspector2/test_inspector2_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_ca_certificates.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_certificates.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_deprecate_thing_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_domain_configuration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_job_executions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_jobs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_policies.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_search.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_thing_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_thing_types.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_things.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_iot_topic_rules.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iot/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iotdata/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iotdata/test_iotdata.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_iotdata/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ivs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ivs/test_ivs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesis/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesis/test_kinesis.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesis/test_kinesis_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesis/test_kinesis_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesis/test_kinesis_encryption.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesis/test_kinesis_monitoring.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesis/test_kinesis_stream_consumers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesis/test_kinesis_stream_limits.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesis/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesisvideo/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesisvideo/test_kinesisvideo.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesisvideo/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesisvideoarchivedmedia/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesisvideoarchivedmedia/test_kinesisvideoarchivedmedia.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kinesisvideoarchivedmedia/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kms/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kms/test_kms_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kms/test_kms_encrypt.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kms/test_kms_grants.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kms/test_kms_policy_enforcement.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kms/test_model.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kms/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_kms/test_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_lakeformation/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_lakeformation/test_lakeformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_lakeformation/test_permission.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_lakeformation/test_resource_tags_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_export_tasks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_logs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_logs_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_logs_filter.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_logs_query/test_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_logs_query/test_query.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_logs_query/test_query_parser.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_logs_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_logs/test_models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_managedblockchain/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_managedblockchain/helpers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_managedblockchain/test_managedblockchain_invitations.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_managedblockchain/test_managedblockchain_members.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_managedblockchain/test_managedblockchain_networks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_managedblockchain/test_managedblockchain_nodes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_managedblockchain/test_managedblockchain_proposals.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_managedblockchain/test_managedblockchain_proposalvotes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediaconnect/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediaconnect/test_mediaconnect.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediaconnect/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_medialive/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_medialive/test_medialive.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_medialive/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediapackage/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediapackage/test_mediapackage.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediapackage/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediastore/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediastore/test_mediastore.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediastore/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediastoredata/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediastoredata/test_mediastoredata.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mediastoredata/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_moto_api → moto-5.0.15.dev16/tests/test_memorydb}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_meteringmarketplace/test_meteringmarketplace.py +0 -0
- {moto-5.0.15.dev10/tests/test_moto_api/recorder → moto-5.0.15.dev16/tests/test_moto_api}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_moto_api/mock_random/test_mock_random.py +0 -0
- {moto-5.0.15.dev10/tests/test_moto_api/seeder → moto-5.0.15.dev16/tests/test_moto_api/recorder}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_moto_api/recorder/test_recorder.py +0 -0
- {moto-5.0.15.dev10/tests/test_moto_api/state_manager → moto-5.0.15.dev16/tests/test_moto_api/seeder}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_moto_api/seeder/test_seeder.py +0 -0
- {moto-5.0.15.dev10/tests/test_mq → moto-5.0.15.dev16/tests/test_moto_api/state_manager}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_moto_api/state_manager/servermode/test_inmemory_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_moto_api/state_manager/servermode/test_state_manager.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_moto_api/state_manager/test_batch_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_moto_api/state_manager/test_managed_state_model.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_moto_api/state_manager/test_state_manager.py +0 -0
- {moto-5.0.15.dev10/tests/test_neptune → moto-5.0.15.dev16/tests/test_mq}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mq/test_mq.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mq/test_mq_configuration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mq/test_mq_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mq/test_mq_users.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_mq/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_networkmanager → moto-5.0.15.dev16/tests/test_neptune}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_neptune/test_cluster_options.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_neptune/test_cluster_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_neptune/test_clusters.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_neptune/test_global_clusters.py +0 -0
- {moto-5.0.15.dev10/tests/test_opensearch → moto-5.0.15.dev16/tests/test_networkmanager}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_networkmanager/test_networkmanager.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_networkmanager/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_opensearchserverless → moto-5.0.15.dev16/tests/test_opensearch}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_opensearch/test_domain_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_opensearch/test_opensearch.py +0 -0
- {moto-5.0.15.dev10/tests/test_organizations → moto-5.0.15.dev16/tests/test_opensearchserverless}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_opensearchserverless/test_opensearchserverless.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_opsworks/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_opsworks/test_apps.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_opsworks/test_instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_opsworks/test_layers.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_opsworks/test_stack.py +0 -0
- {moto-5.0.15.dev10/tests/test_panorama → moto-5.0.15.dev16/tests/test_organizations}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_organizations/organizations_test_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_organizations/test_organizations_boto3.py +0 -0
- {moto-5.0.15.dev10/tests/test_personalize → moto-5.0.15.dev16/tests/test_panorama}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_panorama/test_nodes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_panorama/test_panorama_device.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_panorama/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_pinpoint → moto-5.0.15.dev16/tests/test_personalize}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_personalize/test_personalize_schema.py +0 -0
- {moto-5.0.15.dev10/tests/test_qldb → moto-5.0.15.dev16/tests/test_pinpoint}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_pinpoint/test_pinpoint.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_pinpoint/test_pinpoint_application_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_pinpoint/test_pinpoint_event_stream.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_polly/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_polly/test_polly.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_polly/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_quicksight → moto-5.0.15.dev16/tests/test_qldb}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_qldb/test_qldb.py +0 -0
- {moto-5.0.15.dev10/tests/test_rdsdata → moto-5.0.15.dev16/tests/test_quicksight}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_quicksight/test_quicksight_datasets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_quicksight/test_quicksight_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_quicksight/test_quicksight_users.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ram/test_ram.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_db_cluster_param_group.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_db_cluster_params.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_filters.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_global_clusters.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_rds.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_rds_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_rds_clusters.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_rds_clusters_with_instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_rds_event_subscriptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_rds_export_tasks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_rds_proxy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rds/test_utils.py +0 -0
- {moto-5.0.15.dev10/tests/test_redshiftdata → moto-5.0.15.dev16/tests/test_rdsdata}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rdsdata/test_rdsdata.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_redshift/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_redshift/test_redshift.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_redshift/test_redshift_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_redshift/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_rekognition → moto-5.0.15.dev16/tests/test_redshiftdata}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_redshiftdata/test_redshiftdata.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_redshiftdata/test_redshiftdata_constants.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_redshiftdata/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_resiliencehub → moto-5.0.15.dev16/tests/test_rekognition}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_rekognition/test_rekognition.py +0 -0
- {moto-5.0.15.dev10/tests/test_resourcegroups → moto-5.0.15.dev16/tests/test_resiliencehub}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resiliencehub/test_resiliencehub.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resiliencehub/test_resiliencyhub_resources.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resiliencehub/test_resiliencyhub_tagging.py +0 -0
- {moto-5.0.15.dev10/tests/test_resourcegroupstaggingapi → moto-5.0.15.dev16/tests/test_resourcegroups}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resourcegroups/test_resourcegroups.py +0 -0
- {moto-5.0.15.dev10/tests/test_robomaker → moto-5.0.15.dev16/tests/test_resourcegroupstaggingapi}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resourcegroupstaggingapi/test_resourcegroupstagging_dynamodb.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resourcegroupstaggingapi/test_resourcegroupstagging_glue.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resourcegroupstaggingapi/test_resourcegroupstagging_logs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resourcegroupstaggingapi/test_resourcegroupstagging_rds.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resourcegroupstaggingapi/test_resourcegroupstaggingapi.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_resourcegroupstaggingapi/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_route53domains → moto-5.0.15.dev16/tests/test_robomaker}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_robomaker/test_robomaker.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53/test_change_set_model.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53/test_route53.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53/test_route53_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53/test_route53_delegationsets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53/test_route53_healthchecks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53/test_route53_query_logging_config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53/test_route53_vpcs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_route53resolver → moto-5.0.15.dev16/tests/test_route53domains}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53domains/test_route53domains_domain.py +0 -0
- {moto-5.0.15.dev10/tests/test_s3control → moto-5.0.15.dev16/tests/test_route53resolver}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53resolver/test_route53resolver_endpoint.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53resolver/test_route53resolver_rule.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53resolver/test_route53resolver_rule_associations.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_route53resolver/test_route53resolver_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_multiple_accounts_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_acl.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_auth.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_bucket_policy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_classdecorator.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_config.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_copyobject.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_cross_account.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_custom_endpoint.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_encryption.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_eventbridge_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_file_handles.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_lambda_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_lifecycle.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_list_object_versions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_list_objects.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_locales.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_lock.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_logging.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_metadata.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_multipart.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_notifications.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_object_attributes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_ownership.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_replication.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_select.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_storageclass.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_tagging.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_s3_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3bucket_path/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3bucket_path/test_s3bucket_path_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3bucket_path/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_sagemaker → moto-5.0.15.dev16/tests/test_s3control}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3control/test_s3control.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3control/test_s3control_access_points.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3control/test_s3control_accesspoint_policy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3control/test_s3control_config_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_s3control/test_s3control_s3.py +0 -0
- {moto-5.0.15.dev10/tests/test_sagemakermetrics → moto-5.0.15.dev16/tests/test_sagemaker}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/cloudformation_test_configs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_automljobs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_cluster.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_compilation_jobs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_data_quality_jobs_definitions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_domains.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_endpoint.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_experiment.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_feature_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_hyper_parameter_tuning_job.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_model_bias_job_definitions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_model_cards.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_model_expainability.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_model_package_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_model_packages.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_model_quality.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_models.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_notebooks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_pipeline.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_processing.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_search.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_training.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_transform.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_trial.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemaker/test_sagemaker_trial_component.py +0 -0
- {moto-5.0.15.dev10/tests/test_sagemakerruntime → moto-5.0.15.dev16/tests/test_sagemakermetrics}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemakermetrics/test_sagemakermetrics.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemakermetrics/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_scheduler → moto-5.0.15.dev16/tests/test_sagemakerruntime}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sagemakerruntime/test_sagemakerruntime.py +0 -0
- {moto-5.0.15.dev10/tests/test_sdb → moto-5.0.15.dev16/tests/test_scheduler}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_scheduler/test_schedule_groups.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_scheduler/test_scheduler.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_scheduler/test_scheduler_tags.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_scheduler/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_servicediscovery → moto-5.0.15.dev16/tests/test_sdb}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sdb/test_sdb_attributes.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sdb/test_sdb_domains.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sdb/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_secretsmanager/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_secretsmanager/test_list_secrets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_secretsmanager/test_policy.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_secretsmanager/test_rotate_simple_lambda.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_secretsmanager/test_secrets_duplication.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_secretsmanager/test_secretsmanager.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_secretsmanager/test_server.py +0 -0
- {moto-5.0.15.dev10/tests/test_servicequotas → moto-5.0.15.dev16/tests/test_servicediscovery}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_servicediscovery/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_servicediscovery/test_servicediscovery_httpnamespaces.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_servicediscovery/test_servicediscovery_instance.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_servicediscovery/test_servicediscovery_operations.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_servicediscovery/test_servicediscovery_service.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_servicediscovery/test_servicediscovery_tags.py +0 -0
- {moto-5.0.15.dev10/tests/test_ses → moto-5.0.15.dev16/tests/test_servicequotas}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_servicequotas/test_servicequotas.py +0 -0
- {moto-5.0.15.dev10/tests/test_sesv2 → moto-5.0.15.dev16/tests/test_ses}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ses/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ses/test_ses_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ses/test_ses_sns_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ses/test_ses_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ses/test_templating.py +0 -0
- {moto-5.0.15.dev10/tests/test_shield → moto-5.0.15.dev16/tests/test_sesv2}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sesv2/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sesv2/test_sesv2.py +0 -0
- {moto-5.0.15.dev10/tests/test_signer → moto-5.0.15.dev16/tests/test_shield}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_shield/test_shield.py +0 -0
- {moto-5.0.15.dev10/tests/test_ssoadmin → moto-5.0.15.dev16/tests/test_signer}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_signer/test_signing_platforms.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_signer/test_signing_profiles.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/test_application_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/test_http_message_verification.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/test_publish_batch.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/test_publishing_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/test_sns_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/test_subscriptions_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/test_topics_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sns/test_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_special_cases/test_custom_amis.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sqs/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sqs/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sqs/test_sqs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sqs/test_sqs_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sqs/test_sqs_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sqs/test_sqs_multiaccount.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_default_amis.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_defaults.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_doc_permissions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_docs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_ec2_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_ecs_images.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_maintenance_windows.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_parameterstore.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_patch_baseline.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_secretsmanager.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_ssm_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssm/test_templates/good.yaml +0 -0
- {moto-5.0.15.dev10/tests/test_stepfunctions/parser/templates → moto-5.0.15.dev16/tests/test_ssoadmin}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssoadmin/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssoadmin/test_ssoadmin.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssoadmin/test_ssoadmin_instances.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssoadmin/test_ssoadmin_permission_sets.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_ssoadmin/test_ssoadmin_policies.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/__init__.py +0 -0
- {moto-5.0.15.dev10/tests/test_stepfunctions/parser/templates/comments → moto-5.0.15.dev16/tests/test_stepfunctions/parser/templates}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/choice_state_singleton.json +0 -0
- {moto-5.0.15.dev10/tests/test_support → moto-5.0.15.dev16/tests/test_stepfunctions/parser/templates/comments}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/comments/comments_as_per_docs.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/comments/comments_in_parameters.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/failure.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/json_regex.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/map_item_reader.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/map_item_reader_with_header.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/parallel_fail.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/parallel_states.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/parallel_states_catch.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/parallel_states_order.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/retry.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/retry_jitter_none.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/services/dynamodb_invalid_task_token.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/services/dynamodb_put_delete_item.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/services/dynamodb_put_item.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/services/dynamodb_task_token.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/services/dynamodb_zero_retry.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/services/sns_publish.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/services/sqs_heartbeat.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/state_with_role.json +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/templates/templates.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_choice_state.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_comments.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_map_item.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_parallel_states.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_stepfunctions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_stepfunctions_dynamodb_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_stepfunctions_lambda_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_stepfunctions_lambda_retry_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_stepfunctions_sns_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/parser/test_stepfunctions_sqs_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/test_stepfunctions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_stepfunctions/test_stepfunctions_cloudformation.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sts/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sts/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sts/test_sts.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_sts/test_sts_integration.py +0 -0
- {moto-5.0.15.dev10/tests/test_swf → moto-5.0.15.dev16/tests/test_support}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_support/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_support/test_support.py +0 -0
- {moto-5.0.15.dev10/tests/test_swf/models → moto-5.0.15.dev16/tests/test_swf}/__init__.py +0 -0
- {moto-5.0.15.dev10/tests/test_swf/responses → moto-5.0.15.dev16/tests/test_swf/models}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/models/test_activity_task.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/models/test_decision_task.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/models/test_domain.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/models/test_generic_type.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/models/test_history_event.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/models/test_timeout.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/models/test_timer.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/models/test_workflow_execution.py +0 -0
- {moto-5.0.15.dev10/tests/test_textract → moto-5.0.15.dev16/tests/test_swf/responses}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/responses/test_activity_tasks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/responses/test_activity_types.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/responses/test_decision_tasks.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/responses/test_domains.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/responses/test_timeouts.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/responses/test_workflow_executions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/responses/test_workflow_types.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/test_exceptions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/test_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_swf/utils.py +0 -0
- {moto-5.0.15.dev10/tests/test_timestreamquery → moto-5.0.15.dev16/tests/test_textract}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_textract/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_textract/test_textract.py +0 -0
- {moto-5.0.15.dev10/tests/test_timestreamwrite → moto-5.0.15.dev16/tests/test_timestreamquery}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_timestreamquery/test_timestreamquery.py +0 -0
- {moto-5.0.15.dev10/tests/test_transcribe → moto-5.0.15.dev16/tests/test_timestreamwrite}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_timestreamwrite/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_timestreamwrite/test_timestreamwrite_database.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_timestreamwrite/test_timestreamwrite_table.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_timestreamwrite/test_timestreamwrite_tagging.py +0 -0
- {moto-5.0.15.dev10/tests/test_transfer → moto-5.0.15.dev16/tests/test_transcribe}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_transcribe/test_transcribe_boto3.py +0 -0
- {moto-5.0.15.dev10/tests/test_wafv2 → moto-5.0.15.dev16/tests/test_transfer}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_transfer/test_transfer.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_utilities/test_docker_utilities.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_utilities/test_paginator.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_utilities/test_tagging_service.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_utilities/test_threaded_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_utilities/test_utils.py +0 -0
- {moto-5.0.15.dev10/tests/test_workspaces → moto-5.0.15.dev16/tests/test_wafv2}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_wafv2/test_helper_functions.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_wafv2/test_server.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_wafv2/test_utils.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_wafv2/test_wafv2.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_wafv2/test_wafv2_integration.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_wafv2/test_wafv2_rules.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_wafv2/test_wafv2_tags.py +0 -0
- {moto-5.0.15.dev10/tests/test_workspacesweb → moto-5.0.15.dev16/tests/test_workspaces}/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_workspaces/test_workspaces.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_workspacesweb/test_workspacesweb.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_xray/__init__.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_xray/test_xray_boto3.py +0 -0
- {moto-5.0.15.dev10 → moto-5.0.15.dev16}/tests/test_xray/test_xray_client.py +0 -0
|
@@ -71,6 +71,7 @@ from .exceptions import (
|
|
|
71
71
|
from .utils import create_id, to_path
|
|
72
72
|
|
|
73
73
|
STAGE_URL = "https://{api_id}.execute-api.{region_name}.amazonaws.com/{stage_name}"
|
|
74
|
+
PATCH_OPERATIONS = ["add", "remove", "replace", "move", "copy", "test"]
|
|
74
75
|
|
|
75
76
|
|
|
76
77
|
class Deployment(CloudFormationModel):
|
|
@@ -1020,6 +1021,7 @@ class RestAPI(CloudFormationModel):
|
|
|
1020
1021
|
PROP_POLICY = "policy"
|
|
1021
1022
|
PROP_DISABLE_EXECUTE_API_ENDPOINT = "disableExecuteApiEndpoint"
|
|
1022
1023
|
PROP_MINIMUM_COMPRESSION_SIZE = "minimumCompressionSize"
|
|
1024
|
+
PROP_ROOT_RESOURCE_ID = "rootResourceId"
|
|
1023
1025
|
|
|
1024
1026
|
# operations
|
|
1025
1027
|
OPERATION_ADD = "add"
|
|
@@ -1064,6 +1066,7 @@ class RestAPI(CloudFormationModel):
|
|
|
1064
1066
|
self.models: Dict[str, Model] = {}
|
|
1065
1067
|
self.request_validators: Dict[str, RequestValidator] = {}
|
|
1066
1068
|
self.default = self.add_child("/") # Add default child
|
|
1069
|
+
self.root_resource_id = self.default.id
|
|
1067
1070
|
|
|
1068
1071
|
def __repr__(self) -> str:
|
|
1069
1072
|
return str(self.id)
|
|
@@ -1082,6 +1085,7 @@ class RestAPI(CloudFormationModel):
|
|
|
1082
1085
|
self.PROP_POLICY: self.policy,
|
|
1083
1086
|
self.PROP_DISABLE_EXECUTE_API_ENDPOINT: self.disableExecuteApiEndpoint,
|
|
1084
1087
|
self.PROP_MINIMUM_COMPRESSION_SIZE: self.minimum_compression_size,
|
|
1088
|
+
self.PROP_ROOT_RESOURCE_ID: self.root_resource_id,
|
|
1085
1089
|
}
|
|
1086
1090
|
|
|
1087
1091
|
def apply_patch_operations(self, patch_operations: List[Dict[str, Any]]) -> None:
|
|
@@ -1529,6 +1533,54 @@ class GatewayResponse(BaseModel):
|
|
|
1529
1533
|
return dct
|
|
1530
1534
|
|
|
1531
1535
|
|
|
1536
|
+
class Account(BaseModel):
|
|
1537
|
+
def __init__(self) -> None:
|
|
1538
|
+
self.cloudwatch_role_arn: Optional[str] = None
|
|
1539
|
+
self.throttle_settings: Dict[str, Any] = {
|
|
1540
|
+
"burstLimit": 5000,
|
|
1541
|
+
"rateLimit": 10000.0,
|
|
1542
|
+
}
|
|
1543
|
+
self.features: Optional[List[str]] = None
|
|
1544
|
+
self.api_key_version: str = "1"
|
|
1545
|
+
|
|
1546
|
+
def apply_patch_operations(
|
|
1547
|
+
self, patch_operations: List[Dict[str, Any]]
|
|
1548
|
+
) -> "Account":
|
|
1549
|
+
for op in patch_operations:
|
|
1550
|
+
if "/cloudwatchRoleArn" in op["path"]:
|
|
1551
|
+
self.cloudwatch_role_arn = op["value"]
|
|
1552
|
+
elif "/features" in op["path"]:
|
|
1553
|
+
if op["op"] == "add":
|
|
1554
|
+
if self.features is None:
|
|
1555
|
+
self.features = [op["value"]]
|
|
1556
|
+
else:
|
|
1557
|
+
self.features.append(op["value"])
|
|
1558
|
+
elif op["op"] == "remove":
|
|
1559
|
+
if op["value"] == "UsagePlans":
|
|
1560
|
+
raise BadRequestException(
|
|
1561
|
+
"Usage Plans cannot be disabled once enabled"
|
|
1562
|
+
)
|
|
1563
|
+
if self.features is not None:
|
|
1564
|
+
self.features.remove(op["value"])
|
|
1565
|
+
else:
|
|
1566
|
+
raise NotImplementedError(
|
|
1567
|
+
f'Patch operation "{op["op"]}" for "/features" not implemented'
|
|
1568
|
+
)
|
|
1569
|
+
else:
|
|
1570
|
+
raise NotImplementedError(
|
|
1571
|
+
f'Patch operation "{op["op"]}" for "{op["path"]}" not implemented'
|
|
1572
|
+
)
|
|
1573
|
+
return self
|
|
1574
|
+
|
|
1575
|
+
def to_json(self) -> Dict[str, Any]:
|
|
1576
|
+
return {
|
|
1577
|
+
"cloudwatchRoleArn": self.cloudwatch_role_arn,
|
|
1578
|
+
"throttleSettings": self.throttle_settings,
|
|
1579
|
+
"features": self.features,
|
|
1580
|
+
"apiKeyVersion": self.api_key_version,
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
|
|
1532
1584
|
class APIGatewayBackend(BaseBackend):
|
|
1533
1585
|
"""
|
|
1534
1586
|
API Gateway mock.
|
|
@@ -1558,6 +1610,7 @@ class APIGatewayBackend(BaseBackend):
|
|
|
1558
1610
|
|
|
1559
1611
|
def __init__(self, region_name: str, account_id: str):
|
|
1560
1612
|
super().__init__(region_name, account_id)
|
|
1613
|
+
self.account: Account = Account()
|
|
1561
1614
|
self.apis: Dict[str, RestAPI] = {}
|
|
1562
1615
|
self.keys: Dict[str, ApiKey] = {}
|
|
1563
1616
|
self.usage_plans: Dict[str, UsagePlan] = {}
|
|
@@ -2485,5 +2538,12 @@ class APIGatewayBackend(BaseBackend):
|
|
|
2485
2538
|
api = self.get_rest_api(rest_api_id)
|
|
2486
2539
|
api.delete_gateway_response(response_type)
|
|
2487
2540
|
|
|
2541
|
+
def update_account(self, patch_operations: List[Dict[str, Any]]) -> Account:
|
|
2542
|
+
account = self.account.apply_patch_operations(patch_operations)
|
|
2543
|
+
return account
|
|
2544
|
+
|
|
2545
|
+
def get_account(self) -> Account:
|
|
2546
|
+
return self.account
|
|
2547
|
+
|
|
2488
2548
|
|
|
2489
2549
|
apigateway_backends = BackendDict(APIGatewayBackend, "apigateway")
|
|
@@ -851,3 +851,12 @@ class APIGatewayResponse(BaseResponse):
|
|
|
851
851
|
rest_api_id=rest_api_id, response_type=response_type
|
|
852
852
|
)
|
|
853
853
|
return 202, {}, json.dumps(dict())
|
|
854
|
+
|
|
855
|
+
def update_account(self) -> str:
|
|
856
|
+
patch_operations = self._get_param("patchOperations")
|
|
857
|
+
account = self.backend.update_account(patch_operations)
|
|
858
|
+
return json.dumps(account.to_json())
|
|
859
|
+
|
|
860
|
+
def get_account(self) -> str:
|
|
861
|
+
account = self.backend.get_account()
|
|
862
|
+
return json.dumps(account.to_json())
|
|
@@ -41,6 +41,7 @@ url_paths = {
|
|
|
41
41
|
"{0}/restapis/(?P<api_id>[^/]+)/gatewayresponses/(?P<response_type>[^/]+)/?$": APIGatewayResponse.dispatch,
|
|
42
42
|
"{0}/vpclinks$": APIGatewayResponse.dispatch,
|
|
43
43
|
"{0}/vpclinks/(?P<vpclink_id>[^/]+)": APIGatewayResponse.dispatch,
|
|
44
|
+
"{0}/account$": APIGatewayResponse.dispatch,
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
# Also manages the APIGatewayV2
|
|
@@ -116,6 +116,7 @@ backend_url_patterns = [
|
|
|
116
116
|
("mediapackage", re.compile("https?://mediapackage\\.(.+)\\.amazonaws.com")),
|
|
117
117
|
("mediastore", re.compile("https?://mediastore\\.(.+)\\.amazonaws\\.com")),
|
|
118
118
|
("mediastoredata", re.compile("https?://data\\.mediastore\\.(.+)\\.amazonaws.com")),
|
|
119
|
+
("memorydb", re.compile("https?://memory-db\\.(.+)\\.amazonaws\\.com")),
|
|
119
120
|
(
|
|
120
121
|
"meteringmarketplace",
|
|
121
122
|
re.compile("https?://metering.marketplace.(.+).amazonaws.com"),
|
|
@@ -92,6 +92,7 @@ if TYPE_CHECKING:
|
|
|
92
92
|
from moto.mediapackage.models import MediaPackageBackend
|
|
93
93
|
from moto.mediastore.models import MediaStoreBackend
|
|
94
94
|
from moto.mediastoredata.models import MediaStoreDataBackend
|
|
95
|
+
from moto.memorydb.models import MemoryDBBackend
|
|
95
96
|
from moto.meteringmarketplace.models import MeteringMarketplaceBackend
|
|
96
97
|
from moto.moto_api._internal.models import MotoAPIBackend
|
|
97
98
|
from moto.mq.models import MQBackend
|
|
@@ -268,6 +269,7 @@ SERVICE_NAMES = Union[
|
|
|
268
269
|
"Literal['medialive']",
|
|
269
270
|
"Literal['mediapackage']",
|
|
270
271
|
"Literal['mediastore']",
|
|
272
|
+
"Literal['memorydb']",
|
|
271
273
|
"Literal['mediastore-data']",
|
|
272
274
|
"Literal['meteringmarketplace']",
|
|
273
275
|
"Literal['moto_api']",
|
|
@@ -564,6 +566,8 @@ def get_backend(
|
|
|
564
566
|
name: "Literal['mediastore-data']",
|
|
565
567
|
) -> "BackendDict[MediaStoreDataBackend]": ...
|
|
566
568
|
@overload
|
|
569
|
+
def get_backend(name: "Literal['memorydb']") -> "BackendDict[MemoryDBBackend]": ...
|
|
570
|
+
@overload
|
|
567
571
|
def get_backend(
|
|
568
572
|
name: "Literal['meteringmarketplace']",
|
|
569
573
|
) -> "BackendDict[MeteringMarketplaceBackend]": ...
|
|
@@ -70,12 +70,16 @@ class RegionsAndZonesBackend:
|
|
|
70
70
|
Region(region, f"ec2.{region}.amazonaws.com.cn", "opt-in-not-required")
|
|
71
71
|
)
|
|
72
72
|
|
|
73
|
+
# Regions where the regions and zones are different from the norm
|
|
74
|
+
# Potential reasons:
|
|
75
|
+
# - More or less zones than usual (!= 3)
|
|
76
|
+
# - More zone id's then zones, resulting in a third zone with id '-az4'
|
|
77
|
+
# - Unusual mapping, resulting in zone id's that are not numerically ordered, i.e. a=1, b=3, c=2
|
|
78
|
+
#
|
|
79
|
+
# The exact mapping is different from account to account
|
|
80
|
+
# The mapping defined here will be an amalgamation of different contributors/accounts
|
|
81
|
+
# We're keeping it as is for legacy/compatibility reasons
|
|
73
82
|
zones = {
|
|
74
|
-
"af-south-1": [
|
|
75
|
-
Zone(region_name="af-south-1", name="af-south-1a", zone_id="afs1-az1"),
|
|
76
|
-
Zone(region_name="af-south-1", name="af-south-1b", zone_id="afs1-az2"),
|
|
77
|
-
Zone(region_name="af-south-1", name="af-south-1c", zone_id="afs1-az3"),
|
|
78
|
-
],
|
|
79
83
|
"ap-south-1": [
|
|
80
84
|
Zone(region_name="ap-south-1", name="ap-south-1a", zone_id="aps1-az1"),
|
|
81
85
|
Zone(region_name="ap-south-1", name="ap-south-1b", zone_id="aps1-az3"),
|
|
@@ -86,11 +90,6 @@ class RegionsAndZonesBackend:
|
|
|
86
90
|
Zone(region_name="eu-west-3", name="eu-west-3b", zone_id="euw3-az2"),
|
|
87
91
|
Zone(region_name="eu-west-3", name="eu-west-3c", zone_id="euw3-az3"),
|
|
88
92
|
],
|
|
89
|
-
"eu-north-1": [
|
|
90
|
-
Zone(region_name="eu-north-1", name="eu-north-1a", zone_id="eun1-az1"),
|
|
91
|
-
Zone(region_name="eu-north-1", name="eu-north-1b", zone_id="eun1-az2"),
|
|
92
|
-
Zone(region_name="eu-north-1", name="eu-north-1c", zone_id="eun1-az3"),
|
|
93
|
-
],
|
|
94
93
|
"eu-west-2": [
|
|
95
94
|
Zone(region_name="eu-west-2", name="eu-west-2a", zone_id="euw2-az2"),
|
|
96
95
|
Zone(region_name="eu-west-2", name="eu-west-2b", zone_id="euw2-az3"),
|
|
@@ -101,23 +100,6 @@ class RegionsAndZonesBackend:
|
|
|
101
100
|
Zone(region_name="eu-west-1", name="eu-west-1b", zone_id="euw1-az1"),
|
|
102
101
|
Zone(region_name="eu-west-1", name="eu-west-1c", zone_id="euw1-az2"),
|
|
103
102
|
],
|
|
104
|
-
"ap-northeast-3": [
|
|
105
|
-
Zone(
|
|
106
|
-
region_name="ap-northeast-3",
|
|
107
|
-
name="ap-northeast-3a",
|
|
108
|
-
zone_id="apne3-az1",
|
|
109
|
-
),
|
|
110
|
-
Zone(
|
|
111
|
-
region_name="ap-northeast-3",
|
|
112
|
-
name="ap-northeast-3b",
|
|
113
|
-
zone_id="apne3-az2",
|
|
114
|
-
),
|
|
115
|
-
Zone(
|
|
116
|
-
region_name="ap-northeast-3",
|
|
117
|
-
name="ap-northeast-3c",
|
|
118
|
-
zone_id="apne3-az3",
|
|
119
|
-
),
|
|
120
|
-
],
|
|
121
103
|
"ap-northeast-2": [
|
|
122
104
|
Zone(
|
|
123
105
|
region_name="ap-northeast-2",
|
|
@@ -157,38 +139,11 @@ class RegionsAndZonesBackend:
|
|
|
157
139
|
zone_id="apne1-az2",
|
|
158
140
|
),
|
|
159
141
|
],
|
|
160
|
-
"ap-east-1": [
|
|
161
|
-
Zone(region_name="ap-east-1", name="ap-east-1a", zone_id="ape1-az1"),
|
|
162
|
-
Zone(region_name="ap-east-1", name="ap-east-1b", zone_id="ape1-az2"),
|
|
163
|
-
Zone(region_name="ap-east-1", name="ap-east-1c", zone_id="ape1-az3"),
|
|
164
|
-
],
|
|
165
|
-
"sa-east-1": [
|
|
166
|
-
Zone(region_name="sa-east-1", name="sa-east-1a", zone_id="sae1-az1"),
|
|
167
|
-
Zone(region_name="sa-east-1", name="sa-east-1b", zone_id="sae1-az2"),
|
|
168
|
-
Zone(region_name="sa-east-1", name="sa-east-1c", zone_id="sae1-az3"),
|
|
169
|
-
],
|
|
170
142
|
"ca-central-1": [
|
|
171
143
|
Zone(region_name="ca-central-1", name="ca-central-1a", zone_id="cac1-az1"),
|
|
172
144
|
Zone(region_name="ca-central-1", name="ca-central-1b", zone_id="cac1-az2"),
|
|
173
145
|
Zone(region_name="ca-central-1", name="ca-central-1d", zone_id="cac1-az4"),
|
|
174
146
|
],
|
|
175
|
-
"ap-southeast-1": [
|
|
176
|
-
Zone(
|
|
177
|
-
region_name="ap-southeast-1",
|
|
178
|
-
name="ap-southeast-1a",
|
|
179
|
-
zone_id="apse1-az1",
|
|
180
|
-
),
|
|
181
|
-
Zone(
|
|
182
|
-
region_name="ap-southeast-1",
|
|
183
|
-
name="ap-southeast-1b",
|
|
184
|
-
zone_id="apse1-az2",
|
|
185
|
-
),
|
|
186
|
-
Zone(
|
|
187
|
-
region_name="ap-southeast-1",
|
|
188
|
-
name="ap-southeast-1c",
|
|
189
|
-
zone_id="apse1-az3",
|
|
190
|
-
),
|
|
191
|
-
],
|
|
192
147
|
"ap-southeast-2": [
|
|
193
148
|
Zone(
|
|
194
149
|
region_name="ap-southeast-2",
|
|
@@ -206,38 +161,6 @@ class RegionsAndZonesBackend:
|
|
|
206
161
|
zone_id="apse2-az2",
|
|
207
162
|
),
|
|
208
163
|
],
|
|
209
|
-
"ap-southeast-3": [
|
|
210
|
-
Zone(
|
|
211
|
-
region_name="ap-southeast-3",
|
|
212
|
-
name="ap-southeast-3a",
|
|
213
|
-
zone_id="apse3-az1",
|
|
214
|
-
),
|
|
215
|
-
Zone(
|
|
216
|
-
region_name="ap-southeast-3",
|
|
217
|
-
name="ap-southeast-3b",
|
|
218
|
-
zone_id="apse3-az2",
|
|
219
|
-
),
|
|
220
|
-
Zone(
|
|
221
|
-
region_name="ap-southeast-3",
|
|
222
|
-
name="ap-southeast-3c",
|
|
223
|
-
zone_id="apse3-az3",
|
|
224
|
-
),
|
|
225
|
-
],
|
|
226
|
-
"eu-central-1": [
|
|
227
|
-
Zone(region_name="eu-central-1", name="eu-central-1a", zone_id="euc1-az2"),
|
|
228
|
-
Zone(region_name="eu-central-1", name="eu-central-1b", zone_id="euc1-az3"),
|
|
229
|
-
Zone(region_name="eu-central-1", name="eu-central-1c", zone_id="euc1-az1"),
|
|
230
|
-
],
|
|
231
|
-
"eu-central-2": [
|
|
232
|
-
Zone(region_name="eu-central-2", name="eu-central-2a", zone_id="euc2-az1"),
|
|
233
|
-
Zone(region_name="eu-central-2", name="eu-central-2b", zone_id="euc2-az2"),
|
|
234
|
-
Zone(region_name="eu-central-2", name="eu-central-2c", zone_id="euc2-az3"),
|
|
235
|
-
],
|
|
236
|
-
"eu-south-1": [
|
|
237
|
-
Zone(region_name="eu-south-1", name="eu-south-1a", zone_id="eus1-az1"),
|
|
238
|
-
Zone(region_name="eu-south-1", name="eu-south-1b", zone_id="eus1-az2"),
|
|
239
|
-
Zone(region_name="eu-south-1", name="eu-south-1c", zone_id="eus1-az3"),
|
|
240
|
-
],
|
|
241
164
|
"us-east-1": [
|
|
242
165
|
Zone(region_name="us-east-1", name="us-east-1a", zone_id="use1-az6"),
|
|
243
166
|
Zone(region_name="us-east-1", name="us-east-1b", zone_id="use1-az1"),
|
|
@@ -246,11 +169,6 @@ class RegionsAndZonesBackend:
|
|
|
246
169
|
Zone(region_name="us-east-1", name="us-east-1e", zone_id="use1-az3"),
|
|
247
170
|
Zone(region_name="us-east-1", name="us-east-1f", zone_id="use1-az5"),
|
|
248
171
|
],
|
|
249
|
-
"us-east-2": [
|
|
250
|
-
Zone(region_name="us-east-2", name="us-east-2a", zone_id="use2-az1"),
|
|
251
|
-
Zone(region_name="us-east-2", name="us-east-2b", zone_id="use2-az2"),
|
|
252
|
-
Zone(region_name="us-east-2", name="us-east-2c", zone_id="use2-az3"),
|
|
253
|
-
],
|
|
254
172
|
"us-west-1": [
|
|
255
173
|
Zone(region_name="us-west-1", name="us-west-1a", zone_id="usw1-az3"),
|
|
256
174
|
Zone(region_name="us-west-1", name="us-west-1b", zone_id="usw1-az1"),
|
|
@@ -261,55 +179,27 @@ class RegionsAndZonesBackend:
|
|
|
261
179
|
Zone(region_name="us-west-2", name="us-west-2c", zone_id="usw2-az3"),
|
|
262
180
|
Zone(region_name="us-west-2", name="us-west-2d", zone_id="usw2-az4"),
|
|
263
181
|
],
|
|
264
|
-
"me-south-1": [
|
|
265
|
-
Zone(region_name="me-south-1", name="me-south-1a", zone_id="mes1-az1"),
|
|
266
|
-
Zone(region_name="me-south-1", name="me-south-1b", zone_id="mes1-az2"),
|
|
267
|
-
Zone(region_name="me-south-1", name="me-south-1c", zone_id="mes1-az3"),
|
|
268
|
-
],
|
|
269
182
|
"cn-north-1": [
|
|
270
183
|
Zone(region_name="cn-north-1", name="cn-north-1a", zone_id="cnn1-az1"),
|
|
271
184
|
Zone(region_name="cn-north-1", name="cn-north-1b", zone_id="cnn1-az2"),
|
|
272
185
|
],
|
|
273
|
-
"cn-northwest-1": [
|
|
274
|
-
Zone(
|
|
275
|
-
region_name="cn-northwest-1",
|
|
276
|
-
name="cn-northwest-1a",
|
|
277
|
-
zone_id="cnnw1-az1",
|
|
278
|
-
),
|
|
279
|
-
Zone(
|
|
280
|
-
region_name="cn-northwest-1",
|
|
281
|
-
name="cn-northwest-1b",
|
|
282
|
-
zone_id="cnnw1-az2",
|
|
283
|
-
),
|
|
284
|
-
Zone(
|
|
285
|
-
region_name="cn-northwest-1",
|
|
286
|
-
name="cn-northwest-1c",
|
|
287
|
-
zone_id="cnnw1-az3",
|
|
288
|
-
),
|
|
289
|
-
],
|
|
290
|
-
"us-gov-west-1": [
|
|
291
|
-
Zone(
|
|
292
|
-
region_name="us-gov-west-1", name="us-gov-west-1a", zone_id="usgw1-az1"
|
|
293
|
-
),
|
|
294
|
-
Zone(
|
|
295
|
-
region_name="us-gov-west-1", name="us-gov-west-1b", zone_id="usgw1-az2"
|
|
296
|
-
),
|
|
297
|
-
Zone(
|
|
298
|
-
region_name="us-gov-west-1", name="us-gov-west-1c", zone_id="usgw1-az3"
|
|
299
|
-
),
|
|
300
|
-
],
|
|
301
|
-
"us-gov-east-1": [
|
|
302
|
-
Zone(
|
|
303
|
-
region_name="us-gov-east-1", name="us-gov-east-1a", zone_id="usge1-az1"
|
|
304
|
-
),
|
|
305
|
-
Zone(
|
|
306
|
-
region_name="us-gov-east-1", name="us-gov-east-1b", zone_id="usge1-az2"
|
|
307
|
-
),
|
|
308
|
-
Zone(
|
|
309
|
-
region_name="us-gov-east-1", name="us-gov-east-1c", zone_id="usge1-az3"
|
|
310
|
-
),
|
|
311
|
-
],
|
|
312
186
|
}
|
|
187
|
+
# Regularized region->zone mapping for all regions not defined above
|
|
188
|
+
for region in regions:
|
|
189
|
+
if region.name not in zones:
|
|
190
|
+
name = region.name
|
|
191
|
+
region_parts = name.split("-")
|
|
192
|
+
shorthand = "usg" if name.startswith("us-gov") else region_parts[0]
|
|
193
|
+
# North and south first - this also handles combinations like northeast -> ne
|
|
194
|
+
for cardinal in ["north", "south", "central", "east", "west"]:
|
|
195
|
+
if cardinal in name:
|
|
196
|
+
shorthand += cardinal[0]
|
|
197
|
+
shorthand += region_parts[-1]
|
|
198
|
+
zones[region.name] = [
|
|
199
|
+
Zone(region_name=name, name=f"{name}a", zone_id=f"{shorthand}-az1"),
|
|
200
|
+
Zone(region_name=name, name=f"{name}b", zone_id=f"{shorthand}-az2"),
|
|
201
|
+
Zone(region_name=name, name=f"{name}c", zone_id=f"{shorthand}-az3"),
|
|
202
|
+
]
|
|
313
203
|
|
|
314
204
|
def describe_regions(
|
|
315
205
|
self, region_names: Optional[List[str]] = None
|
|
@@ -1999,6 +1999,86 @@
|
|
|
1999
1999
|
"InstanceType": "r6id.xlarge",
|
|
2000
2000
|
"Location": "ap-southeast-2a"
|
|
2001
2001
|
},
|
|
2002
|
+
{
|
|
2003
|
+
"InstanceType": "r6idn.12xlarge",
|
|
2004
|
+
"Location": "ap-southeast-2a"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
"InstanceType": "r6idn.16xlarge",
|
|
2008
|
+
"Location": "ap-southeast-2a"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"InstanceType": "r6idn.24xlarge",
|
|
2012
|
+
"Location": "ap-southeast-2a"
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"InstanceType": "r6idn.2xlarge",
|
|
2016
|
+
"Location": "ap-southeast-2a"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"InstanceType": "r6idn.32xlarge",
|
|
2020
|
+
"Location": "ap-southeast-2a"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"InstanceType": "r6idn.4xlarge",
|
|
2024
|
+
"Location": "ap-southeast-2a"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"InstanceType": "r6idn.8xlarge",
|
|
2028
|
+
"Location": "ap-southeast-2a"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
"InstanceType": "r6idn.large",
|
|
2032
|
+
"Location": "ap-southeast-2a"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"InstanceType": "r6idn.metal",
|
|
2036
|
+
"Location": "ap-southeast-2a"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"InstanceType": "r6idn.xlarge",
|
|
2040
|
+
"Location": "ap-southeast-2a"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"InstanceType": "r6in.12xlarge",
|
|
2044
|
+
"Location": "ap-southeast-2a"
|
|
2045
|
+
},
|
|
2046
|
+
{
|
|
2047
|
+
"InstanceType": "r6in.16xlarge",
|
|
2048
|
+
"Location": "ap-southeast-2a"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"InstanceType": "r6in.24xlarge",
|
|
2052
|
+
"Location": "ap-southeast-2a"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"InstanceType": "r6in.2xlarge",
|
|
2056
|
+
"Location": "ap-southeast-2a"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"InstanceType": "r6in.32xlarge",
|
|
2060
|
+
"Location": "ap-southeast-2a"
|
|
2061
|
+
},
|
|
2062
|
+
{
|
|
2063
|
+
"InstanceType": "r6in.4xlarge",
|
|
2064
|
+
"Location": "ap-southeast-2a"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"InstanceType": "r6in.8xlarge",
|
|
2068
|
+
"Location": "ap-southeast-2a"
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"InstanceType": "r6in.large",
|
|
2072
|
+
"Location": "ap-southeast-2a"
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"InstanceType": "r6in.metal",
|
|
2076
|
+
"Location": "ap-southeast-2a"
|
|
2077
|
+
},
|
|
2078
|
+
{
|
|
2079
|
+
"InstanceType": "r6in.xlarge",
|
|
2080
|
+
"Location": "ap-southeast-2a"
|
|
2081
|
+
},
|
|
2002
2082
|
{
|
|
2003
2083
|
"InstanceType": "r7g.12xlarge",
|
|
2004
2084
|
"Location": "ap-southeast-2a"
|
|
@@ -4451,6 +4531,86 @@
|
|
|
4451
4531
|
"InstanceType": "r6id.xlarge",
|
|
4452
4532
|
"Location": "ap-southeast-2b"
|
|
4453
4533
|
},
|
|
4534
|
+
{
|
|
4535
|
+
"InstanceType": "r6idn.12xlarge",
|
|
4536
|
+
"Location": "ap-southeast-2b"
|
|
4537
|
+
},
|
|
4538
|
+
{
|
|
4539
|
+
"InstanceType": "r6idn.16xlarge",
|
|
4540
|
+
"Location": "ap-southeast-2b"
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4543
|
+
"InstanceType": "r6idn.24xlarge",
|
|
4544
|
+
"Location": "ap-southeast-2b"
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
"InstanceType": "r6idn.2xlarge",
|
|
4548
|
+
"Location": "ap-southeast-2b"
|
|
4549
|
+
},
|
|
4550
|
+
{
|
|
4551
|
+
"InstanceType": "r6idn.32xlarge",
|
|
4552
|
+
"Location": "ap-southeast-2b"
|
|
4553
|
+
},
|
|
4554
|
+
{
|
|
4555
|
+
"InstanceType": "r6idn.4xlarge",
|
|
4556
|
+
"Location": "ap-southeast-2b"
|
|
4557
|
+
},
|
|
4558
|
+
{
|
|
4559
|
+
"InstanceType": "r6idn.8xlarge",
|
|
4560
|
+
"Location": "ap-southeast-2b"
|
|
4561
|
+
},
|
|
4562
|
+
{
|
|
4563
|
+
"InstanceType": "r6idn.large",
|
|
4564
|
+
"Location": "ap-southeast-2b"
|
|
4565
|
+
},
|
|
4566
|
+
{
|
|
4567
|
+
"InstanceType": "r6idn.metal",
|
|
4568
|
+
"Location": "ap-southeast-2b"
|
|
4569
|
+
},
|
|
4570
|
+
{
|
|
4571
|
+
"InstanceType": "r6idn.xlarge",
|
|
4572
|
+
"Location": "ap-southeast-2b"
|
|
4573
|
+
},
|
|
4574
|
+
{
|
|
4575
|
+
"InstanceType": "r6in.12xlarge",
|
|
4576
|
+
"Location": "ap-southeast-2b"
|
|
4577
|
+
},
|
|
4578
|
+
{
|
|
4579
|
+
"InstanceType": "r6in.16xlarge",
|
|
4580
|
+
"Location": "ap-southeast-2b"
|
|
4581
|
+
},
|
|
4582
|
+
{
|
|
4583
|
+
"InstanceType": "r6in.24xlarge",
|
|
4584
|
+
"Location": "ap-southeast-2b"
|
|
4585
|
+
},
|
|
4586
|
+
{
|
|
4587
|
+
"InstanceType": "r6in.2xlarge",
|
|
4588
|
+
"Location": "ap-southeast-2b"
|
|
4589
|
+
},
|
|
4590
|
+
{
|
|
4591
|
+
"InstanceType": "r6in.32xlarge",
|
|
4592
|
+
"Location": "ap-southeast-2b"
|
|
4593
|
+
},
|
|
4594
|
+
{
|
|
4595
|
+
"InstanceType": "r6in.4xlarge",
|
|
4596
|
+
"Location": "ap-southeast-2b"
|
|
4597
|
+
},
|
|
4598
|
+
{
|
|
4599
|
+
"InstanceType": "r6in.8xlarge",
|
|
4600
|
+
"Location": "ap-southeast-2b"
|
|
4601
|
+
},
|
|
4602
|
+
{
|
|
4603
|
+
"InstanceType": "r6in.large",
|
|
4604
|
+
"Location": "ap-southeast-2b"
|
|
4605
|
+
},
|
|
4606
|
+
{
|
|
4607
|
+
"InstanceType": "r6in.metal",
|
|
4608
|
+
"Location": "ap-southeast-2b"
|
|
4609
|
+
},
|
|
4610
|
+
{
|
|
4611
|
+
"InstanceType": "r6in.xlarge",
|
|
4612
|
+
"Location": "ap-southeast-2b"
|
|
4613
|
+
},
|
|
4454
4614
|
{
|
|
4455
4615
|
"InstanceType": "r7g.12xlarge",
|
|
4456
4616
|
"Location": "ap-southeast-2b"
|
|
@@ -6827,6 +6987,86 @@
|
|
|
6827
6987
|
"InstanceType": "r6id.xlarge",
|
|
6828
6988
|
"Location": "ap-southeast-2c"
|
|
6829
6989
|
},
|
|
6990
|
+
{
|
|
6991
|
+
"InstanceType": "r6idn.12xlarge",
|
|
6992
|
+
"Location": "ap-southeast-2c"
|
|
6993
|
+
},
|
|
6994
|
+
{
|
|
6995
|
+
"InstanceType": "r6idn.16xlarge",
|
|
6996
|
+
"Location": "ap-southeast-2c"
|
|
6997
|
+
},
|
|
6998
|
+
{
|
|
6999
|
+
"InstanceType": "r6idn.24xlarge",
|
|
7000
|
+
"Location": "ap-southeast-2c"
|
|
7001
|
+
},
|
|
7002
|
+
{
|
|
7003
|
+
"InstanceType": "r6idn.2xlarge",
|
|
7004
|
+
"Location": "ap-southeast-2c"
|
|
7005
|
+
},
|
|
7006
|
+
{
|
|
7007
|
+
"InstanceType": "r6idn.32xlarge",
|
|
7008
|
+
"Location": "ap-southeast-2c"
|
|
7009
|
+
},
|
|
7010
|
+
{
|
|
7011
|
+
"InstanceType": "r6idn.4xlarge",
|
|
7012
|
+
"Location": "ap-southeast-2c"
|
|
7013
|
+
},
|
|
7014
|
+
{
|
|
7015
|
+
"InstanceType": "r6idn.8xlarge",
|
|
7016
|
+
"Location": "ap-southeast-2c"
|
|
7017
|
+
},
|
|
7018
|
+
{
|
|
7019
|
+
"InstanceType": "r6idn.large",
|
|
7020
|
+
"Location": "ap-southeast-2c"
|
|
7021
|
+
},
|
|
7022
|
+
{
|
|
7023
|
+
"InstanceType": "r6idn.metal",
|
|
7024
|
+
"Location": "ap-southeast-2c"
|
|
7025
|
+
},
|
|
7026
|
+
{
|
|
7027
|
+
"InstanceType": "r6idn.xlarge",
|
|
7028
|
+
"Location": "ap-southeast-2c"
|
|
7029
|
+
},
|
|
7030
|
+
{
|
|
7031
|
+
"InstanceType": "r6in.12xlarge",
|
|
7032
|
+
"Location": "ap-southeast-2c"
|
|
7033
|
+
},
|
|
7034
|
+
{
|
|
7035
|
+
"InstanceType": "r6in.16xlarge",
|
|
7036
|
+
"Location": "ap-southeast-2c"
|
|
7037
|
+
},
|
|
7038
|
+
{
|
|
7039
|
+
"InstanceType": "r6in.24xlarge",
|
|
7040
|
+
"Location": "ap-southeast-2c"
|
|
7041
|
+
},
|
|
7042
|
+
{
|
|
7043
|
+
"InstanceType": "r6in.2xlarge",
|
|
7044
|
+
"Location": "ap-southeast-2c"
|
|
7045
|
+
},
|
|
7046
|
+
{
|
|
7047
|
+
"InstanceType": "r6in.32xlarge",
|
|
7048
|
+
"Location": "ap-southeast-2c"
|
|
7049
|
+
},
|
|
7050
|
+
{
|
|
7051
|
+
"InstanceType": "r6in.4xlarge",
|
|
7052
|
+
"Location": "ap-southeast-2c"
|
|
7053
|
+
},
|
|
7054
|
+
{
|
|
7055
|
+
"InstanceType": "r6in.8xlarge",
|
|
7056
|
+
"Location": "ap-southeast-2c"
|
|
7057
|
+
},
|
|
7058
|
+
{
|
|
7059
|
+
"InstanceType": "r6in.large",
|
|
7060
|
+
"Location": "ap-southeast-2c"
|
|
7061
|
+
},
|
|
7062
|
+
{
|
|
7063
|
+
"InstanceType": "r6in.metal",
|
|
7064
|
+
"Location": "ap-southeast-2c"
|
|
7065
|
+
},
|
|
7066
|
+
{
|
|
7067
|
+
"InstanceType": "r6in.xlarge",
|
|
7068
|
+
"Location": "ap-southeast-2c"
|
|
7069
|
+
},
|
|
6830
7070
|
{
|
|
6831
7071
|
"InstanceType": "r7g.12xlarge",
|
|
6832
7072
|
"Location": "ap-southeast-2c"
|