lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.98.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.99.0
- old
+ new
@@ -2597,11 +2597,12 @@
# Creates a configuration policy with the defined configuration. Only
# the Security Hub delegated administrator can invoke this operation
# from the home Region.
#
# @option params [required, String] :name
- # The name of the configuration policy.
+ # The name of the configuration policy. Alphanumeric characters and the
+ # following ASCII characters are permitted: `-, ., !, *, /`.
#
# @option params [String] :description
# The description of the configuration policy.
#
# @option params [required, Types::Policy] :configuration_policy
@@ -8304,11 +8305,12 @@
# @option params [required, String] :identifier
# The Amazon Resource Name (ARN) or universally unique identifier (UUID)
# of the configuration policy.
#
# @option params [String] :name
- # The name of the configuration policy.
+ # The name of the configuration policy. Alphanumeric characters and the
+ # following ASCII characters are permitted: `-, ., !, *, /`.
#
# @option params [String] :description
# The description of the configuration policy.
#
# @option params [String] :updated_reason
@@ -10344,10 +10346,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-securityhub'
- context[:gem_version] = '1.98.0'
+ context[:gem_version] = '1.99.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated