lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.56.0 vs lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.57.0

- old
+ new

@@ -560,10 +560,12 @@ # # * service.action.awsApiCallAction.callerType # # * service.action.awsApiCallAction.errorCode # + # * service.action.awsApiCallAction.userAgent + # # * service.action.awsApiCallAction.remoteIpDetails.city.cityName # # * service.action.awsApiCallAction.remoteIpDetails.country.countryName # # * service.action.awsApiCallAction.remoteIpDetails.ipAddressV4 @@ -1311,12 +1313,18 @@ req = build_request(:disassociate_from_master_account, params) req.send_request(options) end # Disassociates GuardDuty member accounts (to the current GuardDuty - # administrator account) specified by the account IDs. + # administrator account) specified by the account IDs. Member accounts + # added through [Invitation][1] get deleted from the current GuardDuty + # administrator account after 30 days of disassociation. # + # + # + # [1]: https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_invitations.html + # # @option params [required, String] :detector_id # The unique ID of the detector of the GuardDuty account whose members # you want to disassociate from the administrator account. # # @option params [required, Array<String>] :account_ids @@ -3244,10 +3252,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-guardduty' - context[:gem_version] = '1.56.0' + context[:gem_version] = '1.57.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated