You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/securityhub/src/main/resources/codegen-resources/service-2.json
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1460,7 +1460,7 @@
1460
1460
"members":{
1461
1461
"Type":{
1462
1462
"shape":"AutomationRulesActionType",
1463
-
"documentation":"<p> Specifies that the rule action should update the <code>Types</code> finding field. The <code>Types</code> finding field provides one or more finding types in the format of namespace/category/classifier that classify a finding. For more information, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html\">Types taxonomy for ASFF</a> in the <i>Security Hub User Guide</i>. </p>"
1463
+
"documentation":"<p> Specifies that the rule action should update the <code>Types</code> finding field. The <code>Types</code> finding field classifies findings in the format of namespace/category/classifier. For more information, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html\">Types taxonomy for ASFF</a> in the <i>Security Hub User Guide</i>. </p>"
1464
1464
},
1465
1465
"FindingFieldsUpdate":{
1466
1466
"shape":"AutomationRulesFindingFieldsUpdate",
@@ -1488,7 +1488,7 @@
1488
1488
},
1489
1489
"RuleStatus":{
1490
1490
"shape":"RuleStatus",
1491
-
"documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>>ENABLED</code>, Security Hub will apply the rule to findings and finding updates after the rule is created. </p>"
1491
+
"documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings and finding updates after the rule is created. </p>"
1492
1492
},
1493
1493
"RuleOrder":{
1494
1494
"shape":"RuleOrderValue",
@@ -1504,11 +1504,11 @@
1504
1504
},
1505
1505
"IsTerminal":{
1506
1506
"shape":"Boolean",
1507
-
"documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to <code>true</code> for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is <code>false</code>. </p>"
1507
+
"documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to <code>true</code> for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.
 The default value of this field is <code>false</code>. </p>"
1508
1508
},
1509
1509
"Criteria":{
1510
1510
"shape":"AutomationRulesFindingFilters",
1511
-
"documentation":"<p> A set of <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html\">Amazon Web Services Security Finding Format</a> finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding. </p>"
1511
+
"documentation":"<p> A set of <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format.html\">Amazon Web Services Security Finding Format</a> finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding. </p>"
1512
1512
},
1513
1513
"Actions":{
1514
1514
"shape":"ActionList",
@@ -1540,31 +1540,31 @@
1540
1540
"Severity":{"shape":"SeverityUpdate"},
1541
1541
"VerificationState":{
1542
1542
"shape":"VerificationState",
1543
-
"documentation":"<p> The rule action will update the <code>VerificationState</code> field of a finding. </p>"
1543
+
"documentation":"<p> The rule action updates the <code>VerificationState</code> field of a finding. </p>"
1544
1544
},
1545
1545
"Confidence":{
1546
1546
"shape":"RatioScale",
1547
-
"documentation":"<p> The rule action will update the <code>Confidence</code> field of a finding. </p>"
1547
+
"documentation":"<p> The rule action updates the <code>Confidence</code> field of a finding. </p>"
1548
1548
},
1549
1549
"Criticality":{
1550
1550
"shape":"RatioScale",
1551
-
"documentation":"<p> The rule action will update the <code>Criticality</code> field of a finding. </p>"
1551
+
"documentation":"<p> The rule action updates the <code>Criticality</code> field of a finding. </p>"
1552
1552
},
1553
1553
"Types":{
1554
1554
"shape":"TypeList",
1555
-
"documentation":"<p> The rule action will update the <code>Types</code> field of a finding. </p>"
1555
+
"documentation":"<p> The rule action updates the <code>Types</code> field of a finding. </p>"
1556
1556
},
1557
1557
"UserDefinedFields":{
1558
1558
"shape":"FieldMap",
1559
-
"documentation":"<p> The rule action will update the <code>UserDefinedFields</code> field of a finding. </p>"
1559
+
"documentation":"<p> The rule action updates the <code>UserDefinedFields</code> field of a finding. </p>"
1560
1560
},
1561
1561
"Workflow":{"shape":"WorkflowUpdate"},
1562
1562
"RelatedFindings":{
1563
1563
"shape":"RelatedFindingList",
1564
-
"documentation":"<p> A list of findings that are related to a finding. </p>"
1564
+
"documentation":"<p> The rule action updates the <code>RelatedFindings</code> field of a finding. </p>"
1565
1565
}
1566
1566
},
1567
-
"documentation":"<p> Identifies the finding fields that the automation rule action will update when a finding matches the defined criteria. </p>"
1567
+
"documentation":"<p> Identifies the finding fields that the automation rule action updates when a finding matches the defined criteria. </p>"
1568
1568
},
1569
1569
"AutomationRulesFindingFilters":{
1570
1570
"type":"structure",
@@ -1721,7 +1721,7 @@
1721
1721
},
1722
1722
"RuleStatus":{
1723
1723
"shape":"RuleStatus",
1724
-
"documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use <code>BatchUpdateAutomationRules</code>. </p>"
1724
+
"documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html\"> <code>BatchUpdateAutomationRules</code> </a>. </p>"
1725
1725
},
1726
1726
"RuleOrder":{
1727
1727
"shape":"RuleOrderValue",
@@ -1737,7 +1737,7 @@
1737
1737
},
1738
1738
"IsTerminal":{
1739
1739
"shape":"Boolean",
1740
-
"documentation":"<p> Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to <code>true</code> for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is <code>false</code>. </p>"
1740
+
"documentation":"<p> Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to <code>true</code> for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.
 The default value of this field is <code>false</code>. </p>"
1741
1741
},
1742
1742
"CreatedAt":{
1743
1743
"shape":"Timestamp",
@@ -14696,7 +14696,7 @@
14696
14696
},
14697
14697
"RuleStatus":{
14698
14698
"shape":"RuleStatus",
14699
-
"documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>Enabled</code>, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use <code>BatchUpdateAutomationRules</code>. </p>"
14699
+
"documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html\"> <code>BatchUpdateAutomationRules</code> </a>. </p>"
14700
14700
},
14701
14701
"RuleOrder":{
14702
14702
"shape":"RuleOrderValue",
@@ -14712,11 +14712,11 @@
14712
14712
},
14713
14713
"IsTerminal":{
14714
14714
"shape":"Boolean",
14715
-
"documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to <code>true</code> for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding. The default value of this field is <code>false</code>. </p>"
14715
+
"documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to <code>true</code> for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding. The default value of this field is <code>false</code>. </p>"
14716
14716
},
14717
14717
"Criteria":{
14718
14718
"shape":"AutomationRulesFindingFilters",
14719
-
"documentation":"<p> A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding. </p>"
14719
+
"documentation":"<p> A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding. </p>"
14720
14720
},
14721
14721
"Actions":{
14722
14722
"shape":"ActionList",
@@ -18127,7 +18127,7 @@
18127
18127
},
18128
18128
"SecurityControlStatus":{
18129
18129
"shape":"ControlStatus",
18130
-
"documentation":"<p> The status of a security control based on the compliance status of its findings. For more information about how control status is determined, see <a href=\"https://docs.aws.amazon.com/securityhub/latest/userguide/controls-overall-status.html\">Determining the overall status of a control from its findings</a> in the <i>Security Hub User Guide</i>. </p>"
18130
+
"documentation":"<p> The enablement status of a security control in a specific standard. </p>"
18131
18131
}
18132
18132
},
18133
18133
"documentation":"<p> A security control in Security Hub describes a security best practice related to a specific resource. </p>"
@@ -19116,7 +19116,7 @@
19116
19116
},
19117
19117
"RuleStatus":{
19118
19118
"shape":"RuleStatus",
19119
-
"documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub will apply the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use <code>BatchUpdateAutomationRules</code>. </p>"
19119
+
"documentation":"<p> Whether the rule is active after it is created. If this parameter is equal to <code>ENABLED</code>, Security Hub starts applying the rule to findings and finding updates after the rule is created. To change the value of this parameter after creating a rule, use <a href=\"https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateAutomationRules.html\"> <code>BatchUpdateAutomationRules</code> </a>. </p>"
19120
19120
},
19121
19121
"RuleOrder":{
19122
19122
"shape":"RuleOrderValue",
@@ -19132,11 +19132,11 @@
19132
19132
},
19133
19133
"IsTerminal":{
19134
19134
"shape":"Boolean",
19135
-
"documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to <code>true</code> for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and won't evaluate other rules for the finding.
 The default value of this field is <code>false</code>. </p>"
19135
+
"documentation":"<p>Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria. This is useful when a finding matches the criteria for multiple rules, and each rule has different actions. If the value of this field is set to <code>true</code> for a rule, Security Hub applies the rule action to a finding that matches the rule criteria and doesn't evaluate other rules for the finding.
 The default value of this field is <code>false</code>. </p>"
19136
19136
},
19137
19137
"Criteria":{
19138
19138
"shape":"AutomationRulesFindingFilters",
19139
-
"documentation":"<p> A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding. </p>"
19139
+
"documentation":"<p> A set of ASFF finding field attributes and corresponding expected values that Security Hub uses to filter findings. If a rule is enabled and a finding matches the conditions specified in this parameter, Security Hub applies the rule action to the finding. </p>"
0 commit comments