lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.2.0 vs lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.3.0
- old
+ new
@@ -298,12 +298,12 @@
# @example Request syntax with placeholder values
#
# resp = client.create_members({
# account_details: [
# {
- # account_id: "AccountId",
- # email: "Email",
+ # account_id: "AccountId", # required
+ # email: "Email", # required
# },
# ],
# detector_id: "__string", # required
# })
#
@@ -1022,23 +1022,27 @@
# A list of account IDs of the accounts that you want to invite to
# GuardDuty as members.
#
# @option params [required, String] :detector_id
#
+ # @option params [Boolean] :disable_email_notification
+ # Indicates whether invite member email notification is disabled
+ #
# @option params [String] :message
# The invitation message that you want to send to the accounts that
- # you're inviting to GuardDuty as members.
+ # you’re inviting to GuardDuty as members.
#
# @return [Types::InviteMembersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::InviteMembersResponse#unprocessed_accounts #unprocessed_accounts} => Array<Types::UnprocessedAccount>
#
# @example Request syntax with placeholder values
#
# resp = client.invite_members({
# account_ids: ["__string"],
# detector_id: "__string", # required
+ # disable_email_notification: false,
# message: "Message",
# })
#
# @example Response structure
#
@@ -1360,11 +1364,11 @@
end
# Disables GuardDuty from monitoring findings of the member accounts
# specified by the account IDs. After running this command, a master
# GuardDuty account can run StartMonitoringMembers to re-enable
- # GuardDuty to monitor these members' findings.
+ # GuardDuty to monitor these members’ findings.
#
# @option params [Array<String>] :account_ids
# A list of account IDs of the GuardDuty member accounts whose findings
# you want the master account to stop monitoring.
#
@@ -1569,10 +1573,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-guardduty'
- context[:gem_version] = '1.2.0'
+ context[:gem_version] = '1.3.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated