Skip to content

Commit

Permalink
Release v1.15.32
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Sep 10, 2018
1 parent 8609a77 commit 71a2a92
Show file tree
Hide file tree
Showing 11 changed files with 596 additions and 20 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Release v1.15.32 (2018-09-10)
===

### Service Client Updates
* `service/cloudhsmv2`: Updates service API and documentation
* With this release, we are adding 2 new APIs. DeleteBackup deletes a specified AWS CloudHSM backup. A backup can be restored up to 7 days after the DeleteBackup request. During this 7-day period, the backup will be in state PENDING_DELETION. Backups can be restored using the RestoreBackup API, which will move the backup from state PENDING_DELETION back to ACTIVE.
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/redshift`: Updates service API and documentation
* Adding support to Redshift to change the encryption type after cluster creation completes.

Release v1.15.31 (2018-09-07)
===

Expand Down
48 changes: 43 additions & 5 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.15.31"
const SDKVersion = "1.15.32"
64 changes: 62 additions & 2 deletions models/apis/cloudhsmv2/2017-04-28/api-2.json
Expand Up @@ -62,6 +62,22 @@
{"shape":"CloudHsmAccessDeniedException"}
]
},
"DeleteBackup":{
"name":"DeleteBackup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteBackupRequest"},
"output":{"shape":"DeleteBackupResponse"},
"errors":[
{"shape":"CloudHsmInternalFailureException"},
{"shape":"CloudHsmServiceException"},
{"shape":"CloudHsmResourceNotFoundException"},
{"shape":"CloudHsmInvalidRequestException"},
{"shape":"CloudHsmAccessDeniedException"}
]
},
"DeleteCluster":{
"name":"DeleteCluster",
"http":{
Expand Down Expand Up @@ -157,6 +173,22 @@
{"shape":"CloudHsmAccessDeniedException"}
]
},
"RestoreBackup":{
"name":"RestoreBackup",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RestoreBackupRequest"},
"output":{"shape":"RestoreBackupResponse"},
"errors":[
{"shape":"CloudHsmInternalFailureException"},
{"shape":"CloudHsmServiceException"},
{"shape":"CloudHsmResourceNotFoundException"},
{"shape":"CloudHsmInvalidRequestException"},
{"shape":"CloudHsmAccessDeniedException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
Expand Down Expand Up @@ -202,7 +234,8 @@
"CopyTimestamp":{"shape":"Timestamp"},
"SourceRegion":{"shape":"Region"},
"SourceBackup":{"shape":"BackupId"},
"SourceCluster":{"shape":"ClusterId"}
"SourceCluster":{"shape":"ClusterId"},
"DeleteTimestamp":{"shape":"Timestamp"}
}
},
"BackupId":{
Expand All @@ -218,7 +251,8 @@
"enum":[
"CREATE_IN_PROGRESS",
"READY",
"DELETED"
"DELETED",
"PENDING_DELETION"
]
},
"Backups":{
Expand Down Expand Up @@ -370,6 +404,19 @@
"Hsm":{"shape":"Hsm"}
}
},
"DeleteBackupRequest":{
"type":"structure",
"required":["BackupId"],
"members":{
"BackupId":{"shape":"BackupId"}
}
},
"DeleteBackupResponse":{
"type":"structure",
"members":{
"Backup":{"shape":"Backup"}
}
},
"DeleteClusterRequest":{
"type":"structure",
"required":["ClusterId"],
Expand Down Expand Up @@ -557,6 +604,19 @@
"type":"string",
"pattern":"[a-z]{2}(-(gov))?-(east|west|north|south|central){1,2}-\\d"
},
"RestoreBackupRequest":{
"type":"structure",
"required":["BackupId"],
"members":{
"BackupId":{"shape":"BackupId"}
}
},
"RestoreBackupResponse":{
"type":"structure",
"members":{
"Backup":{"shape":"Backup"}
}
},
"SecurityGroup":{
"type":"string",
"pattern":"sg-[0-9a-fA-F]"
Expand Down
41 changes: 34 additions & 7 deletions models/apis/cloudhsmv2/2017-04-28/docs-2.json
Expand Up @@ -2,23 +2,27 @@
"version": "2.0",
"service": "<p>For more information about AWS CloudHSM, see <a href=\"http://aws.amazon.com/cloudhsm/\">AWS CloudHSM</a> and the <a href=\"http://docs.aws.amazon.com/cloudhsm/latest/userguide/\">AWS CloudHSM User Guide</a>.</p>",
"operations": {
"CopyBackupToRegion": null,
"CopyBackupToRegion": "<p>Copy an AWS CloudHSM cluster backup to a different region.</p>",
"CreateCluster": "<p>Creates a new AWS CloudHSM cluster.</p>",
"CreateHsm": "<p>Creates a new hardware security module (HSM) in the specified AWS CloudHSM cluster.</p>",
"DeleteBackup": "<p>Deletes a specified AWS CloudHSM backup. A backup can be restored up to 7 days after the DeleteBackup request. For more information on restoring a backup, see <a>RestoreBackup</a> </p>",
"DeleteCluster": "<p>Deletes the specified AWS CloudHSM cluster. Before you can delete a cluster, you must delete all HSMs in the cluster. To see if the cluster contains any HSMs, use <a>DescribeClusters</a>. To delete an HSM, use <a>DeleteHsm</a>.</p>",
"DeleteHsm": "<p>Deletes the specified HSM. To specify an HSM, you can use its identifier (ID), the IP address of the HSM's elastic network interface (ENI), or the ID of the HSM's ENI. You need to specify only one of these values. To find these values, use <a>DescribeClusters</a>.</p>",
"DescribeBackups": "<p>Gets information about backups of AWS CloudHSM clusters.</p> <p>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 <code>NextToken</code> value. Use this value in a subsequent <code>DescribeBackups</code> request to get more backups. When you receive a response with no <code>NextToken</code> (or an empty or null value), that means there are no more backups to get.</p>",
"DescribeClusters": "<p>Gets information about AWS CloudHSM clusters.</p> <p>This is a paginated operation, which means that each response might contain only a subset of all the clusters. When the response contains only a subset of clusters, it includes a <code>NextToken</code> value. Use this value in a subsequent <code>DescribeClusters</code> request to get more clusters. When you receive a response with no <code>NextToken</code> (or an empty or null value), that means there are no more clusters to get.</p>",
"InitializeCluster": "<p>Claims an AWS CloudHSM cluster by submitting the cluster certificate issued by your issuing certificate authority (CA) and the CA's root certificate. Before you can claim a cluster, you must sign the cluster's certificate signing request (CSR) with your issuing CA. To get the cluster's CSR, use <a>DescribeClusters</a>.</p>",
"ListTags": "<p>Gets a list of tags for the specified AWS CloudHSM cluster.</p> <p>This is a paginated operation, which means that each response might contain only a subset of all the tags. When the response contains only a subset of tags, it includes a <code>NextToken</code> value. Use this value in a subsequent <code>ListTags</code> request to get more tags. When you receive a response with no <code>NextToken</code> (or an empty or null value), that means there are no more tags to get.</p>",
"RestoreBackup": "<p>Restores a specified AWS CloudHSM backup that is in the <code>PENDING_DELETION</code> state. For more information on deleting a backup, see <a>DeleteBackup</a>.</p>",
"TagResource": "<p>Adds or overwrites one or more tags for the specified AWS CloudHSM cluster.</p>",
"UntagResource": "<p>Removes the specified tag or tags from the specified AWS CloudHSM cluster.</p>"
},
"shapes": {
"Backup": {
"base": "<p>Contains information about a backup of an AWS CloudHSM cluster.</p>",
"refs": {
"Backups$member": null
"Backups$member": null,
"DeleteBackupResponse$Backup": "<p>Information on the <code>Backup</code> object deleted.</p>",
"RestoreBackupResponse$Backup": "<p>Information on the <code>Backup</code> object created.</p>"
}
},
"BackupId": {
Expand All @@ -27,9 +31,11 @@
"Backup$BackupId": "<p>The identifier (ID) of the backup.</p>",
"Backup$SourceBackup": null,
"Cluster$SourceBackupId": "<p>The identifier (ID) of the backup used to create the cluster. This value exists only when the cluster was created from a backup.</p>",
"CopyBackupToRegionRequest$BackupId": null,
"CopyBackupToRegionRequest$BackupId": "<p>The ID of the backup that will be copied to the destination region. </p>",
"CreateClusterRequest$SourceBackupId": "<p>The identifier (ID) of the cluster backup to restore. Use this value to restore the cluster from a backup instead of creating a new cluster. To find the backup ID, use <a>DescribeBackups</a>.</p>",
"DestinationBackup$SourceBackup": null
"DeleteBackupRequest$BackupId": "<p>The ID of the backup to be deleted. To find the ID of a backup, use the <a>DescribeBackups</a> operation.</p>",
"DestinationBackup$SourceBackup": null,
"RestoreBackupRequest$BackupId": "<p>The ID of the backup to be restored. To find the ID of a backup, use the <a>DescribeBackups</a> operation.</p>"
}
},
"BackupPolicy": {
Expand Down Expand Up @@ -167,6 +173,16 @@
"refs": {
}
},
"DeleteBackupRequest": {
"base": null,
"refs": {
}
},
"DeleteBackupResponse": {
"base": null,
"refs": {
}
},
"DeleteClusterRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -210,7 +226,7 @@
"DestinationBackup": {
"base": null,
"refs": {
"CopyBackupToRegionResponse$DestinationBackup": null
"CopyBackupToRegionResponse$DestinationBackup": "<p>Information on the backup that will be copied to the destination region, including CreateTimestamp, SourceBackup, SourceCluster, and Source Region. CreateTimestamp of the destination backup will be the same as that of the source backup.</p> <p>You will need to use the <code>sourceBackupID</code> returned in this operation to use the <a>DescribeBackups</a> operation on the backup that will be copied to the destination region.</p>"
}
},
"EniId": {
Expand Down Expand Up @@ -243,7 +259,7 @@
"Filters": {
"base": null,
"refs": {
"DescribeBackupsRequest$Filters": "<p>One or more filters to limit the items returned in the response.</p> <p>Use the <code>backupIds</code> filter to return only the specified backups. Specify backups by their backup identifier (ID).</p> <p>Use the <code>clusterIds</code> filter to return only the backups for the specified clusters. Specify clusters by their cluster identifier (ID).</p> <p>Use the <code>states</code> filter to return only backups that match the specified state.</p>",
"DescribeBackupsRequest$Filters": "<p>One or more filters to limit the items returned in the response.</p> <p>Use the <code>backupIds</code> filter to return only the specified backups. Specify backups by their backup identifier (ID).</p> <p>Use the <code>sourceBackupIds</code> filter to return only the backups created from a source backup. The <code>sourceBackupID</code> of a source backup is returned by the <a>CopyBackupToRegion</a> operation.</p> <p>Use the <code>clusterIds</code> filter to return only the backups for the specified clusters. Specify clusters by their cluster identifier (ID).</p> <p>Use the <code>states</code> filter to return only backups that match the specified state.</p>",
"DescribeClustersRequest$Filters": "<p>One or more filters to limit the items returned in the response.</p> <p>Use the <code>clusterIds</code> filter to return only the specified clusters. Specify clusters by their cluster identifier (ID).</p> <p>Use the <code>vpcIds</code> filter to return only the clusters in the specified virtual private clouds (VPCs). Specify VPCs by their VPC identifier (ID).</p> <p>Use the <code>states</code> filter to return only clusters that match the specified state.</p>"
}
},
Expand Down Expand Up @@ -338,10 +354,20 @@
"base": null,
"refs": {
"Backup$SourceRegion": null,
"CopyBackupToRegionRequest$DestinationRegion": null,
"CopyBackupToRegionRequest$DestinationRegion": "<p>The AWS region that will contain your copied CloudHSM cluster backup.</p>",
"DestinationBackup$SourceRegion": null
}
},
"RestoreBackupRequest": {
"base": null,
"refs": {
}
},
"RestoreBackupResponse": {
"base": null,
"refs": {
}
},
"SecurityGroup": {
"base": null,
"refs": {
Expand Down Expand Up @@ -429,6 +455,7 @@
"refs": {
"Backup$CreateTimestamp": "<p>The date and time when the backup was created.</p>",
"Backup$CopyTimestamp": null,
"Backup$DeleteTimestamp": "<p>The date and time when the backup will be permanently deleted.</p>",
"Cluster$CreateTimestamp": "<p>The date and time when the cluster was created.</p>",
"DestinationBackup$CreateTimestamp": null
}
Expand Down
10 changes: 7 additions & 3 deletions models/apis/redshift/2012-12-01/api-2.json
Expand Up @@ -3137,7 +3137,9 @@
"PubliclyAccessible":{"shape":"BooleanOptional"},
"ElasticIp":{"shape":"String"},
"EnhancedVpcRouting":{"shape":"BooleanOptional"},
"MaintenanceTrackName":{"shape":"String"}
"MaintenanceTrackName":{"shape":"String"},
"Encrypted":{"shape":"BooleanOptional"},
"KmsKeyId":{"shape":"String"}
}
},
"ModifyClusterParameterGroupMessage":{
Expand Down Expand Up @@ -3308,7 +3310,8 @@
"ClusterIdentifier":{"shape":"String"},
"PubliclyAccessible":{"shape":"BooleanOptional"},
"EnhancedVpcRouting":{"shape":"BooleanOptional"},
"MaintenanceTrackName":{"shape":"String"}
"MaintenanceTrackName":{"shape":"String"},
"EncryptionType":{"shape":"String"}
}
},
"PurchaseReservedNodeOfferingMessage":{
Expand Down Expand Up @@ -3533,7 +3536,8 @@
"ElapsedTimeInSeconds":{"shape":"LongOptional"},
"EstimatedTimeToCompletionInSeconds":{"shape":"LongOptional"},
"ResizeType":{"shape":"String"},
"Message":{"shape":"String"}
"Message":{"shape":"String"},
"TargetEncryptionType":{"shape":"String"}
}
},
"ResourceNotFoundFault":{
Expand Down

0 comments on commit 71a2a92

Please sign in to comment.