lib/aws-sdk-cloudhsmv2/client.rb in aws-sdk-cloudhsmv2-1.0.0 vs lib/aws-sdk-cloudhsmv2/client.rb in aws-sdk-cloudhsmv2-1.1.0

- old
+ new

@@ -536,19 +536,20 @@ # The identifier (ID) of the cluster that you are claiming. To find the # cluster ID, use DescribeClusters. # # @option params [required, String] :signed_cert # The cluster certificate issued (signed) by your issuing certificate - # authority (CA). The certificate must be in PEM format. + # authority (CA). The certificate must be in PEM format and can contain + # a maximum of 5000 characters. # # @option params [required, String] :trust_anchor # The issuing certificate of the issuing certificate authority (CA) that # issued (signed) the cluster certificate. This can be a root # (self-signed) certificate or a certificate chain that begins with the # certificate that issued the cluster certificate and ends with a root # certificate. The certificate or certificate chain must be in PEM - # format. + # format and can contain a maximum of 5000 characters. # # @return [Types::InitializeClusterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::InitializeClusterResponse#state #state} => String # * {Types::InitializeClusterResponse#state_message #state_message} => String @@ -699,10 +700,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-cloudhsmv2' - context[:gem_version] = '1.0.0' + context[:gem_version] = '1.1.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated