cdk-lambda-subminute 2.0.300 → 2.0.301

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 (58) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +23 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +8 -4
  6. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +30 -20
  8. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
  10. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  11. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
  12. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
  14. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
  15. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  16. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
  17. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
  18. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
  19. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
  20. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
  21. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
  22. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
  23. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
  24. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
  25. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
  26. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
  27. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1119 -79
  28. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
  29. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
  30. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +16 -0
  31. package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
  32. package/node_modules/aws-sdk/clients/ec2.d.ts +19 -1
  33. package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
  34. package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
  35. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
  36. package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
  37. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
  38. package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
  39. package/node_modules/aws-sdk/clients/lambda.d.ts +39 -5
  40. package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
  41. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
  42. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
  43. package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
  44. package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
  45. package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
  46. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
  47. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
  48. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1517 -128
  49. package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
  50. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  51. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +27 -27
  52. package/node_modules/aws-sdk/dist/aws-sdk.js +324 -271
  53. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  54. package/node_modules/aws-sdk/lib/core.js +1 -1
  55. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  56. package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
  57. package/node_modules/aws-sdk/package.json +1 -1
  58. package/package.json +5 -5
@@ -40,6 +40,31 @@
40
40
  }
41
41
  }
42
42
  },
43
+ "CancelLifecycleExecution": {
44
+ "http": {
45
+ "method": "PUT",
46
+ "requestUri": "/CancelLifecycleExecution"
47
+ },
48
+ "input": {
49
+ "type": "structure",
50
+ "required": [
51
+ "lifecycleExecutionId",
52
+ "clientToken"
53
+ ],
54
+ "members": {
55
+ "lifecycleExecutionId": {},
56
+ "clientToken": {
57
+ "idempotencyToken": true
58
+ }
59
+ }
60
+ },
61
+ "output": {
62
+ "type": "structure",
63
+ "members": {
64
+ "lifecycleExecutionId": {}
65
+ }
66
+ }
67
+ },
43
68
  "CreateComponent": {
44
69
  "http": {
45
70
  "method": "PUT",
@@ -60,13 +85,13 @@
60
85
  "changeDescription": {},
61
86
  "platform": {},
62
87
  "supportedOsVersions": {
63
- "shape": "Sa"
88
+ "shape": "Sd"
64
89
  },
65
90
  "data": {},
66
91
  "uri": {},
67
92
  "kmsKeyId": {},
68
93
  "tags": {
69
- "shape": "Se"
94
+ "shape": "Sh"
70
95
  },
71
96
  "clientToken": {
72
97
  "idempotencyToken": true
@@ -104,10 +129,10 @@
104
129
  "description": {},
105
130
  "semanticVersion": {},
106
131
  "components": {
107
- "shape": "Sl"
132
+ "shape": "So"
108
133
  },
109
134
  "instanceConfiguration": {
110
- "shape": "St"
135
+ "shape": "Sw"
111
136
  },
112
137
  "dockerfileTemplateData": {},
113
138
  "dockerfileTemplateUri": {},
@@ -115,11 +140,11 @@
115
140
  "imageOsVersionOverride": {},
116
141
  "parentImage": {},
117
142
  "tags": {
118
- "shape": "Se"
143
+ "shape": "Sh"
119
144
  },
120
145
  "workingDirectory": {},
121
146
  "targetRepository": {
122
- "shape": "S14"
147
+ "shape": "S17"
123
148
  },
124
149
  "kmsKeyId": {},
125
150
  "clientToken": {
@@ -152,10 +177,10 @@
152
177
  "name": {},
153
178
  "description": {},
154
179
  "distributions": {
155
- "shape": "S19"
180
+ "shape": "S1c"
156
181
  },
157
182
  "tags": {
158
- "shape": "Se"
183
+ "shape": "Sh"
159
184
  },
160
185
  "clientToken": {
161
186
  "idempotencyToken": true
@@ -188,19 +213,19 @@
188
213
  "distributionConfigurationArn": {},
189
214
  "infrastructureConfigurationArn": {},
190
215
  "imageTestsConfiguration": {
191
- "shape": "S25"
216
+ "shape": "S28"
192
217
  },
193
218
  "enhancedImageMetadataEnabled": {
194
219
  "type": "boolean"
195
220
  },
196
221
  "tags": {
197
- "shape": "Se"
222
+ "shape": "Sh"
198
223
  },
199
224
  "clientToken": {
200
225
  "idempotencyToken": true
201
226
  },
202
227
  "imageScanningConfiguration": {
203
- "shape": "S27"
228
+ "shape": "S2a"
204
229
  }
205
230
  }
206
231
  },
@@ -233,23 +258,23 @@
233
258
  "infrastructureConfigurationArn": {},
234
259
  "distributionConfigurationArn": {},
235
260
  "imageTestsConfiguration": {
236
- "shape": "S25"
261
+ "shape": "S28"
237
262
  },
238
263
  "enhancedImageMetadataEnabled": {
239
264
  "type": "boolean"
240
265
  },
241
266
  "schedule": {
242
- "shape": "S2b"
267
+ "shape": "S2e"
243
268
  },
244
269
  "status": {},
245
270
  "tags": {
246
- "shape": "Se"
271
+ "shape": "Sh"
247
272
  },
248
273
  "clientToken": {
249
274
  "idempotencyToken": true
250
275
  },
251
276
  "imageScanningConfiguration": {
252
- "shape": "S27"
277
+ "shape": "S2a"
253
278
  }
254
279
  }
255
280
  },
@@ -281,18 +306,18 @@
281
306
  "description": {},
282
307
  "semanticVersion": {},
283
308
  "components": {
284
- "shape": "Sl"
309
+ "shape": "So"
285
310
  },
286
311
  "parentImage": {},
287
312
  "blockDeviceMappings": {
288
- "shape": "Su"
313
+ "shape": "Sx"
289
314
  },
290
315
  "tags": {
291
- "shape": "Se"
316
+ "shape": "Sh"
292
317
  },
293
318
  "workingDirectory": {},
294
319
  "additionalInstanceConfiguration": {
295
- "shape": "S2i"
320
+ "shape": "S2l"
296
321
  },
297
322
  "clientToken": {
298
323
  "idempotencyToken": true
@@ -324,15 +349,15 @@
324
349
  "name": {},
325
350
  "description": {},
326
351
  "instanceTypes": {
327
- "shape": "S2n"
352
+ "shape": "S2q"
328
353
  },
329
354
  "instanceProfileName": {},
330
355
  "securityGroupIds": {
331
- "shape": "S2q"
356
+ "shape": "S2t"
332
357
  },
333
358
  "subnetId": {},
334
359
  "logging": {
335
- "shape": "S2r"
360
+ "shape": "S2u"
336
361
  },
337
362
  "keyPair": {},
338
363
  "terminateInstanceOnFailure": {
@@ -340,13 +365,13 @@
340
365
  },
341
366
  "snsTopicArn": {},
342
367
  "resourceTags": {
343
- "shape": "S2u"
368
+ "shape": "S2x"
344
369
  },
345
370
  "instanceMetadataOptions": {
346
- "shape": "S2v"
371
+ "shape": "S2y"
347
372
  },
348
373
  "tags": {
349
- "shape": "Se"
374
+ "shape": "Sh"
350
375
  },
351
376
  "clientToken": {
352
377
  "idempotencyToken": true
@@ -362,6 +387,49 @@
362
387
  }
363
388
  }
364
389
  },
390
+ "CreateLifecyclePolicy": {
391
+ "http": {
392
+ "method": "PUT",
393
+ "requestUri": "/CreateLifecyclePolicy"
394
+ },
395
+ "input": {
396
+ "type": "structure",
397
+ "required": [
398
+ "name",
399
+ "executionRole",
400
+ "resourceType",
401
+ "policyDetails",
402
+ "resourceSelection",
403
+ "clientToken"
404
+ ],
405
+ "members": {
406
+ "name": {},
407
+ "description": {},
408
+ "status": {},
409
+ "executionRole": {},
410
+ "resourceType": {},
411
+ "policyDetails": {
412
+ "shape": "S36"
413
+ },
414
+ "resourceSelection": {
415
+ "shape": "S3k"
416
+ },
417
+ "tags": {
418
+ "shape": "Sh"
419
+ },
420
+ "clientToken": {
421
+ "idempotencyToken": true
422
+ }
423
+ }
424
+ },
425
+ "output": {
426
+ "type": "structure",
427
+ "members": {
428
+ "clientToken": {},
429
+ "lifecyclePolicyArn": {}
430
+ }
431
+ }
432
+ },
365
433
  "DeleteComponent": {
366
434
  "http": {
367
435
  "method": "DELETE",
@@ -537,6 +605,30 @@
537
605
  }
538
606
  }
539
607
  },
608
+ "DeleteLifecyclePolicy": {
609
+ "http": {
610
+ "method": "DELETE",
611
+ "requestUri": "/DeleteLifecyclePolicy"
612
+ },
613
+ "input": {
614
+ "type": "structure",
615
+ "required": [
616
+ "lifecyclePolicyArn"
617
+ ],
618
+ "members": {
619
+ "lifecyclePolicyArn": {
620
+ "location": "querystring",
621
+ "locationName": "lifecyclePolicyArn"
622
+ }
623
+ }
624
+ },
625
+ "output": {
626
+ "type": "structure",
627
+ "members": {
628
+ "lifecyclePolicyArn": {}
629
+ }
630
+ }
631
+ },
540
632
  "GetComponent": {
541
633
  "http": {
542
634
  "method": "GET",
@@ -569,10 +661,10 @@
569
661
  "type": {},
570
662
  "platform": {},
571
663
  "supportedOsVersions": {
572
- "shape": "Sa"
664
+ "shape": "Sd"
573
665
  },
574
666
  "state": {
575
- "shape": "S3i"
667
+ "shape": "S4a"
576
668
  },
577
669
  "parameters": {
578
670
  "type": "list",
@@ -586,7 +678,7 @@
586
678
  "name": {},
587
679
  "type": {},
588
680
  "defaultValue": {
589
- "shape": "Sr"
681
+ "shape": "Su"
590
682
  },
591
683
  "description": {}
592
684
  }
@@ -600,7 +692,7 @@
600
692
  },
601
693
  "dateCreated": {},
602
694
  "tags": {
603
- "shape": "Se"
695
+ "shape": "Sh"
604
696
  },
605
697
  "publisher": {},
606
698
  "obfuscate": {
@@ -658,7 +750,7 @@
658
750
  "members": {
659
751
  "requestId": {},
660
752
  "containerRecipe": {
661
- "shape": "S3v"
753
+ "shape": "S4n"
662
754
  }
663
755
  }
664
756
  }
@@ -710,7 +802,7 @@
710
802
  "members": {
711
803
  "requestId": {},
712
804
  "distributionConfiguration": {
713
- "shape": "S41"
805
+ "shape": "S4t"
714
806
  }
715
807
  }
716
808
  }
@@ -749,31 +841,31 @@
749
841
  },
750
842
  "osVersion": {},
751
843
  "state": {
752
- "shape": "S48"
844
+ "shape": "S50"
753
845
  },
754
846
  "imageRecipe": {
755
- "shape": "S4a"
847
+ "shape": "S52"
756
848
  },
757
849
  "containerRecipe": {
758
- "shape": "S3v"
850
+ "shape": "S4n"
759
851
  },
760
852
  "sourcePipelineName": {},
761
853
  "sourcePipelineArn": {},
762
854
  "infrastructureConfiguration": {
763
- "shape": "S4c"
855
+ "shape": "S54"
764
856
  },
765
857
  "distributionConfiguration": {
766
- "shape": "S41"
858
+ "shape": "S4t"
767
859
  },
768
860
  "imageTestsConfiguration": {
769
- "shape": "S25"
861
+ "shape": "S28"
770
862
  },
771
863
  "dateCreated": {},
772
864
  "outputResources": {
773
- "shape": "S4d"
865
+ "shape": "S55"
774
866
  },
775
867
  "tags": {
776
- "shape": "Se"
868
+ "shape": "Sh"
777
869
  },
778
870
  "buildType": {},
779
871
  "imageSource": {},
@@ -785,8 +877,12 @@
785
877
  }
786
878
  },
787
879
  "imageScanningConfiguration": {
788
- "shape": "S27"
789
- }
880
+ "shape": "S2a"
881
+ },
882
+ "deprecationTime": {
883
+ "type": "timestamp"
884
+ },
885
+ "lifecycleExecutionId": {}
790
886
  }
791
887
  }
792
888
  }
@@ -814,7 +910,7 @@
814
910
  "members": {
815
911
  "requestId": {},
816
912
  "imagePipeline": {
817
- "shape": "S4o"
913
+ "shape": "S5h"
818
914
  }
819
915
  }
820
916
  }
@@ -866,7 +962,7 @@
866
962
  "members": {
867
963
  "requestId": {},
868
964
  "imageRecipe": {
869
- "shape": "S4a"
965
+ "shape": "S52"
870
966
  }
871
967
  }
872
968
  }
@@ -918,7 +1014,85 @@
918
1014
  "members": {
919
1015
  "requestId": {},
920
1016
  "infrastructureConfiguration": {
921
- "shape": "S4c"
1017
+ "shape": "S54"
1018
+ }
1019
+ }
1020
+ }
1021
+ },
1022
+ "GetLifecycleExecution": {
1023
+ "http": {
1024
+ "method": "GET",
1025
+ "requestUri": "/GetLifecycleExecution"
1026
+ },
1027
+ "input": {
1028
+ "type": "structure",
1029
+ "required": [
1030
+ "lifecycleExecutionId"
1031
+ ],
1032
+ "members": {
1033
+ "lifecycleExecutionId": {
1034
+ "location": "querystring",
1035
+ "locationName": "lifecycleExecutionId"
1036
+ }
1037
+ }
1038
+ },
1039
+ "output": {
1040
+ "type": "structure",
1041
+ "members": {
1042
+ "lifecycleExecution": {
1043
+ "shape": "S5s"
1044
+ }
1045
+ }
1046
+ }
1047
+ },
1048
+ "GetLifecyclePolicy": {
1049
+ "http": {
1050
+ "method": "GET",
1051
+ "requestUri": "/GetLifecyclePolicy"
1052
+ },
1053
+ "input": {
1054
+ "type": "structure",
1055
+ "required": [
1056
+ "lifecyclePolicyArn"
1057
+ ],
1058
+ "members": {
1059
+ "lifecyclePolicyArn": {
1060
+ "location": "querystring",
1061
+ "locationName": "lifecyclePolicyArn"
1062
+ }
1063
+ }
1064
+ },
1065
+ "output": {
1066
+ "type": "structure",
1067
+ "members": {
1068
+ "lifecyclePolicy": {
1069
+ "type": "structure",
1070
+ "members": {
1071
+ "arn": {},
1072
+ "name": {},
1073
+ "description": {},
1074
+ "status": {},
1075
+ "executionRole": {},
1076
+ "resourceType": {},
1077
+ "policyDetails": {
1078
+ "shape": "S36"
1079
+ },
1080
+ "resourceSelection": {
1081
+ "shape": "S3k"
1082
+ },
1083
+ "dateCreated": {
1084
+ "type": "timestamp"
1085
+ },
1086
+ "dateUpdated": {
1087
+ "type": "timestamp"
1088
+ },
1089
+ "dateLastRun": {
1090
+ "type": "timestamp"
1091
+ },
1092
+ "tags": {
1093
+ "shape": "Sh"
1094
+ }
1095
+ }
922
1096
  }
923
1097
  }
924
1098
  }
@@ -1036,7 +1210,7 @@
1036
1210
  "uri": {},
1037
1211
  "kmsKeyId": {},
1038
1212
  "tags": {
1039
- "shape": "Se"
1213
+ "shape": "Sh"
1040
1214
  },
1041
1215
  "clientToken": {
1042
1216
  "idempotencyToken": true
@@ -1074,7 +1248,7 @@
1074
1248
  "osVersion": {},
1075
1249
  "vmImportTaskId": {},
1076
1250
  "tags": {
1077
- "shape": "Se"
1251
+ "shape": "Sh"
1078
1252
  },
1079
1253
  "clientToken": {
1080
1254
  "idempotencyToken": true
@@ -1121,10 +1295,10 @@
1121
1295
  "version": {},
1122
1296
  "platform": {},
1123
1297
  "supportedOsVersions": {
1124
- "shape": "Sa"
1298
+ "shape": "Sd"
1125
1299
  },
1126
1300
  "state": {
1127
- "shape": "S3i"
1301
+ "shape": "S4a"
1128
1302
  },
1129
1303
  "type": {},
1130
1304
  "owner": {},
@@ -1132,7 +1306,7 @@
1132
1306
  "changeDescription": {},
1133
1307
  "dateCreated": {},
1134
1308
  "tags": {
1135
- "shape": "Se"
1309
+ "shape": "Sh"
1136
1310
  },
1137
1311
  "publisher": {},
1138
1312
  "obfuscate": {
@@ -1154,7 +1328,7 @@
1154
1328
  "members": {
1155
1329
  "owner": {},
1156
1330
  "filters": {
1157
- "shape": "S5v"
1331
+ "shape": "S6x"
1158
1332
  },
1159
1333
  "byName": {
1160
1334
  "type": "boolean"
@@ -1180,7 +1354,7 @@
1180
1354
  "description": {},
1181
1355
  "platform": {},
1182
1356
  "supportedOsVersions": {
1183
- "shape": "Sa"
1357
+ "shape": "Sd"
1184
1358
  },
1185
1359
  "type": {},
1186
1360
  "owner": {},
@@ -1201,7 +1375,7 @@
1201
1375
  "members": {
1202
1376
  "owner": {},
1203
1377
  "filters": {
1204
- "shape": "S5v"
1378
+ "shape": "S6x"
1205
1379
  },
1206
1380
  "maxResults": {
1207
1381
  "type": "integer"
@@ -1226,7 +1400,7 @@
1226
1400
  "parentImage": {},
1227
1401
  "dateCreated": {},
1228
1402
  "tags": {
1229
- "shape": "Se"
1403
+ "shape": "Sh"
1230
1404
  }
1231
1405
  }
1232
1406
  }
@@ -1243,7 +1417,7 @@
1243
1417
  "type": "structure",
1244
1418
  "members": {
1245
1419
  "filters": {
1246
- "shape": "S5v"
1420
+ "shape": "S6x"
1247
1421
  },
1248
1422
  "maxResults": {
1249
1423
  "type": "integer"
@@ -1266,7 +1440,7 @@
1266
1440
  "dateCreated": {},
1267
1441
  "dateUpdated": {},
1268
1442
  "tags": {
1269
- "shape": "Se"
1443
+ "shape": "Sh"
1270
1444
  },
1271
1445
  "regions": {
1272
1446
  "type": "list",
@@ -1291,7 +1465,7 @@
1291
1465
  "members": {
1292
1466
  "imageVersionArn": {},
1293
1467
  "filters": {
1294
- "shape": "S5v"
1468
+ "shape": "S6x"
1295
1469
  },
1296
1470
  "maxResults": {
1297
1471
  "type": "integer"
@@ -1304,7 +1478,7 @@
1304
1478
  "members": {
1305
1479
  "requestId": {},
1306
1480
  "imageSummaryList": {
1307
- "shape": "S6f"
1481
+ "shape": "S7h"
1308
1482
  },
1309
1483
  "nextToken": {}
1310
1484
  }
@@ -1357,7 +1531,7 @@
1357
1531
  "members": {
1358
1532
  "imagePipelineArn": {},
1359
1533
  "filters": {
1360
- "shape": "S5v"
1534
+ "shape": "S6x"
1361
1535
  },
1362
1536
  "maxResults": {
1363
1537
  "type": "integer"
@@ -1370,7 +1544,7 @@
1370
1544
  "members": {
1371
1545
  "requestId": {},
1372
1546
  "imageSummaryList": {
1373
- "shape": "S6f"
1547
+ "shape": "S7h"
1374
1548
  },
1375
1549
  "nextToken": {}
1376
1550
  }
@@ -1384,7 +1558,7 @@
1384
1558
  "type": "structure",
1385
1559
  "members": {
1386
1560
  "filters": {
1387
- "shape": "S5v"
1561
+ "shape": "S6x"
1388
1562
  },
1389
1563
  "maxResults": {
1390
1564
  "type": "integer"
@@ -1399,7 +1573,7 @@
1399
1573
  "imagePipelineList": {
1400
1574
  "type": "list",
1401
1575
  "member": {
1402
- "shape": "S4o"
1576
+ "shape": "S5h"
1403
1577
  }
1404
1578
  },
1405
1579
  "nextToken": {}
@@ -1415,7 +1589,7 @@
1415
1589
  "members": {
1416
1590
  "owner": {},
1417
1591
  "filters": {
1418
- "shape": "S5v"
1592
+ "shape": "S6x"
1419
1593
  },
1420
1594
  "maxResults": {
1421
1595
  "type": "integer"
@@ -1439,7 +1613,7 @@
1439
1613
  "parentImage": {},
1440
1614
  "dateCreated": {},
1441
1615
  "tags": {
1442
- "shape": "Se"
1616
+ "shape": "Sh"
1443
1617
  }
1444
1618
  }
1445
1619
  }
@@ -1456,7 +1630,7 @@
1456
1630
  "type": "structure",
1457
1631
  "members": {
1458
1632
  "filter": {
1459
- "shape": "S5w"
1633
+ "shape": "S6y"
1460
1634
  },
1461
1635
  "nextToken": {}
1462
1636
  }
@@ -1476,7 +1650,7 @@
1476
1650
  "members": {
1477
1651
  "accountId": {},
1478
1652
  "severityCounts": {
1479
- "shape": "S6z"
1653
+ "shape": "S81"
1480
1654
  }
1481
1655
  }
1482
1656
  },
@@ -1485,7 +1659,7 @@
1485
1659
  "members": {
1486
1660
  "imageBuildVersionArn": {},
1487
1661
  "severityCounts": {
1488
- "shape": "S6z"
1662
+ "shape": "S81"
1489
1663
  }
1490
1664
  }
1491
1665
  },
@@ -1494,7 +1668,7 @@
1494
1668
  "members": {
1495
1669
  "imagePipelineArn": {},
1496
1670
  "severityCounts": {
1497
- "shape": "S6z"
1671
+ "shape": "S81"
1498
1672
  }
1499
1673
  }
1500
1674
  },
@@ -1503,7 +1677,7 @@
1503
1677
  "members": {
1504
1678
  "vulnerabilityId": {},
1505
1679
  "severityCounts": {
1506
- "shape": "S6z"
1680
+ "shape": "S81"
1507
1681
  }
1508
1682
  }
1509
1683
  }
@@ -1681,7 +1855,7 @@
1681
1855
  "members": {
1682
1856
  "owner": {},
1683
1857
  "filters": {
1684
- "shape": "S5v"
1858
+ "shape": "S6x"
1685
1859
  },
1686
1860
  "byName": {
1687
1861
  "type": "boolean"
@@ -1729,7 +1903,7 @@
1729
1903
  "type": "structure",
1730
1904
  "members": {
1731
1905
  "filters": {
1732
- "shape": "S5v"
1906
+ "shape": "S6x"
1733
1907
  },
1734
1908
  "maxResults": {
1735
1909
  "type": "integer"
@@ -1752,13 +1926,13 @@
1752
1926
  "dateCreated": {},
1753
1927
  "dateUpdated": {},
1754
1928
  "resourceTags": {
1755
- "shape": "S2u"
1929
+ "shape": "S2x"
1756
1930
  },
1757
1931
  "tags": {
1758
- "shape": "Se"
1932
+ "shape": "Sh"
1759
1933
  },
1760
1934
  "instanceTypes": {
1761
- "shape": "S2n"
1935
+ "shape": "S2q"
1762
1936
  },
1763
1937
  "instanceProfileName": {}
1764
1938
  }
@@ -1768,6 +1942,150 @@
1768
1942
  }
1769
1943
  }
1770
1944
  },
1945
+ "ListLifecycleExecutionResources": {
1946
+ "http": {
1947
+ "requestUri": "/ListLifecycleExecutionResources"
1948
+ },
1949
+ "input": {
1950
+ "type": "structure",
1951
+ "required": [
1952
+ "lifecycleExecutionId"
1953
+ ],
1954
+ "members": {
1955
+ "lifecycleExecutionId": {},
1956
+ "parentResourceId": {},
1957
+ "maxResults": {
1958
+ "type": "integer"
1959
+ },
1960
+ "nextToken": {}
1961
+ }
1962
+ },
1963
+ "output": {
1964
+ "type": "structure",
1965
+ "members": {
1966
+ "lifecycleExecutionId": {},
1967
+ "lifecycleExecutionState": {
1968
+ "shape": "S5u"
1969
+ },
1970
+ "resources": {
1971
+ "type": "list",
1972
+ "member": {
1973
+ "type": "structure",
1974
+ "members": {
1975
+ "accountId": {},
1976
+ "resourceId": {},
1977
+ "state": {
1978
+ "shape": "S97"
1979
+ },
1980
+ "action": {
1981
+ "type": "structure",
1982
+ "members": {
1983
+ "name": {},
1984
+ "reason": {}
1985
+ }
1986
+ },
1987
+ "region": {},
1988
+ "snapshots": {
1989
+ "type": "list",
1990
+ "member": {
1991
+ "type": "structure",
1992
+ "members": {
1993
+ "snapshotId": {},
1994
+ "state": {
1995
+ "shape": "S97"
1996
+ }
1997
+ }
1998
+ }
1999
+ },
2000
+ "imageUris": {
2001
+ "shape": "S1j"
2002
+ }
2003
+ }
2004
+ }
2005
+ },
2006
+ "nextToken": {}
2007
+ }
2008
+ }
2009
+ },
2010
+ "ListLifecycleExecutions": {
2011
+ "http": {
2012
+ "requestUri": "/ListLifecycleExecutions"
2013
+ },
2014
+ "input": {
2015
+ "type": "structure",
2016
+ "required": [
2017
+ "resourceArn"
2018
+ ],
2019
+ "members": {
2020
+ "maxResults": {
2021
+ "type": "integer"
2022
+ },
2023
+ "nextToken": {},
2024
+ "resourceArn": {}
2025
+ }
2026
+ },
2027
+ "output": {
2028
+ "type": "structure",
2029
+ "members": {
2030
+ "lifecycleExecutions": {
2031
+ "type": "list",
2032
+ "member": {
2033
+ "shape": "S5s"
2034
+ }
2035
+ },
2036
+ "nextToken": {}
2037
+ }
2038
+ }
2039
+ },
2040
+ "ListLifecyclePolicies": {
2041
+ "http": {
2042
+ "requestUri": "/ListLifecyclePolicies"
2043
+ },
2044
+ "input": {
2045
+ "type": "structure",
2046
+ "members": {
2047
+ "filters": {
2048
+ "shape": "S6x"
2049
+ },
2050
+ "maxResults": {
2051
+ "type": "integer"
2052
+ },
2053
+ "nextToken": {}
2054
+ }
2055
+ },
2056
+ "output": {
2057
+ "type": "structure",
2058
+ "members": {
2059
+ "lifecyclePolicySummaryList": {
2060
+ "type": "list",
2061
+ "member": {
2062
+ "type": "structure",
2063
+ "members": {
2064
+ "arn": {},
2065
+ "name": {},
2066
+ "description": {},
2067
+ "status": {},
2068
+ "executionRole": {},
2069
+ "resourceType": {},
2070
+ "dateCreated": {
2071
+ "type": "timestamp"
2072
+ },
2073
+ "dateUpdated": {
2074
+ "type": "timestamp"
2075
+ },
2076
+ "dateLastRun": {
2077
+ "type": "timestamp"
2078
+ },
2079
+ "tags": {
2080
+ "shape": "Sh"
2081
+ }
2082
+ }
2083
+ }
2084
+ },
2085
+ "nextToken": {}
2086
+ }
2087
+ }
2088
+ },
1771
2089
  "ListTagsForResource": {
1772
2090
  "http": {
1773
2091
  "method": "GET",
@@ -1789,7 +2107,7 @@
1789
2107
  "type": "structure",
1790
2108
  "members": {
1791
2109
  "tags": {
1792
- "shape": "Se"
2110
+ "shape": "Sh"
1793
2111
  }
1794
2112
  }
1795
2113
  }
@@ -2019,6 +2337,65 @@
2019
2337
  }
2020
2338
  }
2021
2339
  },
2340
+ "StartResourceStateUpdate": {
2341
+ "http": {
2342
+ "method": "PUT",
2343
+ "requestUri": "/StartResourceStateUpdate"
2344
+ },
2345
+ "input": {
2346
+ "type": "structure",
2347
+ "required": [
2348
+ "resourceArn",
2349
+ "state",
2350
+ "clientToken"
2351
+ ],
2352
+ "members": {
2353
+ "resourceArn": {},
2354
+ "state": {
2355
+ "type": "structure",
2356
+ "members": {
2357
+ "status": {}
2358
+ }
2359
+ },
2360
+ "executionRole": {},
2361
+ "includeResources": {
2362
+ "type": "structure",
2363
+ "members": {
2364
+ "amis": {
2365
+ "type": "boolean"
2366
+ },
2367
+ "snapshots": {
2368
+ "type": "boolean"
2369
+ },
2370
+ "containers": {
2371
+ "type": "boolean"
2372
+ }
2373
+ }
2374
+ },
2375
+ "exclusionRules": {
2376
+ "type": "structure",
2377
+ "members": {
2378
+ "amis": {
2379
+ "shape": "S3h"
2380
+ }
2381
+ }
2382
+ },
2383
+ "updateAt": {
2384
+ "type": "timestamp"
2385
+ },
2386
+ "clientToken": {
2387
+ "idempotencyToken": true
2388
+ }
2389
+ }
2390
+ },
2391
+ "output": {
2392
+ "type": "structure",
2393
+ "members": {
2394
+ "lifecycleExecutionId": {},
2395
+ "resourceArn": {}
2396
+ }
2397
+ }
2398
+ },
2022
2399
  "TagResource": {
2023
2400
  "http": {
2024
2401
  "requestUri": "/tags/{resourceArn}"
@@ -2035,7 +2412,7 @@
2035
2412
  "locationName": "resourceArn"
2036
2413
  },
2037
2414
  "tags": {
2038
- "shape": "Se"
2415
+ "shape": "Sh"
2039
2416
  }
2040
2417
  }
2041
2418
  },
@@ -2089,7 +2466,7 @@
2089
2466
  "distributionConfigurationArn": {},
2090
2467
  "description": {},
2091
2468
  "distributions": {
2092
- "shape": "S19"
2469
+ "shape": "S1c"
2093
2470
  },
2094
2471
  "clientToken": {
2095
2472
  "idempotencyToken": true
@@ -2125,20 +2502,20 @@
2125
2502
  "infrastructureConfigurationArn": {},
2126
2503
  "distributionConfigurationArn": {},
2127
2504
  "imageTestsConfiguration": {
2128
- "shape": "S25"
2505
+ "shape": "S28"
2129
2506
  },
2130
2507
  "enhancedImageMetadataEnabled": {
2131
2508
  "type": "boolean"
2132
2509
  },
2133
2510
  "schedule": {
2134
- "shape": "S2b"
2511
+ "shape": "S2e"
2135
2512
  },
2136
2513
  "status": {},
2137
2514
  "clientToken": {
2138
2515
  "idempotencyToken": true
2139
2516
  },
2140
2517
  "imageScanningConfiguration": {
2141
- "shape": "S27"
2518
+ "shape": "S2a"
2142
2519
  }
2143
2520
  }
2144
2521
  },
@@ -2167,15 +2544,15 @@
2167
2544
  "infrastructureConfigurationArn": {},
2168
2545
  "description": {},
2169
2546
  "instanceTypes": {
2170
- "shape": "S2n"
2547
+ "shape": "S2q"
2171
2548
  },
2172
2549
  "instanceProfileName": {},
2173
2550
  "securityGroupIds": {
2174
- "shape": "S2q"
2551
+ "shape": "S2t"
2175
2552
  },
2176
2553
  "subnetId": {},
2177
2554
  "logging": {
2178
- "shape": "S2r"
2555
+ "shape": "S2u"
2179
2556
  },
2180
2557
  "keyPair": {},
2181
2558
  "terminateInstanceOnFailure": {
@@ -2186,10 +2563,10 @@
2186
2563
  "idempotencyToken": true
2187
2564
  },
2188
2565
  "resourceTags": {
2189
- "shape": "S2u"
2566
+ "shape": "S2x"
2190
2567
  },
2191
2568
  "instanceMetadataOptions": {
2192
- "shape": "S2v"
2569
+ "shape": "S2y"
2193
2570
  }
2194
2571
  }
2195
2572
  },
@@ -2201,19 +2578,58 @@
2201
2578
  "infrastructureConfigurationArn": {}
2202
2579
  }
2203
2580
  }
2581
+ },
2582
+ "UpdateLifecyclePolicy": {
2583
+ "http": {
2584
+ "method": "PUT",
2585
+ "requestUri": "/UpdateLifecyclePolicy"
2586
+ },
2587
+ "input": {
2588
+ "type": "structure",
2589
+ "required": [
2590
+ "lifecyclePolicyArn",
2591
+ "executionRole",
2592
+ "resourceType",
2593
+ "policyDetails",
2594
+ "resourceSelection",
2595
+ "clientToken"
2596
+ ],
2597
+ "members": {
2598
+ "lifecyclePolicyArn": {},
2599
+ "description": {},
2600
+ "status": {},
2601
+ "executionRole": {},
2602
+ "resourceType": {},
2603
+ "policyDetails": {
2604
+ "shape": "S36"
2605
+ },
2606
+ "resourceSelection": {
2607
+ "shape": "S3k"
2608
+ },
2609
+ "clientToken": {
2610
+ "idempotencyToken": true
2611
+ }
2612
+ }
2613
+ },
2614
+ "output": {
2615
+ "type": "structure",
2616
+ "members": {
2617
+ "lifecyclePolicyArn": {}
2618
+ }
2619
+ }
2204
2620
  }
2205
2621
  },
2206
2622
  "shapes": {
2207
- "Sa": {
2623
+ "Sd": {
2208
2624
  "type": "list",
2209
2625
  "member": {}
2210
2626
  },
2211
- "Se": {
2627
+ "Sh": {
2212
2628
  "type": "map",
2213
2629
  "key": {},
2214
2630
  "value": {}
2215
2631
  },
2216
- "Sl": {
2632
+ "So": {
2217
2633
  "type": "list",
2218
2634
  "member": {
2219
2635
  "type": "structure",
@@ -2233,7 +2649,7 @@
2233
2649
  "members": {
2234
2650
  "name": {},
2235
2651
  "value": {
2236
- "shape": "Sr"
2652
+ "shape": "Su"
2237
2653
  }
2238
2654
  }
2239
2655
  }
@@ -2241,20 +2657,20 @@
2241
2657
  }
2242
2658
  }
2243
2659
  },
2244
- "Sr": {
2660
+ "Su": {
2245
2661
  "type": "list",
2246
2662
  "member": {}
2247
2663
  },
2248
- "St": {
2664
+ "Sw": {
2249
2665
  "type": "structure",
2250
2666
  "members": {
2251
2667
  "image": {},
2252
2668
  "blockDeviceMappings": {
2253
- "shape": "Su"
2669
+ "shape": "Sx"
2254
2670
  }
2255
2671
  }
2256
2672
  },
2257
- "Su": {
2673
+ "Sx": {
2258
2674
  "type": "list",
2259
2675
  "member": {
2260
2676
  "type": "structure",
@@ -2288,7 +2704,7 @@
2288
2704
  }
2289
2705
  }
2290
2706
  },
2291
- "S14": {
2707
+ "S17": {
2292
2708
  "type": "structure",
2293
2709
  "required": [
2294
2710
  "service",
@@ -2299,7 +2715,7 @@
2299
2715
  "repositoryName": {}
2300
2716
  }
2301
2717
  },
2302
- "S19": {
2718
+ "S1c": {
2303
2719
  "type": "list",
2304
2720
  "member": {
2305
2721
  "type": "structure",
@@ -2314,20 +2730,20 @@
2314
2730
  "name": {},
2315
2731
  "description": {},
2316
2732
  "targetAccountIds": {
2317
- "shape": "S1d"
2733
+ "shape": "S1g"
2318
2734
  },
2319
2735
  "amiTags": {
2320
- "shape": "Se"
2736
+ "shape": "Sh"
2321
2737
  },
2322
2738
  "kmsKeyId": {},
2323
2739
  "launchPermission": {
2324
2740
  "type": "structure",
2325
2741
  "members": {
2326
2742
  "userIds": {
2327
- "shape": "S1d"
2743
+ "shape": "S1g"
2328
2744
  },
2329
2745
  "userGroups": {
2330
- "shape": "S1g"
2746
+ "shape": "S1j"
2331
2747
  },
2332
2748
  "organizationArns": {
2333
2749
  "type": "list",
@@ -2349,10 +2765,10 @@
2349
2765
  "members": {
2350
2766
  "description": {},
2351
2767
  "containerTags": {
2352
- "shape": "S1g"
2768
+ "shape": "S1j"
2353
2769
  },
2354
2770
  "targetRepository": {
2355
- "shape": "S14"
2771
+ "shape": "S17"
2356
2772
  }
2357
2773
  }
2358
2774
  },
@@ -2427,15 +2843,15 @@
2427
2843
  }
2428
2844
  }
2429
2845
  },
2430
- "S1d": {
2846
+ "S1g": {
2431
2847
  "type": "list",
2432
2848
  "member": {}
2433
2849
  },
2434
- "S1g": {
2850
+ "S1j": {
2435
2851
  "type": "list",
2436
2852
  "member": {}
2437
2853
  },
2438
- "S25": {
2854
+ "S28": {
2439
2855
  "type": "structure",
2440
2856
  "members": {
2441
2857
  "imageTestsEnabled": {
@@ -2446,7 +2862,7 @@
2446
2862
  }
2447
2863
  }
2448
2864
  },
2449
- "S27": {
2865
+ "S2a": {
2450
2866
  "type": "structure",
2451
2867
  "members": {
2452
2868
  "imageScanningEnabled": {
@@ -2457,13 +2873,13 @@
2457
2873
  "members": {
2458
2874
  "repositoryName": {},
2459
2875
  "containerTags": {
2460
- "shape": "S1g"
2876
+ "shape": "S1j"
2461
2877
  }
2462
2878
  }
2463
2879
  }
2464
2880
  }
2465
2881
  },
2466
- "S2b": {
2882
+ "S2e": {
2467
2883
  "type": "structure",
2468
2884
  "members": {
2469
2885
  "scheduleExpression": {},
@@ -2471,7 +2887,7 @@
2471
2887
  "pipelineExecutionStartCondition": {}
2472
2888
  }
2473
2889
  },
2474
- "S2i": {
2890
+ "S2l": {
2475
2891
  "type": "structure",
2476
2892
  "members": {
2477
2893
  "systemsManagerAgent": {
@@ -2485,15 +2901,15 @@
2485
2901
  "userDataOverride": {}
2486
2902
  }
2487
2903
  },
2488
- "S2n": {
2904
+ "S2q": {
2489
2905
  "type": "list",
2490
2906
  "member": {}
2491
2907
  },
2492
- "S2q": {
2908
+ "S2t": {
2493
2909
  "type": "list",
2494
2910
  "member": {}
2495
2911
  },
2496
- "S2r": {
2912
+ "S2u": {
2497
2913
  "type": "structure",
2498
2914
  "members": {
2499
2915
  "s3Logs": {
@@ -2505,12 +2921,12 @@
2505
2921
  }
2506
2922
  }
2507
2923
  },
2508
- "S2u": {
2924
+ "S2x": {
2509
2925
  "type": "map",
2510
2926
  "key": {},
2511
2927
  "value": {}
2512
2928
  },
2513
- "S2v": {
2929
+ "S2y": {
2514
2930
  "type": "structure",
2515
2931
  "members": {
2516
2932
  "httpTokens": {},
@@ -2519,14 +2935,129 @@
2519
2935
  }
2520
2936
  }
2521
2937
  },
2522
- "S3i": {
2938
+ "S36": {
2939
+ "type": "list",
2940
+ "member": {
2941
+ "type": "structure",
2942
+ "required": [
2943
+ "action",
2944
+ "filter"
2945
+ ],
2946
+ "members": {
2947
+ "action": {
2948
+ "type": "structure",
2949
+ "required": [
2950
+ "type"
2951
+ ],
2952
+ "members": {
2953
+ "type": {},
2954
+ "includeResources": {
2955
+ "type": "structure",
2956
+ "members": {
2957
+ "amis": {
2958
+ "type": "boolean"
2959
+ },
2960
+ "snapshots": {
2961
+ "type": "boolean"
2962
+ },
2963
+ "containers": {
2964
+ "type": "boolean"
2965
+ }
2966
+ }
2967
+ }
2968
+ }
2969
+ },
2970
+ "filter": {
2971
+ "type": "structure",
2972
+ "required": [
2973
+ "type",
2974
+ "value"
2975
+ ],
2976
+ "members": {
2977
+ "type": {},
2978
+ "value": {
2979
+ "type": "integer"
2980
+ },
2981
+ "unit": {},
2982
+ "retainAtLeast": {
2983
+ "type": "integer"
2984
+ }
2985
+ }
2986
+ },
2987
+ "exclusionRules": {
2988
+ "type": "structure",
2989
+ "members": {
2990
+ "tagMap": {
2991
+ "shape": "Sh"
2992
+ },
2993
+ "amis": {
2994
+ "shape": "S3h"
2995
+ }
2996
+ }
2997
+ }
2998
+ }
2999
+ }
3000
+ },
3001
+ "S3h": {
3002
+ "type": "structure",
3003
+ "members": {
3004
+ "isPublic": {
3005
+ "type": "boolean"
3006
+ },
3007
+ "regions": {
3008
+ "shape": "S1j"
3009
+ },
3010
+ "sharedAccounts": {
3011
+ "shape": "S1g"
3012
+ },
3013
+ "lastLaunched": {
3014
+ "type": "structure",
3015
+ "required": [
3016
+ "value",
3017
+ "unit"
3018
+ ],
3019
+ "members": {
3020
+ "value": {
3021
+ "type": "integer"
3022
+ },
3023
+ "unit": {}
3024
+ }
3025
+ },
3026
+ "tagMap": {
3027
+ "shape": "Sh"
3028
+ }
3029
+ }
3030
+ },
3031
+ "S3k": {
3032
+ "type": "structure",
3033
+ "members": {
3034
+ "recipes": {
3035
+ "type": "list",
3036
+ "member": {
3037
+ "type": "structure",
3038
+ "required": [
3039
+ "name",
3040
+ "semanticVersion"
3041
+ ],
3042
+ "members": {
3043
+ "name": {},
3044
+ "semanticVersion": {}
3045
+ }
3046
+ }
3047
+ },
3048
+ "tagMap": {
3049
+ "shape": "Sh"
3050
+ }
3051
+ }
3052
+ },
3053
+ "S4a": {
2523
3054
  "type": "structure",
2524
3055
  "members": {
2525
3056
  "status": {},
2526
3057
  "reason": {}
2527
3058
  }
2528
3059
  },
2529
- "S3v": {
3060
+ "S4n": {
2530
3061
  "type": "structure",
2531
3062
  "members": {
2532
3063
  "arn": {},
@@ -2537,10 +3068,10 @@
2537
3068
  "owner": {},
2538
3069
  "version": {},
2539
3070
  "components": {
2540
- "shape": "Sl"
3071
+ "shape": "So"
2541
3072
  },
2542
3073
  "instanceConfiguration": {
2543
- "shape": "St"
3074
+ "shape": "Sw"
2544
3075
  },
2545
3076
  "dockerfileTemplateData": {},
2546
3077
  "kmsKeyId": {},
@@ -2550,15 +3081,15 @@
2550
3081
  "parentImage": {},
2551
3082
  "dateCreated": {},
2552
3083
  "tags": {
2553
- "shape": "Se"
3084
+ "shape": "Sh"
2554
3085
  },
2555
3086
  "workingDirectory": {},
2556
3087
  "targetRepository": {
2557
- "shape": "S14"
3088
+ "shape": "S17"
2558
3089
  }
2559
3090
  }
2560
3091
  },
2561
- "S41": {
3092
+ "S4t": {
2562
3093
  "type": "structure",
2563
3094
  "required": [
2564
3095
  "timeoutMinutes"
@@ -2568,7 +3099,7 @@
2568
3099
  "name": {},
2569
3100
  "description": {},
2570
3101
  "distributions": {
2571
- "shape": "S19"
3102
+ "shape": "S1c"
2572
3103
  },
2573
3104
  "timeoutMinutes": {
2574
3105
  "type": "integer"
@@ -2576,18 +3107,18 @@
2576
3107
  "dateCreated": {},
2577
3108
  "dateUpdated": {},
2578
3109
  "tags": {
2579
- "shape": "Se"
3110
+ "shape": "Sh"
2580
3111
  }
2581
3112
  }
2582
3113
  },
2583
- "S48": {
3114
+ "S50": {
2584
3115
  "type": "structure",
2585
3116
  "members": {
2586
3117
  "status": {},
2587
3118
  "reason": {}
2588
3119
  }
2589
3120
  },
2590
- "S4a": {
3121
+ "S52": {
2591
3122
  "type": "structure",
2592
3123
  "members": {
2593
3124
  "arn": {},
@@ -2598,38 +3129,38 @@
2598
3129
  "owner": {},
2599
3130
  "version": {},
2600
3131
  "components": {
2601
- "shape": "Sl"
3132
+ "shape": "So"
2602
3133
  },
2603
3134
  "parentImage": {},
2604
3135
  "blockDeviceMappings": {
2605
- "shape": "Su"
3136
+ "shape": "Sx"
2606
3137
  },
2607
3138
  "dateCreated": {},
2608
3139
  "tags": {
2609
- "shape": "Se"
3140
+ "shape": "Sh"
2610
3141
  },
2611
3142
  "workingDirectory": {},
2612
3143
  "additionalInstanceConfiguration": {
2613
- "shape": "S2i"
3144
+ "shape": "S2l"
2614
3145
  }
2615
3146
  }
2616
3147
  },
2617
- "S4c": {
3148
+ "S54": {
2618
3149
  "type": "structure",
2619
3150
  "members": {
2620
3151
  "arn": {},
2621
3152
  "name": {},
2622
3153
  "description": {},
2623
3154
  "instanceTypes": {
2624
- "shape": "S2n"
3155
+ "shape": "S2q"
2625
3156
  },
2626
3157
  "instanceProfileName": {},
2627
3158
  "securityGroupIds": {
2628
- "shape": "S2q"
3159
+ "shape": "S2t"
2629
3160
  },
2630
3161
  "subnetId": {},
2631
3162
  "logging": {
2632
- "shape": "S2r"
3163
+ "shape": "S2u"
2633
3164
  },
2634
3165
  "keyPair": {},
2635
3166
  "terminateInstanceOnFailure": {
@@ -2639,17 +3170,17 @@
2639
3170
  "dateCreated": {},
2640
3171
  "dateUpdated": {},
2641
3172
  "resourceTags": {
2642
- "shape": "S2u"
3173
+ "shape": "S2x"
2643
3174
  },
2644
3175
  "instanceMetadataOptions": {
2645
- "shape": "S2v"
3176
+ "shape": "S2y"
2646
3177
  },
2647
3178
  "tags": {
2648
- "shape": "Se"
3179
+ "shape": "Sh"
2649
3180
  }
2650
3181
  }
2651
3182
  },
2652
- "S4d": {
3183
+ "S55": {
2653
3184
  "type": "structure",
2654
3185
  "members": {
2655
3186
  "amis": {
@@ -2662,7 +3193,7 @@
2662
3193
  "name": {},
2663
3194
  "description": {},
2664
3195
  "state": {
2665
- "shape": "S48"
3196
+ "shape": "S50"
2666
3197
  },
2667
3198
  "accountId": {}
2668
3199
  }
@@ -2675,14 +3206,14 @@
2675
3206
  "members": {
2676
3207
  "region": {},
2677
3208
  "imageUris": {
2678
- "shape": "S1g"
3209
+ "shape": "S1j"
2679
3210
  }
2680
3211
  }
2681
3212
  }
2682
3213
  }
2683
3214
  }
2684
3215
  },
2685
- "S4o": {
3216
+ "S5h": {
2686
3217
  "type": "structure",
2687
3218
  "members": {
2688
3219
  "arn": {},
@@ -2697,10 +3228,10 @@
2697
3228
  "infrastructureConfigurationArn": {},
2698
3229
  "distributionConfigurationArn": {},
2699
3230
  "imageTestsConfiguration": {
2700
- "shape": "S25"
3231
+ "shape": "S28"
2701
3232
  },
2702
3233
  "schedule": {
2703
- "shape": "S2b"
3234
+ "shape": "S2e"
2704
3235
  },
2705
3236
  "status": {},
2706
3237
  "dateCreated": {},
@@ -2708,20 +3239,51 @@
2708
3239
  "dateLastRun": {},
2709
3240
  "dateNextRun": {},
2710
3241
  "tags": {
2711
- "shape": "Se"
3242
+ "shape": "Sh"
2712
3243
  },
2713
3244
  "imageScanningConfiguration": {
2714
- "shape": "S27"
3245
+ "shape": "S2a"
2715
3246
  }
2716
3247
  }
2717
3248
  },
2718
- "S5v": {
3249
+ "S5s": {
3250
+ "type": "structure",
3251
+ "members": {
3252
+ "lifecycleExecutionId": {},
3253
+ "lifecyclePolicyArn": {},
3254
+ "resourcesImpactedSummary": {
3255
+ "type": "structure",
3256
+ "members": {
3257
+ "hasImpactedResources": {
3258
+ "type": "boolean"
3259
+ }
3260
+ }
3261
+ },
3262
+ "state": {
3263
+ "shape": "S5u"
3264
+ },
3265
+ "startTime": {
3266
+ "type": "timestamp"
3267
+ },
3268
+ "endTime": {
3269
+ "type": "timestamp"
3270
+ }
3271
+ }
3272
+ },
3273
+ "S5u": {
3274
+ "type": "structure",
3275
+ "members": {
3276
+ "status": {},
3277
+ "reason": {}
3278
+ }
3279
+ },
3280
+ "S6x": {
2719
3281
  "type": "list",
2720
3282
  "member": {
2721
- "shape": "S5w"
3283
+ "shape": "S6y"
2722
3284
  }
2723
3285
  },
2724
- "S5w": {
3286
+ "S6y": {
2725
3287
  "type": "structure",
2726
3288
  "members": {
2727
3289
  "name": {},
@@ -2731,7 +3293,7 @@
2731
3293
  }
2732
3294
  }
2733
3295
  },
2734
- "S6f": {
3296
+ "S7h": {
2735
3297
  "type": "list",
2736
3298
  "member": {
2737
3299
  "type": "structure",
@@ -2743,22 +3305,26 @@
2743
3305
  "platform": {},
2744
3306
  "osVersion": {},
2745
3307
  "state": {
2746
- "shape": "S48"
3308
+ "shape": "S50"
2747
3309
  },
2748
3310
  "owner": {},
2749
3311
  "dateCreated": {},
2750
3312
  "outputResources": {
2751
- "shape": "S4d"
3313
+ "shape": "S55"
2752
3314
  },
2753
3315
  "tags": {
2754
- "shape": "Se"
3316
+ "shape": "Sh"
2755
3317
  },
2756
3318
  "buildType": {},
2757
- "imageSource": {}
3319
+ "imageSource": {},
3320
+ "deprecationTime": {
3321
+ "type": "timestamp"
3322
+ },
3323
+ "lifecycleExecutionId": {}
2758
3324
  }
2759
3325
  }
2760
3326
  },
2761
- "S6z": {
3327
+ "S81": {
2762
3328
  "type": "structure",
2763
3329
  "members": {
2764
3330
  "all": {
@@ -2774,6 +3340,13 @@
2774
3340
  "type": "long"
2775
3341
  }
2776
3342
  }
3343
+ },
3344
+ "S97": {
3345
+ "type": "structure",
3346
+ "members": {
3347
+ "status": {},
3348
+ "reason": {}
3349
+ }
2777
3350
  }
2778
3351
  }
2779
3352
  }