drs¶
Client¶
- class drs.Client¶
A low-level client representing Elastic Disaster Recovery Service (drs)
AWS Elastic Disaster Recovery Service.
import boto3 client = boto3.client('drs')
These are the available methods:
- associate_source_network_stack
- can_paginate
- cancel_recovery_plan_execution
- close
- create_extended_source_server
- create_launch_configuration_template
- create_recovery_plan
- create_recovery_plan_step
- create_replication_configuration_template
- create_source_network
- delete_job
- delete_launch_action
- delete_launch_configuration_template
- delete_recovery_instance
- delete_recovery_plan
- delete_recovery_plan_execution
- delete_recovery_plan_step
- delete_replication_configuration_template
- delete_source_network
- delete_source_server
- describe_job_log_items
- describe_jobs
- describe_launch_configuration_templates
- describe_recovery_instances
- describe_recovery_snapshots
- describe_replication_configuration_templates
- describe_source_networks
- describe_source_servers
- disconnect_recovery_instance
- disconnect_source_server
- export_source_network_cfn_template
- get_failback_replication_configuration
- get_launch_configuration
- get_paginator
- get_recovery_plan
- get_recovery_plan_execution
- get_recovery_plan_execution_step
- get_recovery_plan_step
- get_replication_configuration
- get_waiter
- initialize_service
- list_extensible_source_servers
- list_launch_actions
- list_recovery_plan_execution_steps
- list_recovery_plan_executions
- list_recovery_plan_steps
- list_recovery_plans
- list_staging_accounts
- list_tags_for_resource
- put_launch_action
- reorder_recovery_plan_steps
- retry_data_replication
- retry_recovery_plan_execution_step
- reverse_replication
- start_failback_launch
- start_recovery
- start_recovery_plan_execution
- start_replication
- start_source_network_recovery
- start_source_network_replication
- stop_failback
- stop_replication
- stop_source_network_replication
- tag_resource
- terminate_recovery_instances
- untag_resource
- update_failback_replication_configuration
- update_launch_configuration
- update_launch_configuration_template
- update_recovery_plan
- update_recovery_plan_execution_step
- update_recovery_plan_step
- update_replication_configuration
- update_replication_configuration_template
Paginators¶
Paginators are available on a client instance via the get_paginator method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- DescribeJobLogItems
- DescribeJobs
- DescribeLaunchConfigurationTemplates
- DescribeRecoveryInstances
- DescribeRecoverySnapshots
- DescribeReplicationConfigurationTemplates
- DescribeSourceNetworks
- DescribeSourceServers
- ListExtensibleSourceServers
- ListLaunchActions
- ListRecoveryPlanExecutionSteps
- ListRecoveryPlanExecutions
- ListRecoveryPlanSteps
- ListRecoveryPlans
- ListStagingAccounts