Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python310-moto | Distribution: openSUSE Tumbleweed |
Version: 4.1.0 | Vendor: openSUSE |
Release: 1.7 | Build date: Thu Jun 15 21:01:56 2023 |
Group: Unspecified | Build host: lamb26 |
Size: 23970464 | Source RPM: python-moto-4.1.0-1.7.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/getmoto/moto | |
Summary: Library to mock out tests based on AWS |
A library that allows your python tests to mock out AWS Services
Apache-2.0
* Sat Jan 21 2023 Ben Greiner <code@bnavigator.de> - Update to 4.1.0 * Dropped support for Py 3.6 * Moto now uses setup.cfg to hold our packaging configuration, instead of setup.py, making Moto compatible with more recent Pip-versions - Moto 4.0.13 [#]# New Methods: * EC2: - get_password_data() * Sagemaker: - update_pipeline() * SecretsManager: - cancel_rotate_secret() [#]# Miscellaneous: * CloudWatch: put_metric_data() now supports the StatisticValues-parameter * CognitoIDP: sign_out() now also invalidates the AccessToken * IAM: get_account_authorization_details() now returns the Tags-attribute * IOT: create_keys_and_certificate() now creates valid certificates, instead of random data - Moto 4.0.12 [#]# General: * Fixes our Kinesis-compatibility with botocore>=1.29.31 - earlier Moto-versions will connect to AWS when using this botocore-version [#] New Methods: * Athena: - get_query_results() - list_query_executions() * RDS: - promote_read_replica() * Sagemaker: - create_pipeline() - delete_pipeline() - list_pipelines() [#]# Miscellaneous: * AWSLambda: publish_function() and update_function_code() now only increment the version if the source code has changed * CognitoIDP: Passwords are now validated using the PasswordPolicy (either supplied, or the default) * CloudFormation: create_stack() now propagates parameters StackPolicyBody and TimeoutInMinutes * CloudFormation: create_stack_instances() now returns the actual OperationId * CloudFormation: create_stack_set() now validates the provided name * CloudFormation: create_stack_set() now supports the DeploymentTargets-parameter * CloudFormation: create_stack_set() now actually creates the provided resources * CloudFormation: create_stack_set() now propagates parameters AdministrationRoleARN and ExecutionRoleName * CloudFormation: describe_stack_set() now returns the attributes Description, PermissionModel * CloudFormation: delete_stack_set() now validates that no instances are present before deleting the set * CloudWatch: get_metric_data() now supports the Label-parameter * EC2: allocate_address() now has improved behaviour for the Domain-parameter * EC2: create_volume() now supports the Iops-parameter * ECR: Improved ImageManifest support * KMS: describe_key() now returns an AccessDeniedException if the supplied policy does not allow this action * Route53: change_resource_record_sets() has additional validations * Route53: create_hosted_zone() now also creates a SOA-record by default * S3: put_object() now returns the ChecksumAlgorithm-attribute if supplied * SSM: describe_parameters() now has improved support for filtering by tags - Drop remove-mock.patch -- fixed upstream * Mon Nov 21 2022 Ben Greiner <code@bnavigator.de> - Update to 4.0.10 [#]# New Methods: * CloudFront: * get_distribution_config() * Organizations: * delete_organizational_unit() [#]# Miscellaneous: * APIGateway: put_integration_response() now supports the responseParameters-parameter * Cloudformation now supports the creation/update/deletion of AWS::SSM::Parameter * Cloudformation: create_stack() now returns the attribute EnableTerminationProtection * CloudWatch: put_metric_data() now supports the MetricData.Values parameter * DynamoDB: transact_write_items() now supports the ReturnValuesOnConditionCheckFailure-parameter * RDS: describe_db_cluster now returns the EarliestRestorableTime-attribute * S3: get_object() and head_object() now correctly handle the IfModifiedSince-parameter * Sat Nov 19 2022 Ben Greiner <code@bnavigator.de> - Update to 4.0.9 [#]# Miscellaneous: * CloudTrail: describe_trails() now returns the correct (MultiRegion) trails * CloudWatch:tag_resource() now allows tagting new Alarms that didn't have tags yet * EC2: create_instances() now supports the `IamInstanceProfile`-parameter * EC2: describe_route_tables() now supports the `route.vpc-peering-connection-id`-filter * EC2: modify_vpc_attribute() now supports the enableNetworkAddressUsageMetrics-attribute * S3: delete_objects() now works against the JS SDK v3.197.0 * Fri Oct 28 2022 Ben Greiner <code@bnavigator.de> - Update to 4.0.8 * General: * Unpins the werkzeug-dependency - Moto now works with werkzeug==2.2.2 * Fixes the Docker-build to run on M1 Macbooks. * New Services: * ServiceQuotas: * get_service_quota() * list_aws_default_service_quotas() * New Methods: * CloudFront: list_invalidations() * RDS: modify_db_cluster() * Miscellaneous: * Lambda:delete_function() - fixed an issue where the wrong Function would be deleted when providing a qualifier * ECR:put_image() now removes any existing images that have the provided tag * IAM:detach_user/group/role_policy() now throws the correct error message when the policy is not attached in the first place * S3:list_object_versions(): Fix delimiter to take prefix into account * S3: Now closes file handles as early as possible when deleting files/multipart uploads * Sagamaker:describe_training_job() now throws the correct exception when trying to explain a non-existing job * Thu Oct 13 2022 Ben Greiner <code@bnavigator.de> - Update to 4.0.7 * New Services: * Comprehend: * create_entity_recognizer() * delete_entity_recognizer() * describe_entity_recognizer() * list_entity_recognizers() * list_tags_for_resource() * stop_training_entity_recognizer() * MeteringMarketplace: * batch_meter_usage() * New Methods: * EC2: * modify_vpc_endpoint() * MediaConnect: * grant_flow_entitlements() * revoke_flow_entitlement() * update_flow_entitlement() * update_flow_output() * Miscellaneous: * DynamoDB:transact_write_items() - Now includes validation if multipel operations are provided in the same item * EC2:cancel_spot_fleet_request() - Fixed a bug where instances were always terminated * EC2:create_instances() - Now uses the private IP address as as provided in the NetworkInterface * EC2:describe_instance_types() - Now supports all filters * ECS:run_task() - Now creates/attaches an ENI if appropriate * S3: Fixed an issue where file handles were not closed on large uploads - Release 4.0.6 * General: * Moto can now be seeded, which will make identifiers deterministic. See http://docs.getmoto.org/en/latest/docs/configuration/recorder/index.html * The format for access-key and role ids has been changed, and is now generated using the same algorithm that AWS uses * Miscellaneous: * AWSLambda:add_permission() now properly handles the PrincipalOrgID-param * DynamoDB:update_item() now validates duplicate UpdateExpressions * EC2 now exposes instance types in the correct availability zones for us-west-1 (us-west-1a and us-west-1b) * EC2 has various improvements around the handling of RouteTableAssociations * Glue:get_tables() now supports the Expression-parameter * Organizations:create_organization() now uses a default value for FeatureSet=ALL * RDS:describe_db_subnet_groups() now returns the DBSubnetGroupArn-attribute * S3:upload_file() now supports the ExtraArgs: ChecksumAlgorithm-parameter * SSM:list_commands() now returns the DeliveryTimedOutCount-attribute - Release 4.0.5 * General: * Moto now has a Recorder, to easily record and replay a given set of requests. See http://docs.getmoto.org/en/latest/docs/configuration/recorder/index.html * Miscellaneous: * CloudFormation now supports the creation/update/deletion of AWS::EC2::LaunchTemplate * Glue:start_job_run() now respects the MaxConcurrentRuns-parameter * S3:get_object() now performs rudimentary BucketPolicy validation * StateManager now supports `glue::job_run`, managing how long it takes to for a Glue job to become 'SUCCEEDED' - Release 4.0.3 * General: * Compatible with openapi-spec-validator 0.5.x * New Methods: * Kinesis: * update_stream_mode() * WAFv2: * associate_web_acl() * delete_web_acl() * disassociate_web_acl() * get_web_acl() * get_web_acl_for_resource() * list_rule_groups() * list_tags_for_resource() * tag_resource() * untag_resource() * update_web_acl() * Miscellaneous: * DynamoDB:query() now has improved support for KeyConditionExpression * Kinesis:put_records() now validates the size/number of records, following AWS' behaviour - Release 4.0.2 * New Services: * Amazon Managed Prometheus (AMP) * create_rule_groups_namespace() * create_workspace() * delete_rule_groups_namespace() * delete_workspace() * describe_rule_groups_namespace() * describe_workspace() * list_rule_groups_namespaces() * list_tags_for_resource() * list_workspaces() * put_rule_groups_namespace() * tag_resource() * untag_resource() * update_workspace_alias() * Miscellaneous: * APIGateway:put_method() now supports the requestParameters-parameter * AutoScaling:create_auto_scaling_group() now supports the MixedInstancesPolicy-parameter * CloudWatchLogs:filter_log_events() now supports the filterPattern-parameter * DynamoDB:batch_put_item() now has validatior for empty keys * Kinesis:create_stream() now supports stream-mode=OnDemand * S3:head_object() now returns the PartsCount-header * SNS:subscribe() now has increased support for the FilterPolicy-argument * SSM now returns the /aws/service/ami-amazon-linux-latest-parameters as provided by AWS - Release 4.0.1 * New Services: * Personalize: * create_schema() * delete_schema() * describe_schema() * list_schemas() * Signer: * cancel_signing_profile() * get_signing_profile() * list_signing_platforms() * put_signing_profile() * New Methods: * AWS Lambda: * create_function_url_config() * delete_function_url_config() * get_function_url_config() * update_function_url_config() * Glue: * update_database() * EC2: * describe_volumes_modifications() * modify_volume() * S3: * delete_bucket_ownership_rule() * get_bucket_ownership_rule() * put_bucket_ownership_rule() * Miscellaneous: * CloudFormation: Fixed a bug where deletion of AWS::Route53::RecordSet would result in an error * DynamoDB: Fixed a bug where a TableARN would always return region=us-east-1 * EC2:create_launch_template() now supports the TagSpecifications-parameter * EC2:describe_instance_types() now supports the Filters-parameter * EC2:run_instances() now supports the HibernationOptions-param - Release 4.0.0 * General: * Introduces MultiAccount support (see http://docs.getmoto.org/en/latest/docs/multi_account.html) * Removes deprecated decorators mock_dynamodb2 and mock_rds2 * The API for the TreadedMotoServer is now considered stable * Dependencies: * The responses-module now has a minimum version of 0.13.0 - Release 3.1.18 * General: * Flask has now also been pinned to 2.1.x, as that is the latest release that works with werkzeug 2.1.x * New Methods: * EC2: * create_fleet() * describe_fleets() * describe_fleet_instances() * delete_fleets() * SES: * describe_configuration_set() * send_bulk_templated_email() * Miscellaneous: * EC2: describe_key_pairs() now returns the KeyPairId-attribute * EC2: import_key_pair() now returns the KeyPairId-attribute * EC2: describe_launch_templates() now behaves correctly when called with an unknown template name * RDS: create_db_instance() now returns the AvailabilityZone-attribute * RDS: describe_db_instances() now returns the AvailabilityZone-attribute - Release 3.1.17 * General: * Werkzeug has been pinned to 2.1.x, as the latest 2.2.x releases cause some issues * New Services: * CodeBuild: * batch_get_builds() * delete_project() * list_builds() * list_builds_for_project() * start_build() * stop_build() * Cost Explorer: * create_cost_category_definition() * delete_cost_category_definition() * describe_cost_category_definition() * update_cost_category_definition() * EMR Serverless: * create_application() * delete_application() * get_application() * list_applications() * start_application() * start_job_run() * stop_application() * update_application() * New Methods: * Autoscaling: * delete_scheduled_action() * describe_scheduled_actions() * put_scheduled_update_group_action() * CloudFront: * create_distribution_with_tags() * create_invalidation() * list_tags_for_resource() * Glue: * create_schema() * delete_schema() * get_schema_by_definition() * get_schema_version() * put_schema_version_metadata() * register_schema_version() * Greengrass: * associate_role_to_group() * create_deployment() * disassociate_role_from_group() * get_associated_role() * get_deployment_status() * list_deployments() * reset_deployments() * IAM: * update_assume_role_policy() * IOT: * list_targets_for_policy() * KMS: * replicate_key() * MediaConnect: * add_flow_sources() * update_flow_source() * Miscellaneous: * CloudFormation now supports the creation of AWS::AutoScaling::ScheduledAction * CognitoIDP now supports pagination for list_groups() and list_users_in_group() * EC2:describe_instances() now supports the filter 'key-name' * IAM:create_access_key() now limits the number of keys per user to 2 * Mon Jun 27 2022 Ben Greiner <code@bnavigator.de> - Update to 3.1.16 * New Methods: * Autoscaling: * enable_metrics_collection() * Miscellaneous: * Fixes a dependency-error that popped up in 3.1.15. - Release 3.1.15 * Known bugs: * Some services will throw an error: Missing module 'openapi_spec_validator'. * New Methods: * Databrew: * create_profile_job() * create_recipe_job() * delete_job() * describe_job() * list_jobs() * update_profile_job() * update_recipe_job() * Glue: * create_registry() * Greengrass: * create_group() * create_group_version() * delete_group() * get_group() * get_group_version() * list_groups() * list_group_versions() * update_group() * KMS: * sign() * verify() * Route53Resolver: * associate_resolver_endpoint_ip_address() * disassociate_resolver_endpoint_ip_address() - Release 3.1.14 * New Methods: * Greengrass: * create_function_definition() * create_resource_definition() * create_function_definition_version() * create_resource_definition_version() * create_subscription_definition() * create_subscription_definition_version() * delete_function_definition() * delete_resource_definition() * delete_subscription_definition() * get_function_definition() * get_function_definition_version() * get_resource_definition() * get_resource_definition_version() * get_subscription_definition() * get_subscription_definition_version() * list_function_definitions() * list_function_definition_versions() * list_resource_definitions() * list_resource_definition_versions() * list_subscription_definitions() * list_subscription_definition_versions() * update_function_definition() * update_resource_definition() * update_subscription_definition() * EKS: * list_tags_for_resources() * tag_resource() * untag_resource() * Route53: * associate_vpc_with_hosted_zone() * disassociate_vpc_from_hosted_zone() * update_health_check() * update_hosted_zone_comment() * Miscellaneous: * APIGateway:put_integration() now supports the requestParameters-parameter * EC2:create_route() now validates whether a route already exists - Add remove-mock.patch -- https://trello.com/c/S6eADbii * Wed Jun 15 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com> - Update to 3.1.13 New Methods: * EC2: * create_default_vpc() * Greengrass: * create_device_definition() * create_device_definition_version() * delete_core_definition() * delete_device_definition() * get_core_definition() * get_core_definition_version() * get_device_definition() * get_device_definition_version() * list_core_definitions() * list_core_definition_versions() * list_device_definitions() * list_device_definition_versions() * update_core_definition() * update_device_definition() * SSO Admin: * create_permission_set() * delete_permission_set() * describe_permission_set() * list_permission_sets() * update_permission_set() * Route53: * get_dnssec() * get_health_check() * Miscellaneous: * StateManager now supports `s3::keyrestore`, managing how long it takes to restore S3 objects from Glacier. - Update to 3.1.12 New Services: * Greengrass: * create_core_definition() * create_core_definition_version() Internal Changes: * The data structure containing all of Moto's state has been updated to support multiple accounts - Update to 3.1.11 New Methods: * GuardDuty: * create_filter() * delete_detector() * delete_filter() * enable_organization_admin_account() * get_detector() * get_filter() * list_organization_admin_accounts() * update_detector() * update_filter() * KMS: * create_grant() * list_grants() * list_retirable_grants() * retire_grant() * revoke_grant() Miscellaneous: * EC2:describe_network_acls() now supports the `entry.egress`-filter * EC2:run_instances() now supports validation for the KeyPair-parameter. This is disabled by default - set MOTO_ENABLE_KEYPAIR_VALIDATION to true to enable this. * EC2:run_instances() now supports validation for the ImageId-parameter. This is disabled by default - set MOTO_ENABLE_AMI_VALIDATION to true to enable this. - Update to 3.1.10 New Methods: * APIGateway: * import_rest_api() * put_rest_api() * Glue: * get_tags() * tag_resource() * untag_resource() Miscellaneous: * APIGateway:put_integration() now supports the passthroughBehavior-parameter * APIGatewayV2:create_authorizer() now supports the AuthorizerPayloadFormatVersion-parameter * AWSLamba:publish_layer_version() now supports the CompatibleArchitectures-parameter * DAX:create_cluster() now supports the ClusterEndpointEncryptionType-parameter * EC2:describe_route_tables() now supports the filter `route.gateway-id` * EC2:run_instances() now validates whether the Placement-parameter has a valid availabilty zone * ECS:list_services() now supports the launchType-parameter * ELB:describe_instance_health() now returns the OutOfService-status when appropriate * Organizations:list_accounts_for_parent() now supports pagination * Organizations:list_organizational_units_for_parent() now supports pagination - Update to 3.1.9 New Services: * EBS: * complete_snapshot() * get_snapshot_block() * list_changed_blocks() * list_snapshot_blocks() * put_snapshot_block() * start_snapshot() New Methods: * CloudFront: * update_distribution() * Datasets: * create_dataset() * delete_dataset() * describe_dataset() * list_datasets() * update_dataset() * Glue: * list_crawlers() * Rekognition: * get_face_search() * start_face_seach() Miscellaneous: * EC2:describe_vpc_endpoints() now supports the `vpc-endpoint-type`-filter * RDS:create_db_cluster() now supports the EnableCloudwatchLogsExports-parameter * RDS:create_db_instance() now supports the EnableCloudwatchLogsExports-parameter * SSM now integrates with SecretsManager * Tue May 10 2022 Ben Greiner <code@bnavigator.de> - Update to 3.1.8 General: * Moto now supports a way to delay state transitions. See http://docs.getmoto.org/en/latest/docs/configuration/state_transition/index.html * Moto now supports `@mock_batch_simple`, a way to mock the Batch-service without invoking Docker. New Methods: * CognitoIDP: - global_sign_out() - update_group() - update_user_attributes() * DataBrew: - delete_recipe_version() - list_recipe_versions() - publish_recipe() * IAM: - create_service_linked_role() - delete_service_linked_role() - get_service_linked_role_deletion_status() * Sagemaker: - update_endpoint_weights_and_capacities() Miscellaneous: * EC2: request_spot_fleet() now supports the parameters LaunchTemplateConfigs, InstanceInterruptionBehavior * EC2: request_spot_instances() now supports the InstanceInterruptionBehavior-parameter * EC2: The status of a SpotInstances request now automatically transitions to 'Active/Fulfilled' * EC2: Tags specified into create_launch_template() are now passed through when calling `run_instances()` with this template * RDS: describe_db_instances() now supports the filter `db-cluster-id` * TimestreamWrite: create_table() now supports the MagneticStoreWriteProps-parameter * TimestreamWrite: update_table() now supports the MagneticStoreWriteProps-parameter - Release 3.1.7 New Methods: * SES: - get_identity_verification_attributes() Miscellaneous: * CognitoIDP: UserPools now come with default values for the following attributes: Policies, AdminCreateUserConfig, EmailConfiguration, VerificationMessageTemplate * ELBv2: Improved the response-format of the `create_rule()` and `set_rule_priorities()`-methods * MediaConnect: Now has the correct format for flow/source ARN's * Organizations: Fixes the behaviour for close_account() * Sagemaker: Now supports tagging of Models, EndpointConfigs, ProcessingJobs - The tests require mock which is not pulled in implicitly anymore * Mon Apr 25 2022 Ben Greiner <code@bnavigator.de> - Update to 3.1.6 New Methods: * Organizations: * close_account() Miscellaneous: * Autoscaling: the BlockDeviceMappings in LaunchConfigurations and LaunchTemplates are now respected when launching EC2 instances * CloudWatch: get_metric_data() now supports the Dimensions-parameter * ELB: set_rule_priorities() now correctly returns the Rules-attribute * ELBv2: create_target_group() now supports the Tags-parameter * Events: delete_rule() now verifies whether any targets are still attached before deletion - Release 3.1.5 New Methods: * ApplicationAutoscaling: * delete_scheduled_action() * describe_scheduled_actions() * put_scheduled_action() * Databrew: * create_ruleset() * delete_ruleset() * list_rulesets() * update_recipe() * update_ruleset() * EC2: * describe_network_interface_attribute() Miscellaneous: * Glue:get_partitions() now supports the Expression-parameter * RDS:delete_db_cluster() now supports the FinalDBSnapshotIdentifier-parameter * S3 actions can now send notifications for (a subset of) supported events and targets - Release 3.1.4 General: * Compatible with botocore 1.24.30. The IOTData service in older versions of Moto is incompatible with botocore >= 1.24.30, due to the fact that AWS changed their URL endpoints. New Services: * QuickSight: * create_data_set() * create_group() * create_group_membership() * create_ingestion() * delete_group() * delete_user() * describe_group() * describe_group_membership() * describe_user() * list_groups() * list_group_memberships() * list_users() * register_user() * update_group() * describe_group() * describe_group() * describe_group() * Rekognition: * get_text_detection() * start_text_detection() New Methods: * EC2: * delete_launch_template() * ECS: * create_capacity_provider() * delete_capacity_provider() * describe_capacity_providers() Miscellaneous: * Autoscaling:put_scaling_policy() now supports the parameters MetricAggregationType, MinAdjustmentMagnitude, EstimatedInstanceWarmup, PredictiveScalingConfiguration * Autoscaling:create_auto_scaling_group() now supports launch template versions '$Latest' and '$Default' * RDS: Improved tagging support for Clusters and ClusterSnapshots * Sun Mar 27 2022 Ben Greiner <code@bnavigator.de> - Update to 3.1.3 New Methods: * TimestreamWrite: * list_tags_for_resource() * tag_resource() * untag_resource() Miscellaneous: * EC2:run_instances(): Fixed a bug when supplying the NetworkInterfaces.Groups-parameter * Logs:delete_metric_filter(): Fixed a bug where the logGroupName-validator was too strict - Release 3.1.2 Known Bugs: * EC2:run_instances(): This call will fail when supplying the NetworkInterfaces.Groups-parameter New Methods: * ELB * attach_load_balancer_to_subnets() * detach_load_balancer_from_subnets() * describe_load_balancer_policies() * delete_load_balancer_policy() * enable_availability_zones_for_load_balancer() * disable_availability_zones_for_load_balancer() * ELBv2: * add_listener_certificates() * describe_listener_certificates() * remove_listener_certificates() * Glue: * get_job() * get_job_run() * start_job_run() Miscellaneous: * AWSLambda:add_permission() now supports the Qualifier-parameter * ELB:create_load_balancer() now retrieves the subnets based on the AvailabilityZones-parameter * ELB:create_load_balancer() now creates a default SecurityGroup, if none is provided * ELBv2:create_load_balancer() now supports the SubnetMappings-parameter * ELBv2:create_listener() now supports the AlpnPolicy-parameter * ELBv2: Improved tagging support * ELBv2: Exposes the TargetGroupStickinessConfig-attribute when describing a Action of type ForwardConfig - Release 3.1.1 New Methods: * AWSLambda: * create_alias() * delete_alias() * delete_layer_version() * get_alias() * get_layer_version() * update_alias() * EFS: * create_access_point() * delete_access_point() * describe_access_points() * describe_lifecycle_configuration() * describe_mount_target_security_groups() * list_tags_for_resource() * modify_mount_target_security_groups() * put_lifecycle_configuration() * tag_resource() * untag_resource() Miscellaneous: * AWSLambda: get_function now returns the parameters Tags, LastUpdateStatus, TracingConfig * ELBV2:describe_tags() now supports ListenerRules. - Release 3.1.0 General: * Users of `mock_dynamodb2` should start using `mock_dynamodb` instead. The `mock_dynamodb`-decorator has been repurposed to mock the latest version of DynamoDB, making the behaviour equivalent to `mock_dynamodb2`. The `mock_dynamodb2`-decorator is now considered deprecated, and will be removed in the next major version. * Similarly, users of the `mock_rds2` should start using `mock_rds` instead. The `mock_rds`-decorator has been repurposed to mock the latest version of RDS, making the behaviour equivalent to `mock_rds2`. The `mock_rds2`-decorator has also been deprecated, and will be removed in the next major version. Internal Changes: * We've upgraded our linting process to use Black 22.1.0, and have enabled more pylint rules. Please continue to run `make lint` prior to creating a PR, to ensure any changes are formatted correctly. - Release 3.0.7 General: * Compatible with the latest `responses`-release (0.19.0) New Services: * DataBrew: * create_recipe() * get_recipe() * list_recipes() * Pinpoint: * create_app() * delete_app() * delete_event_stream() * get_app() * get_application_settings() * get_apps() * get_event_stream() * list_tags_for_resource() * put_event_stream() * tag_resource() * untag_resource() * update_application_settings() - Release 3.0.6 General: * Feature to start the MotoServer from within Python (in beta) Miscellaneous: * CloudFormation now supports creation of type AWS::EC2::VPCEndpoint * ECS: run_task() - The task count now defaults to 1 - Release 3.0.5 New Services: * Textract: * get_document_text_detection() * start_document_text_detection() New Methods: * APIGateway: * delete_gateway_responses() * get_gateway_response() * get_gateway_responses() * put_gateway_response() * CloudTrail: * add_tags() * get_event_selectors() * get_insight_selectors() * list_tags() * put_event_selectors() * put_insight_selectors() * remove_tags() * update_trail() * CognitoIDP: * admin_set_user_mfa_preference() * S3Control: * create_access_point() * delete_access_point() * delete_access_point_policy() * get_access_point() * get_access_point_policy() * get_access_point_policy_status() Miscellaneous: * APIGateway: put_integration() now supports the timeoutInMillis-parameter * AWSLambda: Made the docker image repository selectable via the `MOTO_DOCKER_LAMBDA_IMAGE` environment variable. * Batch: register_job_definition() now supports the parameters `platformCapabilities`, `propagateTags` and `retryStrategy` * IAM: list_entities_for_policy() now returns the RoleId/GroupId/UserId-attributes * S3Control is now available in ServerMode. * Tue Feb 22 2022 Dirk Müller <dmueller@suse.com> - update to 3.0.4: New Services: * Redshift-Data: * cancel_statement() * describe_statement() * execute_statement() * get_statement_result() * Servicediscovery/Cloudmap: * create_http_namespace() * create_private_dns_namespace() * create_public_dns_namespace() * create_service() * delete_namespace() * delete_service() * get_namespace() * get_operation() * get_service() * list_namespaces() * list_operations() * list_services() * list_tags_for_resource() * tag_resource() * untag_resource() * update_service() New Methods: * Athena: * create_data_catalog() * get_data_catalog() * list_data_catalogs() * SES: * get_identity_mail_from_domain_attributes() * set_identity_mail_from_domain() Miscellaneous: * SSM: Global infrastructure parameters supplied by AWS are now available * in Moto * Tue Feb 22 2022 Dirk Müller <dmueller@suse.com> - update to 3.0.3: * New Services: * APIGatewayV2 * create_api() * create_authorizer() * create_integration() * create_integration_response() * create_model() * create_route() * create_route_response() * create_vpc_link() * delete_api() * delete_authorizer() * delete_cors_configuration() * delete_integration() * delete_integration_response() * delete_model() * delete_route() * delete_route_request_parameter() * delete_route_response() * delete_vpc_link() * get_api() * get_apis() * get_authorizer() * get_integration() * get_integration_response() * get_integration_responses() * get_integrations() * get_model() * get_route() * get_route_response() * get_routes() * get_tags() * get_vpc_link() * get_vpc_links() * reimport_api() * tag_resource() * untag_resource() * update_api() * update_authorizer() * update_integration() * update_integration_response() * update_model() * update_route() * update_vpc_link() * New Methods: * APIGateway: * create_vpc_link() * delete_vpc_link() * get_vpc_link() * get_vpc_links() EC2: * create_vpc_endpoint_service_configuration() * delete_vpc_endpoint_service_configurations() * describe_vpc_endpoint_service_configurations() * describe_vpc_endpoint_service_permissions() * modify_vpc_endpoint_service_configuration() * modify_vpc_endpoint_service_permissions() * Route53: * create_reusable_delegation_set() * delete_reusable_delegation_set() * get_hosted_zone_count() * get_reusable_delegation_set() * list_reusable_delegation_sets() * Miscellaneous: * CognitoIDP: * initiate_auth()/admin_initiate_auth(): improved behaviour of the AuthFlow-parameter * EC2: * describe_instance_types() now returns the GpuInfo-attribute * Redshift: * describe_cluster_snapshots() now supports the SnapshotType-parameter * Mon Jan 31 2022 Steve Kowalik <steven.kowalik@suse.com> - Update to 3.0.2: * Miscellaneous: * Improved configuration options for Docker-instances started by AWSLambda and Batch * New Methods: * EC2: * create_snapshots() * Logs: * create_export_task() * Organizations: * remove_account_from_organization() * Miscellaneous: * DynamoDB: transact_write_items() now throws a MultipleTransactionsException when appropriate * DynamoDB: Now throws the appropriate InvalidConditionExpression when a ConditionExpression contains reserved keywords * Organizations: delete_organization() now validates whether all accounts are deleted * SecretsManager: The attributes CreatedDate and LastChangedDate are now returned for secrets * SNS: Simplistic email validation is now in place before sending emails * Removed: - All deprecated decorators have been removed * Changes: - The behaviour of the class-decorator has been reworked - the state is now reset before every test-method. - ECS ARN's are now using the long format. * Rebranded: - The new mock_s3control-decorator has been introduced. The existing S3control methods (get/put/delete_public_access_block) are no longer available via mock_s3, only via mock_s3control. * General: - Python 3.5 support has been removed - Python 3.10 is now supported - Add graphql-core to {Build,}Requires - Remove importlib-metadata from {Build,}Requires * Thu Jan 06 2022 Ben Greiner <code@bnavigator.de> - Update to 2.3.0 * It is now possible to use a mocked region. This will throw an error by default, but can be enabled using the `MOTO_ALLOW_NONEXISTENT_REGION`-environment variable. * Performance improvements - only the backend for the requested region is now loaded into memory, instead of (naively) loading a backend for every region. * Fri Dec 24 2021 Ben Greiner <code@bnavigator.de> - Update to 2.2.20 - New Services: * ElasticsearchService: * create_elasticsearch_domain() * delete_elasticsearch_domain() * describe_elasticsearch_domain() * list_domain_names() - New Methods: * EC2: * disable_ebs_encryption_by_default() * enable_ebs_encryption_by_default() * get_ebs_encryption_by_default() * Redshift: * pause_cluster() * resume_cluster() - Miscellanous: * ELBv2: create_listener now supports the DefaultActions.ForwardConfig parameter * Redshift: restore_from_cluster_snapshot() now supports the NodeType and NumberOfNodes-parameters * Sagemaker: list_experiments() now supports pagination * Sagemaker: list_trials() now supports pagination * Sagemaker: list_trial_components() now supports pagination - Release 2.2.19 - General: * Support for ap-southeast-3 - Release 2.2.18 - New Services: * ElastiCache: * create_user() * delete_user() * describe_users() * GuardDuty: * create_detector() * list_detectors() - New Methods: * IAM: * list_open_id_connect_provider_tags() * tag_open_id_connect_provider() * untag_open_id_connect_provider() * update_open_id_connect_provider_thumbprint() * IOT: * create_domain_configuration() * delete_domain_configuration() * describe_domain_configuration() * list_domain_configurations() * update_domain_configuration() - Miscellaneous: * ResourceGroupTaggingAPI now supports Lambda Functions * SecretsManager:list_secrets() now supports negative filters - Release 2.2.17 - New Services: * CloudFront: * create_distribution() * delete_distribution() * get_distribution() * list_distributions() - New Methods: * Autoscaling: * describe_tags() * CloudFormation: * get_stack_policy() * set_stack_policy() * DynamoDB: * restore_table_to_point_in_time() * Glue: * delete_database() * list_jobs() * IAM: * update_group() * Route53 Resolver: * associate_resolver_rule() * create_resolver_rule() * delete_resolver_rule() * disassociate_resolver_rule() * get_resolver_rule() * get_resolver_rule_association() * list_resolver_rules() * list_resolver_rule_associations() - Miscellaneous: * Batch: register_job_definition() now supports the timeout-parameter * Batch: submit_job() now supports the timeout-parameter * EC2: describe_network_interfaces() now supports the `attachment.instance-id` filter - Release 2.2.16 - New Services: * SimpleDB: * create_domain() * delete_domain() * get_attributes() * list_domains() * put_attributes() - New Methods: * Glue: * create_job * Route53 Resolver: * create_resolver_endpoint() * delete_resolver_endpoint() * get_resolver_endpoint() * list_resolver_endpoints() * list_resolver_endpoint_ip_addresses() * list_tags_for_resource() * tag_resource() * untag_resource() * update_resolver_endpoint() - Miscellaneous: * Moto now supports mocking S3-equivalent libraries such as Ceph * Cognito IDP now exposes the `cognito:groups`-attribute as part of the AccessToken - Release 2.2.15 - General: * Fixed the dependency bug - `moto install[all]` now installs all required dependencies again. - Release 2.2.14 - Known bugs: * Running `pip install moto[all]` will not install all required dependencies. - General: * Improved documentation for both users and contributors: http://docs.getmoto.org/en/latest/ * The `@mock_all`-decorator is now available to mock all services at the same time * The `moto.core.patch_client`/`moto.core.patch_resource`-methods are now available to patch boto3-clients and -resources instantiated after the mock was started. This provides a workaround when encountering InvalidAccessKeyId-errors. - New Methods: * APIGateway: * delete_base_path_mapping() * EC2: * assign_ipv6_addresses() * assign_private_ip_addresses() * unassign_ipv6_addresses() * unassign_private_ip_addresses() * SSM: * create_maintenance_window() * delete_maintenance_window() * get_maintenance_window() - Miscellaneous: * CloudFormation no longer throws errors when trying to update unsupported resources. * CloudTrail:get_trail_status() now also supports ARN's as a parameter * CognitoIDP:list_users() now supports the AttributesToGet-parameter * IOT:attach_policy() now supports Cognito IdentityPools as a target * IOT:list_job_executions_for_thing() now supports pagination * Kinesis:split_shards() now behaves more like AWS, by closing the original shard and creating two new ones * Logs:put_log_events() now enforces timestamp-validation * S3:create_multipart_upload() now supports the Tagging-parameter * SSM:get_parameters_by_path() now support filtering by label - Release 2.2.13 - General: * The mock_dynamodb and mock_rds-decorators have been deprecated, and will be repurposed in a later release. Please see https://github.com/spulec/moto/issues/4526 for more information. - New Methods: * API Gateway: * get_base_path_mappings() * Cognito Identity: * list_identities() * DirectoryService: * disable_sso() * enable_sso() * connect_directory() * create_alias() * create_microsoft_ad() * EMR Containers: * cancel_job_run() * describe_job_run() * list_job_runs() * start_job_run() * IAM: * list_policy_tags() * tag_policy() * untag_policy() * Sagemaker: * create_processing_job() * describe_processing_job() * list_processing_jobs() - Miscellaneous: * CloudFormation: Now supports creation of Custom:: resources. Note that this only works in ServerMode. - Release 2.2.12 - New Services: * EMR Containers: * create_virtual_cluster() * delete_virtual_cluster() * describe_virtual_cluster() * list_virtual_clusters() * DirectoryService: * add_tags_to_resource() * create_directory() * delete_directory() * describe_directories() * get_directory_limits() * list_tags_for_resource() * remove_tags_for_resource() - New Methods: * API Gateway: * create_base_path_mapping() * get_base_path_mappings() * CognitoIDP: * add_custom_attributes() * admin_delete_user_attributes() * Glue: * start_crawler() * stop_crawler() * Sagemaker: * add_tags() * associate_trial_component() * create_experiment() * create_trial() * create_trial_component() * delete_experiment() * delete_tags() * delete_trial() * delete_trial_component() * describe_experiment() * describe_trial() * describe_trial_component() * disassociate_trial_component() * list_associations() * list_experiments() * list_trial_components() * list_trials() * search() * SES: * describe_receipt_rule_set() * update_receipt_rule() - Miscellaneous: * KMS: Now returns default AWS aliases (alias/aws/s3, etc) - Release 2.2.11 - General: * Support for AWS China regions * ECS now has an option to enable long-format ARNs, by setting the environment variable MOTO_ECS_NEW_ARN=true Alternatively, use the `put_account_setting` to enable long-format for the current user. - New Services: * Timestream: * create_database() * create_table() * delete_database() * delete_table() * describe_database() * describe_endpoints() * describe_table() * list_databases() * list_tables() * update_database() * update_table() * write_records() - New Methods: * CognitoIDP: * admin_confirm_sign_up() * update_user_pool() * ECS: * delete_account_setting() * list_account_settings() * put_account_setting() * Route53: * create_query_logging_config() * delete_query_logging_config() * get_query_logging_config() * list_query_logging_config() * SES * describe_receipt_rule() * get_identity_notification_attributes() * set_identity_feedback_forwarding_enabled() - Miscellaneous: * CloudFormation: Support create/update/delete of resource AWS::Logs::ResourcePolicy * CloudFormation:get_template_summary() now returns the Parameters-attribute * CognitoIDP: Allow the UserAttributes email or phone_number to be used as username * CognitoIDP: Improved behaviour for the ForgotPassword()-feature - Release 2.2.10 - New Services: * CloudTrail: * create_trail() * delete_trail() * describe_trails() * get_trail() * get_trail_status() * list_trails() * start_logging() * stop_logging() - New Methods: * CognitoIDP: * admin_reset_user_password() * S3: * delete_bucket_replication() * get_bucket_replication() * put_bucket_replication() - Miscellaneous: * ACM: describe_certificate(): the InUseBy-attribute will now show the appropriate Elastic Load Balancers * AWSLambda: If you're running Linux, 'host.docker.internal' is now added as an extra host in the Docker container used to invoke the function. This makes it easier for Lambda-functions to communicate with other servers running on the host-system. * CloudFormation: Now supports update/deletion of type AWS::SNS::Topic * CognitoIdentityProvider: list_users() now has improved support for the Filter-parameter * Kinesis: describe_stream() now supports the Filter-parameter * S3: list_object_versions() now supports the Delimiter and KeyMarker-parameter - Release 2.2.9 - General: * Moto is now compatible with Sure 2.x - New Methods: * Kinesis: * list_shards() * RDS: * create_db_cluster() * delete_db_cluster() * describe_db_clusters() * restore_db_instance_from_db_snapshot() * start_db_cluster() * stop_db_cluster() * S3: * get_object_legal_hold() - Miscellaneous: * CF: Now supports creation of AWS::EC2::VPNGateway * CF: Now supports deletion of AWS::Events::Rule * EC2: create_volume() now supports the VolumeType-parameter * EC2: describe_customer_gateways() now supports the CustomerGatewayIds-parameter * EC2: describe_security_groups() now has improved support for the Filters-parameter * EC2: describe_spot_instance_requests() now supports the SpotInstanceRequestIds-parameter * EC2: describe_transit_gateways() now supports the TransitGatewayIds-parameter - Release 2.2.8 - New Services: * ACM: * export_certificate() * APIGateway: * create_request_validator() * delete_request_validator() * get_request_validators() * update_request_validator() - Miscellaneous: * APIGateway: update_rest_api() now has improved support for the patchOperations-parameter * Batch: register_job_definition() now supports the tags-parameter * CloudFormation: Stack Events are now propagated to SNS when the NotificationARNs-parameter is supplied. * EC2: describe_vpc_endpoint_services() now returns the default endpoints for implemented services * IOT: list_job_executions_for_job() now supports the status-parameter * IOT: list_job_executions_for_thing() now supports the status-parameter * KMS: list_resource_tags() now supports an ARN as the KeyId-parameter * KMS: tag_resource() now supports an ARN as the KeyId-parameter * KMS: untag_resource() now supports an ARN as the KeyId-parameter * SecretsManager: update_secret() now supports the ClientRequestToken-parameter - Release 2.2.7 - General: * Performance improvements when using Moto in Server Mode. Only services that are actually used will now be loaded into memory, greatly reducing the waiting times when starting the server, making an initial request and calling the reset-api. - New Services: * Firehose * create_delivery_stream() * delete_delivery_stream() * describe_delivery_stream() * list_delivery_streams() * list_tags_for_delivery_stream() * put_record() * put_record_batch() * tag_delivery_stream() * untag_delivery_stream() * update_destination() - New Methods: * Autoscaling: * delete_lifecycle_hook() * describe_lifecycle_hooks() * put_lifecycle_hook() * EC2: * associate_subnet_cidr_block() * create_carrier_gateway() * delete_carrier_gateway() * describe_carrier_gateways() * describe_spot_price_history() * disassociate_subnet_cidr_block() * update_security_group_rule_descriptions_egress() * update_security_group_rule_descriptions_ingress() * Logs: * delete_metric_filter() * describe_metric_filters() * put_metric_filter() * SageMaker: * list_training_jobs() * Transcribe * create_vocabulary() * delete_transcription_job() * delete_vocabulary() * get_transcription_job() * get_vocabulary() * list_transcription_jobs() * start_transcription_job() - Miscellaneous: * DynamoDB: Improved support for the ReturnConsumedCapacity-parameter across all methods * EC2:create_route() now supports the parameters CarrierGatewayId, DestinationPrefixListId * EC2:create_subnet() now supports the Ipv6CidrBlock-parameter * EC2:describe_nat_gateways() now supports the NatGatewayIds-parameter * EC2:describe_vpn_gateways() now supports the VpnGatewayIds-parameter * EC2:modify_network_interface_attribute() now supports the SourceDestCheck-parameter * EC2:replace_route() now supports the parameters DestinationIpv6CidrBlock, DestinationPrefixListId, NatGatewayId, EgressOnlyInternetGatewayId, TransitGatewayId * EC2:run_instances() now supports the InstanceMarketOptions.MarketType-parameter * Logs:put_log_events() now supports Firehose as a destination * Logs:put_subscription_filter() now supports Firehose as a destination * S3:create_bucket(): Improved error handling for duplicate buckets * S3:head_object() now validates incoming calls when using the `set_initial_no_auth_action_count`-decorator * SSM:put_parameter() now supports the DataType-parameter - Release 2.2.6 - General: * `pip install` will no longer log a warning when installing a service that does not have any dependencies Example: `pip install moto[acm]` - New Services: ElasticTranscoder: * create_pipeline * delete_pipeline * list_pipelines * read_pipeline * update_pipeline - New Methods: * DynamoDB: * describe_endpoints() - Miscellaneous: * AWSLambda now sends logs to CloudWatch when Docker encounters an error, to make debugging easier * AWSLambda: For all methods, the FunctionName-parameter can be either the Lambda name or the Lambda ARN * AWSLambda:list_functions() now returns only the latest version by default * AWSLambda:invoke() now returns the correct Payload for invocations that resulted in an error * CloudFormation now supports the creation of type AWS::IAM::ManagedPolicy * CloudFormation now supports the deletion of type AWS::IAM::InstanceProfile * CloudFormation now supports the deletion of type AWS::IAM::Role * CloudWatch:create_log_group() now has proper validation for the length of the logGroupName-parameter * CloudWatch:describe_log_groups() now has proper validation for the limit-parameter * CloudWatch:describe_log_streams() now has proper validation for the limit-parameter * CloudWatch:get_log_events() now has proper validation for the limit-parameter * CloudWatch:filter_log_events() now has proper validation for the limit-parameter * DynamoDB:update_item(): fixed a bug where an item was created, despite throwing an error * DynamoDB:update_item() now throws an error when both UpdateExpression and AttributeUpdates are supplied * EC2:modify_instance_attribute() now supports Attribute="disableApiTermination" * S3 now supports direct uploads using the requests-library without having to specify the 'Content-Type' header * S3 now supports creating S3 buckets that start with a service name, i.e. `iot-bucket` * S3 now returns the RequestID in every response * S3:list_parts() now supports the MaxPart-parameter * SQS:get_queue_attributes() now behaves correctly when the AttributeNames-parameter is not provided * SQS:receive_message() no longer accepts queue-names for the QueueUrl-parameter, as per AWS' spec * SQS: The sqs.Queue-class no longer accepts queue-names, only queue-URLs, as per AWS' spec - Release 2.2.5 - General: * Python 3.9 is now officially supported - Known bugs: * SQS:get_queue_attributes() throws an error when the AttributeNames-parameter is not provided - New Methods: * DynamoDB (API v20111205, now deprecated) * UpdateItem * EC2: * modify_vpc_peering_connection_options() * Glue: * create_crawler() * delete_crawler() * get_crawler() * get_crawlers() * SSM: * describe_document_permission() * modify_document_permission() - Miscellaneous: * CloudFormation:create_stack() now has validation for an empty Outputs-parameter * EC2 now returns errors in the correct format, fixing various bugs with `terraform destroy` * EC2:authorize_security_group_egress() now returns the securityGroupRuleSet-attribute * EC2:authorize_security_group_ingress() now returns the securityGroupRuleSet-attribute * EC2:create_route() now supports the EgressOnlyInternetGatewayId-parameter * EC2:create_route_table() now adds an IPv6-route when enabled * EC2:describe_security_groups() now returns the ipv6Ranges-attribute * EC2:describe_vpc_peering_connection() now supports the VpcPeeringConnectionIds-parameter * Organisations:detach_policy() now actually detaches a policy - before it was essentially a no-op * Route53:create_health_check() now supports the CallerReference-parameter * Route53:create_health_check() now support default values for integer-parameters such as Port/RequestInterval/FailureThreshold * Route53:create_health_check() now supports several additional parameters such as MeasureLatency/Inverted/Disabled/EnableSNI/ChildHealthChecks * SQS:create_queue() now supports the queue-attributes FifoThroughputLimit and DeduplicationScope - Release 2.2.4 - New Methods: * ConfigService: * delete_config_rule() * describe_config_rule() * put_config_rule() * EC2: * create_egress_only_internet_gateway() * delete_egress_only_internet_gateway() * describe_egress_only_internet_gateways() * Fargate: * create_fargate_profile() * delete_fargate_profile() * describe_fargate_profile() * list_fargate_profiles() * IOT: * deprecate_thing_type() * S3: * get_object_lock_configuration() * put_object_legal_hold() * put_object_lock_configuration() * put_object_retention() - Miscellaneous: * CloudFormation:describe_stack_resource() now throws an exception of the LogicalResourceId does not exist * CloudFormation: AWS::Events::Rule now supports the EventPattern-property * CloudFormation: Improved Parameter handling * EC2:describe_instances() now handles wildcards correctly when filtering by tags * EC2:terminate_instances() now throws an exception when trying to terminate a protected instance * ELBv2:describe_rules() now returns the correct value for the IsDefault-attribute * IOT:create_thing() now throws an exception if the thing type is deprecated * IOT:update_thing() now throws an exception if the thing type is deprecated * S3:create_bucket() now supports the ObjectLockEnabledForBucket-parameter * S3:putObject() is fixed for the Java SDK, which failed with a eTag-validation - Release 2.2.3 - New Methods: * EC2: * create_managed_prefix_list() * delete_managed_prefix_list() * describe_managed_prefix_lists() * describe_prefix_lists() * get_managed_prefix_list_entries() * delete_vpc_endpoints() * disassociate_transit_gateway_route_table() * modify_managed_prefix_list() * ECR: * delete_lifecycle_policy() * delete_registry_policy() * describe_image_scan_findings() * describe_registry() * get_lifecycle_policy() * get_registry_policy() * put_lifecycle_policy() * put_registry_policy() * put_replication_configuration() * start_image_scan() * CloudWatch: * list_tags_for_resource() * tag_resource() * untag_resource() - Miscellaneous: * CloudWatch: put_metric_alarm() now supports the parameters ExtendedStatistic, TreatMissingData, EvaluateLowSampleCountPercentile, ThresholdMetricId, Tags * CognitoIdentity: create_identity_pool() now supports the IdentityPoolTags-parameter * CognitoIDP: initiate_auth() now supports the 'USER_PASSWORD_AUTH'-flow * EC2: allocate_address() now supports the TagSpecifications-parameter * EC2: create_route() now supports the TransitGatewayId-parameter * EC2: delete_route() now supports the DestinationIpv6CidrBlock-parameter * EC2: describe_nat_gateways() now returns the connectivityType-attribute * ECR: delete_repository() now supports the force-parameter * EventBridge: put_events() now supports ARN's for the EventBusName-parameter * EventBridge: put_rule() now supports the Tags-parameter * IOT: create_policy_version() now throws the VersionsLimitExceededException if appropriate * Fri Aug 13 2021 Ben Greiner <code@bnavigator.de> - Update to 2.2.2 (bsc#1198331) General: * Removed the dependency on pkg_resources that was broken in 2.2.1 New Services: * WafV2: * create_web_acl() * list_web_acls() New Methods: * Autoscaling: * delete_tags() * resume_processes() * ConfigService: * list_tags_for_resource() * tag_resource() * untag_resource() * EC2: * accept_transit_gateway_peering_attachment() * create_transit_gateway_peering_attachment() * delete_transit_gateway_peering_attachment() * describe_transit_gateway_peering_attachments() * reject_transit_gateway_peering_attachment() * ECR: * delete_repository_policy() * get_repository_policy() * list_tags_for_resource() * put_image_tag_mutability() * put_image_scanning_configuration() * set_repository_policy() * tag_resource() * untag_resource() * KMS: * update_alias() * Logs: * delete_resource_policy() * describe_resource_policies() * RDS: * modify_db_subnet_group() Miscellaneous: * CloudFormation: Improved support for AWS::ECR::Repository * CloudFormation: execute_change_set() now properly updates the status of a stack * CognitoIDP: list_users() now supports username/status in the Filter-attribute * ECR: create_repository() now supports the parameters encryptionConfiguration, imageScanningConfiguration, imageTagMutability * Events: put_permission() now supports the Policy and Condition-parameters * Events: remove_permission() now supports the RemoveAllPermissions-parameter * Kinesis: create_delivery_stream() now supports the ElasticsearchDestinationConfiguration-parameter * SecretsManager: create_secret() now supports the KmsKeyId-parameter * SecretsManager: update_secret() now supports the KmsKeyId-parameter - Release 2.2.1 Known bugs: * Moto still depends on setuptools (or more specifically pkg_resources), but this module is not listed as a dependency. General: * We removed Py3.5 support * We removed some unnecessary dependencies for the EC2/SQS services. New Services: * EFS: * create_file_system * create_mount_target * delete_file_system * delete_mount_target * describe_backup_policy * describe_file_systems * describe_mount_target New Methods: * CognitoIDP: * admin_user_global_sign_out() * EC2: * associate_transit_gateway_route_table() * delete_transit_gateway_vpc_attachment() * disable_transit_gateway_route_table_propagation() * enable_transit_gateway_route_table_propagation() * modify_vpc_tenancy() * modify_transit_gateway_vpc_attachment() * Events: * update_connection() Miscellaneous: * EC2 - describe_route_tables() now returns the associationState-attribute * EKS - list_clusters() received a pagination bug fix * IOT - describe_certificate() now returns the validity-attribute * SQS - create_queue() now supports empty tags * SQS - set_queue_attributes() now supports setting an empty policy - Release 2.2.0 General Changes: * Support for Python 2.7 has been removed. The last release with Python2 support is now 2.1.0 New Methods: * API Gateway: * delete_domain_name() * delete_method() * update_domain_name() * update_method() * update_method_response() * CognitoIdentity: * update_identity_pool() * EC2: * create_transit_gateway() * create_transit_gateway_route() * create_transit_gateway_route_table() * create_transit_gateway_vpc_attachment() * delete_transit_gateway() * delete_transit_gateway_route() * delete_transit_gateway_route_table() * describe_transit_gateway_attachments() * describe_transit_gateway_route_tables() * describe_transit_gateway_vpc_attachments() * describe_transit_gateways() * modify_transit_gateway() * search_transit_gateway_routes() * Events: * delete_api_destination() * delete_connection() * describe_connection() * update_api_destination() * Logs: * put_resource_policy() * Organizations: * delete_organization() * S3: * delete_bucket_website() Miscellaneous: * API Gateway - add_integration() now supports the parameters integration_method, tls_config, cache_namespace * API Gateway - add_method() now supports the parameters request_models, operation_name, authorizer_id, authorization_scopes, request_validator_id * API Gateway - create_integration() now supports the parameters tls_config, cache_namespace * API Gateway - create_method() now supports the parameters request_models, operation_name, authorizer_id, authorization_scopes, request_validator_id * API Gateway - create_method_response() now supports the parameters response_models, response_parameters * API Gateway - create_response() now supports the parameters response_models, response_parameters * API Gateway - create_rest_api() now supports the parameters minimum_compression_size * API Gateway - create_stage() now supports the parameters tags, tracing_enabled * API Gateway - delete_stage() now throws a StageNotFoundException when appropriate * API Gateway - get_api_key() now throws a ApiKeyNotFoundException when appropriate * API Gateway - get_integration_response() now throws a NoIntegrationResponseDefined when appropriate * API Gateway - get_method() now throws a MethodNotFoundException when appropriate * ApplicationAutoscaling - put_scaling_policy() now correctly processes the policy_type and policy_body parameters when overwriting an existing policy * CloudFormation - now supports the creation of AWS::EC2::TransitGateway * CloudWatch - put_metric_alarm() now supports the parameter rule * CloudWatch - get_metric_statistics() now supports the parameter dimensions * EC2 - create_customer_gateway() now supports the parameter tags * EC2 - create_security_group() now supports the parameter tags * EC2 - create_vpn_connection() now supports the parameter transit_gateway_id, tags * EC2 - create_vpn_gateway() now supports the parameter amazon_side_asn, availability_zone, tags * EC2 - get_all_customer_gateways() now has improved support for the filter parameter * ECS - create_service() now has support for the parameter service_registries * ELBv2 - create_load_balancer() now has support for the parameter loadbalancer_type * Events - create_api_destination() now has support for the parameter invocation_rate_limit_per_second * Events - create_event_bus() now has support for the parameter tags * IAM - create_instance_profile() now has support for the parameter tags * IAM - create_policy() now has support for the parameter tags * Logs - create_log_group() now has support for the parameter kms_key_id * SecretsManager - list_secrets() now supports pagination - Release 2.1.0 General Changes: * Reduced the default value of DEFAULT_KEY_BUFFER_SIZE (introduced in 2.0.9). In practice, this means that large S3 uploads will now be cached on disk, instead of in-memory. * Removes `cfn-lint` as a dependency for the SSM-module. New Methods: * Kinesis * decrease_stream_retention_period * increase_stream_retention_period Miscellaneous: * CognitoIDP:admin_create_user(): Fixed a bug where user-supplied attributes would be ignored/overwritten * ELBv2:create_rule(): Increased support for Condition-parameter, to also allow http-header/http-request-method/host-header/path-pattern/query-string/source-ip - Release 2.0.11 New Services: * MediaStoreData * delete_object * get_object * list_items * put_object New Methods: * CognitoIDP * get_user * MediaConnect * add_flow_outputs * add_flow_vpc_interfaces * remove_flow_output * remove_flow_vpc_interface Miscellaneous: * ApplicationAutoscaling:put_scaling_policy() now supports StepScaling * ApplicationAutoscaling:register_scalable_target() now supports custom resources * CloudFormation: Now resolves default SSM parameters (AWS::SSM::Parameter::Value<>) * DynamoDB:update_item(): Fix bug for Action:DELETE without value supplied * EC2:create_network_interface() now supports the TagSpecification-parameter * ELBv2:modify_listener(): improved behaviour for the Certificates-parameter * Lambda:invoke() now returns header: content-type=application/json * Logs:put_log_events() now returns the correct error message when the stream does not exist * IOT:update_thing_shadow() now properly maintains state * S3: Listing parts on an aborted upload now throws the correct error * S3:delete_objects() now correctly ignores unknown keys * S3:list_object_versions() now returns the Prefix-attribute * S3:upload_part() now throws the correct error when providing a negative part number * SES:verify_domain_identity() and verify_domain_identity() are now idempotent * SNS:create_platform_endpoint() now returns an existing endpoint if the token and attributes are the same * SQS:delete_message_batch() now throws an error when duplicate messages are supplied * SQS:send_messages() now throws an error for FIFO queues if the MessageGroupId-parameter is not supplied - Release 2.0.10 New Services: * EKS * create_cluster * create_nodegroup * delete_cluster * delete_nodegroup * list_clusters * list_nodegroup Miscellaneous: * DynamoDB: Fixed a bug where it's not possible to call update_item on a GSI * EMR: now supports clusters with multiple master nodes * EMR:terminate_job_flows() now throws an exception when trying to terminate; protected job flows * MediaPackage: Implement NotFoundExceptions for delete_channel/describe_origin_endpoint/delete_origin_endpoint/update_origin_endpoint * S3:list_users_response() now returns the IsTruncated-attribute - Release 2.0.9 General Changes: * Introduction of a new environment variable: MOTO_S3_DEFAULT_KEY_BUFFER_SIZE This allows you to set the in-memory buffer size for multipart uploads. The default size is (and always was) 16MB. Exceeding this buffer size will cause the contents to be written/saved to a temporary file. New Methods: * API Gateway: * update_rest_api() * DynamoDB: * create_backup() * delete_backup() * describe_backup() * list_backups() * restore_table_from_backup() * Events: * create_api_destination() * create_connection() * describe_api_destination() * list_api_destinations() * list_connections() * Logs * start_query() Miscellaneous: * Batch: * Now uses the exit code of the Docker-container to decide job status * Supports job-dependencies * CloudFormation: * Create/Update support for AWS::ElasticLoadBalancingV2::ListenerRule * Update support for AWS::ElasticLoadBalancingV2::Listener * Glacier: * Vault names can now contain special characters * MediaPackage: * describe_channel() now throws a NotFoundException for unknown channels * Organisations: * Improve tagging support * S3: * Now supports '.' as a metadata character * S3 Config: * Fixed the response format for ACLs * SSM: * get_parameter() now throws correct exception for unknown parameters/versions * get_parameters() can now fetch specific versions and labeled parameters * get_parameter_history() now supports pagination * Parameter-names can now contain hyphens * Only the last 100 parameter versions are now kept, as per AWS' behaviour - Release 2.0.8 General Changes: * Moto is now compatible with Flask/werkzeug 2.0 New Methods: * MediaStore: * delete_container() * list_tags_for_resource() * Resource Groups: * get_group_configuration() * put_group_configuration() Miscellaneous: * APIGateway:update_usage_plan() now also supports the '/name', '/description' and '/productCode' paths. * CloudWatch:get_metric_statistics() now supports the 'unit'-parameter * EC2:run_instances() now supports the 'KmsKeyId'-parameter * EC2:run_instances() now supports TagSpecifications with ResourceType: 'Volume' * SES:test_render_template() now throws an exception if not all attributes are supplied * SSM:put_parameter() now supports the 'tags'-parameter * SQS:change_message_visibility() now throws an exception if the VisibilityTimeout is too large (> 43200 seconds) * SQS:receive_messages() has a bugfix: it now calculates the MessageRetentionPeriod from when the message was send, rather than from when the queue was created - Release 2.0.7 General Changes: * When running Moto Server inside Docker, it is now possible to specify the service you want to run, using an environment variable (MOTO_SERVICE) * CloudWatchLogs models now appear in the Moto API dashboard New Services: * DMS * create_replication_task() * delete_replication_task() * describe_replication_tasks() * start_replication_task() * stop_replication_task() New Methods: * AWSLambda: * update_secret_version_stage() * CognitoIDP: * get_user_pool_mfa_config() * set_user_pool_mfa_config() Miscellaneous: * CloudWatchLogs:filter_log_events() now supports pagination * CloudWatchLogs:describe_log_streams() now supports pagination * EC2:describe_network_acls() now supports the filter 'owner-id' * EC2:modify_network_interface_attribute() now allows multiple security groups to be specified * SecretsManager:rotate_secret() now triggers the Lambda that is specified - Release 2.0.6 New Methods: * EMR * list_instances() Miscellaneous: * API Gateway:put_integration_response() - Fixed a bug where an error would be thrown if the responseTemplates-parameter was not specified * Autoscaling - Fixed a bug where creating an ASG would remove manually created EC2-instances * CloudFormation support for: * AWS::SageMaker::Endpoint * AWS::SageMaker::EndpointConfig * AWS::SageMaker::Model * AWS::SageMaker::NotebookInstanceLifecycleConfig * CloudWatchLogs:filter_log_events() now supports pagination * DynamoDB: Now enforces Hash and Range key size limits * ECS:register_task_definition() now persists the taskRoleArn and executionRoleArn-parameters * EMR:describe_cluster() now returns the ClusterArn-attribute * EMR:run_job_flow() now returns the ClusterArn-attribute * EMR:describe_job_flows() now returns the ClusterArn-attribute * IOT:list_principal_thigns() now returns the name, instead of the ARN * Route53:get_all_rrsets() now returns the record sets in the right sort order * S3:get_object() now returns the NoSuchVersion-exception when the versionId was not found (instead of the InvalidVersion) * SQS:send_message() now supports the MessageSystemAttributes-parameter * Thu Apr 15 2021 Ben Greiner <code@bnavigator.de> - Update to 2.0.5 * New Services MediaStore * ACM now supports the MOTO_ACM_VALIDATION_WAIT-environment variable, to configure the wait time before the status on new certificates move from PENDING_VALIDATION to ISSUED * CloudFormation support for AWS::SageMaker::NotebookInstance * EMR:run_job_flow() now creates the appropriate EC2 security groups in a private subnet * Events:put_events() has improved support for the EventPattern-parameter in create_archive/put_rule * Events:put_targets() now support SQS queues * IAM:get_user() now returns the Tags-attribute * Fixed a bug where Moto would break on systems with a default encoding other than UTF-8 - Release 2.0.4 * Events:put_targets() now supports SQS queues * Support:describe_cases() no longer requires the caseIdList-parameter - Release 2.0.3 * New methods for Support * CF now returns the PhysicalResourceId-attributes for AWS::EC2::NatGateway/AWS::EC2::Route/ AWS::EC2::SubnetRouteTableAssociation * CognitoIDP:sign_up() now throws an UsernameExistsException if appropriate * DynamoDB now validates the case sensitivity for begins_with/ between operators * EC2:associate_route_table() now supports the GatewayId-parameter * EC2:authorize_egress() now throws a InvalidPermission. Duplicate-exception if appropriate * EC2:authorize_security_group_egress() now throws a InvalidGroup.NotFound-exception * EC2:authorize_security_group_ingress() now throws a InvalidGroup.NotFound-exception * Events:describe_rule() now returns the ManagedBy/ CreatedBy-parameters * Events:put_events() now supports providing an ARN for the EventBusName-parameter * Route53:list_hosted_zones_by_name() now returns the DNSName-parameter * S3:put_object_acl() now throws a NoSuchKey-exception if the object does not exist * SES:send_templated_email() now throws a TemplateDoesNotExist-exception if the template has not been created first * SSM:put_parameter() now throws an exception for empty values - Release 2.0.2 * New Osaka region is now supported * New Service MediaPackage New Methods: * Redshift: authorize_cluster_security_group_ingress * Secrets Manager: untag_resource - Release 2.0.1 * New Service Media Connect * New Methods for API Gateway, Events - Release 2.0.0 * When installing, it is now required to specify the service you want to use: pip install moto[service1,service2] pip install moto[all] This will ensure that only the required dependencies are downloaded. See the README for more information. * Moved CI to Github Actions * Moto no longer hogs the _default_mock from responses * Internal testing is now executed using Pytest (instead of Nose) * CORS is now enabled when running MotoServer * AWS Lambda and Batch now support Podman as an alternative to Docker * New Services: Forecast MediaLive Support Transcribe - See CHANGELOG.md for a more detailed list of changes. - Drop patches merged upstream: * moto-pr3273-escape-sequences.patch * moto-pr3308-fix-test_s3.patch * moto-pr3412-fix-cfn-lint.patch * moto-pr3444-fix-docker.patch * moto-pr3575-managedblockchain-botocore-api.patch * remove_nose.patch * denose_exceptions.patch * Sat Jan 02 2021 Benjamin Greiner <code@bnavigator.de> - Fix test suite failures because of newer packages * Add moto-pr3273-escape-sequences.patch gh#spulec/moto#3273 * Add moto-pr3308-fix-test_s3.patch gh#spulec/moto#3308 * Add moto-pr3412-fix-cfn-lint.patch gh#spulec/moto#3412 * Add moto-pr3444-fix-docker.patch gh#spulec/moto#3444 * Add moto-pr3575-managedblockchain-botocore-api.patch gh#spulec/moto#3575 * Refresh denose_exceptions.patch - Fix Leap and python36 flavor failure, because importlib_resources is required for older Pythons -- gh#spulec/moto#3576 * Thu Nov 26 2020 Robert Schweikert <rjschwei@suse.com> - Only build Python3 flavors for distributions 15 and greater * Tue Oct 06 2020 Matej Cepl <mcepl@suse.com> - Add remove_nose.patch and denose_exceptions.patch patches for porting the test suite to pytest (https://github.com/spulec/moto/pull/3361). * Fri Sep 25 2020 Hans-Peter Jansen <hpj@urpla.net> - Update to 1.3.16: - Update to 1.3.15: * Many various updates see CHANGELOG.md - Drop merged patches * dynabodbstreams.patch * iot-1.patch * iot-2.patch * iot-3.patch * lambdas.patch - Remove no longer needed patch * unpin-reqs.patch - Exclude 3 failing tests (docker related) * Mon May 04 2020 Tomáš Chvátal <tchvatal@suse.com> - Fix build without python2 * Tue Feb 18 2020 Tomáš Chvátal <tchvatal@suse.com> - Update to 1.3.14: * Support for Python 3.8 * Many various updates see CHANGELOG.md - Drop merged patch botocore.patch - Add patches to build with new botocore: * dynabodbstreams.patch * iot-1.patch * iot-2.patch * iot-3.patch * lambdas.patch
/etc/alternatives/moto_server /usr/bin/moto_server /usr/bin/moto_server-3.10 /usr/lib/python3.10/site-packages/moto /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info/AUTHORS.md /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info/INSTALLER /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info/LICENSE /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info/METADATA /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info/RECORD /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info/REQUESTED /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info/WHEEL /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info/entry_points.txt /usr/lib/python3.10/site-packages/moto-4.1.0.dist-info/top_level.txt /usr/lib/python3.10/site-packages/moto/__init__.py /usr/lib/python3.10/site-packages/moto/__pycache__ /usr/lib/python3.10/site-packages/moto/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/__pycache__/backend_index.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/__pycache__/backend_index.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/__pycache__/backends.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/__pycache__/backends.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/__pycache__/server.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/__pycache__/server.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/__pycache__/settings.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/__pycache__/settings.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acm /usr/lib/python3.10/site-packages/moto/acm/__init__.py /usr/lib/python3.10/site-packages/moto/acm/__pycache__ /usr/lib/python3.10/site-packages/moto/acm/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acm/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acm/exceptions.py /usr/lib/python3.10/site-packages/moto/acm/models.py /usr/lib/python3.10/site-packages/moto/acm/responses.py /usr/lib/python3.10/site-packages/moto/acm/urls.py /usr/lib/python3.10/site-packages/moto/acm/utils.py /usr/lib/python3.10/site-packages/moto/acmpca /usr/lib/python3.10/site-packages/moto/acmpca/__init__.py /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__ /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/acmpca/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/acmpca/exceptions.py /usr/lib/python3.10/site-packages/moto/acmpca/models.py /usr/lib/python3.10/site-packages/moto/acmpca/responses.py /usr/lib/python3.10/site-packages/moto/acmpca/urls.py /usr/lib/python3.10/site-packages/moto/amp /usr/lib/python3.10/site-packages/moto/amp/__init__.py /usr/lib/python3.10/site-packages/moto/amp/__pycache__ /usr/lib/python3.10/site-packages/moto/amp/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/amp/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/amp/exceptions.py /usr/lib/python3.10/site-packages/moto/amp/models.py /usr/lib/python3.10/site-packages/moto/amp/responses.py /usr/lib/python3.10/site-packages/moto/amp/urls.py /usr/lib/python3.10/site-packages/moto/amp/utils.py /usr/lib/python3.10/site-packages/moto/apigateway /usr/lib/python3.10/site-packages/moto/apigateway/__init__.py /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__ /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/exceptions.py /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__init__.py /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__pycache__ /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__pycache__/aws_parser.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__pycache__/aws_parser.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__pycache__/http_parser.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__pycache__/http_parser.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__pycache__/unknown_parser.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/__pycache__/unknown_parser.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/aws_parser.py /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/http_parser.py /usr/lib/python3.10/site-packages/moto/apigateway/integration_parsers/unknown_parser.py /usr/lib/python3.10/site-packages/moto/apigateway/models.py /usr/lib/python3.10/site-packages/moto/apigateway/responses.py /usr/lib/python3.10/site-packages/moto/apigateway/urls.py /usr/lib/python3.10/site-packages/moto/apigateway/utils.py /usr/lib/python3.10/site-packages/moto/apigatewayv2 /usr/lib/python3.10/site-packages/moto/apigatewayv2/__init__.py /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__ /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/apigatewayv2/exceptions.py /usr/lib/python3.10/site-packages/moto/apigatewayv2/models.py /usr/lib/python3.10/site-packages/moto/apigatewayv2/responses.py /usr/lib/python3.10/site-packages/moto/apigatewayv2/urls.py /usr/lib/python3.10/site-packages/moto/applicationautoscaling /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__init__.py /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__ /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/applicationautoscaling/exceptions.py /usr/lib/python3.10/site-packages/moto/applicationautoscaling/models.py /usr/lib/python3.10/site-packages/moto/applicationautoscaling/responses.py /usr/lib/python3.10/site-packages/moto/applicationautoscaling/urls.py /usr/lib/python3.10/site-packages/moto/applicationautoscaling/utils.py /usr/lib/python3.10/site-packages/moto/appsync /usr/lib/python3.10/site-packages/moto/appsync/__init__.py /usr/lib/python3.10/site-packages/moto/appsync/__pycache__ /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/appsync/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/appsync/exceptions.py /usr/lib/python3.10/site-packages/moto/appsync/models.py /usr/lib/python3.10/site-packages/moto/appsync/responses.py /usr/lib/python3.10/site-packages/moto/appsync/urls.py /usr/lib/python3.10/site-packages/moto/athena /usr/lib/python3.10/site-packages/moto/athena/__init__.py /usr/lib/python3.10/site-packages/moto/athena/__pycache__ /usr/lib/python3.10/site-packages/moto/athena/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/athena/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/athena/exceptions.py /usr/lib/python3.10/site-packages/moto/athena/models.py /usr/lib/python3.10/site-packages/moto/athena/responses.py /usr/lib/python3.10/site-packages/moto/athena/urls.py /usr/lib/python3.10/site-packages/moto/athena/utils.py /usr/lib/python3.10/site-packages/moto/autoscaling /usr/lib/python3.10/site-packages/moto/autoscaling/__init__.py /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__ /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/autoscaling/exceptions.py /usr/lib/python3.10/site-packages/moto/autoscaling/models.py /usr/lib/python3.10/site-packages/moto/autoscaling/responses.py /usr/lib/python3.10/site-packages/moto/autoscaling/urls.py /usr/lib/python3.10/site-packages/moto/awslambda /usr/lib/python3.10/site-packages/moto/awslambda/__init__.py /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__ /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/policy.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/policy.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/awslambda/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/awslambda/exceptions.py /usr/lib/python3.10/site-packages/moto/awslambda/models.py /usr/lib/python3.10/site-packages/moto/awslambda/policy.py /usr/lib/python3.10/site-packages/moto/awslambda/responses.py /usr/lib/python3.10/site-packages/moto/awslambda/urls.py /usr/lib/python3.10/site-packages/moto/awslambda/utils.py /usr/lib/python3.10/site-packages/moto/backend_index.py /usr/lib/python3.10/site-packages/moto/backends.py /usr/lib/python3.10/site-packages/moto/batch /usr/lib/python3.10/site-packages/moto/batch/__init__.py /usr/lib/python3.10/site-packages/moto/batch/__pycache__ /usr/lib/python3.10/site-packages/moto/batch/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch/exceptions.py /usr/lib/python3.10/site-packages/moto/batch/models.py /usr/lib/python3.10/site-packages/moto/batch/responses.py /usr/lib/python3.10/site-packages/moto/batch/urls.py /usr/lib/python3.10/site-packages/moto/batch/utils.py /usr/lib/python3.10/site-packages/moto/batch_simple /usr/lib/python3.10/site-packages/moto/batch_simple/__init__.py /usr/lib/python3.10/site-packages/moto/batch_simple/__pycache__ /usr/lib/python3.10/site-packages/moto/batch_simple/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch_simple/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch_simple/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch_simple/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch_simple/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch_simple/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch_simple/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/batch_simple/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/batch_simple/models.py /usr/lib/python3.10/site-packages/moto/batch_simple/responses.py /usr/lib/python3.10/site-packages/moto/batch_simple/urls.py /usr/lib/python3.10/site-packages/moto/budgets /usr/lib/python3.10/site-packages/moto/budgets/__init__.py /usr/lib/python3.10/site-packages/moto/budgets/__pycache__ /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/budgets/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/budgets/exceptions.py /usr/lib/python3.10/site-packages/moto/budgets/models.py /usr/lib/python3.10/site-packages/moto/budgets/responses.py /usr/lib/python3.10/site-packages/moto/budgets/urls.py /usr/lib/python3.10/site-packages/moto/ce /usr/lib/python3.10/site-packages/moto/ce/__init__.py /usr/lib/python3.10/site-packages/moto/ce/__pycache__ /usr/lib/python3.10/site-packages/moto/ce/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ce/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ce/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ce/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ce/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ce/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ce/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ce/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ce/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ce/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ce/exceptions.py /usr/lib/python3.10/site-packages/moto/ce/models.py /usr/lib/python3.10/site-packages/moto/ce/responses.py /usr/lib/python3.10/site-packages/moto/ce/urls.py /usr/lib/python3.10/site-packages/moto/cloudformation /usr/lib/python3.10/site-packages/moto/cloudformation/__init__.py /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__ /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/custom_model.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/custom_model.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/parsing.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/parsing.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudformation/custom_model.py /usr/lib/python3.10/site-packages/moto/cloudformation/exceptions.py /usr/lib/python3.10/site-packages/moto/cloudformation/models.py /usr/lib/python3.10/site-packages/moto/cloudformation/parsing.py /usr/lib/python3.10/site-packages/moto/cloudformation/responses.py /usr/lib/python3.10/site-packages/moto/cloudformation/urls.py /usr/lib/python3.10/site-packages/moto/cloudformation/utils.py /usr/lib/python3.10/site-packages/moto/cloudfront /usr/lib/python3.10/site-packages/moto/cloudfront/__init__.py /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__ /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudfront/exceptions.py /usr/lib/python3.10/site-packages/moto/cloudfront/models.py /usr/lib/python3.10/site-packages/moto/cloudfront/responses.py /usr/lib/python3.10/site-packages/moto/cloudfront/urls.py /usr/lib/python3.10/site-packages/moto/cloudtrail /usr/lib/python3.10/site-packages/moto/cloudtrail/__init__.py /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__ /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudtrail/exceptions.py /usr/lib/python3.10/site-packages/moto/cloudtrail/models.py /usr/lib/python3.10/site-packages/moto/cloudtrail/responses.py /usr/lib/python3.10/site-packages/moto/cloudtrail/urls.py /usr/lib/python3.10/site-packages/moto/cloudwatch /usr/lib/python3.10/site-packages/moto/cloudwatch/__init__.py /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__ /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cloudwatch/exceptions.py /usr/lib/python3.10/site-packages/moto/cloudwatch/models.py /usr/lib/python3.10/site-packages/moto/cloudwatch/responses.py /usr/lib/python3.10/site-packages/moto/cloudwatch/urls.py /usr/lib/python3.10/site-packages/moto/cloudwatch/utils.py /usr/lib/python3.10/site-packages/moto/codebuild /usr/lib/python3.10/site-packages/moto/codebuild/__init__.py /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__ /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codebuild/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codebuild/exceptions.py /usr/lib/python3.10/site-packages/moto/codebuild/models.py /usr/lib/python3.10/site-packages/moto/codebuild/responses.py /usr/lib/python3.10/site-packages/moto/codebuild/urls.py /usr/lib/python3.10/site-packages/moto/codecommit /usr/lib/python3.10/site-packages/moto/codecommit/__init__.py /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__ /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codecommit/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codecommit/exceptions.py /usr/lib/python3.10/site-packages/moto/codecommit/models.py /usr/lib/python3.10/site-packages/moto/codecommit/responses.py /usr/lib/python3.10/site-packages/moto/codecommit/urls.py /usr/lib/python3.10/site-packages/moto/codepipeline /usr/lib/python3.10/site-packages/moto/codepipeline/__init__.py /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__ /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/codepipeline/exceptions.py /usr/lib/python3.10/site-packages/moto/codepipeline/models.py /usr/lib/python3.10/site-packages/moto/codepipeline/responses.py /usr/lib/python3.10/site-packages/moto/codepipeline/urls.py /usr/lib/python3.10/site-packages/moto/cognitoidentity /usr/lib/python3.10/site-packages/moto/cognitoidentity/__init__.py /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__ /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidentity/exceptions.py /usr/lib/python3.10/site-packages/moto/cognitoidentity/models.py /usr/lib/python3.10/site-packages/moto/cognitoidentity/responses.py /usr/lib/python3.10/site-packages/moto/cognitoidentity/urls.py /usr/lib/python3.10/site-packages/moto/cognitoidentity/utils.py /usr/lib/python3.10/site-packages/moto/cognitoidp /usr/lib/python3.10/site-packages/moto/cognitoidp/__init__.py /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__ /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/cognitoidp/exceptions.py /usr/lib/python3.10/site-packages/moto/cognitoidp/models.py /usr/lib/python3.10/site-packages/moto/cognitoidp/resources /usr/lib/python3.10/site-packages/moto/cognitoidp/resources/jwks-private.json /usr/lib/python3.10/site-packages/moto/cognitoidp/resources/jwks-public.json /usr/lib/python3.10/site-packages/moto/cognitoidp/responses.py /usr/lib/python3.10/site-packages/moto/cognitoidp/urls.py /usr/lib/python3.10/site-packages/moto/cognitoidp/utils.py /usr/lib/python3.10/site-packages/moto/comprehend /usr/lib/python3.10/site-packages/moto/comprehend/__init__.py /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__ /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/comprehend/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/comprehend/exceptions.py /usr/lib/python3.10/site-packages/moto/comprehend/models.py /usr/lib/python3.10/site-packages/moto/comprehend/responses.py /usr/lib/python3.10/site-packages/moto/comprehend/urls.py /usr/lib/python3.10/site-packages/moto/config /usr/lib/python3.10/site-packages/moto/config/__init__.py /usr/lib/python3.10/site-packages/moto/config/__pycache__ /usr/lib/python3.10/site-packages/moto/config/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/config/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/config/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/config/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/config/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/config/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/config/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/config/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/config/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/config/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/config/exceptions.py /usr/lib/python3.10/site-packages/moto/config/models.py /usr/lib/python3.10/site-packages/moto/config/resources /usr/lib/python3.10/site-packages/moto/config/resources/aws_managed_rules.json /usr/lib/python3.10/site-packages/moto/config/responses.py /usr/lib/python3.10/site-packages/moto/config/urls.py /usr/lib/python3.10/site-packages/moto/core /usr/lib/python3.10/site-packages/moto/core/__init__.py /usr/lib/python3.10/site-packages/moto/core/__pycache__ /usr/lib/python3.10/site-packages/moto/core/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/base_backend.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/base_backend.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/botocore_stubber.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/botocore_stubber.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/common_models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/common_models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/common_types.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/common_types.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/custom_responses_mock.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/custom_responses_mock.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/responses_custom_registry.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/responses_custom_registry.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/core/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/core/base_backend.py /usr/lib/python3.10/site-packages/moto/core/botocore_stubber.py /usr/lib/python3.10/site-packages/moto/core/common_models.py /usr/lib/python3.10/site-packages/moto/core/common_types.py /usr/lib/python3.10/site-packages/moto/core/custom_responses_mock.py /usr/lib/python3.10/site-packages/moto/core/exceptions.py /usr/lib/python3.10/site-packages/moto/core/models.py /usr/lib/python3.10/site-packages/moto/core/responses.py /usr/lib/python3.10/site-packages/moto/core/responses_custom_registry.py /usr/lib/python3.10/site-packages/moto/core/utils.py /usr/lib/python3.10/site-packages/moto/databrew /usr/lib/python3.10/site-packages/moto/databrew/__init__.py /usr/lib/python3.10/site-packages/moto/databrew/__pycache__ /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/databrew/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/databrew/exceptions.py /usr/lib/python3.10/site-packages/moto/databrew/models.py /usr/lib/python3.10/site-packages/moto/databrew/responses.py /usr/lib/python3.10/site-packages/moto/databrew/urls.py /usr/lib/python3.10/site-packages/moto/datapipeline /usr/lib/python3.10/site-packages/moto/datapipeline/__init__.py /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__ /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datapipeline/models.py /usr/lib/python3.10/site-packages/moto/datapipeline/responses.py /usr/lib/python3.10/site-packages/moto/datapipeline/urls.py /usr/lib/python3.10/site-packages/moto/datapipeline/utils.py /usr/lib/python3.10/site-packages/moto/datasync /usr/lib/python3.10/site-packages/moto/datasync/__init__.py /usr/lib/python3.10/site-packages/moto/datasync/__pycache__ /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/datasync/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/datasync/exceptions.py /usr/lib/python3.10/site-packages/moto/datasync/models.py /usr/lib/python3.10/site-packages/moto/datasync/responses.py /usr/lib/python3.10/site-packages/moto/datasync/urls.py /usr/lib/python3.10/site-packages/moto/dax /usr/lib/python3.10/site-packages/moto/dax/__init__.py /usr/lib/python3.10/site-packages/moto/dax/__pycache__ /usr/lib/python3.10/site-packages/moto/dax/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dax/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dax/exceptions.py /usr/lib/python3.10/site-packages/moto/dax/models.py /usr/lib/python3.10/site-packages/moto/dax/responses.py /usr/lib/python3.10/site-packages/moto/dax/urls.py /usr/lib/python3.10/site-packages/moto/dax/utils.py /usr/lib/python3.10/site-packages/moto/dms /usr/lib/python3.10/site-packages/moto/dms/__init__.py /usr/lib/python3.10/site-packages/moto/dms/__pycache__ /usr/lib/python3.10/site-packages/moto/dms/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dms/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dms/exceptions.py /usr/lib/python3.10/site-packages/moto/dms/models.py /usr/lib/python3.10/site-packages/moto/dms/responses.py /usr/lib/python3.10/site-packages/moto/dms/urls.py /usr/lib/python3.10/site-packages/moto/dms/utils.py /usr/lib/python3.10/site-packages/moto/ds /usr/lib/python3.10/site-packages/moto/ds/__init__.py /usr/lib/python3.10/site-packages/moto/ds/__pycache__ /usr/lib/python3.10/site-packages/moto/ds/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/validations.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ds/__pycache__/validations.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ds/exceptions.py /usr/lib/python3.10/site-packages/moto/ds/models.py /usr/lib/python3.10/site-packages/moto/ds/responses.py /usr/lib/python3.10/site-packages/moto/ds/urls.py /usr/lib/python3.10/site-packages/moto/ds/utils.py /usr/lib/python3.10/site-packages/moto/ds/validations.py /usr/lib/python3.10/site-packages/moto/dynamodb /usr/lib/python3.10/site-packages/moto/dynamodb/__init__.py /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__ /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/comparisons.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/comparisons.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/limits.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/limits.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/comparisons.py /usr/lib/python3.10/site-packages/moto/dynamodb/exceptions.py /usr/lib/python3.10/site-packages/moto/dynamodb/limits.py /usr/lib/python3.10/site-packages/moto/dynamodb/models /usr/lib/python3.10/site-packages/moto/dynamodb/models/__init__.py /usr/lib/python3.10/site-packages/moto/dynamodb/models/__pycache__ /usr/lib/python3.10/site-packages/moto/dynamodb/models/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/models/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/models/__pycache__/dynamo_type.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/models/__pycache__/dynamo_type.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/models/__pycache__/utilities.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/models/__pycache__/utilities.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/models/dynamo_type.py /usr/lib/python3.10/site-packages/moto/dynamodb/models/utilities.py /usr/lib/python3.10/site-packages/moto/dynamodb/parsing /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__init__.py /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__ /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/ast_nodes.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/ast_nodes.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/executors.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/executors.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/expressions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/expressions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/key_condition_expression.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/key_condition_expression.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/reserved_keywords.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/reserved_keywords.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/tokens.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/tokens.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/validators.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/__pycache__/validators.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/ast_nodes.py /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/executors.py /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/expressions.py /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/key_condition_expression.py /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/reserved_keywords.py /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/reserved_keywords.txt /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/tokens.py /usr/lib/python3.10/site-packages/moto/dynamodb/parsing/validators.py /usr/lib/python3.10/site-packages/moto/dynamodb/responses.py /usr/lib/python3.10/site-packages/moto/dynamodb/urls.py /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205 /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__init__.py /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__ /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/comparisons.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/comparisons.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/comparisons.py /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/models.py /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/responses.py /usr/lib/python3.10/site-packages/moto/dynamodb_v20111205/urls.py /usr/lib/python3.10/site-packages/moto/dynamodbstreams /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__init__.py /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__pycache__ /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/dynamodbstreams/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/dynamodbstreams/models.py /usr/lib/python3.10/site-packages/moto/dynamodbstreams/responses.py /usr/lib/python3.10/site-packages/moto/dynamodbstreams/urls.py /usr/lib/python3.10/site-packages/moto/ebs /usr/lib/python3.10/site-packages/moto/ebs/__init__.py /usr/lib/python3.10/site-packages/moto/ebs/__pycache__ /usr/lib/python3.10/site-packages/moto/ebs/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ebs/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ebs/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ebs/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ebs/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ebs/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ebs/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ebs/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ebs/models.py /usr/lib/python3.10/site-packages/moto/ebs/responses.py /usr/lib/python3.10/site-packages/moto/ebs/urls.py /usr/lib/python3.10/site-packages/moto/ec2 /usr/lib/python3.10/site-packages/moto/ec2/__init__.py /usr/lib/python3.10/site-packages/moto/ec2/__pycache__ /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/regions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/regions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/exceptions.py /usr/lib/python3.10/site-packages/moto/ec2/models /usr/lib/python3.10/site-packages/moto/ec2/models/__init__.py /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__ /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/amis.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/amis.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/availability_zones_and_regions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/availability_zones_and_regions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/carrier_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/carrier_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/core.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/core.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/customer_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/customer_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/dhcp_options.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/dhcp_options.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/elastic_block_store.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/elastic_block_store.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/elastic_ip_addresses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/elastic_ip_addresses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/elastic_network_interfaces.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/elastic_network_interfaces.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/fleets.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/fleets.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/flow_logs.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/flow_logs.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/iam_instance_profile.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/iam_instance_profile.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/instance_types.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/instance_types.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/instances.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/instances.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/internet_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/internet_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/key_pairs.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/key_pairs.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/launch_templates.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/launch_templates.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/managed_prefixes.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/managed_prefixes.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/nat_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/nat_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/network_acls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/network_acls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/route_tables.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/route_tables.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/security_groups.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/security_groups.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/spot_requests.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/spot_requests.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/subnets.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/subnets.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/tags.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/tags.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/transit_gateway.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/transit_gateway.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/transit_gateway_attachments.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/transit_gateway_attachments.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/transit_gateway_route_tables.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/transit_gateway_route_tables.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpc_peering_connections.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpc_peering_connections.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpc_service_configuration.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpc_service_configuration.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpcs.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpcs.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpn_connections.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpn_connections.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpn_gateway.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/vpn_gateway.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/windows.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/__pycache__/windows.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/models/amis.py /usr/lib/python3.10/site-packages/moto/ec2/models/availability_zones_and_regions.py /usr/lib/python3.10/site-packages/moto/ec2/models/carrier_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/models/core.py /usr/lib/python3.10/site-packages/moto/ec2/models/customer_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/models/dhcp_options.py /usr/lib/python3.10/site-packages/moto/ec2/models/elastic_block_store.py /usr/lib/python3.10/site-packages/moto/ec2/models/elastic_ip_addresses.py /usr/lib/python3.10/site-packages/moto/ec2/models/elastic_network_interfaces.py /usr/lib/python3.10/site-packages/moto/ec2/models/fleets.py /usr/lib/python3.10/site-packages/moto/ec2/models/flow_logs.py /usr/lib/python3.10/site-packages/moto/ec2/models/iam_instance_profile.py /usr/lib/python3.10/site-packages/moto/ec2/models/instance_types.py /usr/lib/python3.10/site-packages/moto/ec2/models/instances.py /usr/lib/python3.10/site-packages/moto/ec2/models/internet_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/models/key_pairs.py /usr/lib/python3.10/site-packages/moto/ec2/models/launch_templates.py /usr/lib/python3.10/site-packages/moto/ec2/models/managed_prefixes.py /usr/lib/python3.10/site-packages/moto/ec2/models/nat_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/models/network_acls.py /usr/lib/python3.10/site-packages/moto/ec2/models/route_tables.py /usr/lib/python3.10/site-packages/moto/ec2/models/security_groups.py /usr/lib/python3.10/site-packages/moto/ec2/models/spot_requests.py /usr/lib/python3.10/site-packages/moto/ec2/models/subnets.py /usr/lib/python3.10/site-packages/moto/ec2/models/tags.py /usr/lib/python3.10/site-packages/moto/ec2/models/transit_gateway.py /usr/lib/python3.10/site-packages/moto/ec2/models/transit_gateway_attachments.py /usr/lib/python3.10/site-packages/moto/ec2/models/transit_gateway_route_tables.py /usr/lib/python3.10/site-packages/moto/ec2/models/vpc_peering_connections.py /usr/lib/python3.10/site-packages/moto/ec2/models/vpc_service_configuration.py /usr/lib/python3.10/site-packages/moto/ec2/models/vpcs.py /usr/lib/python3.10/site-packages/moto/ec2/models/vpn_connections.py /usr/lib/python3.10/site-packages/moto/ec2/models/vpn_gateway.py /usr/lib/python3.10/site-packages/moto/ec2/models/windows.py /usr/lib/python3.10/site-packages/moto/ec2/regions.py /usr/lib/python3.10/site-packages/moto/ec2/resources /usr/lib/python3.10/site-packages/moto/ec2/resources/amis.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/af-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-northeast-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/ap-southeast-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/ca-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-central-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-north-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-south-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/eu-west-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/me-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/me-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/sa-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-east-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone-id/us-west-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/af-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/ap-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/ap-northeast-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/ap-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/ap-southeast-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/ca-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/eu-central-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/eu-north-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/eu-south-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/eu-west-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/me-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/me-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/sa-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/us-east-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/availability-zone/us-west-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/af-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/ap-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/ap-northeast-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/ap-northeast-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/ap-northeast-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/ap-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/ap-southeast-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/ap-southeast-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/ap-southeast-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/ca-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/eu-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/eu-central-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/eu-north-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/eu-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/eu-south-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/eu-west-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/eu-west-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/eu-west-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/me-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/me-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/sa-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/us-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/us-east-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/us-west-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_type_offerings/region/us-west-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/instance_types.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/af-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/ap-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/ap-northeast-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/ap-northeast-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/ap-northeast-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/ap-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/ap-southeast-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/ap-southeast-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/ap-southeast-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/ca-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/eu-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/eu-central-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/eu-north-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/eu-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/eu-south-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/eu-west-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/eu-west-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/eu-west-3.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/me-central-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/me-south-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/sa-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/us-east-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/us-east-2.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/us-west-1.json /usr/lib/python3.10/site-packages/moto/ec2/resources/latest_amis/us-west-2.json /usr/lib/python3.10/site-packages/moto/ec2/responses /usr/lib/python3.10/site-packages/moto/ec2/responses/__init__.py /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__ /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/_base_response.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/_base_response.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/account_attributes.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/account_attributes.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/amazon_dev_pay.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/amazon_dev_pay.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/amis.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/amis.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/availability_zones_and_regions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/availability_zones_and_regions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/carrier_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/carrier_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/customer_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/customer_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/dhcp_options.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/dhcp_options.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/egress_only_internet_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/egress_only_internet_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/elastic_block_store.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/elastic_block_store.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/elastic_ip_addresses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/elastic_ip_addresses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/elastic_network_interfaces.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/elastic_network_interfaces.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/fleets.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/fleets.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/flow_logs.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/flow_logs.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/general.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/general.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/iam_instance_profiles.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/iam_instance_profiles.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/instances.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/instances.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/internet_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/internet_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/ip_addresses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/ip_addresses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/key_pairs.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/key_pairs.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/launch_templates.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/launch_templates.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/monitoring.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/monitoring.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/nat_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/nat_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/network_acls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/network_acls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/placement_groups.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/placement_groups.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/reserved_instances.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/reserved_instances.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/route_tables.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/route_tables.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/security_groups.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/security_groups.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/settings.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/settings.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/spot_fleets.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/spot_fleets.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/spot_instances.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/spot_instances.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/subnets.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/subnets.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/tags.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/tags.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/transit_gateway_attachments.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/transit_gateway_attachments.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/transit_gateway_route_tables.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/transit_gateway_route_tables.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/transit_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/transit_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/virtual_private_gateways.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/virtual_private_gateways.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vm_export.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vm_export.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vm_import.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vm_import.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vpc_peering_connections.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vpc_peering_connections.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vpc_service_configuration.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vpc_service_configuration.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vpcs.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vpcs.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vpn_connections.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/vpn_connections.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/windows.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/__pycache__/windows.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2/responses/_base_response.py /usr/lib/python3.10/site-packages/moto/ec2/responses/account_attributes.py /usr/lib/python3.10/site-packages/moto/ec2/responses/amazon_dev_pay.py /usr/lib/python3.10/site-packages/moto/ec2/responses/amis.py /usr/lib/python3.10/site-packages/moto/ec2/responses/availability_zones_and_regions.py /usr/lib/python3.10/site-packages/moto/ec2/responses/carrier_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/responses/customer_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/responses/dhcp_options.py /usr/lib/python3.10/site-packages/moto/ec2/responses/egress_only_internet_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/responses/elastic_block_store.py /usr/lib/python3.10/site-packages/moto/ec2/responses/elastic_ip_addresses.py /usr/lib/python3.10/site-packages/moto/ec2/responses/elastic_network_interfaces.py /usr/lib/python3.10/site-packages/moto/ec2/responses/fleets.py /usr/lib/python3.10/site-packages/moto/ec2/responses/flow_logs.py /usr/lib/python3.10/site-packages/moto/ec2/responses/general.py /usr/lib/python3.10/site-packages/moto/ec2/responses/iam_instance_profiles.py /usr/lib/python3.10/site-packages/moto/ec2/responses/instances.py /usr/lib/python3.10/site-packages/moto/ec2/responses/internet_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/responses/ip_addresses.py /usr/lib/python3.10/site-packages/moto/ec2/responses/key_pairs.py /usr/lib/python3.10/site-packages/moto/ec2/responses/launch_templates.py /usr/lib/python3.10/site-packages/moto/ec2/responses/monitoring.py /usr/lib/python3.10/site-packages/moto/ec2/responses/nat_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/responses/network_acls.py /usr/lib/python3.10/site-packages/moto/ec2/responses/placement_groups.py /usr/lib/python3.10/site-packages/moto/ec2/responses/reserved_instances.py /usr/lib/python3.10/site-packages/moto/ec2/responses/route_tables.py /usr/lib/python3.10/site-packages/moto/ec2/responses/security_groups.py /usr/lib/python3.10/site-packages/moto/ec2/responses/settings.py /usr/lib/python3.10/site-packages/moto/ec2/responses/spot_fleets.py /usr/lib/python3.10/site-packages/moto/ec2/responses/spot_instances.py /usr/lib/python3.10/site-packages/moto/ec2/responses/subnets.py /usr/lib/python3.10/site-packages/moto/ec2/responses/tags.py /usr/lib/python3.10/site-packages/moto/ec2/responses/transit_gateway_attachments.py /usr/lib/python3.10/site-packages/moto/ec2/responses/transit_gateway_route_tables.py /usr/lib/python3.10/site-packages/moto/ec2/responses/transit_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/responses/virtual_private_gateways.py /usr/lib/python3.10/site-packages/moto/ec2/responses/vm_export.py /usr/lib/python3.10/site-packages/moto/ec2/responses/vm_import.py /usr/lib/python3.10/site-packages/moto/ec2/responses/vpc_peering_connections.py /usr/lib/python3.10/site-packages/moto/ec2/responses/vpc_service_configuration.py /usr/lib/python3.10/site-packages/moto/ec2/responses/vpcs.py /usr/lib/python3.10/site-packages/moto/ec2/responses/vpn_connections.py /usr/lib/python3.10/site-packages/moto/ec2/responses/windows.py /usr/lib/python3.10/site-packages/moto/ec2/urls.py /usr/lib/python3.10/site-packages/moto/ec2/utils.py /usr/lib/python3.10/site-packages/moto/ec2instanceconnect /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__init__.py /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__pycache__ /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/models.py /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/responses.py /usr/lib/python3.10/site-packages/moto/ec2instanceconnect/urls.py /usr/lib/python3.10/site-packages/moto/ecr /usr/lib/python3.10/site-packages/moto/ecr/__init__.py /usr/lib/python3.10/site-packages/moto/ecr/__pycache__ /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/policy_validation.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/policy_validation.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecr/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecr/exceptions.py /usr/lib/python3.10/site-packages/moto/ecr/models.py /usr/lib/python3.10/site-packages/moto/ecr/policy_validation.py /usr/lib/python3.10/site-packages/moto/ecr/responses.py /usr/lib/python3.10/site-packages/moto/ecr/urls.py /usr/lib/python3.10/site-packages/moto/ecs /usr/lib/python3.10/site-packages/moto/ecs/__init__.py /usr/lib/python3.10/site-packages/moto/ecs/__pycache__ /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ecs/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ecs/exceptions.py /usr/lib/python3.10/site-packages/moto/ecs/models.py /usr/lib/python3.10/site-packages/moto/ecs/responses.py /usr/lib/python3.10/site-packages/moto/ecs/urls.py /usr/lib/python3.10/site-packages/moto/efs /usr/lib/python3.10/site-packages/moto/efs/__init__.py /usr/lib/python3.10/site-packages/moto/efs/__pycache__ /usr/lib/python3.10/site-packages/moto/efs/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/efs/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/efs/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/efs/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/efs/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/efs/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/efs/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/efs/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/efs/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/efs/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/efs/exceptions.py /usr/lib/python3.10/site-packages/moto/efs/models.py /usr/lib/python3.10/site-packages/moto/efs/responses.py /usr/lib/python3.10/site-packages/moto/efs/urls.py /usr/lib/python3.10/site-packages/moto/eks /usr/lib/python3.10/site-packages/moto/eks/__init__.py /usr/lib/python3.10/site-packages/moto/eks/__pycache__ /usr/lib/python3.10/site-packages/moto/eks/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/eks/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/eks/exceptions.py /usr/lib/python3.10/site-packages/moto/eks/models.py /usr/lib/python3.10/site-packages/moto/eks/responses.py /usr/lib/python3.10/site-packages/moto/eks/urls.py /usr/lib/python3.10/site-packages/moto/eks/utils.py /usr/lib/python3.10/site-packages/moto/elasticache /usr/lib/python3.10/site-packages/moto/elasticache/__init__.py /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__ /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticache/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticache/exceptions.py /usr/lib/python3.10/site-packages/moto/elasticache/models.py /usr/lib/python3.10/site-packages/moto/elasticache/responses.py /usr/lib/python3.10/site-packages/moto/elasticache/urls.py /usr/lib/python3.10/site-packages/moto/elasticbeanstalk /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__init__.py /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__ /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/exceptions.py /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/models.py /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/responses.py /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/urls.py /usr/lib/python3.10/site-packages/moto/elasticbeanstalk/utils.py /usr/lib/python3.10/site-packages/moto/elastictranscoder /usr/lib/python3.10/site-packages/moto/elastictranscoder/__init__.py /usr/lib/python3.10/site-packages/moto/elastictranscoder/__pycache__ /usr/lib/python3.10/site-packages/moto/elastictranscoder/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elastictranscoder/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elastictranscoder/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elastictranscoder/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elastictranscoder/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elastictranscoder/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elastictranscoder/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elastictranscoder/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elastictranscoder/models.py /usr/lib/python3.10/site-packages/moto/elastictranscoder/responses.py /usr/lib/python3.10/site-packages/moto/elastictranscoder/urls.py /usr/lib/python3.10/site-packages/moto/elb /usr/lib/python3.10/site-packages/moto/elb/__init__.py /usr/lib/python3.10/site-packages/moto/elb/__pycache__ /usr/lib/python3.10/site-packages/moto/elb/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/policies.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/policies.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elb/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elb/exceptions.py /usr/lib/python3.10/site-packages/moto/elb/models.py /usr/lib/python3.10/site-packages/moto/elb/policies.py /usr/lib/python3.10/site-packages/moto/elb/responses.py /usr/lib/python3.10/site-packages/moto/elb/urls.py /usr/lib/python3.10/site-packages/moto/elbv2 /usr/lib/python3.10/site-packages/moto/elbv2/__init__.py /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__ /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/elbv2/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/elbv2/exceptions.py /usr/lib/python3.10/site-packages/moto/elbv2/models.py /usr/lib/python3.10/site-packages/moto/elbv2/responses.py /usr/lib/python3.10/site-packages/moto/elbv2/urls.py /usr/lib/python3.10/site-packages/moto/elbv2/utils.py /usr/lib/python3.10/site-packages/moto/emr /usr/lib/python3.10/site-packages/moto/emr/__init__.py /usr/lib/python3.10/site-packages/moto/emr/__pycache__ /usr/lib/python3.10/site-packages/moto/emr/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emr/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emr/exceptions.py /usr/lib/python3.10/site-packages/moto/emr/models.py /usr/lib/python3.10/site-packages/moto/emr/responses.py /usr/lib/python3.10/site-packages/moto/emr/urls.py /usr/lib/python3.10/site-packages/moto/emr/utils.py /usr/lib/python3.10/site-packages/moto/emrcontainers /usr/lib/python3.10/site-packages/moto/emrcontainers/__init__.py /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__ /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrcontainers/exceptions.py /usr/lib/python3.10/site-packages/moto/emrcontainers/models.py /usr/lib/python3.10/site-packages/moto/emrcontainers/responses.py /usr/lib/python3.10/site-packages/moto/emrcontainers/urls.py /usr/lib/python3.10/site-packages/moto/emrcontainers/utils.py /usr/lib/python3.10/site-packages/moto/emrserverless /usr/lib/python3.10/site-packages/moto/emrserverless/__init__.py /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__ /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/emrserverless/exceptions.py /usr/lib/python3.10/site-packages/moto/emrserverless/models.py /usr/lib/python3.10/site-packages/moto/emrserverless/responses.py /usr/lib/python3.10/site-packages/moto/emrserverless/urls.py /usr/lib/python3.10/site-packages/moto/emrserverless/utils.py /usr/lib/python3.10/site-packages/moto/es /usr/lib/python3.10/site-packages/moto/es/__init__.py /usr/lib/python3.10/site-packages/moto/es/__pycache__ /usr/lib/python3.10/site-packages/moto/es/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/es/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/es/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/es/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/es/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/es/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/es/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/es/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/es/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/es/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/es/exceptions.py /usr/lib/python3.10/site-packages/moto/es/models.py /usr/lib/python3.10/site-packages/moto/es/responses.py /usr/lib/python3.10/site-packages/moto/es/urls.py /usr/lib/python3.10/site-packages/moto/events /usr/lib/python3.10/site-packages/moto/events/__init__.py /usr/lib/python3.10/site-packages/moto/events/__pycache__ /usr/lib/python3.10/site-packages/moto/events/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/notifications.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/notifications.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/events/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/events/exceptions.py /usr/lib/python3.10/site-packages/moto/events/models.py /usr/lib/python3.10/site-packages/moto/events/notifications.py /usr/lib/python3.10/site-packages/moto/events/responses.py /usr/lib/python3.10/site-packages/moto/events/urls.py /usr/lib/python3.10/site-packages/moto/events/utils.py /usr/lib/python3.10/site-packages/moto/firehose /usr/lib/python3.10/site-packages/moto/firehose/__init__.py /usr/lib/python3.10/site-packages/moto/firehose/__pycache__ /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/firehose/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/firehose/exceptions.py /usr/lib/python3.10/site-packages/moto/firehose/models.py /usr/lib/python3.10/site-packages/moto/firehose/responses.py /usr/lib/python3.10/site-packages/moto/firehose/urls.py /usr/lib/python3.10/site-packages/moto/forecast /usr/lib/python3.10/site-packages/moto/forecast/__init__.py /usr/lib/python3.10/site-packages/moto/forecast/__pycache__ /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/forecast/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/forecast/exceptions.py /usr/lib/python3.10/site-packages/moto/forecast/models.py /usr/lib/python3.10/site-packages/moto/forecast/responses.py /usr/lib/python3.10/site-packages/moto/forecast/urls.py /usr/lib/python3.10/site-packages/moto/glacier /usr/lib/python3.10/site-packages/moto/glacier/__init__.py /usr/lib/python3.10/site-packages/moto/glacier/__pycache__ /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glacier/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glacier/models.py /usr/lib/python3.10/site-packages/moto/glacier/responses.py /usr/lib/python3.10/site-packages/moto/glacier/urls.py /usr/lib/python3.10/site-packages/moto/glacier/utils.py /usr/lib/python3.10/site-packages/moto/glue /usr/lib/python3.10/site-packages/moto/glue/__init__.py /usr/lib/python3.10/site-packages/moto/glue/__pycache__ /usr/lib/python3.10/site-packages/moto/glue/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/glue_schema_registry_constants.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/glue_schema_registry_constants.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/glue_schema_registry_utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/glue_schema_registry_utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/glue/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/glue/exceptions.py /usr/lib/python3.10/site-packages/moto/glue/glue_schema_registry_constants.py /usr/lib/python3.10/site-packages/moto/glue/glue_schema_registry_utils.py /usr/lib/python3.10/site-packages/moto/glue/models.py /usr/lib/python3.10/site-packages/moto/glue/responses.py /usr/lib/python3.10/site-packages/moto/glue/urls.py /usr/lib/python3.10/site-packages/moto/glue/utils.py /usr/lib/python3.10/site-packages/moto/greengrass /usr/lib/python3.10/site-packages/moto/greengrass/__init__.py /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__ /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/greengrass/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/greengrass/exceptions.py /usr/lib/python3.10/site-packages/moto/greengrass/models.py /usr/lib/python3.10/site-packages/moto/greengrass/responses.py /usr/lib/python3.10/site-packages/moto/greengrass/urls.py /usr/lib/python3.10/site-packages/moto/guardduty /usr/lib/python3.10/site-packages/moto/guardduty/__init__.py /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__ /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/guardduty/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/guardduty/exceptions.py /usr/lib/python3.10/site-packages/moto/guardduty/models.py /usr/lib/python3.10/site-packages/moto/guardduty/responses.py /usr/lib/python3.10/site-packages/moto/guardduty/urls.py /usr/lib/python3.10/site-packages/moto/iam /usr/lib/python3.10/site-packages/moto/iam/__init__.py /usr/lib/python3.10/site-packages/moto/iam/__pycache__ /usr/lib/python3.10/site-packages/moto/iam/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/access_control.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/access_control.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/aws_managed_policies.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/aws_managed_policies.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/config.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/config.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/policy_validation.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/policy_validation.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iam/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iam/access_control.py /usr/lib/python3.10/site-packages/moto/iam/aws_managed_policies.py /usr/lib/python3.10/site-packages/moto/iam/config.py /usr/lib/python3.10/site-packages/moto/iam/exceptions.py /usr/lib/python3.10/site-packages/moto/iam/models.py /usr/lib/python3.10/site-packages/moto/iam/policy_validation.py /usr/lib/python3.10/site-packages/moto/iam/responses.py /usr/lib/python3.10/site-packages/moto/iam/urls.py /usr/lib/python3.10/site-packages/moto/iam/utils.py /usr/lib/python3.10/site-packages/moto/instance_metadata /usr/lib/python3.10/site-packages/moto/instance_metadata/__init__.py /usr/lib/python3.10/site-packages/moto/instance_metadata/__pycache__ /usr/lib/python3.10/site-packages/moto/instance_metadata/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/instance_metadata/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/instance_metadata/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/instance_metadata/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/instance_metadata/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/instance_metadata/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/instance_metadata/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/instance_metadata/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/instance_metadata/models.py /usr/lib/python3.10/site-packages/moto/instance_metadata/responses.py /usr/lib/python3.10/site-packages/moto/instance_metadata/urls.py /usr/lib/python3.10/site-packages/moto/iot /usr/lib/python3.10/site-packages/moto/iot/__init__.py /usr/lib/python3.10/site-packages/moto/iot/__pycache__ /usr/lib/python3.10/site-packages/moto/iot/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iot/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iot/exceptions.py /usr/lib/python3.10/site-packages/moto/iot/models.py /usr/lib/python3.10/site-packages/moto/iot/responses.py /usr/lib/python3.10/site-packages/moto/iot/urls.py /usr/lib/python3.10/site-packages/moto/iot/utils.py /usr/lib/python3.10/site-packages/moto/iotdata /usr/lib/python3.10/site-packages/moto/iotdata/__init__.py /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__ /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/iotdata/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/iotdata/exceptions.py /usr/lib/python3.10/site-packages/moto/iotdata/models.py /usr/lib/python3.10/site-packages/moto/iotdata/responses.py /usr/lib/python3.10/site-packages/moto/iotdata/urls.py /usr/lib/python3.10/site-packages/moto/kinesis /usr/lib/python3.10/site-packages/moto/kinesis/__init__.py /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__ /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesis/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesis/exceptions.py /usr/lib/python3.10/site-packages/moto/kinesis/models.py /usr/lib/python3.10/site-packages/moto/kinesis/responses.py /usr/lib/python3.10/site-packages/moto/kinesis/urls.py /usr/lib/python3.10/site-packages/moto/kinesis/utils.py /usr/lib/python3.10/site-packages/moto/kinesisvideo /usr/lib/python3.10/site-packages/moto/kinesisvideo/__init__.py /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__ /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideo/exceptions.py /usr/lib/python3.10/site-packages/moto/kinesisvideo/models.py /usr/lib/python3.10/site-packages/moto/kinesisvideo/responses.py /usr/lib/python3.10/site-packages/moto/kinesisvideo/urls.py /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__init__.py /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__ /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/exceptions.py /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/models.py /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/responses.py /usr/lib/python3.10/site-packages/moto/kinesisvideoarchivedmedia/urls.py /usr/lib/python3.10/site-packages/moto/kms /usr/lib/python3.10/site-packages/moto/kms/__init__.py /usr/lib/python3.10/site-packages/moto/kms/__pycache__ /usr/lib/python3.10/site-packages/moto/kms/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/policy_validator.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/policy_validator.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/kms/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/kms/exceptions.py /usr/lib/python3.10/site-packages/moto/kms/models.py /usr/lib/python3.10/site-packages/moto/kms/policy_validator.py /usr/lib/python3.10/site-packages/moto/kms/responses.py /usr/lib/python3.10/site-packages/moto/kms/urls.py /usr/lib/python3.10/site-packages/moto/kms/utils.py /usr/lib/python3.10/site-packages/moto/logs /usr/lib/python3.10/site-packages/moto/logs/__init__.py /usr/lib/python3.10/site-packages/moto/logs/__pycache__ /usr/lib/python3.10/site-packages/moto/logs/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/metric_filters.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/metric_filters.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/logs/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/logs/exceptions.py /usr/lib/python3.10/site-packages/moto/logs/metric_filters.py /usr/lib/python3.10/site-packages/moto/logs/models.py /usr/lib/python3.10/site-packages/moto/logs/responses.py /usr/lib/python3.10/site-packages/moto/logs/urls.py /usr/lib/python3.10/site-packages/moto/logs/utils.py /usr/lib/python3.10/site-packages/moto/managedblockchain /usr/lib/python3.10/site-packages/moto/managedblockchain/__init__.py /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__ /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/managedblockchain/exceptions.py /usr/lib/python3.10/site-packages/moto/managedblockchain/models.py /usr/lib/python3.10/site-packages/moto/managedblockchain/responses.py /usr/lib/python3.10/site-packages/moto/managedblockchain/urls.py /usr/lib/python3.10/site-packages/moto/managedblockchain/utils.py /usr/lib/python3.10/site-packages/moto/mediaconnect /usr/lib/python3.10/site-packages/moto/mediaconnect/__init__.py /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__ /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediaconnect/exceptions.py /usr/lib/python3.10/site-packages/moto/mediaconnect/models.py /usr/lib/python3.10/site-packages/moto/mediaconnect/responses.py /usr/lib/python3.10/site-packages/moto/mediaconnect/urls.py /usr/lib/python3.10/site-packages/moto/medialive /usr/lib/python3.10/site-packages/moto/medialive/__init__.py /usr/lib/python3.10/site-packages/moto/medialive/__pycache__ /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/medialive/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/medialive/exceptions.py /usr/lib/python3.10/site-packages/moto/medialive/models.py /usr/lib/python3.10/site-packages/moto/medialive/responses.py /usr/lib/python3.10/site-packages/moto/medialive/urls.py /usr/lib/python3.10/site-packages/moto/mediapackage /usr/lib/python3.10/site-packages/moto/mediapackage/__init__.py /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__ /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediapackage/exceptions.py /usr/lib/python3.10/site-packages/moto/mediapackage/models.py /usr/lib/python3.10/site-packages/moto/mediapackage/responses.py /usr/lib/python3.10/site-packages/moto/mediapackage/urls.py /usr/lib/python3.10/site-packages/moto/mediastore /usr/lib/python3.10/site-packages/moto/mediastore/__init__.py /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__ /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastore/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastore/exceptions.py /usr/lib/python3.10/site-packages/moto/mediastore/models.py /usr/lib/python3.10/site-packages/moto/mediastore/responses.py /usr/lib/python3.10/site-packages/moto/mediastore/urls.py /usr/lib/python3.10/site-packages/moto/mediastoredata /usr/lib/python3.10/site-packages/moto/mediastoredata/__init__.py /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__ /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mediastoredata/exceptions.py /usr/lib/python3.10/site-packages/moto/mediastoredata/models.py /usr/lib/python3.10/site-packages/moto/mediastoredata/responses.py /usr/lib/python3.10/site-packages/moto/mediastoredata/urls.py /usr/lib/python3.10/site-packages/moto/meteringmarketplace /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__init__.py /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__ /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/meteringmarketplace/exceptions.py /usr/lib/python3.10/site-packages/moto/meteringmarketplace/models.py /usr/lib/python3.10/site-packages/moto/meteringmarketplace/responses.py /usr/lib/python3.10/site-packages/moto/meteringmarketplace/urls.py /usr/lib/python3.10/site-packages/moto/moto_api /usr/lib/python3.10/site-packages/moto/moto_api/__init__.py /usr/lib/python3.10/site-packages/moto/moto_api/__pycache__ /usr/lib/python3.10/site-packages/moto/moto_api/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__init__.py /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__ /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/managed_state_model.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/managed_state_model.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/moto_random.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/moto_random.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/state_manager.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/state_manager.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/managed_state_model.py /usr/lib/python3.10/site-packages/moto/moto_api/_internal/models.py /usr/lib/python3.10/site-packages/moto/moto_api/_internal/moto_random.py /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/__init__.py /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/__pycache__ /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/models.py /usr/lib/python3.10/site-packages/moto/moto_api/_internal/recorder/responses.py /usr/lib/python3.10/site-packages/moto/moto_api/_internal/responses.py /usr/lib/python3.10/site-packages/moto/moto_api/_internal/state_manager.py /usr/lib/python3.10/site-packages/moto/moto_api/_internal/urls.py /usr/lib/python3.10/site-packages/moto/moto_server /usr/lib/python3.10/site-packages/moto/moto_server/__pycache__ /usr/lib/python3.10/site-packages/moto/moto_server/__pycache__/threaded_moto_server.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_server/__pycache__/threaded_moto_server.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_server/__pycache__/utilities.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_server/__pycache__/utilities.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_server/__pycache__/werkzeug_app.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/moto_server/__pycache__/werkzeug_app.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/moto_server/templates /usr/lib/python3.10/site-packages/moto/moto_server/templates/dashboard.html /usr/lib/python3.10/site-packages/moto/moto_server/threaded_moto_server.py /usr/lib/python3.10/site-packages/moto/moto_server/utilities.py /usr/lib/python3.10/site-packages/moto/moto_server/werkzeug_app.py /usr/lib/python3.10/site-packages/moto/mq /usr/lib/python3.10/site-packages/moto/mq/__init__.py /usr/lib/python3.10/site-packages/moto/mq/__pycache__ /usr/lib/python3.10/site-packages/moto/mq/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/configuration.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/configuration.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/mq/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/mq/configuration.py /usr/lib/python3.10/site-packages/moto/mq/exceptions.py /usr/lib/python3.10/site-packages/moto/mq/models.py /usr/lib/python3.10/site-packages/moto/mq/responses.py /usr/lib/python3.10/site-packages/moto/mq/urls.py /usr/lib/python3.10/site-packages/moto/opsworks /usr/lib/python3.10/site-packages/moto/opsworks/__init__.py /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__ /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/opsworks/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/opsworks/exceptions.py /usr/lib/python3.10/site-packages/moto/opsworks/models.py /usr/lib/python3.10/site-packages/moto/opsworks/responses.py /usr/lib/python3.10/site-packages/moto/opsworks/urls.py /usr/lib/python3.10/site-packages/moto/organizations /usr/lib/python3.10/site-packages/moto/organizations/__init__.py /usr/lib/python3.10/site-packages/moto/organizations/__pycache__ /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/organizations/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/organizations/exceptions.py /usr/lib/python3.10/site-packages/moto/organizations/models.py /usr/lib/python3.10/site-packages/moto/organizations/responses.py /usr/lib/python3.10/site-packages/moto/organizations/urls.py /usr/lib/python3.10/site-packages/moto/organizations/utils.py /usr/lib/python3.10/site-packages/moto/packages /usr/lib/python3.10/site-packages/moto/packages/__init__.py /usr/lib/python3.10/site-packages/moto/packages/__pycache__ /usr/lib/python3.10/site-packages/moto/packages/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto /usr/lib/python3.10/site-packages/moto/packages/boto/__init__.py /usr/lib/python3.10/site-packages/moto/packages/boto/__pycache__ /usr/lib/python3.10/site-packages/moto/packages/boto/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2 /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__init__.py /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__ /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/blockdevicemapping.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/blockdevicemapping.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/ec2object.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/ec2object.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/image.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/image.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/instance.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/instance.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/instancetype.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/instancetype.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/launchspecification.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/launchspecification.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/spotinstancerequest.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/spotinstancerequest.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/tag.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/__pycache__/tag.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/blockdevicemapping.py /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/ec2object.py /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/image.py /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/instance.py /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/instancetype.py /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/launchspecification.py /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/spotinstancerequest.py /usr/lib/python3.10/site-packages/moto/packages/boto/ec2/tag.py /usr/lib/python3.10/site-packages/moto/packages/cfnresponse /usr/lib/python3.10/site-packages/moto/packages/cfnresponse/__init__.py /usr/lib/python3.10/site-packages/moto/packages/cfnresponse/__pycache__ /usr/lib/python3.10/site-packages/moto/packages/cfnresponse/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/cfnresponse/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/cfnresponse/__pycache__/cfnresponse.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/packages/cfnresponse/__pycache__/cfnresponse.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/packages/cfnresponse/cfnresponse.py /usr/lib/python3.10/site-packages/moto/personalize /usr/lib/python3.10/site-packages/moto/personalize/__init__.py /usr/lib/python3.10/site-packages/moto/personalize/__pycache__ /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/personalize/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/personalize/exceptions.py /usr/lib/python3.10/site-packages/moto/personalize/models.py /usr/lib/python3.10/site-packages/moto/personalize/responses.py /usr/lib/python3.10/site-packages/moto/personalize/urls.py /usr/lib/python3.10/site-packages/moto/pinpoint /usr/lib/python3.10/site-packages/moto/pinpoint/__init__.py /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__ /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/pinpoint/exceptions.py /usr/lib/python3.10/site-packages/moto/pinpoint/models.py /usr/lib/python3.10/site-packages/moto/pinpoint/responses.py /usr/lib/python3.10/site-packages/moto/pinpoint/urls.py /usr/lib/python3.10/site-packages/moto/polly /usr/lib/python3.10/site-packages/moto/polly/__init__.py /usr/lib/python3.10/site-packages/moto/polly/__pycache__ /usr/lib/python3.10/site-packages/moto/polly/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/resources.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/resources.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/polly/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/polly/models.py /usr/lib/python3.10/site-packages/moto/polly/resources.py /usr/lib/python3.10/site-packages/moto/polly/responses.py /usr/lib/python3.10/site-packages/moto/polly/urls.py /usr/lib/python3.10/site-packages/moto/polly/utils.py /usr/lib/python3.10/site-packages/moto/quicksight /usr/lib/python3.10/site-packages/moto/quicksight/__init__.py /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__ /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/quicksight/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/quicksight/exceptions.py /usr/lib/python3.10/site-packages/moto/quicksight/models.py /usr/lib/python3.10/site-packages/moto/quicksight/responses.py /usr/lib/python3.10/site-packages/moto/quicksight/urls.py /usr/lib/python3.10/site-packages/moto/ram /usr/lib/python3.10/site-packages/moto/ram/__init__.py /usr/lib/python3.10/site-packages/moto/ram/__pycache__ /usr/lib/python3.10/site-packages/moto/ram/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ram/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ram/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ram/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ram/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ram/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ram/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ram/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ram/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ram/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ram/exceptions.py /usr/lib/python3.10/site-packages/moto/ram/models.py /usr/lib/python3.10/site-packages/moto/ram/responses.py /usr/lib/python3.10/site-packages/moto/ram/urls.py /usr/lib/python3.10/site-packages/moto/rds /usr/lib/python3.10/site-packages/moto/rds/__init__.py /usr/lib/python3.10/site-packages/moto/rds/__pycache__ /usr/lib/python3.10/site-packages/moto/rds/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rds/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rds/exceptions.py /usr/lib/python3.10/site-packages/moto/rds/models.py /usr/lib/python3.10/site-packages/moto/rds/responses.py /usr/lib/python3.10/site-packages/moto/rds/urls.py /usr/lib/python3.10/site-packages/moto/rds/utils.py /usr/lib/python3.10/site-packages/moto/redshift /usr/lib/python3.10/site-packages/moto/redshift/__init__.py /usr/lib/python3.10/site-packages/moto/redshift/__pycache__ /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshift/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshift/exceptions.py /usr/lib/python3.10/site-packages/moto/redshift/models.py /usr/lib/python3.10/site-packages/moto/redshift/responses.py /usr/lib/python3.10/site-packages/moto/redshift/urls.py /usr/lib/python3.10/site-packages/moto/redshift/utils.py /usr/lib/python3.10/site-packages/moto/redshiftdata /usr/lib/python3.10/site-packages/moto/redshiftdata/__init__.py /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__ /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/redshiftdata/exceptions.py /usr/lib/python3.10/site-packages/moto/redshiftdata/models.py /usr/lib/python3.10/site-packages/moto/redshiftdata/responses.py /usr/lib/python3.10/site-packages/moto/redshiftdata/urls.py /usr/lib/python3.10/site-packages/moto/rekognition /usr/lib/python3.10/site-packages/moto/rekognition/__init__.py /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__ /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/rekognition/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/rekognition/exceptions.py /usr/lib/python3.10/site-packages/moto/rekognition/models.py /usr/lib/python3.10/site-packages/moto/rekognition/responses.py /usr/lib/python3.10/site-packages/moto/rekognition/urls.py /usr/lib/python3.10/site-packages/moto/resourcegroups /usr/lib/python3.10/site-packages/moto/resourcegroups/__init__.py /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__ /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/resourcegroups/exceptions.py /usr/lib/python3.10/site-packages/moto/resourcegroups/models.py /usr/lib/python3.10/site-packages/moto/resourcegroups/responses.py /usr/lib/python3.10/site-packages/moto/resourcegroups/urls.py /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__init__.py /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__pycache__ /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/models.py /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/responses.py /usr/lib/python3.10/site-packages/moto/resourcegroupstaggingapi/urls.py /usr/lib/python3.10/site-packages/moto/route53 /usr/lib/python3.10/site-packages/moto/route53/__init__.py /usr/lib/python3.10/site-packages/moto/route53/__pycache__ /usr/lib/python3.10/site-packages/moto/route53/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53/exceptions.py /usr/lib/python3.10/site-packages/moto/route53/models.py /usr/lib/python3.10/site-packages/moto/route53/responses.py /usr/lib/python3.10/site-packages/moto/route53/urls.py /usr/lib/python3.10/site-packages/moto/route53/utils.py /usr/lib/python3.10/site-packages/moto/route53resolver /usr/lib/python3.10/site-packages/moto/route53resolver/__init__.py /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__ /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/validations.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/__pycache__/validations.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/route53resolver/exceptions.py /usr/lib/python3.10/site-packages/moto/route53resolver/models.py /usr/lib/python3.10/site-packages/moto/route53resolver/responses.py /usr/lib/python3.10/site-packages/moto/route53resolver/urls.py /usr/lib/python3.10/site-packages/moto/route53resolver/utils.py /usr/lib/python3.10/site-packages/moto/route53resolver/validations.py /usr/lib/python3.10/site-packages/moto/s3 /usr/lib/python3.10/site-packages/moto/s3/__init__.py /usr/lib/python3.10/site-packages/moto/s3/__pycache__ /usr/lib/python3.10/site-packages/moto/s3/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/cloud_formation.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/cloud_formation.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/config.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/config.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/notifications.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/notifications.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3/cloud_formation.py /usr/lib/python3.10/site-packages/moto/s3/config.py /usr/lib/python3.10/site-packages/moto/s3/exceptions.py /usr/lib/python3.10/site-packages/moto/s3/models.py /usr/lib/python3.10/site-packages/moto/s3/notifications.py /usr/lib/python3.10/site-packages/moto/s3/responses.py /usr/lib/python3.10/site-packages/moto/s3/urls.py /usr/lib/python3.10/site-packages/moto/s3/utils.py /usr/lib/python3.10/site-packages/moto/s3bucket_path /usr/lib/python3.10/site-packages/moto/s3bucket_path/__init__.py /usr/lib/python3.10/site-packages/moto/s3bucket_path/__pycache__ /usr/lib/python3.10/site-packages/moto/s3bucket_path/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3bucket_path/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3bucket_path/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3bucket_path/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3bucket_path/utils.py /usr/lib/python3.10/site-packages/moto/s3control /usr/lib/python3.10/site-packages/moto/s3control/__init__.py /usr/lib/python3.10/site-packages/moto/s3control/__pycache__ /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/config.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/config.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/s3control/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/s3control/config.py /usr/lib/python3.10/site-packages/moto/s3control/exceptions.py /usr/lib/python3.10/site-packages/moto/s3control/models.py /usr/lib/python3.10/site-packages/moto/s3control/responses.py /usr/lib/python3.10/site-packages/moto/s3control/urls.py /usr/lib/python3.10/site-packages/moto/sagemaker /usr/lib/python3.10/site-packages/moto/sagemaker/__init__.py /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__ /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/validators.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/__pycache__/validators.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sagemaker/exceptions.py /usr/lib/python3.10/site-packages/moto/sagemaker/models.py /usr/lib/python3.10/site-packages/moto/sagemaker/responses.py /usr/lib/python3.10/site-packages/moto/sagemaker/urls.py /usr/lib/python3.10/site-packages/moto/sagemaker/validators.py /usr/lib/python3.10/site-packages/moto/sdb /usr/lib/python3.10/site-packages/moto/sdb/__init__.py /usr/lib/python3.10/site-packages/moto/sdb/__pycache__ /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sdb/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sdb/exceptions.py /usr/lib/python3.10/site-packages/moto/sdb/models.py /usr/lib/python3.10/site-packages/moto/sdb/responses.py /usr/lib/python3.10/site-packages/moto/sdb/urls.py /usr/lib/python3.10/site-packages/moto/secretsmanager /usr/lib/python3.10/site-packages/moto/secretsmanager/__init__.py /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__ /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/exceptions.py /usr/lib/python3.10/site-packages/moto/secretsmanager/list_secrets /usr/lib/python3.10/site-packages/moto/secretsmanager/list_secrets/__init__.py /usr/lib/python3.10/site-packages/moto/secretsmanager/list_secrets/__pycache__ /usr/lib/python3.10/site-packages/moto/secretsmanager/list_secrets/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/list_secrets/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/list_secrets/__pycache__/filters.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/list_secrets/__pycache__/filters.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/secretsmanager/list_secrets/filters.py /usr/lib/python3.10/site-packages/moto/secretsmanager/models.py /usr/lib/python3.10/site-packages/moto/secretsmanager/responses.py /usr/lib/python3.10/site-packages/moto/secretsmanager/urls.py /usr/lib/python3.10/site-packages/moto/secretsmanager/utils.py /usr/lib/python3.10/site-packages/moto/server.py /usr/lib/python3.10/site-packages/moto/servicediscovery /usr/lib/python3.10/site-packages/moto/servicediscovery/__init__.py /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__ /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicediscovery/exceptions.py /usr/lib/python3.10/site-packages/moto/servicediscovery/models.py /usr/lib/python3.10/site-packages/moto/servicediscovery/responses.py /usr/lib/python3.10/site-packages/moto/servicediscovery/urls.py /usr/lib/python3.10/site-packages/moto/servicequotas /usr/lib/python3.10/site-packages/moto/servicequotas/__init__.py /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__ /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/exceptions.py /usr/lib/python3.10/site-packages/moto/servicequotas/models.py /usr/lib/python3.10/site-packages/moto/servicequotas/resources /usr/lib/python3.10/site-packages/moto/servicequotas/resources/__init__.py /usr/lib/python3.10/site-packages/moto/servicequotas/resources/__pycache__ /usr/lib/python3.10/site-packages/moto/servicequotas/resources/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/resources/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/resources/default_quotas /usr/lib/python3.10/site-packages/moto/servicequotas/resources/default_quotas/__init__.py /usr/lib/python3.10/site-packages/moto/servicequotas/resources/default_quotas/__pycache__ /usr/lib/python3.10/site-packages/moto/servicequotas/resources/default_quotas/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/resources/default_quotas/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/resources/default_quotas/__pycache__/vpc.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/resources/default_quotas/__pycache__/vpc.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/servicequotas/resources/default_quotas/vpc.py /usr/lib/python3.10/site-packages/moto/servicequotas/responses.py /usr/lib/python3.10/site-packages/moto/servicequotas/urls.py /usr/lib/python3.10/site-packages/moto/ses /usr/lib/python3.10/site-packages/moto/ses/__init__.py /usr/lib/python3.10/site-packages/moto/ses/__pycache__ /usr/lib/python3.10/site-packages/moto/ses/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/feedback.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/feedback.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ses/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ses/exceptions.py /usr/lib/python3.10/site-packages/moto/ses/feedback.py /usr/lib/python3.10/site-packages/moto/ses/models.py /usr/lib/python3.10/site-packages/moto/ses/responses.py /usr/lib/python3.10/site-packages/moto/ses/urls.py /usr/lib/python3.10/site-packages/moto/ses/utils.py /usr/lib/python3.10/site-packages/moto/settings.py /usr/lib/python3.10/site-packages/moto/signer /usr/lib/python3.10/site-packages/moto/signer/__init__.py /usr/lib/python3.10/site-packages/moto/signer/__pycache__ /usr/lib/python3.10/site-packages/moto/signer/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/signer/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/signer/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/signer/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/signer/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/signer/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/signer/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/signer/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/signer/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/signer/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/signer/exceptions.py /usr/lib/python3.10/site-packages/moto/signer/models.py /usr/lib/python3.10/site-packages/moto/signer/responses.py /usr/lib/python3.10/site-packages/moto/signer/urls.py /usr/lib/python3.10/site-packages/moto/sns /usr/lib/python3.10/site-packages/moto/sns/__init__.py /usr/lib/python3.10/site-packages/moto/sns/__pycache__ /usr/lib/python3.10/site-packages/moto/sns/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sns/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sns/exceptions.py /usr/lib/python3.10/site-packages/moto/sns/models.py /usr/lib/python3.10/site-packages/moto/sns/responses.py /usr/lib/python3.10/site-packages/moto/sns/urls.py /usr/lib/python3.10/site-packages/moto/sns/utils.py /usr/lib/python3.10/site-packages/moto/sqs /usr/lib/python3.10/site-packages/moto/sqs/__init__.py /usr/lib/python3.10/site-packages/moto/sqs/__pycache__ /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sqs/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sqs/exceptions.py /usr/lib/python3.10/site-packages/moto/sqs/models.py /usr/lib/python3.10/site-packages/moto/sqs/responses.py /usr/lib/python3.10/site-packages/moto/sqs/urls.py /usr/lib/python3.10/site-packages/moto/sqs/utils.py /usr/lib/python3.10/site-packages/moto/ssm /usr/lib/python3.10/site-packages/moto/ssm/__init__.py /usr/lib/python3.10/site-packages/moto/ssm/__pycache__ /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssm/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssm/exceptions.py /usr/lib/python3.10/site-packages/moto/ssm/models.py /usr/lib/python3.10/site-packages/moto/ssm/resources /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/af-south-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/ap-east-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-2.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/ap-northeast-3.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/ap-south-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-2.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/ap-southeast-3.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/ca-central-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/eu-central-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/eu-central-2.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/eu-north-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/eu-south-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/eu-south-2.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/eu-west-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/eu-west-2.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/eu-west-3.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/me-central-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/me-south-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/sa-east-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/us-east-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/us-east-2.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/us-west-1.json /usr/lib/python3.10/site-packages/moto/ssm/resources/ami-amazon-linux-latest/us-west-2.json /usr/lib/python3.10/site-packages/moto/ssm/resources/regions.json /usr/lib/python3.10/site-packages/moto/ssm/resources/services.json /usr/lib/python3.10/site-packages/moto/ssm/responses.py /usr/lib/python3.10/site-packages/moto/ssm/urls.py /usr/lib/python3.10/site-packages/moto/ssm/utils.py /usr/lib/python3.10/site-packages/moto/ssoadmin /usr/lib/python3.10/site-packages/moto/ssoadmin/__init__.py /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__ /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/ssoadmin/exceptions.py /usr/lib/python3.10/site-packages/moto/ssoadmin/models.py /usr/lib/python3.10/site-packages/moto/ssoadmin/responses.py /usr/lib/python3.10/site-packages/moto/ssoadmin/urls.py /usr/lib/python3.10/site-packages/moto/ssoadmin/utils.py /usr/lib/python3.10/site-packages/moto/stepfunctions /usr/lib/python3.10/site-packages/moto/stepfunctions/__init__.py /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__ /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/stepfunctions/exceptions.py /usr/lib/python3.10/site-packages/moto/stepfunctions/models.py /usr/lib/python3.10/site-packages/moto/stepfunctions/responses.py /usr/lib/python3.10/site-packages/moto/stepfunctions/urls.py /usr/lib/python3.10/site-packages/moto/stepfunctions/utils.py /usr/lib/python3.10/site-packages/moto/sts /usr/lib/python3.10/site-packages/moto/sts/__init__.py /usr/lib/python3.10/site-packages/moto/sts/__pycache__ /usr/lib/python3.10/site-packages/moto/sts/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/sts/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/sts/exceptions.py /usr/lib/python3.10/site-packages/moto/sts/models.py /usr/lib/python3.10/site-packages/moto/sts/responses.py /usr/lib/python3.10/site-packages/moto/sts/urls.py /usr/lib/python3.10/site-packages/moto/sts/utils.py /usr/lib/python3.10/site-packages/moto/support /usr/lib/python3.10/site-packages/moto/support/__init__.py /usr/lib/python3.10/site-packages/moto/support/__pycache__ /usr/lib/python3.10/site-packages/moto/support/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/support/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/support/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/support/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/support/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/support/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/support/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/support/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/support/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/support/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/support/exceptions.py /usr/lib/python3.10/site-packages/moto/support/models.py /usr/lib/python3.10/site-packages/moto/support/resources /usr/lib/python3.10/site-packages/moto/support/resources/describe_trusted_advisor_checks.json /usr/lib/python3.10/site-packages/moto/support/responses.py /usr/lib/python3.10/site-packages/moto/support/urls.py /usr/lib/python3.10/site-packages/moto/swf /usr/lib/python3.10/site-packages/moto/swf/__init__.py /usr/lib/python3.10/site-packages/moto/swf/__pycache__ /usr/lib/python3.10/site-packages/moto/swf/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/constants.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/constants.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/constants.py /usr/lib/python3.10/site-packages/moto/swf/exceptions.py /usr/lib/python3.10/site-packages/moto/swf/models /usr/lib/python3.10/site-packages/moto/swf/models/__init__.py /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__ /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/activity_task.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/activity_task.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/activity_type.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/activity_type.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/decision_task.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/decision_task.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/domain.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/domain.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/generic_type.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/generic_type.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/history_event.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/history_event.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/timeout.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/timeout.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/timer.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/timer.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/workflow_execution.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/workflow_execution.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/workflow_type.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/swf/models/__pycache__/workflow_type.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/swf/models/activity_task.py /usr/lib/python3.10/site-packages/moto/swf/models/activity_type.py /usr/lib/python3.10/site-packages/moto/swf/models/decision_task.py /usr/lib/python3.10/site-packages/moto/swf/models/domain.py /usr/lib/python3.10/site-packages/moto/swf/models/generic_type.py /usr/lib/python3.10/site-packages/moto/swf/models/history_event.py /usr/lib/python3.10/site-packages/moto/swf/models/timeout.py /usr/lib/python3.10/site-packages/moto/swf/models/timer.py /usr/lib/python3.10/site-packages/moto/swf/models/workflow_execution.py /usr/lib/python3.10/site-packages/moto/swf/models/workflow_type.py /usr/lib/python3.10/site-packages/moto/swf/responses.py /usr/lib/python3.10/site-packages/moto/swf/urls.py /usr/lib/python3.10/site-packages/moto/swf/utils.py /usr/lib/python3.10/site-packages/moto/textract /usr/lib/python3.10/site-packages/moto/textract/__init__.py /usr/lib/python3.10/site-packages/moto/textract/__pycache__ /usr/lib/python3.10/site-packages/moto/textract/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/textract/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/textract/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/textract/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/textract/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/textract/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/textract/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/textract/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/textract/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/textract/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/textract/exceptions.py /usr/lib/python3.10/site-packages/moto/textract/models.py /usr/lib/python3.10/site-packages/moto/textract/responses.py /usr/lib/python3.10/site-packages/moto/textract/urls.py /usr/lib/python3.10/site-packages/moto/timestreamwrite /usr/lib/python3.10/site-packages/moto/timestreamwrite/__init__.py /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__ /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/timestreamwrite/exceptions.py /usr/lib/python3.10/site-packages/moto/timestreamwrite/models.py /usr/lib/python3.10/site-packages/moto/timestreamwrite/responses.py /usr/lib/python3.10/site-packages/moto/timestreamwrite/urls.py /usr/lib/python3.10/site-packages/moto/transcribe /usr/lib/python3.10/site-packages/moto/transcribe/__init__.py /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__ /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/transcribe/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/transcribe/exceptions.py /usr/lib/python3.10/site-packages/moto/transcribe/models.py /usr/lib/python3.10/site-packages/moto/transcribe/responses.py /usr/lib/python3.10/site-packages/moto/transcribe/urls.py /usr/lib/python3.10/site-packages/moto/utilities /usr/lib/python3.10/site-packages/moto/utilities/__init__.py /usr/lib/python3.10/site-packages/moto/utilities/__pycache__ /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/aws_headers.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/aws_headers.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/distutils_version.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/distutils_version.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/docker_utilities.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/docker_utilities.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/paginator.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/paginator.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/tagging_service.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/tagging_service.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/utilities/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/utilities/aws_headers.py /usr/lib/python3.10/site-packages/moto/utilities/distutils_version.py /usr/lib/python3.10/site-packages/moto/utilities/docker_utilities.py /usr/lib/python3.10/site-packages/moto/utilities/paginator.py /usr/lib/python3.10/site-packages/moto/utilities/tagging_service.py /usr/lib/python3.10/site-packages/moto/utilities/utils.py /usr/lib/python3.10/site-packages/moto/wafv2 /usr/lib/python3.10/site-packages/moto/wafv2/__init__.py /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__ /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/utils.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/wafv2/__pycache__/utils.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/wafv2/exceptions.py /usr/lib/python3.10/site-packages/moto/wafv2/models.py /usr/lib/python3.10/site-packages/moto/wafv2/responses.py /usr/lib/python3.10/site-packages/moto/wafv2/urls.py /usr/lib/python3.10/site-packages/moto/wafv2/utils.py /usr/lib/python3.10/site-packages/moto/xray /usr/lib/python3.10/site-packages/moto/xray/__init__.py /usr/lib/python3.10/site-packages/moto/xray/__pycache__ /usr/lib/python3.10/site-packages/moto/xray/__pycache__/__init__.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/__init__.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/exceptions.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/exceptions.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/mock_client.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/mock_client.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/models.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/models.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/responses.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/responses.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/urls.cpython-310.opt-1.pyc /usr/lib/python3.10/site-packages/moto/xray/__pycache__/urls.cpython-310.pyc /usr/lib/python3.10/site-packages/moto/xray/exceptions.py /usr/lib/python3.10/site-packages/moto/xray/mock_client.py /usr/lib/python3.10/site-packages/moto/xray/models.py /usr/lib/python3.10/site-packages/moto/xray/responses.py /usr/lib/python3.10/site-packages/moto/xray/urls.py /usr/share/doc/packages/python310-moto /usr/share/doc/packages/python310-moto/AUTHORS.md /usr/share/doc/packages/python310-moto/README.md /usr/share/licenses/python310-moto /usr/share/licenses/python310-moto/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:37:00 2025