lib/aws-sdk-cloudhsmv2/client.rb in aws-sdk-cloudhsmv2-1.26.0 vs lib/aws-sdk-cloudhsmv2/client.rb in aws-sdk-cloudhsmv2-1.27.0

- old
+ new

@@ -329,10 +329,14 @@ # # @option params [required, String] :backup_id # The ID of the backup that will be copied to the destination region. # # @option params [Array<Types::Tag>] :tag_list + # Tags to apply to the destination backup during creation. If you + # specify tags, only these tags will be applied to the destination + # backup. If you do not specify tags, the service copies tags from the + # source backup to the destination backup. # # @return [Types::CopyBackupToRegionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::CopyBackupToRegionResponse#destination_backup #destination_backup} => Types::DestinationBackup # @@ -384,10 +388,11 @@ # 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 DescribeBackups. # # @option params [Array<Types::Tag>] :tag_list + # Tags to apply to the CloudHSM cluster during creation. # # @return [Types::CreateClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::CreateClusterResponse#cluster #cluster} => Types::Cluster # @@ -1033,10 +1038,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-cloudhsmv2' - context[:gem_version] = '1.26.0' + context[:gem_version] = '1.27.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated