2018/07/30 - AWS CloudHSM V2 - 1 new1 updated api methods
Changes Update cloudhsmv2 client to latest version
See also: AWS API Documentation
Request Syntax
client.copy_backup_to_region( DestinationRegion='string', BackupId='string' )
string
[REQUIRED]
string
[REQUIRED]
dict
Response Syntax
{ 'DestinationBackup': { 'CreateTimestamp': datetime(2015, 1, 1), 'SourceRegion': 'string', 'SourceBackup': 'string', 'SourceCluster': 'string' } }
Response Structure
(dict) --
DestinationBackup (dict) --
CreateTimestamp (datetime) --
SourceRegion (string) --
SourceBackup (string) --
SourceCluster (string) --
{'SortAscending': 'boolean'}Response
{'Backups': {'CopyTimestamp': 'timestamp', 'SourceBackup': 'string', 'SourceCluster': 'string', 'SourceRegion': 'string'}}
Gets information about backups of AWS CloudHSM clusters.
This is a paginated operation, which means that each response might contain only a subset of all the backups. When the response contains only a subset of backups, it includes a NextToken value. Use this value in a subsequent DescribeBackups request to get more backups. When you receive a response with no NextToken (or an empty or null value), that means there are no more backups to get.
See also: AWS API Documentation
Request Syntax
client.describe_backups( NextToken='string', MaxResults=123, Filters={ 'string': [ 'string', ] }, SortAscending=True|False )
string
The NextToken value that you received in the previous response. Use this value to get more backups.
integer
The maximum number of backups to return in the response. When there are more backups than the number you specify, the response contains a NextToken value.
dict
One or more filters to limit the items returned in the response.
Use the backupIds filter to return only the specified backups. Specify backups by their backup identifier (ID).
Use the clusterIds filter to return only the backups for the specified clusters. Specify clusters by their cluster identifier (ID).
Use the states filter to return only backups that match the specified state.
(string) --
(list) --
(string) --
boolean
dict
Response Syntax
{ 'Backups': [ { 'BackupId': 'string', 'BackupState': 'CREATE_IN_PROGRESS'|'READY'|'DELETED', 'ClusterId': 'string', 'CreateTimestamp': datetime(2015, 1, 1), 'CopyTimestamp': datetime(2015, 1, 1), 'SourceRegion': 'string', 'SourceBackup': 'string', 'SourceCluster': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) --
Backups (list) --
A list of backups.
(dict) --
Contains information about a backup of an AWS CloudHSM cluster.
BackupId (string) --
The identifier (ID) of the backup.
BackupState (string) --
The state of the backup.
ClusterId (string) --
The identifier (ID) of the cluster that was backed up.
CreateTimestamp (datetime) --
The date and time when the backup was created.
CopyTimestamp (datetime) --
SourceRegion (string) --
SourceBackup (string) --
SourceCluster (string) --
NextToken (string) --
An opaque string that indicates that the response contains only a subset of backups. Use this value in a subsequent DescribeBackups request to get more backups.