AWS.Route53RecoveryReadiness (aws-elixir v0.10.1) View Source

AWS Route53 Recovery Readiness

Link to this section Summary

Functions

Create a new cross account readiness authorization.

Returns a collection of recommendations to improve resilliance and readiness check quality for a Recovery Group.

Returns information about a Cell.

Returns information about a ReadinessCheck.

Returns detailed information about the status of an individual resource within a Readiness Check's Resource Set.

Returns information about a Recovery Group.

Returns information about a Resource Set.

Returns a collection of cross account readiness authorizations.

Returns a collection of rules that are applied as part of Readiness Checks.

Returns a list of the tags assigned to the specified resource.

Adds tags to the specified resource.

Removes tags from the specified resource.

Link to this section Functions

Link to this function

create_cell(client, input, options \\ [])

View Source

Creates a new Cell.

Link to this function

create_cross_account_authorization(client, input, options \\ [])

View Source

Create a new cross account readiness authorization.

Link to this function

create_readiness_check(client, input, options \\ [])

View Source

Creates a new Readiness Check.

Link to this function

create_recovery_group(client, input, options \\ [])

View Source

Creates a new Recovery Group.

Link to this function

create_resource_set(client, input, options \\ [])

View Source

Creates a new Resource Set.

Link to this function

delete_cell(client, cell_name, input, options \\ [])

View Source

Deletes an existing Cell.

Link to this function

delete_cross_account_authorization(client, cross_account_authorization, input, options \\ [])

View Source

Delete cross account readiness authorization

Link to this function

delete_readiness_check(client, readiness_check_name, input, options \\ [])

View Source

Deletes an existing Readiness Check.

Link to this function

delete_recovery_group(client, recovery_group_name, input, options \\ [])

View Source

Deletes an existing Recovery Group.

Link to this function

delete_resource_set(client, resource_set_name, input, options \\ [])

View Source

Deletes an existing Resource Set.

Link to this function

get_architecture_recommendations( client, recovery_group_name, max_results \\ nil, next_token \\ nil, options \\ [] )

View Source

Returns a collection of recommendations to improve resilliance and readiness check quality for a Recovery Group.

Link to this function

get_cell(client, cell_name, options \\ [])

View Source

Returns information about a Cell.

Link to this function

get_cell_readiness_summary( client, cell_name, max_results \\ nil, next_token \\ nil, options \\ [] )

View Source

Returns information about readiness of a Cell.

Link to this function

get_readiness_check(client, readiness_check_name, options \\ [])

View Source

Returns information about a ReadinessCheck.

Link to this function

get_readiness_check_resource_status( client, readiness_check_name, resource_identifier, max_results \\ nil, next_token \\ nil, options \\ [] )

View Source

Returns detailed information about the status of an individual resource within a Readiness Check's Resource Set.

Link to this function

get_readiness_check_status( client, readiness_check_name, max_results \\ nil, next_token \\ nil, options \\ [] )

View Source

Returns information about the status of a Readiness Check.

Link to this function

get_recovery_group(client, recovery_group_name, options \\ [])

View Source

Returns information about a Recovery Group.

Link to this function

get_recovery_group_readiness_summary( client, recovery_group_name, max_results \\ nil, next_token \\ nil, options \\ [] )

View Source

Returns information about a Recovery Group.

Link to this function

get_resource_set(client, resource_set_name, options \\ [])

View Source

Returns information about a Resource Set.

Link to this function

list_cells(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a collection of Cells.

Link to this function

list_cross_account_authorizations(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a collection of cross account readiness authorizations.

Link to this function

list_readiness_checks(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a collection of Readiness Checks.

Link to this function

list_recovery_groups(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a collection of Recovery Groups.

Link to this function

list_resource_sets(client, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Returns a collection of Resource Sets.

Link to this function

list_rules(client, max_results \\ nil, next_token \\ nil, resource_type \\ nil, options \\ [])

View Source

Returns a collection of rules that are applied as part of Readiness Checks.

Link to this function

list_tags_for_resources(client, resource_arn, options \\ [])

View Source

Returns a list of the tags assigned to the specified resource.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Adds tags to the specified resource.

You can specify one or more tags to add.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Removes tags from the specified resource.

You can specify one or more tags to remove.

Link to this function

update_cell(client, cell_name, input, options \\ [])

View Source

Updates an existing Cell.

Link to this function

update_readiness_check(client, readiness_check_name, input, options \\ [])

View Source

Updates an exisiting Readiness Check.

Link to this function

update_recovery_group(client, recovery_group_name, input, options \\ [])

View Source

Updates an existing Recovery Group.

Link to this function

update_resource_set(client, resource_set_name, input, options \\ [])

View Source

Updates an existing Resource Set.