@cdklabs/cdk-ecs-codedeploy 0.0.10 → 0.0.12
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 +3 -3
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -1
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +178 -159
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.min.json +49 -0
- package/node_modules/aws-sdk/apis/kinesis-video-webrtc-storage-2018-05-10.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +96 -12
- package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +3 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +646 -556
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -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/athena.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ecs.d.ts +19 -1
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +109 -5
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.d.ts +66 -0
- package/node_modules/aws-sdk/clients/kinesisvideowebrtcstorage.js +18 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +5 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +193 -12
- 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 +293 -175
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +60 -60
- 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 +5 -5
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "2.0",
|
|
3
|
+
"metadata": {
|
|
4
|
+
"apiVersion": "2018-05-10",
|
|
5
|
+
"endpointPrefix": "kinesisvideo",
|
|
6
|
+
"jsonVersion": "1.1",
|
|
7
|
+
"protocol": "rest-json",
|
|
8
|
+
"serviceFullName": "Amazon Kinesis Video WebRTC Storage",
|
|
9
|
+
"serviceId": "Kinesis Video WebRTC Storage",
|
|
10
|
+
"signatureVersion": "v4",
|
|
11
|
+
"signingName": "kinesisvideo",
|
|
12
|
+
"uid": "kinesis-video-webrtc-storage-2018-05-10"
|
|
13
|
+
},
|
|
14
|
+
"operations": {
|
|
15
|
+
"JoinStorageSession": {
|
|
16
|
+
"http": {
|
|
17
|
+
"requestUri": "/joinStorageSession",
|
|
18
|
+
"responseCode": 200
|
|
19
|
+
},
|
|
20
|
+
"input": {
|
|
21
|
+
"type": "structure",
|
|
22
|
+
"required": [
|
|
23
|
+
"channelArn"
|
|
24
|
+
],
|
|
25
|
+
"members": {
|
|
26
|
+
"channelArn": {}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"JoinStorageSessionAsViewer": {
|
|
31
|
+
"http": {
|
|
32
|
+
"requestUri": "/joinStorageSessionAsViewer",
|
|
33
|
+
"responseCode": 200
|
|
34
|
+
},
|
|
35
|
+
"input": {
|
|
36
|
+
"type": "structure",
|
|
37
|
+
"required": [
|
|
38
|
+
"channelArn",
|
|
39
|
+
"clientId"
|
|
40
|
+
],
|
|
41
|
+
"members": {
|
|
42
|
+
"channelArn": {},
|
|
43
|
+
"clientId": {}
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"shapes": {}
|
|
49
|
+
}
|
|
@@ -158,6 +158,58 @@
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
|
+
"DescribeMappedResourceConfiguration": {
|
|
162
|
+
"http": {
|
|
163
|
+
"requestUri": "/describeMappedResourceConfiguration"
|
|
164
|
+
},
|
|
165
|
+
"input": {
|
|
166
|
+
"type": "structure",
|
|
167
|
+
"members": {
|
|
168
|
+
"StreamName": {},
|
|
169
|
+
"StreamARN": {},
|
|
170
|
+
"MaxResults": {
|
|
171
|
+
"type": "integer"
|
|
172
|
+
},
|
|
173
|
+
"NextToken": {}
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"output": {
|
|
177
|
+
"type": "structure",
|
|
178
|
+
"members": {
|
|
179
|
+
"MappedResourceConfigurationList": {
|
|
180
|
+
"type": "list",
|
|
181
|
+
"member": {
|
|
182
|
+
"type": "structure",
|
|
183
|
+
"members": {
|
|
184
|
+
"Type": {},
|
|
185
|
+
"ARN": {}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
},
|
|
189
|
+
"NextToken": {}
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"DescribeMediaStorageConfiguration": {
|
|
194
|
+
"http": {
|
|
195
|
+
"requestUri": "/describeMediaStorageConfiguration"
|
|
196
|
+
},
|
|
197
|
+
"input": {
|
|
198
|
+
"type": "structure",
|
|
199
|
+
"members": {
|
|
200
|
+
"ChannelName": {},
|
|
201
|
+
"ChannelARN": {}
|
|
202
|
+
}
|
|
203
|
+
},
|
|
204
|
+
"output": {
|
|
205
|
+
"type": "structure",
|
|
206
|
+
"members": {
|
|
207
|
+
"MediaStorageConfiguration": {
|
|
208
|
+
"shape": "S1y"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
},
|
|
161
213
|
"DescribeNotificationConfiguration": {
|
|
162
214
|
"http": {
|
|
163
215
|
"requestUri": "/describeNotificationConfiguration"
|
|
@@ -173,7 +225,7 @@
|
|
|
173
225
|
"type": "structure",
|
|
174
226
|
"members": {
|
|
175
227
|
"NotificationConfiguration": {
|
|
176
|
-
"shape": "
|
|
228
|
+
"shape": "S22"
|
|
177
229
|
}
|
|
178
230
|
}
|
|
179
231
|
}
|
|
@@ -193,7 +245,7 @@
|
|
|
193
245
|
"type": "structure",
|
|
194
246
|
"members": {
|
|
195
247
|
"ChannelInfo": {
|
|
196
|
-
"shape": "
|
|
248
|
+
"shape": "S26"
|
|
197
249
|
}
|
|
198
250
|
}
|
|
199
251
|
}
|
|
@@ -213,7 +265,7 @@
|
|
|
213
265
|
"type": "structure",
|
|
214
266
|
"members": {
|
|
215
267
|
"StreamInfo": {
|
|
216
|
-
"shape": "
|
|
268
|
+
"shape": "S2a"
|
|
217
269
|
}
|
|
218
270
|
}
|
|
219
271
|
}
|
|
@@ -305,7 +357,7 @@
|
|
|
305
357
|
"ChannelInfoList": {
|
|
306
358
|
"type": "list",
|
|
307
359
|
"member": {
|
|
308
|
-
"shape": "
|
|
360
|
+
"shape": "S26"
|
|
309
361
|
}
|
|
310
362
|
},
|
|
311
363
|
"NextToken": {}
|
|
@@ -338,7 +390,7 @@
|
|
|
338
390
|
"StreamInfoList": {
|
|
339
391
|
"type": "list",
|
|
340
392
|
"member": {
|
|
341
|
-
"shape": "
|
|
393
|
+
"shape": "S2a"
|
|
342
394
|
}
|
|
343
395
|
},
|
|
344
396
|
"NextToken": {}
|
|
@@ -487,7 +539,7 @@
|
|
|
487
539
|
"members": {
|
|
488
540
|
"ResourceARN": {},
|
|
489
541
|
"TagKeyList": {
|
|
490
|
-
"shape": "
|
|
542
|
+
"shape": "S3a"
|
|
491
543
|
}
|
|
492
544
|
}
|
|
493
545
|
},
|
|
@@ -509,7 +561,7 @@
|
|
|
509
561
|
"StreamARN": {},
|
|
510
562
|
"StreamName": {},
|
|
511
563
|
"TagKeyList": {
|
|
512
|
-
"shape": "
|
|
564
|
+
"shape": "S3a"
|
|
513
565
|
}
|
|
514
566
|
}
|
|
515
567
|
},
|
|
@@ -563,6 +615,28 @@
|
|
|
563
615
|
"members": {}
|
|
564
616
|
}
|
|
565
617
|
},
|
|
618
|
+
"UpdateMediaStorageConfiguration": {
|
|
619
|
+
"http": {
|
|
620
|
+
"requestUri": "/updateMediaStorageConfiguration"
|
|
621
|
+
},
|
|
622
|
+
"input": {
|
|
623
|
+
"type": "structure",
|
|
624
|
+
"required": [
|
|
625
|
+
"ChannelARN",
|
|
626
|
+
"MediaStorageConfiguration"
|
|
627
|
+
],
|
|
628
|
+
"members": {
|
|
629
|
+
"ChannelARN": {},
|
|
630
|
+
"MediaStorageConfiguration": {
|
|
631
|
+
"shape": "S1y"
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
},
|
|
635
|
+
"output": {
|
|
636
|
+
"type": "structure",
|
|
637
|
+
"members": {}
|
|
638
|
+
}
|
|
639
|
+
},
|
|
566
640
|
"UpdateNotificationConfiguration": {
|
|
567
641
|
"http": {
|
|
568
642
|
"requestUri": "/updateNotificationConfiguration"
|
|
@@ -573,7 +647,7 @@
|
|
|
573
647
|
"StreamName": {},
|
|
574
648
|
"StreamARN": {},
|
|
575
649
|
"NotificationConfiguration": {
|
|
576
|
-
"shape": "
|
|
650
|
+
"shape": "S22"
|
|
577
651
|
}
|
|
578
652
|
}
|
|
579
653
|
},
|
|
@@ -772,7 +846,17 @@
|
|
|
772
846
|
}
|
|
773
847
|
}
|
|
774
848
|
},
|
|
775
|
-
"
|
|
849
|
+
"S1y": {
|
|
850
|
+
"type": "structure",
|
|
851
|
+
"required": [
|
|
852
|
+
"Status"
|
|
853
|
+
],
|
|
854
|
+
"members": {
|
|
855
|
+
"StreamARN": {},
|
|
856
|
+
"Status": {}
|
|
857
|
+
}
|
|
858
|
+
},
|
|
859
|
+
"S22": {
|
|
776
860
|
"type": "structure",
|
|
777
861
|
"required": [
|
|
778
862
|
"Status",
|
|
@@ -791,7 +875,7 @@
|
|
|
791
875
|
}
|
|
792
876
|
}
|
|
793
877
|
},
|
|
794
|
-
"
|
|
878
|
+
"S26": {
|
|
795
879
|
"type": "structure",
|
|
796
880
|
"members": {
|
|
797
881
|
"ChannelName": {},
|
|
@@ -807,7 +891,7 @@
|
|
|
807
891
|
"Version": {}
|
|
808
892
|
}
|
|
809
893
|
},
|
|
810
|
-
"
|
|
894
|
+
"S2a": {
|
|
811
895
|
"type": "structure",
|
|
812
896
|
"members": {
|
|
813
897
|
"DeviceName": {},
|
|
@@ -825,7 +909,7 @@
|
|
|
825
909
|
}
|
|
826
910
|
}
|
|
827
911
|
},
|
|
828
|
-
"
|
|
912
|
+
"S3a": {
|
|
829
913
|
"type": "list",
|
|
830
914
|
"member": {}
|
|
831
915
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"pagination": {
|
|
3
|
+
"DescribeMappedResourceConfiguration": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"limit_key": "MaxResults",
|
|
6
|
+
"output_token": "NextToken",
|
|
7
|
+
"result_key": "MappedResourceConfigurationList"
|
|
8
|
+
},
|
|
3
9
|
"ListSignalingChannels": {
|
|
4
10
|
"input_token": "NextToken",
|
|
5
11
|
"limit_key": "MaxResults",
|