Skip to content

Commit a9cf57f

Browse files
author
AWS
committed
AWS Key Management Service Update: Added support for the SM2 KeySpec in China Partition Regions
1 parent 2b95dfd commit a9cf57f

File tree

3 files changed

+64
-36
lines changed

3 files changed

+64
-36
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": "Added support for the SM2 KeySpec in China Partition Regions"
6+
}

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"pagination": {
3+
"DescribeCustomKeyStores": {
4+
"input_token": "Marker",
5+
"limit_key": "Limit",
6+
"more_results": "Truncated",
7+
"output_token": "NextMarker",
8+
"result_key": "CustomKeyStores"
9+
},
310
"ListAliases": {
411
"input_token": "Marker",
512
"limit_key": "Limit",
@@ -27,6 +34,20 @@
2734
"more_results": "Truncated",
2835
"output_token": "NextMarker",
2936
"result_key": "Keys"
37+
},
38+
"ListResourceTags": {
39+
"input_token": "Marker",
40+
"limit_key": "Limit",
41+
"more_results": "Truncated",
42+
"output_token": "NextMarker",
43+
"result_key": "Tags"
44+
},
45+
"ListRetirableGrants": {
46+
"input_token": "Marker",
47+
"limit_key": "Limit",
48+
"more_results": "Truncated",
49+
"output_token": "NextMarker",
50+
"result_key": "Grants"
3051
}
3152
}
3253
}

0 commit comments

Comments
 (0)