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

This is the Recycle Bin API Reference.

This documentation provides descriptions and syntax for each of the actions and data types in Recycle Bin.

Recycle Bin is a snapshot recovery feature that enables you to restore accidentally deleted snapshots. When using Recycle Bin, if your snapshots are deleted, they are retained in the Recycle Bin for a time period that you specify.

You can restore a snapshot from the Recycle Bin at any time before its retention period expires. After you restore a snapshot from the Recycle Bin, the snapshot is removed from the Recycle Bin, and you can then use it in the same way you use any other snapshot in your account. If the retention period expires and the snapshot is not restored, the snapshot is permanently deleted from the Recycle Bin and is no longer available for recovery. For more information about Recycle Bin, see Recycle Bin in the Amazon EC2 User Guide.

Link to this section Summary

Functions

Creates a Recycle Bin retention rule.

Deletes a Recycle Bin retention rule.

Gets information about a Recycle Bin retention rule.

Lists the Recycle Bin retention rules in the Region.

Lists the tags assigned a specific resource.

Assigns tags to the specified resource.

Updates an existing Recycle Bin retention rule.

Link to this section Functions

Link to this function

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

View Source

Creates a Recycle Bin retention rule.

For more information, see Create Recycle Bin retention rules in the Amazon EC2 User Guide.

Link to this function

delete_rule(client, identifier, input, options \\ [])

View Source

Deletes a Recycle Bin retention rule.

For more information, see Delete Recycle Bin retention rules in the Amazon EC2 User Guide.

Link to this function

get_rule(client, identifier, options \\ [])

View Source

Gets information about a Recycle Bin retention rule.

Link to this function

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

View Source

Lists the Recycle Bin retention rules in the Region.

Link to this function

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

View Source

Lists the tags assigned a specific resource.

Link to this function

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

View Source

Assigns tags to the specified resource.

Link to this function

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

View Source

Unassigns a tag from a resource.

Link to this function

update_rule(client, identifier, input, options \\ [])

View Source

Updates an existing Recycle Bin retention rule.

For more information, see Update Recycle Bin retention rules in the Amazon EC2 User Guide.