lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.75.0 vs lib/aws-sdk-securityhub/client.rb in aws-sdk-securityhub-1.76.0

- old
+ new

@@ -1564,10 +1564,22 @@ # sample: [ # { # value: false, # }, # ], + # compliance_security_control_id: [ + # { + # value: "NonEmptyString", + # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS + # }, + # ], + # compliance_associated_standards_id: [ + # { + # value: "NonEmptyString", + # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS + # }, + # ], # }, # group_by_attribute: "NonEmptyString", # required # }) # # @example Response structure @@ -3184,10 +3196,22 @@ # sample: [ # { # value: false, # }, # ], + # compliance_security_control_id: [ + # { + # value: "NonEmptyString", + # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS + # }, + # ], + # compliance_associated_standards_id: [ + # { + # value: "NonEmptyString", + # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS + # }, + # ], # }, # sort_criteria: [ # { # field: "NonEmptyString", # sort_order: "asc", # accepts asc, desc @@ -3588,10 +3612,16 @@ # 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].filters.compliance_security_control_id #=> Array + # resp.insights[0].filters.compliance_security_control_id[0].value #=> String + # resp.insights[0].filters.compliance_security_control_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS" + # resp.insights[0].filters.compliance_associated_standards_id #=> Array + # resp.insights[0].filters.compliance_associated_standards_id[0].value #=> String + # resp.insights[0].filters.compliance_associated_standards_id[0].comparison #=> String, one of "EQUALS", "PREFIX", "NOT_EQUALS", "PREFIX_NOT_EQUALS" # 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 # @@ -4830,10 +4860,22 @@ # sample: [ # { # value: false, # }, # ], + # compliance_security_control_id: [ + # { + # value: "NonEmptyString", + # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS + # }, + # ], + # compliance_associated_standards_id: [ + # { + # value: "NonEmptyString", + # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS + # }, + # ], # }, # note: { # text: "NonEmptyString", # required # updated_by: "NonEmptyString", # required # }, @@ -5490,10 +5532,22 @@ # sample: [ # { # value: false, # }, # ], + # compliance_security_control_id: [ + # { + # value: "NonEmptyString", + # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS + # }, + # ], + # compliance_associated_standards_id: [ + # { + # value: "NonEmptyString", + # comparison: "EQUALS", # accepts EQUALS, PREFIX, NOT_EQUALS, PREFIX_NOT_EQUALS + # }, + # ], # }, # group_by_attribute: "NonEmptyString", # }) # # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/UpdateInsight AWS API Documentation @@ -5621,10 +5675,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-securityhub' - context[:gem_version] = '1.75.0' + context[:gem_version] = '1.76.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated