localstack-ext 3.6.0__tar.gz → 3.6.1.dev131__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.
- localstack_ext-3.6.1.dev131/.test_durations +1749 -0
- localstack_ext-3.6.1.dev131/DOCKER.md +177 -0
- localstack_ext-3.6.1.dev131/PKG-INFO +115 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/amplify/__init__.py +2059 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/application_autoscaling/__init__.py +1285 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/autoscaling/__init__.py +4446 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/batch/__init__.py +2543 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/codecommit/__init__.py +6521 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/cognito_idp/__init__.py +7692 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/ecr/__init__.py +3093 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/ecs/__init__.py +5673 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/eks/__init__.py +3800 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/elasticache/__init__.py +5710 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/elbv2/__init__.py +3054 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/fis/__init__.py +1441 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/glue/__init__.py +13831 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/memorydb/__init__.py +2385 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/rds/__init__.py +12763 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/sagemaker/__init__.py +24150 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/api/sesv2/__init__.py +5325 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/aws/plugins.py +8 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/bootstrap/pods/api_types.py +3 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/bootstrap/pods_client.py +238 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/cli/auth.py +55 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/cli/cloud_pods.py +137 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/cli/diff_view.py +12 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/cli/extensions.py +143 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/config.py +372 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/constants.py +44 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/extensions/bootstrap.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/extensions/manager.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/packages/hive.py +77 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/packages/trino.py +55 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/api/manager.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/api/pods_api.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/diff/algo.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/diff/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/endpoints.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/exceptions.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/load.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/merge/merge_utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/merge/state_merge.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/merge/state_merge_ddb.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/merge/state_merge_kinesis.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/merge/state_utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/merge/strategies.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/merge/visitors.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/remotes/s3.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/reset/reset.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/plugins.py +66 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/apigateway_extended.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/apigateway_utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/authorizers.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/integrations.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api/authorizers/cognito.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api/authorizers/core.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api/authorizers/lambda_.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api/handlers/authorize.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api/handlers/base_path_handler.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api/helpers.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api/parameters_mapping.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api/router.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/provider_v2.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/router_asf.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/helpers.py.enc +5 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/api.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/context.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/gateway.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers/__init__.py +18 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers/authorize.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers/cors.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers/exception.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers/integration.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers/integration_request.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers/integration_response.py.enc +3 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers/parse.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers/router.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/integrations/__init__.py +39 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/integrations/aws.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/integrations/core.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/integrations/http.py.enc +1 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/integrations/private.py.enc +3 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/invoke_exceptions.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/variables.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/parameters_mapping.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/appsync/authorizers.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/appsync/data_sources.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/appsync/graphql_executor.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/appsync/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/appsync/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/appsync/resolvers.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/athena/query_utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/batch/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/cloudformation/resource_providers/aws_cloudformation_customresource.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/cloudfront/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/cloudtrail/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/codecommit/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/codecommit/repository.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpool.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/cognito_identity/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/cognito_idp/auth_flows.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/cognito_idp/cognito_triggers.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/cognito_idp/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/cognito_idp/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/endpoints.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/core.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/dms_models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/exceptions.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/kinesis/target.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/mariadb/source.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/replication_task.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/s3/source.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/secrets_helper.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/statistics.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/transformation_task.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/replication_task/utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationconfig.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dms/task_config.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dynamodb/iam.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/dynamodb/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ec2/constants.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ec2/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ec2/vmmanager/docker.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ec2/vmmanager/libvirt.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ecr/packages.py +26 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ecs/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ecs/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ecs/secrets_resolver.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/eks/k8s_utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/eks/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/eks/packages.py +16 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/eks/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/elb/routing.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/elbv2/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/emr/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/emr_serverless/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/fis/actions.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/fis/handler.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/fis/plugins.py +10 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/fis/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/fis/scheduler.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/glue/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/iam/policy_engine/assets/operation_action_map.json +1 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/iam/policy_engine/engine.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/iot/packages.py +26 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/iot/rule_engine.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/docker_runtime_executor_hooks.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation/.gitignore +42 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation/build.gradle.kts +33 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation/gradle/wrapper/gradle-wrapper.jar +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation/gradle/wrapper/gradle-wrapper.properties +7 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation/gradlew +249 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation/gradlew.bat +92 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation/settings.gradle.kts +1 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation/src/main/java/cloud/localstack/HttpClientTransformer.java +41 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation/src/main/java/cloud/localstack/SdkV2DisableCertificateValidation.java +11 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/pipes/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/pipes/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ram/constants.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ram/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ram/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ram/utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/rds/db_utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/rds/engine_mysql.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/rds/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/rds/resource_providers/aws_rds_dbcluster.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/redshift/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/route53/health_checks.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/route53/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/servicediscovery/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/ses/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/sqs/provider.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/services/sts/iam.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/testing/pytest/persistence.py +215 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/testing/testselection/matching.py +10 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/aws/arns.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/aws/service_dependencies.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/bigdata/bigdata_utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/bigdata/hive_server.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/bigdata/server_utils.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/bigdata/trino_server.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/crypto.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/libvirt/configuration.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/libvirt/core.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/utils/libvirt/models.py.enc +0 -0
- localstack_ext-3.6.1.dev131/localstack/pro/core/version.py +16 -0
- localstack_ext-3.6.1.dev131/localstack_ext.egg-info/PKG-INFO +115 -0
- localstack_ext-3.6.1.dev131/localstack_ext.egg-info/SOURCES.txt +2314 -0
- localstack_ext-3.6.1.dev131/localstack_ext.egg-info/entry_points.txt +396 -0
- localstack_ext-3.6.1.dev131/localstack_ext.egg-info/plux.json +1 -0
- localstack_ext-3.6.1.dev131/localstack_ext.egg-info/requires.txt +105 -0
- localstack_ext-3.6.1.dev131/pyproject.toml +235 -0
- localstack_ext-3.6.1.dev131/requirements-package.txt +101 -0
- localstack_ext-3.6.1.dev131/requirements-runtime.txt +547 -0
- localstack_ext-3.6.1.dev131/requirements-test.txt +849 -0
- localstack_ext-3.6.1.dev131/requirements-typehint.txt +1122 -0
- localstack_ext-3.6.1.dev131/tests/aws/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_helper.py +39 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/AppSyncIaCTest/AppSyncStack.json +299 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/BatchAcceptance/BatchStack.json +585 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/CfnAmplifyTest/AmplifyTestStack.json +84 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/CfnDocDBTest/DocDBTestStack.json +71 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/CfnRedshiftSubnetTest/CfnRedshiftSubnetTestStack.json +457 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/CfnResourcesElastiCache/CfnResourcesElastiCacheStack.json +164 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/CfnRoute53RecordSetAlias/CfnRoute53RecordSetAliasStack.json +508 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/CloudFrontRestApiOrigin/CloudFrontRestApiOriginStack.json +416 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/DmsMariaDBKinesis/DmsMariaDBKinesisStack.json +926 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/DmsS3Kinesis/DmsS3KinesisStack.json +710 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/DmsServerless/DmsServerlessStack.json +795 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/DurableStorageWithFargateStack.json +1400 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/EcsFargateAppPatternsStack.json +1095 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/EcsFirelensStackFluentBit.json +706 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/EcsFirelensStackFluentD.json +757 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/EcsNetworkPatternsStack.json +944 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/EcsNetworkTGPatternsStack.json +672 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/EcsPatternsAppStack.json +1095 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/EcsPatternsStack.json +1095 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/QueueProccessing.json +858 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/QueueProccessingStack.json +858 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/SharedResources.json +642 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/service-one.json +292 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/EcsSample/service-two.json +292 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/KinesisFirehoseRedshift/KinesisFirehoseRedshiftStack.json +596 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/MultiStackDeploymentKinesisFirehoseRedshift/KinesisFirehoseRedshiftStack1.json +585 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/MultiStackDeploymentKinesisFirehoseRedshift/KinesisFirehoseRedshiftStack2.json +75 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/Neptune/NeptuneStack.json +766 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/PipesKinesis/PipesKinesisStack.json +314 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/PostgresExtension/PostgresExtensions.json +2471 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/RdsDataMultiEngine/AuroraMultiEngineStack.json +875 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/RdsDataPostgres/AuroraPostgresStack.json +563 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/RdsDbProxy/RdsDbProxyStack.json +694 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/RdsNeptuneDocDB/ClusterStack.json +1221 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/SageMakerEndpointStack/SageMakerEndpointStack.json +119 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/StepFunctionsBatchSubmitJobFailure/infrastructure-batch-failure.json +834 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/StepFunctionsBatchSubmitJobInvalidNamePattern/infrastructure-batch-invalid.json +834 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/StepFunctionsBatchSubmitJobRequestResponse/infrastructure-batch-request-response.json +834 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/StepFunctionsBatchSubmitJobSync/infrastructure-batch-sync.json +834 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/TestCognitoAuthorizeScope/CognitoAuthScopeStack.json +318 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/TestECSSample/DurableStorageWithFargateStack.json +1400 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/TestECSSample/SharedResources.json +642 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/TestECSSample/service-one.json +292 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/TestECSSample/service-two.json +292 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/TestFargatePrometheus/FargatePrometheusStack.json +763 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/Trigger_CustomEmailSender_SignUp/TestCustomEmailTrigger.json +277 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/Wafv2Resources/Wafv2Resources-Sample.json +263 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/WordpressBlog/WordpressStack.json +921 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/elasticache-cluster-test/TestElasticacheClusterStack.json +465 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/elasticache-replication-group-cluster-test/TestReplicationGroupClusterStack.json +467 -0
- localstack_ext-3.6.1.dev131/tests/aws/cdk_templates/elasticache-replication-group-non-cluster-test/TestReplicationGroupNonClusterStack.json +482 -0
- localstack_ext-3.6.1.dev131/tests/aws/conftest.py +188 -0
- localstack_ext-3.6.1.dev131/tests/aws/files/lambda_auth_apikey.py +209 -0
- localstack_ext-3.6.1.dev131/tests/aws/files/lambda_auth_iam.py +18 -0
- localstack_ext-3.6.1.dev131/tests/aws/files/lambda_authorizer_echo.py +25 -0
- localstack_ext-3.6.1.dev131/tests/aws/files/lambda_int_responses.py +18 -0
- localstack_ext-3.6.1.dev131/tests/aws/files/lambda_mgmt_ws.py +35 -0
- localstack_ext-3.6.1.dev131/tests/aws/files/lambda_request_ws_auth.js +72 -0
- localstack_ext-3.6.1.dev131/tests/aws/files/lambda_routes_ws.py +37 -0
- localstack_ext-3.6.1.dev131/tests/aws/files/py_authorizer_simple_response.py +16 -0
- localstack_ext-3.6.1.dev131/tests/aws/fixtures.py +1566 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_mariadb_kinesis/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_mariadb_kinesis/test_dms.py +2991 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_mariadb_kinesis/test_dms.snapshot.json +14548 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_mariadb_kinesis/test_dms.validation.json +104 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_s3_kinesis/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_s3_kinesis/test_dms.py +1838 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_s3_kinesis/test_dms.snapshot.json +9646 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_s3_kinesis/test_dms.validation.json +98 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_serverless/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_serverless/test_dms_serverless.py +1224 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_serverless/test_dms_serverless.snapshot.json +2209 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/dms_serverless/test_dms_serverless.validation.json +23 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/fargate_prometheus/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py +76 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/kinesis_firehose_redshift/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/kinesis_firehose_redshift/helper_functions.py +90 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py +362 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.snapshot.json +39 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/rds_neptune_docdb/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/rds_neptune_docdb/constructs/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/rds_neptune_docdb/constructs/aurora_postgres_construct.py +68 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/rds_neptune_docdb/constructs/docdb_construct.py +85 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/rds_neptune_docdb/functions/query_helper_docdb.js +57 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/rds_neptune_docdb/functions/query_helper_rds.py +39 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py +387 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.snapshot.json +42 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/test_utils/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/test_utils/dms_utils.py +191 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/wordpress_blog/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/wordpress_blog/test_wordpress_blog.py +206 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/wordpress_blog/test_wordpress_blog.snapshot.json +2 -0
- localstack_ext-3.6.1.dev131/tests/aws/scenario/wordpress_blog/test_wordpress_blog.validation.json +11 -0
- localstack_ext-3.6.1.dev131/tests/aws/serverless/handler.js +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/serverless/package.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/serverless/serverless.yml +36 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/account/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/account/test_account.py +57 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/account/test_account.snapshot.json +73 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/account/test_account.validation.json +11 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/acm_pca/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/acm_pca/test_acmpca.py +42 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/acm_pca/test_acmpca.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/amplify/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/amplify/test_amplify.py +272 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/amplify/test_amplify.snapshot.json +61 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/amplify/test_amplify.validation.json +11 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/apigateway_fixtures.py +276 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/conftest.py +645 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/nyan-cat.jpg +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_authorizers.py +1662 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_authorizers.snapshot.json +1190 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_authorizers.validation.json +38 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_http_apis.py +1984 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_http_apis.snapshot.json +546 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_http_apis.validation.json +83 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_rest_apis.py +2000 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_rest_apis.snapshot.json +540 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_rest_apis.validation.json +41 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_websocket_apis.py +2196 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_websocket_apis.snapshot.json +517 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigateway/test_websocket_apis.validation.json +41 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigatewayv2/conftest.py +26 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.py +820 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.snapshot.json +1341 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/apigatewayv2/test_apigatewayv2_http_crud.validation.json +41 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appconfig/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appconfig/conftest.py +71 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appconfig/test_appconfig.py +557 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appconfig/test_appconfig.snapshot.json +121 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appconfig/test_appconfig.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appconfig/test_appconfigdata.py +208 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appconfig/test_appconfigdata.snapshot.json +238 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appconfig/test_appconfigdata.validation.json +11 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appsync/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appsync/conftest.py +674 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appsync/test_appsync.py +4327 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appsync/test_appsync.snapshot.json +1960 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/appsync/test_appsync.validation.json +224 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/deltalake/_delta_log/00000000000000000000.json +4 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/deltalake/_delta_log/00000000000000000001.json +2 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/deltalake/_delta_log/00000000000000000002.json +4 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/deltalake/part-00000-1dd09c53-e8ab-4bea-93a9-93a30f368cf8-c000.snappy.parquet +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/deltalake/part-00000-34ed39a8-89eb-479c-bdc2-e3e063b97b24-c000.snappy.parquet +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/deltalake/part-00000-ccd5bcc5-a924-4297-9ebb-a4f433533cae-c000.snappy.parquet +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/test_athena.py +937 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/test_athena.snapshot.json +668 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/athena/test_athena.validation.json +26 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/autoscaling/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/autoscaling/test_autoscaling.py +133 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/backup/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/backup/test_backup.py +241 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/backup/test_backup.snapshot.json +45 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/backup/test_backup.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/batch/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/batch/test_batch.py +495 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ce/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ce/test_costexplorer.py +97 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/pipes/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/templates/basic.yaml +61 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py +43 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.snapshot.json +48 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/qldb/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/templates/basic.yaml +18 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/templates/basic_autogenerated.yaml +9 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/templates/getatt_exploration.yaml +19 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/templates/update.yaml +17 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/test_basic.py +42 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/test_basic.snapshot.json +22 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/test_basic.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/resources/schema.graphql +16 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_amplify.py +87 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_amplify.snapshot.json +104 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_amplify.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_apigateway.py +103 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_apigateway.snapshot.json +43 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_apigateway.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_apigatewayv2.py +244 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_apigatewayv2.snapshot.json +34 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_apigatewayv2.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_appconfig.py +99 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_appconfig.snapshot.json +155 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_appconfig.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_appsync.py +348 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_appsync.snapshot.json +213 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_appsync.validation.json +20 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_athena.py +29 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_athena.snapshot.json +42 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_athena.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_autoscaling.py +59 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_autoscaling.snapshot.json +194 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_autoscaling.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_batch.py +184 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_batch.snapshot.json +112 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_batch.validation.json +17 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_cloudfront.py +276 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_cloudfront.snapshot.json +420 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_cloudfront.validation.json +17 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_cloudtrail.py +48 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_cloudtrail.snapshot.json +38 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_cognito.py +115 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_cognito.snapshot.json +330 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_cognito.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_customresources.py +66 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_customresources.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_docdb.py +66 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_docdb.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ec2.py +188 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ec2.snapshot.json +238 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ec2.validation.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ecr.py +94 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ecs.py +64 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ecs.snapshot.json +45 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ecs.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_efs.py +59 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_efs.snapshot.json +159 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_efs.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_eks.py +165 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_eks.snapshot.json +124 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_eks.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_elasticache.py +222 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_elasticache.snapshot.json +87 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_elasticache.validation.json +11 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_elasticbeanstalk.py +57 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_elasticbeanstalk.snapshot.json +768 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_elasticbeanstalk.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py +83 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.snapshot.json +129 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_glue.py +310 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_glue.snapshot.json +585 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_glue.validation.json +35 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_iot.py +44 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_iot.snapshot.json +60 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_iot.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_kinesisanalytics.py +29 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_kinesisanalytics.snapshot.json +141 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_kinesisanalytics.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_lambda.py +115 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_msk.py +41 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_rds.py +137 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_rds.snapshot.json +332 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_rds.validation.json +26 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_redshift.py +75 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_redshift.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_route53.py +198 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_route53.snapshot.json +174 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_route53.validation.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_sagemaker.py +169 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_sagemaker.snapshot.json +160 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_sagemaker.validation.json +17 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_secretsmanager.py +38 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_secretsmanager.snapshot.json +25 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_secretsmanager.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ses.py +78 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ses.snapshot.json +119 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_ses.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_timestream.py +42 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_timestream.snapshot.json +75 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_timestream.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_wafv2.py +174 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_wafv2.snapshot.json +226 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/resources/test_wafv2.validation.json +17 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/test_api.py +228 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/test_api.snapshot.json +89 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/test_api.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudformation/utils.py +27 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudfront/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudfront/test_cloudfront.py +1020 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudfront/test_cloudfront.snapshot.json +316 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudfront/test_cloudfront.validation.json +23 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudtrail/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudtrail/test_cloudtrail.py +805 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudtrail/test_cloudtrail.snapshot.json +807 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudtrail/test_cloudtrail.validation.json +38 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudwatch/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cloudwatch/cloudwatch.py +29 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/codecommit/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/codecommit/test_codecommit.py +442 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cognito/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cognito/test_cognito.py +5450 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cognito/test_cognito.snapshot.json +5327 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/cognito/test_cognito.validation.json +236 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/dms_rds_kinesis/dms_rds_kinesis.tf +349 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms.py +1042 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms.snapshot.json +1051 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms.validation.json +47 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms_serverless.py +125 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms_serverless.snapshot.json +98 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms_serverless.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms_static_responses.py +21 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms_static_responses.snapshot.json +3531 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms_static_responses.validation.json +95 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms_terraform.py +192 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dms/test_dms_terraform.snapshot.json +534 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/docdb/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/docdb/test_docdb.py +108 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dynamodb/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/dynamodb/test_dynamodb.py +82 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ec2/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ec2/test_ec2.py +856 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ec2/test_ec2.snapshot.json +66 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ec2/test_ec2.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ec2/test_ec2_imds.py +201 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecr/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecr/test_ecr.py +873 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecr/test_ecr.snapshot.json +277 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecr/test_ecr.validation.json +23 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/fluentd-image/Dockerfile +20 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/sample_dockerfile +13 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/second_sample_dockerfile +13 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/test_ecs.py +3345 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/test_ecs.snapshot.json +4090 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/test_ecs.validation.json +218 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/test_ecs_patterns.py +472 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/test_ecs_patterns.validation.json +26 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/test_ecs_samples.py +285 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/test_ecs_samples.snapshot.json +562 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ecs/test_ecs_samples.validation.json +20 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/efs/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/efs/test_efs.py +284 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/efs/test_efs.snapshot.json +412 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/efs/test_efs.validation.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/eks/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/eks/test_eks.py +880 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/eks/test_eks.snapshot.json +126 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/eks/test_eks.validation.json +17 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elasticache/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elasticache/test_elasticache.py +228 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elasticache/test_elasticache.snapshot.json +511 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elasticache/test_elasticache.validation.json +26 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elasticache/test_elasticache_redis.py +351 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elasticbeanstalk/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elasticbeanstalk/test_elasticbeanstalk.py +118 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elastictranscoder/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elastictranscoder/test_elastictranscoder.py +84 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elastictranscoder/test_elastictranscoder.snapshot.json +96 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elastictranscoder/test_elastictranscoder.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elb/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elb/test_elb.py +1293 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elb/test_elb.snapshot.json +940 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elb/test_elb.validation.json +32 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elbv2/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elbv2/test_elbv2_target_groups.py +367 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elbv2/test_elbv2_target_groups.snapshot.json +1165 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/elbv2/test_elbv2_target_groups.validation.json +164 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/.gitignore +1 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/build.sh +11 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/pom.xml +111 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/src/main/java/TestJob.java +45 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/src/main/scala/TestJobScala.scala +30 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/test_emr.py +276 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/test_emr_serverless.py +177 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/test_emr_serverless.snapshot.json +126 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/emr/test_emr_serverless.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/firehose/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/firehose/conftest.py +92 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/firehose/test_firehose.py +190 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/fis/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/fis/test_fis.py +973 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glacier/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glacier/test_glacier.py +198 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glacier/test_glacier.snapshot.json +23 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glacier/test_glacier.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/conftest.py +346 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/test_basic.py +1067 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/test_basic.validation.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/test_crawlers.py +758 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/test_crawlers.snapshot.json +247 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/test_crawlers.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/test_jobs.py +1141 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/test_jobs.validation.json +23 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/glue/test_schema_registry.py +314 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/conftest.py +34 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_abac.py +535 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_abac.snapshot.json +396 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_abac.validation.json +23 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_cross_account.py +814 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_cross_account.snapshot.json +717 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_cross_account.validation.json +26 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_enforcement.py +2438 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_enforcement.snapshot.json +1418 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_enforcement.validation.json +158 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_internals.py +1031 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_policy_generation.py +189 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_iam_policy_generation_status.py +105 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_inter_service_enforcement.py +2649 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_inter_service_enforcement.snapshot.json +445 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iam/test_inter_service_enforcement.validation.json +62 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/identitystore/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/identitystore/test_identitystore.py +23 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iot/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iot/test_iot.py +1495 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iot/test_iot.snapshot.json +920 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iot/test_iot.validation.json +53 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iot_data/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iot_data/test_iot_data.py +548 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iot_data/test_iot_data.snapshot.json +219 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iot_data/test_iot_data.validation.json +47 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iotanalytics/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iotanalytics/test_iotanalytics.py +137 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iotwireless/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/iotwireless/test_iotwireless.py +116 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kafka/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kafka/test_kafka.py +473 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kafka/test_kafka.snapshot.json +626 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kafka/test_kafka.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kinesisanalytics/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kinesisanalytics/test_kinesisanalytics.py +556 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kinesisanalytics/test_kinesisanalytics.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kinesisanalyticsv2/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kinesisanalyticsv2/test_kinesisanalyticsv2.py +299 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kms/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kms/test_kms.py +30 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kms/test_kms.snapshot.json +60 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/kms/test_kms.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lakeformation/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lakeformation/test_lakeformation.py +28 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/conftest.py +38 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/extensions/lifecyclelog/extensions/myext1 +117 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/.gitignore +4 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/Makefile +10 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/Makefile +10 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/java/Makefile +12 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/java/src/build.gradle +59 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/java/src/src/main/java/echo/Handler.java +83 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/java8.al2/Makefile +12 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/java8.al2/src/build.gradle +67 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/java8.al2/src/src/main/java/echo/Handler.java +103 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/nodejs/Makefile +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/nodejs/src/index.mjs +13 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/nodejs16.x/Makefile +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/nodejs16.x/src/index.js +13 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/python/Makefile +9 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/python/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/python/src/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/python/src/handler.py +9 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/ruby/Makefile +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/common/endpointinjection/ruby/src/function.rb +10 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/lambda-echo.py +3 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/lambda-sns-publish.py +33 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/lambda_introspect_layer.py +32 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/xray-tracing-powertools-sdkcall.py +44 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/xray-tracing-powertools.py +29 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/functions/xray-tracing.py +19 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/layer-override-test/layer-1/a +1 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/layer-override-test/layer-1/b +1 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/layer-override-test/layer-2/b +1 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/layer-override-test/layer-2/c +1 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/layer.zip +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/layers/bin_layer.zip +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda.py +1074 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda.snapshot.json +711 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda.validation.json +38 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda_endpoint_injection.py +45 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda_endpoint_injection.validation.json +26 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda_extensions_api.py +180 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda_extensions_api.snapshot.json +172 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda_extensions_api.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda_xray.py +400 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda_xray.snapshot.json +1585 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/lambda_/test_lambda_xray.validation.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/logs/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/logs/test_logs.py +548 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/logs/test_logs.snapshot.json +1291 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/logs/test_logs.validation.json +176 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/managedblockchain/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/managedblockchain/test_managedblockchain.py +60 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mediastore/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mediastore/test_mediastore.py +86 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/memorydb/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/memorydb/test_memorydb.py +72 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/memorydb/test_memorydb.snapshot.json +95 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/memorydb/test_memorydb.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mq/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mq/test_mq.py +309 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mq/test_mq.snapshot.json +420 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mq/test_mq.validation.json +29 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mwaa/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mwaa/plugin_v2_flat/plugins.zip +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mwaa/plugin_v2_nested/plugins.zip +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/mwaa/test_mwaa.py +188 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/neptune/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/neptune/test_neptune.py +276 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/neptune/test_neptune_cfn.py +599 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/neptune/test_neptune_cfn.snapshot.json +690 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/neptune/test_neptune_cfn.validation.json +53 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/neptune/tunnel_forwarder.py +72 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/organizations/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/organizations/test_organizations.py +92 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pinpoint/test_pinpoint.py +36 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pinpoint/test_pinpoint.snapshot.json +52 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pinpoint/test_pinpoint.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/conftest.py +13 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/functions/enrichment_add_field.py +6 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/functions/enrichment_trigger_fail.py +15 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/functions/target_s3_integration.py +21 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/functions/target_s3_integration_partial_fail.py +48 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/functions/unhandled_error.py +6 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/helper_functions.py +53 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes.py +2371 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes.snapshot.json +2094 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes.validation.json +38 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes_kinesis.py +240 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes_kinesis.snapshot.json +73 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes_kinesis.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes_list.py +176 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes_list.snapshot.json +187 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes_list.validation.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes_targets.py +428 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes_targets.snapshot.json +96 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/pipes/test_pipes_targets.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/qldb/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/qldb/aws_helpers.py +1018 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/qldb/test_qldb.py +798 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/qldb/test_qldb.snapshot.json +437 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/qldb/test_qldb.validation.json +32 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ram/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ram/test_ram.py +319 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ram/test_ram.snapshot.json +2020 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ram/test_ram.validation.json +17 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/functions/helper_postgres_query.py +40 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds.py +3058 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds.snapshot.json +2061 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds.validation.json +65 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds_data.py +1021 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds_data.snapshot.json +2202 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds_data.validation.json +68 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds_global.py +790 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds_global.snapshot.json +707 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds_global.validation.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds_postgres_extensions.py +395 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds_postgres_extensions.snapshot.json +308 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/rds/test_rds_postgres_extensions.validation.json +107 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/redshift/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/redshift/resources/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/redshift/resources/redshift_connector.py +32 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/redshift/test_redshift.py +307 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/redshift/test_redshift.snapshot.json +249 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/redshift/test_redshift.validation.json +11 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/route53/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/route53/test_route53.py +804 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/route53/test_route53.snapshot.json +264 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/route53/test_route53.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/2022-02-customerissue-overflow.csv +3 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/attributeaccess-json-example.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/from-example-1.json +2 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/from-example-2.json +2 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/csv_queries.data.csv +2 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/csv_queries.json +7 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/csv_queries_2.data.csv +3 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/csv_queries_2.json +52 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/csv_queries_2.noheader.json +27 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/csv_queries_3.data.csv +3 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/csv_queries_3.json +62 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/json_queries.data.ldjson +4 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/json_queries.json +232 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/minio/json_queries_with_data.json +98 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/numbers.csv +12 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/sample_data.csv +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/sample_data.csv.bz2 +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/sample_data.csv.gz +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/data/testdata-s3select.csv +3 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/test_s3.py +137 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/test_s3.snapshot.json +129 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/test_s3.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/test_s3_select.py +850 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/test_s3_select.snapshot.json +361 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/s3/test_s3_select.validation.json +32 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sagemaker/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sagemaker/data/model.tar.gz +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sagemaker/mnist_utils.py +56 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sagemaker/sagemaker_utils.py +52 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sagemaker/test_sagemaker.py +405 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sagemaker/test_sagemaker.snapshot.json +74 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sagemaker/test_sagemaker.validation.json +8 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/serverlessrepo/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/serverlessrepo/test_serverlessrepo.py +461 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/serverlessrepo/test_serverlessrepo.snapshot.json +462 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/serverlessrepo/test_serverlessrepo.validation.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/servicediscovery/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/servicediscovery/helper_functions.py +48 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/servicediscovery/test_servicediscovery.py +833 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/servicediscovery/test_servicediscovery.snapshot.json +634 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/servicediscovery/test_servicediscovery.validation.json +68 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ses/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ses/test_ses.py +386 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ses/test_ses.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sesv2/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sesv2/test_sesv2.py +282 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sqs/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sqs/test_sqs.py +50 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ssm/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/ssm/test_ssm.py +147 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sso_admin/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/sso_admin/test_sso_admin.py +25 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/template/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/template/integratisons/integration_template_loader.py +15 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/template/integratisons/statemachines/glue_start_job_run.json5 +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/template/integratisons/statemachines/glue_start_job_run_sync.json5 +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/template/template_loader.py +18 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/test_batch_integration.py +314 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/test_batch_integration.snapshot.json +1111 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/test_batch_integration.validation.json +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/test_stepfunctions.py +128 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/test_stepfunctions.snapshot.json +935 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/stepfunctions/test_stepfunctions.validation.json +20 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/textract/test_textract.py +16 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/timestream/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/timestream/test_timestream.py +589 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/timestream/test_timestream.snapshot.json +972 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/timestream/test_timestream.validation.json +56 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/transfer/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/transfer/test_transfer.py +197 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/wafv2/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/wafv2/test_wafv2.py +62 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/wafv2/test_wafv2.snapshot.json +61 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/wafv2/test_wafv2.validation.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/xray/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/aws/services/xray/test_xray.py +199 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/amplify_env_variables.yml +26 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/apigateway.ecs.servicediscovery.yml +767 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/apigatewayv1.resources.yml +15 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/apigatewayv2.sample.yml +49 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/apigatewayv2_api.yaml +15 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/apigatewayv2_authorizer.yaml +172 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/apigwv2_api_mapping.yml +42 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/appconfig_application_deployment.yml +79 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/appsync.sample.yml +153 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/appsync_graphql_api.yml +23 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/appsync_graphql_schema.yml +51 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/appsync_s3_code_locations.yml +67 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/athena_resources.yml +48 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/autoscaling_vpc.yml +304 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cdk-cloudtrail-stack.yaml +247 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cloudfront-custom-errors.json +348 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cloudfront.sample.yml +301 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cloudfront_lambda_redirect.yaml +115 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cloudfront_origin_access_control.yml +26 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cloudtrail_deploy.yml +59 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cognito-apigw.sample.yml +246 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cognito_authorizer_client_credentials.yaml +66 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cognito_identity_pool_role_attachment.yaml +176 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/cognito_user_pool_client.yaml +32 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/customresource-lambda-backed.yaml +152 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/customresource-sns-backed.yml +178 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/duplicated_security_group.yml +25 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ec2.launchtemplate.yaml +20 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ec2.sg.ingress.isolation.yaml +15 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ec2.sg.ingress.yaml +23 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ec2.vpccidrblockconfigurations.yaml +20 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ec2.vpcendpointserviceconfigurations.yaml +85 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ecr-cross-region.yml +14 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ecr-url-output.yaml +39 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ecs-alb-apigw-service.yml +660 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ecs-asg.yml +370 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ecs.infra.yml +329 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ecs.sample.yml +165 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/efs_file_system.yml +87 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/eks_cluster.yaml +146 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/elasticache-cluster.yaml +93 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/elasticache_cache_cluster.yml +84 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/elasticbeanstalk_app.yml +190 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/elbv2_loadbalancer.yaml +329 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/glue_classifier.yml +19 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/glue_connection.yml +31 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/glue_database.yml +20 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/glue_database_table.yml +37 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/glue_job.yml +44 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/glue_registry.yml +21 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/glue_schema.yml +74 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/glue_trigger.yml +21 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/glue_workflow.yml +16 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/graphql-request.json +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/iot.sample.yml +48 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/iot_role_alias.yml +27 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/iot_topic_rule.yml +19 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/iotanalytics.sample.yml +168 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/k8s_ingress.json +722 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/k8s_ingress_2.json +231 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/kinesisanalytics_app.yml +70 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/lambda_layer.yaml +59 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/misc.resources.yml +145 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/msk_kafka_cluster.yaml +9 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/openapi.spec.json +234 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/openapi3.0.spec.yaml +91 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/persistence_sample.yaml +13 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/rds.yml +18 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/rds_cluster.yml +22 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/rds_cluster_db_parameter_group.yml +12 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/rds_cluster_with_kms.yml +42 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/rds_db_parameter_group.yml +12 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/rds_proxy.yml +151 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/rds_secretsmanager_lambda.yml +436 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/rds_serverless_cluster.yml +27 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/route53_hostedzone.yaml +9 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/route53_hostedzone_with_comment.yml +11 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/route53_private_hostedzone.yaml +27 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/sam_api_tagging.yaml +18 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ses_receiptrule.yaml +54 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/ses_template.yaml +12 -0
- localstack_ext-3.6.1.dev131/tests/aws/templates/timestream_dbs.yaml +39 -0
- localstack_ext-3.6.1.dev131/tests/aws/terraform/appsync.tf +20 -0
- localstack_ext-3.6.1.dev131/tests/aws/terraform/emr.tf +144 -0
- localstack_ext-3.6.1.dev131/tests/aws/terraform/glacier.tf +6 -0
- localstack_ext-3.6.1.dev131/tests/aws/terraform/provider.tf +24 -0
- localstack_ext-3.6.1.dev131/tests/aws/terraform/rds.tf +5 -0
- localstack_ext-3.6.1.dev131/tests/aws/test_application_autoscaling.py +36 -0
- localstack_ext-3.6.1.dev131/tests/aws/test_network_configuration.py +171 -0
- localstack_ext-3.6.1.dev131/tests/aws/test_serverless.py +75 -0
- localstack_ext-3.6.1.dev131/tests/aws/test_terraform.py +132 -0
- localstack_ext-3.6.1.dev131/tests/aws/transformer_utility_ext.py +290 -0
- localstack_ext-3.6.1.dev131/tests/bootstrap/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/bootstrap/conftest.py +60 -0
- localstack_ext-3.6.1.dev131/tests/bootstrap/extensions/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/bootstrap/extensions/test_extension_autoinstall.py +121 -0
- localstack_ext-3.6.1.dev131/tests/bootstrap/licensingv2/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/bootstrap/licensingv2/test_api_key.py +46 -0
- localstack_ext-3.6.1.dev131/tests/bootstrap/pods/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/bootstrap/pods/test_auto_load_pod.py +59 -0
- localstack_ext-3.6.1.dev131/tests/bootstrap/test_pro_startup.py +53 -0
- localstack_ext-3.6.1.dev131/tests/cli/__init__.py +2 -0
- localstack_ext-3.6.1.dev131/tests/cli/test_cli.py +207 -0
- localstack_ext-3.6.1.dev131/tests/conftest.py +133 -0
- localstack_ext-3.6.1.dev131/tests/integration/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/integration/certificates/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/integration/certificates/test_resource.py +76 -0
- localstack_ext-3.6.1.dev131/tests/integration/chaos/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/integration/chaos/test_faults.py +474 -0
- localstack_ext-3.6.1.dev131/tests/integration/chaos/test_network_effects.py +146 -0
- localstack_ext-3.6.1.dev131/tests/integration/cloudpods/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/integration/cloudpods/test_ci_runs.py +72 -0
- localstack_ext-3.6.1.dev131/tests/integration/cloudpods/test_cloudpods.py +387 -0
- localstack_ext-3.6.1.dev131/tests/integration/conftest.py +109 -0
- localstack_ext-3.6.1.dev131/tests/integration/fixtures.py +865 -0
- localstack_ext-3.6.1.dev131/tests/integration/libvirt/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/integration/libvirt/test_libvirt.py +196 -0
- localstack_ext-3.6.1.dev131/tests/integration/services/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/integration/services/internal/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/integration/services/internal/test_stackinfo.py +32 -0
- localstack_ext-3.6.1.dev131/tests/integration/test_crypto.py +16 -0
- localstack_ext-3.6.1.dev131/tests/persistence/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/conftest.py +15 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/acm/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/acm/test_acm.py +13 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/acm_pca/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/acm_pca/test_acm_pca.py +73 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/amplify/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/amplify/test_amplify.py +11 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/apigateway/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/apigateway/test_apigateway.py +135 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/apigateway/test_apigatewayv2.py +24 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/appconfig/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/appconfig/test_appconfig.py +13 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/applicationautoscaling/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/applicationautoscaling/test_applicationautoscaling.py +25 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/appsync/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/appsync/test_appsync.py +13 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/athena/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/athena/test_athena.py +15 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/backup/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/backup/test_backup.py +15 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/batch/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/batch/test_batch.py +22 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ce/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ce/test_costexplorer.py +20 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cloudformation/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cloudformation/test_cloudformation.py +26 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cloudfront/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cloudfront/test_cloudfront.py +58 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cloudtrail/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cloudtrail/test_cloudtrail.py +33 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cloudwatch/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cloudwatch/test_cloudwatch.py +114 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/codecommit/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/codecommit/test_codecommit.py +13 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cognito/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/cognito/test_cognito.py +89 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/config/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/config/test_config.py +46 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/dynamodb/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/dynamodb/test_dynamodb.py +51 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ec2/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ec2/test_ec2.py +13 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ecr/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ecr/test_ecr.py +101 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/efs/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/efs/test_efs.py +9 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/eks/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/eks/test_eks.py +101 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/elasticache/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/elasticache/test_elasticache.py +134 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/elasticbeanstalk/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/elasticbeanstalk/test_eb.py +19 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/emr/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/emr/test_emr.py +37 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/events/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/events/test_events.py +82 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/glacier/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/glacier/test_glacier.py +16 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/glue/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/glue/test_glue.py +11 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/iam/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/iam/test_iam.py +11 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/identitystore/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/identitystore/test_identitystore.py +16 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/iot/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/iot/test_iot.py +11 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/kafka/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/kafka/test_kafka.py +64 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/kinesis/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/kinesis/test_kinesis.py +56 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/kms/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/kms/test_kms.py +13 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lakeformation/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lakeformation/test_lakeformation.py +15 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/functions/echo/index.py +3 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/functions/echo.zip +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/functions/lambda_invocation_type.py +7 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/functions/layertest/index.py +5 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/functions/layertest.zip +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/functions/optcontent/index.py +5 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/functions/optcontent.zip +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/image/Dockerfile +3 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/image/index.py +2 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/layers/codeimport/python/testlayerutils/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/layers/codeimport/python/testlayerutils/util.py +2 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/layers/codeimport.zip +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/lambda_/test_lambda.py +472 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/logs/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/logs/test_logs.py +107 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/managedblockchain/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/managedblockchain/test_managedblockchain.py +50 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/mediastore/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/mediastore/test_mediastore.py +14 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/mq/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/mq/test_mq.py +32 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/opensearch/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/opensearch/test_opensearch.py +57 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/organizations/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/organizations/test_organizations.py +17 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/pinpoint/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/pinpoint/test_pinpoint.py +19 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/qldb/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/qldb/test_qldb.py +14 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/rds/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/rds/test_rds.py +154 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/redshift/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/redshift/test_redshift.py +28 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/route53/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/route53/test_route53.py +13 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/s3/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/s3/test_s3.py +168 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/secretsmanager/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/secretsmanager/test_secretsmanager.py +13 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/serverlessrepo/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/serverlessrepo/test_serverlessrepo.py +15 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ses/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ses/test_ses.py +18 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/sns/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/sns/test_sns.py +60 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/sqs/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/sqs/test_sqs.py +53 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ssm/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/ssm/test_ssm.py +39 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/sso_admin/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/sso_admin/test_sso_admin.py +16 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/stepfunctions/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/stepfunctions/test_stepfunctions.py +49 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/sts/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/sts/test_sts.py +28 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/support/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/support/test_support.py +14 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/swf/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/swf/test_swf.py +15 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/textract/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/textract/test_textract.py +16 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/timestream/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/timestream/test_timestream.py +44 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/transfer/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/transfer/test_transfer.py +8 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/wafv2/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/wafv2/test_wafv2.py +29 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/xray/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/persistence/services/xray/test_xray.py +40 -0
- localstack_ext-3.6.1.dev131/tests/persistence_api/README.md +4 -0
- localstack_ext-3.6.1.dev131/tests/persistence_api/pods.sh +77 -0
- localstack_ext-3.6.1.dev131/tests/persistence_api/state.sh +16 -0
- localstack_ext-3.6.1.dev131/tests/pod_remotes/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/pod_remotes/conftest.py +65 -0
- localstack_ext-3.6.1.dev131/tests/pod_remotes/test_remotes_crud.py +96 -0
- localstack_ext-3.6.1.dev131/tests/pod_remotes/test_remotes_save_load.py +417 -0
- localstack_ext-3.6.1.dev131/tests/unit/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/analytics/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/analytics/test_aws_request_logger.py +204 -0
- localstack_ext-3.6.1.dev131/tests/unit/aws/api/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/aws/api/test_asf_providers.py +15 -0
- localstack_ext-3.6.1.dev131/tests/unit/aws/dms/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/aws/dms/test_dms_task_table_mapping.py +108 -0
- localstack_ext-3.6.1.dev131/tests/unit/aws/ecs/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/aws/ecs/test_log_collector_config_generation.py +183 -0
- localstack_ext-3.6.1.dev131/tests/unit/bootstrap/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/bootstrap/extensions/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/bootstrap/extensions/test_repository.py +114 -0
- localstack_ext-3.6.1.dev131/tests/unit/bootstrap/test_configuration.py +72 -0
- localstack_ext-3.6.1.dev131/tests/unit/bootstrap/test_licensingv2.py +300 -0
- localstack_ext-3.6.1.dev131/tests/unit/cli/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/cli/test_cli.py +58 -0
- localstack_ext-3.6.1.dev131/tests/unit/conftest.py +16 -0
- localstack_ext-3.6.1.dev131/tests/unit/extensions/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/extensions/test_resource.py +200 -0
- localstack_ext-3.6.1.dev131/tests/unit/iam_enforcement/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/iam_enforcement/test_iam_internals.py +822 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/conftest.py +7 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/dummy.py +99 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pickling/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pickling/reducers/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pickling/reducers/services/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pickling/reducers/services/test_acm.py +15 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pickling/reducers/services/test_backends.py +49 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pickling/reducers/test_botocore.py +14 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pickling/reducers/test_cryptography.py +33 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pickling/reducers/test_stdlib.py +149 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pods/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pods/test_diff.py +45 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pods/test_endpoints.py +193 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/pods/test_manager.py +276 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/reset/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/reset/test_reset.py +25 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/snapshot/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/snapshot/test_endpoints.py +57 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/snapshot/test_manager.py +44 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/snapshot/test_snapshot.py +26 -0
- localstack_ext-3.6.1.dev131/tests/unit/persistence/test_utils.py +63 -0
- localstack_ext-3.6.1.dev131/tests/unit/services/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/services/apigatewayv2/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/services/apigatewayv2/test_http_integration_request_handler.py +439 -0
- localstack_ext-3.6.1.dev131/tests/unit/services/apigatewayv2/test_parameters_mapping.py +822 -0
- localstack_ext-3.6.1.dev131/tests/unit/services/apigatewayv2/test_parser_handler.py +224 -0
- localstack_ext-3.6.1.dev131/tests/unit/services/apigatewayv2/test_router_handler.py +490 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_adapter.py +26 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_apigateway.py +153 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_apigateway_authorizers.py +231 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_apigateway_utils.py +253 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_appsync.py +699 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_athena.py +228 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_auth.py +38 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_cli.py +65 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_cloudformation.py +18 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_cloudfront.py +42 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_cloudpods.py +807 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_cloudtrail.py +123 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_code_minifier.py +61 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_cognito.py +143 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_dms.py +115 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_ec2.py +96 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_eks.py +37 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_elbv2.py +81 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_emr.py +22 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_fis.py +37 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_glue.py +147 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_imports.py +98 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_iot_data.py +118 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_kinesis_analytics.py +43 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_mwaa.py +14 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_persistence.py +172 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_plugins.py +24 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_qldb.py +250 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_query_docs.py +22 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_rds.py +57 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_rds_data.py +45 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_s3.py +131 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_sqlite_merge.py +1065 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_timestream.py +67 -0
- localstack_ext-3.6.1.dev131/tests/unit/test_utils.py +98 -0
- localstack_ext-3.6.1.dev131/tests/unit/utils/__init__.py +0 -0
- localstack_ext-3.6.1.dev131/tests/unit/utils/test_multiplexing.py +56 -0
- localstack_ext-3.6.1.dev131/tests/unit/utils/test_parsing.py +15 -0
- localstack_ext-3.6.1.dev131/tests/unit/utils/test_proxy_server.py +65 -0
- localstack_ext-3.6.0/PKG-INFO +0 -115
- localstack_ext-3.6.0/VERSION +0 -1
- localstack_ext-3.6.0/localstack/pro/core/aws/api/amplify/__init__.py +0 -2040
- localstack_ext-3.6.0/localstack/pro/core/aws/api/application_autoscaling/__init__.py +0 -1279
- localstack_ext-3.6.0/localstack/pro/core/aws/api/autoscaling/__init__.py +0 -4445
- localstack_ext-3.6.0/localstack/pro/core/aws/api/batch/__init__.py +0 -2547
- localstack_ext-3.6.0/localstack/pro/core/aws/api/codecommit/__init__.py +0 -6512
- localstack_ext-3.6.0/localstack/pro/core/aws/api/cognito_idp/__init__.py +0 -7638
- localstack_ext-3.6.0/localstack/pro/core/aws/api/ecr/__init__.py +0 -2786
- localstack_ext-3.6.0/localstack/pro/core/aws/api/ecs/__init__.py +0 -5630
- localstack_ext-3.6.0/localstack/pro/core/aws/api/eks/__init__.py +0 -3759
- localstack_ext-3.6.0/localstack/pro/core/aws/api/elasticache/__init__.py +0 -5696
- localstack_ext-3.6.0/localstack/pro/core/aws/api/elbv2/__init__.py +0 -2976
- localstack_ext-3.6.0/localstack/pro/core/aws/api/fis/__init__.py +0 -1429
- localstack_ext-3.6.0/localstack/pro/core/aws/api/glue/__init__.py +0 -13418
- localstack_ext-3.6.0/localstack/pro/core/aws/api/memorydb/__init__.py +0 -2381
- localstack_ext-3.6.0/localstack/pro/core/aws/api/rds/__init__.py +0 -12754
- localstack_ext-3.6.0/localstack/pro/core/aws/api/sagemaker/__init__.py +0 -24045
- localstack_ext-3.6.0/localstack/pro/core/aws/api/sesv2/__init__.py +0 -5325
- localstack_ext-3.6.0/localstack/pro/core/bootstrap/pods/api_types.py +0 -3
- localstack_ext-3.6.0/localstack/pro/core/bootstrap/pods_client.py +0 -229
- localstack_ext-3.6.0/localstack/pro/core/cli/auth.py +0 -55
- localstack_ext-3.6.0/localstack/pro/core/cli/cloud_pods.py +0 -132
- localstack_ext-3.6.0/localstack/pro/core/cli/extensions.py +0 -142
- localstack_ext-3.6.0/localstack/pro/core/config.py +0 -351
- localstack_ext-3.6.0/localstack/pro/core/constants.py +0 -46
- localstack_ext-3.6.0/localstack/pro/core/extensions/bootstrap.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/extensions/manager.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/packages/hive.py +0 -72
- localstack_ext-3.6.0/localstack/pro/core/packages/trino.py +0 -54
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/api/manager.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/api/pods_api.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/endpoints.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/exceptions.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/load.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/merge_utils/merge_utils.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/merge_utils/state_merge.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/merge_utils/state_merge_ddb.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/merge_utils/state_merge_kinesis.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/pods/merge_utils/state_utils.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/remotes/s3.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/persistence/reset/reset.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/plugins.py +0 -70
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/apigateway_extended.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/apigateway_utils.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/authorizers.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/integrations.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/next_gen/execute_api/authorizers/cognito.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/next_gen/execute_api/authorizers/core.py.enc +0 -3
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/next_gen/execute_api/authorizers/lambda_.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/next_gen/execute_api/handlers/authorize.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/next_gen/execute_api/router.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/next_gen/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/provider_v2.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigateway/router_asf.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/context.py.enc +0 -3
- localstack_ext-3.6.0/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/gateway.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/apigatewayv2/next_gen/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/appsync/authorizers.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/appsync/data_sources.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/appsync/graphql_executor.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/appsync/models.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/appsync/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/appsync/resolvers.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/athena/query_utils.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/batch/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/cloudformation/resource_providers/aws_cloudformation_customresource.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/cloudfront/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/cloudtrail/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/codecommit/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/codecommit/repository.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpool.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/cognito_identity/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/cognito_idp/auth_flows.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/cognito_idp/cognito_triggers.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/cognito_idp/models.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/cognito_idp/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/endpoints.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/models.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/core.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/dms_models.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/kinesis/target.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/mariadb/source.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/replication_task.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/s3/source.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/secrets_helper.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/statistics.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/transformation_task.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/replication_task/utils.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationconfig.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dynamodb/iam.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/dynamodb/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ec2/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ec2/vmmanager/docker.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ec2/vmmanager/libvirt.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ecr/packages.py +0 -26
- localstack_ext-3.6.0/localstack/pro/core/services/ecs/models.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ecs/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ecs/secrets_resolver.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/eks/k8s_utils.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/eks/models.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/eks/packages.py +0 -16
- localstack_ext-3.6.0/localstack/pro/core/services/eks/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/elb/routing.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/elbv2/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/emr/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/emr_serverless/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/fis/actions.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/fis/handler.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/fis/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/fis/scheduler.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/glue/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/iam/policy_engine/assets/operation_action_map.json +0 -1
- localstack_ext-3.6.0/localstack/pro/core/services/iam/policy_engine/engine.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/iot/packages.py +0 -26
- localstack_ext-3.6.0/localstack/pro/core/services/iot/rule_engine.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/lambda_/invocation/docker_runtime_executor_hooks.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/pipes/models.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/pipes/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ram/constants.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ram/models.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ram/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ram/utils.py.enc +0 -1
- localstack_ext-3.6.0/localstack/pro/core/services/rds/db_utils.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/rds/engine_mysql.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/rds/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/rds/resource_providers/aws_rds_dbcluster.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/redshift/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/route53/health_checks.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/route53/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/servicediscovery/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/ses/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/sqs/provider.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/services/sts/iam.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/testing/pytest/persistence.py +0 -214
- localstack_ext-3.6.0/localstack/pro/core/testing/testselection/matching.py +0 -10
- localstack_ext-3.6.0/localstack/pro/core/utils/aws/arns.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/utils/aws/service_dependencies.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/utils/bigdata/bigdata_utils.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/utils/crypto.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/utils/libvirt/configuration.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/utils/libvirt/core.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/utils/libvirt/models.py.enc +0 -0
- localstack_ext-3.6.0/localstack/pro/core/version.py +0 -1
- localstack_ext-3.6.0/localstack_ext.egg-info/PKG-INFO +0 -115
- localstack_ext-3.6.0/localstack_ext.egg-info/SOURCES.txt +0 -1256
- localstack_ext-3.6.0/localstack_ext.egg-info/entry_points.txt +0 -394
- localstack_ext-3.6.0/localstack_ext.egg-info/plux.json +0 -1
- localstack_ext-3.6.0/localstack_ext.egg-info/requires.txt +0 -105
- localstack_ext-3.6.0/pyproject.toml +0 -229
- localstack_ext-3.6.0/setup.py +0 -23
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/analytics/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/analytics/aws_request_aggregator.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/analytics/aws_request_logger.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/analytics/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/account/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/acm_pca/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/apigatewaymanagementapi/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/apigatewayv2/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/appconfig/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/appconfigdata/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/appsync/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/athena/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/backup/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/ce/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/cloudfront/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/cloudtrail/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/cognito_identity/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/dms/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/efs/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/elasticbeanstalk/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/elastictranscoder/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/elb/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/emr/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/emr_serverless/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/glacier/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/identitystore/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/iot/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/iot_data/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/iotanalytics/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/iotwireless/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/kafka/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/kinesisanalytics/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/kinesisanalyticsv2/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/lakeformation/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/managedblockchain/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/mediastore/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/mediastore_data/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/mq/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/mwaa/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/organizations/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/pinpoint/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/qldb/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/qldb_session/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/ram/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/rds_data/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/redshift_data/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/sagemaker_runtime/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/serverlessrepo/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/servicediscovery/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/sso_admin/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/textract/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/timestream_query/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/timestream_write/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/transfer/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/wafv2/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/api/xray/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/protocol/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/aws/protocol/service_router.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/auth.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/decryption.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/dns_utils.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/email_utils.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/extensions/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/extensions/__main__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/extensions/autoinstall.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/extensions/repository.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/ftp_server.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/licensingv2.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/constants.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/launchpad/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/launchpad/api.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/launchpad/cache.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/launchpad/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/remotes/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/remotes/api.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/remotes/configs.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/pods/remotes/params.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/bootstrap/smtplib_patched.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/certificates/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/certificates/cert.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/certificates/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/certificates/resource.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/certificates/sni.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/certificates/store.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/chaos/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/chaos/config.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/chaos/constants.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/chaos/exceptions.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/chaos/handlers.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/chaos/plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/chaos/routes.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/chaos/utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/cli/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/cli/aws.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/cli/cli.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/cli/click_utils.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/cli/iam.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/cli/license.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/cli/localstack.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/cli/state.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/cli/tree_view.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/extensions/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/extensions/platform.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/extensions/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/extensions/resource.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/bigdata_common.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/core.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/cve_fixes.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/hadoop.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/java.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/mariadb.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/postgres.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/pyarrow.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/packages/spark.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/analytics.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/exceptions.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/manager.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/metamodel_mappings.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/object_storage.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pickling/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pickling/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pickling/reducers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pickling/reducers/botocore.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pickling/reducers/cryptography.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pickling/reducers/services/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pickling/reducers/services/acm.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pickling/reducers/stdlib.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/api/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/api/listener.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/auto_load.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/persistence/pods/merge_utils → localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/diff}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/fs.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/manager.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/persistence/pods/service_state → localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/merge}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/save.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/persistence/remotes → localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/pods/service_state}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/service_state/service_state.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/pods/service_state/service_state_types.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/persistence/reset → localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/remotes}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/remotes/api.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/remotes/manager.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/remotes/oras.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/remotes/remotes.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/persistence/snapshot → localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/reset}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/reset/endpoints.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/reset/plugins.py +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/persistence/utils → localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/snapshot}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/snapshot/api.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/snapshot/endpoints.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/snapshot/load.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/snapshot/manager.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/snapshot/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/snapshot/save.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/state_metamodel.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/states.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/runtime → localstack_ext-3.6.1.dev131/localstack/pro/core/persistence/utils}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/utils/adapters.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/utils/common.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/utils/encryption.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/utils/hash_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/utils/serializers.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/persistence/utils/sort.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/providers.py +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services → localstack_ext-3.6.1.dev131/localstack/pro/core/runtime}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/runtime/plugin/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/runtime/plugin/api.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/runtime/plugin/manager.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/runtime/plugin/plugins.py +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/account → localstack_ext-3.6.1.dev131/localstack/pro/core/services}/__init__.py +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/acm_pca → localstack_ext-3.6.1.dev131/localstack/pro/core/services/account}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/account/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/account/provider.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/acmpca → localstack_ext-3.6.1.dev131/localstack/pro/core/services/acm_pca}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acm_pca/provider.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/acmpca/resource_providers → localstack_ext-3.6.1.dev131/localstack/pro/core/services/acmpca}/__init__.py +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/amplify → localstack_ext-3.6.1.dev131/localstack/pro/core/services/acmpca/resource_providers}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_certificate.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_certificate.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_certificate_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_certificateauthority.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_certificateauthority.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_certificateauthority_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_certificateauthorityactivation.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_certificateauthorityactivation.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_certificateauthorityactivation_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_permission.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_permission.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/acmpca/resource_providers/aws_acmpca_permission_plugin.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/amplify/resource_providers → localstack_ext-3.6.1.dev131/localstack/pro/core/services/amplify}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/amplify/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/amplify/provider.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigateway → localstack_ext-3.6.1.dev131/localstack/pro/core/services/amplify/resource_providers}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/amplify/resource_providers/aws_amplify_app.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/amplify/resource_providers/aws_amplify_app.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/amplify/resource_providers/aws_amplify_app_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/amplify/resource_providers/aws_amplify_branch.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/amplify/resource_providers/aws_amplify_branch.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/amplify/resource_providers/aws_amplify_branch_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/amplify/utils.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigateway/next_gen → localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/models.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigateway/next_gen/execute_api → localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen}/__init__.py +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigateway/next_gen/execute_api/handlers → localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/next_gen/execute_api/authorizers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/next_gen/execute_api/authorizers/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/next_gen/execute_api/exceptions.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigateway/resource_providers → localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/next_gen/execute_api/handlers}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/provider_mgmtapi.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigatewayv2 → localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigateway/resource_providers}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/resource_providers/aws_apigateway_authorizer.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/resource_providers/aws_apigateway_authorizer.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/resource_providers/aws_apigateway_authorizer_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/resource_providers/aws_apigateway_vpclink.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/resource_providers/aws_apigateway_vpclink.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigateway/resource_providers/aws_apigateway_vpclink_plugin.py.enc +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigatewayv2/next_gen → localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2}/__init__.py +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigatewayv2/next_gen/execute_api → localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen}/__init__.py +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http → localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api}/__init__.py +0 -0
- {localstack_ext-3.6.0/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http/handlers → localstack_ext-3.6.1.dev131/localstack/pro/core/services/apigatewayv2/next_gen/execute_api/http}/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_api.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_api.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_api_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_apimapping.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_apimapping.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_apimapping_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_authorizer.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_authorizer.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_authorizer_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_deployment.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_deployment.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_deployment_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_domainname.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_domainname.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_domainname_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_integration.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_integration.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_integration_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_integrationresponse.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_integrationresponse.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_integrationresponse_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_route.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_route.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_route_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_routeresponse.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_routeresponse.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_routeresponse_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_stage.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_stage.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_stage_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_vpclink.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_vpclink.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/apigatewayv2/resource_providers/aws_apigatewayv2_vpclink_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_application.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_application.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_application_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_configurationprofile.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_configurationprofile.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_configurationprofile_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_deployment.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_deployment.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_deployment_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_deploymentstrategy.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_deploymentstrategy.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_deploymentstrategy_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_environment.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_environment.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_environment_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_hostedconfigurationversion.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_hostedconfigurationversion.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfig/resource_providers/aws_appconfig_hostedconfigurationversion_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfigdata/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfigdata/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appconfigdata/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/resource_providers/aws_applicationautoscaling_scalabletarget.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/resource_providers/aws_applicationautoscaling_scalabletarget.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/resource_providers/aws_applicationautoscaling_scalabletarget_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/resource_providers/aws_applicationautoscaling_scalingpolicy.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/resource_providers/aws_applicationautoscaling_scalingpolicy.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/applicationautoscaling/resource_providers/aws_applicationautoscaling_scalingpolicy_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/mapping.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_apikey.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_apikey.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_apikey_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_datasource.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_datasource.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_datasource_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_functionconfiguration.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_functionconfiguration.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_functionconfiguration_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_graphqlapi.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_graphqlapi.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_graphqlapi_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_graphqlschema.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_graphqlschema.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_graphqlschema_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_resolver.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_resolver.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/aws_appsync_resolver_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/resource_providers/utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/appsync/velocity_functions.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/query_processors.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/aws_athena_datacatalog.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/aws_athena_datacatalog.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/aws_athena_datacatalog_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/aws_athena_namedquery.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/aws_athena_namedquery.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/aws_athena_namedquery_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/aws_athena_workgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/aws_athena_workgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/athena/resource_providers/aws_athena_workgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/autoscaling/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/autoscaling/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/autoscaling/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/autoscaling/resource_providers/aws_autoscaling_autoscalinggroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/autoscaling/resource_providers/aws_autoscaling_autoscalinggroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/autoscaling/resource_providers/aws_autoscaling_autoscalinggroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/autoscaling/resource_providers/aws_autoscaling_launchconfiguration.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/autoscaling/resource_providers/aws_autoscaling_launchconfiguration.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/autoscaling/resource_providers/aws_autoscaling_launchconfiguration_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/backup/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/backup/core.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/backup/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/backup/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/backup/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/backup/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/backup/resource_providers/aws_backup_backupplan.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/backup/resource_providers/aws_backup_backupplan.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/backup/resource_providers/aws_backup_backupplan_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/base.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/aws_batch_computeenvironment.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/aws_batch_computeenvironment.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/aws_batch_computeenvironment_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/aws_batch_jobdefinition.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/aws_batch_jobdefinition.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/aws_batch_jobdefinition_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/aws_batch_jobqueue.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/aws_batch_jobqueue.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/batch/resource_providers/aws_batch_jobqueue_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ce/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ce/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ce/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudformation/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudformation/cloudformation_extended.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudformation/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudformation/resource_provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudformation/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudformation/resource_providers/aws_cloudformation_customresource.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudformation/resource_providers/aws_cloudformation_customresource_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_cachepolicy.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_cachepolicy.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_cachepolicy_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_cloudfrontoriginaccessidentity.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_cloudfrontoriginaccessidentity.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_cloudfrontoriginaccessidentity_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_distribution.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_distribution.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_distribution_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_function.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_function.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_function_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_originaccesscontrol.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_originaccesscontrol.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_originaccesscontrol_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_originrequestpolicy.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_originrequestpolicy.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_originrequestpolicy_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_responseheaderspolicy.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_responseheaderspolicy.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudfront/resource_providers/aws_cloudfront_responseheaderspolicy_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudtrail/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudtrail/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudtrail/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudtrail/resource_providers/aws_cloudtrail_trail.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudtrail/resource_providers/aws_cloudtrail_trail.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cloudtrail/resource_providers/aws_cloudtrail_trail_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/codecommit/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/codecommit/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_identitypool.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_identitypool.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_identitypool_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_identitypoolroleattachment.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_identitypoolroleattachment.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_identitypoolroleattachment_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpool.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpool_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolclient.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolclient.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolclient_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpooldomain.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpooldomain.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpooldomain_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolidentityprovider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolidentityprovider.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolidentityprovider_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolresourceserver.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolresourceserver.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito/resource_providers/aws_cognito_userpoolresourceserver_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito_identity/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito_identity/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito_idp/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito_idp/cognito_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito_idp/signin_form.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito_idp/token_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito_idp/user-pool-schema-attributes.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/cognito_idp/well-known-keys.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/exceptions.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/column_types.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/constants.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/kinesis/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/kinesis/kinesis_models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/mariadb/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/mariadb/column_types.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/mariadb/utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/s3/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/replication_task/s3/column_types.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_endpoint.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_endpoint.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_endpoint_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationconfig.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationconfig_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationinstance.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationinstance.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationinstance_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationsubnetgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationsubnetgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationsubnetgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationtask.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationtask.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/resource_providers/aws_dms_replicationtask_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dms/static_data.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/docdb_api.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbcluster.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbcluster.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbcluster_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbclusterparametergroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbclusterparametergroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbclusterparametergroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbinstance.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbinstance.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbinstance_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbsubnetgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbsubnetgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/docdb/resource_providers/aws_docdb_dbsubnetgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/dynamodb/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/imds/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/imds/constants.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/imds/core.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/imds/routes.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/imds/server.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_eip.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_eip.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_eip_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_launchtemplate.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_launchtemplate.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_launchtemplate_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_securitygroupegress.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_securitygroupegress.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_securitygroupegress_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_securitygroupingress.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_securitygroupingress.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_securitygroupingress_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_vpccidrblock.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_vpccidrblock.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_vpccidrblock_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_vpcendpoint.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_vpcendpoint.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_vpcendpoint_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_vpcendpointservice.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_vpcendpointservice.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/resource_providers/aws_ec2_vpcendpointservice_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/vmmanager/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/vmmanager/base.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/vmmanager/kubernetes.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ec2/vmmanager/mock.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/registry.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/resource_providers/aws_ecr_repository.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/resource_providers/aws_ecr_repository.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecr/resource_providers/aws_ecr_repository_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/container_executor.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/event_emitter.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/log_collectors/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/log_collectors/config_generator.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/log_collectors/firelens.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/log_collectors/fluent_bit_config_generator.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/log_collectors/fluentd_config_generator.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/log_collectors/templates.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_capacityprovider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_capacityprovider.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_capacityprovider_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_cluster.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_cluster.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_cluster_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_clustercapacityproviderassociations.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_clustercapacityproviderassociations.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_clustercapacityproviderassociations_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_service.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_service.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_service_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_taskdefinition.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_taskdefinition.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/resource_providers/aws_ecs_taskdefinition_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/task_executor.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/task_executors/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/task_executors/base.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/task_executors/docker.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ecs/task_executors/kubernetes.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/aws_efs_accesspoint.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/aws_efs_accesspoint.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/aws_efs_accesspoint_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/aws_efs_filesystem.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/aws_efs_filesystem.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/aws_efs_filesystem_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/aws_efs_mounttarget.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/aws_efs_mounttarget.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/efs/resource_providers/aws_efs_mounttarget_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/aws_eks_cluster.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/aws_eks_cluster.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/aws_eks_cluster_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/aws_eks_fargateprofile.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/aws_eks_fargateprofile.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/aws_eks_fargateprofile_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/aws_eks_nodegroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/aws_eks_nodegroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/eks/resource_providers/aws_eks_nodegroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/entities.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/legacy/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/legacy/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/legacy/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/legacy/redis.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/packages.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/redis.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/redis_server.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_cachecluster.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_cachecluster.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_cachecluster_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_parametergroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_parametergroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_parametergroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_replicationgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_replicationgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_replicationgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_securitygroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_securitygroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_securitygroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_subnetgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_subnetgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticache/resource_providers/aws_elasticache_subnetgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_application.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_application.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_application_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_applicationversion.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_applicationversion.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_applicationversion_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_configurationtemplate.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_configurationtemplate.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_configurationtemplate_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_environment.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_environment.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticbeanstalk/resource_providers/aws_elasticbeanstalk_environment_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_listener.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_listener.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_listener_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_listenerrule.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_listenerrule.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_listenerrule_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_loadbalancer.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_loadbalancer.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_loadbalancer_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_targetgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_targetgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elasticloadbalancingv2/resource_providers/aws_elasticloadbalancingv2_targetgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elastictranscoder/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elastictranscoder/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elb/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elb/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/elbv2/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/emr/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/emr/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/emr_serverless/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/emr_serverless/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/events/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/events/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/events/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/fis/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/fis/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glacier/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glacier/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glacier/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/catalog_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/crawler_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/hive_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/job_executor.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/packages.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_classifier.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_classifier.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_classifier_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_connection.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_connection.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_connection_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_crawler.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_crawler.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_crawler_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_database.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_database.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_database_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_job.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_job.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_job_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_registry.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_registry.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_registry_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_schema.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_schema.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_schema_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_schemaversion.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_schemaversion.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_schemaversion_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_schemaversionmetadata.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_schemaversionmetadata.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_schemaversionmetadata_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_table.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_table.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_table_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_trigger.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_trigger.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_trigger_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_workflow.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_workflow.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/aws_glue_workflow_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/resource_providers/utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/glue/schema_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/iam.actions.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_engine/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_engine/assets/iam_definitions.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_engine/assets/transform_iam_defs.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_engine/handler.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_engine/iam_service_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_engine/identity_policy_retrieval.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_engine/map_types.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_engine/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_engine/resource_policy_retrieval.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_generation/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_generation/policy_generator.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/policy_generation/util.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iam/router.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/identitystore/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/identitystore/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/internal/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/internal/stackinfo/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/internal/stackinfo/handler.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/internal/stackinfo/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/internal/stackinfo/resource.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/certificates.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/constants.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/mqtt/callbacks.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/mqtt/client.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/mqtt/server.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/mqtt/utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/query_docs.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_certificate.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_certificate.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_certificate_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_policy.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_policy.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_policy_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_rolealias.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_rolealias.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_rolealias_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_thing.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_thing.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_thing_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_topicrule.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_topicrule.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot/resource_providers/aws_iot_topicrule_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot_data/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot_data/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iot_data/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_channel.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_channel.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_channel_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_dataset.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_dataset.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_dataset_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_datastore.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_datastore.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_datastore_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_pipeline.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_pipeline.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotanalytics/resource_providers/aws_iotanalytics_pipeline_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotwireless/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotwireless/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/iotwireless/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kafka/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kafka/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kafka/packages.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kafka/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kafka/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kafka/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kafka/resource_providers/aws_msk_cluster.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kafka/resource_providers/aws_msk_cluster.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kafka/resource_providers/aws_msk_cluster_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesis/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesis/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/packages.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/query_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/resource_providers/aws_kinesisanalytics_application.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/resource_providers/aws_kinesisanalytics_application.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/resource_providers/aws_kinesisanalytics_application_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/resource_providers/aws_kinesisanalytics_applicationoutput.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/resource_providers/aws_kinesisanalytics_applicationoutput.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalytics/resource_providers/aws_kinesisanalytics_applicationoutput_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalyticsv2/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kinesisanalyticsv2/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kms/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/kms/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lakeformation/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lakeformation/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lakeformation/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/event_source_listeners/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/event_source_listeners/kafka_event_source_listener.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/invocation/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/invocation/endpoint_injection/java/SdkV2DisableCertificateValidation.jar +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/invocation/endpoint_injection/ruby/localstack_wrapper.sh +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/invocation/kubernetes_runtime_executor.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/invocation/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/layerfetcher/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/layerfetcher/aws_layer_fetcher.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/layerfetcher/inject_layer_fetcher_hooks.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/lambda_/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/logs/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/logs/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/logs/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/managedblockchain/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/managedblockchain/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mediastore/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mediastore/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mediastore/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/memorydb/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/memorydb/cluster.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/memorydb/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/memorydb/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mq/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mq/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mq/packages.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mq/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mq/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mq/server.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mwaa/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mwaa/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/mwaa/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/neo4j.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/neptune_api.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/packages.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbcluster.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbcluster.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbcluster_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbclusterparametergroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbclusterparametergroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbclusterparametergroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbinstance.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbinstance.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbinstance_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbparametergroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbparametergroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbparametergroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbsubnetgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbsubnetgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/resource_providers/aws_neptune_dbsubnetgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/server.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/neptune/tinkerpop.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/opensearch/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/opensearch/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/organizations/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/organizations/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pinpoint/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pinpoint/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/enrichers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/enrichers/enricher.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/enrichers/lambda_enricher.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/pipe_event_processor.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/pipe_loggers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/pipe_loggers/cloudwatch_pipe_logger.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/pipe_worker.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/pipe_worker_factory.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/resource_providers/aws_pipes_pipe.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/resource_providers/aws_pipes_pipe.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/resource_providers/aws_pipes_pipe_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/senders/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/senders/events_sender.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/senders/kinesis_sender.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/senders/sns_sender.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/senders/sqs_sender.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/pipes/senders/stepfunctions_sender.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/packages.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/partiql.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/resource_providers/aws_qldb_ledger.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/resource_providers/aws_qldb_ledger.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/qldb/resource_providers/aws_qldb_ledger_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ram/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/engine_mariadb.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/engine_mssql.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/engine_postgres.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/extensions_postgres.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbcluster.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbcluster_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbclusterparametergroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbclusterparametergroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbclusterparametergroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbinstance.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbinstance.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbinstance_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbparametergroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbparametergroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbparametergroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbproxy.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbproxy.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbproxy_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbproxytargetgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbproxytargetgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbproxytargetgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbsubnetgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbsubnetgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_dbsubnetgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_globalcluster.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_globalcluster.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/resource_providers/aws_rds_globalcluster_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/static_data.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds/utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds_data/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds_data/metadata_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/rds_data/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/aws_redshift_clusterparametergroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/aws_redshift_clusterparametergroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/aws_redshift_clusterparametergroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/aws_redshift_clustersecuritygroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/aws_redshift_clustersecuritygroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/aws_redshift_clustersecuritygroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/aws_redshift_clustersubnetgroup.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/aws_redshift_clustersubnetgroup.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/redshift/resource_providers/aws_redshift_clustersubnetgroup_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/route53/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/route53/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/route53/resource_providers/aws_route53_hostedzone.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/route53/resource_providers/aws_route53_hostedzone.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/route53/resource_providers/aws_route53_hostedzone_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/constants.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/legacy/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/legacy/persistence.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/legacy/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/legacy/s3_mount.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/s3_select_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/s3/storage.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/container.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/persistence.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/aws_sagemaker_endpoint.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/aws_sagemaker_endpoint.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/aws_sagemaker_endpoint_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/aws_sagemaker_endpointconfig.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/aws_sagemaker_endpointconfig.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/aws_sagemaker_endpointconfig_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/aws_sagemaker_model.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/aws_sagemaker_model.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sagemaker/resource_providers/aws_sagemaker_model_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/secretsmanager/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/secretsmanager/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/secretsmanager/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/secretsmanager/resource_providers/aws_secretsmanager_secrettargetattachment.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/secretsmanager/resource_providers/aws_secretsmanager_secrettargetattachment.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/secretsmanager/resource_providers/aws_secretsmanager_secrettargetattachment_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/serverlessrepo/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/serverlessrepo/existing.repos.yml +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/serverlessrepo/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/serverlessrepo/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_httpnamespace.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_httpnamespace.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_httpnamespace_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_privatednsnamespace.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_privatednsnamespace.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_privatednsnamespace_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_publicdnsnamespace.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_publicdnsnamespace.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_publicdnsnamespace_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_service.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_service.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/servicediscovery/resource_providers/aws_servicediscovery_service_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/aws_ses_receiptrule.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/aws_ses_receiptrule.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/aws_ses_receiptrule_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/aws_ses_receiptruleset.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/aws_ses_receiptruleset.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/aws_ses_receiptruleset_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/aws_ses_template.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/aws_ses_template.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ses/resource_providers/aws_ses_template_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sesv2/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sesv2/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sns/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sns/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sqs/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sqs/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ssm/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ssm/iam.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/ssm/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sso_admin/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sso_admin/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/stepfunctions/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/stepfunctions/packages.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/stepfunctions/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/stepfunctions/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/sts/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/textract/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/textract/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/postgres_extensions.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/resource_providers/aws_timestream_database.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/resource_providers/aws_timestream_database.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/resource_providers/aws_timestream_database_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/resource_providers/aws_timestream_table.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/resource_providers/aws_timestream_table.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/resource_providers/aws_timestream_table_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/routing.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/server.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/timestream/utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/transfer/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/transfer/models.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/transfer/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_ipset.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_ipset.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_ipset_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_loggingconfiguration.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_loggingconfiguration.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_loggingconfiguration_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_webacl.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_webacl.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_webacl_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_webaclassociation.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_webaclassociation.schema.json +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/wafv2/resource_providers/aws_wafv2_webaclassociation_plugin.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/xray/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/xray/provider.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/services/xray/routes.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/testing/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/testing/pytest/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/testing/pytest/store_check.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/testing/testselection/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/testing/testselection/opt_out.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/testing/testselection/scripts/generate_test_selection.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/aws/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/aws/aws_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/aws/endpoints.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/bigdata/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/cdk_utils.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/cloud_pods/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/cloud_pods/ci_run_manager.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/common.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/container/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/container/container.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/container/docker_container.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/container/kubernetes_container.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/container/plugins.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/csvquerytool.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/decryption_check.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/k8s.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/libvirt/__init__.py +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/libvirt/constants.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/multiplexing.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/parsing.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/perf.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/persistence.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/postgresql.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/proxy_server.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack/pro/core/utils/websockets.py.enc +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack_ext.egg-info/dependency_links.txt +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/localstack_ext.egg-info/top_level.txt +0 -0
- {localstack_ext-3.6.0 → localstack_ext-3.6.1.dev131}/setup.cfg +0 -0
- /localstack_ext-3.6.0/localstack/pro/core/packages/presto.py → /localstack_ext-3.6.1.dev131/tests/__init__.py +0 -0
|
@@ -0,0 +1,1749 @@
|
|
|
1
|
+
{
|
|
2
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[disabled]": 6.733122932000072,
|
|
3
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_before_image[pk-only]": 6.7766860830000155,
|
|
4
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_alter_table_queries": 6.689473393999947,
|
|
5
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[default]": 6.942574078000007,
|
|
6
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_data_queries[non_default]": 6.992250197999965,
|
|
7
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_load_replication_task_misc_queries": 6.568242934000011,
|
|
8
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mariadb]": 6.671156382000049,
|
|
9
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rename_change_column[mysql]": 6.9924220460000015,
|
|
10
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_basic_responses[mariadb-non_default]": 1.5781554290000486,
|
|
11
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_basic_responses[mysql-default]": 1.7412058470000034,
|
|
12
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_replication_task_data_types": 6.838863209000067,
|
|
13
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_rollback_transaction": 6.7099674110000365,
|
|
14
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_cdc_table_rules_filter": 8.595242084999995,
|
|
15
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_connection_with_secret": 2.880362022999975,
|
|
16
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_delete_replication_instance_active_task": 0.1621115190000637,
|
|
17
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_endpoints": 49.06549378200003,
|
|
18
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_describe_test_replication_task": 0.17430129799998895,
|
|
19
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_empty_describe_table_statics": 0.6824603329999945,
|
|
20
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-default]": 1.7445880679999846,
|
|
21
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-non_default]": 1.7509254770000098,
|
|
22
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mariadb-unformatted_json]": 1.8058561990000044,
|
|
23
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-default]": 1.781070241000009,
|
|
24
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-non_default]": 1.8356757280000124,
|
|
25
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_full_load_replication_task[mysql-unformatted_json]": 1.8912685879999458,
|
|
26
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_invalid_replication_task": 0.3596864680000067,
|
|
27
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_replication_task_fail_table_does_not_exist": 1.431368009000039,
|
|
28
|
+
"tests/aws/scenario/dms_mariadb_kinesis/test_dms.py::TestDmsScenario::test_test_endpoint_connection": 1.2110817540000198,
|
|
29
|
+
"tests/aws/scenario/fargate_prometheus/test_fargate_prometheus.py::TestFargatePrometheus::test_infra": 12.585047417000055,
|
|
30
|
+
"tests/aws/scenario/kinesis_firehose_redshift/test_kinesis_firehose_redshift.py::TestKinesisFirehoseScenario::test_kinesis_firehose_redshift": 44.03350375400004,
|
|
31
|
+
"tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_describe_db_clusters_with_filter": 0.9142628529999683,
|
|
32
|
+
"tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_describe_db_instances_with_filter": 1.3169532419999541,
|
|
33
|
+
"tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_docdb_connection": 61.05708589300008,
|
|
34
|
+
"tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_rds_lambda": 5.130547846000013,
|
|
35
|
+
"tests/aws/scenario/rds_neptune_docdb/test_rds_neptune_docdb.py::TestRdsNeptuneDocDB::test_scenario_validate_infra": 0.9420521340000505,
|
|
36
|
+
"tests/aws/services/account/test_account.py::TestAccount::test_alternate_contact": 0.1883799890000546,
|
|
37
|
+
"tests/aws/services/account/test_account.py::TestAccount::test_contact_information": 1.3241554459999634,
|
|
38
|
+
"tests/aws/services/account/test_account.py::TestAccount::test_unavailable_alternate_contact": 0.11686384600011479,
|
|
39
|
+
"tests/aws/services/acm_pca/test_acmpca.py::TestACMPCA::test_create_describe_tag_ca": 0.08909722900000361,
|
|
40
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_amplify_two_regions_same_app": 0.0018780170000809449,
|
|
41
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_create_app": 0.2086501580000686,
|
|
42
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_create_backend_environment": 0.023599191000016617,
|
|
43
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_create_branch": 0.017507849000026,
|
|
44
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_create_webhook": 0.02289761500003351,
|
|
45
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_delete_backend_environment": 0.035326737999866964,
|
|
46
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_delete_branch": 0.03116612200005875,
|
|
47
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_delete_webhook": 0.03647879900006501,
|
|
48
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_get_app": 0.01845535600000403,
|
|
49
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_get_backend_environment": 0.026461606999987453,
|
|
50
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_get_branch": 0.022537366999813457,
|
|
51
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_get_webhook": 0.02825883699995302,
|
|
52
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_list_apps": 0.02311653300000671,
|
|
53
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_list_branches": 0.022745306999922832,
|
|
54
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_list_webhooks": 0.0021017570001049535,
|
|
55
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_tag_illegal_resource": 0.014328825999996297,
|
|
56
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_tag_non_existing_app": 0.013638395000043602,
|
|
57
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_tag_untag_resource": 0.04034544199998891,
|
|
58
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_update_app": 0.018456681999850844,
|
|
59
|
+
"tests/aws/services/amplify/test_amplify.py::TestAmplifyProvider::test_update_webhook": 0.031020943999919837,
|
|
60
|
+
"tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-1.0]": 4.787178745999995,
|
|
61
|
+
"tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[False-2.0]": 8.585485051999967,
|
|
62
|
+
"tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-1.0]": 12.50598155199998,
|
|
63
|
+
"tests/aws/services/apigateway/test_authorizers.py::TestHttpApiAuthorizers::test_lambda_jwt_authorizer[True-2.0]": 5.239713079000012,
|
|
64
|
+
"tests/aws/services/apigateway/test_authorizers.py::TestRestApiAuthorizers::test_authorizer_event_lambda_request": 11.616264490999924,
|
|
65
|
+
"tests/aws/services/apigateway/test_authorizers.py::test_api_key_authorizer": 10.813054376999958,
|
|
66
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_jwt_authorizer": 11.791977785999961,
|
|
67
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_http_kinesis_integration": 1.9032940189999863,
|
|
68
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[1.0]": 10.44203355600007,
|
|
69
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_apigw_v2_lambda_request_authorizer[2.0]": 4.420394294999937,
|
|
70
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_cors_preflight_requests": 1.8333034379999162,
|
|
71
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-1.0]": 4.056748702999926,
|
|
72
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.example.com-2.0]": 1.9312760380000782,
|
|
73
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-1.0]": 1.9226628659998823,
|
|
74
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost-2.0]": 3.0051131619999296,
|
|
75
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-1.0]": 1.9371108489999642,
|
|
76
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[--<random>.localhost.localstack.cloud-2.0]": 1.873304292000057,
|
|
77
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-1.0]": 1.935507934000043,
|
|
78
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.example.com-2.0]": 1.87516094099999,
|
|
79
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-1.0]": 1.9280155640000203,
|
|
80
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost-2.0]": 1.9364801999998917,
|
|
81
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-1.0]": 1.8890730439999288,
|
|
82
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[-base1-<random>.localhost.localstack.cloud-2.0]": 1.9421375579998994,
|
|
83
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-1.0]": 1.9531056449999369,
|
|
84
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.example.com-2.0]": 1.9416353300000537,
|
|
85
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-1.0]": 1.96336486600012,
|
|
86
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost-2.0]": 1.922450243999947,
|
|
87
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-1.0]": 1.9900823150001088,
|
|
88
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1--<random>.localhost.localstack.cloud-2.0]": 1.919473539000137,
|
|
89
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-1.0]": 1.9244480309998835,
|
|
90
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.example.com-2.0]": 1.9386462339999753,
|
|
91
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-1.0]": 1.9836271970000325,
|
|
92
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost-2.0]": 1.9482885380000425,
|
|
93
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-1.0]": 1.9823966999999811,
|
|
94
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_custom_domains[stage1-base1-<random>.localhost.localstack.cloud-2.0]": 1.9773536030000969,
|
|
95
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_integration_invalid_use_cases": 0.027665467000019817,
|
|
96
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-ANY]": 4.017943047000017,
|
|
97
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-1.0-POST]": 9.922536601999923,
|
|
98
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-ANY]": 4.121467138999947,
|
|
99
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.HOST_BASED-2.0-POST]": 3.56049215500002,
|
|
100
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-ANY]": 3.7642939759999763,
|
|
101
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-1.0-POST]": 3.6755490939999618,
|
|
102
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-ANY]": 3.701065298000117,
|
|
103
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[eu-west-1-UrlType.PATH_BASED-2.0-POST]": 3.5633333949998587,
|
|
104
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-ANY]": 3.82793441299998,
|
|
105
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-1.0-POST]": 3.5710455799998044,
|
|
106
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-ANY]": 3.9056274640000765,
|
|
107
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.HOST_BASED-2.0-POST]": 3.649250451000057,
|
|
108
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-ANY]": 3.8813211189999492,
|
|
109
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-1.0-POST]": 3.6056197220000286,
|
|
110
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-ANY]": 3.9448574680000092,
|
|
111
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_lambda_authorizers[us-east-1-UrlType.PATH_BASED-2.0-POST]": 3.6430136239998774,
|
|
112
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_proxy_integration": 1.2577741270000615,
|
|
113
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_http_to_lambda_payload_v2": 1.7839638369999875,
|
|
114
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_import_and_invoke_http_api": 0.5525605980000137,
|
|
115
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[1.0]": 16.707091406000018,
|
|
116
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_aws_proxy_integration[2.0]": 3.208544788999916,
|
|
117
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_authorizer_with_no_payload_format_version": 3.655388938000101,
|
|
118
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[1.0]": 3.276494736000018,
|
|
119
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_events[2.0]": 3.242049028999986,
|
|
120
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[200]": 1.6777683489999617,
|
|
121
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_binary_data[404]": 1.659508174000166,
|
|
122
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[False]": 1.7748117089998914,
|
|
123
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_handling_form_urlencoded_data[True]": 1.7238836889999902,
|
|
124
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[1.0]": 6.035264560000087,
|
|
125
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_request_authorizer[2.0]": 6.1419349100001455,
|
|
126
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_lambda_return_gzip_response": 1.6102569239998274,
|
|
127
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_servicediscovery_ecs_integration": 14.202042054999879,
|
|
128
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[host_based_url-1.0]": 2.0326811399999087,
|
|
129
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_step_functions_integration[path_based_url-1.0]": 3.2106174669999064,
|
|
130
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_dynamic_proxy_paths": 0.08672595799987448,
|
|
131
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestHttpApis::test_v2_status_code_mappings": 0.2153267319998804,
|
|
132
|
+
"tests/aws/services/apigateway/test_http_apis.py::TestImportAPIs::test_import_apis": 0.642267947000164,
|
|
133
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigateway_to_appsync_integration": 2.77918403700005,
|
|
134
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_apigw_v1_lambda_request_authorizer": 2.220526006,
|
|
135
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer": 1.1143327779998344,
|
|
136
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[client_credentials]": 2.3863850460001004,
|
|
137
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizer_token_types[username]": 2.795498559000066,
|
|
138
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[UrlType.HOST_BASED-ANY]": 4.428524555000081,
|
|
139
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[UrlType.HOST_BASED-GET]": 4.592674289000115,
|
|
140
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[UrlType.PATH_BASED-ANY]": 3.2355941490000077,
|
|
141
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_cognito_authorizers[UrlType.PATH_BASED-GET]": 4.987258810999947,
|
|
142
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-GET]": 1.7665978429999996,
|
|
143
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[CUSTOM-POST]": 1.7935731600001645,
|
|
144
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-GET]": 1.3425257469998542,
|
|
145
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_custom_authorizer[NONE-POST]": 1.315435219000051,
|
|
146
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_iam_authorizer": 1.2917852710000943,
|
|
147
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_invoke_custom_domain": 2.7641105610000523,
|
|
148
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-False]": 5.405418230000123,
|
|
149
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.HOST_BASED-True]": 5.376234572000044,
|
|
150
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_request_authorizer_different_paths[UrlType.PATH_BASED-True]": 5.325023987000009,
|
|
151
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer": 4.80904405199999,
|
|
152
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_event_payload": 6.586400571000013,
|
|
153
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_lambda_token_authorizer_path_suffixes": 3.4835386969999718,
|
|
154
|
+
"tests/aws/services/apigateway/test_rest_apis.py::TestRestAPIs::test_rest_import_openapi_3_0": 3.8304121809999288,
|
|
155
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_apigatewaymanagementapi": 2.715383633999977,
|
|
156
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_connect_disconnect_always_called": 5.878968431000089,
|
|
157
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_authorizers": 0.0566399150000052,
|
|
158
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_domain_names": 0.6414525970000113,
|
|
159
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_multiple_routes": 0.1754995679999638,
|
|
160
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_create_route_responses": 0.09048288900009993,
|
|
161
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-False]": 1.7705725380000104,
|
|
162
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_reject_connect[True-True]": 1.7807080639998958,
|
|
163
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_aws_proxy_integration": 0.005138085999988107,
|
|
164
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-False]": 2.953068016999964,
|
|
165
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_api_with_http_integration[HTTP-False-True]": 3.548879477000014,
|
|
166
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_matching_routes": 9.807253822000007,
|
|
167
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_non_proxy_response_integration": 3.1030079109999633,
|
|
168
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_response_templates": 2.9500890059999847,
|
|
169
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[False]": 1.0357842839999876,
|
|
170
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration[True]": 1.0005951770000365,
|
|
171
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_http_proxy_integration_request_parameters": 1.6256279010000299,
|
|
172
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_kinesis_integration": 3.0059405729999753,
|
|
173
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_lambda_integration": 7.082034624000016,
|
|
174
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sns_integration": 2.6486668720000353,
|
|
175
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_websocket_with_sqs_integration": 1.9795614429998523,
|
|
176
|
+
"tests/aws/services/apigateway/test_websocket_apis.py::TestWebSockets::test_ws_connection_with_invalid_auth": 5.5238495669999566,
|
|
177
|
+
"tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_application_crud_workflow": 0.2210694909999802,
|
|
178
|
+
"tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_configuration_profile_crud_workflow": 0.060663256999987425,
|
|
179
|
+
"tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_deployment_simulation": 0.07439658500004498,
|
|
180
|
+
"tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_deployment_strategy_crud_workflow": 0.06446069799983434,
|
|
181
|
+
"tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_environment_crud_workflow": 0.0693437399999084,
|
|
182
|
+
"tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_hosted_configuration_version_crud_workflow": 0.08122174300001461,
|
|
183
|
+
"tests/aws/services/appconfig/test_appconfig.py::TestAppConfig::test_specify_resources_by_name": 0.9843936859999758,
|
|
184
|
+
"tests/aws/services/appconfig/test_appconfigdata.py::TestAppConfigData::test_get_app_config_by_name": 0.38029490600001736,
|
|
185
|
+
"tests/aws/services/appconfig/test_appconfigdata.py::TestAppConfigData::test_get_latest_app_config": 0.1817390940000223,
|
|
186
|
+
"tests/aws/services/appconfig/test_appconfigdata.py::TestAppConfigData::test_invalid_token": 0.6530967469999496,
|
|
187
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization": 2.7656170570000995,
|
|
188
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated": 5.123183694000204,
|
|
189
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_auth_context_propagated_without_groups": 6.060674122000137,
|
|
190
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access no bearer]": 2.052360389000114,
|
|
191
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[access with bearer]": 4.436731541999961,
|
|
192
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id no bearer]": 5.4034119660000215,
|
|
193
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_bearer_configuration[id with bearer]": 4.351233927999942,
|
|
194
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_cognito_authorization_group_enforcement": 1.908630431000006,
|
|
195
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_create_js_resolver_runtime_validation[APPSYNC_JS-1.0.0]": 0.05797345399992082,
|
|
196
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_create_js_resolver_runtime_validation[APPSYNC_JS-1.0.1]": 0.05110627199996998,
|
|
197
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_create_js_resolver_runtime_validation[APPSYNC_JS-1.1.0]": 0.05713747699974192,
|
|
198
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_create_js_resolver_runtime_validation[APPSYNC_JS2-1.0.0]": 0.05443447199991169,
|
|
199
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_create_js_resolver_runtime_validation[APPSYNC_JS2-1.1.0]": 0.068336871999918,
|
|
200
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolver_scan": 0.794343319999598,
|
|
201
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_dynamodb_resolvers": 1.5601997449999772,
|
|
202
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_http_data_source_detailed": 1.8225731999998516,
|
|
203
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_http_data_source_return_object": 1.3514219069998035,
|
|
204
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_http_data_source_return_simple": 1.4236803510002574,
|
|
205
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_http_data_source_vtl_template": 0.15684877200010305,
|
|
206
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_iam_authorization": 3.1420071499999267,
|
|
207
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_integration_and_request[appsync_integrated_service0]": 2.2269691149998607,
|
|
208
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_integration_and_request[appsync_integrated_service1]": 3.041510690999985,
|
|
209
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_integration_and_request[appsync_integrated_service2]": 15.175100566999959,
|
|
210
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_integration_and_request[appsync_integrated_service3]": 1.6373960590000252,
|
|
211
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_js_utils": 1.7509807130002173,
|
|
212
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization": 2.8996851890000244,
|
|
213
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_context": 2.538488691999987,
|
|
214
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_authorization_cross_region": 2.549299633000146,
|
|
215
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_data_source[JS]": 3.3966860730001827,
|
|
216
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_data_source[VTL]": 2.7039172209999833,
|
|
217
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_lambda_payload": 2.9509203990003243,
|
|
218
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_nested_resolvers": 0.6377427930001431,
|
|
219
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_none_resolver": 0.08824480999999196,
|
|
220
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_pipeline_js_resolver": 2.5540336080000543,
|
|
221
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_pipeline_resolver": 1.145045352000352,
|
|
222
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_rds_data_source": 5.584726549999914,
|
|
223
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_rds_data_source_rds_utils": 18.673204635000047,
|
|
224
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_value_propagation_in_pipeline_resolver": 0.0037094239999078127,
|
|
225
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions": 0.0022193709999100975,
|
|
226
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSync::test_websocket_subscriptions_relay_sample": 8.541370705000077,
|
|
227
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_api_key": 0.029737296000121205,
|
|
228
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_associate_api": 0.7051698830000532,
|
|
229
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_create_domain_name": 0.117194206999784,
|
|
230
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_disassociate_api": 0.10498378300007971,
|
|
231
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_function": 0.03366169799983254,
|
|
232
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_get_api_association": 0.11418613599994387,
|
|
233
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_graphql_custom_id": 0.5480787759997838,
|
|
234
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_introspection_schema": 0.06708188100014922,
|
|
235
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_introspection_schema_with_directive_declarations": 0.06095798100000138,
|
|
236
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_resolver_with_cache": 0.6891791779999039,
|
|
237
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncCrud::test_tags": 0.019068099999913102,
|
|
238
|
+
"tests/aws/services/appsync/test_appsync.py::TestAppSyncDynamoDB::test_filter_expressions": 5.661436728999888,
|
|
239
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_js_code_evaluation[log]": 0.004200908000257186,
|
|
240
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_js_code_evaluation[return-dictionary]": 0.26076047399988056,
|
|
241
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_js_code_evaluation[return-string]": 0.2799012250002306,
|
|
242
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_supported_js_runtimes[APPSYNC_JS-1.0.0]": 0.28510446899986164,
|
|
243
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_supported_js_runtimes[APPSYNC_JS-1.0.1]": 0.010247454000136713,
|
|
244
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_supported_js_runtimes[APPSYNC_JS-1.1.0]": 0.010447030000250379,
|
|
245
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_supported_js_runtimes[APPSYNC_JS2-1.0.0]": 0.010516543000221645,
|
|
246
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_supported_js_runtimes[APPSYNC_JS2-1.1.0]": 0.010272311999869999,
|
|
247
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_vtl_code_evaluation[argument]": 0.009564256999965437,
|
|
248
|
+
"tests/aws/services/appsync/test_appsync.py::TestEvaluateCodeEndpoints::test_vtl_code_evaluation[constant]": 0.011595875000011802,
|
|
249
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_null_rendering": 0.005238197000153377,
|
|
250
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_remove_all[list10-list20]": 0.005092436999802885,
|
|
251
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_remove_all[list11-list21]": 0.005023415999858116,
|
|
252
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_remove_all[list12-list22]": 0.004932117000180369,
|
|
253
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_remove_all[list13-list23]": 0.004797717000201374,
|
|
254
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_remove_all[list14-list24]": 0.0052179479998812894,
|
|
255
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_remove_all[list15-list25]": 0.0055660700002135854,
|
|
256
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_remove_all[list16-list26]": 0.005682817000206342,
|
|
257
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_remove_all[list17-list27]": 0.006064723000008598,
|
|
258
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_remove_all[list18-list28]": 0.005951996000021609,
|
|
259
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_retain_all[list10-list20]": 0.005112848999942798,
|
|
260
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_retain_all[list11-list21]": 0.005582892999882461,
|
|
261
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_retain_all[list12-list22]": 0.005074834999959421,
|
|
262
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_retain_all[list13-list23]": 0.0053512980000505195,
|
|
263
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_retain_all[list14-list24]": 0.005911046000164788,
|
|
264
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_retain_all[list15-list25]": 0.005604084999959014,
|
|
265
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_retain_all[list16-list26]": 0.005617309999706777,
|
|
266
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_list_copy_and_retain_all[list17-list27]": 0.005526953999833495,
|
|
267
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_time[$util.time.epochMilliSecondsToISO8601(1517943695758)-2018-02-06T19:01:35.758Z]": 0.004294150000077934,
|
|
268
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_time[$util.time.epochMilliSecondsToSeconds(1517943695758)-1517943695]": 0.004027856000220709,
|
|
269
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_time[$util.time.nowEpochMilliSeconds()-\\\\d{13}$]": 0.004064146000018809,
|
|
270
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_time[$util.time.nowEpochSeconds()-\\\\d{10}$]": 0.0040700950000882585,
|
|
271
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_time[$util.time.nowISO8601()-\\\\d{4}-\\\\d{2}-\\\\d{2}T\\\\d{2}:\\\\d{2}:\\\\d{2}.\\\\d{3}Z$]": 0.004279250000081447,
|
|
272
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_time[$util.time.parseISO8601ToEpochMilliSeconds('2018-02-01T17:21:05.180+08:00')-1517476865180]": 0.004040739999936704,
|
|
273
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[\"3\", \"1\", \"2\", 1], true, \"random\"]": 0.005195568000090134,
|
|
274
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[\"user3\", \"user1\", \"user2\", 1], true, \"random\"]": 0.005241477000026862,
|
|
275
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[\"user3\", \"user1\", \"user2\"], false, \"random\"]": 0.006294530999866765,
|
|
276
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[\"user3\", \"user1\", \"user2\"], true, \"random\"]": 0.005306893000124546,
|
|
277
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[3, 1, 2], false, \"random\"]": 0.0050221130002228165,
|
|
278
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[3, 1, 2], true, \"random\"]": 0.004835922999973263,
|
|
279
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[{\"userid\":\"user3\", \"age\":85}, {\"age\":5}, {\"userid\":\"user2\", \"age\":45}], false, \"userid\"]": 0.0056262259997765796,
|
|
280
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[{\"userid\":\"user3\", \"age\":85}, {\"userid\":\"user1\", \"age\":5}, 1, \"1\", \"String\"], false, \"userid\"]": 0.005748704000325233,
|
|
281
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[{\"userid\":\"user3\", \"age\":85}, {\"userid\":\"user1\", \"age\":5}, {\"userid\":\"user2\", \"age\":45}], false, \"userid\"]": 0.006349201999910292,
|
|
282
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_list_sort_list[[{\"userid\":\"user3\", \"age\":85}, {\"userid\":\"user1\", \"age\":5}, {\"userid\":\"user2\", \"age\":45}], true, \"userid\"]": 0.006099189999986265,
|
|
283
|
+
"tests/aws/services/appsync/test_appsync.py::TestTemplateRendering::test_template_rendering_with_newlines": 0.06247758400013481,
|
|
284
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_count_query": 0.0019256030000178725,
|
|
285
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_create_and_query_view": 0.00215561400000297,
|
|
286
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_create_deltalake_table_queries[False]": 0.002158151000003272,
|
|
287
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_create_deltalake_table_queries[True]": 0.0021302980001109972,
|
|
288
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_create_iceberg_table_queries[hive]": 0.00228527700005543,
|
|
289
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_create_iceberg_table_queries[presto]": 0.002146199000208071,
|
|
290
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_create_prepared_statements": 0.0019724219998806802,
|
|
291
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_csv_serde_alter_table": 0.0019535779999841907,
|
|
292
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_execute_unload_query_to_s3[JSON]": 0.0021679899998616747,
|
|
293
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_execute_unload_query_to_s3[PARQUET]": 0.0021612049999930605,
|
|
294
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_iceberg_table_partitioning": 0.0022003720000611793,
|
|
295
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_list_databases": 0.0021417299999484385,
|
|
296
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_parallel_table_creations": 0.002144823999969958,
|
|
297
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_csv_files_from_s3[False-False]": 0.0019196799999008363,
|
|
298
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_csv_files_from_s3[False-True]": 0.002153100000214181,
|
|
299
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_csv_files_from_s3[True-False]": 0.0022034989999610843,
|
|
300
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_csv_files_from_s3[True-True]": 0.0021593740002572304,
|
|
301
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_execution_without_result_config": 0.002243525999801932,
|
|
302
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_from_s3_external_table[False]": 0.002161026000067068,
|
|
303
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_from_s3_external_table[True]": 0.0019929620000311843,
|
|
304
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_info_schema_columns": 0.0023972419999154226,
|
|
305
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_prepared_statement": 0.001910494999947332,
|
|
306
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_pyathena": 0.0021628300000884337,
|
|
307
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_pyathena_pandas": 0.0021675880000202596,
|
|
308
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_via_awswrangler": 0.002140665999831981,
|
|
309
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_query_with_tmp_table_multiline": 0.0019700689999808674,
|
|
310
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_simple_query": 0.002298551999956544,
|
|
311
|
+
"tests/aws/services/athena/test_athena.py::TestAthena::test_unnest_function": 0.0019527360000211047,
|
|
312
|
+
"tests/aws/services/athena/test_athena.py::TestAthenaCrud::test_create_data_catalog": 0.03102123899975595,
|
|
313
|
+
"tests/aws/services/athena/test_athena.py::TestAthenaCrud::test_create_named_query": 0.15363739500003248,
|
|
314
|
+
"tests/aws/services/athena/test_athena.py::TestAthenaCrud::test_create_workgroup": 0.034272011999973984,
|
|
315
|
+
"tests/aws/services/athena/test_athena.py::TestAthenaCrud::test_list_tags_for_resource": 0.04172700399999485,
|
|
316
|
+
"tests/aws/services/autoscaling/test_autoscaling.py::TestAutoScaling::test_create_asg_errors": 1.6300609089998943,
|
|
317
|
+
"tests/aws/services/autoscaling/test_autoscaling.py::TestAutoScaling::test_metrics_collection": 13.4681672600002,
|
|
318
|
+
"tests/aws/services/backup/test_backup.py::TestBackup::test_backup_plan": 2.165133496999715,
|
|
319
|
+
"tests/aws/services/backup/test_backup.py::TestBackup::test_backup_selections": 0.0385630159998982,
|
|
320
|
+
"tests/aws/services/backup/test_backup.py::TestBackup::test_backup_vaults": 0.02393501300002754,
|
|
321
|
+
"tests/aws/services/backup/test_backup.py::TestBackup::test_scheduled_backup_and_restore": 10.387891720000425,
|
|
322
|
+
"tests/aws/services/batch/test_batch.py::TestBatch::test_create_job_default_command": 6.110980444999996,
|
|
323
|
+
"tests/aws/services/batch/test_batch.py::TestBatch::test_create_submit_job": 24.632016964000286,
|
|
324
|
+
"tests/aws/services/batch/test_batch.py::TestBatch::test_create_with_additional_config": 3.1036738480001986,
|
|
325
|
+
"tests/aws/services/batch/test_batch.py::TestBatch::test_describe_all_active_job_definitions": 0.8013627899997573,
|
|
326
|
+
"tests/aws/services/batch/test_batch.py::TestBatch::test_describe_filtered_job_definitions": 0.025183260000176233,
|
|
327
|
+
"tests/aws/services/batch/test_batch.py::TestBatch::test_environment_with_empty_params": 0.5606160750000981,
|
|
328
|
+
"tests/aws/services/ce/test_costexplorer.py::TestCostExplorer::test_anomaly_monitors": 0.02830586499999299,
|
|
329
|
+
"tests/aws/services/ce/test_costexplorer.py::TestCostExplorer::test_anomaly_subscriptions": 0.03127755399987109,
|
|
330
|
+
"tests/aws/services/ce/test_costexplorer.py::TestCostExplorer::test_cost_categories": 0.6887817259998883,
|
|
331
|
+
"tests/aws/services/cloudformation/resource_providers/pipes/aws_pipes_pipe/test_basic.py::TestBasicCRD::test_black_box": 10.44735835099982,
|
|
332
|
+
"tests/aws/services/cloudformation/resource_providers/qldb/aws_qldb_ledger/test_basic.py::TestBasicCRD::test_black_box": 4.551290563000066,
|
|
333
|
+
"tests/aws/services/cloudformation/resources/test_amplify.py::TestCfnAmplifyResources::test_amplify_resources": 2.3163280280000436,
|
|
334
|
+
"tests/aws/services/cloudformation/resources/test_amplify.py::test_amplify_env_variables": 2.710911190999923,
|
|
335
|
+
"tests/aws/services/cloudformation/resources/test_apigateway.py::test_vpc_link": 3.958183702999804,
|
|
336
|
+
"tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_api_mapping_deployment": 2.7254427220002526,
|
|
337
|
+
"tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_create_apigatewayv2_resources": 5.2633037660000355,
|
|
338
|
+
"tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_domain_name_attributes": 2.6949190670000007,
|
|
339
|
+
"tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Apis::test_sam_api_tagging": 2.7283306150000044,
|
|
340
|
+
"tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_apigwv2_api": 2.596859338000286,
|
|
341
|
+
"tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_apigwv2_authorizer": 0.003824488999953246,
|
|
342
|
+
"tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer": 3.049564147999945,
|
|
343
|
+
"tests/aws/services/cloudformation/resources/test_apigatewayv2.py::TestApiGwV2Authorizers::test_create_apigateway_authorizer_client_credentials": 3.2309778429998914,
|
|
344
|
+
"tests/aws/services/cloudformation/resources/test_appconfig.py::test_application_deployment": 27.303777024000055,
|
|
345
|
+
"tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\\n query Full {\\n vtl {\\n dynamoResult\\n }\\n js {\\n result\\n }\\n }\\n ]": 2.0890179169998646,
|
|
346
|
+
"tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\\n query JSPipelineResolver {\\n js {\\n result\\n }\\n }\\n ]": 1.919299040999931,
|
|
347
|
+
"tests/aws/services/cloudformation/resources/test_appsync.py::TestExpandedScenario::test_deploy_scenario[\\n query VTLDynamoResolver {\\n vtl {\\n dynamoResult\\n }\\n }\\n ]": 2.537581838000051,
|
|
348
|
+
"tests/aws/services/cloudformation/resources/test_appsync.py::test_graphql_schema": 2.858119174000194,
|
|
349
|
+
"tests/aws/services/cloudformation/resources/test_appsync.py::test_graphqlapi": 4.8074164360000395,
|
|
350
|
+
"tests/aws/services/cloudformation/resources/test_appsync.py::test_s3_code_locations": 4.0085419440001715,
|
|
351
|
+
"tests/aws/services/cloudformation/resources/test_athena.py::test_athena": 3.4244500760000847,
|
|
352
|
+
"tests/aws/services/cloudformation/resources/test_autoscaling.py::test_autoscaling_group": 6.425623023000071,
|
|
353
|
+
"tests/aws/services/cloudformation/resources/test_batch.py::TestBatch::test_deployed_compute_environment": 6.1670774560000154,
|
|
354
|
+
"tests/aws/services/cloudformation/resources/test_batch.py::TestBatch::test_deployed_job_definition": 1.0361114339998494,
|
|
355
|
+
"tests/aws/services/cloudformation/resources/test_batch.py::TestBatch::test_deployed_job_queue": 0.8205712980000044,
|
|
356
|
+
"tests/aws/services/cloudformation/resources/test_batch.py::TestBatch::test_submit_job": 7.42420247799987,
|
|
357
|
+
"tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cache_policies": 2.7933110950000355,
|
|
358
|
+
"tests/aws/services/cloudformation/resources/test_cloudfront.py::test_cloudfront_distribution_with_logging": 9.273526041000196,
|
|
359
|
+
"tests/aws/services/cloudformation/resources/test_cloudfront.py::test_create_stack_cloudfront": 3.1109597420002046,
|
|
360
|
+
"tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_access_control": 2.842265408000003,
|
|
361
|
+
"tests/aws/services/cloudformation/resources/test_cloudfront.py::test_origin_request_policies": 3.3136904399996183,
|
|
362
|
+
"tests/aws/services/cloudformation/resources/test_cloudtrail.py::test_cloud_trail_deploy": 3.2237828629997693,
|
|
363
|
+
"tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_custom_ids": 3.4907276229998843,
|
|
364
|
+
"tests/aws/services/cloudformation/resources/test_cognito.py::test_cognito_role_attachment": 3.618144470000061,
|
|
365
|
+
"tests/aws/services/cloudformation/resources/test_cognito.py::test_user_pool_client_output": 2.9622410849999596,
|
|
366
|
+
"tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_lambda_backed": 10.069256507000091,
|
|
367
|
+
"tests/aws/services/cloudformation/resources/test_customresources.py::test_customresource_sns_backed": 9.97440076199996,
|
|
368
|
+
"tests/aws/services/cloudformation/resources/test_docdb.py::TestCfnDocDbResources::test_docdb_resources": 4.5321949750000385,
|
|
369
|
+
"tests/aws/services/cloudformation/resources/test_ec2.py::test_deploy_duplicate_security_group": 3.6582082610002544,
|
|
370
|
+
"tests/aws/services/cloudformation/resources/test_ec2.py::test_ec2_launch_template": 5.04058302500016,
|
|
371
|
+
"tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation": 5.544050036000272,
|
|
372
|
+
"tests/aws/services/cloudformation/resources/test_ec2.py::test_security_group_ingress_creation_isolation": 5.6057006479995835,
|
|
373
|
+
"tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_cidr_block_configurations": 4.8410898729998735,
|
|
374
|
+
"tests/aws/services/cloudformation/resources/test_ec2.py::test_vpc_endpoint_service_configurations": 6.736551393000127,
|
|
375
|
+
"tests/aws/services/cloudformation/resources/test_ecr.py::test_untransformed_url_when_no_repository_created": 3.02836960500008,
|
|
376
|
+
"tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output": 3.099982822999891,
|
|
377
|
+
"tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-eu-central-2]": 3.288165858999946,
|
|
378
|
+
"tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[000000000000-us-east-1]": 4.702014489999783,
|
|
379
|
+
"tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-eu-central-2]": 3.292382645999851,
|
|
380
|
+
"tests/aws/services/cloudformation/resources/test_ecr.py::test_url_output_different_account_or_region[111111111111-us-east-1]": 3.4959451679999347,
|
|
381
|
+
"tests/aws/services/cloudformation/resources/test_ecs.py::test_capacity_providers": 7.056986348000237,
|
|
382
|
+
"tests/aws/services/cloudformation/resources/test_ecs.py::test_ecs_alb_apigateway_integration": 8.272686745000328,
|
|
383
|
+
"tests/aws/services/cloudformation/resources/test_efs.py::test_file_system_deployment": 7.656031256000006,
|
|
384
|
+
"tests/aws/services/cloudformation/resources/test_eks.py::test_eks_fargate_cluster": 81.03465093100021,
|
|
385
|
+
"tests/aws/services/cloudformation/resources/test_eks.py::test_eksctl_stack": 55.62079922199996,
|
|
386
|
+
"tests/aws/services/cloudformation/resources/test_elasticache.py::TestElasticacheResources::test_resource_deployment": 5.3635076759999265,
|
|
387
|
+
"tests/aws/services/cloudformation/resources/test_elasticache.py::test_cache_cluster[redis]": 7.214444308000111,
|
|
388
|
+
"tests/aws/services/cloudformation/resources/test_elasticache.py::test_cluster_with_replication": 14.08514001699973,
|
|
389
|
+
"tests/aws/services/cloudformation/resources/test_elasticbeanstalk.py::test_application_with_version_and_environment": 8.277911054000015,
|
|
390
|
+
"tests/aws/services/cloudformation/resources/test_elasticloadbalancingv2.py::test_elbv2_loadbalancer_resource": 8.015475941999966,
|
|
391
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_classifier": 3.457789871000159,
|
|
392
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_connection": 3.611582890000136,
|
|
393
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_database": 4.489473193000094,
|
|
394
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_job": 4.8826716030000625,
|
|
395
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_registry": 3.4559973849998187,
|
|
396
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_schema": 3.480346971000017,
|
|
397
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_schema_version": 4.857140543000014,
|
|
398
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_schema_version_metadata": 3.598262373000125,
|
|
399
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_table": 3.6718739800001003,
|
|
400
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_trigger": 3.40194895500008,
|
|
401
|
+
"tests/aws/services/cloudformation/resources/test_glue.py::test_workflow": 3.4590555190002306,
|
|
402
|
+
"tests/aws/services/cloudformation/resources/test_iot.py::test_role_alias": 4.558966195000039,
|
|
403
|
+
"tests/aws/services/cloudformation/resources/test_kinesisanalytics.py::test_application_with_output_and_reference": 24.502480399999968,
|
|
404
|
+
"tests/aws/services/cloudformation/resources/test_lambda.py::TestLambdaLayer::test_lambda_layer_python": 9.384172778999755,
|
|
405
|
+
"tests/aws/services/cloudformation/resources/test_lambda.py::test_log_group_for_custom_resource_lambda": 18.33042580999995,
|
|
406
|
+
"tests/aws/services/cloudformation/resources/test_msk.py::test_create_cluster": 17.895346373999928,
|
|
407
|
+
"tests/aws/services/cloudformation/resources/test_rds.py::test_cluster_parameter_group_creation": 3.585919044999855,
|
|
408
|
+
"tests/aws/services/cloudformation/resources/test_rds.py::test_db_cluster_deployment[rds_cluster.yml]": 19.234602732999747,
|
|
409
|
+
"tests/aws/services/cloudformation/resources/test_rds.py::test_db_cluster_deployment[rds_serverless_cluster.yml]": 7.064751694000051,
|
|
410
|
+
"tests/aws/services/cloudformation/resources/test_rds.py::test_db_instance_deployment": 23.203208759000063,
|
|
411
|
+
"tests/aws/services/cloudformation/resources/test_rds.py::test_db_proxy": 14.737230574000023,
|
|
412
|
+
"tests/aws/services/cloudformation/resources/test_rds.py::test_parameter_group_creation": 3.5552291169999535,
|
|
413
|
+
"tests/aws/services/cloudformation/resources/test_rds.py::test_rds_cluster_with_kms": 18.60857790499972,
|
|
414
|
+
"tests/aws/services/cloudformation/resources/test_redshift.py::TestCfnRedshiftSubnet::test_docdb_resources": 11.665211511999814,
|
|
415
|
+
"tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[with_trailing_dot]": 2.6820734190002895,
|
|
416
|
+
"tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_optionaltrailingdot[without_trailing_dot]": 5.133197642999903,
|
|
417
|
+
"tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_with_comment": 4.475930829999697,
|
|
418
|
+
"tests/aws/services/cloudformation/resources/test_route53.py::test_hostedzone_without_comment": 3.9569930569998633,
|
|
419
|
+
"tests/aws/services/cloudformation/resources/test_route53.py::test_private_hostedzone": 6.050595486999782,
|
|
420
|
+
"tests/aws/services/cloudformation/resources/test_route53.py::test_record_set_with_alias_record": 6.916555937000112,
|
|
421
|
+
"tests/aws/services/cloudformation/resources/test_secretsmanager.py::test_secretsmanager_target_attachment_maridab": 14.856447956000011,
|
|
422
|
+
"tests/aws/services/cloudformation/resources/test_ses.py::test_create_receiptrules": 6.076497564999954,
|
|
423
|
+
"tests/aws/services/cloudformation/resources/test_ses.py::test_create_template": 3.930686836000177,
|
|
424
|
+
"tests/aws/services/cloudformation/resources/test_timestream.py::test_create_db_tables": 8.448386495000022,
|
|
425
|
+
"tests/aws/services/cloudformation/test_api.py::TestAPI::test_create_misc_resources": 20.220710829999916,
|
|
426
|
+
"tests/aws/services/cloudformation/test_api.py::TestAPI::test_create_stack": 180.8160768339999,
|
|
427
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_cloudflare_alias_with_s3_backend": 0.6010403709997263,
|
|
428
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_cloudflare_cname_reuse": 0.3642162529995403,
|
|
429
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_from_cloudformation": 2.37360300499995,
|
|
430
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_function": 0.237338524000279,
|
|
431
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_invalidation": 0.06402550999973755,
|
|
432
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_origin_access_identity": 0.05995277800002441,
|
|
433
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_origin_request_policy": 0.05735554900002171,
|
|
434
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_create_response_headers_policy": 0.23759807099986574,
|
|
435
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_custom_errors[False]": 0.2678309839998292,
|
|
436
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_custom_errors[True]": 0.757903725000233,
|
|
437
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_distribution_with_tags": 0.05501877100005004,
|
|
438
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_get_distributions": 0.05647940600056245,
|
|
439
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_invalidation_waiter": 0.05322238200051288,
|
|
440
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_invoke_distribution": 0.3875219509991439,
|
|
441
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_lambda_redirect": 8.881429373000174,
|
|
442
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_origin_access_control": 0.06873276399937822,
|
|
443
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::TestCloudFront::test_update_distribution": 0.048494502999801625,
|
|
444
|
+
"tests/aws/services/cloudfront/test_cloudfront.py::test_auth_headers_and_non_title_case_of_headers": 12.170161358999849,
|
|
445
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_cdk_trail_cw_logs": 16.02769156999966,
|
|
446
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_create_trail": 1.0194705309995697,
|
|
447
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_filter_lookup_attributes": 0.9248876390001897,
|
|
448
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_filter_lookup_attributes_invalid": 0.40713482099999965,
|
|
449
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_get_trail_status_of_not_started": 3.163654793999285,
|
|
450
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_get_trail_status_of_started": 0.4509711249997963,
|
|
451
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_get_trail_status_of_started_and_stopped": 1.4573797139996714,
|
|
452
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_invalid_config": 0.3743228769999405,
|
|
453
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_no_logging_if_no_startup": 0.5476198790001945,
|
|
454
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_record_events": 0.8607150560001173,
|
|
455
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_s3_trails": 17.530742888000532,
|
|
456
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_start_stop_updates": 1.1521766340006252,
|
|
457
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_trail_operations_with_arn": 0.859577986000204,
|
|
458
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_trail_s3_key_prefix": 0.8029881460001889,
|
|
459
|
+
"tests/aws/services/cloudtrail/test_cloudtrail.py::TestCloudTrail::test_wrong_arn_for_trail_ops": 0.6001032000003761,
|
|
460
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_commit_to_non_existing_repository_raises_error": 0.023470027999792364,
|
|
461
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_branch": 0.5247509079999872,
|
|
462
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_branch_on_non_existing_repository_raises_error": 0.024682709999979124,
|
|
463
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_commit": 0.5238095409995367,
|
|
464
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_pull_request": 0.5224353230000816,
|
|
465
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_repository": 1.01626460100033,
|
|
466
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_create_repository_with_invalid_name_raises_error": 0.022310579999611946,
|
|
467
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_delete_branch": 0.5260079839995342,
|
|
468
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_delete_non_existing_branch": 0.5233433790003801,
|
|
469
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_delete_non_existing_repository_raises_error": 0.017841236000094796,
|
|
470
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_delete_repository_matches_created_repository": 0.5671694640004716,
|
|
471
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_branch": 0.5261748679999982,
|
|
472
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_file": 0.523147761999553,
|
|
473
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_folder": 0.5235916830006317,
|
|
474
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_non_existing_branch": 0.5240245339991816,
|
|
475
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_non_existing_repository_raises_error": 0.014948771999570454,
|
|
476
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_get_repository_matches_created_repository": 0.5207919210006366,
|
|
477
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_list_pull_requests": 0.523326404999807,
|
|
478
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_repository_lifecycle": 0.5535871279998901,
|
|
479
|
+
"tests/aws/services/codecommit/test_codecommit.py::TestCodeCommit::test_tagging": 0.05272246900040045,
|
|
480
|
+
"tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_admin_no_srp_auth_flow": 3.6941133440004705,
|
|
481
|
+
"tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_invalid_srp_raises_error[COFFEEG]": 0.1846984980002162,
|
|
482
|
+
"tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_invalid_srp_raises_error[None]": 0.1759768880001502,
|
|
483
|
+
"tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_srp_custom_auth_flow": 6.950976727000125,
|
|
484
|
+
"tests/aws/services/cognito/test_cognito.py::TestAuthFlows::test_valid_srp_login": 1.659302617999856,
|
|
485
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_access_token_expiration_validity[1-days-86400]": 1.039694191000308,
|
|
486
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_access_token_expiration_validity[10-hours-36000]": 1.837156825999955,
|
|
487
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_access_token_expiration_validity[10-minutes-600]": 3.0522397439999622,
|
|
488
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_access_token_expiration_validity[500-seconds-500]": 3.3196998429993982,
|
|
489
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_change_password": 3.7507267089995366,
|
|
490
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_create_user_should_trigger_custom_message_lambda": 5.278866965999896,
|
|
491
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_admin_set_permanent_invalid_password": 1.3584742729999562,
|
|
492
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_api_gateway_cognito_identity_authorization": 3.8329181960002643,
|
|
493
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_api_gateway_cognito_pool_authorizer": 7.447180905000096,
|
|
494
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_auth_not_authorized_user": 2.080149292999522,
|
|
495
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_auth_prevent_user_existence_error": 0.15449179500001264,
|
|
496
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_authorize_redirects_to_login": 1.0639999250001893,
|
|
497
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_change_password[user-{short_uid}@example.com]": 3.2834552919998714,
|
|
498
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_change_password[user-{short_uid}]": 2.597103120999691,
|
|
499
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_check_message_action_suppress": 0.15925858299942774,
|
|
500
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_cognito_authorizer_scopes": 8.262644200000068,
|
|
501
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_admin_user_with_duplicate_email": 0.18730365800047366,
|
|
502
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_admin_user_with_duplicate_email_but_valid_userconfiguration": 0.17923220900047454,
|
|
503
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_cognito_identity_pool_roles": 0.12555549699982294,
|
|
504
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_pool_mfa_off": 0.18573639399983222,
|
|
505
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_create_user_group_in_pool": 1.237858710999717,
|
|
506
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_custom_scopes": 1.3908357739996973,
|
|
507
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_delete_user": 3.3005130129999998,
|
|
508
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_describe_user_pool": 1.1894552900002964,
|
|
509
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_force_alias_creation": 1.026718775000063,
|
|
510
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_get_signing_certificate": 0.16354754699978002,
|
|
511
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_get_user_with_fake_access_token": 0.16465552800036676,
|
|
512
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_identity_providers": 0.13092216499990172,
|
|
513
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_incorrect_mfa_setup": 0.09100334699951418,
|
|
514
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_invalid_expiration_unit[invalid-hours-hours]": 0.13628431199958868,
|
|
515
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_invalid_expiration_unit[invalid-invalid-hours]": 0.12829646099953607,
|
|
516
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_invalid_expiration_unit[invalid-invalid-invalid]": 0.13025289899997006,
|
|
517
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_invalid_pool_client_parameters": 1.197425137999744,
|
|
518
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_lambda_invocation_cognito_identity": 2.214762178000001,
|
|
519
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_login_incorrect_password": 0.15605656800062206,
|
|
520
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_login_via_web_form": 2.475996071999816,
|
|
521
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_login_with_preferred_username": 5.9844577240000945,
|
|
522
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_login_with_preferred_username_attr_change": 2.5678350090001913,
|
|
523
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_mfa_sms_authentication": 2.905874269000833,
|
|
524
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_mfa_sms_config": 3.597062934000405,
|
|
525
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_password_policy": 2.4412096889996064,
|
|
526
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_request_with_invalid_username_or_pool_id": 0.17774235499973656,
|
|
527
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_resource_servers": 0.1332095909997406,
|
|
528
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_restore_forgotten_password": 4.39080239400073,
|
|
529
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_saml_auth_flow": 2.1260980659994857,
|
|
530
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_signup_case_insensitive_and_auth_using_srp": 3.887778299999809,
|
|
531
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_signup_with_email_phone_aliases": 3.3367355740006133,
|
|
532
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_srp_login": 3.6088093729995308,
|
|
533
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_srp_login_after_password_update": 4.090931073999855,
|
|
534
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_tags": 0.23265554300041913,
|
|
535
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_token_endpoint[client_credentials-body]": 2.1602651230000447,
|
|
536
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_token_endpoint[client_credentials-query_params]": 1.3360681699996348,
|
|
537
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_token_endpoint[code-body]": 3.4541020239998943,
|
|
538
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_token_endpoint[code-query_params]": 2.737298280999312,
|
|
539
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_update_user_mfa_preferences": 3.341173855999841,
|
|
540
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[email-False-False]": 0.12682492499970976,
|
|
541
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[email-False-True]": 0.13332725199961715,
|
|
542
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[email-True-False]": 0.1451350730003469,
|
|
543
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[email-True-True]": 0.13859373399918695,
|
|
544
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[name-False-False]": 0.1281245899995156,
|
|
545
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[name-False-True]": 0.13187932100026956,
|
|
546
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[name-True-False]": 0.1326772880001954,
|
|
547
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[name-True-True]": 0.12912171099969783,
|
|
548
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[phone_number-False-False]": 0.1308526940001684,
|
|
549
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[phone_number-False-True]": 0.12665705900008106,
|
|
550
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[phone_number-True-False]": 0.13019808500030194,
|
|
551
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_attributes_upon_creation[phone_number-True-True]": 0.1403224109999428,
|
|
552
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_group_deletion_with_non_existing_group": 0.12289955699998245,
|
|
553
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_group_deletion_with_non_existing_pool": 1.0444766899995557,
|
|
554
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_groups": 2.857044792999659,
|
|
555
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_login_before_confirmation": 0.7194533789997877,
|
|
556
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_attributes[False]": 0.1949091030001,
|
|
557
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_attributes[True]": 0.20342140100001416,
|
|
558
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_client_updates": 0.19566722900026434,
|
|
559
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_custom_id": 0.10472019500002716,
|
|
560
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pool_error_messages": 2.1930071150000003,
|
|
561
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_user_pools_and_clients": 0.10909271199989234,
|
|
562
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognito::test_well_known_paths": 1.6399494850002156,
|
|
563
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognitoIdentity::test_cognito_identity_get_id_region_matches": 1.1885237690003123,
|
|
564
|
+
"tests/aws/services/cognito/test_cognito.py::TestCognitoIdentity::test_create_identity_get_id": 4.284232126999541,
|
|
565
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_auth_trigger_group_overrides": 3.2036400570000296,
|
|
566
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_admin_create_signup_triggers": 7.76641978600037,
|
|
567
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_custom_email_signup": 15.351670539999759,
|
|
568
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_cognito_triggers": 10.460528976000205,
|
|
569
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_custom_auth_triggers": 6.767580428000201,
|
|
570
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_pre_generation_token_trigger_v2": 41.83193522099964,
|
|
571
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_signup_trigger_params": 3.5765837730000385,
|
|
572
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[None]": 8.087102436999885,
|
|
573
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases1]": 4.567764550000447,
|
|
574
|
+
"tests/aws/services/cognito/test_cognito.py::TestTriggers::test_user_migration_lambda[aliases2]": 6.777830553000513,
|
|
575
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-None]": 1.6163463510001748,
|
|
576
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-False-email]": 1.6165560110002843,
|
|
577
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-None]": 1.607017576999624,
|
|
578
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[False-True-email]": 1.7239675240002725,
|
|
579
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-None]": 4.340653816000213,
|
|
580
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-False-email]": 4.451822842999718,
|
|
581
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-None]": 4.458511723000356,
|
|
582
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_create_user_with_email_uses_sub_as_username[True-True-email]": 4.310185199999523,
|
|
583
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_custom_attributes_cannot_be_required": 0.17920069199954014,
|
|
584
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes0]": 1.4946415819999856,
|
|
585
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes1]": 1.5491933959997368,
|
|
586
|
+
"tests/aws/services/cognito/test_cognito.py::TestUserAttributes::test_signup_require_phone_email[username_attributes2]": 1.5446144070001537,
|
|
587
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_connection_kinesis": 10.17793813399976,
|
|
588
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_create_endpoint_invalid": 1.4066986120001275,
|
|
589
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_create_mysql_endpoint_with_settings": 1.2507988129996193,
|
|
590
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_create_source_endpoint_mysql_with_tags": 3.2986418049995336,
|
|
591
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_create_source_endpoint_postgres_ignores_foreign_settings": 0.0022660559998257668,
|
|
592
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_create_source_endpoint_postgres_overwrites_extra_settings": 0.002086324999709177,
|
|
593
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_create_source_endpoint_s3_with_invalid_settings": 0.0029212270005700702,
|
|
594
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_create_target_endpoint_kinesis": 1.315526246999525,
|
|
595
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_delete_replication_instance_error": 1.1240813190001973,
|
|
596
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_describe_filter": 1.0911383439997735,
|
|
597
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_invalid_test_connection_settings": 6.369558580000557,
|
|
598
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_replication_subnet_groups": 0.08984814399991592,
|
|
599
|
+
"tests/aws/services/dms/test_dms.py::TestDms::test_replication_task": 0.09936083499951565,
|
|
600
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[aurora-postgresql-serverless]": 0.028228020000369725,
|
|
601
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[aurora-postgresql]": 0.026650168000287522,
|
|
602
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[aurora-serverless]": 0.023512647000188736,
|
|
603
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[aurora]": 0.032138266999936604,
|
|
604
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[azure-sql-managed-instance]": 0.022916991999863967,
|
|
605
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[azuredb]": 0.021325006000097346,
|
|
606
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[babelfish]": 0.02641503700033354,
|
|
607
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[db2-zos]": 0.02307554400022127,
|
|
608
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[db2]": 0.030698245999701612,
|
|
609
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[dms-transfer]": 0.023182843000085995,
|
|
610
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[docdb]": 0.020826454000143713,
|
|
611
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[dynamodb]": 0.020289545000196085,
|
|
612
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[elasticsearch]": 0.02000087899978098,
|
|
613
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[gcp-mysql]": 0.023809093000181747,
|
|
614
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[kafka]": 0.02436519800039605,
|
|
615
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[kinesis]": 0.022450607000791933,
|
|
616
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[mariadb]": 0.03650062999986403,
|
|
617
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[mongodb]": 0.033736411000518274,
|
|
618
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[mysql]": 0.023503180999796314,
|
|
619
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[neptune]": 0.02155866600014633,
|
|
620
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[opensearch]": 0.022614124000028824,
|
|
621
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[oracle]": 0.02946246000010433,
|
|
622
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[postgres]": 0.033318041000256926,
|
|
623
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[redis]": 0.020713979999982257,
|
|
624
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[redshift-serverless]": 0.02580897999996523,
|
|
625
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[redshift]": 0.026958488999753172,
|
|
626
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[s3]": 0.04463694299965937,
|
|
627
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[sqlserver]": 0.02831812800013722,
|
|
628
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[sybase]": 0.022810912000295502,
|
|
629
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_settings[timestream]": 0.02106595900022512,
|
|
630
|
+
"tests/aws/services/dms/test_dms_static_responses.py::TestDmsStaticResponses::test_describe_endpoint_types": 0.04371156199977122,
|
|
631
|
+
"tests/aws/services/dms/test_dms_terraform.py::test_dms_rds_kinesis": 0.003324745000099938,
|
|
632
|
+
"tests/aws/services/docdb/test_docdb.py::TestDocDB::test_create_query_db": 4.205631396999706,
|
|
633
|
+
"tests/aws/services/docdb/test_docdb.py::TestDocDB::test_create_query_db_with_port": 1.661187171000165,
|
|
634
|
+
"tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_backups": 3.5686916650001876,
|
|
635
|
+
"tests/aws/services/dynamodb/test_dynamodb.py::TestDynamoDB::test_table_regions": 0.34365943600005266,
|
|
636
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2::test_associate_and_disassociate_vpc_cidr_block": 1.020627890000469,
|
|
637
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_connect_to_localstack[ec2_ssh_connection0]": 9.63279017900004,
|
|
638
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_connect_to_localstack[ec2_ssh_connection1]": 4.09048678299996,
|
|
639
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_connect_to_localstack[ec2_ssh_connection2]": 7.27530404800018,
|
|
640
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_create_image": 0.0031550930002595123,
|
|
641
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_create_instance_with_ebs_create_fs": 2.8692892789995312,
|
|
642
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_describe_image_with_unsupported_image_name": 2.2259695330003524,
|
|
643
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_describe_images": 4.728926094000144,
|
|
644
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_describe_images_with_podman_localhost_prefix": 2.879450934000033,
|
|
645
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_describe_instances": 1.9070828429998983,
|
|
646
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_instance_metadata_service": 2.0520464359997277,
|
|
647
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_run_stop_start_terminate_instances[cmd-docker]": 0.0021736180001425964,
|
|
648
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_run_stop_start_terminate_instances[cmd-mock]": 0.002092469000217534,
|
|
649
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_run_stop_start_terminate_instances[cmd-podman]": 0.0020730299997921975,
|
|
650
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_run_stop_start_terminate_instances[sdk-docker]": 0.0021169460001146945,
|
|
651
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_run_stop_start_terminate_instances[sdk-mock]": 0.002142275999631238,
|
|
652
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_run_stop_start_terminate_instances[sdk-podman]": 0.0021458930000335386,
|
|
653
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_ssh_key_pairs[ec2_ssh_connection0]": 3.969589021000047,
|
|
654
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_ssh_key_pairs[ec2_ssh_connection1]": 2.9878506949999064,
|
|
655
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_ssh_key_pairs[ec2_ssh_connection2]": 5.116428318999624,
|
|
656
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_stop_start_terminate_instances_for_invalid_instance_id_raises[start_instances]": 0.6244912759998442,
|
|
657
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_stop_start_terminate_instances_for_invalid_instance_id_raises[stop_instances]": 0.6610791010002686,
|
|
658
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_stop_start_terminate_instances_for_invalid_instance_id_raises[terminate_instances]": 0.604632262999985,
|
|
659
|
+
"tests/aws/services/ec2/test_ec2.py::TestEC2DockerBackend::test_user_data": 7.078806524999891,
|
|
660
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_ami_id": 1.7415903879996222,
|
|
661
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_ami_launch_index": 1.7983454250002069,
|
|
662
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_imdsv2_ttl": 1.7784716410001238,
|
|
663
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_instance_id": 1.7603753920002418,
|
|
664
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_instance_identity_document": 1.8584980010000436,
|
|
665
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_instance_type": 1.720148751999659,
|
|
666
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_local_hostname": 1.7585577969998667,
|
|
667
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_local_ipv4": 1.7511681580003824,
|
|
668
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_metadata_categories": 1.6214680680000129,
|
|
669
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_public_hostname": 1.7430538839998917,
|
|
670
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_public_ipv4": 1.9176512379999622,
|
|
671
|
+
"tests/aws/services/ec2/test_ec2_imds.py::TestEC2IMDSServer::test_versions": 1.662948936000248,
|
|
672
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_auth_token_in_different_regions": 0.505042245000368,
|
|
673
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_batch_delete_images_tag_and_digest": 2.8320237120001366,
|
|
674
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_batch_get_image": 2.018816139000137,
|
|
675
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_batch_get_images_tag_and_digest": 1.6549422360003518,
|
|
676
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_create_delete_image": 5.278940804999365,
|
|
677
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_delete_images": 1.7345756929994423,
|
|
678
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_describe_images": 1.9076106989996333,
|
|
679
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_describe_images_non_existent_repository_registry": 0.028340407000086998,
|
|
680
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_ecr_tagging": 0.28604756999993697,
|
|
681
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_get_authorization_token": 0.26291980899941336,
|
|
682
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_lifecycle_policy": 0.2818148859996654,
|
|
683
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_list_images": 1.719014476999746,
|
|
684
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_put_image": 1.4495235479994335,
|
|
685
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_put_image_tag_mutability": 0.2617182719995981,
|
|
686
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_registry_scanning_configuration": 0.28101860600008877,
|
|
687
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_repository_deletion_in_registry": 1.4689133550004954,
|
|
688
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_repository_lifecycle": 0.2805837989999418,
|
|
689
|
+
"tests/aws/services/ecr/test_ecr.py::TestECR::test_two_different_repositories": 1.72649864099958,
|
|
690
|
+
"tests/aws/services/ecr/test_ecr.py::TestECREndpoints::test_ecr_custom_localstack_host_endpoint": 0.06940312400001858,
|
|
691
|
+
"tests/aws/services/ecr/test_ecr.py::TestECREndpoints::test_ecr_default_endpoint": 0.06326122399968881,
|
|
692
|
+
"tests/aws/services/ecr/test_ecr.py::TestECREndpoints::test_ecr_endpoint_strategy_off": 0.6279870989997107,
|
|
693
|
+
"tests/aws/services/ecs/test_ecs.py::TestClustersCrud::test_cluster_capacity_providers": 0.3034874180002589,
|
|
694
|
+
"tests/aws/services/ecs/test_ecs.py::TestClustersCrud::test_cluster_default_name": 0.21136426600014602,
|
|
695
|
+
"tests/aws/services/ecs/test_ecs.py::TestClustersCrud::test_delete_cluster_status": 0.1383250680000856,
|
|
696
|
+
"tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_correct_number_of_containers": 92.80840880000005,
|
|
697
|
+
"tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_set_apparmor_profile": 3.573929130999659,
|
|
698
|
+
"tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_start_and_stop_task[run_task]": 30.6840044139999,
|
|
699
|
+
"tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_start_and_stop_task[start_task]": 32.30196965999994,
|
|
700
|
+
"tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_start_task_docker_flags": 5.724563476000185,
|
|
701
|
+
"tests/aws/services/ecs/test_ecs.py::TestEcsDocker::test_task_mount_host_volume": 0.4877331669999876,
|
|
702
|
+
"tests/aws/services/ecs/test_ecs.py::TestServiceCrud::test_create_delete_service": 1.7439053190000777,
|
|
703
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_service_run_task": 12.134296280999934,
|
|
704
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[False]": 5.176567669000178,
|
|
705
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_create_task_with_secrets[True]": 5.365589888000159,
|
|
706
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_describe_service_with_task_definition": 4.630496479000158,
|
|
707
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_ecs_task_metadata_endpoints[v2]": 0.0021910309997110744,
|
|
708
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_ecs_task_metadata_endpoints[v3]": 0.0021765020001112134,
|
|
709
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_ecs_task_metadata_endpoints[v4]": 0.00205943200035108,
|
|
710
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_ecs_task_multiple": 8.232618061999801,
|
|
711
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_ecs_task_overrides": 6.55827589799992,
|
|
712
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_environment_variable_expansion": 4.093835792000391,
|
|
713
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_failed_tasks_log_to_cloudwatch": 3.926557113999934,
|
|
714
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_get_aws_execution_env_from_task[FARGATE]": 3.703245999000046,
|
|
715
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_read_from_json_secret[False-False]": 5.017967058999602,
|
|
716
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_read_from_json_secret[False-True]": 5.011232966000534,
|
|
717
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_read_from_json_secret[True-False]": 6.394563673999983,
|
|
718
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_run_simple_task": 3.445283482999912,
|
|
719
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_run_task_non_default_region": 3.770383595000112,
|
|
720
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_start_task_definition_multiple_times": 6.830557466999835,
|
|
721
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_start_task_definition_with_cap_add": 0.003587381000215828,
|
|
722
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_start_task_definition_with_cap_drop": 3.573503614999481,
|
|
723
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_start_task_state_stopped": 24.110722771999917,
|
|
724
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_subscribe_ecs_events": 3.0136776219997046,
|
|
725
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_connect_to_localstack[dns]": 4.596857702000307,
|
|
726
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_connect_to_localstack[envar]": 1.2616842069996892,
|
|
727
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_task_generates_logs_live": 40.235058110999944,
|
|
728
|
+
"tests/aws/services/ecs/test_ecs.py::TestTaskExecution::test_update_service_creates_new_deployment": 0.0028025289998367953,
|
|
729
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition": 0.34653857800003607,
|
|
730
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_err[None-None]": 0.24003270000002885,
|
|
731
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_err[invalid name-invalid image]": 0.2560679940006594,
|
|
732
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_err[invalid name-valid_image]": 0.268758035999781,
|
|
733
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_err[valid_name-invalid image]": 0.2395063169997229,
|
|
734
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[$test-container-alpine-False]": 0.2443015079993529,
|
|
735
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[@test-container-alpine-False]": 0.24572417199988195,
|
|
736
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-alpine-True]": 0.2613501489995542,
|
|
737
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-alpine-False]": 0.2527293940001982,
|
|
738
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test container-alpine-False]": 0.24451975100009804,
|
|
739
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-@library/alpine:latest-False]": 0.24499156399997446,
|
|
740
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpin e:3.12.0-False]": 0.30242859899954055,
|
|
741
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine 3.12.0-False]": 0.2481405110002015,
|
|
742
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine-True]": 0.2770886779999273,
|
|
743
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine:3.12-True]": 0.2597136260001207,
|
|
744
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine:latest-True]": 0.27514654799961136,
|
|
745
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine:latest@sha256:1234567890-False]": 0.25706321099960405,
|
|
746
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@3.12.0-False]": 0.24844636099942363,
|
|
747
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:1234567890-False]": 0.26855907699973613,
|
|
748
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:1fd62556954250bac80d601a196bb7fd480ceba7c10e94dd8fd4c6d1c08783d5-True]": 0.25662414499993247,
|
|
749
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-True]": 0.2582383589992787,
|
|
750
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08@-True]": 0.2696126809996713,
|
|
751
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08@s-False]": 0.24354214199956914,
|
|
752
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-False]": 0.24350559999993493,
|
|
753
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha384:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-False]": 0.23959198000011384,
|
|
754
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-alpine@sha512:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08-False]": 0.23939068800018504,
|
|
755
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-docker.io/nginx-True]": 0.25605938599983347,
|
|
756
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/@alpine:latest-False]": 0.24383670299994264,
|
|
757
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/alpine-True]": 0.2575681370003622,
|
|
758
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/alpine@latest-False]": 0.24471106600049097,
|
|
759
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/image@name-False]": 0.24661776099992494,
|
|
760
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-library/image@name:latest-False]": 1.8900701540001137,
|
|
761
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-localhost.localstack.cloud:4510/cdk-hnb659fds-container-assets-111111111111-us-east-1:5f423786c2e2f4ca36a670185bfd1e7f44f59942e3f5ad1994fcf1a1d1d66ba0-True]": 0.25761482000007163,
|
|
762
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-public.ecr.aws/xray/aws-xray-daemon:3.x-True]": 0.2620801110001594,
|
|
763
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test-container-public.ecr.aws/xray/aws-xray-daemon:v3.0.0-True]": 0.2749705979999817,
|
|
764
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_create_task_definition_validation[test@container-alpine-False]": 0.24462549000008948,
|
|
765
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_describe_tasks_list_tasks": 2.7505163129999346,
|
|
766
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_describe_undefined_task_definition": 0.0536586269995496,
|
|
767
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_fargate_task_definition_optional_container_memory": 0.1551092099998641,
|
|
768
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_list_services_no_default_cluster": 0.17574696900010167,
|
|
769
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[---//##@sha256:9F86D081884C7D659A2FEAA0C55AD015A3BF4F1B2B0B822CD15D6C15B0F00A08]": 0.2860270229998605,
|
|
770
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[4XgV944vEl7DEI_0u-V5Iefh34/n/tBH1LB9mQwcKrU8d46z9O5HSanNKePtt-7]": 0.2749449499997354,
|
|
771
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[4]": 0.2784961059996931,
|
|
772
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[:::///__55::::://---:1abc::/]": 0.2757251030002408,
|
|
773
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[Bj1O3Eca4TbwL0rDcG3ygAf7McQ3gt_tg_R-qX1H1yDB71b35wABQsegTXbQ5qrkPM7Tr0ygOXgK6ZNDOAf4wREWc91mJQyxTab-GfSkorRKiA7NU21nSOnc4KmJhjFsHBZijJQ-6]": 0.2720762779999859,
|
|
774
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[GgzXW5Aeul2NyL-U]": 0.27237139600038063,
|
|
775
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[Tvx:JfmMbtmTUK0jUOIgqGh2G2hhU/XkTqJ16Q8m2o9PW6ujNuCHR47JpNg/kfOB9dI_18IVC7EiJzFpG9aqhbkDvyhxy77jEoy6:Tb03NQdF4NeqdFRbBqJybhk75Ww7fYaHne5wbZ9dy]": 0.27717918300004385,
|
|
776
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[aA9-_:./#--__::..//##----____::::....////####]": 0.2977251880001859,
|
|
777
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[d9pkoMtZEFO8p2CDyH0rTyOj7Spnc4-biWjFiOx703/:t4yM10ps-wD1bpFkSrRo2CJAXHGQP8p_4oo16gh_67U3h5VorSdjqV-Vz6eyJwPepo2Ir55xFaHYRWgO3kK4pbyqO_2ErwmpeHk0Sd0lGssJ4HA2MvEyEu_sp/3]": 0.268157156000143,
|
|
778
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[f__HiUvwLQCeJZzX-0]": 0.2611687709995749,
|
|
779
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[fe9GzAA4hd/qFI6/sJcKhqlOF6OAXGbD3d]": 0.27047774599941476,
|
|
780
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[hBupzM9E-Ajmao_PTEtKnLEXhlG_ryeYr154XNr]": 0.2676995390002048,
|
|
781
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[hc41/xpz24pgyiYWwnQK8hBghmY5Hgtw-cxD4scBcdi96LO_gSHvY/do6Z3T4IHz_uRrFCMgI_KWZl9hnLlkBRW1UGu0YNEmAY9EFoCOV8RDWnnkCSlBO6vSM6gxmfFBdC6wcC0WCIYSDJA60EK8X2DwGjq/30l]": 0.2690062150004451,
|
|
782
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[oYqqnY9b2K4sit13Wnovcu_GSPZpbeGjuwOb3L56CvxiIOOkXdnbYRpKnDZNoc9w_qQpw7bnM150]": 0.2675819609999053,
|
|
783
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[xeFs8NP5bbAJzMyZQFbimPA2TofLZDNnnISSSOBkQni02E/e9/47M6X39MaOWTd0j/1]": 0.26300119500047003,
|
|
784
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_loose_image_name_regex[yLY820GqBFD00C6ahzLb_LBeX-gG:ySaayu29uIp2L7fZaZJOy0q1N0F7JJBI]": 0.27558537799995975,
|
|
785
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_tag_task_definition": 0.11673485299979802,
|
|
786
|
+
"tests/aws/services/ecs/test_ecs.py::TestTasksCrud::test_update_cluster": 0.42988577600044664,
|
|
787
|
+
"tests/aws/services/ecs/test_ecs_patterns.py::TestEcsFargateApplicationLoadBalanced::test_service_deployment": 15.809629190999658,
|
|
788
|
+
"tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedFargate::test_port_connection": 18.267579703000138,
|
|
789
|
+
"tests/aws/services/ecs/test_ecs_patterns.py::TestEcsNetworkLoadBalancedTargetGroupsFargate::test_port_connection": 10.678534014999968,
|
|
790
|
+
"tests/aws/services/ecs/test_ecs_patterns.py::TestEcsQueueProccesingPattern::test_queue_proccessing": 73.05098727099994,
|
|
791
|
+
"tests/aws/services/ecs/test_ecs_samples.py::TestDurableStorageSample::test_listener": 24.604113573000177,
|
|
792
|
+
"tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_deployed_resources": 23.614992001000246,
|
|
793
|
+
"tests/aws/services/ecs/test_ecs_samples.py::TestSharedResourcesSample::test_listener_services_are_accessible_and_returning_expected_content": 25.06885456999953,
|
|
794
|
+
"tests/aws/services/efs/test_efs.py::TestEfsFileSystemCrud::test_access_point": 0.6361381319998145,
|
|
795
|
+
"tests/aws/services/efs/test_efs.py::TestEfsFileSystemCrud::test_create_filesystem": 6.418373984000027,
|
|
796
|
+
"tests/aws/services/efs/test_efs.py::TestEfsFileSystemCrud::test_lifecycle_configuration": 0.478151386999798,
|
|
797
|
+
"tests/aws/services/efs/test_efs.py::TestEfsFileSystemCrud::test_mount_target": 1.7875731979997909,
|
|
798
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_additional_amis_present": 3.019658011000047,
|
|
799
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_create_cluster": 0.00647692599977745,
|
|
800
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_create_fargate_profile": 0.0032682219998605433,
|
|
801
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.19]": 1.1547467209998103,
|
|
802
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.20]": 1.2203326890003154,
|
|
803
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.21]": 1.2293398609999713,
|
|
804
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.22]": 1.2439818470002137,
|
|
805
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_get_parameters_eks_amis[1.23]": 1.2040120490000845,
|
|
806
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_manage_node_groups": 0.0031734360004520568,
|
|
807
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_mocked_responses": 0.0023113540000849753,
|
|
808
|
+
"tests/aws/services/eks/test_eks.py::TestEKS::test_update_cluster_config": 0.003143537000141805,
|
|
809
|
+
"tests/aws/services/eks/test_eks.py::TestK3SCluster::test_cluster_default_version": 0.47822295500009204,
|
|
810
|
+
"tests/aws/services/eks/test_eks.py::TestK3SCluster::test_create_app_in_k3s_cluster": 75.23247570399963,
|
|
811
|
+
"tests/aws/services/eks/test_eks.py::TestK3SCluster::test_ecr_eks_integration": 6.14489904400034,
|
|
812
|
+
"tests/aws/services/eks/test_eks.py::TestK3SCluster::test_ecr_eks_integration_multiple_nodes": 34.60026826300009,
|
|
813
|
+
"tests/aws/services/eks/test_eks.py::TestK3SCluster::test_eks_pod_exec": 3.105649964999884,
|
|
814
|
+
"tests/aws/services/eks/test_eks.py::TestK3SCluster::test_localstack_communication_from_pod": 4.24678343100004,
|
|
815
|
+
"tests/aws/services/eks/test_eks.py::TestK3SCluster::test_pull_public_s3_image_with_transparent_endpoint_injection": 4.442216570000255,
|
|
816
|
+
"tests/aws/services/eks/test_eks.py::TestK3SCluster::test_volume_mount": 2.003530400999807,
|
|
817
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_basic_crud_replication_group_non_cluster": 7.369258238999919,
|
|
818
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_cache_cluster_default_crud": 1.6319746280005347,
|
|
819
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_cluster_no_cache_type": 0.020714631999908306,
|
|
820
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_cluster_no_engine": 1.151729286000318,
|
|
821
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_cluster_redis_num_nodes_greater_than_one": 0.01593765700044969,
|
|
822
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_no_cache_type": 0.019829059000130655,
|
|
823
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_no_engine": 0.01823953800067102,
|
|
824
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_primary_cluster_invalid_parameter_combination[CacheNodeType]": 0.016554473000269354,
|
|
825
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_primary_cluster_invalid_parameter_combination[EngineVersion]": 0.017851722000159498,
|
|
826
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_primary_cluster_invalid_parameter_combination[Engine]": 0.016828671999974176,
|
|
827
|
+
"tests/aws/services/elasticache/test_elasticache.py::TestElastiCache::test_replication_group_primary_cluster_non_existing": 0.02040821800028425,
|
|
828
|
+
"tests/aws/services/elasticache/test_elasticache_redis.py::TestCacheCluster::test_redis_connection": 2.636502938999456,
|
|
829
|
+
"tests/aws/services/elasticache/test_elasticache_redis.py::TestCacheCluster::test_redis_endpoint": 8.135744825999609,
|
|
830
|
+
"tests/aws/services/elasticache/test_elasticache_redis.py::TestReplicationGroupCluster::test_redis_cluster_mode": 3.1622476130000905,
|
|
831
|
+
"tests/aws/services/elasticache/test_elasticache_redis.py::TestReplicationGroupCluster::test_redis_configuration_endpoint": 21.463756551000188,
|
|
832
|
+
"tests/aws/services/elasticache/test_elasticache_redis.py::TestReplicationGroupCluster::test_redis_topology": 3.9220414450001044,
|
|
833
|
+
"tests/aws/services/elasticache/test_elasticache_redis.py::TestReplicationGroupNonCluster::test_redis_primary_endpoint": 13.323493794000115,
|
|
834
|
+
"tests/aws/services/elasticache/test_elasticache_redis.py::TestReplicationGroupNonCluster::test_redis_topology": 2.7711442229997374,
|
|
835
|
+
"tests/aws/services/elasticbeanstalk/test_elasticbeanstalk.py::TestElasticBeanstalk::test_manage_application_versions": 0.0794170469994242,
|
|
836
|
+
"tests/aws/services/elasticbeanstalk/test_elasticbeanstalk.py::TestElasticBeanstalk::test_manage_applications": 5.174971124999956,
|
|
837
|
+
"tests/aws/services/elasticbeanstalk/test_elasticbeanstalk.py::TestElasticBeanstalk::test_manage_environments": 0.08418800699973872,
|
|
838
|
+
"tests/aws/services/elastictranscoder/test_elastictranscoder.py::TestElasticTranscoder::test_create_list_read_pipeline": 1.3651426970000102,
|
|
839
|
+
"tests/aws/services/elb/test_elb.py::TestELB::test_alb_modify_attributes": 2.5117790750005042,
|
|
840
|
+
"tests/aws/services/elb/test_elb.py::TestELB::test_alb_set_ip_address_type": 2.2344727579998107,
|
|
841
|
+
"tests/aws/services/elb/test_elb.py::TestELB::test_load_balancing": 4.731459788000393,
|
|
842
|
+
"tests/aws/services/elb/test_elb.py::TestELB::test_redirect_listener": 2.3800398580001456,
|
|
843
|
+
"tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_load_balancer": 2.216602858999977,
|
|
844
|
+
"tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_create_loadbalancer_rule": 4.269731261999823,
|
|
845
|
+
"tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_describe_load_balancers": 2.316855690999546,
|
|
846
|
+
"tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_failing_create_load_balancer": 2.1753761189993384,
|
|
847
|
+
"tests/aws/services/elb/test_elb.py::TestLoadBalancer::test_failing_describe_load_balancers": 2.0176162459997613,
|
|
848
|
+
"tests/aws/services/elb/test_elb.py::TestRoute53Integrations::test_route53_elb_integration": 4.372453997000321,
|
|
849
|
+
"tests/aws/services/elb/test_elb.py::TestRuleConditions::test_rule_conditions_integration": 2.475403142000687,
|
|
850
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_deregistration": 1.9383722900001885,
|
|
851
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-source_ip]": 2.1046526930003893,
|
|
852
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip]": 1.9038858459994117,
|
|
853
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip]": 1.890730652000002,
|
|
854
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-False-source_ip]": 1.9759742480005116,
|
|
855
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-False-source_ip]": 1.9082430720000048,
|
|
856
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip]": 1.9542714609997347,
|
|
857
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-False-source_ip]": 1.960589022000022,
|
|
858
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_crud": 2.1606842629998937,
|
|
859
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[HTTP-True]": 1.8893907850001597,
|
|
860
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[HTTPS-True]": 1.8963435010000467,
|
|
861
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP-False]": 3.4436789880005563,
|
|
862
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TCP_UDP-False]": 2.018416614999751,
|
|
863
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[TLS-False]": 1.9151938150002934,
|
|
864
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_healthcheck_interval[UDP-False]": 1.9169570310000381,
|
|
865
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[GENEVE]": 1.9971811430000344,
|
|
866
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[HTTPS]": 1.985833874999571,
|
|
867
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[HTTP]": 1.9895549140001094,
|
|
868
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TCP]": 2.0607618619997083,
|
|
869
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TCP_UDP]": 1.9949905459998263,
|
|
870
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[TLS]": 1.9213738749995173,
|
|
871
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_protocol_default_values[UDP]": 1.9164457480001147,
|
|
872
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[alb]": 1.8784237969998685,
|
|
873
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[instance]": 1.9418369209997763,
|
|
874
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[ip]": 1.928946286000155,
|
|
875
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_target_type_default_values[lambda]": 1.894681154999489,
|
|
876
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip]": 0.7507716509999796,
|
|
877
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-False-source_ip_dest_ip_proto]": 1.3782930189999547,
|
|
878
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-app_cookie]": 0.9523608749999539,
|
|
879
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[GENEVE-True-lb_cookie]": 0.5596496510000293,
|
|
880
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-False-app_cookie]": 0.7700500820000116,
|
|
881
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-False-lb_cookie]": 2.6397565380000287,
|
|
882
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip]": 0.7929301239998949,
|
|
883
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTP-True-source_ip_dest_ip_proto]": 1.4429155610000066,
|
|
884
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-False-app_cookie]": 1.3042110359999697,
|
|
885
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-False-lb_cookie]": 0.9346628449999912,
|
|
886
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip]": 0.8529922960000249,
|
|
887
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[HTTPS-True-source_ip_dest_ip_proto]": 1.5620440710000594,
|
|
888
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-app_cookie]": 0.7920677449999403,
|
|
889
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-lb_cookie]": 0.8268635729999687,
|
|
890
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip]": 0.8850806699999794,
|
|
891
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP-True-source_ip_dest_ip_proto]": 1.028034942999966,
|
|
892
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-app_cookie]": 1.2508849749999627,
|
|
893
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-lb_cookie]": 1.2309794000000807,
|
|
894
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip]": 0.9818473299999368,
|
|
895
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TCP_UDP-True-source_ip_dest_ip_proto]": 1.4182039909999844,
|
|
896
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-app_cookie]": 1.3005496020000464,
|
|
897
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-lb_cookie]": 0.8969066799999723,
|
|
898
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip]": 0.8631706080000185,
|
|
899
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[TLS-True-source_ip_dest_ip_proto]": 0.7824325960000351,
|
|
900
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-app_cookie]": 1.2268314279999686,
|
|
901
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-lb_cookie]": 1.0249224629999958,
|
|
902
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip]": 0.8233222050000109,
|
|
903
|
+
"tests/aws/services/elbv2/test_elbv2_target_groups.py::TestElbV2TargetGroups::test_target_group_attributes_stickiness[UDP-True-source_ip_dest_ip_proto]": 1.4323820409999826,
|
|
904
|
+
"tests/aws/services/emr/test_emr.py::TestEmrCrud::test_auto_termination_policies": 0.7859399380000127,
|
|
905
|
+
"tests/aws/services/emr/test_emr.py::TestEmrCrud::test_instance_fleets": 1.072078409000028,
|
|
906
|
+
"tests/aws/services/emr/test_emr.py::TestEmrJobs::test_add_cluster_step": 0.0019874950000371427,
|
|
907
|
+
"tests/aws/services/emr/test_emr.py::TestEmrJobs::test_create_cluster": 0.0020516449999945507,
|
|
908
|
+
"tests/aws/services/emr/test_emr.py::TestEmrJobs::test_run_spark_submit_job[python]": 0.0020038459999796032,
|
|
909
|
+
"tests/aws/services/emr/test_emr.py::TestEmrJobs::test_run_spark_submit_job[scala11]": 0.001982194999982312,
|
|
910
|
+
"tests/aws/services/emr/test_emr.py::TestEmrJobs::test_run_spark_submit_job[scala12]": 0.002054772000064986,
|
|
911
|
+
"tests/aws/services/emr/test_emr_serverless.py::TestEmrServerless::test_create_application_run_job": 0.0019550839999737946,
|
|
912
|
+
"tests/aws/services/firehose/test_firehose.py::TestFirehoseIntegration::test_firehose_redshift_as_target": 51.45409974300003,
|
|
913
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_action_ec2_stop_instances": 0.002645075000032193,
|
|
914
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_action_ec2_terminate_instances": 0.0020101389999922503,
|
|
915
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_action_rds_reboot_db_instances": 9.296686672000021,
|
|
916
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_action_ssm_send_command": 0.001984047999997074,
|
|
917
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_api_failure_with_latency": 28.221608383000046,
|
|
918
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_api_injection_fault_action": 6.089715336999916,
|
|
919
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_api_injection_parametrized_exception": 1.0683596869999974,
|
|
920
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_api_injection_parametrized_operation": 1.0713636020000763,
|
|
921
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_api_injection_parametrized_region": 1.0892554160000145,
|
|
922
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_api_injection_parametrized_service": 2.3632228420000274,
|
|
923
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_create_experiment_template": 0.9347488059999023,
|
|
924
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_delete_experiment_template": 0.033714426999949865,
|
|
925
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_get_experiment": 0.03806790400005866,
|
|
926
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_get_experiment_template": 0.018987347999996018,
|
|
927
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_idempotency_of_create_experiment_template": 0.047665123000001586,
|
|
928
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_idempotency_of_start_experiment": 0.06685357099996736,
|
|
929
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_list_experiment_templates": 0.03067033999997193,
|
|
930
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_list_experiments": 0.04868263000003026,
|
|
931
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_start_experiment": 0.029687306999960583,
|
|
932
|
+
"tests/aws/services/fis/test_fis.py::TestFis::test_stop_experiment": 0.032402746999991905,
|
|
933
|
+
"tests/aws/services/glacier/test_glacier.py::TestGlacier::test_invalid_vault_name": 0.03532779100009975,
|
|
934
|
+
"tests/aws/services/glacier/test_glacier.py::TestGlacier::test_inventory_retrieval": 8.581511244000012,
|
|
935
|
+
"tests/aws/services/glacier/test_glacier.py::TestGlacier::test_select_query_archive": 0.31535918199995194,
|
|
936
|
+
"tests/aws/services/glue/test_basic.py::TestGlueBasic::test_create_table_with_empty_serde_properties": 0.0024411969999960093,
|
|
937
|
+
"tests/aws/services/glue/test_basic.py::TestGlueBasic::test_import_data_catalog": 0.0020545970000398484,
|
|
938
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_classifier_crud": 0.06196175599995968,
|
|
939
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_connection_crud": 0.061809478999919065,
|
|
940
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_crawler_crud": 0.07602497699997457,
|
|
941
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_create_job_with_cloudformation": 2.2235384150000073,
|
|
942
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_create_table_with_s3_location[-]": 0.0021128679999833366,
|
|
943
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_create_table_with_s3_location[-s3://]": 0.002146391999986008,
|
|
944
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_create_table_with_s3_location[-s3a://]": 0.002152322999961598,
|
|
945
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_create_table_with_s3_location[/-]": 0.0021548869999605813,
|
|
946
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_create_table_with_s3_location[/-s3://]": 0.0021065459999363156,
|
|
947
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_create_table_with_s3_location[/-s3a://]": 0.0023226120000572337,
|
|
948
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_database_crud": 0.002284802000019681,
|
|
949
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_job_crud": 0.08072440499995537,
|
|
950
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_job_runs_crud": 0.0021315229999459007,
|
|
951
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_partition_indexes_crud": 0.002538159000039286,
|
|
952
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_partitions_crud": 0.002238075000036588,
|
|
953
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_registry_crud": 0.04702417300001116,
|
|
954
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_resource_policy_crud": 0.6382624909999777,
|
|
955
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_schema_create_without_registry_returns_not_found": 0.011876081000025351,
|
|
956
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_schema_crud": 0.061285994999991544,
|
|
957
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_schema_version_metadata_crud": 0.058085817999995015,
|
|
958
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_sec_config_crud": 0.049513136999962626,
|
|
959
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_table_crud": 0.0021421419999683167,
|
|
960
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_trigger_crud": 0.05407668000003696,
|
|
961
|
+
"tests/aws/services/glue/test_basic.py::TestGlueCrud::test_workflow_crud": 0.05278536899999153,
|
|
962
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlerNonDefaultRegion::test_crawler_non_default_region": 0.002195684999946934,
|
|
963
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_jdbc_redshift": 0.0021571120000203337,
|
|
964
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_jdbc_redshift_patterns": 0.002138125999977092,
|
|
965
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_multiple_targets": 0.0021234180000533343,
|
|
966
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_s3[-False]": 0.002434262999997827,
|
|
967
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_s3[1, 2, 3, 4-False]": 0.002229787999965538,
|
|
968
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_s3[1, 2, 3, 4\\n5, 6, 7, 8-True]": 0.002173562000052698,
|
|
969
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_s3_athena_integration[csv]": 0.0021719289999850844,
|
|
970
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_s3_athena_integration[json]": 0.0021083909999788375,
|
|
971
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_s3_athena_integration[parquet-gzip]": 0.0021492460000445135,
|
|
972
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_s3_athena_integration[parquet-none]": 0.0021512919999508995,
|
|
973
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_s3_athena_integration[parquet-snappy]": 0.002200383999991118,
|
|
974
|
+
"tests/aws/services/glue/test_crawlers.py::TestGlueCrawlers::test_crawler_table_prefix": 0.002152001000013115,
|
|
975
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_create_dynamic_frame_from_catalog[4.0]": 0.0020830430000273736,
|
|
976
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_create_glue_versions[0.9]": 0.0021422229999643605,
|
|
977
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_create_glue_versions[1.0]": 0.002407484000002569,
|
|
978
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_create_glue_versions[2.0]": 0.002097369000011895,
|
|
979
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_create_glue_versions[3.0]": 0.002099232999967171,
|
|
980
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_create_glue_versions[4.0]": 0.002121482999939417,
|
|
981
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_create_pyspark_job": 0.0021195109999894157,
|
|
982
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_create_pyspark_job_with_args": 0.0021155929999281398,
|
|
983
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_create_pyspark_job_with_class_parameter": 0.00210188700003755,
|
|
984
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_deltalake_read_write[4.0]": 0.002132144000029257,
|
|
985
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_job_read_write[0.9]": 0.0021136500000125125,
|
|
986
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_job_read_write[1.0]": 0.002121715999976459,
|
|
987
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_job_read_write[2.0]": 0.002129870000032952,
|
|
988
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_job_read_write[3.0]": 0.0021129579999978887,
|
|
989
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_job_read_write[4.0]": 0.0021093930000120054,
|
|
990
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_csv_from_s3[0.9]": 0.002241440000034345,
|
|
991
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_csv_from_s3[1.0]": 0.0021248309999464254,
|
|
992
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_csv_from_s3[2.0]": 0.002109333000021252,
|
|
993
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_csv_from_s3[3.0]": 0.002106736999962777,
|
|
994
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_csv_from_s3[4.0]": 0.0020791750000626052,
|
|
995
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_postgres[0.9]": 0.002080387000034989,
|
|
996
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_postgres[1.0]": 0.0022447470000201974,
|
|
997
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_postgres[2.0]": 0.0021102040000187117,
|
|
998
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_postgres[3.0]": 0.0021249910000165073,
|
|
999
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_postgres[4.0]": 0.0021267040000338966,
|
|
1000
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_redshift[0.9]": 0.002129119000016999,
|
|
1001
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_redshift[1.0]": 0.002107789000035609,
|
|
1002
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_redshift[2.0]": 0.0021390779999705956,
|
|
1003
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_redshift[3.0]": 0.002179966000028344,
|
|
1004
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_read_data_from_redshift[4.0]": 0.002131254000005356,
|
|
1005
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_sql_with_delta_lake_table[3.0]": 0.0024951070000156506,
|
|
1006
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_job_sql_with_delta_lake_table[4.0]": 0.0021873379999988174,
|
|
1007
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_jobs_with_extra_params[extra_file_s3_file]": 0.0021058550000248033,
|
|
1008
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_jobs_with_extra_params[extra_file_s3_multi_files]": 0.0021520020000025397,
|
|
1009
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_jobs_with_extra_params[extra_file_s3_zip]": 0.0021362219999900844,
|
|
1010
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_jobs_with_extra_params[extra_module_pypi]": 0.002099012000030598,
|
|
1011
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_jobs_with_extra_params[extra_module_s3_tar]": 0.0021285880000050383,
|
|
1012
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_pyspark_jobs_with_extra_params[extra_module_s3_wheel]": 0.0021018769999727738,
|
|
1013
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_run_scala_job": 0.002081089000000702,
|
|
1014
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_scala_spark_job_logger": 0.0021245600000270315,
|
|
1015
|
+
"tests/aws/services/glue/test_jobs.py::TestGlueJobs::test_store_job_logs": 0.0021080999999867345,
|
|
1016
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_compatibility_disabled_raises_on_new_version": 0.02377432600002294,
|
|
1017
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_duplicate_schema_version_not_created": 0.028921907999972518,
|
|
1018
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[BACKWARD-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-AVAILABLE]": 1.032917298999962,
|
|
1019
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[BACKWARD-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-FAILURE]": 1.0395932970000672,
|
|
1020
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[BACKWARD_ALL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"},{\"name\":\"Salary\",\"type\":[\"null\", \"int\"], \"default\": null}]}-intermediate_schemas10-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-AVAILABLE]": 1.0321698319999086,
|
|
1021
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[BACKWARD_ALL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"},{\"name\":\"Salary\",\"type\":[\"null\", \"int\"], \"default\": null}]}-intermediate_schemas11-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-FAILURE]": 1.0343292139999676,
|
|
1022
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FORWARD-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-FAILURE]": 1.0322948310000015,
|
|
1023
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FORWARD-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-AVAILABLE]": 1.0360719310000377,
|
|
1024
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FORWARD_ALL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-intermediate_schemas13-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-FAILURE]": 1.0442075859999704,
|
|
1025
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FORWARD_ALL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-intermediate_schemas12-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-AVAILABLE]": 1.0420301819999622,
|
|
1026
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-FAILURE]": 1.0298623350000184,
|
|
1027
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Salary\",\"type\":[\"null\", \"int\"], \"default\": null}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-AVAILABLE]": 1.0278185680000433,
|
|
1028
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-FAILURE]": 1.02966713699999,
|
|
1029
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Salary\",\"type\":[\"null\", \"int\"], \"default\": null}]}-AVAILABLE]": 1.027861611999981,
|
|
1030
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL_ALL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-intermediate_schemas14-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Salary\",\"type\":[\"null\", \"int\"], \"default\": null}]}-AVAILABLE]": 1.0377408160000527,
|
|
1031
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[FULL_ALL-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-intermediate_schemas15-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"},{\"name\":\"Salary\",\"type\":[\"null\", \"int\"], \"default\": null}]}-FAILURE]": 1.0408533909999846,
|
|
1032
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[NONE-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-AVAILABLE]": 1.0276253570000335,
|
|
1033
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_register_avro_schema_version_compatibilities[NONE-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"}]}-None-{\"type\":\"record\",\"namespace\":\"Test\",\"name\":\"Person\",\"fields\":[{\"name\":\"Name\",\"type\":\"string\"},{\"name\":\"Age\",\"type\":\"int\"}]}-AVAILABLE]": 1.0297354909999967,
|
|
1034
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_schema_version_crud": 0.055602742000019134,
|
|
1035
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_update_schema": 0.030644750000078602,
|
|
1036
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_update_schema_compatibility": 0.025935555999978988,
|
|
1037
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_update_schema_compatibility_with_same_value": 0.02180559999999332,
|
|
1038
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_update_schema_compatibility_without_version": 0.022714781999980005,
|
|
1039
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_update_schema_only_description": 0.026713127999983044,
|
|
1040
|
+
"tests/aws/services/glue/test_schema_registry.py::TestGlueSchemaRegistry::test_update_schema_to_lower_than_checkpoint": 0.037221554000041124,
|
|
1041
|
+
"tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_dynamodb_leading_keys_tags": 1.542477856000005,
|
|
1042
|
+
"tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_s3_iam_principal_tag_in_policy_resource_arn": 2.2923778939999693,
|
|
1043
|
+
"tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_s3_iam_principal_tag_list_bucket_prefix": 0.9642295289999652,
|
|
1044
|
+
"tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_s3_iam_principal_tag_on_role": 0.8672966129999509,
|
|
1045
|
+
"tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_s3_iam_principal_tag_on_session": 1.1679634810000152,
|
|
1046
|
+
"tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_s3_iam_principal_tag_on_session_independence": 0.845398679000084,
|
|
1047
|
+
"tests/aws/services/iam/test_iam_abac.py::TestIAMABAC::test_secretsmanager_tags_on_resource_and_principal": 0.9494005530000891,
|
|
1048
|
+
"tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_cross_account_assume_role": 7.400588763999963,
|
|
1049
|
+
"tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_kms_cross_account_encrypt": 8.539057716000002,
|
|
1050
|
+
"tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_lambda_cross_account_invoke": 23.97996156299996,
|
|
1051
|
+
"tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_s3_cross_account_get_object": 7.680279620000022,
|
|
1052
|
+
"tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sns_cross_account_publish": 1.9872165069999141,
|
|
1053
|
+
"tests/aws/services/iam/test_iam_cross_account.py::TestLambdaCrossAccount::test_sqs_cross_account_receive": 7.628159874000005,
|
|
1054
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMConditions::test_s3_create_bucket_secure_connection": 6.9857124670000985,
|
|
1055
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_cw_logs": 2.26772009900003,
|
|
1056
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_assume_role_sqs_with_put_role_policy": 2.4470242809999263,
|
|
1057
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_batch_create_compute_environment": 3.6304445609999902,
|
|
1058
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_cloudformation_stack_operations": 7.11962293900001,
|
|
1059
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_dynamodb_batch_write_item": 6.99313108299998,
|
|
1060
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_acm": 1.9597147559999257,
|
|
1061
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_apigateway": 4.563410563999923,
|
|
1062
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_cloudformation": 2.106704056000126,
|
|
1063
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_cloudwatch": 1.9693675980000762,
|
|
1064
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_dynamodb": 2.022613643999989,
|
|
1065
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_elasticsearch": 2.058086130999868,
|
|
1066
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_elasticsearch_two_domains": 3.4052530079999315,
|
|
1067
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_elasticsearch_two_domains_two_policies": 1.9658529279998902,
|
|
1068
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_events": 2.064123635000101,
|
|
1069
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_kinesis": 3.010950654999988,
|
|
1070
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_kms": 1.9944377919999852,
|
|
1071
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_lambda": 9.81282249800006,
|
|
1072
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_logs": 2.0544667699999763,
|
|
1073
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_redshift": 2.9231218309998894,
|
|
1074
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_s3": 2.430884921000029,
|
|
1075
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_secretsmanager_create": 1.9523352410000143,
|
|
1076
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_secretsmanager_get_value": 6.920015649999982,
|
|
1077
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs": 1.928375329000005,
|
|
1078
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_sqs_not_resource_all": 6.009892775000026,
|
|
1079
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_policy_stepfunctions": 2.540320147999978,
|
|
1080
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_enforce_s3_admin_policy": 7.971280515000103,
|
|
1081
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_logs_policy": 6.989923026000042,
|
|
1082
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_assumes_itself": 7.378628180999954,
|
|
1083
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_role_with_permissions_boundary": 1.9577953730000672,
|
|
1084
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_s3_delete_intelligent_bucket_tiering_config": 7.032371072000046,
|
|
1085
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_sns_create_topic_policy": 6.967216448000158,
|
|
1086
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[with-leading-slash]": 6.9962601699998,
|
|
1087
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_ssm_get_attribute[without-leading-slash]": 6.8660213589998875,
|
|
1088
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementIdentityBasedPolicies::test_user_with_permissions_boundary": 1.887786465999966,
|
|
1089
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_backup_vault": 2.174694522999971,
|
|
1090
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_ecr_repository_policies": 3.693024611000169,
|
|
1091
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_efs_file_system_policy": 4.745131171999901,
|
|
1092
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_eventbridge_policies": 1.9384615070000564,
|
|
1093
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_get_lambda_layer": 1.927928006000002,
|
|
1094
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_iam_trust_policy": 10.18731194499992,
|
|
1095
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_kms_key": 1.9123350930000242,
|
|
1096
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_lambda_invoke": 3.9125960180000448,
|
|
1097
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_s3_bucket_policy": 2.0993980450000436,
|
|
1098
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_secretsmanager_policy": 1.9390364559999398,
|
|
1099
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sns_publish_topic_attributes": 1.913529523999955,
|
|
1100
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs]": 2.0109129989998564,
|
|
1101
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes[sqs_query]": 2.9830053839999664,
|
|
1102
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs]": 2.1042184179999595,
|
|
1103
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_resource_deny[sqs_query]": 2.2054915089998985,
|
|
1104
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs]": 8.060179774000062,
|
|
1105
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_role_permission_boundary[sqs_query]": 7.827707104000069,
|
|
1106
|
+
"tests/aws/services/iam/test_iam_enforcement.py::TestIAMEnforcementResourceBasedPolicies::test_sqs_receive_queue_attributes_user_permission_boundary": 2.0513046470000518,
|
|
1107
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPermissionBoundaryRetrieval::test_get_boundary_for_role": 1.8369531229999438,
|
|
1108
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPermissionBoundaryRetrieval::test_get_boundary_for_user": 1.8138871139999537,
|
|
1109
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_get_permissions_for_role_arn": 1.9267319179999731,
|
|
1110
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_get_permissions_for_user_arn": 1.99974733199997,
|
|
1111
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_role_attached_policy": 2.8028285179999557,
|
|
1112
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_role_inline_policy": 1.7531175390000726,
|
|
1113
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_role_multiple_policies": 1.8530134290000433,
|
|
1114
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_root_user": 1.6770915499998864,
|
|
1115
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_root_user_for_root_arn": 3.115122902000053,
|
|
1116
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_and_group_policies": 2.098506395000072,
|
|
1117
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_attached_policy": 1.7607766419999962,
|
|
1118
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_group_attached_policies": 1.9595912570000564,
|
|
1119
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_group_inline_policies": 1.9126370689998566,
|
|
1120
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_inline_policy": 1.8000728319999553,
|
|
1121
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPolicyRetrieval::test_iam_user_multiple_policies": 1.8483802480000122,
|
|
1122
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPrincipalDetection::test_extract_caller_principal_role[role]": 3.0174160600000732,
|
|
1123
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPrincipalDetection::test_extract_caller_principal_role[root]": 1.8063887810000097,
|
|
1124
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPrincipalDetection::test_extract_caller_principal_role[root_account_id]": 0.12297429600016585,
|
|
1125
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMPrincipalDetection::test_extract_caller_principal_role[user]": 1.924974216999999,
|
|
1126
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_batch_create_compute_environment": 0.021527954000021055,
|
|
1127
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_batch_create_job_queue": 0.02093525899999804,
|
|
1128
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_cognito_idp_list_users": 0.020775474999936705,
|
|
1129
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_elasticsearch_list_domains": 0.03926709700010633,
|
|
1130
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_lambda_create_function": 0.05547183600003791,
|
|
1131
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_s3_create_bucket": 1.7789154889999281,
|
|
1132
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_s3_put_object": 0.025196871999810355,
|
|
1133
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_sqs_create_queue": 0.04918700899986561,
|
|
1134
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_sqs_get_queue_attributes": 0.010270252000054825,
|
|
1135
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourceDetection::test_timestream_write_create_database": 0.016813275999993493,
|
|
1136
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda": 2.952259177000087,
|
|
1137
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_lambda_non_existent": 2.870341902999826,
|
|
1138
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns": 1.7873392979998926,
|
|
1139
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sns_non_existent": 1.79208165,
|
|
1140
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs": 1.8383382430000665,
|
|
1141
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sqs_non_existent": 1.8080827210000052,
|
|
1142
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMResourcePolicyRetrieval::test_get_resource_policy_sts": 1.8409533399998281,
|
|
1143
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMTagsRetrieval::test_tags_assumed_role": 1.8859872599998653,
|
|
1144
|
+
"tests/aws/services/iam/test_iam_internals.py::TestIAMTagsRetrieval::test_tags_user": 1.7025856069999463,
|
|
1145
|
+
"tests/aws/services/iam/test_iam_policy_generation.py::TestPolicyGeneration::test_policy_generation_reset": 0.029742009999949914,
|
|
1146
|
+
"tests/aws/services/iam/test_iam_policy_generation.py::TestPolicyGeneration::test_policy_generation_stream": 0.030972780999945826,
|
|
1147
|
+
"tests/aws/services/iam/test_iam_policy_generation.py::TestPolicyGeneration::test_policy_generation_stream_as_role": 1.9831565900000214,
|
|
1148
|
+
"tests/aws/services/iam/test_iam_policy_generation.py::TestPolicyGeneration::test_policy_generation_summary": 1.737737662000086,
|
|
1149
|
+
"tests/aws/services/iam/test_iam_policy_generation_status.py::TestPolicyGenerationStatus::test_policy_generation_config_endpoint": 0.008437815000092996,
|
|
1150
|
+
"tests/aws/services/iam/test_iam_policy_generation_status.py::TestPolicyGenerationStatus::test_policy_generation_disable_endpoint": 3.0300999880000745,
|
|
1151
|
+
"tests/aws/services/iam/test_iam_policy_generation_status.py::TestPolicyGenerationStatus::test_policy_generation_enable_endpoint": 0.022775356000011016,
|
|
1152
|
+
"tests/aws/services/iam/test_iam_policy_generation_status.py::TestPolicyGenerationStatus::test_policy_generation_enabled_by_config_enforce": 0.00861999099993227,
|
|
1153
|
+
"tests/aws/services/iam/test_iam_policy_generation_status.py::TestPolicyGenerationStatus::test_policy_generation_enabled_by_config_soft_mode": 0.008777847999908772,
|
|
1154
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_dynamodb_integration": 9.681719049000094,
|
|
1155
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_kinesis_integration": 10.24056197899995,
|
|
1156
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration[AWS]": 9.10743522200005,
|
|
1157
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration[AWS_PROXY]": 9.314496633999852,
|
|
1158
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration_resource_based_policy[AWS]": 4.55783095899983,
|
|
1159
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_lambda_integration_resource_based_policy[AWS_PROXY]": 4.697964605999914,
|
|
1160
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sns_integration": 0.0055760810000720085,
|
|
1161
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayIntegrations::test_sqs_integration": 9.993814757999871,
|
|
1162
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_resource_based[REQUEST]": 3.9216337269999713,
|
|
1163
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_resource_based[TOKEN]": 4.071936826999945,
|
|
1164
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_with_credentials[REQUEST]": 8.900287976000072,
|
|
1165
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestApiGatewayLambdaAuthorizers::test_apigateway_authorizer_with_credentials[TOKEN]": 22.932559813000125,
|
|
1166
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_events": 27.902985497000145,
|
|
1167
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_firehose": 8.53817736699989,
|
|
1168
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_kinesis": 28.70681602500008,
|
|
1169
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_lambda": 47.615068842999904,
|
|
1170
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_logs": 34.210887941000124,
|
|
1171
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sns": 46.62966768800004,
|
|
1172
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_events_sqs": 34.20904161100009,
|
|
1173
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_iam": 3.54641162300004,
|
|
1174
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_lambda_sqs_destination": 19.03424398800007,
|
|
1175
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_firehose": 8.964994984999976,
|
|
1176
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_lambda_subscription": 6.053650753999932,
|
|
1177
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_ses_subscription": 3.790704943000037,
|
|
1178
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestInterServiceCommunicationEnforcement::test_sns_sqs_subscription": 4.752562494000017,
|
|
1179
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_dynamodb_event_source_mapping": 46.47404594800037,
|
|
1180
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_kinesis_event_source_mapping": 46.50670785400007,
|
|
1181
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestLambdaEventSourceMappings::test_sqs_event_source_mapping": 34.28611383900011,
|
|
1182
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_lambda": 10.805840274000047,
|
|
1183
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sns": 3.027331249000099,
|
|
1184
|
+
"tests/aws/services/iam/test_inter_service_enforcement.py::TestS3BucketNotifications::test_s3_bucket_notification_sqs": 3.6216738309999528,
|
|
1185
|
+
"tests/aws/services/identitystore/test_identitystore.py::TestIdentityStore::test_create_list_describe_group": 0.08231127299995933,
|
|
1186
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_certificate": 0.014017935000083526,
|
|
1187
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_iot_resources": 2.1853665890000684,
|
|
1188
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_thing_idempotency[None]": 0.06810753299987482,
|
|
1189
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_thing_idempotency[attribute_payload1]": 0.02938624999978856,
|
|
1190
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_thing_idempotency[attribute_payload2]": 0.031133949999912147,
|
|
1191
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_thing_idempotency[attribute_payload3]": 0.027865017000294756,
|
|
1192
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_thing_idempotency[attribute_payload4]": 0.02768815500007804,
|
|
1193
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_thing_idempotency[attribute_payload5]": 0.027717612000287772,
|
|
1194
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_create_thing_idempotency_failure": 0.02034970899990185,
|
|
1195
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_crud_role_alias": 1.8385777419998703,
|
|
1196
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_dynamic_thing_groups": 0.02426146500010873,
|
|
1197
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_job_executions": 0.03595046200007346,
|
|
1198
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_jobs": 0.03566845000000285,
|
|
1199
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_list_things_pagination": 0.028722096999899804,
|
|
1200
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_policies": 2.0886134649999804,
|
|
1201
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_search": 1.4494747289998031,
|
|
1202
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_tags": 0.03008530800002518,
|
|
1203
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_thing_groups": 0.07573318899972037,
|
|
1204
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_thing_principals": 0.02491198099983194,
|
|
1205
|
+
"tests/aws/services/iot/test_iot.py::TestIoTCrud::test_topic_lambda_rule": 1.5110619710003448,
|
|
1206
|
+
"tests/aws/services/iot/test_iot.py::TestMQTT::test_connect_mqtt_via_aws_iot_sdk[mqtt]": 0.0023727949999283737,
|
|
1207
|
+
"tests/aws/services/iot/test_iot.py::TestMQTT::test_connect_mqtt_via_aws_iot_sdk[websockets]": 0.0023549829998046334,
|
|
1208
|
+
"tests/aws/services/iot/test_iot.py::TestMQTT::test_lifecycle_events": 6.028792275999876,
|
|
1209
|
+
"tests/aws/services/iot/test_iot.py::TestMQTT::test_payload_variety[binary]": 2.0183665869997185,
|
|
1210
|
+
"tests/aws/services/iot/test_iot.py::TestMQTT::test_payload_variety[empty]": 2.0194233860001987,
|
|
1211
|
+
"tests/aws/services/iot/test_iot.py::TestMQTT::test_payload_variety[json]": 2.0183567010001298,
|
|
1212
|
+
"tests/aws/services/iot/test_iot.py::TestMQTT::test_publish_to_mqtt_topic": 3.7036463310000727,
|
|
1213
|
+
"tests/aws/services/iot/test_iot.py::TestTopicRules::test_registry_events_with_topic_rule_triggers_dynamodb_v2_put_item": 11.895862855999894,
|
|
1214
|
+
"tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_kinesis_rule": 140.98963806799998,
|
|
1215
|
+
"tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_dynamodb_v2_put_item": 2.790334110999993,
|
|
1216
|
+
"tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_firehose_put_record": 2.918551080000043,
|
|
1217
|
+
"tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_kinesis_put_record": 7.490692234000107,
|
|
1218
|
+
"tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_lambda": 4.005962857999975,
|
|
1219
|
+
"tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_rule_triggers_sqs_message": 2.8014323110000987,
|
|
1220
|
+
"tests/aws/services/iot/test_iot.py::TestTopicRules::test_topic_sqs_rule": 0.032773396000266075,
|
|
1221
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceMQTT::test_delete_device_shadow[classic]": 1.0749479559997326,
|
|
1222
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceMQTT::test_delete_device_shadow[named]": 1.0818675429998166,
|
|
1223
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceMQTT::test_get_device_shadow[classic]": 1.0739938469998833,
|
|
1224
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceMQTT::test_get_device_shadow[named]": 1.0815366909996555,
|
|
1225
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceMQTT::test_update_device_shadow[classic]": 3.0825018949999503,
|
|
1226
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceMQTT::test_update_device_shadow[named]": 3.088389741000128,
|
|
1227
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceREST::test_delete_shadow[classic]": 0.06879724600003101,
|
|
1228
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceREST::test_delete_shadow[named]": 0.07241829600025085,
|
|
1229
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceREST::test_shadow_after_thing_deletion": 0.0849375089997011,
|
|
1230
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceREST::test_thing_shadow[classic]": 0.08889373300007719,
|
|
1231
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceREST::test_thing_shadow[named]": 0.09081584599971393,
|
|
1232
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceREST::test_thing_shadow_input_errors": 0.05174557400005142,
|
|
1233
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceREST::test_thing_shadow_metadata": 1.0584437709999293,
|
|
1234
|
+
"tests/aws/services/iot_data/test_iot_data.py::TestDeviceShadowServiceREST::test_update_shadow_response": 0.04750482299959913,
|
|
1235
|
+
"tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_channels": 0.08994721399994887,
|
|
1236
|
+
"tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_create_iotanalytics_resources": 2.206983575000095,
|
|
1237
|
+
"tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_datasets": 0.024891797999998744,
|
|
1238
|
+
"tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_datastores": 0.024724994999814953,
|
|
1239
|
+
"tests/aws/services/iotanalytics/test_iotanalytics.py::TestIotAnalytics::test_pipelines": 0.024440858000161825,
|
|
1240
|
+
"tests/aws/services/iotwireless/test_iotwireless.py::TestIotWireless::test_device_profiles": 0.02811690099997577,
|
|
1241
|
+
"tests/aws/services/iotwireless/test_iotwireless.py::TestIotWireless::test_wireless_devices": 0.21880558700013353,
|
|
1242
|
+
"tests/aws/services/iotwireless/test_iotwireless.py::TestIotWireless::test_wireless_gateways": 0.029471196999793392,
|
|
1243
|
+
"tests/aws/services/kafka/test_kafka.py::TestKafka::test_cluster_v2_lifecycle": 5.527897555999971,
|
|
1244
|
+
"tests/aws/services/kafka/test_kafka.py::TestKafka::test_create_configurations": 0.06189794300030371,
|
|
1245
|
+
"tests/aws/services/kafka/test_kafka.py::TestKafka::test_create_function_v2_exceptions": 0.01853704299992387,
|
|
1246
|
+
"tests/aws/services/kafka/test_kafka.py::TestKafka::test_interact_with_cluster": 9.400420533000215,
|
|
1247
|
+
"tests/aws/services/kafka/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[False]": 20.642278239000007,
|
|
1248
|
+
"tests/aws/services/kafka/test_kafka.py::TestKafka::test_kafka_lambda_event_source_mapping[True]": 201.75040078700044,
|
|
1249
|
+
"tests/aws/services/kafka/test_kafka.py::TestKafka::test_list_nodes": 2.091419715000029,
|
|
1250
|
+
"tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalytics::test_run_query": 31.33726670299984,
|
|
1251
|
+
"tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalytics::test_run_siddhi_query": 0.04345693499976733,
|
|
1252
|
+
"tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_application_output": 17.935964702000092,
|
|
1253
|
+
"tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_input_processing_configuration": 18.862383863000332,
|
|
1254
|
+
"tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_list_and_update_applications": 37.612353144999815,
|
|
1255
|
+
"tests/aws/services/kinesisanalytics/test_kinesisanalytics.py::TestKinesisAnalyticsProvider::test_tag_list_tag_untag_resource": 27.401707013999612,
|
|
1256
|
+
"tests/aws/services/kinesisanalyticsv2/test_kinesisanalyticsv2.py::TestKinesisAnalyticsV2Provider::test_application_output": 0.004773386000124447,
|
|
1257
|
+
"tests/aws/services/kinesisanalyticsv2/test_kinesisanalyticsv2.py::TestKinesisAnalyticsV2Provider::test_input_processing_configuration": 0.004154260999712278,
|
|
1258
|
+
"tests/aws/services/kinesisanalyticsv2/test_kinesisanalyticsv2.py::TestKinesisAnalyticsV2Provider::test_list_and_update_applications": 0.006334549999792216,
|
|
1259
|
+
"tests/aws/services/kinesisanalyticsv2/test_kinesisanalyticsv2.py::TestKinesisAnalyticsV2Provider::test_tag_list_tag_untag_resource": 0.003483857000219359,
|
|
1260
|
+
"tests/aws/services/kms/test_kms.py::TestKMS::test_create_key": 0.0639260530001593,
|
|
1261
|
+
"tests/aws/services/kms/test_kms.py::TestKMS::test_create_key_alias": 0.07389742999976079,
|
|
1262
|
+
"tests/aws/services/lakeformation/test_lakeformation.py::TestLakeFormation::test_manage_permissions": 5.005846530999861,
|
|
1263
|
+
"tests/aws/services/lambda_/test_lambda.py::TestExternalLayerDownload::test_external_layer_download": 8.223226595000142,
|
|
1264
|
+
"tests/aws/services/lambda_/test_lambda.py::TestExternalLayerDownload::test_external_layer_exceptions": 33.22722394100015,
|
|
1265
|
+
"tests/aws/services/lambda_/test_lambda.py::TestExternalLayerDownload::test_external_layer_multiple_versions": 3.8391100949997963,
|
|
1266
|
+
"tests/aws/services/lambda_/test_lambda.py::TestExternalLayerDownload::test_external_layer_specific": 5.286522558000115,
|
|
1267
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_container_image_lambda_chained_invocation": 7.752647303000003,
|
|
1268
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_container_image_lambda_with_image_config": 19.265185131999942,
|
|
1269
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_container_image_lambda_with_image_config_init_timeout": 0.0093636400001742,
|
|
1270
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_lambda_from_image[node]": 28.22041186299998,
|
|
1271
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaContainer::test_lambda_from_image[python]": 29.687202886999785,
|
|
1272
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_cross_account_layer": 1.915025662999824,
|
|
1273
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_file_permissions_with_layer": 7.88877843299997,
|
|
1274
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_file_permissions_without_layer": 1.749743067999816,
|
|
1275
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_multiple_layers_override": 3.3392391480001606,
|
|
1276
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer": 5.098914723999997,
|
|
1277
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLambdaLayerBehavior::test_function_using_layer_overriding_runtime": 3.308889863999866,
|
|
1278
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLayerHotReloading::test_layer_and_function_hot_reloading": 3.0907302470000104,
|
|
1279
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLayerHotReloading::test_layer_only_hot_reloading": 2.371957289999955,
|
|
1280
|
+
"tests/aws/services/lambda_/test_lambda.py::TestLayerHotReloading::test_multiple_hot_reloading_layers_fail": 0.7425785030000043,
|
|
1281
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java11]": 9.252395380000053,
|
|
1282
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java17]": 7.588925724000092,
|
|
1283
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java21]": 8.535385302999657,
|
|
1284
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[java8.al2]": 9.329361971999788,
|
|
1285
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[nodejs16.x]": 5.983112742999765,
|
|
1286
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[nodejs18.x]": 7.928155526999944,
|
|
1287
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[nodejs20.x]": 2.9437826220000716,
|
|
1288
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.10]": 1.87451747500063,
|
|
1289
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.11]": 8.760824994000359,
|
|
1290
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.12]": 1.9570938870006103,
|
|
1291
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.8]": 1.951501260000441,
|
|
1292
|
+
"tests/aws/services/lambda_/test_lambda_endpoint_injection.py::TestLambdaCallingLocalstack::test_transparent_endpoint_injection[python3.9]": 1.9074151070003609,
|
|
1293
|
+
"tests/aws/services/lambda_/test_lambda_extensions_api.py::TestExtensionsApi::test_generic_extension_full_lifecycle": 12.38073359900045,
|
|
1294
|
+
"tests/aws/services/lambda_/test_lambda_extensions_api.py::TestExternalExtensions::test_lambda_insights_extension": 0.002435999999761407,
|
|
1295
|
+
"tests/aws/services/lambda_/test_lambda_xray.py::TestLambdaXrayIntegration::test_basic_xray_integration": 8.996752904999994,
|
|
1296
|
+
"tests/aws/services/lambda_/test_lambda_xray.py::TestLambdaXrayIntegration::test_lambda_xray_active_tracing": 0.0024042579998422298,
|
|
1297
|
+
"tests/aws/services/lambda_/test_lambda_xray.py::TestLambdaXrayIntegration::test_lambda_xray_manual_instrumentation": 0.002378771000167035,
|
|
1298
|
+
"tests/aws/services/lambda_/test_lambda_xray.py::TestLambdaXrayIntegration::test_lambda_xray_passive_tracing": 0.002447481000217522,
|
|
1299
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_non_json_messages": 0.08233898700063946,
|
|
1300
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_pattern": 0.31342329299968696,
|
|
1301
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_regex[%Message%-messages1]": 0.19141752899940911,
|
|
1302
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_regex[%Success%-messages0]": 0.1933337959999335,
|
|
1303
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_regex[%[mM]essage%-messages2]": 0.190845738000462,
|
|
1304
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_regex[%}$%-messages3]": 0.18774655200058987,
|
|
1305
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_unparenthesized_pattern": 0.03576980599973467,
|
|
1306
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_unstructured_pattern[cat-messages0]": 0.19265178200066657,
|
|
1307
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[LogLevel, Date, Time, Method, Url, ResponseTime]-messages0]": 0.0025329339996460476,
|
|
1308
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[logLevel, date, time, method, url=%/service/resource/[0-9]+$%, response_time]-messages10]": 0.0024723780002204876,
|
|
1309
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[logLevel, date, time, method, url=%/service/resource/[0-9]+/part/[0-9]+$%, response_time]-messages11]": 0.0025019830000019283,
|
|
1310
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level = %IN*%, w2]-messages6]": 0.002708143999825552,
|
|
1311
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level = %IN.*%, w2]-messages7]": 0.002496642999631149,
|
|
1312
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level = %^IN.*%]-messages8]": 0.0024599739995210257,
|
|
1313
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level = %^IN[fF][oO]%]-messages9]": 0.002443853999920975,
|
|
1314
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level = IN*, rest]-messages5]": 0.002442420000079437,
|
|
1315
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level = IN*]-messages4]": 0.002434236999761197,
|
|
1316
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level = INFO, rest]-messages2]": 0.002430257000014535,
|
|
1317
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level = INFO]-messages3]": 0.0024206800003412354,
|
|
1318
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level, date, time = %02%, method, url]-messages12]": 0.002452089000144042,
|
|
1319
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[log_level, rest]-messages1]": 0.00242996699989817,
|
|
1320
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1 = ERROR && (w1 != FOO || w1 = WARNING), w2]-messages18]": 0.0025805209997997736,
|
|
1321
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1 = ERROR && w1 != FOO || w1 = WARNING, w2]-messages17]": 0.002484069000274758,
|
|
1322
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1 = ERROR||w1 = WARNING, w2]-messages15]": 0.0024444450000373763,
|
|
1323
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1!=ERROR && w1!=WARNING, w2]-messages14]": 0.0024505769997631432,
|
|
1324
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1!=ERROR AND w1!=WARNING, w2]-messages19]": 0.002440325999941706,
|
|
1325
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1!=ERROR&&w1!=WARNING, w2]-messages16]": 0.0024250490000667924,
|
|
1326
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1===ERROR || w1!==WARNING, w2]-messages24]": 0.002441480000015872,
|
|
1327
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1==ERROR || w1!=WARNING, w2]-messages23]": 0.0024773869999989984,
|
|
1328
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1=ERROR !=== w1=WARNING, w2]-messages22]": 0.0024431940000795294,
|
|
1329
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1=ERROR && || w1=WARNING, w2]-messages21]": 0.002455946999361913,
|
|
1330
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1=ERROR OR w1=WARNING, w2]-messages20]": 0.002474973000062164,
|
|
1331
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_filter_log_events_with_whitespace_delimited_list[[w1=ERROR || w1=WARNING, w2]-messages13]": 0.0024658849997649668,
|
|
1332
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_json_metric_filters": 0.6974728179998237,
|
|
1333
|
+
"tests/aws/services/logs/test_logs.py::TestCloudWatchLogsPro::test_put_subscription_filter_kinesis_with_filter_pattern": 4.1711778829999275,
|
|
1334
|
+
"tests/aws/services/managedblockchain/test_managedblockchain.py::TestManagedBlockchain::test_create_network_node_proposal": 3.7779015339997386,
|
|
1335
|
+
"tests/aws/services/mediastore/test_mediastore.py::TestMediastore::test_basic_mediastore_api": 0.22351739800024006,
|
|
1336
|
+
"tests/aws/services/mediastore/test_mediastore.py::TestMediastore::test_mediastore_crud": 0.06264476800015473,
|
|
1337
|
+
"tests/aws/services/memorydb/test_memorydb.py::TestMemoryDB::test_cluster_default_crud": 5.493521133000286,
|
|
1338
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_create_broker": 6.59451153100008,
|
|
1339
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_create_configuration": 0.16618847099925915,
|
|
1340
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_create_tags": 3.642330705999484,
|
|
1341
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_delete_broker": 3.5578262899998663,
|
|
1342
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_delete_tags": 3.596424298999864,
|
|
1343
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_describe_broker": 4.63680384700001,
|
|
1344
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_describe_broker_engine_types": 0.09413415400013037,
|
|
1345
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_describe_configuration": 0.32982304200004364,
|
|
1346
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_list_brokers": 3.7683207899999616,
|
|
1347
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_send_to_active_mq": 5.597402120999959,
|
|
1348
|
+
"tests/aws/services/mq/test_mq.py::TestMQ::test_send_to_activemq_curl": 5.732303614000102,
|
|
1349
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_flat-virtual_python_plugin-2.2.2]": 0.0024555449999752454,
|
|
1350
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_flat-virtual_python_plugin-2.4.3]": 0.0024713739999242534,
|
|
1351
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_flat-virtual_python_plugin-2.5.1]": 0.002486092999788525,
|
|
1352
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_flat-virtual_python_plugin-2.6.3]": 0.0024538530001336767,
|
|
1353
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_flat-virtual_python_plugin-2.7.2]": 0.002440615999603324,
|
|
1354
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_flat-virtual_python_plugin-2.8.1]": 0.0024276419999296195,
|
|
1355
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_nested-my_airflow_plugin-2.2.2]": 0.00283830999978818,
|
|
1356
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_nested-my_airflow_plugin-2.4.3]": 0.0025201169996762474,
|
|
1357
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_nested-my_airflow_plugin-2.5.1]": 0.0024534410003980156,
|
|
1358
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_nested-my_airflow_plugin-2.6.3]": 0.0025887859997055784,
|
|
1359
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_nested-my_airflow_plugin-2.7.2]": 0.002478006999808713,
|
|
1360
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_custom_plugins[plugin_v2_nested-my_airflow_plugin-2.8.1]": 0.0025092559999393416,
|
|
1361
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dag_dependencies[1.10.12]": 0.0030619530002695683,
|
|
1362
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dag_dependencies[2.0.2]": 0.0025012800006152247,
|
|
1363
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dag_dependencies[2.2.2]": 0.0024637010001242743,
|
|
1364
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dag_dependencies[2.4.3]": 0.0025168000001940527,
|
|
1365
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dag_dependencies[2.5.1]": 0.0026550319998932537,
|
|
1366
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dag_dependencies[2.6.3]": 0.0025021820001711603,
|
|
1367
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dag_dependencies[2.7.2]": 0.0024716949997127813,
|
|
1368
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dag_dependencies[2.8.1]": 0.002858366000054957,
|
|
1369
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dags[2.0.2]": 0.002475221999702626,
|
|
1370
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dags[2.2.2]": 0.0024323510001522664,
|
|
1371
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dags[2.4.3]": 0.0026220290001219837,
|
|
1372
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dags[2.5.1]": 0.00246864899963839,
|
|
1373
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dags[2.6.3]": 0.0024647719992572092,
|
|
1374
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dags[2.7.2]": 0.0024811719999888737,
|
|
1375
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_dags[2.8.1]": 0.0028408229995875445,
|
|
1376
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_mwaa_environment_runner[2.4.3]": 0.0024846090000210097,
|
|
1377
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_mwaa_environment_runner[2.5.1]": 0.002890497000407777,
|
|
1378
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_mwaa_environment_runner[2.6.3]": 0.002572856999904616,
|
|
1379
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_mwaa_environment_runner[2.7.2]": 0.002627930000471679,
|
|
1380
|
+
"tests/aws/services/mwaa/test_mwaa.py::TestMWAA::test_mwaa_environment_runner[2.8.1]": 0.0024890269996831194,
|
|
1381
|
+
"tests/aws/services/mwaa/test_mwaa.py::test_list_environments": 0.13930110500041337,
|
|
1382
|
+
"tests/aws/services/neptune/test_neptune.py::TestNeptune::test_create_cluster_with_tags": 3.0775231339998754,
|
|
1383
|
+
"tests/aws/services/neptune/test_neptune.py::TestNeptune::test_create_neo4j_cluster": 10.877094588000546,
|
|
1384
|
+
"tests/aws/services/neptune/test_neptune.py::TestNeptune::test_create_query_db[1.1.0.0-3.4.11]": 13.813491118000002,
|
|
1385
|
+
"tests/aws/services/neptune/test_neptune.py::TestNeptune::test_create_query_db[1.2.0.1-3.5.2]": 37.80159628199999,
|
|
1386
|
+
"tests/aws/services/neptune/test_neptune.py::TestNeptune::test_create_query_db[1.2.1.0-3.6.2]": 9.78120174300011,
|
|
1387
|
+
"tests/aws/services/neptune/test_neptune.py::TestNeptune::test_create_query_db[None-3.4.13]": 3.4374481009999727,
|
|
1388
|
+
"tests/aws/services/neptune/test_neptune.py::TestNeptune::test_create_query_db_tags": 3.0863182959997175,
|
|
1389
|
+
"tests/aws/services/neptune/test_neptune.py::TestNeptune::test_vertex_multi_label": 3.195572137999534,
|
|
1390
|
+
"tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_describe": 20.726085651000176,
|
|
1391
|
+
"tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_multi_label": 1.2353032219998568,
|
|
1392
|
+
"tests/aws/services/neptune/test_neptune_cfn.py::TestNeptuneCfn::test_query": 1.4278755909999745,
|
|
1393
|
+
"tests/aws/services/organizations/test_organizations.py::TestOrganizations::test_create_account_with_non_existing_org": 0.017702652999560087,
|
|
1394
|
+
"tests/aws/services/organizations/test_organizations.py::TestOrganizations::test_create_and_describe_account": 0.0349299780000365,
|
|
1395
|
+
"tests/aws/services/organizations/test_organizations.py::TestOrganizations::test_organization": 2.6272684149998895,
|
|
1396
|
+
"tests/aws/services/organizations/test_organizations.py::TestOrganizations::test_tag_policy": 0.04512869700010924,
|
|
1397
|
+
"tests/aws/services/pinpoint/test_pinpoint.py::TestPinpoint::test_pinpoint_app_operations": 2.463637015000131,
|
|
1398
|
+
"tests/aws/services/pipes/test_pipes.py::TestPipes::test_dynamodb_pipe": 8.383929738000006,
|
|
1399
|
+
"tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_dlq_pipe": 6.616795633000038,
|
|
1400
|
+
"tests/aws/services/pipes/test_pipes.py::TestPipes::test_kinesis_pipe": 12.443389623999792,
|
|
1401
|
+
"tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe": 4.357712512000489,
|
|
1402
|
+
"tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_filter_enrichment": 7.524044581999988,
|
|
1403
|
+
"tests/aws/services/pipes/test_pipes.py::TestPipes::test_pipe_logging": 12.06593609599986,
|
|
1404
|
+
"tests/aws/services/pipes/test_pipes.py::TestPipes::test_sqs_dlq_partial_batch_failures": 14.046834208000291,
|
|
1405
|
+
"tests/aws/services/pipes/test_pipes_kinesis.py::TestPipesKinesis::test_kinesis_dlq_behavior": 59.64826821800034,
|
|
1406
|
+
"tests/aws/services/pipes/test_pipes_list.py::TestPipesList::test_list_pipe_name_prefix": 0.27962144299999636,
|
|
1407
|
+
"tests/aws/services/pipes/test_pipes_list.py::TestPipesList::test_list_pipe_source_prefix": 15.38718296199977,
|
|
1408
|
+
"tests/aws/services/pipes/test_pipes_list.py::TestPipesList::test_list_pipe_target_prefix": 0.23083594700028698,
|
|
1409
|
+
"tests/aws/services/pipes/test_pipes_list.py::TestPipesList::test_list_pipes_empty": 3.841224731999773,
|
|
1410
|
+
"tests/aws/services/pipes/test_pipes_targets.py::TestPipesTargets::test_target_events": 3.615923572000156,
|
|
1411
|
+
"tests/aws/services/pipes/test_pipes_targets.py::TestPipesTargets::test_target_stepfunctions": 3.5665778330003377,
|
|
1412
|
+
"tests/aws/services/qldb/test_qldb.py::TestHistoryQueries::test_query_history": 1.679389848000028,
|
|
1413
|
+
"tests/aws/services/qldb/test_qldb.py::TestHistoryQueries::test_query_history_with_start_end_timestamps": 2.445840664000116,
|
|
1414
|
+
"tests/aws/services/qldb/test_qldb.py::TestHistoryQueries::test_query_history_with_updates": 2.8083893490002083,
|
|
1415
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_aws_tutorial": 3.1973974809998253,
|
|
1416
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_complex_insert": 0.7359944180002458,
|
|
1417
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_create_ledger_response[False]": 0.09218434200010961,
|
|
1418
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_create_ledger_response[None]": 0.0955638089999411,
|
|
1419
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_create_ledger_response[True]": 2.0690426620003564,
|
|
1420
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_describe_and_delete_ledger": 0.03994414700036941,
|
|
1421
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_insert_multiple_docs": 0.6194814139998925,
|
|
1422
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_list_ledgers": 0.02646048700034953,
|
|
1423
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_list_tables": 1.6686380520000057,
|
|
1424
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_query_by_metadata": 2.319173392999346,
|
|
1425
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_query_committed_views": 1.2635474069998054,
|
|
1426
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_query_ion_timestamp": 0.9473408630001359,
|
|
1427
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_query_join_tables": 2.6401801639999576,
|
|
1428
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_query_with_parameters": 1.016955319000317,
|
|
1429
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_query_with_params_via_api": 0.07072946100015542,
|
|
1430
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_stream_journal": 26.036910123000325,
|
|
1431
|
+
"tests/aws/services/qldb/test_qldb.py::TestQLDB::test_update_query_response": 0.869882220999898,
|
|
1432
|
+
"tests/aws/services/ram/test_ram.py::TestResourceAccessManager::test_create_permission": 0.18156624700077373,
|
|
1433
|
+
"tests/aws/services/ram/test_ram.py::TestResourceAccessManager::test_create_resource_share": 1.8429865070002052,
|
|
1434
|
+
"tests/aws/services/ram/test_ram.py::TestResourceAccessManager::test_list_resource_types": 0.06979159100001198,
|
|
1435
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_cluster_endpoint_address[False]": 4.705599144999724,
|
|
1436
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_cluster_endpoint_address[True]": 5.166983347000496,
|
|
1437
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_copy_db_parameter_groups": 0.07822922400009702,
|
|
1438
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_create_db_parameter_group_add_tags": 0.04993528299974059,
|
|
1439
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_create_modify_option_group": 0.2928205339994747,
|
|
1440
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_db_cluster_parameter_groups": 0.06353075300012279,
|
|
1441
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_db_subnet_group": 1.1732676450001236,
|
|
1442
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_describe_db_engine_versions": 0.04910974600034024,
|
|
1443
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_describe_db_engine_versions_paginated": 0.06550871699982963,
|
|
1444
|
+
"tests/aws/services/rds/test_rds.py::TestRdsCrud::test_negative_cases_modify_option_group": 0.6901176859996667,
|
|
1445
|
+
"tests/aws/services/rds/test_rds.py::TestRdsMariaDB::test_create_mariadb": 2.2473096429998805,
|
|
1446
|
+
"tests/aws/services/rds/test_rds.py::TestRdsMssql::test_create_mssql": 7.001347667000118,
|
|
1447
|
+
"tests/aws/services/rds/test_rds.py::TestRdsMysql::test_create_aurora_db[provisioned-8.0.mysql_aurora.3.02.0]": 19.658518839999488,
|
|
1448
|
+
"tests/aws/services/rds/test_rds.py::TestRdsMysql::test_create_aurora_db[serverless-5.7.mysql_aurora.2.11.4]": 20.20977491099984,
|
|
1449
|
+
"tests/aws/services/rds/test_rds.py::TestRdsMysql::test_create_aurora_db_invalid_version": 23.160901415999888,
|
|
1450
|
+
"tests/aws/services/rds/test_rds.py::TestRdsMysql::test_create_mysql[False-5.7.39-MariaDB]": 7.703535102000387,
|
|
1451
|
+
"tests/aws/services/rds/test_rds.py::TestRdsMysql::test_create_mysql[True-8.0.30-MySQL Community Server]": 17.03754353799968,
|
|
1452
|
+
"tests/aws/services/rds/test_rds.py::TestRdsMysql::test_delete_db_parameters_in_use": 30.221292190999975,
|
|
1453
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_add_role_to_db_cluster": 6.4701443330000075,
|
|
1454
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_add_role_to_db_instance": 6.602920137000183,
|
|
1455
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_aurora_postgres": 4.7431901759996435,
|
|
1456
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_aurora_postgres_instance": 4.7151215449998745,
|
|
1457
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster": 7.66677241699972,
|
|
1458
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_delete_instances": 8.042323177000071,
|
|
1459
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_aurora_v2_cluster_reboot_instances": 10.563076568999804,
|
|
1460
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_db_cluster_non_existing_parameter_group": 0.025767212999653566,
|
|
1461
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_db_cluster_with_invalid_engine": 0.027089383000657108,
|
|
1462
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_db_custom_port": 4.786140234999948,
|
|
1463
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_db_instance_non_existing_parameter_group": 0.02620923899985428,
|
|
1464
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_postgres": 4.730193515999872,
|
|
1465
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_snapshot_cluster": 8.908839343000182,
|
|
1466
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_create_snapshot_instance": 9.524349377000362,
|
|
1467
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_db_cluster_already_exists": 4.635499730000447,
|
|
1468
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_db_cluster_endpoints": 10.732944909999787,
|
|
1469
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_db_cluster_scaling": 4.61961065199921,
|
|
1470
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_db_instance_already_exists": 7.590423161999752,
|
|
1471
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_db_proxies": 4.701754845999858,
|
|
1472
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_describe_db_cluster_not_existent": 0.02175368099960906,
|
|
1473
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_describe_db_instance_filters": 15.050727510999877,
|
|
1474
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_generate_db_auth_token": 4.890585574000397,
|
|
1475
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_iam_db_token_auth_from_lambda": 6.866174330000376,
|
|
1476
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_invalid_cluster_identifier": 0.02403926200031492,
|
|
1477
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_modify_db_cluster": 6.448730176999561,
|
|
1478
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_modify_db_instance_with_db_parameter_group": 7.344818082000074,
|
|
1479
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_postgres_db_parametergroup_named_default": 4.702252676000171,
|
|
1480
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_postgres_versions[11.15]": 5.196555195000201,
|
|
1481
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_postgres_versions[12.9]": 12.686473609999666,
|
|
1482
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_postgres_versions[13.4]": 4.641734374999942,
|
|
1483
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_query_from_s3": 5.309717182999975,
|
|
1484
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_reboot_db_instance": 6.936947902000611,
|
|
1485
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgres::test_serverless_no_custom_cluster_endpoint": 6.312211562999892,
|
|
1486
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgresCrossAccount::test_create_restore_snapshot_cluster_cross_account": 9.038783230000263,
|
|
1487
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgresCrossAccount::test_create_restore_snapshot_instance_cross_account": 9.041172766999807,
|
|
1488
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[10.23]": 10.42571173700071,
|
|
1489
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[11.16]": 10.307917698999972,
|
|
1490
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[12.8]": 9.886342194000008,
|
|
1491
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[13.4]": 9.838859168999988,
|
|
1492
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[14.7]": 16.81138232100011,
|
|
1493
|
+
"tests/aws/services/rds/test_rds.py::TestRdsPostgresLambdaExtensions::test_lambda_extensions[15.2]": 9.945605693000289,
|
|
1494
|
+
"tests/aws/services/rds/test_rds.py::TestRdsReset::test_reset_cluster_with_instances": 6.218754999000339,
|
|
1495
|
+
"tests/aws/services/rds/test_rds.py::TestRdsReset::test_reset_db_instance[mariadb]": 2.5075204559998383,
|
|
1496
|
+
"tests/aws/services/rds/test_rds.py::TestRdsReset::test_reset_db_instance[mysql]": 17.57924397900024,
|
|
1497
|
+
"tests/aws/services/rds/test_rds.py::TestRdsReset::test_reset_db_instance[sqlserver-se]": 13.407886411999698,
|
|
1498
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_drop[mysql-v1]": 1.0239283840001008,
|
|
1499
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_drop[postgres-v1]": 1.0231624650000413,
|
|
1500
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_drop[postgres-v2]": 1.0698841279995577,
|
|
1501
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_inserts[mysql-v1]": 1.4261704209998243,
|
|
1502
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_inserts[postgres-v1]": 1.3914059560001988,
|
|
1503
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_inserts[postgres-v2]": 1.4006890760001625,
|
|
1504
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[mysql-v1]": 0.9325633599996763,
|
|
1505
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v1]": 32.10799225100027,
|
|
1506
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_statement_setup[postgres-v2]": 0.941513440000108,
|
|
1507
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_validate_atomicity[mysql-v1]": 1.235717207000107,
|
|
1508
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_validate_atomicity[postgres-v1]": 1.2764682969996102,
|
|
1509
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_batch_execute_validate_atomicity[postgres-v2]": 1.2530180469998413,
|
|
1510
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_mysql[mysql-v1]": 5.041469067999969,
|
|
1511
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_mysql[postgres-v1]": 0.013708815999052604,
|
|
1512
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_mysql[postgres-v2]": 0.013606083999547991,
|
|
1513
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_postgres[mysql-v1]": 0.013984306000111246,
|
|
1514
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_postgres[postgres-v1]": 1.3689887450000242,
|
|
1515
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMultiEngine::test_column_metadata_for_postgres[postgres-v2]": 1.3538441950008746,
|
|
1516
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMysql::test_data_api[False]": 2.324361123000017,
|
|
1517
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraMysql::test_data_api[True]": 11.358496819000266,
|
|
1518
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraPostgres::test_data_api": 6.4222970360001455,
|
|
1519
|
+
"tests/aws/services/rds/test_rds_data.py::TestAuroraPostgresCfn::test_select_char": 8.474731646999771,
|
|
1520
|
+
"tests/aws/services/rds/test_rds_global.py::TestGlobalCluster::test_global_cluster_read_write": 5.332687012000406,
|
|
1521
|
+
"tests/aws/services/rds/test_rds_global.py::TestGlobalCluster::test_global_cluster_remove_instances_from_cluster": 5.1549449740000455,
|
|
1522
|
+
"tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_failover": 35.13561473600021,
|
|
1523
|
+
"tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_invalid_secondary_cluster": 1.6518787589998283,
|
|
1524
|
+
"tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_promote_secondary_headless": 3.1181831250005416,
|
|
1525
|
+
"tests/aws/services/rds/test_rds_global.py::TestGlobalClusterCDK::test_validate_initial_setup": 11.350105537000218,
|
|
1526
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[11]": 3.4341068219996487,
|
|
1527
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[12]": 0.9863071240001773,
|
|
1528
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[13]": 0.7847050489999674,
|
|
1529
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[14]": 0.7922668400001385,
|
|
1530
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[15]": 1.0009753799999999,
|
|
1531
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_installed_postgres_version[16]": 1.0243595319998349,
|
|
1532
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[11]": 2.1144499950000863,
|
|
1533
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[12]": 2.1629982099998415,
|
|
1534
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[13]": 2.1555627180000556,
|
|
1535
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[14]": 2.155004647999249,
|
|
1536
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[15]": 2.2175874860004114,
|
|
1537
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgis_extension[16]": 9.818416987000091,
|
|
1538
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[11]": 4.00747759099977,
|
|
1539
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[12]": 4.012176510000245,
|
|
1540
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[13]": 4.028774939999948,
|
|
1541
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[14]": 4.168180322999888,
|
|
1542
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[15]": 4.106193313999938,
|
|
1543
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_query_export_to_s3[16]": 4.136665864999941,
|
|
1544
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[11]": 4.857665725000061,
|
|
1545
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[12]": 3.9385385189998487,
|
|
1546
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[13]": 3.8933017260005727,
|
|
1547
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[14]": 4.122605430000021,
|
|
1548
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[15]": 3.9396434020004563,
|
|
1549
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_extension_table_import_from_s3[16]": 5.3035392270003285,
|
|
1550
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[11]": 61.88122214399982,
|
|
1551
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[12]": 4.988303735000045,
|
|
1552
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[13]": 1.9524248559996522,
|
|
1553
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[14]": 1.9581728220000514,
|
|
1554
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[15]": 1.866876596000111,
|
|
1555
|
+
"tests/aws/services/rds/test_rds_postgres_extensions.py::TestRdsPostgresExtensions::test_postgres_s3_extension_helpers[16]": 1.9539771469994776,
|
|
1556
|
+
"tests/aws/services/redshift/test_redshift.py::TestRedshift::test_create_cluster": 8.831300099000146,
|
|
1557
|
+
"tests/aws/services/redshift/test_redshift.py::TestRedshift::test_parameter_group": 0.6461854030003451,
|
|
1558
|
+
"tests/aws/services/redshift/test_redshift.py::TestRedshift::test_redshift_connector": 5.896484923000116,
|
|
1559
|
+
"tests/aws/services/redshift/test_redshift.py::TestRedshiftCdk::test_cdk_cluster_creation": 0.0027162649998899724,
|
|
1560
|
+
"tests/aws/services/redshift/test_redshift.py::TestRedshiftCdk::test_redshift_cluster_connection": 0.0027136590001646255,
|
|
1561
|
+
"tests/aws/services/redshift/test_redshift.py::TestRedshiftCdk::test_redshift_describe_cluster_parameters": 0.0025969880002776335,
|
|
1562
|
+
"tests/aws/services/route53/test_route53.py::TestRoute53::test_alias_lifecycle_with_dns_resolution": 0.12709859999904438,
|
|
1563
|
+
"tests/aws/services/route53/test_route53.py::TestRoute53::test_alias_target_resolution": 0.09626223500026754,
|
|
1564
|
+
"tests/aws/services/route53/test_route53.py::TestRoute53::test_dns_failover_based_on_health_check": 12.735966343999735,
|
|
1565
|
+
"tests/aws/services/route53/test_route53.py::TestRoute53::test_dns_resolution[False]": 0.07240875000070446,
|
|
1566
|
+
"tests/aws/services/route53/test_route53.py::TestRoute53::test_dns_resolution[True]": 2.8497718599996915,
|
|
1567
|
+
"tests/aws/services/route53/test_route53.py::TestRoute53::test_health_checks": 0.1615113670000028,
|
|
1568
|
+
"tests/aws/services/route53/test_route53.py::TestRoute53::test_resource_record_lifecycle": 2.442267831999743,
|
|
1569
|
+
"tests/aws/services/route53/test_route53.py::TestRoute53::test_resource_record_lifecycle_with_dns_resolution": 0.12763858300058928,
|
|
1570
|
+
"tests/aws/services/s3/test_s3.py::TestS3::test_bucket_mounting[False]": 0.00272431899975345,
|
|
1571
|
+
"tests/aws/services/s3/test_s3.py::TestS3::test_bucket_mounting[True]": 0.0032144130000233417,
|
|
1572
|
+
"tests/aws/services/s3/test_s3.py::TestS3::test_object_key_length": 0.19967760899953646,
|
|
1573
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_big_file_query[1000000]": 0.9791542360003405,
|
|
1574
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_big_file_query[50000000]": 0.035562474000016664,
|
|
1575
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_empty_file": 0.2529009340000812,
|
|
1576
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_inconsistent_number_of_columns": 0.1829406580000068,
|
|
1577
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE 'bar' IN s.synonyms[*]]": 0.1777456490003715,
|
|
1578
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE 'bar' in s.synonyms[*]]": 0.08386585000016566,
|
|
1579
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE 'bar' in s.synonyms]": 0.08832952899956581,
|
|
1580
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE 'value' IN s.synonyms[*]]": 0.08038460200032205,
|
|
1581
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE (2,3,4) IN s.nested[*]]": 0.09134391599991432,
|
|
1582
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE (7,8.5,9) = s.nested[1]]": 0.09472374899996794,
|
|
1583
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE (7,8.5,9) IN s.nested[1]]": 0.11960375199987539,
|
|
1584
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE (8.0+0.5) IN s.nested[1][*]]": 0.08841033099952256,
|
|
1585
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE (8.5) IN s.nested[1][*]]": 0.08669298099994194,
|
|
1586
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE (s.nested[1] IS MISSING) OR ((7,8.5,9) != s.nested[1])]": 0.0927973259999817,
|
|
1587
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE (s.nested[1][0] IS MISSING) OR (s.nested[1][0] != 7)]": 0.0878199379999387,
|
|
1588
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE 3 in s.numbers[*]]": 0.08883134699999573,
|
|
1589
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE 3.0 in s.numbers[*]]": 0.08223995999969702,
|
|
1590
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE 4 in s.numbers[*]]": 0.08276305900017178,
|
|
1591
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE CAST(s.\"id\" AS INTEGER) IN [3,2]]": 0.08432945100048528,
|
|
1592
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE [7,8.5,9] = s.nested[1]]": 0.08970154799999364,
|
|
1593
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE [7,8.5,9] IN s.nested]": 0.08525219200009815,
|
|
1594
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE s.id IN (1,3)]": 0.08402101100000436,
|
|
1595
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE s.nested[0][0] = 2]": 0.09124828399990292,
|
|
1596
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE s.nested[0][0] = 7]": 0.11569342699976914,
|
|
1597
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE s.nested[1][0] = 7]": 0.086422821999804,
|
|
1598
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT * from s3object s WHERE s.title = 'Test Record']": 0.08851333399934447,
|
|
1599
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT 1 / 2 FROM S3Object LIMIT 1]": 0.08110850700040828,
|
|
1600
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT 1.0 / 2.0 * .3 FROM S3Object LIMIT 1]": 0.08310741900004359,
|
|
1601
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT 3.0 / 2, 5 / 2.0 FROM S3Object LIMIT 1]": 0.08185939500026507,
|
|
1602
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT cast(1 as float) FROM S3Object LIMIT 1]": 0.08793671700004779,
|
|
1603
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT cast(1.0 as float) FROM S3Object LIMIT 1]": 0.08193358300013642,
|
|
1604
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT date_diff(MONTH, CAST('2019-10-20T' AS TIMESTAMP), CAST('2020-01-20T' AS TIMESTAMP)) FROM S3Object LIMIT 1]": 0.08626050500015481,
|
|
1605
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT date_diff(MONTH, CAST('2020-01-20T' AS TIMESTAMP), CAST('2019-10-20T' AS TIMESTAMP)) FROM S3Object LIMIT 1]": 0.09317937500009066,
|
|
1606
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT date_diff(day, CAST('2010-01-01T23:00:00Z' AS TIMESTAMP), CAST('2010-01-02T01:00:00Z' AS TIMESTAMP)) FROM S3Object LIMIT 1]": 0.08389758000021175,
|
|
1607
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT date_diff(day, CAST('2010-01-01T23:00:00Z' AS TIMESTAMP), CAST('2010-01-02T23:00:00Z' AS TIMESTAMP)) FROM S3Object LIMIT 1]": 0.08295703499970841,
|
|
1608
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT date_diff(month, CAST('2010-01-01T' AS TIMESTAMP), CAST('2010-05T' AS TIMESTAMP)) FROM S3Object LIMIT 1]": 0.09059014399963417,
|
|
1609
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT date_diff(month, CAST('2010T' AS TIMESTAMP), CAST('2011T' AS TIMESTAMP)) FROM S3Object LIMIT 1]": 0.08805145499945866,
|
|
1610
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT date_diff(month, CAST('2011T' AS TIMESTAMP), CAST('2010T' AS TIMESTAMP)) FROM S3Object LIMIT 1]": 0.0876709980002488,
|
|
1611
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT date_diff(year, CAST('2010-01-01T' AS TIMESTAMP), CAST('2011-01-01T' AS TIMESTAMP)) FROM S3Object LIMIT 1]": 0.09112183500019455,
|
|
1612
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT s.\"id\" from s3object s WHERE CAST(s.\"id\" AS INTEGER) <= 9223372036854775807]": 0.08289695099983874,
|
|
1613
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT s.\"id\" from s3object s WHERE s.\"id\" >= -9223372036854775808]": 0.0849945480003953,
|
|
1614
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT s.* from s3object s WHERE (7,8.5,9) = s.nested[1]]": 0.08715206699980627,
|
|
1615
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT s.nested from s3object s WHERE (8.5 IN s.nested[*][*]) AND (s.id = 0)]": 0.12984054100024878,
|
|
1616
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT s.nested from s3object s WHERE (8.5 IN s.nested[*][*]) AND (s.id > 0)]": 0.0888843560001078,
|
|
1617
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT s.nested from s3object s WHERE 8.5 IN s.nested[*][*]]": 0.09072529800005213,
|
|
1618
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT s.nested from s3object s WHERE 8.5 IN s.nested[*]]": 0.13087437200010754,
|
|
1619
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT s.nested[1], s.nested[0] from s3object s WHERE (7,8.5,9) = s.nested[1]]": 0.08254637099980755,
|
|
1620
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select[SELECT s.synonyms from s3object s WHERE 'bar' IN s.synonyms[*] ]": 0.08469207699954495,
|
|
1621
|
+
"tests/aws/services/s3/test_s3_select.py::TestS3Select::test_s3_select_wrong_expression_type": 0.15895360899958177,
|
|
1622
|
+
"tests/aws/services/sagemaker/test_sagemaker.py::TestSagemaker::test_custom_model_deployment": 60.39805119399989,
|
|
1623
|
+
"tests/aws/services/sagemaker/test_sagemaker.py::TestSagemaker::test_model_deployment_workflow": 0.0041004239997164404,
|
|
1624
|
+
"tests/aws/services/sagemaker/test_sagemaker.py::TestSagemaker::test_train_tensorflow": 0.004698374000327021,
|
|
1625
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepo::test_create_cloud_formation_change_set": 0.8132538720001321,
|
|
1626
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepo::test_crud_application_versions": 0.0381709889998092,
|
|
1627
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepo::test_crud_applications": 1.989534447999631,
|
|
1628
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepo::test_crud_formation_template": 0.023522297999534203,
|
|
1629
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepo::test_lookup_predefined_application": 0.09069442299960428,
|
|
1630
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepo::test_not_existing_version": 0.19866590500032544,
|
|
1631
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepoParity::test_minimal_app_with_version": 0.31065174600007595,
|
|
1632
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepoParity::test_minimal_app_without_version": 0.2130007629998545,
|
|
1633
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepoParity::test_serverlessrepo_lifecycle": 0.004624032000265288,
|
|
1634
|
+
"tests/aws/services/serverlessrepo/test_serverlessrepo.py::TestServerlessRepoParity::test_template_validation": 0.003971110999827943,
|
|
1635
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_create_service": 0.2525863619998745,
|
|
1636
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_create_service_exceptions": 0.33724371700009215,
|
|
1637
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_create_untagged_resource": 0.05268122699999367,
|
|
1638
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_dns_namespace_private": 0.690168664000339,
|
|
1639
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_dns_namespace_private_hosted_zone": 0.7436258759998964,
|
|
1640
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_dns_namespace_public": 0.04680773100062652,
|
|
1641
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_dns_namespace_with_and_without_dot[private-invalid name]": 0.6163096659997791,
|
|
1642
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_dns_namespace_with_and_without_dot[private-test-<rnd>.com]": 0.6383281190001071,
|
|
1643
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_dns_namespace_with_and_without_dot[private-test-domain-<rnd>]": 0.6517747429998053,
|
|
1644
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_dns_namespace_with_and_without_dot[public-invalid name]": 0.624456212000041,
|
|
1645
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_dns_namespace_with_and_without_dot[public-test-<rnd>.com]": 0.6038217899995288,
|
|
1646
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_dns_namespace_with_and_without_dot[public-test-domain-<rnd>]": 0.5896977790002893,
|
|
1647
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_filtering_http_namespace": 8.337224517000323,
|
|
1648
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_register_instance": 0.540709730999879,
|
|
1649
|
+
"tests/aws/services/servicediscovery/test_servicediscovery.py::TestServicediscovery::test_register_instance_exceptions": 0.16556832400010535,
|
|
1650
|
+
"tests/aws/services/ses/test_ses.py::TestSes::test_active_receipt_rule_set": 0.040535138999985065,
|
|
1651
|
+
"tests/aws/services/ses/test_ses.py::TestSes::test_raw_email": 0.021348308000142424,
|
|
1652
|
+
"tests/aws/services/ses/test_ses.py::TestSes::test_receipt_rule": 0.06787280399976225,
|
|
1653
|
+
"tests/aws/services/ses/test_ses.py::TestSes::test_receipt_rule_set": 0.05944742199972097,
|
|
1654
|
+
"tests/aws/services/ses/test_ses.py::TestSes::test_send_bulk_templated_email": 0.05510787599996547,
|
|
1655
|
+
"tests/aws/services/ses/test_ses.py::TestSes::test_send_email": 0.03061237399970196,
|
|
1656
|
+
"tests/aws/services/ses/test_ses.py::TestSes::test_send_email_html_only": 0.021381268999903114,
|
|
1657
|
+
"tests/aws/services/ses/test_ses.py::TestSes::test_templated_email": 0.029782728000100178,
|
|
1658
|
+
"tests/aws/services/sesv2/test_sesv2.py::TestSesv2::test_email_identities": 0.1554870849990948,
|
|
1659
|
+
"tests/aws/services/sesv2/test_sesv2.py::TestSesv2::test_send_bulk_email": 0.044694994000110455,
|
|
1660
|
+
"tests/aws/services/sesv2/test_sesv2.py::TestSesv2::test_send_email": 0.016793646999758494,
|
|
1661
|
+
"tests/aws/services/sesv2/test_sesv2.py::TestSesv2::test_send_email_raw": 0.015479067000796931,
|
|
1662
|
+
"tests/aws/services/sesv2/test_sesv2.py::TestSesv2::test_send_email_simple": 0.016959108999799355,
|
|
1663
|
+
"tests/aws/services/sesv2/test_sesv2.py::TestSesv2::test_send_email_template": 0.019031848999929935,
|
|
1664
|
+
"tests/aws/services/sqs/test_sqs.py::TestSQS::test_create_queues_get_arns": 0.02042881200031843,
|
|
1665
|
+
"tests/aws/services/sqs/test_sqs.py::TestSQS::test_dead_letter_queue": 0.029139372999452462,
|
|
1666
|
+
"tests/aws/services/ssm/test_ssm.py::TestSsm::test_cancel_command": 18.29507054500027,
|
|
1667
|
+
"tests/aws/services/ssm/test_ssm.py::TestSsm::test_describe_instance_information": 1.7700939559999824,
|
|
1668
|
+
"tests/aws/services/ssm/test_ssm.py::TestSsm::test_send_command": 9.925910259999455,
|
|
1669
|
+
"tests/aws/services/sso_admin/test_sso_admin.py::TestSsoAdmin::test_list_permission_sets": 0.6395641970002544,
|
|
1670
|
+
"tests/aws/services/stepfunctions/test_stepfunctions.py::TestBaseScenarios::test_glue_start_job[GLUE_START_JOB_RUN_SYNC__BASE_COMMAND]": 145.53495061900003,
|
|
1671
|
+
"tests/aws/services/stepfunctions/test_stepfunctions.py::TestBaseScenarios::test_glue_start_job[GLUE_START_JOB_RUN_SYNC__EXCEPTION_COMMAND]": 6.564743579999231,
|
|
1672
|
+
"tests/aws/services/stepfunctions/test_stepfunctions.py::TestBaseScenarios::test_glue_start_job[GLUE_START_JOB_RUN__BASE_COMMAND]": 4.411580719000085,
|
|
1673
|
+
"tests/aws/services/stepfunctions/test_stepfunctions.py::TestBaseScenarios::test_glue_start_job[GLUE_START_JOB_RUN__EXCEPTION_COMMAND]": 5.0475759170003585,
|
|
1674
|
+
"tests/aws/services/stepfunctions/test_stepfunctions.py::TestBaseScenarios::test_glue_start_job_no_such_job[GLUE_START_JOB_RUN]": 4.406381356000111,
|
|
1675
|
+
"tests/aws/services/stepfunctions/test_stepfunctions.py::TestBaseScenarios::test_glue_start_job_no_such_job[GLUE_START_JOB_RUN_SYNC]": 4.368926619999456,
|
|
1676
|
+
"tests/aws/services/textract/test_textract.py::TestTextract::test_detect_document_text": 1.847034345999873,
|
|
1677
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamBasic::test_describe_endpoints": 1.363015427999926,
|
|
1678
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamBasic::test_list_tags_for_resource": 2.1840570509998543,
|
|
1679
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_ago_function": 0.12712688699957653,
|
|
1680
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_bin_function[3d]": 0.03571963800004596,
|
|
1681
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_from_iso8601_date": 0.031865107999692555,
|
|
1682
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_from_iso8601_timestamp[2021-11-15T11:18:42.573Z]": 0.03153532699980133,
|
|
1683
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_from_iso8601_timestamp[2021-11-15T11:18:42]": 0.03314466299934793,
|
|
1684
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_from_milliseconds_func": 0.10308532200042464,
|
|
1685
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_insert_different_data_types": 2.657831069999247,
|
|
1686
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_interpolation_function[False]": 1.2890331160001551,
|
|
1687
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_interpolation_function[True]": 1.2904000270000324,
|
|
1688
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_multi_records": 1.0752180360000239,
|
|
1689
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_output_precision[BIGINT]": 1.0749219209997136,
|
|
1690
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_output_precision[DOUBLE]": 1.0751994240004024,
|
|
1691
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_parse_duration_func": 0.04348906200038982,
|
|
1692
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_query_pagination": 2.3616479610004717,
|
|
1693
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_sequence_time_func": 0.26939730400044937,
|
|
1694
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_sum_by_reference": 1.3596468920000007,
|
|
1695
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_timestream_query[DB_TEST-MY_TABLE_NAME]": 1.3974615999995876,
|
|
1696
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_timestream_query[db-{short_uid}-table{short_uid}]": 4.952468756000144,
|
|
1697
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_to_milliseconds_func": 0.17036969399987356,
|
|
1698
|
+
"tests/aws/services/timestream/test_timestream.py::TestTimestreamQueries::test_unnest_function": 1.16977821699993,
|
|
1699
|
+
"tests/aws/services/transfer/test_transfer.py::TestAWSTransfer::test_basic_transfer_api": 9.29372894700009,
|
|
1700
|
+
"tests/aws/services/transfer/test_transfer.py::TestAWSTransfer::test_ftp_ssl_transfer": 5.017380566000156,
|
|
1701
|
+
"tests/aws/services/transfer/test_transfer.py::TestAWSTransfer::test_ftp_transfer": 5.0281438780002645,
|
|
1702
|
+
"tests/aws/services/wafv2/test_wafv2.py::TestWafV2::test_create_and_list_web_acl": 0.39198001300019314,
|
|
1703
|
+
"tests/aws/services/xray/test_xray.py::TestXRay::test_create_and_get_sampling_rule": 0.02519352399986019,
|
|
1704
|
+
"tests/aws/services/xray/test_xray.py::TestXRay::test_create_existing_sampling_rule_raises_exception": 0.024502192999989347,
|
|
1705
|
+
"tests/aws/services/xray/test_xray.py::TestXRay::test_custom_xray_records_endpoint": 0.03452596699980859,
|
|
1706
|
+
"tests/aws/services/xray/test_xray.py::TestXRay::test_delete_sampling_rule": 0.033622574000219174,
|
|
1707
|
+
"tests/aws/services/xray/test_xray.py::TestXRay::test_put_and_get_trace_segments": 0.02487251999991713,
|
|
1708
|
+
"tests/aws/services/xray/test_xray.py::TestXRay::test_put_records": 0.015092684000137524,
|
|
1709
|
+
"tests/aws/services/xray/test_xray.py::TestXRay::test_update_sampling_rule": 0.028631129999666882,
|
|
1710
|
+
"tests/aws/test_application_autoscaling.py::TestAppAutoscaling::test_put_scaling_policy": 0.0417192640002213,
|
|
1711
|
+
"tests/aws/test_network_configuration.py::TestAppsync::test_default_strategy": 0.02127859099982743,
|
|
1712
|
+
"tests/aws/test_network_configuration.py::TestAppsync::test_domain_strategy": 0.019216941999729897,
|
|
1713
|
+
"tests/aws/test_network_configuration.py::test_amplify": 0.19127072099990983,
|
|
1714
|
+
"tests/aws/test_network_configuration.py::test_apigateway_v2": 0.21016244000065853,
|
|
1715
|
+
"tests/aws/test_network_configuration.py::test_cloudfront": 2.2792959690000316,
|
|
1716
|
+
"tests/aws/test_network_configuration.py::test_ecr": 31.10651256700021,
|
|
1717
|
+
"tests/aws/test_network_configuration.py::test_elasticache": 0.7372598020001533,
|
|
1718
|
+
"tests/aws/test_network_configuration.py::test_iot": 0.021905564999997296,
|
|
1719
|
+
"tests/aws/test_network_configuration.py::test_kafka": 4.041741557000023,
|
|
1720
|
+
"tests/aws/test_network_configuration.py::test_mediastore": 0.0750327010005094,
|
|
1721
|
+
"tests/aws/test_network_configuration.py::test_mq": 3.74528196700021,
|
|
1722
|
+
"tests/aws/test_network_configuration.py::test_mwaa": 0.003165079999689624,
|
|
1723
|
+
"tests/aws/test_network_configuration.py::test_route53": 0.03804084399916974,
|
|
1724
|
+
"tests/aws/test_network_configuration.py::test_timestream": 0.040923781999481434,
|
|
1725
|
+
"tests/aws/test_serverless.py::TestServerless::test_websocket_deployed": 10.985926521999772,
|
|
1726
|
+
"tests/aws/test_terraform.py::TestTerraform::test_appsync_deployed": 40.050374403000205,
|
|
1727
|
+
"tests/aws/test_terraform.py::TestTerraform::test_emr_deployed": 0.6456293529995492,
|
|
1728
|
+
"tests/aws/test_terraform.py::TestTerraform::test_glacier_deployed": 40.48138746499944,
|
|
1729
|
+
"tests/cli/test_cli.py::TestCliContainerLifecycle::test_container_starts_non_root": 0.002614872000322066,
|
|
1730
|
+
"tests/cli/test_cli.py::TestCliContainerLifecycle::test_custom_docker_flags": 0.0027698939998117567,
|
|
1731
|
+
"tests/cli/test_cli.py::TestCliContainerLifecycle::test_logs": 0.0028564470003402676,
|
|
1732
|
+
"tests/cli/test_cli.py::TestCliContainerLifecycle::test_start_cli_within_container": 0.0026712179997048224,
|
|
1733
|
+
"tests/cli/test_cli.py::TestCliContainerLifecycle::test_start_wait_stop": 0.0035907730002691096,
|
|
1734
|
+
"tests/cli/test_cli.py::TestCliContainerLifecycle::test_status_services": 0.0026357410001764947,
|
|
1735
|
+
"tests/cli/test_cli.py::TestCliContainerLifecycle::test_volume_dir_mounted_correctly": 0.002804790000027424,
|
|
1736
|
+
"tests/cli/test_cli.py::TestCliContainerLifecycle::test_wait_timeout_raises_exception": 0.002962036000099033,
|
|
1737
|
+
"tests/cli/test_cli.py::TestImports::test_cli_imports_from_bootstrap": 3.191792846000226,
|
|
1738
|
+
"tests/integration/certificates/test_resource.py::TestCertificateResource::test_crud_cert": 0.14477134200069486,
|
|
1739
|
+
"tests/integration/certificates/test_resource.py::TestCertificateResource::test_get_root_ca": 0.11713229699989824,
|
|
1740
|
+
"tests/integration/certificates/test_resource.py::TestCertificateResource::test_list_certs_returns_correct_urls": 0.083846528000322,
|
|
1741
|
+
"tests/integration/certificates/test_resource.py::TestCertificateResource::test_list_root_ca": 0.01193284400005723,
|
|
1742
|
+
"tests/integration/libvirt/test_libvirt.py::TestLibvirtClient::test_domain_crud": 0.019061679000060394,
|
|
1743
|
+
"tests/integration/libvirt/test_libvirt.py::TestLibvirtClient::test_storage_pool_and_volume_crud": 0.012250384000253689,
|
|
1744
|
+
"tests/integration/libvirt/test_libvirt.py::TestXmlConfig::test_domain_config_generation": 0.004843984999752138,
|
|
1745
|
+
"tests/integration/libvirt/test_libvirt.py::TestXmlConfig::test_storage_pool_config_generation": 0.004275803000382439,
|
|
1746
|
+
"tests/integration/libvirt/test_libvirt.py::TestXmlConfig::test_storage_volume_config_generation": 0.005374545000449871,
|
|
1747
|
+
"tests/integration/services/internal/test_stackinfo.py::test_stackinfo_resource": 0.037040325999896595,
|
|
1748
|
+
"tests/integration/test_crypto.py::test_encrypt_via_aws_encryption_sdk": 0.1714906530000917
|
|
1749
|
+
}
|