Skip to content

Commit 1db6f09

Browse files
Updated API models and rebuilt service gems.
1 parent fc2eb1c commit 1db6f09

File tree

1,001 files changed

+3395
-1432
lines changed

Some content is hidden

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

1,001 files changed

+3395
-1432
lines changed

apis/acm-pca/2017-08-22/api-2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,14 +1038,16 @@
10381038
"RSA_2048",
10391039
"RSA_4096",
10401040
"EC_prime256v1",
1041-
"EC_secp384r1"
1041+
"EC_secp384r1",
1042+
"SM2"
10421043
]
10431044
},
10441045
"KeyStorageSecurityStandard":{
10451046
"type":"string",
10461047
"enum":[
10471048
"FIPS_140_2_LEVEL_2_OR_HIGHER",
1048-
"FIPS_140_2_LEVEL_3_OR_HIGHER"
1049+
"FIPS_140_2_LEVEL_3_OR_HIGHER",
1050+
"CCPC_LEVEL_1_OR_HIGHER"
10491051
]
10501052
},
10511053
"KeyUsage":{
@@ -1359,7 +1361,8 @@
13591361
"SHA512WITHECDSA",
13601362
"SHA256WITHRSA",
13611363
"SHA384WITHRSA",
1362-
"SHA512WITHRSA"
1364+
"SHA512WITHRSA",
1365+
"SM3WITHSM2"
13631366
]
13641367
},
13651368
"String":{"type":"string"},

apis/cloudhsmv2/2017-04-28/api-2.json

Lines changed: 103 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,22 @@
115115
{"shape":"CloudHsmAccessDeniedException"}
116116
]
117117
},
118+
"DeleteResourcePolicy":{
119+
"name":"DeleteResourcePolicy",
120+
"http":{
121+
"method":"POST",
122+
"requestUri":"/"
123+
},
124+
"input":{"shape":"DeleteResourcePolicyRequest"},
125+
"output":{"shape":"DeleteResourcePolicyResponse"},
126+
"errors":[
127+
{"shape":"CloudHsmInternalFailureException"},
128+
{"shape":"CloudHsmServiceException"},
129+
{"shape":"CloudHsmInvalidRequestException"},
130+
{"shape":"CloudHsmResourceNotFoundException"},
131+
{"shape":"CloudHsmAccessDeniedException"}
132+
]
133+
},
118134
"DescribeBackups":{
119135
"name":"DescribeBackups",
120136
"http":{
@@ -148,6 +164,22 @@
148164
{"shape":"CloudHsmTagException"}
149165
]
150166
},
167+
"GetResourcePolicy":{
168+
"name":"GetResourcePolicy",
169+
"http":{
170+
"method":"POST",
171+
"requestUri":"/"
172+
},
173+
"input":{"shape":"GetResourcePolicyRequest"},
174+
"output":{"shape":"GetResourcePolicyResponse"},
175+
"errors":[
176+
{"shape":"CloudHsmInternalFailureException"},
177+
{"shape":"CloudHsmServiceException"},
178+
{"shape":"CloudHsmInvalidRequestException"},
179+
{"shape":"CloudHsmResourceNotFoundException"},
180+
{"shape":"CloudHsmAccessDeniedException"}
181+
]
182+
},
151183
"InitializeCluster":{
152184
"name":"InitializeCluster",
153185
"http":{
@@ -213,6 +245,22 @@
213245
{"shape":"CloudHsmServiceException"}
214246
]
215247
},
248+
"PutResourcePolicy":{
249+
"name":"PutResourcePolicy",
250+
"http":{
251+
"method":"POST",
252+
"requestUri":"/"
253+
},
254+
"input":{"shape":"PutResourcePolicyRequest"},
255+
"output":{"shape":"PutResourcePolicyResponse"},
256+
"errors":[
257+
{"shape":"CloudHsmInternalFailureException"},
258+
{"shape":"CloudHsmServiceException"},
259+
{"shape":"CloudHsmInvalidRequestException"},
260+
{"shape":"CloudHsmResourceNotFoundException"},
261+
{"shape":"CloudHsmAccessDeniedException"}
262+
]
263+
},
216264
"RestoreBackup":{
217265
"name":"RestoreBackup",
218266
"http":{
@@ -270,6 +318,7 @@
270318
"required":["BackupId"],
271319
"members":{
272320
"BackupId":{"shape":"BackupId"},
321+
"BackupArn":{"shape":"BackupArn"},
273322
"BackupState":{"shape":"BackupState"},
274323
"ClusterId":{"shape":"ClusterId"},
275324
"CreateTimestamp":{"shape":"Timestamp"},
@@ -284,6 +333,10 @@
284333
"Mode":{"shape":"ClusterMode"}
285334
}
286335
},
336+
"BackupArn":{
337+
"type":"string",
338+
"pattern":"^(arn:aws(-(us-gov))?:cloudhsm:([a-z]{2}(-(gov|isob|iso))?-(east|west|north|south|central){1,2}-[0-9]{1}):[0-9]{12}:backup/)?backup-[2-7a-zA-Z]{11,16}"
339+
},
287340
"BackupId":{
288341
"type":"string",
289342
"pattern":"backup-[2-7a-zA-Z]{11,16}"
@@ -350,6 +403,10 @@
350403
},
351404
"exception":true
352405
},
406+
"CloudHsmArn":{
407+
"type":"string",
408+
"pattern":"arn:aws(-(us-gov))?:cloudhsm:([a-z]{2}(-(gov|isob|iso))?-(east|west|north|south|central){1,2}-[0-9]{1}):[0-9]{12}:(backup/backup|cluster/cluster|hsm/hsm)-[2-7a-zA-Z]{11,16}"
409+
},
353410
"CloudHsmInternalFailureException":{
354411
"type":"structure",
355412
"members":{
@@ -468,7 +525,7 @@
468525
"members":{
469526
"BackupRetentionPolicy":{"shape":"BackupRetentionPolicy"},
470527
"HsmType":{"shape":"HsmType"},
471-
"SourceBackupId":{"shape":"BackupId"},
528+
"SourceBackupId":{"shape":"BackupArn"},
472529
"SubnetIds":{"shape":"SubnetIds"},
473530
"TagList":{"shape":"TagList"},
474531
"Mode":{"shape":"ClusterMode"}
@@ -540,12 +597,26 @@
540597
"HsmId":{"shape":"HsmId"}
541598
}
542599
},
600+
"DeleteResourcePolicyRequest":{
601+
"type":"structure",
602+
"members":{
603+
"ResourceArn":{"shape":"CloudHsmArn"}
604+
}
605+
},
606+
"DeleteResourcePolicyResponse":{
607+
"type":"structure",
608+
"members":{
609+
"ResourceArn":{"shape":"CloudHsmArn"},
610+
"Policy":{"shape":"ResourcePolicy"}
611+
}
612+
},
543613
"DescribeBackupsRequest":{
544614
"type":"structure",
545615
"members":{
546616
"NextToken":{"shape":"NextToken"},
547617
"MaxResults":{"shape":"BackupsMaxSize"},
548618
"Filters":{"shape":"Filters"},
619+
"Shared":{"shape":"Boolean"},
549620
"SortAscending":{"shape":"Boolean"}
550621
}
551622
},
@@ -603,6 +674,18 @@
603674
"value":{"shape":"Strings"},
604675
"max":30
605676
},
677+
"GetResourcePolicyRequest":{
678+
"type":"structure",
679+
"members":{
680+
"ResourceArn":{"shape":"CloudHsmArn"}
681+
}
682+
},
683+
"GetResourcePolicyResponse":{
684+
"type":"structure",
685+
"members":{
686+
"Policy":{"shape":"ResourcePolicy"}
687+
}
688+
},
606689
"Hsm":{
607690
"type":"structure",
608691
"required":["HsmId"],
@@ -730,6 +813,20 @@
730813
"max":32,
731814
"min":7
732815
},
816+
"PutResourcePolicyRequest":{
817+
"type":"structure",
818+
"members":{
819+
"ResourceArn":{"shape":"CloudHsmArn"},
820+
"Policy":{"shape":"ResourcePolicy"}
821+
}
822+
},
823+
"PutResourcePolicyResponse":{
824+
"type":"structure",
825+
"members":{
826+
"ResourceArn":{"shape":"CloudHsmArn"},
827+
"Policy":{"shape":"ResourcePolicy"}
828+
}
829+
},
733830
"Region":{
734831
"type":"string",
735832
"pattern":"[a-z]{2}(-(gov))?-(east|west|north|south|central){1,2}-\\d"
@@ -738,6 +835,11 @@
738835
"type":"string",
739836
"pattern":"(?:cluster|backup)-[2-7a-zA-Z]{11,16}"
740837
},
838+
"ResourcePolicy":{
839+
"type":"string",
840+
"max":20000,
841+
"min":1
842+
},
741843
"RestoreBackupRequest":{
742844
"type":"structure",
743845
"required":["BackupId"],

0 commit comments

Comments
 (0)