Skip to content

Commit 02e0814

Browse files
author
AWS
committed
AWS Shield Update: This release adds APIs for two new features: 1) Allow customers to bundle resources into protection groups and treat as a single unit. 2) Provide per-account event summaries to all AWS customers.
1 parent 290b18f commit 02e0814

File tree

3 files changed

+564
-13
lines changed

3 files changed

+564
-13
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Shield",
4+
"contributor": "",
5+
"description": "This release adds APIs for two new features: 1) Allow customers to bundle resources into protection groups and treat as a single unit. 2) Provide per-account event summaries to all AWS customers."
6+
}

services/shield/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,21 @@
66
"output_token": "NextToken",
77
"result_key": "AttackSummaries"
88
},
9+
"ListProtectionGroups": {
10+
"input_token": "NextToken",
11+
"limit_key": "MaxResults",
12+
"output_token": "NextToken"
13+
},
914
"ListProtections": {
1015
"input_token": "NextToken",
1116
"limit_key": "MaxResults",
1217
"output_token": "NextToken",
1318
"result_key": "Protections"
19+
},
20+
"ListResourcesInProtectionGroup": {
21+
"input_token": "NextToken",
22+
"limit_key": "MaxResults",
23+
"output_token": "NextToken"
1424
}
1525
}
1626
}

0 commit comments

Comments
 (0)