cdk-docker-image-deployment 0.0.88 → 0.0.89

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.
Files changed (82) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +29 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
  9. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
  10. package/node_modules/aws-sdk/apis/compute-optimizer-2019-11-01.min.json +31 -13
  11. package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
  12. package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +2824 -1317
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
  15. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
  16. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
  17. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +341 -298
  19. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
  20. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
  21. package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
  22. package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
  24. package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
  25. package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
  26. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
  27. package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
  28. package/node_modules/aws-sdk/apis/metadata.json +16 -0
  29. package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
  30. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
  31. package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
  32. package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
  33. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
  34. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
  35. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
  36. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
  37. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +138 -28
  38. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +23 -16
  39. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
  40. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
  41. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
  42. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
  43. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
  44. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
  45. package/node_modules/aws-sdk/clients/all.d.ts +5 -0
  46. package/node_modules/aws-sdk/clients/all.js +6 -1
  47. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
  48. package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
  49. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
  50. package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
  51. package/node_modules/aws-sdk/clients/ec2.d.ts +1851 -20
  52. package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
  53. package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
  54. package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
  55. package/node_modules/aws-sdk/clients/glue.d.ts +66 -0
  56. package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
  57. package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
  58. package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
  59. package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
  60. package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
  61. package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
  62. package/node_modules/aws-sdk/clients/omics.js +19 -0
  63. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
  64. package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
  65. package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
  66. package/node_modules/aws-sdk/clients/s3control.d.ts +69 -0
  67. package/node_modules/aws-sdk/clients/securityhub.d.ts +14 -0
  68. package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
  69. package/node_modules/aws-sdk/clients/securitylake.js +18 -0
  70. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
  71. package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
  72. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
  73. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +264 -37
  74. package/node_modules/aws-sdk/dist/aws-sdk.js +3615 -1676
  75. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -78
  76. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
  77. package/node_modules/aws-sdk/lib/core.d.ts +4 -0
  78. package/node_modules/aws-sdk/lib/core.js +1 -1
  79. package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
  80. package/node_modules/aws-sdk/lib/region_config.js +11 -2
  81. package/node_modules/aws-sdk/package.json +1 -1
  82. package/package.json +3 -3
@@ -70,7 +70,15 @@
70
70
  "TrustAnchorCertificate": {},
71
71
  "KeyStorePassword": {
72
72
  "shape": "Sd"
73
- }
73
+ },
74
+ "CustomKeyStoreType": {},
75
+ "XksProxyUriEndpoint": {},
76
+ "XksProxyUriPath": {},
77
+ "XksProxyVpcEndpointServiceName": {},
78
+ "XksProxyAuthenticationCredential": {
79
+ "shape": "Si"
80
+ },
81
+ "XksProxyConnectivity": {}
74
82
  }
75
83
  },
76
84
  "output": {
@@ -93,13 +101,13 @@
93
101
  "GranteePrincipal": {},
94
102
  "RetiringPrincipal": {},
95
103
  "Operations": {
96
- "shape": "Sh"
104
+ "shape": "Sp"
97
105
  },
98
106
  "Constraints": {
99
- "shape": "Sj"
107
+ "shape": "Sr"
100
108
  },
101
109
  "GrantTokens": {
102
- "shape": "Sn"
110
+ "shape": "Sv"
103
111
  },
104
112
  "Name": {}
105
113
  }
@@ -120,7 +128,7 @@
120
128
  "Description": {},
121
129
  "KeyUsage": {},
122
130
  "CustomerMasterKeySpec": {
123
- "shape": "Sw",
131
+ "shape": "S14",
124
132
  "deprecated": true,
125
133
  "deprecatedMessage": "This parameter has been deprecated. Instead, use the KeySpec parameter."
126
134
  },
@@ -131,18 +139,19 @@
131
139
  "type": "boolean"
132
140
  },
133
141
  "Tags": {
134
- "shape": "S10"
142
+ "shape": "S18"
135
143
  },
136
144
  "MultiRegion": {
137
145
  "type": "boolean"
138
- }
146
+ },
147
+ "XksKeyId": {}
139
148
  }
140
149
  },
141
150
  "output": {
142
151
  "type": "structure",
143
152
  "members": {
144
153
  "KeyMetadata": {
145
- "shape": "S16"
154
+ "shape": "S1f"
146
155
  }
147
156
  }
148
157
  }
@@ -158,10 +167,10 @@
158
167
  "type": "blob"
159
168
  },
160
169
  "EncryptionContext": {
161
- "shape": "Sk"
170
+ "shape": "Ss"
162
171
  },
163
172
  "GrantTokens": {
164
- "shape": "Sn"
173
+ "shape": "Sv"
165
174
  },
166
175
  "KeyId": {},
167
176
  "EncryptionAlgorithm": {}
@@ -172,7 +181,7 @@
172
181
  "members": {
173
182
  "KeyId": {},
174
183
  "Plaintext": {
175
- "shape": "S1s"
184
+ "shape": "S22"
176
185
  },
177
186
  "EncryptionAlgorithm": {}
178
187
  }
@@ -243,6 +252,19 @@
243
252
  "ConnectionErrorCode": {},
244
253
  "CreationDate": {
245
254
  "type": "timestamp"
255
+ },
256
+ "CustomKeyStoreType": {},
257
+ "XksProxyConfiguration": {
258
+ "type": "structure",
259
+ "members": {
260
+ "Connectivity": {},
261
+ "AccessKeyId": {
262
+ "shape": "Sj"
263
+ },
264
+ "UriEndpoint": {},
265
+ "UriPath": {},
266
+ "VpcEndpointServiceName": {}
267
+ }
246
268
  }
247
269
  }
248
270
  }
@@ -263,7 +285,7 @@
263
285
  "members": {
264
286
  "KeyId": {},
265
287
  "GrantTokens": {
266
- "shape": "Sn"
288
+ "shape": "Sv"
267
289
  }
268
290
  }
269
291
  },
@@ -271,7 +293,7 @@
271
293
  "type": "structure",
272
294
  "members": {
273
295
  "KeyMetadata": {
274
- "shape": "S16"
296
+ "shape": "S1f"
275
297
  }
276
298
  }
277
299
  }
@@ -345,13 +367,13 @@
345
367
  "members": {
346
368
  "KeyId": {},
347
369
  "Plaintext": {
348
- "shape": "S1s"
370
+ "shape": "S22"
349
371
  },
350
372
  "EncryptionContext": {
351
- "shape": "Sk"
373
+ "shape": "Ss"
352
374
  },
353
375
  "GrantTokens": {
354
- "shape": "Sn"
376
+ "shape": "Sv"
355
377
  },
356
378
  "EncryptionAlgorithm": {}
357
379
  }
@@ -376,14 +398,14 @@
376
398
  "members": {
377
399
  "KeyId": {},
378
400
  "EncryptionContext": {
379
- "shape": "Sk"
401
+ "shape": "Ss"
380
402
  },
381
403
  "NumberOfBytes": {
382
404
  "type": "integer"
383
405
  },
384
406
  "KeySpec": {},
385
407
  "GrantTokens": {
386
- "shape": "Sn"
408
+ "shape": "Sv"
387
409
  }
388
410
  }
389
411
  },
@@ -394,7 +416,7 @@
394
416
  "type": "blob"
395
417
  },
396
418
  "Plaintext": {
397
- "shape": "S1s"
419
+ "shape": "S22"
398
420
  },
399
421
  "KeyId": {}
400
422
  }
@@ -409,12 +431,12 @@
409
431
  ],
410
432
  "members": {
411
433
  "EncryptionContext": {
412
- "shape": "Sk"
434
+ "shape": "Ss"
413
435
  },
414
436
  "KeyId": {},
415
437
  "KeyPairSpec": {},
416
438
  "GrantTokens": {
417
- "shape": "Sn"
439
+ "shape": "Sv"
418
440
  }
419
441
  }
420
442
  },
@@ -425,7 +447,7 @@
425
447
  "type": "blob"
426
448
  },
427
449
  "PrivateKeyPlaintext": {
428
- "shape": "S1s"
450
+ "shape": "S22"
429
451
  },
430
452
  "PublicKey": {
431
453
  "type": "blob"
@@ -444,12 +466,12 @@
444
466
  ],
445
467
  "members": {
446
468
  "EncryptionContext": {
447
- "shape": "Sk"
469
+ "shape": "Ss"
448
470
  },
449
471
  "KeyId": {},
450
472
  "KeyPairSpec": {},
451
473
  "GrantTokens": {
452
- "shape": "Sn"
474
+ "shape": "Sv"
453
475
  }
454
476
  }
455
477
  },
@@ -476,14 +498,14 @@
476
498
  "members": {
477
499
  "KeyId": {},
478
500
  "EncryptionContext": {
479
- "shape": "Sk"
501
+ "shape": "Ss"
480
502
  },
481
503
  "KeySpec": {},
482
504
  "NumberOfBytes": {
483
505
  "type": "integer"
484
506
  },
485
507
  "GrantTokens": {
486
- "shape": "Sn"
508
+ "shape": "Sv"
487
509
  }
488
510
  }
489
511
  },
@@ -507,12 +529,12 @@
507
529
  ],
508
530
  "members": {
509
531
  "Message": {
510
- "shape": "S1s"
532
+ "shape": "S22"
511
533
  },
512
534
  "KeyId": {},
513
535
  "MacAlgorithm": {},
514
536
  "GrantTokens": {
515
- "shape": "Sn"
537
+ "shape": "Sv"
516
538
  }
517
539
  }
518
540
  },
@@ -541,7 +563,7 @@
541
563
  "type": "structure",
542
564
  "members": {
543
565
  "Plaintext": {
544
- "shape": "S1s"
566
+ "shape": "S22"
545
567
  }
546
568
  }
547
569
  }
@@ -606,7 +628,7 @@
606
628
  "type": "blob"
607
629
  },
608
630
  "PublicKey": {
609
- "shape": "S1s"
631
+ "shape": "S22"
610
632
  },
611
633
  "ParametersValidTo": {
612
634
  "type": "timestamp"
@@ -623,7 +645,7 @@
623
645
  "members": {
624
646
  "KeyId": {},
625
647
  "GrantTokens": {
626
- "shape": "Sn"
648
+ "shape": "Sv"
627
649
  }
628
650
  }
629
651
  },
@@ -635,17 +657,17 @@
635
657
  "type": "blob"
636
658
  },
637
659
  "CustomerMasterKeySpec": {
638
- "shape": "Sw",
660
+ "shape": "S14",
639
661
  "deprecated": true,
640
662
  "deprecatedMessage": "This field has been deprecated. Instead, use the KeySpec field."
641
663
  },
642
664
  "KeySpec": {},
643
665
  "KeyUsage": {},
644
666
  "EncryptionAlgorithms": {
645
- "shape": "S1d"
667
+ "shape": "S1m"
646
668
  },
647
669
  "SigningAlgorithms": {
648
- "shape": "S1f"
670
+ "shape": "S1o"
649
671
  }
650
672
  }
651
673
  }
@@ -732,7 +754,7 @@
732
754
  }
733
755
  },
734
756
  "output": {
735
- "shape": "S3d"
757
+ "shape": "S3o"
736
758
  }
737
759
  },
738
760
  "ListKeyPolicies": {
@@ -811,7 +833,7 @@
811
833
  "type": "structure",
812
834
  "members": {
813
835
  "Tags": {
814
- "shape": "S10"
836
+ "shape": "S18"
815
837
  },
816
838
  "NextMarker": {},
817
839
  "Truncated": {
@@ -835,7 +857,7 @@
835
857
  }
836
858
  },
837
859
  "output": {
838
- "shape": "S3d"
860
+ "shape": "S3o"
839
861
  }
840
862
  },
841
863
  "PutKeyPolicy": {
@@ -868,17 +890,17 @@
868
890
  "type": "blob"
869
891
  },
870
892
  "SourceEncryptionContext": {
871
- "shape": "Sk"
893
+ "shape": "Ss"
872
894
  },
873
895
  "SourceKeyId": {},
874
896
  "DestinationKeyId": {},
875
897
  "DestinationEncryptionContext": {
876
- "shape": "Sk"
898
+ "shape": "Ss"
877
899
  },
878
900
  "SourceEncryptionAlgorithm": {},
879
901
  "DestinationEncryptionAlgorithm": {},
880
902
  "GrantTokens": {
881
- "shape": "Sn"
903
+ "shape": "Sv"
882
904
  }
883
905
  }
884
906
  },
@@ -911,7 +933,7 @@
911
933
  },
912
934
  "Description": {},
913
935
  "Tags": {
914
- "shape": "S10"
936
+ "shape": "S18"
915
937
  }
916
938
  }
917
939
  },
@@ -919,11 +941,11 @@
919
941
  "type": "structure",
920
942
  "members": {
921
943
  "ReplicaKeyMetadata": {
922
- "shape": "S16"
944
+ "shape": "S1f"
923
945
  },
924
946
  "ReplicaPolicy": {},
925
947
  "ReplicaTags": {
926
- "shape": "S10"
948
+ "shape": "S18"
927
949
  }
928
950
  }
929
951
  }
@@ -989,11 +1011,11 @@
989
1011
  "members": {
990
1012
  "KeyId": {},
991
1013
  "Message": {
992
- "shape": "S1s"
1014
+ "shape": "S22"
993
1015
  },
994
1016
  "MessageType": {},
995
1017
  "GrantTokens": {
996
- "shape": "Sn"
1018
+ "shape": "Sv"
997
1019
  },
998
1020
  "SigningAlgorithm": {}
999
1021
  }
@@ -1019,7 +1041,7 @@
1019
1041
  "members": {
1020
1042
  "KeyId": {},
1021
1043
  "Tags": {
1022
- "shape": "S10"
1044
+ "shape": "S18"
1023
1045
  }
1024
1046
  }
1025
1047
  }
@@ -1065,7 +1087,14 @@
1065
1087
  "KeyStorePassword": {
1066
1088
  "shape": "Sd"
1067
1089
  },
1068
- "CloudHsmClusterId": {}
1090
+ "CloudHsmClusterId": {},
1091
+ "XksProxyUriEndpoint": {},
1092
+ "XksProxyUriPath": {},
1093
+ "XksProxyVpcEndpointServiceName": {},
1094
+ "XksProxyAuthenticationCredential": {
1095
+ "shape": "Si"
1096
+ },
1097
+ "XksProxyConnectivity": {}
1069
1098
  }
1070
1099
  },
1071
1100
  "output": {
@@ -1111,7 +1140,7 @@
1111
1140
  "members": {
1112
1141
  "KeyId": {},
1113
1142
  "Message": {
1114
- "shape": "S1s"
1143
+ "shape": "S22"
1115
1144
  },
1116
1145
  "MessageType": {},
1117
1146
  "Signature": {
@@ -1119,7 +1148,7 @@
1119
1148
  },
1120
1149
  "SigningAlgorithm": {},
1121
1150
  "GrantTokens": {
1122
- "shape": "Sn"
1151
+ "shape": "Sv"
1123
1152
  }
1124
1153
  }
1125
1154
  },
@@ -1145,7 +1174,7 @@
1145
1174
  ],
1146
1175
  "members": {
1147
1176
  "Message": {
1148
- "shape": "S1s"
1177
+ "shape": "S22"
1149
1178
  },
1150
1179
  "KeyId": {},
1151
1180
  "MacAlgorithm": {},
@@ -1153,7 +1182,7 @@
1153
1182
  "type": "blob"
1154
1183
  },
1155
1184
  "GrantTokens": {
1156
- "shape": "Sn"
1185
+ "shape": "Sv"
1157
1186
  }
1158
1187
  }
1159
1188
  },
@@ -1174,36 +1203,56 @@
1174
1203
  "type": "string",
1175
1204
  "sensitive": true
1176
1205
  },
1177
- "Sh": {
1206
+ "Si": {
1207
+ "type": "structure",
1208
+ "required": [
1209
+ "AccessKeyId",
1210
+ "RawSecretAccessKey"
1211
+ ],
1212
+ "members": {
1213
+ "AccessKeyId": {
1214
+ "shape": "Sj"
1215
+ },
1216
+ "RawSecretAccessKey": {
1217
+ "type": "string",
1218
+ "sensitive": true
1219
+ }
1220
+ }
1221
+ },
1222
+ "Sj": {
1223
+ "type": "string",
1224
+ "sensitive": true
1225
+ },
1226
+ "Sp": {
1178
1227
  "type": "list",
1179
1228
  "member": {}
1180
1229
  },
1181
- "Sj": {
1230
+ "Sr": {
1182
1231
  "type": "structure",
1183
1232
  "members": {
1184
1233
  "EncryptionContextSubset": {
1185
- "shape": "Sk"
1234
+ "shape": "Ss"
1186
1235
  },
1187
1236
  "EncryptionContextEquals": {
1188
- "shape": "Sk"
1237
+ "shape": "Ss"
1189
1238
  }
1190
1239
  }
1191
1240
  },
1192
- "Sk": {
1241
+ "Ss": {
1193
1242
  "type": "map",
1194
1243
  "key": {},
1195
1244
  "value": {}
1196
1245
  },
1197
- "Sn": {
1246
+ "Sv": {
1198
1247
  "type": "list",
1199
1248
  "member": {}
1200
1249
  },
1201
- "Sw": {
1250
+ "S14": {
1202
1251
  "type": "string",
1203
1252
  "deprecated": true,
1204
1253
  "deprecatedMessage": "This enum has been deprecated. Instead, use the KeySpec enum."
1205
1254
  },
1206
- "S10": {
1255
+ "S18": {
1207
1256
  "type": "list",
1208
1257
  "member": {
1209
1258
  "type": "structure",
@@ -1217,7 +1266,7 @@
1217
1266
  }
1218
1267
  }
1219
1268
  },
1220
- "S16": {
1269
+ "S1f": {
1221
1270
  "type": "structure",
1222
1271
  "required": [
1223
1272
  "KeyId"
@@ -1247,16 +1296,16 @@
1247
1296
  "ExpirationModel": {},
1248
1297
  "KeyManager": {},
1249
1298
  "CustomerMasterKeySpec": {
1250
- "shape": "Sw",
1299
+ "shape": "S14",
1251
1300
  "deprecated": true,
1252
1301
  "deprecatedMessage": "This field has been deprecated. Instead, use the KeySpec field."
1253
1302
  },
1254
1303
  "KeySpec": {},
1255
1304
  "EncryptionAlgorithms": {
1256
- "shape": "S1d"
1305
+ "shape": "S1m"
1257
1306
  },
1258
1307
  "SigningAlgorithms": {
1259
- "shape": "S1f"
1308
+ "shape": "S1o"
1260
1309
  },
1261
1310
  "MultiRegion": {
1262
1311
  "type": "boolean"
@@ -1266,12 +1315,12 @@
1266
1315
  "members": {
1267
1316
  "MultiRegionKeyType": {},
1268
1317
  "PrimaryKey": {
1269
- "shape": "S1j"
1318
+ "shape": "S1s"
1270
1319
  },
1271
1320
  "ReplicaKeys": {
1272
1321
  "type": "list",
1273
1322
  "member": {
1274
- "shape": "S1j"
1323
+ "shape": "S1s"
1275
1324
  }
1276
1325
  }
1277
1326
  }
@@ -1282,29 +1331,35 @@
1282
1331
  "MacAlgorithms": {
1283
1332
  "type": "list",
1284
1333
  "member": {}
1334
+ },
1335
+ "XksKeyConfiguration": {
1336
+ "type": "structure",
1337
+ "members": {
1338
+ "Id": {}
1339
+ }
1285
1340
  }
1286
1341
  }
1287
1342
  },
1288
- "S1d": {
1343
+ "S1m": {
1289
1344
  "type": "list",
1290
1345
  "member": {}
1291
1346
  },
1292
- "S1f": {
1347
+ "S1o": {
1293
1348
  "type": "list",
1294
1349
  "member": {}
1295
1350
  },
1296
- "S1j": {
1351
+ "S1s": {
1297
1352
  "type": "structure",
1298
1353
  "members": {
1299
1354
  "Arn": {},
1300
1355
  "Region": {}
1301
1356
  }
1302
1357
  },
1303
- "S1s": {
1358
+ "S22": {
1304
1359
  "type": "blob",
1305
1360
  "sensitive": true
1306
1361
  },
1307
- "S3d": {
1362
+ "S3o": {
1308
1363
  "type": "structure",
1309
1364
  "members": {
1310
1365
  "Grants": {
@@ -1322,10 +1377,10 @@
1322
1377
  "RetiringPrincipal": {},
1323
1378
  "IssuingAccount": {},
1324
1379
  "Operations": {
1325
- "shape": "Sh"
1380
+ "shape": "Sp"
1326
1381
  },
1327
1382
  "Constraints": {
1328
- "shape": "Sj"
1383
+ "shape": "Sr"
1329
1384
  }
1330
1385
  }
1331
1386
  }
@@ -3,49 +3,42 @@
3
3
  "DescribeCustomKeyStores": {
4
4
  "input_token": "Marker",
5
5
  "limit_key": "Limit",
6
- "more_results": "Truncated",
7
6
  "output_token": "NextMarker",
8
7
  "result_key": "CustomKeyStores"
9
8
  },
10
9
  "ListAliases": {
11
10
  "input_token": "Marker",
12
11
  "limit_key": "Limit",
13
- "more_results": "Truncated",
14
12
  "output_token": "NextMarker",
15
13
  "result_key": "Aliases"
16
14
  },
17
15
  "ListGrants": {
18
16
  "input_token": "Marker",
19
17
  "limit_key": "Limit",
20
- "more_results": "Truncated",
21
18
  "output_token": "NextMarker",
22
19
  "result_key": "Grants"
23
20
  },
24
21
  "ListKeyPolicies": {
25
22
  "input_token": "Marker",
26
23
  "limit_key": "Limit",
27
- "more_results": "Truncated",
28
24
  "output_token": "NextMarker",
29
25
  "result_key": "PolicyNames"
30
26
  },
31
27
  "ListKeys": {
32
28
  "input_token": "Marker",
33
29
  "limit_key": "Limit",
34
- "more_results": "Truncated",
35
30
  "output_token": "NextMarker",
36
31
  "result_key": "Keys"
37
32
  },
38
33
  "ListResourceTags": {
39
34
  "input_token": "Marker",
40
35
  "limit_key": "Limit",
41
- "more_results": "Truncated",
42
36
  "output_token": "NextMarker",
43
37
  "result_key": "Tags"
44
38
  },
45
39
  "ListRetirableGrants": {
46
40
  "input_token": "Marker",
47
41
  "limit_key": "Limit",
48
- "more_results": "Truncated",
49
42
  "output_token": "NextMarker",
50
43
  "result_key": "Grants"
51
44
  }