lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.105.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.108.0
- old
+ new
@@ -299,12 +299,13 @@
# in the future.
#
#
# @option options [String] :sdk_ua_app_id
# A unique and opaque application ID that is appended to the
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
- # maximum length of 50.
+ # User-Agent header as app/sdk_ua_app_id. It should have a
+ # maximum length of 50. This variable is sourced from environment
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
#
# @option options [String] :secret_access_key
#
# @option options [String] :session_token
#
@@ -1077,11 +1078,11 @@
# @example Response structure
#
# resp.configuration_policy_associations #=> Array
# resp.configuration_policy_associations[0].configuration_policy_id #=> String
# resp.configuration_policy_associations[0].target_id #=> String
- # resp.configuration_policy_associations[0].target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT"
+ # resp.configuration_policy_associations[0].target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"
# resp.configuration_policy_associations[0].association_type #=> String, one of "INHERITED", "APPLIED"
# resp.configuration_policy_associations[0].updated_at #=> Time
# resp.configuration_policy_associations[0].association_status #=> String, one of "PENDING", "SUCCESS", "FAILED"
# resp.configuration_policy_associations[0].association_status_message #=> String
# resp.unprocessed_configuration_policy_associations #=> Array
@@ -5177,11 +5178,11 @@
#
# @example Response structure
#
# resp.configuration_policy_id #=> String
# resp.target_id #=> String
- # resp.target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT"
+ # resp.target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"
# resp.association_type #=> String, one of "INHERITED", "APPLIED"
# resp.updated_at #=> Time
# resp.association_status #=> String, one of "PENDING", "SUCCESS", "FAILED"
# resp.association_status_message #=> String
#
@@ -7444,11 +7445,11 @@
# @example Response structure
#
# resp.configuration_policy_association_summaries #=> Array
# resp.configuration_policy_association_summaries[0].configuration_policy_id #=> String
# resp.configuration_policy_association_summaries[0].target_id #=> String
- # resp.configuration_policy_association_summaries[0].target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT"
+ # resp.configuration_policy_association_summaries[0].target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"
# resp.configuration_policy_association_summaries[0].association_type #=> String, one of "INHERITED", "APPLIED"
# resp.configuration_policy_association_summaries[0].updated_at #=> Time
# resp.configuration_policy_association_summaries[0].association_status #=> String, one of "PENDING", "SUCCESS", "FAILED"
# resp.configuration_policy_association_summaries[0].association_status_message #=> String
# resp.next_token #=> String
@@ -8158,11 +8159,11 @@
#
# @example Response structure
#
# resp.configuration_policy_id #=> String
# resp.target_id #=> String
- # resp.target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT"
+ # resp.target_type #=> String, one of "ACCOUNT", "ORGANIZATIONAL_UNIT", "ROOT"
# resp.association_type #=> String, one of "INHERITED", "APPLIED"
# resp.updated_at #=> Time
# resp.association_status #=> String, one of "PENDING", "SUCCESS", "FAILED"
# resp.association_status_message #=> String
#
@@ -10404,10 +10405,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-securityhub'
- context[:gem_version] = '1.105.0'
+ context[:gem_version] = '1.108.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated