aws-sdk-securityhub 1.85.0 → 1.87.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ad902ff7e38a716a9fdaeec8f26cd89df0021e024f4910000971736cf612648
4
- data.tar.gz: 0ff6c4a868c3146cdd79e56499542983528affe27554727f8ae461c78bd2037e
3
+ metadata.gz: de0f251175b025aa6ad0d48c577a0d14a611ebc1ae6a513b6d20fa33f54c74cf
4
+ data.tar.gz: 5b1c6a2578dda9c8e86ab63f7d522921fa8f8bbafd53c84b726b15eee90e241a
5
5
  SHA512:
6
- metadata.gz: 162294b008e79eba0e1def9f3f1214d389f5aaa346a9f5897261a0d02b87589b970d9119c0477c826a008def4eacbc29a159d9c8791401ac08272eb525dd86ef
7
- data.tar.gz: 5cb0f81d7d896e4362a96fe918fd2aee5e660d2ecf063225ec31adfd81ac62307b1f70e3bd3fb4f1fdd3917195b548ff43f93a554181d4520deed9792f8070f7
6
+ metadata.gz: 49abf9f33fd5d917b65f1c8a3dd47929d76ae300c056b76e6a2f2eaef812e75eaf5909fbd9787bbcfbd5f83e28f8a1d3ecb47d61492b0413d2ebf9aae603b808
7
+ data.tar.gz: '082aeb1029ace44b25e20d7719bb8953ac627a1accf623b9d50fa102812e9dc2629fad5fbdf2446410c7869c07e61da81595e373fb67c4aa156274c0ff1abc72'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2023-07-05)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Security Hub
8
+
9
+ 1.86.0 (2023-06-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.85.0 (2023-06-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.87.0
@@ -1981,9 +1981,14 @@ module Aws::SecurityHub
1981
1981
  #
1982
1982
  # @option params [String] :rule_status
1983
1983
  # Whether the rule is active after it is created. If this parameter is
1984
- # equal to `Enabled`, Security Hub will apply the rule to findings and
1985
- # finding updates after the rule is created. To change the value of this
1986
- # parameter after creating a rule, use `BatchUpdateAutomationRules`.
1984
+ # equal to `ENABLED`, Security Hub starts applying the rule to findings
1985
+ # and finding updates after the rule is created. To change the value of
1986
+ # this parameter after creating a rule, use [
1987
+ # `BatchUpdateAutomationRules` ][1].
1988
+ #
1989
+ #
1990
+ #
1991
+ # [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html
1987
1992
  #
1988
1993
  # @option params [required, Integer] :rule_order
1989
1994
  # An integer ranging from 1 to 1000 that represents the order in which
@@ -2002,14 +2007,14 @@ module Aws::SecurityHub
2002
2007
  # matches the criteria for multiple rules, and each rule has different
2003
2008
  # actions. If the value of this field is set to `true` for a rule,
2004
2009
  # Security Hub applies the rule action to a finding that matches the
2005
- # rule criteria and won't evaluate other rules for the finding. The
2010
+ # rule criteria and doesn't evaluate other rules for the finding. The
2006
2011
  # default value of this field is `false`.
2007
2012
  #
2008
2013
  # @option params [required, Types::AutomationRulesFindingFilters] :criteria
2009
2014
  # A set of ASFF finding field attributes and corresponding expected
2010
- # values that Security Hub uses to filter findings. If a finding matches
2011
- # the conditions specified in this parameter, Security Hub applies the
2012
- # rule action to the finding.
2015
+ # values that Security Hub uses to filter findings. If a rule is enabled
2016
+ # and a finding matches the conditions specified in this parameter,
2017
+ # Security Hub applies the rule action to the finding.
2013
2018
  #
2014
2019
  # @option params [required, Array<Types::AutomationRulesAction>] :actions
2015
2020
  # One or more actions to update finding fields if a finding matches the
@@ -8683,7 +8688,7 @@ module Aws::SecurityHub
8683
8688
  params: params,
8684
8689
  config: config)
8685
8690
  context[:gem_name] = 'aws-sdk-securityhub'
8686
- context[:gem_version] = '1.85.0'
8691
+ context[:gem_version] = '1.87.0'
8687
8692
  Seahorse::Client::Request.new(handlers, context)
8688
8693
  end
8689
8694
 
@@ -396,10 +396,9 @@ module Aws::SecurityHub
396
396
  #
397
397
  # @!attribute [rw] type
398
398
  # Specifies that the rule action should update the `Types` finding
399
- # field. The `Types` finding field provides one or more finding types
400
- # in the format of namespace/category/classifier that classify a
401
- # finding. For more information, see [Types taxonomy for ASFF][1] in
402
- # the *Security Hub User Guide*.
399
+ # field. The `Types` finding field classifies findings in the format
400
+ # of namespace/category/classifier. For more information, see [Types
401
+ # taxonomy for ASFF][1] in the *Security Hub User Guide*.
403
402
  #
404
403
  #
405
404
  #
@@ -428,8 +427,8 @@ module Aws::SecurityHub
428
427
  #
429
428
  # @!attribute [rw] rule_status
430
429
  # Whether the rule is active after it is created. If this parameter is
431
- # equal to `>ENABLED`, Security Hub will apply the rule to findings
432
- # and finding updates after the rule is created.
430
+ # equal to `ENABLED`, Security Hub starts applying the rule to
431
+ # findings and finding updates after the rule is created.
433
432
  # @return [String]
434
433
  #
435
434
  # @!attribute [rw] rule_order
@@ -452,16 +451,16 @@ module Aws::SecurityHub
452
451
  # finding matches the criteria for multiple rules, and each rule has
453
452
  # different actions. If the value of this field is set to `true` for a
454
453
  # rule, Security Hub applies the rule action to a finding that matches
455
- # the rule criteria and won't evaluate other rules for the finding.

456
- # finding.
 The default value of this field is `false`.
454
+ # the rule criteria and doesn't evaluate other rules for the finding.

455
+ # finding.
 The default value of this field is `false`.
457
456
  # @return [Boolean]
458
457
  #
459
458
  # @!attribute [rw] criteria
460
459
  # A set of [Amazon Web Services Security Finding Format][1] finding
461
460
  # field attributes and corresponding expected values that Security Hub
462
- # uses to filter findings. If a finding matches the conditions
463
- # specified in this parameter, Security Hub applies the rule action to
464
- # the finding.
461
+ # uses to filter findings. If a rule is enabled and a finding matches
462
+ # the conditions specified in this parameter, Security Hub applies the
463
+ # rule action to the finding.
465
464
  #
466
465
  #
467
466
  #
@@ -519,8 +518,8 @@ module Aws::SecurityHub
519
518
  include Aws::Structure
520
519
  end
521
520
 
522
- # Identifies the finding fields that the automation rule action will
523
- # update when a finding matches the defined criteria.
521
+ # Identifies the finding fields that the automation rule action updates
522
+ # when a finding matches the defined criteria.
524
523
  #
525
524
  # @!attribute [rw] note
526
525
  # The updated note.
@@ -531,25 +530,23 @@ module Aws::SecurityHub
531
530
  # @return [Types::SeverityUpdate]
532
531
  #
533
532
  # @!attribute [rw] verification_state
534
- # The rule action will update the `VerificationState` field of a
535
- # finding.
533
+ # The rule action updates the `VerificationState` field of a finding.
536
534
  # @return [String]
537
535
  #
538
536
  # @!attribute [rw] confidence
539
- # The rule action will update the `Confidence` field of a finding.
537
+ # The rule action updates the `Confidence` field of a finding.
540
538
  # @return [Integer]
541
539
  #
542
540
  # @!attribute [rw] criticality
543
- # The rule action will update the `Criticality` field of a finding.
541
+ # The rule action updates the `Criticality` field of a finding.
544
542
  # @return [Integer]
545
543
  #
546
544
  # @!attribute [rw] types
547
- # The rule action will update the `Types` field of a finding.
545
+ # The rule action updates the `Types` field of a finding.
548
546
  # @return [Array<String>]
549
547
  #
550
548
  # @!attribute [rw] user_defined_fields
551
- # The rule action will update the `UserDefinedFields` field of a
552
- # finding.
549
+ # The rule action updates the `UserDefinedFields` field of a finding.
553
550
  # @return [Hash<String,String>]
554
551
  #
555
552
  # @!attribute [rw] workflow
@@ -557,7 +554,7 @@ module Aws::SecurityHub
557
554
  # @return [Types::WorkflowUpdate]
558
555
  #
559
556
  # @!attribute [rw] related_findings
560
- # A list of findings that are related to a finding.
557
+ # The rule action updates the `RelatedFindings` field of a finding.
561
558
  # @return [Array<Types::RelatedFinding>]
562
559
  #
563
560
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AutomationRulesFindingFieldsUpdate AWS API Documentation
@@ -866,10 +863,14 @@ module Aws::SecurityHub
866
863
  #
867
864
  # @!attribute [rw] rule_status
868
865
  # Whether the rule is active after it is created. If this parameter is
869
- # equal to `ENABLED`, Security Hub will apply the rule to findings and
870
- # finding updates after the rule is created. To change the value of
871
- # this parameter after creating a rule, use
872
- # `BatchUpdateAutomationRules`.
866
+ # equal to `ENABLED`, Security Hub starts applying the rule to
867
+ # findings and finding updates after the rule is created. To change
868
+ # the value of this parameter after creating a rule, use [
869
+ # `BatchUpdateAutomationRules` ][1].
870
+ #
871
+ #
872
+ #
873
+ # [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html
873
874
  # @return [String]
874
875
  #
875
876
  # @!attribute [rw] rule_order
@@ -892,8 +893,8 @@ module Aws::SecurityHub
892
893
  # finding matches the criteria for multiple rules, and each rule has
893
894
  # different actions. If the value of this field is set to `true` for a
894
895
  # rule, Security Hub applies the rule action to a finding that matches
895
- # the rule criteria and won't evaluate other rules for the finding.

896
- # finding.
 The default value of this field is `false`.
896
+ # the rule criteria and doesn't evaluate other rules for the finding.

897
+ # finding.
 The default value of this field is `false`.
897
898
  # @return [Boolean]
898
899
  #
899
900
  # @!attribute [rw] created_at
@@ -20705,10 +20706,14 @@ module Aws::SecurityHub
20705
20706
  #
20706
20707
  # @!attribute [rw] rule_status
20707
20708
  # Whether the rule is active after it is created. If this parameter is
20708
- # equal to `Enabled`, Security Hub will apply the rule to findings and
20709
- # finding updates after the rule is created. To change the value of
20710
- # this parameter after creating a rule, use
20711
- # `BatchUpdateAutomationRules`.
20709
+ # equal to `ENABLED`, Security Hub starts applying the rule to
20710
+ # findings and finding updates after the rule is created. To change
20711
+ # the value of this parameter after creating a rule, use [
20712
+ # `BatchUpdateAutomationRules` ][1].
20713
+ #
20714
+ #
20715
+ #
20716
+ # [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html
20712
20717
  # @return [String]
20713
20718
  #
20714
20719
  # @!attribute [rw] rule_order
@@ -20731,15 +20736,15 @@ module Aws::SecurityHub
20731
20736
  # finding matches the criteria for multiple rules, and each rule has
20732
20737
  # different actions. If the value of this field is set to `true` for a
20733
20738
  # rule, Security Hub applies the rule action to a finding that matches
20734
- # the rule criteria and won't evaluate other rules for the finding.
20739
+ # the rule criteria and doesn't evaluate other rules for the finding.
20735
20740
  # The default value of this field is `false`.
20736
20741
  # @return [Boolean]
20737
20742
  #
20738
20743
  # @!attribute [rw] criteria
20739
20744
  # A set of ASFF finding field attributes and corresponding expected
20740
- # values that Security Hub uses to filter findings. If a finding
20741
- # matches the conditions specified in this parameter, Security Hub
20742
- # applies the rule action to the finding.
20745
+ # values that Security Hub uses to filter findings. If a rule is
20746
+ # enabled and a finding matches the conditions specified in this
20747
+ # parameter, Security Hub applies the rule action to the finding.
20743
20748
  # @return [Types::AutomationRulesFindingFilters]
20744
20749
  #
20745
20750
  # @!attribute [rw] actions
@@ -25349,14 +25354,7 @@ module Aws::SecurityHub
25349
25354
  # @return [String]
25350
25355
  #
25351
25356
  # @!attribute [rw] security_control_status
25352
- # The status of a security control based on the compliance status of
25353
- # its findings. For more information about how control status is
25354
- # determined, see [Determining the overall status of a control from
25355
- # its findings][1] in the *Security Hub User Guide*.
25356
- #
25357
- #
25358
- #
25359
- # [1]: https://docs.aws.amazon.com/securityhub/latest/userguide/controls-overall-status.html
25357
+ # The enablement status of a security control in a specific standard.
25360
25358
  # @return [String]
25361
25359
  #
25362
25360
  # @see http://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/SecurityControl AWS API Documentation
@@ -26572,10 +26570,14 @@ module Aws::SecurityHub
26572
26570
  #
26573
26571
  # @!attribute [rw] rule_status
26574
26572
  # Whether the rule is active after it is created. If this parameter is
26575
- # equal to `ENABLED`, Security Hub will apply the rule to findings and
26576
- # finding updates after the rule is created. To change the value of
26577
- # this parameter after creating a rule, use
26578
- # `BatchUpdateAutomationRules`.
26573
+ # equal to `ENABLED`, Security Hub starts applying the rule to
26574
+ # findings and finding updates after the rule is created. To change
26575
+ # the value of this parameter after creating a rule, use [
26576
+ # `BatchUpdateAutomationRules` ][1].
26577
+ #
26578
+ #
26579
+ #
26580
+ # [1]: https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html
26579
26581
  # @return [String]
26580
26582
  #
26581
26583
  # @!attribute [rw] rule_order
@@ -26598,15 +26600,15 @@ module Aws::SecurityHub
26598
26600
  # finding matches the criteria for multiple rules, and each rule has
26599
26601
  # different actions. If the value of this field is set to `true` for a
26600
26602
  # rule, Security Hub applies the rule action to a finding that matches
26601
- # the rule criteria and won't evaluate other rules for the finding.

26602
- # finding.
 The default value of this field is `false`.
26603
+ # the rule criteria and doesn't evaluate other rules for the finding.

26604
+ # finding.
 The default value of this field is `false`.
26603
26605
  # @return [Boolean]
26604
26606
  #
26605
26607
  # @!attribute [rw] criteria
26606
26608
  # A set of ASFF finding field attributes and corresponding expected
26607
- # values that Security Hub uses to filter findings. If a finding
26608
- # matches the conditions specified in this parameter, Security Hub
26609
- # applies the rule action to the finding.
26609
+ # values that Security Hub uses to filter findings. If a rule is
26610
+ # enabled and a finding matches the conditions specified in this
26611
+ # parameter, Security Hub applies the rule action to the finding.
26610
26612
  # @return [Types::AutomationRulesFindingFilters]
26611
26613
  #
26612
26614
  # @!attribute [rw] actions
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-securityhub/customizations'
52
52
  # @!group service
53
53
  module Aws::SecurityHub
54
54
 
55
- GEM_VERSION = '1.85.0'
55
+ GEM_VERSION = '1.87.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securityhub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-15 00:00:00.000000000 Z
11
+ date: 2023-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.174.0
22
+ version: 3.176.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.174.0
32
+ version: 3.176.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement