cdk-docker-image-deployment 0.0.67 → 0.0.69
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/.jsii +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +68 -65
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +20 -8
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +123 -0
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +76 -3
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +457 -137
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +343 -42
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +4 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.min.json +701 -0
- package/node_modules/aws-sdk/apis/scheduler-2021-06-30.paginators.json +16 -0
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +8 -8
- package/node_modules/aws-sdk/clients/connect.d.ts +15 -2
- package/node_modules/aws-sdk/clients/connectcases.d.ts +27 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +8 -8
- package/node_modules/aws-sdk/clients/ecs.d.ts +79 -0
- package/node_modules/aws-sdk/clients/es.d.ts +301 -0
- package/node_modules/aws-sdk/clients/groundstation.d.ts +413 -70
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +4 -0
- package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/scheduler.d.ts +829 -0
- package/node_modules/aws-sdk/clients/scheduler.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +150 -71
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
|
@@ -582,6 +582,37 @@
|
|
|
582
582
|
"title": "To describe a task"
|
|
583
583
|
}
|
|
584
584
|
],
|
|
585
|
+
"GetTaskProtection": [
|
|
586
|
+
{
|
|
587
|
+
"input": {
|
|
588
|
+
"cluster": "test-task-protection",
|
|
589
|
+
"tasks": [
|
|
590
|
+
"b8b1cf532d0e46ba8d44a40d1de16772"
|
|
591
|
+
]
|
|
592
|
+
},
|
|
593
|
+
"output": {
|
|
594
|
+
"failures": [
|
|
595
|
+
|
|
596
|
+
],
|
|
597
|
+
"protectedTasks": [
|
|
598
|
+
{
|
|
599
|
+
"expirationDate": "2022-11-02T06:56:32.553Z",
|
|
600
|
+
"protectionEnabled": true,
|
|
601
|
+
"taskArn": "arn:aws:ecs:us-west-2:012345678910:task/b8b1cf532d0e46ba8d44a40d1de16772"
|
|
602
|
+
}
|
|
603
|
+
]
|
|
604
|
+
},
|
|
605
|
+
"comments": {
|
|
606
|
+
"input": {
|
|
607
|
+
},
|
|
608
|
+
"output": {
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"description": "In this example, we get the protection status for a single task.",
|
|
612
|
+
"id": "get-the-protection-status-for-a-single-task-2022-11-02T06:56:32.553Z",
|
|
613
|
+
"title": "To get the protection status of a task"
|
|
614
|
+
}
|
|
615
|
+
],
|
|
585
616
|
"ListAccountSettings": [
|
|
586
617
|
{
|
|
587
618
|
"input": {
|
|
@@ -1132,6 +1163,98 @@
|
|
|
1132
1163
|
"id": "9581d6c5-02e3-4140-8cc1-5a4301586633",
|
|
1133
1164
|
"title": "To change the number of tasks in a service"
|
|
1134
1165
|
}
|
|
1166
|
+
],
|
|
1167
|
+
"UpdateTaskProtection": [
|
|
1168
|
+
{
|
|
1169
|
+
"input": {
|
|
1170
|
+
"cluster": "test-task-protection",
|
|
1171
|
+
"expiresInMinutes": 60,
|
|
1172
|
+
"protectionEnabled": true,
|
|
1173
|
+
"tasks": [
|
|
1174
|
+
"b8b1cf532d0e46ba8d44a40d1de16772"
|
|
1175
|
+
]
|
|
1176
|
+
},
|
|
1177
|
+
"output": {
|
|
1178
|
+
"failures": [
|
|
1179
|
+
|
|
1180
|
+
],
|
|
1181
|
+
"protectedTasks": [
|
|
1182
|
+
{
|
|
1183
|
+
"expirationDate": "2022-11-02T06:56:32.553Z",
|
|
1184
|
+
"protectionEnabled": true,
|
|
1185
|
+
"taskArn": "arn:aws:ecs:us-west-2:012345678910:task/b8b1cf532d0e46ba8d44a40d1de16772"
|
|
1186
|
+
}
|
|
1187
|
+
]
|
|
1188
|
+
},
|
|
1189
|
+
"comments": {
|
|
1190
|
+
"input": {
|
|
1191
|
+
},
|
|
1192
|
+
"output": {
|
|
1193
|
+
}
|
|
1194
|
+
},
|
|
1195
|
+
"description": "This example enables scale-in protection for a task for 60 minutes.",
|
|
1196
|
+
"id": "enable-the-protection-status-for-a-single-task-for-60-minutes-2022-11-02T06:56:32.553Z",
|
|
1197
|
+
"title": "To set task scale-in protection for a task for 60 minutes"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"input": {
|
|
1201
|
+
"cluster": "test-task-protection",
|
|
1202
|
+
"protectionEnabled": true,
|
|
1203
|
+
"tasks": [
|
|
1204
|
+
"b8b1cf532d0e46ba8d44a40d1de16772"
|
|
1205
|
+
]
|
|
1206
|
+
},
|
|
1207
|
+
"output": {
|
|
1208
|
+
"failures": [
|
|
1209
|
+
|
|
1210
|
+
],
|
|
1211
|
+
"protectedTasks": [
|
|
1212
|
+
{
|
|
1213
|
+
"expirationDate": "2022-11-02T06:56:32.553Z",
|
|
1214
|
+
"protectionEnabled": true,
|
|
1215
|
+
"taskArn": "arn:aws:ecs:us-west-2:012345678910:task/b8b1cf532d0e46ba8d44a40d1de16772"
|
|
1216
|
+
}
|
|
1217
|
+
]
|
|
1218
|
+
},
|
|
1219
|
+
"comments": {
|
|
1220
|
+
"input": {
|
|
1221
|
+
},
|
|
1222
|
+
"output": {
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"description": "This example enables task scale-in protection for a task, without specifying the expiresInMinutes parameter, for the default protection period of 120 minutes.",
|
|
1226
|
+
"id": "enable-the-protection-status-for-a-single-task-with-default-expiresinminutes-2022-11-02T06:56:32.553Z",
|
|
1227
|
+
"title": "To set task scale-in protection for the default time period in minutes"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"input": {
|
|
1231
|
+
"cluster": "test-task-protection",
|
|
1232
|
+
"protectionEnabled": false,
|
|
1233
|
+
"tasks": [
|
|
1234
|
+
"b8b1cf532d0e46ba8d44a40d1de16772"
|
|
1235
|
+
]
|
|
1236
|
+
},
|
|
1237
|
+
"output": {
|
|
1238
|
+
"failures": [
|
|
1239
|
+
|
|
1240
|
+
],
|
|
1241
|
+
"protectedTasks": [
|
|
1242
|
+
{
|
|
1243
|
+
"protectionEnabled": false,
|
|
1244
|
+
"taskArn": "arn:aws:ecs:us-west-2:012345678910:task/b8b1cf532d0e46ba8d44a40d1de16772"
|
|
1245
|
+
}
|
|
1246
|
+
]
|
|
1247
|
+
},
|
|
1248
|
+
"comments": {
|
|
1249
|
+
"input": {
|
|
1250
|
+
},
|
|
1251
|
+
"output": {
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"description": "This example removes scale-in protection for a task.",
|
|
1255
|
+
"id": "disable-scale-in-protection-on-a-single-task",
|
|
1256
|
+
"title": "To remove task scale-in protection"
|
|
1257
|
+
}
|
|
1135
1258
|
]
|
|
1136
1259
|
}
|
|
1137
1260
|
}
|
|
@@ -618,6 +618,31 @@
|
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
},
|
|
621
|
+
"GetTaskProtection": {
|
|
622
|
+
"input": {
|
|
623
|
+
"type": "structure",
|
|
624
|
+
"required": [
|
|
625
|
+
"cluster"
|
|
626
|
+
],
|
|
627
|
+
"members": {
|
|
628
|
+
"cluster": {},
|
|
629
|
+
"tasks": {
|
|
630
|
+
"shape": "Sr"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
"output": {
|
|
635
|
+
"type": "structure",
|
|
636
|
+
"members": {
|
|
637
|
+
"protectedTasks": {
|
|
638
|
+
"shape": "S6y"
|
|
639
|
+
},
|
|
640
|
+
"failures": {
|
|
641
|
+
"shape": "S5d"
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
},
|
|
621
646
|
"ListAccountSettings": {
|
|
622
647
|
"input": {
|
|
623
648
|
"type": "structure",
|
|
@@ -1157,7 +1182,7 @@
|
|
|
1157
1182
|
"members": {
|
|
1158
1183
|
"cluster": {},
|
|
1159
1184
|
"attachments": {
|
|
1160
|
-
"shape": "
|
|
1185
|
+
"shape": "S89"
|
|
1161
1186
|
}
|
|
1162
1187
|
}
|
|
1163
1188
|
},
|
|
@@ -1221,7 +1246,7 @@
|
|
|
1221
1246
|
}
|
|
1222
1247
|
},
|
|
1223
1248
|
"attachments": {
|
|
1224
|
-
"shape": "
|
|
1249
|
+
"shape": "S89"
|
|
1225
1250
|
},
|
|
1226
1251
|
"managedAgents": {
|
|
1227
1252
|
"type": "list",
|
|
@@ -1503,6 +1528,39 @@
|
|
|
1503
1528
|
}
|
|
1504
1529
|
}
|
|
1505
1530
|
},
|
|
1531
|
+
"UpdateTaskProtection": {
|
|
1532
|
+
"input": {
|
|
1533
|
+
"type": "structure",
|
|
1534
|
+
"required": [
|
|
1535
|
+
"cluster",
|
|
1536
|
+
"tasks",
|
|
1537
|
+
"protectionEnabled"
|
|
1538
|
+
],
|
|
1539
|
+
"members": {
|
|
1540
|
+
"cluster": {},
|
|
1541
|
+
"tasks": {
|
|
1542
|
+
"shape": "Sr"
|
|
1543
|
+
},
|
|
1544
|
+
"protectionEnabled": {
|
|
1545
|
+
"type": "boolean"
|
|
1546
|
+
},
|
|
1547
|
+
"expiresInMinutes": {
|
|
1548
|
+
"type": "integer"
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
"output": {
|
|
1553
|
+
"type": "structure",
|
|
1554
|
+
"members": {
|
|
1555
|
+
"protectedTasks": {
|
|
1556
|
+
"shape": "S6y"
|
|
1557
|
+
},
|
|
1558
|
+
"failures": {
|
|
1559
|
+
"shape": "S5d"
|
|
1560
|
+
}
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
},
|
|
1506
1564
|
"UpdateTaskSet": {
|
|
1507
1565
|
"input": {
|
|
1508
1566
|
"type": "structure",
|
|
@@ -2904,7 +2962,22 @@
|
|
|
2904
2962
|
}
|
|
2905
2963
|
}
|
|
2906
2964
|
},
|
|
2907
|
-
"
|
|
2965
|
+
"S6y": {
|
|
2966
|
+
"type": "list",
|
|
2967
|
+
"member": {
|
|
2968
|
+
"type": "structure",
|
|
2969
|
+
"members": {
|
|
2970
|
+
"taskArn": {},
|
|
2971
|
+
"protectionEnabled": {
|
|
2972
|
+
"type": "boolean"
|
|
2973
|
+
},
|
|
2974
|
+
"expirationDate": {
|
|
2975
|
+
"type": "timestamp"
|
|
2976
|
+
}
|
|
2977
|
+
}
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
"S89": {
|
|
2908
2981
|
"type": "list",
|
|
2909
2982
|
"member": {
|
|
2910
2983
|
"type": "structure",
|