Skip to content

Commit

Permalink
Added support for AWS KMS integration to the Amazon Redshift Client.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Nov 20, 2014
1 parent d54ffc3 commit 0a35196
Show file tree
Hide file tree
Showing 3 changed files with 891 additions and 22 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,7 +2,8 @@

## Next Release

* Fixing cn-north-1 endpoint for AWS Identity and Access Management.
* Added support for AWS KMS integration to the Amazon Redshift Client.
* Fixed cn-north-1 endpoint for AWS Identity and Access Management.

## 2.7.5 - 2014-11-13

Expand All @@ -12,7 +13,7 @@

## 2.7.4 - 2014-11-12

* Added support for the AWS Key Management Service.
* Added support for the AWS Key Management Service (AWS KMS).
* Added support for AWS CodeDeploy.
* Added support for AWS Config.
* Added support for AWS KMS encryption to the Amazon S3 client.
Expand Down
3 changes: 3 additions & 0 deletions src/Aws/Redshift/RedshiftClient.php
Expand Up @@ -37,6 +37,7 @@
* @method Model createEventSubscription(array $args = array()) {@command Redshift CreateEventSubscription}
* @method Model createHsmClientCertificate(array $args = array()) {@command Redshift CreateHsmClientCertificate}
* @method Model createHsmConfiguration(array $args = array()) {@command Redshift CreateHsmConfiguration}
* @method Model createTags(array $args = array()) {@command Redshift CreateTags}
* @method Model deleteCluster(array $args = array()) {@command Redshift DeleteCluster}
* @method Model deleteClusterParameterGroup(array $args = array()) {@command Redshift DeleteClusterParameterGroup}
* @method Model deleteClusterSecurityGroup(array $args = array()) {@command Redshift DeleteClusterSecurityGroup}
Expand All @@ -45,6 +46,7 @@
* @method Model deleteEventSubscription(array $args = array()) {@command Redshift DeleteEventSubscription}
* @method Model deleteHsmClientCertificate(array $args = array()) {@command Redshift DeleteHsmClientCertificate}
* @method Model deleteHsmConfiguration(array $args = array()) {@command Redshift DeleteHsmConfiguration}
* @method Model deleteTags(array $args = array()) {@command Redshift DeleteTags}
* @method Model describeClusterParameterGroups(array $args = array()) {@command Redshift DescribeClusterParameterGroups}
* @method Model describeClusterParameters(array $args = array()) {@command Redshift DescribeClusterParameters}
* @method Model describeClusterSecurityGroups(array $args = array()) {@command Redshift DescribeClusterSecurityGroups}
Expand All @@ -63,6 +65,7 @@
* @method Model describeReservedNodeOfferings(array $args = array()) {@command Redshift DescribeReservedNodeOfferings}
* @method Model describeReservedNodes(array $args = array()) {@command Redshift DescribeReservedNodes}
* @method Model describeResize(array $args = array()) {@command Redshift DescribeResize}
* @method Model describeTags(array $args = array()) {@command Redshift DescribeTags}
* @method Model disableLogging(array $args = array()) {@command Redshift DisableLogging}
* @method Model disableSnapshotCopy(array $args = array()) {@command Redshift DisableSnapshotCopy}
* @method Model enableLogging(array $args = array()) {@command Redshift EnableLogging}
Expand Down

0 comments on commit 0a35196

Please sign in to comment.