@cdklabs/cdk-ecs-codedeploy 0.0.11 → 0.0.13

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 (49) hide show
  1. package/.jsii +3 -3
  2. package/lib/ecs-appspec/index.js +1 -1
  3. package/lib/ecs-deployment/index.js +1 -1
  4. package/node_modules/aws-sdk/CHANGELOG.md +20 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -1
  7. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +6 -0
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +90 -83
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +3 -0
  10. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +178 -159
  11. package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.examples.json +5 -0
  12. package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.min.json +49 -0
  13. package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.paginators.json +4 -0
  14. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +96 -12
  15. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +247 -201
  18. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  19. package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +283 -140
  20. package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +5 -0
  21. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +3 -0
  22. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +159 -91
  23. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +646 -556
  24. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
  25. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  26. package/node_modules/aws-sdk/clients/all.js +2 -1
  27. package/node_modules/aws-sdk/clients/athena.d.ts +4 -4
  28. package/node_modules/aws-sdk/clients/batch.d.ts +13 -5
  29. package/node_modules/aws-sdk/clients/ec2.d.ts +52 -38
  30. package/node_modules/aws-sdk/clients/ecs.d.ts +19 -1
  31. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +109 -5
  32. package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.d.ts +66 -0
  33. package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.js +18 -0
  34. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +4 -0
  35. package/node_modules/aws-sdk/clients/medialive.d.ts +47 -4
  36. package/node_modules/aws-sdk/clients/nimble.d.ts +319 -123
  37. package/node_modules/aws-sdk/clients/rds.d.ts +5 -1
  38. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +6 -6
  39. package/node_modules/aws-sdk/clients/route53domains.d.ts +227 -37
  40. package/node_modules/aws-sdk/clients/sagemaker.d.ts +202 -21
  41. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +56 -19
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +545 -349
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +71 -71
  46. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  47. package/node_modules/aws-sdk/lib/core.js +1 -1
  48. package/node_modules/aws-sdk/package.json +1 -1
  49. package/package.json +5 -5
@@ -103,20 +103,20 @@
103
103
  "shape": "S1d"
104
104
  },
105
105
  "placementConstraints": {
106
- "shape": "S1f"
106
+ "shape": "S1g"
107
107
  },
108
108
  "placementStrategy": {
109
- "shape": "S1i"
109
+ "shape": "S1j"
110
110
  },
111
111
  "networkConfiguration": {
112
- "shape": "S1l"
112
+ "shape": "S1m"
113
113
  },
114
114
  "healthCheckGracePeriodSeconds": {
115
115
  "type": "integer"
116
116
  },
117
117
  "schedulingStrategy": {},
118
118
  "deploymentController": {
119
- "shape": "S1p"
119
+ "shape": "S1q"
120
120
  },
121
121
  "tags": {
122
122
  "shape": "Sa"
@@ -129,7 +129,7 @@
129
129
  "type": "boolean"
130
130
  },
131
131
  "serviceConnectConfiguration": {
132
- "shape": "S1s"
132
+ "shape": "S1t"
133
133
  }
134
134
  }
135
135
  },
@@ -137,7 +137,7 @@
137
137
  "type": "structure",
138
138
  "members": {
139
139
  "service": {
140
- "shape": "S24"
140
+ "shape": "S25"
141
141
  }
142
142
  }
143
143
  }
@@ -156,7 +156,7 @@
156
156
  "externalId": {},
157
157
  "taskDefinition": {},
158
158
  "networkConfiguration": {
159
- "shape": "S1l"
159
+ "shape": "S1m"
160
160
  },
161
161
  "loadBalancers": {
162
162
  "shape": "S17"
@@ -170,7 +170,7 @@
170
170
  },
171
171
  "platformVersion": {},
172
172
  "scale": {
173
- "shape": "S28"
173
+ "shape": "S29"
174
174
  },
175
175
  "clientToken": {},
176
176
  "tags": {
@@ -182,7 +182,7 @@
182
182
  "type": "structure",
183
183
  "members": {
184
184
  "taskSet": {
185
- "shape": "S26"
185
+ "shape": "S27"
186
186
  }
187
187
  }
188
188
  }
@@ -202,7 +202,7 @@
202
202
  "type": "structure",
203
203
  "members": {
204
204
  "setting": {
205
- "shape": "S2o"
205
+ "shape": "S2p"
206
206
  }
207
207
  }
208
208
  }
@@ -216,7 +216,7 @@
216
216
  "members": {
217
217
  "cluster": {},
218
218
  "attributes": {
219
- "shape": "S2q"
219
+ "shape": "S2r"
220
220
  }
221
221
  }
222
222
  },
@@ -224,7 +224,7 @@
224
224
  "type": "structure",
225
225
  "members": {
226
226
  "attributes": {
227
- "shape": "S2q"
227
+ "shape": "S2r"
228
228
  }
229
229
  }
230
230
  }
@@ -285,7 +285,7 @@
285
285
  "type": "structure",
286
286
  "members": {
287
287
  "service": {
288
- "shape": "S24"
288
+ "shape": "S25"
289
289
  }
290
290
  }
291
291
  }
@@ -311,7 +311,7 @@
311
311
  "type": "structure",
312
312
  "members": {
313
313
  "taskSet": {
314
- "shape": "S26"
314
+ "shape": "S27"
315
315
  }
316
316
  }
317
317
  }
@@ -334,7 +334,7 @@
334
334
  "type": "structure",
335
335
  "members": {
336
336
  "containerInstance": {
337
- "shape": "S35"
337
+ "shape": "S36"
338
338
  }
339
339
  }
340
340
  }
@@ -353,7 +353,7 @@
353
353
  "type": "structure",
354
354
  "members": {
355
355
  "taskDefinition": {
356
- "shape": "S3i"
356
+ "shape": "S3j"
357
357
  }
358
358
  }
359
359
  }
@@ -385,7 +385,7 @@
385
385
  }
386
386
  },
387
387
  "failures": {
388
- "shape": "S5o"
388
+ "shape": "S5p"
389
389
  },
390
390
  "nextToken": {}
391
391
  }
@@ -414,7 +414,7 @@
414
414
  }
415
415
  },
416
416
  "failures": {
417
- "shape": "S5o"
417
+ "shape": "S5p"
418
418
  }
419
419
  }
420
420
  }
@@ -440,10 +440,10 @@
440
440
  "type": "structure",
441
441
  "members": {
442
442
  "containerInstances": {
443
- "shape": "S5z"
443
+ "shape": "S60"
444
444
  },
445
445
  "failures": {
446
- "shape": "S5o"
446
+ "shape": "S5p"
447
447
  }
448
448
  }
449
449
  }
@@ -471,11 +471,11 @@
471
471
  "services": {
472
472
  "type": "list",
473
473
  "member": {
474
- "shape": "S24"
474
+ "shape": "S25"
475
475
  }
476
476
  },
477
477
  "failures": {
478
- "shape": "S5o"
478
+ "shape": "S5p"
479
479
  }
480
480
  }
481
481
  }
@@ -498,7 +498,7 @@
498
498
  "type": "structure",
499
499
  "members": {
500
500
  "taskDefinition": {
501
- "shape": "S3i"
501
+ "shape": "S3j"
502
502
  },
503
503
  "tags": {
504
504
  "shape": "Sa"
@@ -529,10 +529,10 @@
529
529
  "type": "structure",
530
530
  "members": {
531
531
  "taskSets": {
532
- "shape": "S25"
532
+ "shape": "S26"
533
533
  },
534
534
  "failures": {
535
- "shape": "S5o"
535
+ "shape": "S5p"
536
536
  }
537
537
  }
538
538
  }
@@ -558,10 +558,10 @@
558
558
  "type": "structure",
559
559
  "members": {
560
560
  "tasks": {
561
- "shape": "S6h"
561
+ "shape": "S6i"
562
562
  },
563
563
  "failures": {
564
- "shape": "S5o"
564
+ "shape": "S5p"
565
565
  }
566
566
  }
567
567
  }
@@ -642,10 +642,10 @@
642
642
  "type": "structure",
643
643
  "members": {
644
644
  "protectedTasks": {
645
- "shape": "S79"
645
+ "shape": "S7a"
646
646
  },
647
647
  "failures": {
648
- "shape": "S5o"
648
+ "shape": "S5p"
649
649
  }
650
650
  }
651
651
  }
@@ -672,7 +672,7 @@
672
672
  "settings": {
673
673
  "type": "list",
674
674
  "member": {
675
- "shape": "S2o"
675
+ "shape": "S2p"
676
676
  }
677
677
  },
678
678
  "nextToken": {}
@@ -700,7 +700,7 @@
700
700
  "type": "structure",
701
701
  "members": {
702
702
  "attributes": {
703
- "shape": "S2q"
703
+ "shape": "S2r"
704
704
  },
705
705
  "nextToken": {}
706
706
  }
@@ -904,7 +904,7 @@
904
904
  "type": "structure",
905
905
  "members": {
906
906
  "setting": {
907
- "shape": "S2o"
907
+ "shape": "S2p"
908
908
  }
909
909
  }
910
910
  }
@@ -925,7 +925,7 @@
925
925
  "type": "structure",
926
926
  "members": {
927
927
  "setting": {
928
- "shape": "S2o"
928
+ "shape": "S2p"
929
929
  }
930
930
  }
931
931
  }
@@ -939,7 +939,7 @@
939
939
  "members": {
940
940
  "cluster": {},
941
941
  "attributes": {
942
- "shape": "S2q"
942
+ "shape": "S2r"
943
943
  }
944
944
  }
945
945
  },
@@ -947,7 +947,7 @@
947
947
  "type": "structure",
948
948
  "members": {
949
949
  "attributes": {
950
- "shape": "S2q"
950
+ "shape": "S2r"
951
951
  }
952
952
  }
953
953
  }
