LICENSE
README.md
pyproject.toml
src/capo_drs/__init__.py
src/capo_drs/_async.py
src/capo_drs/_iter.py
src/capo_drs/_pagination.py
src/capo_drs/py.typed
src/capo_drs.egg-info/PKG-INFO
src/capo_drs.egg-info/SOURCES.txt
src/capo_drs.egg-info/dependency_links.txt
src/capo_drs.egg-info/requires.txt
src/capo_drs.egg-info/top_level.txt
src/capo_drs/_auth/_identity.py
src/capo_drs/_auth/_providers.py
src/capo_drs/_auth/_signers.py
src/capo_drs/_auth/_sigv4.py
src/capo_drs/_auth/_zapros_handler.py
src/capo_drs/_operations/elastic_disaster_recovery_service/associate_source_network_stack.py
src/capo_drs/_operations/elastic_disaster_recovery_service/create_extended_source_server.py
src/capo_drs/_operations/elastic_disaster_recovery_service/create_launch_configuration_template.py
src/capo_drs/_operations/elastic_disaster_recovery_service/create_replication_configuration_template.py
src/capo_drs/_operations/elastic_disaster_recovery_service/create_source_network.py
src/capo_drs/_operations/elastic_disaster_recovery_service/delete_job.py
src/capo_drs/_operations/elastic_disaster_recovery_service/delete_launch_action.py
src/capo_drs/_operations/elastic_disaster_recovery_service/delete_launch_configuration_template.py
src/capo_drs/_operations/elastic_disaster_recovery_service/delete_recovery_instance.py
src/capo_drs/_operations/elastic_disaster_recovery_service/delete_replication_configuration_template.py
src/capo_drs/_operations/elastic_disaster_recovery_service/delete_source_network.py
src/capo_drs/_operations/elastic_disaster_recovery_service/delete_source_server.py
src/capo_drs/_operations/elastic_disaster_recovery_service/describe_job_log_items.py
src/capo_drs/_operations/elastic_disaster_recovery_service/describe_jobs.py
src/capo_drs/_operations/elastic_disaster_recovery_service/describe_launch_configuration_templates.py
src/capo_drs/_operations/elastic_disaster_recovery_service/describe_recovery_instances.py
src/capo_drs/_operations/elastic_disaster_recovery_service/describe_recovery_snapshots.py
src/capo_drs/_operations/elastic_disaster_recovery_service/describe_replication_configuration_templates.py
src/capo_drs/_operations/elastic_disaster_recovery_service/describe_source_networks.py
src/capo_drs/_operations/elastic_disaster_recovery_service/describe_source_servers.py
src/capo_drs/_operations/elastic_disaster_recovery_service/disconnect_recovery_instance.py
src/capo_drs/_operations/elastic_disaster_recovery_service/disconnect_source_server.py
src/capo_drs/_operations/elastic_disaster_recovery_service/export_source_network_cfn_template.py
src/capo_drs/_operations/elastic_disaster_recovery_service/get_failback_replication_configuration.py
src/capo_drs/_operations/elastic_disaster_recovery_service/get_launch_configuration.py
src/capo_drs/_operations/elastic_disaster_recovery_service/get_replication_configuration.py
src/capo_drs/_operations/elastic_disaster_recovery_service/initialize_service.py
src/capo_drs/_operations/elastic_disaster_recovery_service/list_extensible_source_servers.py
src/capo_drs/_operations/elastic_disaster_recovery_service/list_launch_actions.py
src/capo_drs/_operations/elastic_disaster_recovery_service/list_staging_accounts.py
src/capo_drs/_operations/elastic_disaster_recovery_service/list_tags_for_resource.py
src/capo_drs/_operations/elastic_disaster_recovery_service/put_launch_action.py
src/capo_drs/_operations/elastic_disaster_recovery_service/retry_data_replication.py
src/capo_drs/_operations/elastic_disaster_recovery_service/reverse_replication.py
src/capo_drs/_operations/elastic_disaster_recovery_service/start_failback_launch.py
src/capo_drs/_operations/elastic_disaster_recovery_service/start_recovery.py
src/capo_drs/_operations/elastic_disaster_recovery_service/start_replication.py
src/capo_drs/_operations/elastic_disaster_recovery_service/start_source_network_recovery.py
src/capo_drs/_operations/elastic_disaster_recovery_service/start_source_network_replication.py
src/capo_drs/_operations/elastic_disaster_recovery_service/stop_failback.py
src/capo_drs/_operations/elastic_disaster_recovery_service/stop_replication.py
src/capo_drs/_operations/elastic_disaster_recovery_service/stop_source_network_replication.py
src/capo_drs/_operations/elastic_disaster_recovery_service/tag_resource.py
src/capo_drs/_operations/elastic_disaster_recovery_service/terminate_recovery_instances.py
src/capo_drs/_operations/elastic_disaster_recovery_service/untag_resource.py
src/capo_drs/_operations/elastic_disaster_recovery_service/update_failback_replication_configuration.py
src/capo_drs/_operations/elastic_disaster_recovery_service/update_launch_configuration.py
src/capo_drs/_operations/elastic_disaster_recovery_service/update_launch_configuration_template.py
src/capo_drs/_operations/elastic_disaster_recovery_service/update_replication_configuration.py
src/capo_drs/_operations/elastic_disaster_recovery_service/update_replication_configuration_template.py
src/capo_drs/_protocol/__init__.py
src/capo_drs/_protocol/errors.py
src/capo_drs/_protocol/eventstream.py
src/capo_drs/_protocol/serialize.py
src/capo_drs/_protocol/xml.py
src/capo_drs/_resources/elastic_disaster_recovery_service/account_resource.py
src/capo_drs/_resources/elastic_disaster_recovery_service/job_resource.py
src/capo_drs/_resources/elastic_disaster_recovery_service/launch_configuration_template_resource.py
src/capo_drs/_resources/elastic_disaster_recovery_service/recovery_instance_resource.py
src/capo_drs/_resources/elastic_disaster_recovery_service/replication_configuration_template_resource.py
src/capo_drs/_resources/elastic_disaster_recovery_service/source_network_resource.py
src/capo_drs/_resources/elastic_disaster_recovery_service/source_server_resource.py
src/capo_drs/_rule_engine/__init__.py
src/capo_drs/_rule_engine/_aws_partition.py
src/capo_drs/_rule_engine/_endpoint_rule_set.py
src/capo_drs/_rule_engine/_endpoint_runtime.py
src/capo_drs/_services/_aws_config.py
src/capo_drs/_services/_pipeline.py
src/capo_drs/_services/async_drs.py
src/capo_drs/_services/drs.py
src/capo_drs/errors/__init__.py
src/capo_drs/errors/_base.py
src/capo_drs/errors/access_denied_exception.py
src/capo_drs/errors/conflict_exception.py
src/capo_drs/errors/internal_server_exception.py
src/capo_drs/errors/resource_not_found_exception.py
src/capo_drs/errors/service_quota_exceeded_exception.py
src/capo_drs/errors/throttling_exception.py
src/capo_drs/errors/uninitialized_account_exception.py
src/capo_drs/errors/validation_exception.py
src/capo_drs/types/account.py
src/capo_drs/types/account_i_ds.py
src/capo_drs/types/account_id.py
src/capo_drs/types/accounts.py
src/capo_drs/types/agent_version.py
src/capo_drs/types/arn.py
src/capo_drs/types/associate_source_network_stack_request.py
src/capo_drs/types/associate_source_network_stack_response.py
src/capo_drs/types/aws_availability_zone.py
src/capo_drs/types/aws_region.py
src/capo_drs/types/bounded_string.py
src/capo_drs/types/cfn_stack_name.py
src/capo_drs/types/conversion_map.py
src/capo_drs/types/conversion_properties.py
src/capo_drs/types/cpu.py
src/capo_drs/types/cpus.py
src/capo_drs/types/create_extended_source_server_request.py
src/capo_drs/types/create_extended_source_server_response.py
src/capo_drs/types/create_launch_configuration_template_request.py
src/capo_drs/types/create_launch_configuration_template_response.py
src/capo_drs/types/create_replication_configuration_template_request.py
src/capo_drs/types/create_source_network_request.py
src/capo_drs/types/create_source_network_response.py
src/capo_drs/types/data_replication_error.py
src/capo_drs/types/data_replication_error_string.py
src/capo_drs/types/data_replication_info.py
src/capo_drs/types/data_replication_info_replicated_disk.py
src/capo_drs/types/data_replication_info_replicated_disks.py
src/capo_drs/types/data_replication_initiation.py
src/capo_drs/types/data_replication_initiation_step.py
src/capo_drs/types/data_replication_initiation_step_name.py
src/capo_drs/types/data_replication_initiation_step_status.py
src/capo_drs/types/data_replication_initiation_steps.py
src/capo_drs/types/data_replication_state.py
src/capo_drs/types/delete_job_request.py
src/capo_drs/types/delete_job_response.py
src/capo_drs/types/delete_launch_action_request.py
src/capo_drs/types/delete_launch_action_response.py
src/capo_drs/types/delete_launch_configuration_template_request.py
src/capo_drs/types/delete_launch_configuration_template_response.py
src/capo_drs/types/delete_recovery_instance_request.py
src/capo_drs/types/delete_replication_configuration_template_request.py
src/capo_drs/types/delete_replication_configuration_template_response.py
src/capo_drs/types/delete_source_network_request.py
src/capo_drs/types/delete_source_network_response.py
src/capo_drs/types/delete_source_server_request.py
src/capo_drs/types/delete_source_server_response.py
src/capo_drs/types/describe_job_log_items_request.py
src/capo_drs/types/describe_job_log_items_response.py
src/capo_drs/types/describe_jobs_request.py
src/capo_drs/types/describe_jobs_request_filters.py
src/capo_drs/types/describe_jobs_request_filters_job_i_ds.py
src/capo_drs/types/describe_jobs_response.py
src/capo_drs/types/describe_launch_configuration_templates_request.py
src/capo_drs/types/describe_launch_configuration_templates_response.py
src/capo_drs/types/describe_recovery_instances_items.py
src/capo_drs/types/describe_recovery_instances_request.py
src/capo_drs/types/describe_recovery_instances_request_filters.py
src/capo_drs/types/describe_recovery_instances_response.py
src/capo_drs/types/describe_recovery_snapshots_request.py
src/capo_drs/types/describe_recovery_snapshots_request_filters.py
src/capo_drs/types/describe_recovery_snapshots_response.py
src/capo_drs/types/describe_replication_configuration_templates_request.py
src/capo_drs/types/describe_replication_configuration_templates_response.py
src/capo_drs/types/describe_source_networks_request.py
src/capo_drs/types/describe_source_networks_request_filters.py
src/capo_drs/types/describe_source_networks_request_filters_i_ds.py
src/capo_drs/types/describe_source_networks_response.py
src/capo_drs/types/describe_source_servers_request.py
src/capo_drs/types/describe_source_servers_request_filters.py
src/capo_drs/types/describe_source_servers_request_filters_i_ds.py
src/capo_drs/types/describe_source_servers_response.py
src/capo_drs/types/disconnect_recovery_instance_request.py
src/capo_drs/types/disconnect_source_server_request.py
src/capo_drs/types/disk.py
src/capo_drs/types/disks.py
src/capo_drs/types/ebs_snapshot.py
src/capo_drs/types/ebs_snapshots_list.py
src/capo_drs/types/ebs_volume_id.py
src/capo_drs/types/ec2_instance_id.py
src/capo_drs/types/ec2_instance_state.py
src/capo_drs/types/ec2_instance_type.py
src/capo_drs/types/event_resource_data.py
src/capo_drs/types/export_source_network_cfn_template_request.py
src/capo_drs/types/export_source_network_cfn_template_response.py
src/capo_drs/types/extension_status.py
src/capo_drs/types/failback_launch_type.py
src/capo_drs/types/failback_replication_error.py
src/capo_drs/types/failback_state.py
src/capo_drs/types/failure_reason.py
src/capo_drs/types/get_failback_replication_configuration_request.py
src/capo_drs/types/get_failback_replication_configuration_response.py
src/capo_drs/types/get_launch_configuration_request.py
src/capo_drs/types/get_replication_configuration_request.py
src/capo_drs/types/i_ps_list.py
src/capo_drs/types/identification_hints.py
src/capo_drs/types/initialize_service_request.py
src/capo_drs/types/initialize_service_response.py
src/capo_drs/types/initiated_by.py
src/capo_drs/types/internet_protocol.py
src/capo_drs/types/iso8601_datetime_string.py
src/capo_drs/types/iso8601_duration_string.py
src/capo_drs/types/job.py
src/capo_drs/types/job_event_attempt_count.py
src/capo_drs/types/job_id.py
src/capo_drs/types/job_log.py
src/capo_drs/types/job_log_event.py
src/capo_drs/types/job_log_event_data.py
src/capo_drs/types/job_logs.py
src/capo_drs/types/job_status.py
src/capo_drs/types/job_type.py
src/capo_drs/types/jobs_list.py
src/capo_drs/types/large_bounded_string.py
src/capo_drs/types/last_launch_result.py
src/capo_drs/types/last_launch_type.py
src/capo_drs/types/launch_action.py
src/capo_drs/types/launch_action_category.py
src/capo_drs/types/launch_action_description.py
src/capo_drs/types/launch_action_id.py
src/capo_drs/types/launch_action_ids.py
src/capo_drs/types/launch_action_name.py
src/capo_drs/types/launch_action_order.py
src/capo_drs/types/launch_action_parameter.py
src/capo_drs/types/launch_action_parameter_name.py
src/capo_drs/types/launch_action_parameter_type.py
src/capo_drs/types/launch_action_parameter_value.py
src/capo_drs/types/launch_action_parameters.py
src/capo_drs/types/launch_action_resource_id.py
src/capo_drs/types/launch_action_run.py
src/capo_drs/types/launch_action_run_id.py
src/capo_drs/types/launch_action_run_status.py
src/capo_drs/types/launch_action_runs.py
src/capo_drs/types/launch_action_type.py
src/capo_drs/types/launch_action_version.py
src/capo_drs/types/launch_actions.py
src/capo_drs/types/launch_actions_request_filters.py
src/capo_drs/types/launch_actions_status.py
src/capo_drs/types/launch_configuration.py
src/capo_drs/types/launch_configuration_template.py
src/capo_drs/types/launch_configuration_template_i_ds.py
src/capo_drs/types/launch_configuration_template_id.py
src/capo_drs/types/launch_configuration_templates.py
src/capo_drs/types/launch_disposition.py
src/capo_drs/types/launch_into_instance_properties.py
src/capo_drs/types/launch_status.py
src/capo_drs/types/licensing.py
src/capo_drs/types/life_cycle.py
src/capo_drs/types/life_cycle_last_launch.py
src/capo_drs/types/life_cycle_last_launch_initiated.py
src/capo_drs/types/list_extensible_source_servers_request.py
src/capo_drs/types/list_extensible_source_servers_response.py
src/capo_drs/types/list_launch_actions_request.py
src/capo_drs/types/list_launch_actions_response.py
src/capo_drs/types/list_staging_accounts_request.py
src/capo_drs/types/list_staging_accounts_response.py
src/capo_drs/types/list_tags_for_resource_request.py
src/capo_drs/types/list_tags_for_resource_response.py
src/capo_drs/types/max_results_replicating_source_servers.py
src/capo_drs/types/max_results_type.py
src/capo_drs/types/network_interface.py
src/capo_drs/types/network_interfaces.py
src/capo_drs/types/origin_environment.py
src/capo_drs/types/os.py
src/capo_drs/types/outpost_arn.py
src/capo_drs/types/pagination_token.py
src/capo_drs/types/participating_resource.py
src/capo_drs/types/participating_resource_id.py
src/capo_drs/types/participating_resources.py
src/capo_drs/types/participating_server.py
src/capo_drs/types/participating_servers.py
src/capo_drs/types/pit_policy.py
src/capo_drs/types/pit_policy_rule.py
src/capo_drs/types/pit_policy_rule_units.py
src/capo_drs/types/positive_integer.py
src/capo_drs/types/product_code.py
src/capo_drs/types/product_code_id.py
src/capo_drs/types/product_code_mode.py
src/capo_drs/types/product_codes.py
src/capo_drs/types/put_launch_action_request.py
src/capo_drs/types/put_launch_action_response.py
src/capo_drs/types/recovery_instance.py
src/capo_drs/types/recovery_instance_data_replication_error.py
src/capo_drs/types/recovery_instance_data_replication_info.py
src/capo_drs/types/recovery_instance_data_replication_info_replicated_disk.py
src/capo_drs/types/recovery_instance_data_replication_info_replicated_disks.py
src/capo_drs/types/recovery_instance_data_replication_initiation.py
src/capo_drs/types/recovery_instance_data_replication_initiation_step.py
src/capo_drs/types/recovery_instance_data_replication_initiation_step_name.py
src/capo_drs/types/recovery_instance_data_replication_initiation_step_status.py
src/capo_drs/types/recovery_instance_data_replication_initiation_steps.py
src/capo_drs/types/recovery_instance_data_replication_state.py
src/capo_drs/types/recovery_instance_disk.py
src/capo_drs/types/recovery_instance_disks.py
src/capo_drs/types/recovery_instance_failback.py
src/capo_drs/types/recovery_instance_i_ds.py
src/capo_drs/types/recovery_instance_id.py
src/capo_drs/types/recovery_instance_properties.py
src/capo_drs/types/recovery_instances_for_termination_request.py
src/capo_drs/types/recovery_life_cycle.py
src/capo_drs/types/recovery_result.py
src/capo_drs/types/recovery_snapshot.py
src/capo_drs/types/recovery_snapshot_id.py
src/capo_drs/types/recovery_snapshots_list.py
src/capo_drs/types/recovery_snapshots_order.py
src/capo_drs/types/replication_configuration.py
src/capo_drs/types/replication_configuration_data_plane_routing.py
src/capo_drs/types/replication_configuration_default_large_staging_disk_type.py
src/capo_drs/types/replication_configuration_ebs_encryption.py
src/capo_drs/types/replication_configuration_replicated_disk.py
src/capo_drs/types/replication_configuration_replicated_disk_staging_disk_type.py
src/capo_drs/types/replication_configuration_replicated_disks.py
src/capo_drs/types/replication_configuration_template.py
src/capo_drs/types/replication_configuration_template_i_ds.py
src/capo_drs/types/replication_configuration_template_id.py
src/capo_drs/types/replication_configuration_templates.py
src/capo_drs/types/replication_direction.py
src/capo_drs/types/replication_servers_security_groups_i_ds.py
src/capo_drs/types/replication_status.py
src/capo_drs/types/retry_data_replication_request.py
src/capo_drs/types/reverse_replication_request.py
src/capo_drs/types/reverse_replication_response.py
src/capo_drs/types/security_group_id.py
src/capo_drs/types/sensitive_bounded_string.py
src/capo_drs/types/small_bounded_string.py
src/capo_drs/types/source_cloud_properties.py
src/capo_drs/types/source_network.py
src/capo_drs/types/source_network_data.py
src/capo_drs/types/source_network_id.py
src/capo_drs/types/source_networks_list.py
src/capo_drs/types/source_properties.py
src/capo_drs/types/source_server.py
src/capo_drs/types/source_server_arn.py
src/capo_drs/types/source_server_i_ds.py
src/capo_drs/types/source_server_id.py
src/capo_drs/types/source_servers_list.py
src/capo_drs/types/ssm_document_name.py
src/capo_drs/types/staging_area.py
src/capo_drs/types/staging_source_server.py
src/capo_drs/types/staging_source_servers_list.py
src/capo_drs/types/start_failback_launch_request.py
src/capo_drs/types/start_failback_launch_response.py
src/capo_drs/types/start_failback_request_recovery_instance_i_ds.py
src/capo_drs/types/start_recovery_request.py
src/capo_drs/types/start_recovery_request_source_server.py
src/capo_drs/types/start_recovery_request_source_servers.py
src/capo_drs/types/start_recovery_response.py
src/capo_drs/types/start_replication_request.py
src/capo_drs/types/start_replication_response.py
src/capo_drs/types/start_source_network_recovery_request.py
src/capo_drs/types/start_source_network_recovery_request_network_entries.py
src/capo_drs/types/start_source_network_recovery_request_network_entry.py
src/capo_drs/types/start_source_network_recovery_response.py
src/capo_drs/types/start_source_network_replication_request.py
src/capo_drs/types/start_source_network_replication_response.py
src/capo_drs/types/stop_failback_request.py
src/capo_drs/types/stop_replication_request.py
src/capo_drs/types/stop_replication_response.py
src/capo_drs/types/stop_source_network_replication_request.py
src/capo_drs/types/stop_source_network_replication_response.py
src/capo_drs/types/strictly_positive_integer.py
src/capo_drs/types/subnet_id.py
src/capo_drs/types/tag_key.py
src/capo_drs/types/tag_keys.py
src/capo_drs/types/tag_resource_request.py
src/capo_drs/types/tag_value.py
src/capo_drs/types/tags_map.py
src/capo_drs/types/target_instance_type_right_sizing_method.py
src/capo_drs/types/terminate_recovery_instances_request.py
src/capo_drs/types/terminate_recovery_instances_response.py
src/capo_drs/types/untag_resource_request.py
src/capo_drs/types/update_failback_replication_configuration_request.py
src/capo_drs/types/update_launch_configuration_request.py
src/capo_drs/types/update_launch_configuration_template_request.py
src/capo_drs/types/update_launch_configuration_template_response.py
src/capo_drs/types/update_replication_configuration_request.py
src/capo_drs/types/update_replication_configuration_template_request.py
src/capo_drs/types/validation_exception_field.py
src/capo_drs/types/validation_exception_field_list.py
src/capo_drs/types/validation_exception_reason.py
src/capo_drs/types/volume_status.py
src/capo_drs/types/volume_to_conversion_map.py
src/capo_drs/types/volume_to_product_codes.py
src/capo_drs/types/volume_to_size_map.py
src/capo_drs/types/vpc_id.py
src/capo_drs/types/_prelude/blob.py
src/capo_drs/types/_prelude/timestamp.py
tests/test_sigv4.py