lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.78.0 vs lib/aws-sdk-guardduty/client.rb in aws-sdk-guardduty-1.79.0

- old
+ new

@@ -1782,11 +1782,11 @@ # Designates an Amazon Web Services account within the organization as # your GuardDuty delegated administrator. Only the organization's # management account can run this API operation. # # @option params [required, String] :admin_account_id - # The Amazon Web Services Account ID for the organization account to be + # The Amazon Web Services 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 @@ -1866,11 +1866,11 @@ # resp = client.get_coverage_statistics({ # detector_id: "DetectorId", # required # filter_criteria: { # filter_criterion: [ # { - # criterion_key: "ACCOUNT_ID", # accepts ACCOUNT_ID, CLUSTER_NAME, RESOURCE_TYPE, COVERAGE_STATUS, ADDON_VERSION, MANAGEMENT_TYPE + # criterion_key: "ACCOUNT_ID", # accepts ACCOUNT_ID, CLUSTER_NAME, RESOURCE_TYPE, COVERAGE_STATUS, ADDON_VERSION, MANAGEMENT_TYPE, EKS_CLUSTER_NAME # filter_condition: { # equals: ["String"], # not_equals: ["String"], # }, # }, @@ -2957,13 +2957,13 @@ req.send_request(options) end # Invites Amazon Web Services accounts to become members of an # organization administered by the Amazon Web Services account that - # invokes this API. If you are using organizations to manager your - # GuardDuty environment, this step is not needed. For more information, - # see [Managing accounts with organizations][1]. + # invokes this API. If you are using Amazon Web Services Organizations + # to manage your GuardDuty environment, this step is not needed. For + # more information, see [Managing accounts with organizations][1]. # # To invite Amazon Web Services accounts, the first step is to ensure # that GuardDuty has been enabled in the potential member accounts. You # can now invoke this API to add accounts by invitation. The invited # accounts can either accept or decline the invitation from their @@ -3075,20 +3075,20 @@ # next_token: "String", # max_results: 1, # filter_criteria: { # filter_criterion: [ # { - # criterion_key: "ACCOUNT_ID", # accepts ACCOUNT_ID, CLUSTER_NAME, RESOURCE_TYPE, COVERAGE_STATUS, ADDON_VERSION, MANAGEMENT_TYPE + # criterion_key: "ACCOUNT_ID", # accepts ACCOUNT_ID, CLUSTER_NAME, RESOURCE_TYPE, COVERAGE_STATUS, ADDON_VERSION, MANAGEMENT_TYPE, EKS_CLUSTER_NAME # filter_condition: { # equals: ["String"], # not_equals: ["String"], # }, # }, # ], # }, # sort_criteria: { - # attribute_name: "ACCOUNT_ID", # accepts ACCOUNT_ID, CLUSTER_NAME, COVERAGE_STATUS, ISSUE, ADDON_VERSION, UPDATED_AT + # attribute_name: "ACCOUNT_ID", # accepts ACCOUNT_ID, CLUSTER_NAME, COVERAGE_STATUS, ISSUE, ADDON_VERSION, UPDATED_AT, EKS_CLUSTER_NAME # order_by: "ASC", # accepts ASC, DESC # }, # }) # # @example Response structure @@ -3550,11 +3550,11 @@ def list_members(params = {}, options = {}) req = build_request(:list_members, params) req.send_request(options) end - # Lists the accounts configured as GuardDuty delegated administrators. + # Lists the accounts designated as GuardDuty delegated administrators. # Only the organization's management account can run this API # operation. # # @option params [Integer] :max_results # The maximum number of results to return in the response. @@ -4310,16 +4310,16 @@ # # @option params [required, String] :detector_id # The ID of the detector that configures the delegated administrator. # # @option params [Boolean] :auto_enable - # Indicates whether to automatically enable member accounts in the - # organization. + # Represents whether or not to automatically enable member accounts in + # the organization. # # Even though this is still supported, we recommend using # `AutoEnableOrganizationMembers` to achieve the similar results. You - # must provide the value for either `autoEnableOrganizationMembers` or + # must provide a value for either `autoEnableOrganizationMembers` or # `autoEnable`. # # @option params [Types::OrganizationDataSourceConfigurations] :data_sources # Describes which data sources will be updated. # @@ -4486,10 +4486,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-guardduty' - context[:gem_version] = '1.78.0' + context[:gem_version] = '1.79.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated