@cdklabs/cdk-ecs-codedeploy 0.0.12 → 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 (29) 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 +12 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +6 -0
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +90 -83
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +3 -0
  9. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +2 -1
  10. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +247 -201
  11. package/node_modules/aws-sdk/apis/nimble-2020-08-01.min.json +283 -140
  12. package/node_modules/aws-sdk/apis/nimble-2020-08-01.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/route53domains-2014-05-15.min.json +159 -91
  14. package/node_modules/aws-sdk/clients/batch.d.ts +13 -5
  15. package/node_modules/aws-sdk/clients/ec2.d.ts +52 -38
  16. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +4 -0
  17. package/node_modules/aws-sdk/clients/medialive.d.ts +47 -4
  18. package/node_modules/aws-sdk/clients/nimble.d.ts +319 -123
  19. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +6 -6
  20. package/node_modules/aws-sdk/clients/route53domains.d.ts +227 -37
  21. package/node_modules/aws-sdk/clients/sagemaker.d.ts +9 -9
  22. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +255 -177
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +4 -4
@@ -27,6 +27,11 @@
27
27
  "output_token": "nextToken",
28
28
  "result_key": "streamingImages"
29
29
  },
30
+ "ListStreamingSessionBackups": {
31
+ "input_token": "nextToken",
32
+ "output_token": "nextToken",
33
+ "result_key": "streamingSessionBackups"
34
+ },
30
35
  "ListStreamingSessions": {
31
36
  "input_token": "nextToken",
32
37
  "output_token": "nextToken",
@@ -31,6 +31,36 @@
31
31
  }
32
32
  }
33
33
  },
34
+ "AssociateDelegationSignerToDomain": {
35
+ "input": {
36
+ "type": "structure",
37
+ "required": [
38
+ "DomainName",
39
+ "SigningAttributes"
40
+ ],
41
+ "members": {
42
+ "DomainName": {},
43
+ "SigningAttributes": {
44
+ "type": "structure",
45
+ "members": {
46
+ "Algorithm": {
47
+ "type": "integer"
48
+ },
49
+ "Flags": {
50
+ "type": "integer"
51
+ },
52
+ "PublicKey": {}
53
+ }
54
+ }
55
+ }
56
+ },
57
+ "output": {
58
+ "type": "structure",
59
+ "members": {
60
+ "OperationId": {}
61
+ }
62
+ }
63
+ },
34
64
  "CancelDomainTransferToAnotherAwsAccount": {
35
65
  "input": {
36
66
  "type": "structure",
@@ -61,9 +91,6 @@
61
91
  },
62
92
  "output": {
63
93
  "type": "structure",
64
- "required": [
65
- "Availability"
66
- ],
67
94
  "members": {
68
95
  "Availability": {}
69
96
  }
@@ -78,15 +105,12 @@
78
105
  "members": {
79
106
  "DomainName": {},
80
107
  "AuthCode": {
81
- "shape": "Sd"
108
+ "shape": "Si"
82
109
  }
83
110
  }
84
111
  },
85
112
  "output": {
86
113
  "type": "structure",
87
- "required": [
88
- "Transferability"
89
- ],
90
114
  "members": {
91
115
  "Transferability": {
92
116
  "type": "structure",
@@ -160,10 +184,26 @@
160
184
  }
161
185
  },
162
186
  "output": {
187
+ "type": "structure",
188
+ "members": {
189
+ "OperationId": {}
190
+ }
191
+ }
192
+ },
193
+ "DisassociateDelegationSignerFromDomain": {
194
+ "input": {
163
195
  "type": "structure",
164
196
  "required": [
165
- "OperationId"
197
+ "DomainName",
198
+ "Id"
166
199
  ],
200
+ "members": {
201
+ "DomainName": {},
202
+ "Id": {}
203
+ }
204
+ },
205
+ "output": {
206
+ "type": "structure",
167
207
  "members": {
168
208
  "OperationId": {}
169
209
  }
@@ -196,9 +236,6 @@
196
236
  },
197
237
  "output": {
198
238
  "type": "structure",
199
- "required": [
200
- "OperationId"
201
- ],
202
239
  "members": {
203
240
  "OperationId": {}
204
241
  }
@@ -231,29 +268,22 @@
231
268
  },
232
269
  "output": {
233
270
  "type": "structure",
234
- "required": [
235
- "DomainName",
236
- "Nameservers",
237
- "AdminContact",
238
- "RegistrantContact",
239
- "TechContact"
240
- ],
241
271
  "members": {
242
272
  "DomainName": {},
243
273
  "Nameservers": {
244
- "shape": "S10"
274
+ "shape": "S17"
245
275
  },
246
276
  "AutoRenew": {
247
277
  "type": "boolean"
248
278
  },
249
279
  "AdminContact": {
250
- "shape": "S16"
280
+ "shape": "S1d"
251
281
  },
252
282
  "RegistrantContact": {
253
- "shape": "S16"
283
+ "shape": "S1d"
254
284
  },
255
285
  "TechContact": {
256
- "shape": "S16"
286
+ "shape": "S1d"
257
287
  },
258
288
  "AdminPrivacy": {
259
289
  "type": "boolean"
@@ -284,6 +314,29 @@
284
314
  "StatusList": {
285
315
  "type": "list",
286
316
  "member": {}
317
+ },
318
+ "DnssecKeys": {
319
+ "type": "list",
320
+ "member": {
321
+ "type": "structure",
322
+ "members": {
323
+ "Algorithm": {
324
+ "type": "integer"
325
+ },
326
+ "Flags": {
327
+ "type": "integer"
328
+ },
329
+ "PublicKey": {},
330
+ "DigestType": {
331
+ "type": "integer"
332
+ },
333
+ "Digest": {},
334
+ "KeyTag": {
335
+ "type": "integer"
336
+ },
337
+ "Id": {}
338
+ }
339
+ }
287
340
  }
288
341
  }
289
342
  }
@@ -342,7 +395,11 @@
342
395
  "Type": {},
343
396
  "SubmittedDate": {
344
397
  "type": "timestamp"
345
- }
398
+ },
399
+ "LastUpdatedDate": {
400
+ "type": "timestamp"
401
+ },
402
+ "StatusFlag": {}
346
403
  }
347
404
  }
348
405
  },
@@ -388,17 +445,11 @@
388
445
  },
389
446
  "output": {
390
447
  "type": "structure",
391
- "required": [
392
- "Domains"
393
- ],
394
448
  "members": {
395
449
  "Domains": {
396
450
  "type": "list",
397
451
  "member": {
398
452
  "type": "structure",
399
- "required": [
400
- "DomainName"
401
- ],
402
453
  "members": {
403
454
  "DomainName": {},
404
455
  "AutoRenew": {
@@ -427,31 +478,38 @@
427
478
  "Marker": {},
428
479
  "MaxItems": {
429
480
  "type": "integer"
430
- }
481
+ },
482
+ "Status": {
483
+ "type": "list",
484
+ "member": {}
485
+ },
486
+ "Type": {
487
+ "type": "list",
488
+ "member": {}
489
+ },
490
+ "SortBy": {},
491
+ "SortOrder": {}
431
492
  }
432
493
  },
433
494
  "output": {
434
495
  "type": "structure",
435
- "required": [
436
- "Operations"
437
- ],
438
496
  "members": {
439
497
  "Operations": {
440
498
  "type": "list",
441
499
  "member": {
442
500
  "type": "structure",
443
- "required": [
444
- "OperationId",
445
- "Status",
446
- "Type",
447
- "SubmittedDate"
448
- ],
449
501
  "members": {
450
502
  "OperationId": {},
451
503
  "Status": {},
452
504
  "Type": {},
453
505
  "SubmittedDate": {
454
506
  "type": "timestamp"
507
+ },
508
+ "DomainName": {},
509
+ "Message": {},
510
+ "StatusFlag": {},
511
+ "LastUpdatedDate": {
512
+ "type": "timestamp"
455
513
  }
456
514
  }
457
515
  }
@@ -473,9 +531,6 @@
473
531
  },
474
532
  "output": {
475
533
  "type": "structure",
476
- "required": [
477
- "Prices"
478
- ],
479
534
  "members": {
480
535
  "Prices": {
481
536
  "type": "list",
@@ -484,19 +539,19 @@
484
539
  "members": {
485
540
  "Name": {},
486
541
  "RegistrationPrice": {
487
- "shape": "S2r"
542
+ "shape": "S34"
488
543
  },
489
544
  "TransferPrice": {
490
- "shape": "S2r"
545
+ "shape": "S34"
491
546
  },
492
547
  "RenewalPrice": {
493
- "shape": "S2r"
548
+ "shape": "S34"
494
549
  },
495
550
  "ChangeOwnershipPrice": {
496
- "shape": "S2r"
551
+ "shape": "S34"
497
552
  },
498
553
  "RestorationPrice": {
499
- "shape": "S2r"
554
+ "shape": "S34"
500
555
  }
501
556
  }
502
557
  }
@@ -517,16 +572,26 @@
517
572
  },
518
573
  "output": {
519
574
  "type": "structure",
520
- "required": [
521
- "TagList"
522
- ],
523
575
  "members": {
524
576
  "TagList": {
525
- "shape": "S2w"
577
+ "shape": "S39"
526
578
  }
527
579
  }
528
580
  }
529
581
  },
582
+ "PushDomain": {
583
+ "input": {
584
+ "type": "structure",
585
+ "required": [
586
+ "DomainName",
587
+ "Target"
588
+ ],
589
+ "members": {
590
+ "DomainName": {},
591
+ "Target": {}
592
+ }
593
+ }
594
+ },
530
595
  "RegisterDomain": {
531
596
  "input": {
532
597
  "type": "structure",
@@ -547,13 +612,13 @@
547
612
  "type": "boolean"
548
613
  },
549
614
  "AdminContact": {
550
- "shape": "S16"
615
+ "shape": "S1d"
551
616
  },
552
617
  "RegistrantContact": {
553
- "shape": "S16"
618
+ "shape": "S1d"
554
619
  },
555
620
  "TechContact": {
556
- "shape": "S16"
621
+ "shape": "S1d"
557
622
  },
558
623
  "PrivacyProtectAdminContact": {
559
624
  "type": "boolean"
@@ -568,9 +633,6 @@
568
633
  },
569
634
  "output": {
570
635
  "type": "structure",
571
- "required": [
572
- "OperationId"
573
- ],
574
636
  "members": {
575
637
  "OperationId": {}
576
638
  }
@@ -612,9 +674,6 @@
612
674
  },
613
675
  "output": {
614
676
  "type": "structure",
615
- "required": [
616
- "OperationId"
617
- ],
618
677
  "members": {
619
678
  "OperationId": {}
620
679
  }
@@ -638,6 +697,17 @@
638
697
  }
639
698
  }
640
699
  },
700
+ "ResendOperationAuthorization": {
701
+ "input": {
702
+ "type": "structure",
703
+ "required": [
704
+ "OperationId"
705
+ ],
706
+ "members": {
707
+ "OperationId": {}
708
+ }
709
+ }
710
+ },
641
711
  "RetrieveDomainAuthCode": {
642
712
  "input": {
643
713
  "type": "structure",
@@ -650,12 +720,9 @@
650
720
  },
651
721
  "output": {
652
722
  "type": "structure",
653
- "required": [
654
- "AuthCode"
655
- ],
656
723
  "members": {
657
724
  "AuthCode": {
658
- "shape": "Sd"
725
+ "shape": "Si"
659
726
  }
660
727
  }
661
728
  }
@@ -677,22 +744,22 @@
677
744
  "type": "integer"
678
745
  },
679
746
  "Nameservers": {
680
- "shape": "S10"
747
+ "shape": "S17"
681
748
  },
682
749
  "AuthCode": {
683
- "shape": "Sd"
750
+ "shape": "Si"
684
751
  },
685
752
  "AutoRenew": {
686
753
  "type": "boolean"
687
754
  },
688
755
  "AdminContact": {
689
- "shape": "S16"
756
+ "shape": "S1d"
690
757
  },
691
758
  "RegistrantContact": {
692
- "shape": "S16"
759
+ "shape": "S1d"
693
760
  },
694
761
  "TechContact": {
695
- "shape": "S16"
762
+ "shape": "S1d"
696
763
  },
697
764
  "PrivacyProtectAdminContact": {
698
765
  "type": "boolean"
@@ -707,9 +774,6 @@
707
774
  },
708
775
  "output": {
709
776
  "type": "structure",
710
- "required": [
711
- "OperationId"
712
- ],
713
777
  "members": {
714
778
  "OperationId": {}
715
779
  }
@@ -744,21 +808,31 @@
744
808
  "members": {
745
809
  "DomainName": {},
746
810
  "AdminContact": {
747
- "shape": "S16"
811
+ "shape": "S1d"
748
812
  },
749
813
  "RegistrantContact": {
750
- "shape": "S16"
814
+ "shape": "S1d"
751
815
  },
752
816
  "TechContact": {
753
- "shape": "S16"
817
+ "shape": "S1d"
818
+ },
819
+ "Consent": {
820
+ "type": "structure",
821
+ "required": [
822
+ "MaxPrice",
823
+ "Currency"
824
+ ],
825
+ "members": {
826
+ "MaxPrice": {
827
+ "type": "double"
828
+ },
829
+ "Currency": {}
830
+ }
754
831
  }
755
832
  }
756
833
  },
757
834
  "output": {
758
835
  "type": "structure",
759
- "required": [
760
- "OperationId"
761
- ],
762
836
  "members": {
763
837
  "OperationId": {}
764
838
  }
@@ -785,9 +859,6 @@
785
859
  },
786
860
  "output": {
787
861
  "type": "structure",
788
- "required": [
789
- "OperationId"
790
- ],
791
862
  "members": {
792
863
  "OperationId": {}
793
864
  }
@@ -808,15 +879,12 @@
808
879
  "sensitive": true
809
880
  },
810
881
  "Nameservers": {
811
- "shape": "S10"
882
+ "shape": "S17"
812
883
  }
813
884
  }
814
885
  },
815
886
  "output": {
816
887
  "type": "structure",
817
- "required": [
818
- "OperationId"
819
- ],
820
888
  "members": {
821
889
  "OperationId": {}
822
890
  }
@@ -831,7 +899,7 @@
831
899
  "members": {
832
900
  "DomainName": {},
833
901
  "TagsToUpdate": {
834
- "shape": "S2w"
902
+ "shape": "S39"
835
903
  }
836
904
  }
837
905
  },
@@ -882,11 +950,11 @@
882
950
  }
883
951
  },
884
952
  "shapes": {
885
- "Sd": {
953
+ "Si": {
886
954
  "type": "string",
887
955
  "sensitive": true
888
956
  },
889
- "S10": {
957
+ "S17": {
890
958
  "type": "list",
891
959
  "member": {
892
960
  "type": "structure",
@@ -902,7 +970,7 @@
902
970
  }
903
971
  }
904
972
  },
905
- "S16": {
973
+ "S1d": {
906
974
  "type": "structure",
907
975
  "members": {
908
976
  "FirstName": {},
@@ -938,7 +1006,7 @@
938
1006
  },
939
1007
  "sensitive": true
940
1008
  },
941
- "S2r": {
1009
+ "S34": {
942
1010
  "type": "structure",
943
1011
  "required": [
944
1012
  "Price",
@@ -951,7 +1019,7 @@
951
1019
  "Currency": {}
952
1020
  }
953
1021
  },
954
- "S2w": {
1022
+ "S39": {
955
1023
  "type": "list",
956
1024
  "member": {
957
1025
  "type": "structure",
@@ -406,7 +406,7 @@ declare namespace Batch {
406
406
  */
407
407
  imageId?: String;
408
408
  /**
409
- * The VPC subnets where the compute resources are launched. These subnets must be within the same VPC. Fargate compute resources can contain up to 16 subnets. For more information, see VPCs and subnets in the Amazon VPC User Guide.
409
+ * The VPC subnets where the compute resources are launched. These subnets must be within the same VPC. Fargate compute resources can contain up to 16 subnets. For more information, see VPCs and subnets in the Amazon VPC User Guide. Batch on Amazon EC2 and Batch on Amazon EKS support Local Zones. For more information, see Local Zones in the Amazon EC2 User Guide for Linux Instances, Amazon EKS and Amazon Web Services Local Zones in the Amazon EKS User Guide and Amazon ECS clusters in Local Zones, Wavelength Zones, and Amazon Web Services Outposts in the Amazon ECS Developer Guide. Batch on Fargate doesn't currently support Local Zones.
410
410
  */
411
411
  subnets: StringList;
412
412
  /**
@@ -430,7 +430,7 @@ declare namespace Batch {
430
430
  */
431
431
  placementGroup?: String;
432
432
  /**
433
- * The maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched. For example, if your maximum percentage is 20%, then the Spot price must be less than 20% of the current On-Demand price for that Amazon EC2 instance. You always pay the lowest (market) price and never more than your maximum percentage. If you leave this field empty, the default value is 100% of the On-Demand price. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.
433
+ * The maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched. For example, if your maximum percentage is 20%, then the Spot price must be less than 20% of the current On-Demand price for that Amazon EC2 instance. You always pay the lowest (market) price and never more than your maximum percentage. If you leave this field empty, the default value is 100% of the On-Demand price. For most use cases, we recommend leaving this field empty. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.
434
434
  */
435
435
  bidPercentage?: Integer;
436
436
  /**
@@ -460,7 +460,7 @@ declare namespace Batch {
460
460
  */
461
461
  desiredvCpus?: Integer;
462
462
  /**
463
- * The VPC subnets where the compute resources are launched. Fargate compute resources can contain up to 16 subnets. For Fargate compute resources, providing an empty list will be handled as if this parameter wasn't specified and no change is made. For EC2 compute resources, providing an empty list removes the VPC subnets from the compute resource. For more information, see VPCs and subnets in the Amazon VPC User Guide. When updating a compute environment, changing the VPC subnets requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the Batch User Guide.
463
+ * The VPC subnets where the compute resources are launched. Fargate compute resources can contain up to 16 subnets. For Fargate compute resources, providing an empty list will be handled as if this parameter wasn't specified and no change is made. For EC2 compute resources, providing an empty list removes the VPC subnets from the compute resource. For more information, see VPCs and subnets in the Amazon VPC User Guide. When updating a compute environment, changing the VPC subnets requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the Batch User Guide. Batch on Amazon EC2 and Batch on Amazon EKS support Local Zones. For more information, see Local Zones in the Amazon EC2 User Guide for Linux Instances, Amazon EKS and Amazon Web Services Local Zones in the Amazon EKS User Guide and Amazon ECS clusters in Local Zones, Wavelength Zones, and Amazon Web Services Outposts in the Amazon ECS Developer Guide. Batch on Fargate doesn't currently support Local Zones.
464
464
  */
465
465
  subnets?: StringList;
466
466
  /**
@@ -492,7 +492,7 @@ declare namespace Batch {
492
492
  */
493
493
  placementGroup?: String;
494
494
  /**
495
- * The maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched. For example, if your maximum percentage is 20%, the Spot price must be less than 20% of the current On-Demand price for that Amazon EC2 instance. You always pay the lowest (market) price and never more than your maximum percentage. When updating a compute environment, changing the bid percentage requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the Batch User Guide. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.
495
+ * The maximum percentage that a Spot Instance price can be when compared with the On-Demand price for that instance type before instances are launched. For example, if your maximum percentage is 20%, the Spot price must be less than 20% of the current On-Demand price for that Amazon EC2 instance. You always pay the lowest (market) price and never more than your maximum percentage. For most use cases, we recommend leaving this field empty. When updating a compute environment, changing the bid percentage requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the Batch User Guide. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.
496
496
  */
497
497
  bidPercentage?: Integer;
498
498
  /**
@@ -1620,6 +1620,14 @@ declare namespace Batch {
1620
1620
  * A list of job attempts that are associated with this job.
1621
1621
  */
1622
1622
  eksAttempts?: EksAttemptDetails;
1623
+ /**
1624
+ * Indicates whether the job is canceled.
1625
+ */
1626
+ isCancelled?: Boolean;
1627
+ /**
1628
+ * Indicates whether the job is terminated.
1629
+ */
1630
+ isTerminated?: Boolean;
1623
1631
  }
1624
1632
  export type JobDetailList = JobDetail[];
1625
1633
  export type JobExecutionTimeoutMinutes = number;
@@ -1716,7 +1724,7 @@ declare namespace Batch {
1716
1724
  export type JobSummaryList = JobSummary[];
1717
1725
  export interface JobTimeout {
1718
1726
  /**
1719
- * The job timeout time (in seconds) that's measured from the job attempt's startedAt timestamp. After this time passes, Batch terminates your jobs if they aren't finished. The minimum value for the timeout is 60 seconds.
1727
+ * The job timeout time (in seconds) that's measured from the job attempt's startedAt timestamp. After this time passes, Batch terminates your jobs if they aren't finished. The minimum value for the timeout is 60 seconds. For array jobs, the timeout applies to the child jobs, not to the parent array job. For multi-node parallel (MNP) jobs, the timeout applies to the whole job, not to the individual nodes.
1720
1728
  */
1721
1729
  attemptDurationSeconds?: Integer;
1722
1730
  }