LICENSE
README.md
pyproject.toml
src/capo_efs/__init__.py
src/capo_efs/_async.py
src/capo_efs/_iter.py
src/capo_efs/_pagination.py
src/capo_efs/py.typed
src/capo_efs.egg-info/PKG-INFO
src/capo_efs.egg-info/SOURCES.txt
src/capo_efs.egg-info/dependency_links.txt
src/capo_efs.egg-info/requires.txt
src/capo_efs.egg-info/top_level.txt
src/capo_efs/_auth/_identity.py
src/capo_efs/_auth/_providers.py
src/capo_efs/_auth/_signers.py
src/capo_efs/_auth/_sigv4.py
src/capo_efs/_auth/_zapros_handler.py
src/capo_efs/_operations/magnolio_api_service_v20150201/create_access_point.py
src/capo_efs/_operations/magnolio_api_service_v20150201/create_file_system.py
src/capo_efs/_operations/magnolio_api_service_v20150201/create_mount_target.py
src/capo_efs/_operations/magnolio_api_service_v20150201/create_replication_configuration.py
src/capo_efs/_operations/magnolio_api_service_v20150201/create_tags.py
src/capo_efs/_operations/magnolio_api_service_v20150201/delete_access_point.py
src/capo_efs/_operations/magnolio_api_service_v20150201/delete_file_system.py
src/capo_efs/_operations/magnolio_api_service_v20150201/delete_file_system_policy.py
src/capo_efs/_operations/magnolio_api_service_v20150201/delete_mount_target.py
src/capo_efs/_operations/magnolio_api_service_v20150201/delete_replication_configuration.py
src/capo_efs/_operations/magnolio_api_service_v20150201/delete_tags.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_access_points.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_account_preferences.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_backup_policy.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_file_system_policy.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_file_systems.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_lifecycle_configuration.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_mount_target_security_groups.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_mount_targets.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_replication_configurations.py
src/capo_efs/_operations/magnolio_api_service_v20150201/describe_tags.py
src/capo_efs/_operations/magnolio_api_service_v20150201/list_tags_for_resource.py
src/capo_efs/_operations/magnolio_api_service_v20150201/modify_mount_target_security_groups.py
src/capo_efs/_operations/magnolio_api_service_v20150201/put_account_preferences.py
src/capo_efs/_operations/magnolio_api_service_v20150201/put_backup_policy.py
src/capo_efs/_operations/magnolio_api_service_v20150201/put_file_system_policy.py
src/capo_efs/_operations/magnolio_api_service_v20150201/put_lifecycle_configuration.py
src/capo_efs/_operations/magnolio_api_service_v20150201/tag_resource.py
src/capo_efs/_operations/magnolio_api_service_v20150201/untag_resource.py
src/capo_efs/_operations/magnolio_api_service_v20150201/update_file_system.py
src/capo_efs/_operations/magnolio_api_service_v20150201/update_file_system_protection.py
src/capo_efs/_protocol/__init__.py
src/capo_efs/_protocol/errors.py
src/capo_efs/_protocol/eventstream.py
src/capo_efs/_protocol/serialize.py
src/capo_efs/_protocol/xml.py
src/capo_efs/_rule_engine/__init__.py
src/capo_efs/_rule_engine/_aws_partition.py
src/capo_efs/_rule_engine/_endpoint_rule_set.py
src/capo_efs/_rule_engine/_endpoint_runtime.py
src/capo_efs/_services/_aws_config.py
src/capo_efs/_services/_pipeline.py
src/capo_efs/_services/async_efs.py
src/capo_efs/_services/efs.py
src/capo_efs/errors/__init__.py
src/capo_efs/errors/_base.py
src/capo_efs/errors/access_point_already_exists.py
src/capo_efs/errors/access_point_limit_exceeded.py
src/capo_efs/errors/access_point_not_found.py
src/capo_efs/errors/availability_zones_mismatch.py
src/capo_efs/errors/bad_request.py
src/capo_efs/errors/conflict_exception.py
src/capo_efs/errors/dependency_timeout.py
src/capo_efs/errors/file_system_already_exists.py
src/capo_efs/errors/file_system_in_use.py
src/capo_efs/errors/file_system_limit_exceeded.py
src/capo_efs/errors/file_system_not_found.py
src/capo_efs/errors/incorrect_file_system_life_cycle_state.py
src/capo_efs/errors/incorrect_mount_target_state.py
src/capo_efs/errors/insufficient_throughput_capacity.py
src/capo_efs/errors/internal_server_error.py
src/capo_efs/errors/invalid_policy_exception.py
src/capo_efs/errors/ip_address_in_use.py
src/capo_efs/errors/mount_target_conflict.py
src/capo_efs/errors/mount_target_not_found.py
src/capo_efs/errors/network_interface_limit_exceeded.py
src/capo_efs/errors/no_free_addresses_in_subnet.py
src/capo_efs/errors/policy_not_found.py
src/capo_efs/errors/replication_already_exists.py
src/capo_efs/errors/replication_not_found.py
src/capo_efs/errors/security_group_limit_exceeded.py
src/capo_efs/errors/security_group_not_found.py
src/capo_efs/errors/subnet_not_found.py
src/capo_efs/errors/throttling_exception.py
src/capo_efs/errors/throughput_limit_exceeded.py
src/capo_efs/errors/too_many_requests.py
src/capo_efs/errors/unsupported_availability_zone.py
src/capo_efs/errors/validation_exception.py
src/capo_efs/types/access_point_arn.py
src/capo_efs/types/access_point_description.py
src/capo_efs/types/access_point_descriptions.py
src/capo_efs/types/access_point_id.py
src/capo_efs/types/availability_zone_id.py
src/capo_efs/types/availability_zone_name.py
src/capo_efs/types/aws_account_id.py
src/capo_efs/types/backup.py
src/capo_efs/types/backup_policy.py
src/capo_efs/types/backup_policy_description.py
src/capo_efs/types/bypass_policy_lockout_safety_check.py
src/capo_efs/types/client_token.py
src/capo_efs/types/create_access_point_request.py
src/capo_efs/types/create_file_system_request.py
src/capo_efs/types/create_mount_target_request.py
src/capo_efs/types/create_replication_configuration_request.py
src/capo_efs/types/create_tags_request.py
src/capo_efs/types/creation_info.py
src/capo_efs/types/creation_token.py
src/capo_efs/types/delete_access_point_request.py
src/capo_efs/types/delete_file_system_policy_request.py
src/capo_efs/types/delete_file_system_request.py
src/capo_efs/types/delete_mount_target_request.py
src/capo_efs/types/delete_replication_configuration_request.py
src/capo_efs/types/delete_tags_request.py
src/capo_efs/types/deletion_mode.py
src/capo_efs/types/describe_access_points_request.py
src/capo_efs/types/describe_access_points_response.py
src/capo_efs/types/describe_account_preferences_request.py
src/capo_efs/types/describe_account_preferences_response.py
src/capo_efs/types/describe_backup_policy_request.py
src/capo_efs/types/describe_file_system_policy_request.py
src/capo_efs/types/describe_file_systems_request.py
src/capo_efs/types/describe_file_systems_response.py
src/capo_efs/types/describe_lifecycle_configuration_request.py
src/capo_efs/types/describe_mount_target_security_groups_request.py
src/capo_efs/types/describe_mount_target_security_groups_response.py
src/capo_efs/types/describe_mount_targets_request.py
src/capo_efs/types/describe_mount_targets_response.py
src/capo_efs/types/describe_replication_configurations_request.py
src/capo_efs/types/describe_replication_configurations_response.py
src/capo_efs/types/describe_tags_request.py
src/capo_efs/types/describe_tags_response.py
src/capo_efs/types/destination.py
src/capo_efs/types/destination_to_create.py
src/capo_efs/types/destinations.py
src/capo_efs/types/destinations_to_create.py
src/capo_efs/types/encrypted.py
src/capo_efs/types/error_code.py
src/capo_efs/types/error_message.py
src/capo_efs/types/file_system_arn.py
src/capo_efs/types/file_system_description.py
src/capo_efs/types/file_system_descriptions.py
src/capo_efs/types/file_system_id.py
src/capo_efs/types/file_system_nullable_size_value.py
src/capo_efs/types/file_system_policy_description.py
src/capo_efs/types/file_system_protection_description.py
src/capo_efs/types/file_system_size.py
src/capo_efs/types/file_system_size_value.py
src/capo_efs/types/gid.py
src/capo_efs/types/ip_address.py
src/capo_efs/types/ip_address_type.py
src/capo_efs/types/ipv6_address.py
src/capo_efs/types/kms_key_id.py
src/capo_efs/types/life_cycle_state.py
src/capo_efs/types/lifecycle_configuration_description.py
src/capo_efs/types/lifecycle_policies.py
src/capo_efs/types/lifecycle_policy.py
src/capo_efs/types/list_tags_for_resource_request.py
src/capo_efs/types/list_tags_for_resource_response.py
src/capo_efs/types/marker.py
src/capo_efs/types/max_items.py
src/capo_efs/types/max_results.py
src/capo_efs/types/modify_mount_target_security_groups_request.py
src/capo_efs/types/mount_target_count.py
src/capo_efs/types/mount_target_description.py
src/capo_efs/types/mount_target_descriptions.py
src/capo_efs/types/mount_target_id.py
src/capo_efs/types/name.py
src/capo_efs/types/network_interface_id.py
src/capo_efs/types/owner_gid.py
src/capo_efs/types/owner_uid.py
src/capo_efs/types/path.py
src/capo_efs/types/performance_mode.py
src/capo_efs/types/permissions.py
src/capo_efs/types/policy.py
src/capo_efs/types/posix_user.py
src/capo_efs/types/provisioned_throughput_in_mibps.py
src/capo_efs/types/put_account_preferences_request.py
src/capo_efs/types/put_account_preferences_response.py
src/capo_efs/types/put_backup_policy_request.py
src/capo_efs/types/put_file_system_policy_request.py
src/capo_efs/types/put_lifecycle_configuration_request.py
src/capo_efs/types/region_name.py
src/capo_efs/types/replication_configuration_description.py
src/capo_efs/types/replication_configuration_descriptions.py
src/capo_efs/types/replication_overwrite_protection.py
src/capo_efs/types/replication_status.py
src/capo_efs/types/resource.py
src/capo_efs/types/resource_id.py
src/capo_efs/types/resource_id_preference.py
src/capo_efs/types/resource_id_type.py
src/capo_efs/types/resources.py
src/capo_efs/types/role_arn.py
src/capo_efs/types/root_directory.py
src/capo_efs/types/secondary_gids.py
src/capo_efs/types/security_group.py
src/capo_efs/types/security_groups.py
src/capo_efs/types/status.py
src/capo_efs/types/status_message.py
src/capo_efs/types/subnet_id.py
src/capo_efs/types/tag.py
src/capo_efs/types/tag_key.py
src/capo_efs/types/tag_keys.py
src/capo_efs/types/tag_resource_request.py
src/capo_efs/types/tag_value.py
src/capo_efs/types/tags.py
src/capo_efs/types/throughput_mode.py
src/capo_efs/types/timestamp.py
src/capo_efs/types/token.py
src/capo_efs/types/transition_to_archive_rules.py
src/capo_efs/types/transition_to_ia_rules.py
src/capo_efs/types/transition_to_primary_storage_class_rules.py
src/capo_efs/types/uid.py
src/capo_efs/types/untag_resource_request.py
src/capo_efs/types/update_file_system_protection_request.py
src/capo_efs/types/update_file_system_request.py
src/capo_efs/types/vpc_id.py
src/capo_efs/types/_prelude/blob.py
src/capo_efs/types/_prelude/timestamp.py
tests/test_sigv4.py