aws-sdk 2.1393.0 → 2.1394.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/CHANGELOG.md +9 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +3 -0
- package/apis/metadata.json +8 -0
- package/apis/payment-cryptography-2021-09-14.examples.json +5 -0
- package/apis/payment-cryptography-2021-09-14.min.json +770 -0
- package/apis/payment-cryptography-2021-09-14.paginators.json +22 -0
- package/apis/payment-cryptography-data-2022-02-03.examples.json +5 -0
- package/apis/payment-cryptography-data-2022-02-03.min.json +1018 -0
- package/apis/payment-cryptography-data-2022-02-03.paginators.json +4 -0
- package/apis/servicecatalog-2015-12-10.min.json +38 -29
- package/apis/timestream-write-2018-11-01.min.json +36 -8
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/athena.d.ts +6 -2
- package/clients/comprehendmedical.d.ts +4 -4
- package/clients/paymentcryptography.d.ts +867 -0
- package/clients/paymentcryptography.js +18 -0
- package/clients/paymentcryptographydata.d.ts +1161 -0
- package/clients/paymentcryptographydata.js +18 -0
- package/clients/servicecatalog.d.ts +10 -2
- package/clients/timestreamwrite.d.ts +39 -4
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +81 -7
- package/dist/aws-sdk.js +52 -32
- package/dist/aws-sdk.min.js +98 -98
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -0,0 +1,770 @@
|
|
1
|
+
{
|
2
|
+
"version": "2.0",
|
3
|
+
"metadata": {
|
4
|
+
"apiVersion": "2021-09-14",
|
5
|
+
"endpointPrefix": "controlplane.payment-cryptography",
|
6
|
+
"jsonVersion": "1.0",
|
7
|
+
"protocol": "json",
|
8
|
+
"serviceFullName": "Payment Cryptography Control Plane",
|
9
|
+
"serviceId": "Payment Cryptography",
|
10
|
+
"signatureVersion": "v4",
|
11
|
+
"signingName": "payment-cryptography",
|
12
|
+
"targetPrefix": "PaymentCryptographyControlPlane",
|
13
|
+
"uid": "payment-cryptography-2021-09-14"
|
14
|
+
},
|
15
|
+
"operations": {
|
16
|
+
"CreateAlias": {
|
17
|
+
"input": {
|
18
|
+
"type": "structure",
|
19
|
+
"required": [
|
20
|
+
"AliasName"
|
21
|
+
],
|
22
|
+
"members": {
|
23
|
+
"AliasName": {},
|
24
|
+
"KeyArn": {}
|
25
|
+
}
|
26
|
+
},
|
27
|
+
"output": {
|
28
|
+
"type": "structure",
|
29
|
+
"required": [
|
30
|
+
"Alias"
|
31
|
+
],
|
32
|
+
"members": {
|
33
|
+
"Alias": {
|
34
|
+
"shape": "S5"
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}
|
38
|
+
},
|
39
|
+
"CreateKey": {
|
40
|
+
"input": {
|
41
|
+
"type": "structure",
|
42
|
+
"required": [
|
43
|
+
"Exportable",
|
44
|
+
"KeyAttributes"
|
45
|
+
],
|
46
|
+
"members": {
|
47
|
+
"Enabled": {
|
48
|
+
"type": "boolean"
|
49
|
+
},
|
50
|
+
"Exportable": {
|
51
|
+
"type": "boolean"
|
52
|
+
},
|
53
|
+
"KeyAttributes": {
|
54
|
+
"shape": "S8"
|
55
|
+
},
|
56
|
+
"KeyCheckValueAlgorithm": {},
|
57
|
+
"Tags": {
|
58
|
+
"shape": "Sf"
|
59
|
+
}
|
60
|
+
}
|
61
|
+
},
|
62
|
+
"output": {
|
63
|
+
"type": "structure",
|
64
|
+
"required": [
|
65
|
+
"Key"
|
66
|
+
],
|
67
|
+
"members": {
|
68
|
+
"Key": {
|
69
|
+
"shape": "Sk"
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"DeleteAlias": {
|
75
|
+
"input": {
|
76
|
+
"type": "structure",
|
77
|
+
"required": [
|
78
|
+
"AliasName"
|
79
|
+
],
|
80
|
+
"members": {
|
81
|
+
"AliasName": {}
|
82
|
+
}
|
83
|
+
},
|
84
|
+
"output": {
|
85
|
+
"type": "structure",
|
86
|
+
"members": {}
|
87
|
+
}
|
88
|
+
},
|
89
|
+
"DeleteKey": {
|
90
|
+
"input": {
|
91
|
+
"type": "structure",
|
92
|
+
"required": [
|
93
|
+
"KeyIdentifier"
|
94
|
+
],
|
95
|
+
"members": {
|
96
|
+
"DeleteKeyInDays": {
|
97
|
+
"type": "integer"
|
98
|
+
},
|
99
|
+
"KeyIdentifier": {}
|
100
|
+
}
|
101
|
+
},
|
102
|
+
"output": {
|
103
|
+
"type": "structure",
|
104
|
+
"required": [
|
105
|
+
"Key"
|
106
|
+
],
|
107
|
+
"members": {
|
108
|
+
"Key": {
|
109
|
+
"shape": "Sk"
|
110
|
+
}
|
111
|
+
}
|
112
|
+
}
|
113
|
+
},
|
114
|
+
"ExportKey": {
|
115
|
+
"input": {
|
116
|
+
"type": "structure",
|
117
|
+
"required": [
|
118
|
+
"ExportKeyIdentifier",
|
119
|
+
"KeyMaterial"
|
120
|
+
],
|
121
|
+
"members": {
|
122
|
+
"ExportKeyIdentifier": {},
|
123
|
+
"KeyMaterial": {
|
124
|
+
"type": "structure",
|
125
|
+
"members": {
|
126
|
+
"Tr31KeyBlock": {
|
127
|
+
"type": "structure",
|
128
|
+
"required": [
|
129
|
+
"WrappingKeyIdentifier"
|
130
|
+
],
|
131
|
+
"members": {
|
132
|
+
"WrappingKeyIdentifier": {}
|
133
|
+
}
|
134
|
+
},
|
135
|
+
"Tr34KeyBlock": {
|
136
|
+
"type": "structure",
|
137
|
+
"required": [
|
138
|
+
"CertificateAuthorityPublicKeyIdentifier",
|
139
|
+
"ExportToken",
|
140
|
+
"KeyBlockFormat",
|
141
|
+
"WrappingKeyCertificate"
|
142
|
+
],
|
143
|
+
"members": {
|
144
|
+
"CertificateAuthorityPublicKeyIdentifier": {},
|
145
|
+
"ExportToken": {},
|
146
|
+
"KeyBlockFormat": {},
|
147
|
+
"RandomNonce": {},
|
148
|
+
"WrappingKeyCertificate": {
|
149
|
+
"shape": "S12"
|
150
|
+
}
|
151
|
+
}
|
152
|
+
}
|
153
|
+
},
|
154
|
+
"union": true
|
155
|
+
}
|
156
|
+
}
|
157
|
+
},
|
158
|
+
"output": {
|
159
|
+
"type": "structure",
|
160
|
+
"members": {
|
161
|
+
"WrappedKey": {
|
162
|
+
"type": "structure",
|
163
|
+
"required": [
|
164
|
+
"KeyMaterial",
|
165
|
+
"WrappedKeyMaterialFormat",
|
166
|
+
"WrappingKeyArn"
|
167
|
+
],
|
168
|
+
"members": {
|
169
|
+
"KeyMaterial": {
|
170
|
+
"type": "string",
|
171
|
+
"sensitive": true
|
172
|
+
},
|
173
|
+
"WrappedKeyMaterialFormat": {},
|
174
|
+
"WrappingKeyArn": {}
|
175
|
+
}
|
176
|
+
}
|
177
|
+
}
|
178
|
+
}
|
179
|
+
},
|
180
|
+
"GetAlias": {
|
181
|
+
"input": {
|
182
|
+
"type": "structure",
|
183
|
+
"required": [
|
184
|
+
"AliasName"
|
185
|
+
],
|
186
|
+
"members": {
|
187
|
+
"AliasName": {}
|
188
|
+
}
|
189
|
+
},
|
190
|
+
"output": {
|
191
|
+
"type": "structure",
|
192
|
+
"required": [
|
193
|
+
"Alias"
|
194
|
+
],
|
195
|
+
"members": {
|
196
|
+
"Alias": {
|
197
|
+
"shape": "S5"
|
198
|
+
}
|
199
|
+
}
|
200
|
+
}
|
201
|
+
},
|
202
|
+
"GetKey": {
|
203
|
+
"input": {
|
204
|
+
"type": "structure",
|
205
|
+
"required": [
|
206
|
+
"KeyIdentifier"
|
207
|
+
],
|
208
|
+
"members": {
|
209
|
+
"KeyIdentifier": {}
|
210
|
+
}
|
211
|
+
},
|
212
|
+
"output": {
|
213
|
+
"type": "structure",
|
214
|
+
"required": [
|
215
|
+
"Key"
|
216
|
+
],
|
217
|
+
"members": {
|
218
|
+
"Key": {
|
219
|
+
"shape": "Sk"
|
220
|
+
}
|
221
|
+
}
|
222
|
+
}
|
223
|
+
},
|
224
|
+
"GetParametersForExport": {
|
225
|
+
"input": {
|
226
|
+
"type": "structure",
|
227
|
+
"required": [
|
228
|
+
"KeyMaterialType",
|
229
|
+
"SigningKeyAlgorithm"
|
230
|
+
],
|
231
|
+
"members": {
|
232
|
+
"KeyMaterialType": {},
|
233
|
+
"SigningKeyAlgorithm": {}
|
234
|
+
}
|
235
|
+
},
|
236
|
+
"output": {
|
237
|
+
"type": "structure",
|
238
|
+
"required": [
|
239
|
+
"ExportToken",
|
240
|
+
"ParametersValidUntilTimestamp",
|
241
|
+
"SigningKeyAlgorithm",
|
242
|
+
"SigningKeyCertificate",
|
243
|
+
"SigningKeyCertificateChain"
|
244
|
+
],
|
245
|
+
"members": {
|
246
|
+
"ExportToken": {},
|
247
|
+
"ParametersValidUntilTimestamp": {
|
248
|
+
"type": "timestamp"
|
249
|
+
},
|
250
|
+
"SigningKeyAlgorithm": {},
|
251
|
+
"SigningKeyCertificate": {
|
252
|
+
"shape": "S12"
|
253
|
+
},
|
254
|
+
"SigningKeyCertificateChain": {
|
255
|
+
"shape": "S12"
|
256
|
+
}
|
257
|
+
}
|
258
|
+
}
|
259
|
+
},
|
260
|
+
"GetParametersForImport": {
|
261
|
+
"input": {
|
262
|
+
"type": "structure",
|
263
|
+
"required": [
|
264
|
+
"KeyMaterialType",
|
265
|
+
"WrappingKeyAlgorithm"
|
266
|
+
],
|
267
|
+
"members": {
|
268
|
+
"KeyMaterialType": {},
|
269
|
+
"WrappingKeyAlgorithm": {}
|
270
|
+
}
|
271
|
+
},
|
272
|
+
"output": {
|
273
|
+
"type": "structure",
|
274
|
+
"required": [
|
275
|
+
"ImportToken",
|
276
|
+
"ParametersValidUntilTimestamp",
|
277
|
+
"WrappingKeyAlgorithm",
|
278
|
+
"WrappingKeyCertificate",
|
279
|
+
"WrappingKeyCertificateChain"
|
280
|
+
],
|
281
|
+
"members": {
|
282
|
+
"ImportToken": {},
|
283
|
+
"ParametersValidUntilTimestamp": {
|
284
|
+
"type": "timestamp"
|
285
|
+
},
|
286
|
+
"WrappingKeyAlgorithm": {},
|
287
|
+
"WrappingKeyCertificate": {
|
288
|
+
"shape": "S12"
|
289
|
+
},
|
290
|
+
"WrappingKeyCertificateChain": {
|
291
|
+
"shape": "S12"
|
292
|
+
}
|
293
|
+
}
|
294
|
+
}
|
295
|
+
},
|
296
|
+
"GetPublicKeyCertificate": {
|
297
|
+
"input": {
|
298
|
+
"type": "structure",
|
299
|
+
"required": [
|
300
|
+
"KeyIdentifier"
|
301
|
+
],
|
302
|
+
"members": {
|
303
|
+
"KeyIdentifier": {}
|
304
|
+
}
|
305
|
+
},
|
306
|
+
"output": {
|
307
|
+
"type": "structure",
|
308
|
+
"required": [
|
309
|
+
"KeyCertificate",
|
310
|
+
"KeyCertificateChain"
|
311
|
+
],
|
312
|
+
"members": {
|
313
|
+
"KeyCertificate": {
|
314
|
+
"shape": "S12"
|
315
|
+
},
|
316
|
+
"KeyCertificateChain": {
|
317
|
+
"shape": "S12"
|
318
|
+
}
|
319
|
+
}
|
320
|
+
}
|
321
|
+
},
|
322
|
+
"ImportKey": {
|
323
|
+
"input": {
|
324
|
+
"type": "structure",
|
325
|
+
"required": [
|
326
|
+
"KeyMaterial"
|
327
|
+
],
|
328
|
+
"members": {
|
329
|
+
"Enabled": {
|
330
|
+
"type": "boolean"
|
331
|
+
},
|
332
|
+
"KeyCheckValueAlgorithm": {},
|
333
|
+
"KeyMaterial": {
|
334
|
+
"type": "structure",
|
335
|
+
"members": {
|
336
|
+
"RootCertificatePublicKey": {
|
337
|
+
"type": "structure",
|
338
|
+
"required": [
|
339
|
+
"KeyAttributes",
|
340
|
+
"PublicKeyCertificate"
|
341
|
+
],
|
342
|
+
"members": {
|
343
|
+
"KeyAttributes": {
|
344
|
+
"shape": "S8"
|
345
|
+
},
|
346
|
+
"PublicKeyCertificate": {
|
347
|
+
"shape": "S12"
|
348
|
+
}
|
349
|
+
}
|
350
|
+
},
|
351
|
+
"Tr31KeyBlock": {
|
352
|
+
"type": "structure",
|
353
|
+
"required": [
|
354
|
+
"WrappedKeyBlock",
|
355
|
+
"WrappingKeyIdentifier"
|
356
|
+
],
|
357
|
+
"members": {
|
358
|
+
"WrappedKeyBlock": {},
|
359
|
+
"WrappingKeyIdentifier": {}
|
360
|
+
}
|
361
|
+
},
|
362
|
+
"Tr34KeyBlock": {
|
363
|
+
"type": "structure",
|
364
|
+
"required": [
|
365
|
+
"CertificateAuthorityPublicKeyIdentifier",
|
366
|
+
"ImportToken",
|
367
|
+
"KeyBlockFormat",
|
368
|
+
"SigningKeyCertificate",
|
369
|
+
"WrappedKeyBlock"
|
370
|
+
],
|
371
|
+
"members": {
|
372
|
+
"CertificateAuthorityPublicKeyIdentifier": {},
|
373
|
+
"ImportToken": {},
|
374
|
+
"KeyBlockFormat": {},
|
375
|
+
"RandomNonce": {},
|
376
|
+
"SigningKeyCertificate": {
|
377
|
+
"shape": "S12"
|
378
|
+
},
|
379
|
+
"WrappedKeyBlock": {}
|
380
|
+
}
|
381
|
+
},
|
382
|
+
"TrustedCertificatePublicKey": {
|
383
|
+
"type": "structure",
|
384
|
+
"required": [
|
385
|
+
"CertificateAuthorityPublicKeyIdentifier",
|
386
|
+
"KeyAttributes",
|
387
|
+
"PublicKeyCertificate"
|
388
|
+
],
|
389
|
+
"members": {
|
390
|
+
"CertificateAuthorityPublicKeyIdentifier": {},
|
391
|
+
"KeyAttributes": {
|
392
|
+
"shape": "S8"
|
393
|
+
},
|
394
|
+
"PublicKeyCertificate": {
|
395
|
+
"shape": "S12"
|
396
|
+
}
|
397
|
+
}
|
398
|
+
}
|
399
|
+
},
|
400
|
+
"union": true
|
401
|
+
},
|
402
|
+
"Tags": {
|
403
|
+
"shape": "Sf"
|
404
|
+
}
|
405
|
+
}
|
406
|
+
},
|
407
|
+
"output": {
|
408
|
+
"type": "structure",
|
409
|
+
"required": [
|
410
|
+
"Key"
|
411
|
+
],
|
412
|
+
"members": {
|
413
|
+
"Key": {
|
414
|
+
"shape": "Sk"
|
415
|
+
}
|
416
|
+
}
|
417
|
+
}
|
418
|
+
},
|
419
|
+
"ListAliases": {
|
420
|
+
"input": {
|
421
|
+
"type": "structure",
|
422
|
+
"members": {
|
423
|
+
"MaxResults": {
|
424
|
+
"type": "integer"
|
425
|
+
},
|
426
|
+
"NextToken": {}
|
427
|
+
}
|
428
|
+
},
|
429
|
+
"output": {
|
430
|
+
"type": "structure",
|
431
|
+
"required": [
|
432
|
+
"Aliases"
|
433
|
+
],
|
434
|
+
"members": {
|
435
|
+
"Aliases": {
|
436
|
+
"type": "list",
|
437
|
+
"member": {
|
438
|
+
"shape": "S5"
|
439
|
+
}
|
440
|
+
},
|
441
|
+
"NextToken": {}
|
442
|
+
}
|
443
|
+
}
|
444
|
+
},
|
445
|
+
"ListKeys": {
|
446
|
+
"input": {
|
447
|
+
"type": "structure",
|
448
|
+
"members": {
|
449
|
+
"KeyState": {},
|
450
|
+
"MaxResults": {
|
451
|
+
"type": "integer"
|
452
|
+
},
|
453
|
+
"NextToken": {}
|
454
|
+
}
|
455
|
+
},
|
456
|
+
"output": {
|
457
|
+
"type": "structure",
|
458
|
+
"required": [
|
459
|
+
"Keys"
|
460
|
+
],
|
461
|
+
"members": {
|
462
|
+
"Keys": {
|
463
|
+
"type": "list",
|
464
|
+
"member": {
|
465
|
+
"type": "structure",
|
466
|
+
"required": [
|
467
|
+
"Enabled",
|
468
|
+
"Exportable",
|
469
|
+
"KeyArn",
|
470
|
+
"KeyAttributes",
|
471
|
+
"KeyCheckValue",
|
472
|
+
"KeyState"
|
473
|
+
],
|
474
|
+
"members": {
|
475
|
+
"Enabled": {
|
476
|
+
"type": "boolean"
|
477
|
+
},
|
478
|
+
"Exportable": {
|
479
|
+
"type": "boolean"
|
480
|
+
},
|
481
|
+
"KeyArn": {},
|
482
|
+
"KeyAttributes": {
|
483
|
+
"shape": "S8"
|
484
|
+
},
|
485
|
+
"KeyCheckValue": {},
|
486
|
+
"KeyState": {}
|
487
|
+
}
|
488
|
+
}
|
489
|
+
},
|
490
|
+
"NextToken": {}
|
491
|
+
}
|
492
|
+
}
|
493
|
+
},
|
494
|
+
"ListTagsForResource": {
|
495
|
+
"input": {
|
496
|
+
"type": "structure",
|
497
|
+
"required": [
|
498
|
+
"ResourceArn"
|
499
|
+
],
|
500
|
+
"members": {
|
501
|
+
"MaxResults": {
|
502
|
+
"type": "integer"
|
503
|
+
},
|
504
|
+
"NextToken": {},
|
505
|
+
"ResourceArn": {}
|
506
|
+
}
|
507
|
+
},
|
508
|
+
"output": {
|
509
|
+
"type": "structure",
|
510
|
+
"required": [
|
511
|
+
"Tags"
|
512
|
+
],
|
513
|
+
"members": {
|
514
|
+
"NextToken": {},
|
515
|
+
"Tags": {
|
516
|
+
"shape": "Sf"
|
517
|
+
}
|
518
|
+
}
|
519
|
+
}
|
520
|
+
},
|
521
|
+
"RestoreKey": {
|
522
|
+
"input": {
|
523
|
+
"type": "structure",
|
524
|
+
"required": [
|
525
|
+
"KeyIdentifier"
|
526
|
+
],
|
527
|
+
"members": {
|
528
|
+
"KeyIdentifier": {}
|
529
|
+
}
|
530
|
+
},
|
531
|
+
"output": {
|
532
|
+
"type": "structure",
|
533
|
+
"required": [
|
534
|
+
"Key"
|
535
|
+
],
|
536
|
+
"members": {
|
537
|
+
"Key": {
|
538
|
+
"shape": "Sk"
|
539
|
+
}
|
540
|
+
}
|
541
|
+
}
|
542
|
+
},
|
543
|
+
"StartKeyUsage": {
|
544
|
+
"input": {
|
545
|
+
"type": "structure",
|
546
|
+
"required": [
|
547
|
+
"KeyIdentifier"
|
548
|
+
],
|
549
|
+
"members": {
|
550
|
+
"KeyIdentifier": {}
|
551
|
+
}
|
552
|
+
},
|
553
|
+
"output": {
|
554
|
+
"type": "structure",
|
555
|
+
"required": [
|
556
|
+
"Key"
|
557
|
+
],
|
558
|
+
"members": {
|
559
|
+
"Key": {
|
560
|
+
"shape": "Sk"
|
561
|
+
}
|
562
|
+
}
|
563
|
+
}
|
564
|
+
},
|
565
|
+
"StopKeyUsage": {
|
566
|
+
"input": {
|
567
|
+
"type": "structure",
|
568
|
+
"required": [
|
569
|
+
"KeyIdentifier"
|
570
|
+
],
|
571
|
+
"members": {
|
572
|
+
"KeyIdentifier": {}
|
573
|
+
}
|
574
|
+
},
|
575
|
+
"output": {
|
576
|
+
"type": "structure",
|
577
|
+
"required": [
|
578
|
+
"Key"
|
579
|
+
],
|
580
|
+
"members": {
|
581
|
+
"Key": {
|
582
|
+
"shape": "Sk"
|
583
|
+
}
|
584
|
+
}
|
585
|
+
}
|
586
|
+
},
|
587
|
+
"TagResource": {
|
588
|
+
"input": {
|
589
|
+
"type": "structure",
|
590
|
+
"required": [
|
591
|
+
"ResourceArn",
|
592
|
+
"Tags"
|
593
|
+
],
|
594
|
+
"members": {
|
595
|
+
"ResourceArn": {},
|
596
|
+
"Tags": {
|
597
|
+
"shape": "Sf"
|
598
|
+
}
|
599
|
+
}
|
600
|
+
},
|
601
|
+
"output": {
|
602
|
+
"type": "structure",
|
603
|
+
"members": {}
|
604
|
+
}
|
605
|
+
},
|
606
|
+
"UntagResource": {
|
607
|
+
"input": {
|
608
|
+
"type": "structure",
|
609
|
+
"required": [
|
610
|
+
"ResourceArn",
|
611
|
+
"TagKeys"
|
612
|
+
],
|
613
|
+
"members": {
|
614
|
+
"ResourceArn": {},
|
615
|
+
"TagKeys": {
|
616
|
+
"type": "list",
|
617
|
+
"member": {}
|
618
|
+
}
|
619
|
+
}
|
620
|
+
},
|
621
|
+
"output": {
|
622
|
+
"type": "structure",
|
623
|
+
"members": {}
|
624
|
+
}
|
625
|
+
},
|
626
|
+
"UpdateAlias": {
|
627
|
+
"input": {
|
628
|
+
"type": "structure",
|
629
|
+
"required": [
|
630
|
+
"AliasName"
|
631
|
+
],
|
632
|
+
"members": {
|
633
|
+
"AliasName": {},
|
634
|
+
"KeyArn": {}
|
635
|
+
}
|
636
|
+
},
|
637
|
+
"output": {
|
638
|
+
"type": "structure",
|
639
|
+
"required": [
|
640
|
+
"Alias"
|
641
|
+
],
|
642
|
+
"members": {
|
643
|
+
"Alias": {
|
644
|
+
"shape": "S5"
|
645
|
+
}
|
646
|
+
}
|
647
|
+
}
|
648
|
+
}
|
649
|
+
},
|
650
|
+
"shapes": {
|
651
|
+
"S5": {
|
652
|
+
"type": "structure",
|
653
|
+
"required": [
|
654
|
+
"AliasName"
|
655
|
+
],
|
656
|
+
"members": {
|
657
|
+
"AliasName": {},
|
658
|
+
"KeyArn": {}
|
659
|
+
}
|
660
|
+
},
|
661
|
+
"S8": {
|
662
|
+
"type": "structure",
|
663
|
+
"required": [
|
664
|
+
"KeyAlgorithm",
|
665
|
+
"KeyClass",
|
666
|
+
"KeyModesOfUse",
|
667
|
+
"KeyUsage"
|
668
|
+
],
|
669
|
+
"members": {
|
670
|
+
"KeyAlgorithm": {},
|
671
|
+
"KeyClass": {},
|
672
|
+
"KeyModesOfUse": {
|
673
|
+
"type": "structure",
|
674
|
+
"members": {
|
675
|
+
"Decrypt": {
|
676
|
+
"type": "boolean"
|
677
|
+
},
|
678
|
+
"DeriveKey": {
|
679
|
+
"type": "boolean"
|
680
|
+
},
|
681
|
+
"Encrypt": {
|
682
|
+
"type": "boolean"
|
683
|
+
},
|
684
|
+
"Generate": {
|
685
|
+
"type": "boolean"
|
686
|
+
},
|
687
|
+
"NoRestrictions": {
|
688
|
+
"type": "boolean"
|
689
|
+
},
|
690
|
+
"Sign": {
|
691
|
+
"type": "boolean"
|
692
|
+
},
|
693
|
+
"Unwrap": {
|
694
|
+
"type": "boolean"
|
695
|
+
},
|
696
|
+
"Verify": {
|
697
|
+
"type": "boolean"
|
698
|
+
},
|
699
|
+
"Wrap": {
|
700
|
+
"type": "boolean"
|
701
|
+
}
|
702
|
+
}
|
703
|
+
},
|
704
|
+
"KeyUsage": {}
|
705
|
+
}
|
706
|
+
},
|
707
|
+
"Sf": {
|
708
|
+
"type": "list",
|
709
|
+
"member": {
|
710
|
+
"type": "structure",
|
711
|
+
"required": [
|
712
|
+
"Key"
|
713
|
+
],
|
714
|
+
"members": {
|
715
|
+
"Key": {},
|
716
|
+
"Value": {}
|
717
|
+
}
|
718
|
+
}
|
719
|
+
},
|
720
|
+
"Sk": {
|
721
|
+
"type": "structure",
|
722
|
+
"required": [
|
723
|
+
"CreateTimestamp",
|
724
|
+
"Enabled",
|
725
|
+
"Exportable",
|
726
|
+
"KeyArn",
|
727
|
+
"KeyAttributes",
|
728
|
+
"KeyCheckValue",
|
729
|
+
"KeyCheckValueAlgorithm",
|
730
|
+
"KeyOrigin",
|
731
|
+
"KeyState"
|
732
|
+
],
|
733
|
+
"members": {
|
734
|
+
"CreateTimestamp": {
|
735
|
+
"type": "timestamp"
|
736
|
+
},
|
737
|
+
"DeletePendingTimestamp": {
|
738
|
+
"type": "timestamp"
|
739
|
+
},
|
740
|
+
"DeleteTimestamp": {
|
741
|
+
"type": "timestamp"
|
742
|
+
},
|
743
|
+
"Enabled": {
|
744
|
+
"type": "boolean"
|
745
|
+
},
|
746
|
+
"Exportable": {
|
747
|
+
"type": "boolean"
|
748
|
+
},
|
749
|
+
"KeyArn": {},
|
750
|
+
"KeyAttributes": {
|
751
|
+
"shape": "S8"
|
752
|
+
},
|
753
|
+
"KeyCheckValue": {},
|
754
|
+
"KeyCheckValueAlgorithm": {},
|
755
|
+
"KeyOrigin": {},
|
756
|
+
"KeyState": {},
|
757
|
+
"UsageStartTimestamp": {
|
758
|
+
"type": "timestamp"
|
759
|
+
},
|
760
|
+
"UsageStopTimestamp": {
|
761
|
+
"type": "timestamp"
|
762
|
+
}
|
763
|
+
}
|
764
|
+
},
|
765
|
+
"S12": {
|
766
|
+
"type": "string",
|
767
|
+
"sensitive": true
|
768
|
+
}
|
769
|
+
}
|
770
|
+
}
|