@cdklabs/cdk-ecs-codedeploy 0.0.1 → 0.0.3

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 (36) hide show
  1. package/.jsii +9 -6
  2. package/README.md +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +6 -2
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +341 -334
  9. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +160 -15
  10. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +136 -123
  12. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +60 -35
  13. package/node_modules/aws-sdk/apis/sagemaker-metrics-2022-09-30.examples.json +5 -0
  14. package/node_modules/aws-sdk/apis/sagemaker-metrics-2022-09-30.min.json +73 -0
  15. package/node_modules/aws-sdk/apis/sagemaker-metrics-2022-09-30.paginators.json +4 -0
  16. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  17. package/node_modules/aws-sdk/clients/all.js +2 -1
  18. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +2 -1
  19. package/node_modules/aws-sdk/clients/customerprofiles.d.ts +16 -0
  20. package/node_modules/aws-sdk/clients/ec2.d.ts +3 -1
  21. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +191 -2
  22. package/node_modules/aws-sdk/clients/lookoutvision.d.ts +2 -2
  23. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +4 -4
  24. package/node_modules/aws-sdk/clients/rds.d.ts +31 -2
  25. package/node_modules/aws-sdk/clients/rekognition.d.ts +37 -7
  26. package/node_modules/aws-sdk/clients/sagemakermetrics.d.ts +93 -0
  27. package/node_modules/aws-sdk/clients/sagemakermetrics.js +18 -0
  28. package/node_modules/aws-sdk/clients/wafv2.d.ts +4 -4
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +46 -9
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +704 -510
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
  33. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +11 -7
@@ -108,6 +108,36 @@
108
108
  "members": {}
109
109
  }
110
110
  },
111
+ "DescribeEdgeConfiguration": {
112
+ "http": {
113
+ "requestUri": "/describeEdgeConfiguration"
114
+ },
115
+ "input": {
116
+ "type": "structure",
117
+ "members": {
118
+ "StreamName": {},
119
+ "StreamARN": {}
120
+ }
121
+ },
122
+ "output": {
123
+ "type": "structure",
124
+ "members": {
125
+ "StreamName": {},
126
+ "StreamARN": {},
127
+ "CreationTime": {
128
+ "type": "timestamp"
129
+ },
130
+ "LastUpdatedTime": {
131
+ "type": "timestamp"
132
+ },
133
+ "SyncStatus": {},
134
+ "FailedStatusDetails": {},
135
+ "EdgeConfig": {
136
+ "shape": "Su"
137
+ }
138
+ }
139
+ }
140
+ },
111
141
  "DescribeImageGenerationConfiguration": {
112
142
  "http": {
113
143
  "requestUri": "/describeImageGenerationConfiguration"
@@ -123,7 +153,7 @@
123
153
  "type": "structure",
124
154
  "members": {
125
155
  "ImageGenerationConfiguration": {
126
- "shape": "Sr"
156
+ "shape": "S1c"
127
157
  }
128
158
  }
129
159
  }
@@ -143,7 +173,7 @@
143
173
  "type": "structure",
144
174
  "members": {
145
175
  "NotificationConfiguration": {
146
- "shape": "S16"
176
+ "shape": "S1r"
147
177
  }
148
178
  }
149
179
  }
@@ -163,7 +193,7 @@
163
193
  "type": "structure",
164
194
  "members": {
165
195
  "ChannelInfo": {
166
- "shape": "S1a"
196
+ "shape": "S1v"
167
197
  }
168
198
  }
169
199
  }
@@ -183,7 +213,7 @@
183
213
  "type": "structure",
184
214
  "members": {
185
215
  "StreamInfo": {
186
- "shape": "S1f"
216
+ "shape": "S1z"
187
217
  }
188
218
  }
189
219
  }
@@ -275,7 +305,7 @@
275
305
  "ChannelInfoList": {
276
306
  "type": "list",
277
307
  "member": {
278
- "shape": "S1a"
308
+ "shape": "S1v"
279
309
  }
280
310
  },
281
311
  "NextToken": {}
@@ -308,7 +338,7 @@
308
338
  "StreamInfoList": {
309
339
  "type": "list",
310
340
  "member": {
311
- "shape": "S1f"
341
+ "shape": "S1z"
312
342
  }
313
343
  },
314
344
  "NextToken": {}
@@ -361,6 +391,42 @@
361
391
  }
362
392
  }
363
393
  },
394
+ "StartEdgeConfigurationUpdate": {
395
+ "http": {
396
+ "requestUri": "/startEdgeConfigurationUpdate"
397
+ },
398
+ "input": {
399
+ "type": "structure",
400
+ "required": [
401
+ "EdgeConfig"
402
+ ],
403
+ "members": {
404
+ "StreamName": {},
405
+ "StreamARN": {},
406
+ "EdgeConfig": {
407
+ "shape": "Su"
408
+ }
409
+ }
410
+ },
411
+ "output": {
412
+ "type": "structure",
413
+ "members": {
414
+ "StreamName": {},
415
+ "StreamARN": {},
416
+ "CreationTime": {
417
+ "type": "timestamp"
418
+ },
419
+ "LastUpdatedTime": {
420
+ "type": "timestamp"
421
+ },
422
+ "SyncStatus": {},
423
+ "FailedStatusDetails": {},
424
+ "EdgeConfig": {
425
+ "shape": "Su"
426
+ }
427
+ }
428
+ }
429
+ },
364
430
  "TagResource": {
365
431
  "http": {
366
432
  "requestUri": "/TagResource"
@@ -421,7 +487,7 @@
421
487
  "members": {
422
488
  "ResourceARN": {},
423
489
  "TagKeyList": {
424
- "shape": "S2e"
490
+ "shape": "S30"
425
491
  }
426
492
  }
427
493
  },
@@ -443,7 +509,7 @@
443
509
  "StreamARN": {},
444
510
  "StreamName": {},
445
511
  "TagKeyList": {
446
- "shape": "S2e"
512
+ "shape": "S30"
447
513
  }
448
514
  }
449
515
  },
@@ -488,7 +554,7 @@
488
554
  "StreamName": {},
489
555
  "StreamARN": {},
490
556
  "ImageGenerationConfiguration": {
491
- "shape": "Sr"
557
+ "shape": "S1c"
492
558
  }
493
559
  }
494
560
  },
@@ -507,7 +573,7 @@
507
573
  "StreamName": {},
508
574
  "StreamARN": {},
509
575
  "NotificationConfiguration": {
510
- "shape": "S16"
576
+ "shape": "S1r"
511
577
  }
512
578
  }
513
579
  },
@@ -587,7 +653,86 @@
587
653
  "key": {},
588
654
  "value": {}
589
655
  },
590
- "Sr": {
656
+ "Su": {
657
+ "type": "structure",
658
+ "required": [
659
+ "HubDeviceArn",
660
+ "RecorderConfig"
661
+ ],
662
+ "members": {
663
+ "HubDeviceArn": {},
664
+ "RecorderConfig": {
665
+ "type": "structure",
666
+ "required": [
667
+ "MediaSourceConfig"
668
+ ],
669
+ "members": {
670
+ "MediaSourceConfig": {
671
+ "type": "structure",
672
+ "required": [
673
+ "MediaUriSecretArn",
674
+ "MediaUriType"
675
+ ],
676
+ "members": {
677
+ "MediaUriSecretArn": {
678
+ "type": "string",
679
+ "sensitive": true
680
+ },
681
+ "MediaUriType": {}
682
+ }
683
+ },
684
+ "ScheduleConfig": {
685
+ "shape": "S10"
686
+ }
687
+ }
688
+ },
689
+ "UploaderConfig": {
690
+ "type": "structure",
691
+ "required": [
692
+ "ScheduleConfig"
693
+ ],
694
+ "members": {
695
+ "ScheduleConfig": {
696
+ "shape": "S10"
697
+ }
698
+ }
699
+ },
700
+ "DeletionConfig": {
701
+ "type": "structure",
702
+ "members": {
703
+ "EdgeRetentionInHours": {
704
+ "type": "integer"
705
+ },
706
+ "LocalSizeConfig": {
707
+ "type": "structure",
708
+ "members": {
709
+ "MaxLocalMediaSizeInMB": {
710
+ "type": "integer"
711
+ },
712
+ "StrategyOnFullSize": {}
713
+ }
714
+ },
715
+ "DeleteAfterUpload": {
716
+ "type": "boolean"
717
+ }
718
+ }
719
+ }
720
+ }
721
+ },
722
+ "S10": {
723
+ "type": "structure",
724
+ "required": [
725
+ "ScheduleExpression",
726
+ "DurationInSeconds"
727
+ ],
728
+ "members": {
729
+ "ScheduleExpression": {},
730
+ "DurationInSeconds": {
731
+ "type": "integer"
732
+ }
733
+ }
734
+ },
735
+ "S1c": {
591
736
  "type": "structure",
592
737
  "required": [
593
738
  "Status",
@@ -627,7 +772,7 @@
627
772
  }
628
773
  }
629
774
  },
630
- "S16": {
775
+ "S1r": {
631
776
  "type": "structure",
632
777
  "required": [
633
778
  "Status",
@@ -646,7 +791,7 @@
646
791
  }
647
792
  }
648
793
  },
649
- "S1a": {
794
+ "S1v": {
650
795
  "type": "structure",
651
796
  "members": {
652
797
  "ChannelName": {},
@@ -662,7 +807,7 @@
662
807
  "Version": {}
663
808
  }
664
809
  },
665
- "S1f": {
810
+ "S1z": {
666
811
  "type": "structure",
667
812
  "members": {
668
813
  "DeviceName": {},
@@ -680,7 +825,7 @@
680
825
  }
681
826
  }
682
827
  },
683
- "S2e": {
828
+ "S30": {
684
829
  "type": "list",
685
830
  "member": {}
686
831
  }
@@ -1255,5 +1255,9 @@
1255
1255
  },
1256
1256
  "pipes": {
1257
1257
  "name": "Pipes"
1258
+ },
1259
+ "sagemakermetrics": {
1260
+ "prefix": "sagemaker-metrics",
1261
+ "name": "SageMakerMetrics"
1258
1262
  }
1259
1263
  }