@@ -987,14 +987,14 @@
987
987
  "instanceIdentityDocument": {},
988
988
  "instanceIdentityDocumentSignature": {},
989
989
  "totalResources": {
990
- "shape": "S38"
990
+ "shape": "S39"
991
991
  },
992
992
  "versionInfo": {
993
- "shape": "S37"
993
+ "shape": "S38"
994
994
  },
995
995
  "containerInstanceArn": {},
996
996
  "attributes": {
997
- "shape": "S2q"
997
+ "shape": "S2r"
998
998
  },
999
999
  "platformDevices": {
1000
1000
  "type": "list",
@@ -1019,7 +1019,7 @@
1019
1019
  "type": "structure",
1020
1020
  "members": {
1021
1021
  "containerInstance": {
1022
- "shape": "S35"
1022
+ "shape": "S36"
1023
1023
  }
1024
1024
  }
1025
1025
  }
@@ -1037,16 +1037,16 @@
1037
1037
  "executionRoleArn": {},
1038
1038
  "networkMode": {},
1039
1039
  "containerDefinitions": {
1040
- "shape": "S3j"
1040
+ "shape": "S3k"
1041
1041
  },
1042
1042
  "volumes": {
1043
- "shape": "S4p"
1043
+ "shape": "S4q"
1044
1044
  },
1045
1045
  "placementConstraints": {
1046
- "shape": "S53"
1046
+ "shape": "S54"
1047
1047
  },
1048
1048
  "requiresCompatibilities": {
1049
- "shape": "S56"
1049
+ "shape": "S57"
1050
1050
  },
1051
1051
  "cpu": {},
1052
1052
  "memory": {},
@@ -1056,16 +1056,16 @@
1056
1056
  "pidMode": {},
1057
1057
  "ipcMode": {},
1058
1058
  "proxyConfiguration": {
1059
- "shape": "S5f"
1059
+ "shape": "S5g"
1060
1060
  },
1061
1061
  "inferenceAccelerators": {
1062
- "shape": "S5b"
1062
+ "shape": "S5c"
1063
1063
  },
1064
1064
  "ephemeralStorage": {
1065
- "shape": "S5i"
1065
+ "shape": "S5j"
1066
1066
  },
1067
1067
  "runtimePlatform": {
1068
- "shape": "S58"
1068
+ "shape": "S59"
1069
1069
  }
1070
1070
  }
1071
1071
  },
@@ -1073,7 +1073,7 @@
1073
1073
  "type": "structure",
1074
1074
  "members": {
1075
1075
  "taskDefinition": {
1076
- "shape": "S3i"
1076
+ "shape": "S3j"
1077
1077
  },
1078
1078
  "tags": {
1079
1079
  "shape": "Sa"
@@ -1104,16 +1104,16 @@
1104
1104
  "group": {},
1105
1105
  "launchType": {},
1106
1106
  "networkConfiguration": {
1107
- "shape": "S1l"
1107
+ "shape": "S1m"
1108
1108
  },
1109
1109
  "overrides": {
1110
- "shape": "S6v"
1110
+ "shape": "S6w"
1111
1111
  },
1112
1112
  "placementConstraints": {
1113
- "shape": "S1f"
1113
+ "shape": "S1g"
1114
1114
  },
1115
1115
  "placementStrategy": {
1116
- "shape": "S1i"
1116
+ "shape": "S1j"
1117
1117
  },
1118
1118
  "platformVersion": {},
1119
1119
  "propagateTags": {},
@@ -1129,10 +1129,10 @@
1129
1129
  "type": "structure",
1130
1130
  "members": {
1131
1131
  "tasks": {
1132
- "shape": "S6h"
1132
+ "shape": "S6i"
1133
1133
  },
1134
1134
  "failures": {
1135
- "shape": "S5o"
1135
+ "shape": "S5p"
1136
1136
  }
1137
1137
  }
1138
1138
  }
@@ -1157,10 +1157,10 @@
1157
1157
  },
1158
1158
  "group": {},
1159
1159
  "networkConfiguration": {
1160
- "shape": "S1l"
1160
+ "shape": "S1m"
1161
1161
  },
1162
1162
  "overrides": {
1163
- "shape": "S6v"
1163
+ "shape": "S6w"
1164
1164
  },
1165
1165
  "propagateTags": {},
1166
1166
  "referenceId": {},
@@ -1175,10 +1175,10 @@
1175
1175
  "type": "structure",
1176
1176
  "members": {
1177
1177
  "tasks": {
1178
- "shape": "S6h"
1178
+ "shape": "S6i"
1179
1179
  },
1180
1180
  "failures": {
1181
- "shape": "S5o"
1181
+ "shape": "S5p"
1182
1182
  }
1183
1183
  }
1184
1184
  }
@@ -1199,7 +1199,7 @@
1199
1199
  "type": "structure",
1200
1200
  "members": {
1201
1201
  "task": {
1202
- "shape": "S6i"
1202
+ "shape": "S6j"
1203
1203
  }
1204
1204
  }
1205
1205
  }
@@ -1213,7 +1213,7 @@
1213
1213
  "members": {
1214
1214
  "cluster": {},
1215
1215
  "attachments": {
1216
- "shape": "S8m"
1216
+ "shape": "S8n"
1217
1217
  }
1218
1218
  }
1219
1219
  },
@@ -1238,7 +1238,7 @@
1238
1238
  },
1239
1239
  "reason": {},
1240
1240
  "networkBindings": {
1241
- "shape": "S6m"
1241
+ "shape": "S6n"
1242
1242
  }
1243
1243
  }
1244
1244
  },
@@ -1269,7 +1269,7 @@
1269
1269
  "type": "integer"
1270
1270
  },
1271
1271
  "networkBindings": {
1272
- "shape": "S6m"
1272
+ "shape": "S6n"
1273
1273
  },
1274
1274
  "reason": {},
1275
1275
  "status": {}
@@ -1277,7 +1277,7 @@
1277
1277
  }
1278
1278
  },
1279
1279
  "attachments": {
1280
- "shape": "S8m"
1280
+ "shape": "S8n"
1281
1281
  },
1282
1282
  "managedAgents": {
1283
1283
  "type": "list",
@@ -1448,7 +1448,7 @@
1448
1448
  "type": "structure",
1449
1449
  "members": {
1450
1450
  "containerInstance": {
1451
- "shape": "S35"
1451
+ "shape": "S36"
1452
1452
  }
1453
1453
  }
1454
1454
  }
@@ -1472,10 +1472,10 @@
1472
1472
  "type": "structure",
1473
1473
  "members": {
1474
1474
  "containerInstances": {
1475
- "shape": "S5z"
1475
+ "shape": "S60"
1476
1476
  },
1477
1477
  "failures": {
1478
- "shape": "S5o"
1478
+ "shape": "S5p"
1479
1479
  }
1480
1480
  }
1481
1481
  }
@@ -1500,13 +1500,13 @@
1500
1500
  "shape": "S1d"
1501
1501
  },
1502
1502
  "networkConfiguration": {
1503
- "shape": "S1l"
1503
+ "shape": "S1m"
1504
1504
  },
1505
1505
  "placementConstraints": {
1506
- "shape": "S1f"
1506
+ "shape": "S1g"
1507
1507
  },
1508
1508
  "placementStrategy": {
1509
- "shape": "S1i"
1509
+ "shape": "S1j"
1510
1510
  },
1511
1511
  "platformVersion": {},
1512
1512
  "forceNewDeployment": {
@@ -1529,7 +1529,7 @@
1529
1529
  "shape": "S1a"
1530
1530
  },
1531
1531
  "serviceConnectConfiguration": {
1532
- "shape": "S1s"
1532
+ "shape": "S1t"
1533
1533
  }
1534
1534
  }
1535
1535
  },
@@ -1537,7 +1537,7 @@
1537
1537
  "type": "structure",
1538
1538
  "members": {
1539
1539
  "service": {
1540
- "shape": "S24"
1540
+ "shape": "S25"
1541
1541
  }
1542
1542
  }
1543
1543
  }
@@ -1560,7 +1560,7 @@
1560
1560
  "type": "structure",
1561
1561
  "members": {
1562
1562
  "taskSet": {
1563
- "shape": "S26"
1563
+ "shape": "S27"
1564
1564
  }
1565
1565
  }
1566
1566
  }
@@ -1590,10 +1590,10 @@
1590
1590
  "type": "structure",
1591
1591
  "members": {
1592
1592
  "protectedTasks": {
1593
- "shape": "S79"
1593
+ "shape": "S7a"
1594
1594
  },
1595
1595
  "failures": {
1596
- "shape": "S5o"
1596
+ "shape": "S5p"
1597
1597
  }
1598
1598
  }
1599
1599
  }
@@ -1612,7 +1612,7 @@
1612
1612
  "service": {},
1613
1613
  "taskSet": {},
1614
1614
  "scale": {
1615
- "shape": "S28"
1615
+ "shape": "S29"
1616
1616
  }
1617
1617
  }
1618
1618
  },
@@ -1620,7 +1620,7 @@
1620
1620
  "type": "structure",
1621
1621
  "members": {
1622
1622
  "taskSet": {
1623
- "shape": "S26"
1623
+ "shape": "S27"
1624
1624
  }
1625
1625
  }
1626
1626
  }
@@ -1879,10 +1879,29 @@
1879
1879
  },
1880
1880
  "minimumHealthyPercent": {
1881
1881
  "type": "integer"
1882
+ },
1883
+ "alarms": {
1884
+ "type": "structure",
1885
+ "required": [
1886
+ "alarmNames",
1887
+ "enable",
1888
+ "rollback"
1889
+ ],
1890
+ "members": {
1891
+ "alarmNames": {
1892
+ "shape": "Sr"
1893
+ },
1894
+ "enable": {
1895
+ "type": "boolean"
1896
+ },
1897
+ "rollback": {
1898
+ "type": "boolean"
1899
+ }
1900
+ }
1882
1901
  }
1883
1902
  }
1884
1903
  },
1885
- "S1f": {
1904
+ "S1g": {
1886
1905
  "type": "list",
1887
1906
  "member": {
1888
1907
  "type": "structure",
@@ -1892,7 +1911,7 @@
1892
1911
  }
1893
1912
  }
1894
1913
  },
1895
- "S1i": {
1914
+ "S1j": {
1896
1915
  "type": "list",
1897
1916
  "member": {
1898
1917
  "type": "structure",
@@ -1902,7 +1921,7 @@
1902
1921
  }
1903
1922
  }
1904
1923
  },
1905
- "S1l": {
1924
+ "S1m": {
1906
1925
  "type": "structure",
1907
1926
  "members": {
1908
1927
  "awsvpcConfiguration": {
@@ -1922,7 +1941,7 @@
1922
1941
  }
1923
1942
  }
1924
1943
  },
1925
- "S1p": {
1944
+ "S1q": {
1926
1945
  "type": "structure",
1927
1946
  "required": [
1928
1947
  "type"
@@ -1931,7 +1950,7 @@
1931
1950
  "type": {}
1932
1951
  }
1933
1952
  },
1934
- "S1s": {
1953
+ "S1t": {
1935
1954
  "type": "structure",
1936
1955
  "required": [
1937
1956
  "enabled"
@@ -1973,11 +1992,11 @@
1973
1992
  }
1974
1993
  },
1975
1994
  "logConfiguration": {
1976
- "shape": "S1y"
1995
+ "shape": "S1z"
1977
1996
  }
1978
1997
  }
1979
1998
  },
1980
- "S1y": {
1999
+ "S1z": {
1981
2000
  "type": "structure",
1982
2001
  "required": [
1983
2002
  "logDriver"
@@ -1990,11 +2009,11 @@
1990
2009
  "value": {}
1991
2010
  },
1992
2011
  "secretOptions": {
1993
- "shape": "S21"
2012
+ "shape": "S22"
1994
2013
  }
1995
2014
  }
1996
2015
  },
1997
- "S21": {
2016
+ "S22": {
1998
2017
  "type": "list",
1999
2018
  "member": {
2000
2019
  "type": "structure",
@@ -2008,7 +2027,7 @@
2008
2027
  }
2009
2028
  }
2010
2029
  },
2011
- "S24": {
2030
+ "S25": {
2012
2031
  "type": "structure",
2013
2032
  "members": {
2014
2033
  "serviceArn": {},
@@ -2041,7 +2060,7 @@
2041
2060
  "shape": "S1d"
2042
2061
  },
2043
2062
  "taskSets": {
2044
- "shape": "S25"
2063
+ "shape": "S26"
2045
2064
  },
2046
2065
  "deployments": {
2047
2066
  "type": "list",
@@ -2076,12 +2095,12 @@
2076
2095
  "platformVersion": {},
2077
2096
  "platformFamily": {},
2078
2097
  "networkConfiguration": {
2079
- "shape": "S1l"
2098
+ "shape": "S1m"
2080
2099
  },
2081
2100
  "rolloutState": {},
2082
2101
  "rolloutStateReason": {},
2083
2102
  "serviceConnectConfiguration": {
2084
- "shape": "S1s"
2103
+ "shape": "S1t"
2085
2104
  },
2086
2105
  "serviceConnectResources": {
2087
2106
  "type": "list",
@@ -2114,20 +2133,20 @@
2114
2133
  "type": "timestamp"
2115
2134
  },
2116
2135
  "placementConstraints": {
2117
- "shape": "S1f"
2136
+ "shape": "S1g"
2118
2137
  },
2119
2138
  "placementStrategy": {
2120
- "shape": "S1i"
2139
+ "shape": "S1j"
2121
2140
  },
2122
2141
  "networkConfiguration": {
2123
- "shape": "S1l"
2142
+ "shape": "S1m"
2124
2143
  },
2125
2144
  "healthCheckGracePeriodSeconds": {
2126
2145
  "type": "integer"
2127
2146
  },
2128
2147
  "schedulingStrategy": {},
2129
2148
  "deploymentController": {
2130
- "shape": "S1p"
2149
+ "shape": "S1q"
2131
2150
  },
2132
2151
  "tags": {
2133
2152
  "shape": "Sa"
@@ -2142,13 +2161,13 @@
2142
2161
  }
2143
2162
  }
2144
2163
  },
2145
- "S25": {
2164
+ "S26": {
2146
2165
  "type": "list",
2147
2166
  "member": {
2148
- "shape": "S26"
2167
+ "shape": "S27"
2149
2168
  }
2150
2169
  },
2151
- "S26": {
2170
+ "S27": {
2152
2171
  "type": "structure",
2153
2172
  "members": {
2154
2173
  "id": {},
@@ -2181,7 +2200,7 @@
2181
2200
  "platformVersion": {},
2182
2201
  "platformFamily": {},
2183
2202
  "networkConfiguration": {
2184
- "shape": "S1l"
2203
+ "shape": "S1m"
2185
2204
  },
2186
2205
  "loadBalancers": {
2187
2206
  "shape": "S17"
@@ -2190,7 +2209,7 @@
2190
2209
  "shape": "S1a"
2191
2210
  },
2192
2211
  "scale": {
2193
- "shape": "S28"
2212
+ "shape": "S29"
2194
2213
  },
2195
2214
  "stabilityStatus": {},
2196
2215
  "stabilityStatusAt": {
@@ -2201,7 +2220,7 @@
2201
2220
  }
2202
2221
  }
2203
2222
  },
2204
- "S28": {
2223
+ "S29": {
2205
2224
  "type": "structure",
2206
2225
  "members": {
2207
2226
  "value": {
@@ -2210,7 +2229,7 @@
2210
2229
  "unit": {}
2211
2230
  }
2212
2231
  },
2213
- "S2o": {
2232
+ "S2p": {
2214
2233
  "type": "structure",
2215
2234
  "members": {
2216
2235
  "name": {},
@@ -2218,13 +2237,13 @@
2218
2237
  "principalArn": {}
2219
2238
  }
2220
2239
  },
2221
- "S2q": {
2240
+ "S2r": {
2222
2241
  "type": "list",
2223
2242
  "member": {
2224
- "shape": "S2r"
2243
+ "shape": "S2s"
2225
2244
  }
2226
2245
  },
2227
- "S2r": {
2246
+ "S2s": {
2228
2247
  "type": "structure",
2229
2248
  "required": [
2230
2249
  "name"
@@ -2236,7 +2255,7 @@
2236
2255
  "targetId": {}
2237
2256
  }
2238
2257
  },
2239
- "S35": {
2258
+ "S36": {
2240
2259
  "type": "structure",
2241
2260
  "members": {
2242
2261
  "containerInstanceArn": {},
@@ -2246,13 +2265,13 @@
2246
2265
  "type": "long"
2247
2266
  },
2248
2267
  "versionInfo": {
2249
- "shape": "S37"
2268
+ "shape": "S38"
2250
2269
  },
2251
2270
  "remainingResources": {
2252
- "shape": "S38"
2271
+ "shape": "S39"
2253
2272
  },
2254
2273
  "registeredResources": {
2255
- "shape": "S38"
2274
+ "shape": "S39"
2256
2275
  },
2257
2276
  "status": {},
2258
2277
  "statusReason": {},
@@ -2267,7 +2286,7 @@
2267
2286
  },
2268
2287
  "agentUpdateStatus": {},
2269
2288
  "attributes": {
2270
- "shape": "S2q"
2289
+ "shape": "S2r"
2271
2290
  },
2272
2291
  "registeredAt": {
2273
2292
  "type": "timestamp"
@@ -2302,7 +2321,7 @@
2302
2321
  }
2303
2322
  }
2304
2323
  },
2305
- "S37": {
2324
+ "S38": {
2306
2325
  "type": "structure",
2307
2326
  "members": {
2308
2327
  "agentVersion": {},
@@ -2310,7 +2329,7 @@
2310
2329
  "dockerVersion": {}
2311
2330
  }
2312
2331
  },
2313
- "S38": {
2332
+ "S39": {
2314
2333
  "type": "list",
2315
2334
  "member": {
2316
2335
  "type": "structure",
@@ -2332,12 +2351,12 @@
2332
2351
  }
2333
2352
  }
2334
2353
  },
2335
- "S3i": {
2354
+ "S3j": {
2336
2355
  "type": "structure",
2337
2356
  "members": {
2338
2357
  "taskDefinitionArn": {},
2339
2358
  "containerDefinitions": {
2340
- "shape": "S3j"
2359
+ "shape": "S3k"
2341
2360
  },
2342
2361
  "family": {},
2343
2362
  "taskRoleArn": {},
@@ -2347,36 +2366,36 @@
2347
2366
  "type": "integer"
2348
2367
  },
2349
2368
  "volumes": {
2350
- "shape": "S4p"
2369
+ "shape": "S4q"
2351
2370
  },
2352
2371
  "status": {},
2353
2372
  "requiresAttributes": {
2354
2373
  "type": "list",
2355
2374
  "member": {
2356
- "shape": "S2r"
2375
+ "shape": "S2s"
2357
2376
  }
2358
2377
  },
2359
2378
  "placementConstraints": {
2360
- "shape": "S53"
2379
+ "shape": "S54"
2361
2380
  },
2362
2381
  "compatibilities": {
2363
- "shape": "S56"
2382
+ "shape": "S57"
2364
2383
  },
2365
2384
  "runtimePlatform": {
2366
- "shape": "S58"
2385
+ "shape": "S59"
2367
2386
  },
2368
2387
  "requiresCompatibilities": {
2369
- "shape": "S56"
2388
+ "shape": "S57"
2370
2389
  },
2371
2390
  "cpu": {},
2372
2391
  "memory": {},
2373
2392
  "inferenceAccelerators": {
2374
- "shape": "S5b"
2393
+ "shape": "S5c"
2375
2394
  },
2376
2395
  "pidMode": {},
2377
2396
  "ipcMode": {},
2378
2397
  "proxyConfiguration": {
2379
- "shape": "S5f"
2398
+ "shape": "S5g"
2380
2399
  },
2381
2400
  "registeredAt": {
2382
2401
  "type": "timestamp"
@@ -2386,11 +2405,11 @@
2386
2405
  },
2387
2406
  "registeredBy": {},
2388
2407
  "ephemeralStorage": {
2389
- "shape": "S5i"
2408
+ "shape": "S5j"
2390
2409
  }
2391
2410
  }
2392
2411
  },
2393
- "S3j": {
2412
+ "S3k": {
2394
2413
  "type": "list",
2395
2414
  "member": {
2396
2415
  "type": "structure",
@@ -2446,10 +2465,10 @@
2446
2465
  "shape": "Sr"
2447
2466
  },
2448
2467
  "environment": {
2449
- "shape": "S3q"
2468
+ "shape": "S3r"
2450
2469
  },
2451
2470
  "environmentFiles": {
2452
- "shape": "S3r"
2471
+ "shape": "S3s"
2453
2472
  },
2454
2473
  "mountPoints": {
2455
2474
  "type": "list",
@@ -2541,7 +2560,7 @@
2541
2560
  }
2542
2561
  },
2543
2562
  "secrets": {
2544
- "shape": "S21"
2563
+ "shape": "S22"
2545
2564
  },
2546
2565
  "dependsOn": {
2547
2566
  "type": "list",
@@ -2630,7 +2649,7 @@
2630
2649
  }
2631
2650
  },
2632
2651
  "logConfiguration": {
2633
- "shape": "S1y"
2652
+ "shape": "S1z"
2634
2653
  },
2635
2654
  "healthCheck": {
2636
2655
  "type": "structure",
@@ -2666,7 +2685,7 @@
2666
2685
  }
2667
2686
  },
2668
2687
  "resourceRequirements": {
2669
- "shape": "S4i"
2688
+ "shape": "S4j"
2670
2689
  },
2671
2690
  "firelensConfiguration": {
2672
2691
  "type": "structure",
@@ -2685,13 +2704,13 @@
2685
2704
  }
2686
2705
  }
2687
2706
  },
2688
- "S3q": {
2707
+ "S3r": {
2689
2708
  "type": "list",
2690
2709
  "member": {
2691
2710
  "shape": "S11"
2692
2711
  }
2693
2712
  },
2694
- "S3r": {
2713
+ "S3s": {
2695
2714
  "type": "list",
2696
2715
  "member": {
2697
2716
  "type": "structure",
@@ -2705,7 +2724,7 @@
2705
2724
  }
2706
2725
  }
2707
2726
  },
2708
- "S4i": {
2727
+ "S4j": {
2709
2728
  "type": "list",
2710
2729
  "member": {
2711
2730
  "type": "structure",
@@ -2719,7 +2738,7 @@
2719
2738
  }
2720
2739
  }
2721
2740
  },
2722
- "S4p": {
2741
+ "S4q": {
2723
2742
  "type": "list",
2724
2743
  "member": {
2725
2744
  "type": "structure",
@@ -2740,10 +2759,10 @@
2740
2759
  },
2741
2760
  "driver": {},
2742
2761
  "driverOpts": {
2743
- "shape": "S4u"
2762
+ "shape": "S4v"
2744
2763
  },
2745
2764
  "labels": {
2746
- "shape": "S4u"
2765
+ "shape": "S4v"
2747
2766
  }
2748
2767
  }
2749
2768
  },
@@ -2794,12 +2813,12 @@
2794
2813
  }
2795
2814
  }
2796
2815
  },
2797
- "S4u": {
2816
+ "S4v": {
2798
2817
  "type": "map",
2799
2818
  "key": {},
2800
2819
  "value": {}
2801
2820
  },
2802
- "S53": {
2821
+ "S54": {
2803
2822
  "type": "list",
2804
2823
  "member": {
2805
2824
  "type": "structure",
@@ -2809,18 +2828,18 @@
2809
2828
  }
2810
2829
  }
2811
2830
  },
2812
- "S56": {
2831
+ "S57": {
2813
2832
  "type": "list",
2814
2833
  "member": {}
2815
2834
  },
2816
- "S58": {
2835
+ "S59": {
2817
2836
  "type": "structure",
2818
2837
  "members": {
2819
2838
  "cpuArchitecture": {},
2820
2839
  "operatingSystemFamily": {}
2821
2840
  }
2822
2841
  },
2823
- "S5b": {
2842
+ "S5c": {
2824
2843
  "type": "list",
2825
2844
  "member": {
2826
2845
  "type": "structure",
@@ -2834,7 +2853,7 @@
2834
2853
  }
2835
2854
  }
2836
2855
  },
2837
- "S5f": {
2856
+ "S5g": {
2838
2857
  "type": "structure",
2839
2858
  "required": [
2840
2859
  "containerName"
@@ -2850,7 +2869,7 @@
2850
2869
  }
2851
2870
  }
2852
2871
  },
2853
- "S5i": {
2872
+ "S5j": {
2854
2873
  "type": "structure",
2855
2874
  "required": [
2856
2875
  "sizeInGiB"
@@ -2861,7 +2880,7 @@
2861
2880
  }
2862
2881
  }
2863
2882
  },
2864
- "S5o": {
2883
+ "S5p": {
2865
2884
  "type": "list",
2866
2885
  "member": {
2867
2886
  "type": "structure",
@@ -2872,26 +2891,26 @@
2872
2891
  }
2873
2892
  }
2874
2893
  },
2875
- "S5z": {
2894
+ "S60": {
2876
2895
  "type": "list",
2877
2896
  "member": {
2878
- "shape": "S35"
2897
+ "shape": "S36"
2879
2898
  }
2880
2899
  },
2881
- "S6h": {
2900
+ "S6i": {
2882
2901
  "type": "list",
2883
2902
  "member": {
2884
- "shape": "S6i"
2903
+ "shape": "S6j"
2885
2904
  }
2886
2905
  },
2887
- "S6i": {
2906
+ "S6j": {
2888
2907
  "type": "structure",
2889
2908
  "members": {
2890
2909
  "attachments": {
2891
2910
  "shape": "S12"
2892
2911
  },
2893
2912
  "attributes": {
2894
- "shape": "S2q"
2913
+ "shape": "S2r"
2895
2914
  },
2896
2915
  "availabilityZone": {},
2897
2916
  "capacityProviderName": {},
@@ -2918,7 +2937,7 @@
2918
2937
  },
2919
2938
  "reason": {},
2920
2939
  "networkBindings": {
2921
- "shape": "S6m"
2940
+ "shape": "S6n"
2922
2941
  },
2923
2942
  "networkInterfaces": {
2924
2943
  "type": "list",
@@ -2970,13 +2989,13 @@
2970
2989
  "group": {},
2971
2990
  "healthStatus": {},
2972
2991
  "inferenceAccelerators": {
2973
- "shape": "S5b"
2992
+ "shape": "S5c"
2974
2993
  },
2975
2994
  "lastStatus": {},
2976
2995
  "launchType": {},
2977
2996
  "memory": {},
2978
2997
  "overrides": {
2979
- "shape": "S6v"
2998
+ "shape": "S6w"
2980
2999
  },
2981
3000
  "platformVersion": {},
2982
3001
  "platformFamily": {},
@@ -3007,11 +3026,11 @@
3007
3026
  "type": "long"
3008
3027
  },
3009
3028
  "ephemeralStorage": {
3010
- "shape": "S5i"
3029
+ "shape": "S5j"
3011
3030
  }
3012
3031
  }
3013
3032
  },
3014
- "S6m": {
3033
+ "S6n": {
3015
3034
  "type": "list",
3016
3035
  "member": {
3017
3036
  "type": "structure",
@@ -3029,7 +3048,7 @@
3029
3048
  }
3030
3049
  }
3031
3050
  },
3032
- "S6v": {
3051
+ "S6w": {
3033
3052
  "type": "structure",
3034
3053
  "members": {
3035
3054
  "containerOverrides": {
@@ -3042,10 +3061,10 @@
3042
3061
  "shape": "Sr"
3043
3062
  },
3044
3063
  "environment": {
3045
- "shape": "S3q"
3064
+ "shape": "S3r"
3046
3065
  },
3047
3066
  "environmentFiles": {
3048
- "shape": "S3r"
3067
+ "shape": "S3s"
3049
3068
  },
3050
3069
  "cpu": {
3051
3070
  "type": "integer"
@@ -3057,7 +3076,7 @@
3057
3076
  "type": "integer"
3058
3077
  },
3059
3078
  "resourceRequirements": {
3060
- "shape": "S4i"
3079
+ "shape": "S4j"
3061
3080
  }
3062
3081
  }
3063
3082
  }
@@ -3077,11 +3096,11 @@
3077
3096
  "memory": {},
3078
3097
  "taskRoleArn": {},
3079
3098
  "ephemeralStorage": {
3080
- "shape": "S5i"
3099
+ "shape": "S5j"
3081
3100
  }
3082
3101
  }
3083
3102
  },
3084
- "S79": {
3103
+ "S7a": {
3085
3104
  "type": "list",
3086
3105
  "member": {
3087
3106
  "type": "structure",
@@ -3096,7 +3115,7 @@
3096
3115
  }
3097
3116
  }
3098
3117
  },
3099
- "S8m": {
3118
+ "S8n": {
3100
3119
  "type": "list",
3101
3120
  "member": {
3102
3121
  "type": "structure",