lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.30.0 vs lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.31.0

- old
+ new

@@ -521,10 +521,12 @@ # # * service.action.networkConnectionAction.localPortDetails.port # # * service.action.networkConnectionAction.protocol # + # * service.action.networkConnectionAction.localIpDetails.ipAddressV4 + # # * service.action.networkConnectionAction.remoteIpDetails.city.cityName # # * service.action.networkConnectionAction.remoteIpDetails.country.countryName # # * service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 @@ -633,12 +635,11 @@ # # @option params [required, String] :format # The format of the file that contains the IPSet. # # @option params [required, String] :location - # The URI of the file that contains the IPSet. For example: - # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key. + # The URI of the file that contains the IPSet. For example: . # # @option params [required, Boolean] :activate # A Boolean value that indicates whether GuardDuty is to start using the # uploaded IPSet. # @@ -819,12 +820,11 @@ # # @option params [required, String] :format # The format of the file that contains the ThreatIntelSet. # # @option params [required, String] :location - # The URI of the file that contains the ThreatIntelSet. For example: - # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key. + # The URI of the file that contains the ThreatIntelSet. For example: . # # @option params [required, Boolean] :activate # A Boolean value that indicates whether GuardDuty is to start using the # uploaded ThreatIntelSet. # @@ -1172,15 +1172,15 @@ def describe_publishing_destination(params = {}, options = {}) req = build_request(:describe_publishing_destination, params) req.send_request(options) end - # Disables GuardDuty administrator permissions for an AWS account within - # the Organization. + # Disables an AWS account within the Organization as the GuardDuty + # delegated administrator. # # @option params [required, String] :admin_account_id - # The AWS Account ID for the Organizations account to be disabled as a + # The AWS Account ID for the organizations account to be disabled as a # GuardDuty delegated administrator. # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # @example Request syntax with placeholder values @@ -1256,15 +1256,15 @@ def disassociate_members(params = {}, options = {}) req = build_request(:disassociate_members, params) req.send_request(options) end - # Enables GuardDuty administrator permissions for an AWS account within - # the organization. + # Enables an AWS account within the organization as the GuardDuty + # delegated administrator. # # @option params [required, String] :admin_account_id - # The AWS Account ID for the Organizations account to be enabled as a + # The AWS Account ID for the organization account to be enabled as a # GuardDuty delegated administrator. # # @return [Struct] Returns an empty {Seahorse::Client::Response response}. # # @example Request syntax with placeholder values @@ -1944,10 +1944,12 @@ # # * resource.instanceDetails.imageId # # * resource.instanceDetails.instanceId # + # * resource.instanceDetails.outpostArn + # # * resource.instanceDetails.networkInterfaces.ipv6Addresses # # * resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress # # * resource.instanceDetails.networkInterfaces.publicDnsName @@ -1994,10 +1996,12 @@ # # * service.action.networkConnectionAction.localPortDetails.port # # * service.action.networkConnectionAction.protocol # + # * service.action.networkConnectionAction.localIpDetails.ipAddressV4 + # # * service.action.networkConnectionAction.remoteIpDetails.city.cityName # # * service.action.networkConnectionAction.remoteIpDetails.country.countryName # # * service.action.networkConnectionAction.remoteIpDetails.ipAddressV4 @@ -2250,12 +2254,11 @@ def list_members(params = {}, options = {}) req = build_request(:list_members, params) req.send_request(options) end - # Lists the accounts configured as AWS Organization delegated - # administrators. + # Lists the accounts configured as GuardDuty delegated administrators. # # @option params [Integer] :max_results # The maximum number of results to return in the response. # # @option params [String] :next_token @@ -2728,12 +2731,11 @@ # # @option params [String] :name # The unique ID that specifies the IPSet that you want to update. # # @option params [String] :location - # The updated URI of the file that contains the IPSet. For example: - # https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key. + # The updated URI of the file that contains the IPSet. For example: . # # @option params [Boolean] :activate # The updated Boolean value that specifies whether the IPSet is active # or not. # @@ -2835,11 +2837,11 @@ # The unique ID that specifies the ThreatIntelSet that you want to # update. # # @option params [String] :location # The updated URI of the file that contains the ThreateIntelSet. For - # example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key. + # example: . # # @option params [Boolean] :activate # The updated Boolean value that specifies whether the ThreateIntelSet # is active or not. # @@ -2875,10 +2877,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-guardduty' - context[:gem_version] = '1.30.0' + context[:gem_version] = '1.31.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated