@cdklabs/cdk-ecs-codedeploy 0.0.6 → 0.0.8

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 (40) 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 +19 -1
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +211 -9
  7. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +21 -3
  8. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +5 -2
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +3 -0
  10. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +304 -51
  11. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.paginators.json +6 -3
  12. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +4 -0
  13. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +33 -27
  14. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +13 -7
  16. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -524
  17. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +796 -160
  18. package/node_modules/aws-sdk/clients/backupgateway.d.ts +258 -0
  19. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +12 -3
  20. package/node_modules/aws-sdk/clients/connect.d.ts +7 -7
  21. package/node_modules/aws-sdk/clients/costexplorer.d.ts +33 -13
  22. package/node_modules/aws-sdk/clients/ecs.d.ts +15 -3
  23. package/node_modules/aws-sdk/clients/eks.d.ts +21 -21
  24. package/node_modules/aws-sdk/clients/glue.d.ts +4 -0
  25. package/node_modules/aws-sdk/clients/kinesis.d.ts +180 -60
  26. package/node_modules/aws-sdk/clients/location.d.ts +2 -2
  27. package/node_modules/aws-sdk/clients/m2.d.ts +81 -65
  28. package/node_modules/aws-sdk/clients/networkmanager.d.ts +6 -2
  29. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +31 -22
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +60 -42
  31. package/node_modules/aws-sdk/clients/sagemakermetrics.d.ts +7 -7
  32. package/node_modules/aws-sdk/clients/securityhub.d.ts +971 -0
  33. package/node_modules/aws-sdk/clients/translate.d.ts +10 -9
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +372 -89
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +95 -95
  38. package/node_modules/aws-sdk/lib/core.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/package.json +6 -6
@@ -20,7 +20,6 @@
20
20
  "input": {
21
21
  "type": "structure",
22
22
  "required": [
23
- "StreamName",
24
23
  "Tags"
25
24
  ],
26
25
  "members": {
@@ -29,8 +28,18 @@
29
28
  "type": "map",
30
29
  "key": {},
31
30
  "value": {}
31
+ },
32
+ "StreamARN": {
33
+ "contextParam": {
34
+ "name": "StreamARN"
35
+ }
32
36
  }
33
37
  }
38
+ },
39
+ "staticContextParams": {
40
+ "OperationType": {
41
+ "value": "control"
42
+ }
34
43
  }
35
44
  },
36
45
  "CreateStream": {
@@ -45,7 +54,7 @@
45
54
  "type": "integer"
46
55
  },
47
56
  "StreamModeDetails": {
48
- "shape": "S8"
57
+ "shape": "S9"
49
58
  }
50
59
  }
51
60
  }
@@ -54,38 +63,67 @@
54
63
  "input": {
55
64
  "type": "structure",
56
65
  "required": [
57
- "StreamName",
58
66
  "RetentionPeriodHours"
59
67
  ],
60
68
  "members": {
61
69
  "StreamName": {},
62
70
  "RetentionPeriodHours": {
63
71
  "type": "integer"
72
+ },
73
+ "StreamARN": {
74
+ "contextParam": {
75
+ "name": "StreamARN"
76
+ }
64
77
  }
65
78
  }
79
+ },
80
+ "staticContextParams": {
81
+ "OperationType": {
82
+ "value": "control"
83
+ }
66
84
  }
67
85
  },
68
86
  "DeleteStream": {
69
87
  "input": {
70
88
  "type": "structure",
71
- "required": [
72
- "StreamName"
73
- ],
74
89
  "members": {
75
90
  "StreamName": {},
76
91
  "EnforceConsumerDeletion": {
77
92
  "type": "boolean"
93
+ },
94
+ "StreamARN": {
95
+ "contextParam": {
96
+ "name": "StreamARN"
97
+ }
78
98
  }
79
99
  }
100
+ },
101
+ "staticContextParams": {
102
+ "OperationType": {
103
+ "value": "control"
104
+ }
80
105
  }
81
106
  },
82
107
  "DeregisterStreamConsumer": {
83
108
  "input": {
84
109
  "type": "structure",
85
110
  "members": {
86
- "StreamARN": {},
111
+ "StreamARN": {
112
+ "contextParam": {
113
+ "name": "StreamARN"
114
+ }
115
+ },
87
116
  "ConsumerName": {},
88
- "ConsumerARN": {}
117
+ "ConsumerARN": {
118
+ "contextParam": {
119
+ "name": "ConsumerARN"
120
+ }
121
+ }
122
+ }
123
+ },
124
+ "staticContextParams": {
125
+ "OperationType": {
126
+ "value": "control"
89
127
  }
90
128
  }
91
129
  },
@@ -121,15 +159,17 @@
121
159
  "DescribeStream": {
122
160
  "input": {
123
161
  "type": "structure",
124
- "required": [
125
- "StreamName"
126
- ],
127
162
  "members": {
128
163
  "StreamName": {},
129
164
  "Limit": {
130
165
  "type": "integer"
131
166
  },
132
- "ExclusiveStartShardId": {}
167
+ "ExclusiveStartShardId": {},
168
+ "StreamARN": {
169
+ "contextParam": {
170
+ "name": "StreamARN"
171
+ }
172
+ }
133
173
  }
134
174
  },
135
175
  "output": {
@@ -155,7 +195,7 @@
155
195
  "StreamARN": {},
156
196
  "StreamStatus": {},
157
197
  "StreamModeDetails": {
158
- "shape": "S8"
198
+ "shape": "S9"
159
199
  },
160
200
  "Shards": {
161
201
  "shape": "St"
@@ -177,15 +217,28 @@
177
217
  }
178
218
  }
179
219
  }
220
+ },
221
+ "staticContextParams": {
222
+ "OperationType": {
223
+ "value": "control"
224
+ }
180
225
  }
181
226
  },
182
227
  "DescribeStreamConsumer": {
183
228
  "input": {
184
229
  "type": "structure",
185
230
  "members": {
186
- "StreamARN": {},
231
+ "StreamARN": {
232
+ "contextParam": {
233
+ "name": "StreamARN"
234
+ }
235
+ },
187
236
  "ConsumerName": {},
188
- "ConsumerARN": {}
237
+ "ConsumerARN": {
238
+ "contextParam": {
239
+ "name": "ConsumerARN"
240
+ }
241
+ }
189
242
  }
190
243
  },
191
244
  "output": {
@@ -214,16 +267,23 @@
214
267
  }
215
268
  }
216
269
  }
270
+ },
271
+ "staticContextParams": {
272
+ "OperationType": {
273
+ "value": "control"
274
+ }
217
275
  }
218
276
  },
219
277
  "DescribeStreamSummary": {
220
278
  "input": {
221
279
  "type": "structure",
222
- "required": [
223
- "StreamName"
224
- ],
225
280
  "members": {
226
- "StreamName": {}
281
+ "StreamName": {},
282
+ "StreamARN": {
283
+ "contextParam": {
284
+ "name": "StreamARN"
285
+ }
286
+ }
227
287
  }
228
288
  },
229
289
  "output": {
@@ -248,7 +308,7 @@
248
308
  "StreamARN": {},
249
309
  "StreamStatus": {},
250
310
  "StreamModeDetails": {
251
- "shape": "S8"
311
+ "shape": "S9"
252
312
  },
253
313
  "RetentionPeriodHours": {
254
314
  "type": "integer"
@@ -270,42 +330,65 @@
270
330
  }
271
331
  }
272
332
  }
333
+ },
334
+ "staticContextParams": {
335
+ "OperationType": {
336
+ "value": "control"
337
+ }
273
338
  }
274
339
  },
275
340
  "DisableEnhancedMonitoring": {
276
341
  "input": {
277
342
  "type": "structure",
278
343
  "required": [
279
- "StreamName",
280
344
  "ShardLevelMetrics"
281
345
  ],
282
346
  "members": {
283
347
  "StreamName": {},
284
348
  "ShardLevelMetrics": {
285
349
  "shape": "S12"
350
+ },
351
+ "StreamARN": {
352
+ "contextParam": {
353
+ "name": "StreamARN"
354
+ }
286
355
  }
287
356
  }
288
357
  },
289
358
  "output": {
290
359
  "shape": "S1f"
360
+ },
361
+ "staticContextParams": {
362
+ "OperationType": {
363
+ "value": "control"
364
+ }
291
365
  }
292
366
  },
293
367
  "EnableEnhancedMonitoring": {
294
368
  "input": {
295
369
  "type": "structure",
296
370
  "required": [
297
- "StreamName",
298
371
  "ShardLevelMetrics"
299
372
  ],
300
373
  "members": {
301
374
  "StreamName": {},
302
375
  "ShardLevelMetrics": {
303
376
  "shape": "S12"
377
+ },
378
+ "StreamARN": {
379
+ "contextParam": {
380
+ "name": "StreamARN"
381
+ }
304
382
  }
305
383
  }
306
384
  },
307
385
  "output": {
308
386
  "shape": "S1f"
387
+ },
388
+ "staticContextParams": {
389
+ "OperationType": {
390
+ "value": "control"
391
+ }
309
392
  }
310
393
  },
311
394
  "GetRecords": {
@@ -318,6 +401,11 @@
318
401
  "ShardIterator": {},
319
402
  "Limit": {
320
403
  "type": "integer"
404
+ },
405
+ "StreamARN": {
406
+ "contextParam": {
407
+ "name": "StreamARN"
408
+ }
321
409
  }
322
410
  }
323
411
  },
@@ -375,13 +463,17 @@
375
463
  }
376
464
  }
377
465
  }
466
+ },
467
+ "staticContextParams": {
468
+ "OperationType": {
469
+ "value": "data"
470
+ }
378
471
  }
379
472
  },
380
473
  "GetShardIterator": {
381
474
  "input": {
382
475
  "type": "structure",
383
476
  "required": [
384
- "StreamName",
385
477
  "ShardId",
386
478
  "ShardIteratorType"
387
479
  ],
@@ -392,6 +484,11 @@
392
484
  "StartingSequenceNumber": {},
393
485
  "Timestamp": {
394
486
  "type": "timestamp"
487
+ },
488
+ "StreamARN": {
489
+ "contextParam": {
490
+ "name": "StreamARN"
491
+ }
395
492
  }
396
493
  }
397
494
  },
@@ -400,21 +497,35 @@
400
497
  "members": {
401
498
  "ShardIterator": {}
402
499
  }
500
+ },
501
+ "staticContextParams": {
502
+ "OperationType": {
503
+ "value": "data"
504
+ }
403
505
  }
404
506
  },
405
507
  "IncreaseStreamRetentionPeriod": {
406
508
  "input": {
407
509
  "type": "structure",
408
510
  "required": [
409
- "StreamName",
410
511
  "RetentionPeriodHours"
411
512
  ],
412
513
  "members": {
413
514
  "StreamName": {},
414
515
  "RetentionPeriodHours": {
415
516
  "type": "integer"
517
+ },
518
+ "StreamARN": {
519
+ "contextParam": {
520
+ "name": "StreamARN"
521
+ }
416
522
  }
417
523
  }
524
+ },
525
+ "staticContextParams": {
526
+ "OperationType": {
527
+ "value": "control"
528
+ }
418
529
  }
419
530
  },
420
531
  "ListShards": {
@@ -442,6 +553,11 @@
442
553
  "type": "timestamp"
443
554
  }
444
555
  }
556
+ },
557
+ "StreamARN": {
558
+ "contextParam": {
559
+ "name": "StreamARN"
560
+ }
445
561
  }
446
562
  }
447
563
  },
@@ -453,6 +569,11 @@
453
569
  },
454
570
  "NextToken": {}
455
571
  }
572
+ },
573
+ "staticContextParams": {
574
+ "OperationType": {
575
+ "value": "control"
576
+ }
456
577
  }
457
578
  },
458
579
  "ListStreamConsumers": {
@@ -462,7 +583,11 @@
462
583
  "StreamARN"
463
584
  ],
464
585
  "members": {
465
- "StreamARN": {},
586
+ "StreamARN": {
587
+ "contextParam": {
588
+ "name": "StreamARN"
589
+ }
590
+ },
466
591
  "NextToken": {},
467
592
  "MaxResults": {
468
593
  "type": "integer"
@@ -483,6 +608,11 @@
483
608
  },
484
609
  "NextToken": {}
485
610
  }
611
+ },
612
+ "staticContextParams": {
613
+ "OperationType": {
614
+ "value": "control"
615
+ }
486
616
  }
487
617
  },
488
618
  "ListStreams": {
@@ -492,7 +622,8 @@
492
622
  "Limit": {
493
623
  "type": "integer"
494
624
  },
495
- "ExclusiveStartStreamName": {}
625
+ "ExclusiveStartStreamName": {},
626
+ "NextToken": {}
496
627
  }
497
628
  },
498
629
  "output": {
@@ -508,6 +639,29 @@
508
639
  },
509
640
  "HasMoreStreams": {
510
641
  "type": "boolean"
642
+ },
643
+ "NextToken": {},
644
+ "StreamSummaries": {
645
+ "type": "list",
646
+ "member": {
647
+ "type": "structure",
648
+ "required": [
649
+ "StreamName",
650
+ "StreamARN",
651
+ "StreamStatus"
652
+ ],
653
+ "members": {
654
+ "StreamName": {},
655
+ "StreamARN": {},
656
+ "StreamStatus": {},
657
+ "StreamModeDetails": {
658
+ "shape": "S9"
659
+ },
660
+ "StreamCreationTimestamp": {
661
+ "type": "timestamp"
662
+ }
663
+ }
664
+ }
511
665
  }
512
666
  }
513
667
  }
@@ -515,14 +669,16 @@
515
669
  "ListTagsForStream": {
516
670
  "input": {
517
671
  "type": "structure",
518
- "required": [
519
- "StreamName"
520
- ],
521
672
  "members": {
522
673
  "StreamName": {},
523
674
  "ExclusiveStartTagKey": {},
524
675
  "Limit": {
525
676
  "type": "integer"
677
+ },
678
+ "StreamARN": {
679
+ "contextParam": {
680
+ "name": "StreamARN"
681
+ }
526
682
  }
527
683
  }
528
684
  },
@@ -550,20 +706,34 @@
550
706
  "type": "boolean"
551
707
  }
552
708
  }
709
+ },
710
+ "staticContextParams": {
711
+ "OperationType": {
712
+ "value": "control"
713
+ }
553
714
  }
554
715
  },
555
716
  "MergeShards": {
556
717
  "input": {
557
718
  "type": "structure",
558
719
  "required": [
559
- "StreamName",
560
720
  "ShardToMerge",
561
721
  "AdjacentShardToMerge"
562
722
  ],
563
723
  "members": {
564
724
  "StreamName": {},
565
725
  "ShardToMerge": {},
566
- "AdjacentShardToMerge": {}
726
+ "AdjacentShardToMerge": {},
727
+ "StreamARN": {
728
+ "contextParam": {
729
+ "name": "StreamARN"
730
+ }
731
+ }
732
+ }
733
+ },
734
+ "staticContextParams": {
735
+ "OperationType": {
736
+ "value": "control"
567
737
  }
568
738
  }
569
739
  },
@@ -571,7 +741,6 @@
571
741
  "input": {
572
742
  "type": "structure",
573
743
  "required": [
574
- "StreamName",
575
744
  "Data",
576
745
  "PartitionKey"
577
746
  ],
@@ -582,7 +751,12 @@
582
751
  },
583
752
  "PartitionKey": {},
584
753
  "ExplicitHashKey": {},
585
- "SequenceNumberForOrdering": {}
754
+ "SequenceNumberForOrdering": {},
755
+ "StreamARN": {
756
+ "contextParam": {
757
+ "name": "StreamARN"
758
+ }
759
+ }
586
760
  }
587
761
  },
588
762
  "output": {
@@ -596,14 +770,18 @@
596
770
  "SequenceNumber": {},
597
771
  "EncryptionType": {}
598
772
  }
773
+ },
774
+ "staticContextParams": {
775
+ "OperationType": {
776
+ "value": "data"
777
+ }
599
778
  }
600
779
  },
601
780
  "PutRecords": {
602
781
  "input": {
603
782
  "type": "structure",
604
783
  "required": [
605
- "Records",
606
- "StreamName"
784
+ "Records"
607
785
  ],
608
786
  "members": {
609
787
  "Records": {
@@ -623,7 +801,12 @@
623
801
  }
624
802
  }
625
803
  },
626
- "StreamName": {}
804
+ "StreamName": {},
805
+ "StreamARN": {
806
+ "contextParam": {
807
+ "name": "StreamARN"
808
+ }
809
+ }
627
810
  }
628
811
  },
629
812
  "output": {
@@ -649,6 +832,11 @@
649
832
  },
650
833
  "EncryptionType": {}
651
834
  }
835
+ },
836
+ "staticContextParams": {
837
+ "OperationType": {
838
+ "value": "data"
839
+ }
652
840
  }
653
841
  },
654
842
  "RegisterStreamConsumer": {
@@ -659,7 +847,11 @@
659
847
  "ConsumerName"
660
848
  ],
661
849
  "members": {
662
- "StreamARN": {},
850
+ "StreamARN": {
851
+ "contextParam": {
852
+ "name": "StreamARN"
853
+ }
854
+ },
663
855
  "ConsumerName": {}
664
856
  }
665
857
  },
@@ -673,13 +865,17 @@
673
865
  "shape": "S27"
674
866
  }
675
867
  }
868
+ },
869
+ "staticContextParams": {
870
+ "OperationType": {
871
+ "value": "control"
872
+ }
676
873
  }
677
874
  },
678
875
  "RemoveTagsFromStream": {
679
876
  "input": {
680
877
  "type": "structure",
681
878
  "required": [
682
- "StreamName",
683
879
  "TagKeys"
684
880
  ],
685
881
  "members": {
@@ -687,22 +883,41 @@
687
883
  "TagKeys": {
688
884
  "type": "list",
689
885
  "member": {}
886
+ },
887
+ "StreamARN": {
888
+ "contextParam": {
889
+ "name": "StreamARN"
890
+ }
690
891
  }
691
892
  }
893
+ },
894
+ "staticContextParams": {
895
+ "OperationType": {
896
+ "value": "control"
897
+ }
692
898
  }
693
899
  },
694
900
  "SplitShard": {
695
901
  "input": {
696
902
  "type": "structure",
697
903
  "required": [
698
- "StreamName",
699
904
  "ShardToSplit",
700
905
  "NewStartingHashKey"
701
906
  ],
702
907
  "members": {
703
908
  "StreamName": {},
704
909
  "ShardToSplit": {},
705
- "NewStartingHashKey": {}
910
+ "NewStartingHashKey": {},
911
+ "StreamARN": {
912
+ "contextParam": {
913
+ "name": "StreamARN"
914
+ }
915
+ }
916
+ }
917
+ },
918
+ "staticContextParams": {
919
+ "OperationType": {
920
+ "value": "control"
706
921
  }
707
922
  }
708
923
  },
@@ -710,14 +925,23 @@
710
925
  "input": {
711
926
  "type": "structure",
712
927
  "required": [
713
- "StreamName",
714
928
  "EncryptionType",
715
929
  "KeyId"
716
930
  ],
717
931
  "members": {
718
932
  "StreamName": {},
719
933
  "EncryptionType": {},
720
- "KeyId": {}
934
+ "KeyId": {},
935
+ "StreamARN": {
936
+ "contextParam": {
937
+ "name": "StreamARN"
938
+ }
939
+ }
940
+ }
941
+ },
942
+ "staticContextParams": {
943
+ "OperationType": {
944
+ "value": "control"
721
945
  }
722
946
  }
723
947
  },
@@ -725,14 +949,23 @@
725
949
  "input": {
726
950
  "type": "structure",
727
951
  "required": [
728
- "StreamName",
729
952
  "EncryptionType",
730
953
  "KeyId"
731
954
  ],
732
955
  "members": {
733
956
  "StreamName": {},
734
957
  "EncryptionType": {},
735
- "KeyId": {}
958
+ "KeyId": {},
959
+ "StreamARN": {
960
+ "contextParam": {
961
+ "name": "StreamARN"
962
+ }
963
+ }
964
+ }
965
+ },
966
+ "staticContextParams": {
967
+ "OperationType": {
968
+ "value": "control"
736
969
  }
737
970
  }
738
971
  },
@@ -740,7 +973,6 @@
740
973
  "input": {
741
974
  "type": "structure",
742
975
  "required": [
743
- "StreamName",
744
976
  "TargetShardCount",
745
977
  "ScalingType"
746
978
  ],
@@ -749,7 +981,12 @@
749
981
  "TargetShardCount": {
750
982
  "type": "integer"
751
983
  },
752
- "ScalingType": {}
984
+ "ScalingType": {},
985
+ "StreamARN": {
986
+ "contextParam": {
987
+ "name": "StreamARN"
988
+ }
989
+ }
753
990
  }
754
991
  },
755
992
  "output": {
@@ -761,7 +998,13 @@
761
998
  },
762
999
  "TargetShardCount": {
763
1000
  "type": "integer"
764
- }
1001
+ },
1002
+ "StreamARN": {}
1003
+ }
1004
+ },
1005
+ "staticContextParams": {
1006
+ "OperationType": {
1007
+ "value": "control"
765
1008
  }
766
1009
  }
767
1010
  },
@@ -773,16 +1016,25 @@
773
1016
  "StreamModeDetails"
774
1017
  ],
775
1018
  "members": {
776
- "StreamARN": {},
1019
+ "StreamARN": {
1020
+ "contextParam": {
1021
+ "name": "StreamARN"
1022
+ }
1023
+ },
777
1024
  "StreamModeDetails": {
778
- "shape": "S8"
1025
+ "shape": "S9"
779
1026
  }
780
1027
  }
1028
+ },
1029
+ "staticContextParams": {
1030
+ "OperationType": {
1031
+ "value": "control"
1032
+ }
781
1033
  }
782
1034
  }
783
1035
  },
784
1036
  "shapes": {
785
- "S8": {
1037
+ "S9": {
786
1038
  "type": "structure",
787
1039
  "required": [
788
1040
  "StreamMode"
@@ -855,7 +1107,8 @@
855
1107
  },
856
1108
  "DesiredShardLevelMetrics": {
857
1109
  "shape": "S12"
858
- }
1110
+ },
1111
+ "StreamARN": {}
859
1112
  }
860
1113
  },
861
1114
  "S27": {