Skip to content

Commit e5605aa

Browse files
author
AWS
committed
AWS Key Management Service Update: This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.
1 parent d075094 commit e5605aa

File tree

3 files changed

+184
-9
lines changed

3 files changed

+184
-9
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 Key Management Service",
4+
"contributor": "",
5+
"description": "This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations."
6+
}

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,56 @@
33
"DescribeCustomKeyStores": {
44
"input_token": "Marker",
55
"limit_key": "Limit",
6+
"more_results": "Truncated",
67
"output_token": "NextMarker",
78
"result_key": "CustomKeyStores"
89
},
910
"ListAliases": {
1011
"input_token": "Marker",
1112
"limit_key": "Limit",
13+
"more_results": "Truncated",
1214
"output_token": "NextMarker",
1315
"result_key": "Aliases"
1416
},
1517
"ListGrants": {
1618
"input_token": "Marker",
1719
"limit_key": "Limit",
20+
"more_results": "Truncated",
1821
"output_token": "NextMarker",
1922
"result_key": "Grants"
2023
},
2124
"ListKeyPolicies": {
2225
"input_token": "Marker",
2326
"limit_key": "Limit",
27+
"more_results": "Truncated",
2428
"output_token": "NextMarker",
2529
"result_key": "PolicyNames"
2630
},
31+
"ListKeyRotations": {
32+
"input_token": "Marker",
33+
"limit_key": "Limit",
34+
"more_results": "Truncated",
35+
"output_token": "NextMarker",
36+
"result_key": "Rotations"
37+
},
2738
"ListKeys": {
2839
"input_token": "Marker",
2940
"limit_key": "Limit",
41+
"more_results": "Truncated",
3042
"output_token": "NextMarker",
3143
"result_key": "Keys"
3244
},
3345
"ListResourceTags": {
3446
"input_token": "Marker",
3547
"limit_key": "Limit",
48+
"more_results": "Truncated",
3649
"output_token": "NextMarker",
3750
"result_key": "Tags"
3851
},
3952
"ListRetirableGrants": {
4053
"input_token": "Marker",
4154
"limit_key": "Limit",
55+
"more_results": "Truncated",
4256
"output_token": "NextMarker",
4357
"result_key": "Grants"
4458
}

0 commit comments

Comments
 (0)