lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.59.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.60.0

- old
+ new

@@ -3437,10 +3437,11 @@ # label: "INFORMATIONAL", # accepts INFORMATIONAL, LOW, MEDIUM, HIGH, CRITICAL # original: "NonEmptyString", # }, # types: ["NonEmptyString"], # }, + # sample: false, # }, # ], # }) # # @example Response structure @@ -4390,10 +4391,15 @@ # { # value: "NonEmptyString", # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS # }, # ], + # sample: [ + # { + # value: false, + # }, + # ], # }, # group_by_attribute: "NonEmptyString", # required # }) # # @example Response structure @@ -6001,10 +6007,15 @@ # { # value: "NonEmptyString", # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS # }, # ], + # sample: [ + # { + # value: false, + # }, + # ], # }, # sort_criteria: [ # { # field: "NonEmptyString", # sort_order: "asc", # accepts asc, desc @@ -7880,10 +7891,11 @@ # resp.findings[0].finding_provider_fields.related_findings[0].id #=> String # resp.findings[0].finding_provider_fields.severity.label #=> String, one of "INFORMATIONAL", "LOW", "MEDIUM", "HIGH", "CRITICAL" # resp.findings[0].finding_provider_fields.severity.original #=> String # resp.findings[0].finding_provider_fields.types #=> Array # resp.findings[0].finding_provider_fields.types[0] #=> String + # resp.findings[0].sample #=> Boolean # resp.next_token #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetFindings AWS API Documentation # # @overload get_findings(params = {}) @@ -8273,10 +8285,12 @@ # resp.insights[0].filters.finding_provider_fields_severity_original[0].value #=> String # resp.insights[0].filters.finding_provider_fields_severity_original[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS" # resp.insights[0].filters.finding_provider_fields_types #=> Array # resp.insights[0].filters.finding_provider_fields_types[0].value #=> String # resp.insights[0].filters.finding_provider_fields_types[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS" + # resp.insights[0].filters.sample #=> Array + # resp.insights[0].filters.sample[0].value #=> Boolean # resp.insights[0].group_by_attribute #=> String # resp.next_token #=> String # # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/GetInsights AWS API Documentation # @@ -9510,10 +9524,15 @@ # { # value: "NonEmptyString", # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS # }, # ], + # sample: [ + # { + # value: false, + # }, + # ], # }, # note: { # text: "NonEmptyString", # required # updated_by: "NonEmptyString", # required # }, @@ -10165,10 +10184,15 @@ # { # value: "NonEmptyString", # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS # }, # ], + # sample: [ + # { + # value: false, + # }, + # ], # }, # group_by_attribute: "NonEmptyString", # }) # # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateInsight AWS API Documentation @@ -10280,10 +10304,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-securityhub' - context[:gem_version] = '1.59.0' + context[:gem_version] = '1.60.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated