ResilienceHubV2¶
Client¶
- class ResilienceHubV2.Client¶
A low-level client representing AWS Resilience Hub V2
The next generation of AWS Resilience Hub is the single location in AWS where you assess and improve the resilience of your critical applications. It helps Site Reliability Engineers (SREs) and development teams proactively reason about resilience at scale — identifying failure modes, discovering hidden dependencies, and report on progress across the enterprise.
import boto3 client = boto3.client('resiliencehubv2')
These are the available methods:
- can_paginate
- close
- create_assertion
- create_input_source
- create_policy
- create_report
- create_service
- create_service_function
- create_service_function_resources
- create_system
- create_user_journey
- delete_assertion
- delete_input_source
- delete_policy
- delete_service
- delete_service_function
- delete_service_function_resources
- delete_system
- delete_user_journey
- get_failure_mode_finding
- get_paginator
- get_policy
- get_service
- get_system
- get_user_journey
- get_waiter
- import_app
- import_policy
- list_assertions
- list_dependencies
- list_failure_mode_assessments
- list_failure_mode_findings
- list_input_sources
- list_policies
- list_reports
- list_resources
- list_service_events
- list_service_functions
- list_service_topology_edges
- list_services
- list_system_events
- list_systems
- list_tags_for_resource
- list_user_journeys
- start_failure_mode_assessment
- tag_resource
- untag_resource
- update_assertion
- update_dependency
- update_failure_mode_finding
- update_policy
- update_service
- update_service_function
- update_system
- update_user_journey
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:
Waiters¶
Waiters are available on a client instance via the get_waiter method. For more detailed instructions and examples on the usage or waiters, see the waiters user guide.
The available waiters are: