aws-sdk 2.1640.0 → 2.1642.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/cloudhsmv2-2017-04-28.min.json +26 -19
- package/apis/datazone-2018-05-10.min.json +792 -403
- package/apis/datazone-2018-05-10.paginators.json +6 -0
- package/apis/glue-2017-03-31.min.json +99 -98
- package/apis/iotwireless-2020-11-22.min.json +4 -1
- package/apis/kms-2014-11-01.examples.json +29 -0
- package/apis/kms-2014-11-01.min.json +76 -23
- package/apis/macie2-2020-01-01.min.json +254 -143
- package/apis/macie2-2020-01-01.paginators.json +6 -0
- package/apis/mediaconvert-2017-08-29.min.json +57 -5
- package/apis/mediaconvert-2017-08-29.paginators.json +6 -0
- package/apis/mediapackagev2-2022-12-25.examples.json +1271 -0
- package/apis/mediapackagev2-2022-12-25.min.json +108 -71
- package/apis/route53domains-2014-05-15.min.json +7 -1
- package/clients/cloudhsmv2.d.ts +18 -1
- package/clients/datazone.d.ts +398 -4
- package/clients/ec2.d.ts +258 -258
- package/clients/glue.d.ts +6 -1
- package/clients/iotwireless.d.ts +1 -1
- package/clients/kms.d.ts +80 -14
- package/clients/macie2.d.ts +149 -44
- package/clients/mediaconvert.d.ts +46 -2
- package/clients/mediapackagev2.d.ts +57 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +22 -13
- package/dist/aws-sdk.js +121 -46
- package/dist/aws-sdk.min.js +61 -61
- package/lib/core.js +1 -1
- package/lib/credentials/cognito_identity_credentials.js +9 -0
- package/lib/shared-ini/ini-loader.d.ts +24 -1
- package/lib/shared-ini/ini-loader.js +0 -6
- package/package.json +1 -1
- package/scripts/region-checker/allowlist.js +3 -3
@@ -2,9 +2,14 @@
|
|
2
2
|
"version": "2.0",
|
3
3
|
"metadata": {
|
4
4
|
"apiVersion": "2022-12-25",
|
5
|
+
"auth": [
|
6
|
+
"aws.auth#sigv4"
|
7
|
+
],
|
5
8
|
"endpointPrefix": "mediapackagev2",
|
6
|
-
"jsonVersion": "1.1",
|
7
9
|
"protocol": "rest-json",
|
10
|
+
"protocols": [
|
11
|
+
"rest-json"
|
12
|
+
],
|
8
13
|
"serviceAbbreviation": "mediapackagev2",
|
9
14
|
"serviceFullName": "AWS Elemental MediaPackage v2",
|
10
15
|
"serviceId": "MediaPackageV2",
|
@@ -35,9 +40,10 @@
|
|
35
40
|
"location": "header",
|
36
41
|
"locationName": "x-amzn-client-token"
|
37
42
|
},
|
43
|
+
"InputType": {},
|
38
44
|
"Description": {},
|
39
45
|
"Tags": {
|
40
|
-
"shape": "
|
46
|
+
"shape": "S6",
|
41
47
|
"locationName": "tags"
|
42
48
|
}
|
43
49
|
}
|
@@ -63,11 +69,12 @@
|
|
63
69
|
},
|
64
70
|
"Description": {},
|
65
71
|
"IngestEndpoints": {
|
66
|
-
"shape": "
|
72
|
+
"shape": "Sc"
|
67
73
|
},
|
74
|
+
"InputType": {},
|
68
75
|
"ETag": {},
|
69
76
|
"Tags": {
|
70
|
-
"shape": "
|
77
|
+
"shape": "S6"
|
71
78
|
}
|
72
79
|
}
|
73
80
|
},
|
@@ -92,7 +99,7 @@
|
|
92
99
|
},
|
93
100
|
"Description": {},
|
94
101
|
"Tags": {
|
95
|
-
"shape": "
|
102
|
+
"shape": "S6",
|
96
103
|
"locationName": "tags"
|
97
104
|
}
|
98
105
|
}
|
@@ -119,7 +126,7 @@
|
|
119
126
|
"ETag": {},
|
120
127
|
"Description": {},
|
121
128
|
"Tags": {
|
122
|
-
"shape": "
|
129
|
+
"shape": "S6"
|
123
130
|
}
|
124
131
|
}
|
125
132
|
},
|
@@ -150,7 +157,7 @@
|
|
150
157
|
"OriginEndpointName": {},
|
151
158
|
"ContainerType": {},
|
152
159
|
"Segment": {
|
153
|
-
"shape": "
|
160
|
+
"shape": "Sj"
|
154
161
|
},
|
155
162
|
"ClientToken": {
|
156
163
|
"idempotencyToken": true,
|
@@ -162,16 +169,19 @@
|
|
162
169
|
"type": "integer"
|
163
170
|
},
|
164
171
|
"HlsManifests": {
|
165
|
-
"shape": "
|
172
|
+
"shape": "S16"
|
166
173
|
},
|
167
174
|
"LowLatencyHlsManifests": {
|
168
|
-
"shape": "
|
175
|
+
"shape": "S1g"
|
169
176
|
},
|
170
177
|
"DashManifests": {
|
171
|
-
"shape": "
|
178
|
+
"shape": "S1k"
|
179
|
+
},
|
180
|
+
"ForceEndpointErrorConfiguration": {
|
181
|
+
"shape": "S1z"
|
172
182
|
},
|
173
183
|
"Tags": {
|
174
|
-
"shape": "
|
184
|
+
"shape": "S6"
|
175
185
|
}
|
176
186
|
}
|
177
187
|
},
|
@@ -194,7 +204,7 @@
|
|
194
204
|
"OriginEndpointName": {},
|
195
205
|
"ContainerType": {},
|
196
206
|
"Segment": {
|
197
|
-
"shape": "
|
207
|
+
"shape": "Sj"
|
198
208
|
},
|
199
209
|
"CreatedAt": {
|
200
210
|
"type": "timestamp"
|
@@ -207,17 +217,20 @@
|
|
207
217
|
"type": "integer"
|
208
218
|
},
|
209
219
|
"HlsManifests": {
|
210
|
-
"shape": "
|
220
|
+
"shape": "S24"
|
211
221
|
},
|
212
222
|
"LowLatencyHlsManifests": {
|
213
|
-
"shape": "
|
223
|
+
"shape": "S26"
|
214
224
|
},
|
215
225
|
"DashManifests": {
|
216
|
-
"shape": "
|
226
|
+
"shape": "S28"
|
227
|
+
},
|
228
|
+
"ForceEndpointErrorConfiguration": {
|
229
|
+
"shape": "S1z"
|
217
230
|
},
|
218
231
|
"ETag": {},
|
219
232
|
"Tags": {
|
220
|
-
"shape": "
|
233
|
+
"shape": "S6"
|
221
234
|
}
|
222
235
|
}
|
223
236
|
},
|
@@ -417,11 +430,12 @@
|
|
417
430
|
},
|
418
431
|
"Description": {},
|
419
432
|
"IngestEndpoints": {
|
420
|
-
"shape": "
|
433
|
+
"shape": "Sc"
|
421
434
|
},
|
435
|
+
"InputType": {},
|
422
436
|
"ETag": {},
|
423
437
|
"Tags": {
|
424
|
-
"shape": "
|
438
|
+
"shape": "S6"
|
425
439
|
}
|
426
440
|
}
|
427
441
|
}
|
@@ -466,7 +480,7 @@
|
|
466
480
|
"Description": {},
|
467
481
|
"ETag": {},
|
468
482
|
"Tags": {
|
469
|
-
"shape": "
|
483
|
+
"shape": "S6",
|
470
484
|
"locationName": "tags"
|
471
485
|
}
|
472
486
|
}
|
@@ -556,7 +570,7 @@
|
|
556
570
|
"OriginEndpointName": {},
|
557
571
|
"ContainerType": {},
|
558
572
|
"Segment": {
|
559
|
-
"shape": "
|
573
|
+
"shape": "Sj"
|
560
574
|
},
|
561
575
|
"CreatedAt": {
|
562
576
|
"type": "timestamp"
|
@@ -569,17 +583,20 @@
|
|
569
583
|
"type": "integer"
|
570
584
|
},
|
571
585
|
"HlsManifests": {
|
572
|
-
"shape": "
|
586
|
+
"shape": "S24"
|
573
587
|
},
|
574
588
|
"LowLatencyHlsManifests": {
|
575
|
-
"shape": "
|
589
|
+
"shape": "S26"
|
590
|
+
},
|
591
|
+
"DashManifests": {
|
592
|
+
"shape": "S28"
|
593
|
+
},
|
594
|
+
"ForceEndpointErrorConfiguration": {
|
595
|
+
"shape": "S1z"
|
576
596
|
},
|
577
597
|
"ETag": {},
|
578
598
|
"Tags": {
|
579
|
-
"shape": "
|
580
|
-
},
|
581
|
-
"DashManifests": {
|
582
|
-
"shape": "S24"
|
599
|
+
"shape": "S6"
|
583
600
|
}
|
584
601
|
}
|
585
602
|
}
|
@@ -729,7 +746,8 @@
|
|
729
746
|
"ModifiedAt": {
|
730
747
|
"type": "timestamp"
|
731
748
|
},
|
732
|
-
"Description": {}
|
749
|
+
"Description": {},
|
750
|
+
"InputType": {}
|
733
751
|
}
|
734
752
|
}
|
735
753
|
},
|
@@ -836,6 +854,9 @@
|
|
836
854
|
"Url": {}
|
837
855
|
}
|
838
856
|
}
|
857
|
+
},
|
858
|
+
"ForceEndpointErrorConfiguration": {
|
859
|
+
"shape": "S1z"
|
839
860
|
}
|
840
861
|
}
|
841
862
|
}
|
@@ -866,7 +887,7 @@
|
|
866
887
|
"type": "structure",
|
867
888
|
"members": {
|
868
889
|
"Tags": {
|
869
|
-
"shape": "
|
890
|
+
"shape": "S6",
|
870
891
|
"locationName": "tags"
|
871
892
|
}
|
872
893
|
}
|
@@ -955,7 +976,7 @@
|
|
955
976
|
"locationName": "ResourceArn"
|
956
977
|
},
|
957
978
|
"Tags": {
|
958
|
-
"shape": "
|
979
|
+
"shape": "S6",
|
959
980
|
"locationName": "tags"
|
960
981
|
}
|
961
982
|
}
|
@@ -1037,11 +1058,12 @@
|
|
1037
1058
|
},
|
1038
1059
|
"Description": {},
|
1039
1060
|
"IngestEndpoints": {
|
1040
|
-
"shape": "
|
1061
|
+
"shape": "Sc"
|
1041
1062
|
},
|
1063
|
+
"InputType": {},
|
1042
1064
|
"ETag": {},
|
1043
1065
|
"Tags": {
|
1044
|
-
"shape": "
|
1066
|
+
"shape": "S6",
|
1045
1067
|
"locationName": "tags"
|
1046
1068
|
}
|
1047
1069
|
}
|
@@ -1093,7 +1115,7 @@
|
|
1093
1115
|
"Description": {},
|
1094
1116
|
"ETag": {},
|
1095
1117
|
"Tags": {
|
1096
|
-
"shape": "
|
1118
|
+
"shape": "S6",
|
1097
1119
|
"locationName": "tags"
|
1098
1120
|
}
|
1099
1121
|
}
|
@@ -1129,20 +1151,23 @@
|
|
1129
1151
|
},
|
1130
1152
|
"ContainerType": {},
|
1131
1153
|
"Segment": {
|
1132
|
-
"shape": "
|
1154
|
+
"shape": "Sj"
|
1133
1155
|
},
|
1134
1156
|
"Description": {},
|
1135
1157
|
"StartoverWindowSeconds": {
|
1136
1158
|
"type": "integer"
|
1137
1159
|
},
|
1138
1160
|
"HlsManifests": {
|
1139
|
-
"shape": "
|
1161
|
+
"shape": "S16"
|
1140
1162
|
},
|
1141
1163
|
"LowLatencyHlsManifests": {
|
1142
|
-
"shape": "
|
1164
|
+
"shape": "S1g"
|
1143
1165
|
},
|
1144
1166
|
"DashManifests": {
|
1145
|
-
"shape": "
|
1167
|
+
"shape": "S1k"
|
1168
|
+
},
|
1169
|
+
"ForceEndpointErrorConfiguration": {
|
1170
|
+
"shape": "S1z"
|
1146
1171
|
},
|
1147
1172
|
"ETag": {
|
1148
1173
|
"location": "header",
|
@@ -1169,7 +1194,7 @@
|
|
1169
1194
|
"OriginEndpointName": {},
|
1170
1195
|
"ContainerType": {},
|
1171
1196
|
"Segment": {
|
1172
|
-
"shape": "
|
1197
|
+
"shape": "Sj"
|
1173
1198
|
},
|
1174
1199
|
"CreatedAt": {
|
1175
1200
|
"type": "timestamp"
|
@@ -1182,18 +1207,21 @@
|
|
1182
1207
|
"type": "integer"
|
1183
1208
|
},
|
1184
1209
|
"HlsManifests": {
|
1185
|
-
"shape": "
|
1210
|
+
"shape": "S24"
|
1186
1211
|
},
|
1187
1212
|
"LowLatencyHlsManifests": {
|
1188
|
-
"shape": "
|
1213
|
+
"shape": "S26"
|
1214
|
+
},
|
1215
|
+
"ForceEndpointErrorConfiguration": {
|
1216
|
+
"shape": "S1z"
|
1189
1217
|
},
|
1190
1218
|
"ETag": {},
|
1191
1219
|
"Tags": {
|
1192
|
-
"shape": "
|
1220
|
+
"shape": "S6",
|
1193
1221
|
"locationName": "tags"
|
1194
1222
|
},
|
1195
1223
|
"DashManifests": {
|
1196
|
-
"shape": "
|
1224
|
+
"shape": "S28"
|
1197
1225
|
}
|
1198
1226
|
}
|
1199
1227
|
},
|
@@ -1201,12 +1229,12 @@
|
|
1201
1229
|
}
|
1202
1230
|
},
|
1203
1231
|
"shapes": {
|
1204
|
-
"
|
1232
|
+
"S6": {
|
1205
1233
|
"type": "map",
|
1206
1234
|
"key": {},
|
1207
1235
|
"value": {}
|
1208
1236
|
},
|
1209
|
-
"
|
1237
|
+
"Sc": {
|
1210
1238
|
"type": "list",
|
1211
1239
|
"member": {
|
1212
1240
|
"type": "structure",
|
@@ -1216,7 +1244,7 @@
|
|
1216
1244
|
}
|
1217
1245
|
}
|
1218
1246
|
},
|
1219
|
-
"
|
1247
|
+
"Sj": {
|
1220
1248
|
"type": "structure",
|
1221
1249
|
"members": {
|
1222
1250
|
"SegmentDurationSeconds": {
|
@@ -1293,7 +1321,7 @@
|
|
1293
1321
|
}
|
1294
1322
|
}
|
1295
1323
|
},
|
1296
|
-
"
|
1324
|
+
"S16": {
|
1297
1325
|
"type": "list",
|
1298
1326
|
"member": {
|
1299
1327
|
"type": "structure",
|
@@ -1304,7 +1332,7 @@
|
|
1304
1332
|
"ManifestName": {},
|
1305
1333
|
"ChildManifestName": {},
|
1306
1334
|
"ScteHls": {
|
1307
|
-
"shape": "
|
1335
|
+
"shape": "S19"
|
1308
1336
|
},
|
1309
1337
|
"ManifestWindowSeconds": {
|
1310
1338
|
"type": "integer"
|
@@ -1313,18 +1341,18 @@
|
|
1313
1341
|
"type": "integer"
|
1314
1342
|
},
|
1315
1343
|
"FilterConfiguration": {
|
1316
|
-
"shape": "
|
1344
|
+
"shape": "S1d"
|
1317
1345
|
}
|
1318
1346
|
}
|
1319
1347
|
}
|
1320
1348
|
},
|
1321
|
-
"
|
1349
|
+
"S19": {
|
1322
1350
|
"type": "structure",
|
1323
1351
|
"members": {
|
1324
1352
|
"AdMarkerHls": {}
|
1325
1353
|
}
|
1326
1354
|
},
|
1327
|
-
"
|
1355
|
+
"S1d": {
|
1328
1356
|
"type": "structure",
|
1329
1357
|
"members": {
|
1330
1358
|
"ManifestFilter": {},
|
@@ -1339,7 +1367,7 @@
|
|
1339
1367
|
}
|
1340
1368
|
}
|
1341
1369
|
},
|
1342
|
-
"
|
1370
|
+
"S1g": {
|
1343
1371
|
"type": "list",
|
1344
1372
|
"member": {
|
1345
1373
|
"type": "structure",
|
@@ -1350,7 +1378,7 @@
|
|
1350
1378
|
"ManifestName": {},
|
1351
1379
|
"ChildManifestName": {},
|
1352
1380
|
"ScteHls": {
|
1353
|
-
"shape": "
|
1381
|
+
"shape": "S19"
|
1354
1382
|
},
|
1355
1383
|
"ManifestWindowSeconds": {
|
1356
1384
|
"type": "integer"
|
@@ -1359,12 +1387,12 @@
|
|
1359
1387
|
"type": "integer"
|
1360
1388
|
},
|
1361
1389
|
"FilterConfiguration": {
|
1362
|
-
"shape": "
|
1390
|
+
"shape": "S1d"
|
1363
1391
|
}
|
1364
1392
|
}
|
1365
1393
|
}
|
1366
1394
|
},
|
1367
|
-
"
|
1395
|
+
"S1k": {
|
1368
1396
|
"type": "list",
|
1369
1397
|
"member": {
|
1370
1398
|
"type": "structure",
|
@@ -1377,7 +1405,7 @@
|
|
1377
1405
|
"type": "integer"
|
1378
1406
|
},
|
1379
1407
|
"FilterConfiguration": {
|
1380
|
-
"shape": "
|
1408
|
+
"shape": "S1d"
|
1381
1409
|
},
|
1382
1410
|
"MinUpdatePeriodSeconds": {
|
1383
1411
|
"type": "integer"
|
@@ -1390,36 +1418,45 @@
|
|
1390
1418
|
},
|
1391
1419
|
"SegmentTemplateFormat": {},
|
1392
1420
|
"PeriodTriggers": {
|
1393
|
-
"shape": "
|
1421
|
+
"shape": "S1r"
|
1394
1422
|
},
|
1395
1423
|
"ScteDash": {
|
1396
|
-
"shape": "
|
1424
|
+
"shape": "S1t"
|
1397
1425
|
},
|
1398
1426
|
"DrmSignaling": {},
|
1399
1427
|
"UtcTiming": {
|
1400
|
-
"shape": "
|
1428
|
+
"shape": "S1w"
|
1401
1429
|
}
|
1402
1430
|
}
|
1403
1431
|
}
|
1404
1432
|
},
|
1405
|
-
"
|
1433
|
+
"S1r": {
|
1406
1434
|
"type": "list",
|
1407
1435
|
"member": {}
|
1408
1436
|
},
|
1409
|
-
"
|
1437
|
+
"S1t": {
|
1410
1438
|
"type": "structure",
|
1411
1439
|
"members": {
|
1412
1440
|
"AdMarkerDash": {}
|
1413
1441
|
}
|
1414
1442
|
},
|
1415
|
-
"
|
1443
|
+
"S1w": {
|
1416
1444
|
"type": "structure",
|
1417
1445
|
"members": {
|
1418
1446
|
"TimingMode": {},
|
1419
1447
|
"TimingSource": {}
|
1420
1448
|
}
|
1421
1449
|
},
|
1422
|
-
"
|
1450
|
+
"S1z": {
|
1451
|
+
"type": "structure",
|
1452
|
+
"members": {
|
1453
|
+
"EndpointErrorConditions": {
|
1454
|
+
"type": "list",
|
1455
|
+
"member": {}
|
1456
|
+
}
|
1457
|
+
}
|
1458
|
+
},
|
1459
|
+
"S24": {
|
1423
1460
|
"type": "list",
|
1424
1461
|
"member": {
|
1425
1462
|
"type": "structure",
|
@@ -1438,15 +1475,15 @@
|
|
1438
1475
|
"type": "integer"
|
1439
1476
|
},
|
1440
1477
|
"ScteHls": {
|
1441
|
-
"shape": "
|
1478
|
+
"shape": "S19"
|
1442
1479
|
},
|
1443
1480
|
"FilterConfiguration": {
|
1444
|
-
"shape": "
|
1481
|
+
"shape": "S1d"
|
1445
1482
|
}
|
1446
1483
|
}
|
1447
1484
|
}
|
1448
1485
|
},
|
1449
|
-
"
|
1486
|
+
"S26": {
|
1450
1487
|
"type": "list",
|
1451
1488
|
"member": {
|
1452
1489
|
"type": "structure",
|
@@ -1465,15 +1502,15 @@
|
|
1465
1502
|
"type": "integer"
|
1466
1503
|
},
|
1467
1504
|
"ScteHls": {
|
1468
|
-
"shape": "
|
1505
|
+
"shape": "S19"
|
1469
1506
|
},
|
1470
1507
|
"FilterConfiguration": {
|
1471
|
-
"shape": "
|
1508
|
+
"shape": "S1d"
|
1472
1509
|
}
|
1473
1510
|
}
|
1474
1511
|
}
|
1475
1512
|
},
|
1476
|
-
"
|
1513
|
+
"S28": {
|
1477
1514
|
"type": "list",
|
1478
1515
|
"member": {
|
1479
1516
|
"type": "structure",
|
@@ -1488,7 +1525,7 @@
|
|
1488
1525
|
"type": "integer"
|
1489
1526
|
},
|
1490
1527
|
"FilterConfiguration": {
|
1491
|
-
"shape": "
|
1528
|
+
"shape": "S1d"
|
1492
1529
|
},
|
1493
1530
|
"MinUpdatePeriodSeconds": {
|
1494
1531
|
"type": "integer"
|
@@ -1501,14 +1538,14 @@
|
|
1501
1538
|
},
|
1502
1539
|
"SegmentTemplateFormat": {},
|
1503
1540
|
"PeriodTriggers": {
|
1504
|
-
"shape": "
|
1541
|
+
"shape": "S1r"
|
1505
1542
|
},
|
1506
1543
|
"ScteDash": {
|
1507
|
-
"shape": "
|
1544
|
+
"shape": "S1t"
|
1508
1545
|
},
|
1509
1546
|
"DrmSignaling": {},
|
1510
1547
|
"UtcTiming": {
|
1511
|
-
"shape": "
|
1548
|
+
"shape": "S1w"
|
1512
1549
|
}
|
1513
1550
|
}
|
1514
1551
|
}
|
@@ -5,11 +5,17 @@
|
|
5
5
|
"endpointPrefix": "route53domains",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceFullName": "Amazon Route 53 Domains",
|
9
12
|
"serviceId": "Route 53 Domains",
|
10
13
|
"signatureVersion": "v4",
|
11
14
|
"targetPrefix": "Route53Domains_v20140515",
|
12
|
-
"uid": "route53domains-2014-05-15"
|
15
|
+
"uid": "route53domains-2014-05-15",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
13
19
|
},
|
14
20
|
"operations": {
|
15
21
|
"AcceptDomainTransferFromAnotherAwsAccount": {
|
package/clients/cloudhsmv2.d.ts
CHANGED
@@ -178,6 +178,14 @@ declare namespace CloudHSMV2 {
|
|
178
178
|
* The list of tags for the backup.
|
179
179
|
*/
|
180
180
|
TagList?: TagList;
|
181
|
+
/**
|
182
|
+
* The HSM type of the cluster that was backed up.
|
183
|
+
*/
|
184
|
+
HsmType?: HsmType;
|
185
|
+
/**
|
186
|
+
* The mode of the cluster that was backed up.
|
187
|
+
*/
|
188
|
+
Mode?: ClusterMode;
|
181
189
|
}
|
182
190
|
export type BackupId = string;
|
183
191
|
export type BackupPolicy = "DEFAULT"|string;
|
@@ -281,8 +289,13 @@ declare namespace CloudHSMV2 {
|
|
281
289
|
* The list of tags for the cluster.
|
282
290
|
*/
|
283
291
|
TagList?: TagList;
|
292
|
+
/**
|
293
|
+
* The mode of the cluster.
|
294
|
+
*/
|
295
|
+
Mode?: ClusterMode;
|
284
296
|
}
|
285
297
|
export type ClusterId = string;
|
298
|
+
export type ClusterMode = "FIPS"|"NON_FIPS"|string;
|
286
299
|
export type ClusterState = "CREATE_IN_PROGRESS"|"UNINITIALIZED"|"INITIALIZE_IN_PROGRESS"|"INITIALIZED"|"ACTIVE"|"UPDATE_IN_PROGRESS"|"DELETE_IN_PROGRESS"|"DELETED"|"DEGRADED"|string;
|
287
300
|
export type Clusters = Cluster[];
|
288
301
|
export type ClustersMaxSize = number;
|
@@ -312,7 +325,7 @@ declare namespace CloudHSMV2 {
|
|
312
325
|
*/
|
313
326
|
BackupRetentionPolicy?: BackupRetentionPolicy;
|
314
327
|
/**
|
315
|
-
* The type of HSM to use in the cluster.
|
328
|
+
* The type of HSM to use in the cluster. The allowed values are hsm1.medium and hsm2m.medium.
|
316
329
|
*/
|
317
330
|
HsmType: HsmType;
|
318
331
|
/**
|
@@ -327,6 +340,10 @@ declare namespace CloudHSMV2 {
|
|
327
340
|
* Tags to apply to the CloudHSM cluster during creation.
|
328
341
|
*/
|
329
342
|
TagList?: TagList;
|
343
|
+
/**
|
344
|
+
* The mode to use in the cluster. The allowed values are FIPS and NON_FIPS.
|
345
|
+
*/
|
346
|
+
Mode?: ClusterMode;
|
330
347
|
}
|
331
348
|
export interface CreateClusterResponse {
|
332
349
|
/**
|