Skip to content

Commit a60eb0f

Browse files
Adds operations, structures, and exceptions required for public preview release of Security Hub V2.
1 parent 76de74b commit a60eb0f

File tree

246 files changed

+40531
-1694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+40531
-1694
lines changed

generator/ServiceModels/securityhub/securityhub-2018-10-26.api.json

Lines changed: 1830 additions & 86 deletions
Large diffs are not rendered by default.

generator/ServiceModels/securityhub/securityhub-2018-10-26.docs.json

Lines changed: 1233 additions & 342 deletions
Large diffs are not rendered by default.

generator/ServiceModels/securityhub/securityhub-2018-10-26.examples.json

Lines changed: 166 additions & 341 deletions
Large diffs are not rendered by default.

generator/ServiceModels/securityhub/securityhub-2018-10-26.normal.json

Lines changed: 2735 additions & 186 deletions
Large diffs are not rendered by default.

generator/ServiceModels/securityhub/securityhub-2018-10-26.paginators.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "MaxResults",
1313
"result_key": "Products"
1414
},
15+
"DescribeProductsV2": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "ProductsV2"
20+
},
1521
"DescribeStandards": {
1622
"input_token": "NextToken",
1723
"output_token": "NextToken",
@@ -42,12 +48,30 @@
4248
"limit_key": "MaxResults",
4349
"result_key": "Findings"
4450
},
51+
"GetFindingsV2": {
52+
"input_token": "NextToken",
53+
"output_token": "NextToken",
54+
"limit_key": "MaxResults",
55+
"result_key": "Findings"
56+
},
4557
"GetInsights": {
4658
"input_token": "NextToken",
4759
"output_token": "NextToken",
4860
"limit_key": "MaxResults",
4961
"result_key": "Insights"
5062
},
63+
"GetResourcesV2": {
64+
"input_token": "NextToken",
65+
"output_token": "NextToken",
66+
"limit_key": "MaxResults",
67+
"result_key": "Resources"
68+
},
69+
"ListAggregatorsV2": {
70+
"input_token": "NextToken",
71+
"output_token": "NextToken",
72+
"limit_key": "MaxResults",
73+
"result_key": "AggregatorsV2"
74+
},
5175
"ListConfigurationPolicies": {
5276
"input_token": "NextToken",
5377
"output_token": "NextToken",

0 commit comments

Comments
 (0)