cdk-docker-image-deployment 0.0.51 → 0.0.53
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/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/accessanalyzer-2019-11-01.min.json +153 -80
- package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.min.json +13 -11
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +383 -95
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +40 -28
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.examples.json +5 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +674 -643
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +50 -50
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +286 -284
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +150 -84
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +111 -1
- package/node_modules/aws-sdk/clients/acmpca.d.ts +10 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +542 -157
- package/node_modules/aws-sdk/clients/datasync.d.ts +45 -28
- package/node_modules/aws-sdk/clients/location.d.ts +8 -8
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +256 -256
- package/node_modules/aws-sdk/clients/rds.d.ts +12 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +71 -1
- package/node_modules/aws-sdk/clients/workspaces.d.ts +11 -11
- 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 +11 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +290 -288
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +7 -7
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/model/api.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}
|
|
2
|
+
"pagination": {
|
|
3
|
+
"GetChannelSchedule": {
|
|
4
|
+
"input_token": "NextToken",
|
|
5
|
+
"output_token": "NextToken",
|
|
6
|
+
"limit_key": "MaxResults",
|
|
7
|
+
"result_key": "Items"
|
|
8
|
+
},
|
|
9
|
+
"ListAlerts": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"output_token": "NextToken",
|
|
12
|
+
"limit_key": "MaxResults",
|
|
13
|
+
"result_key": "Items"
|
|
14
|
+
},
|
|
15
|
+
"ListChannels": {
|
|
16
|
+
"input_token": "NextToken",
|
|
17
|
+
"output_token": "NextToken",
|
|
18
|
+
"limit_key": "MaxResults",
|
|
19
|
+
"result_key": "Items"
|
|
20
|
+
},
|
|
21
|
+
"ListLiveSources": {
|
|
22
|
+
"input_token": "NextToken",
|
|
23
|
+
"output_token": "NextToken",
|
|
24
|
+
"limit_key": "MaxResults",
|
|
25
|
+
"result_key": "Items"
|
|
26
|
+
},
|
|
27
|
+
"ListPlaybackConfigurations": {
|
|
28
|
+
"input_token": "NextToken",
|
|
29
|
+
"output_token": "NextToken",
|
|
30
|
+
"limit_key": "MaxResults",
|
|
31
|
+
"result_key": "Items"
|
|
32
|
+
},
|
|
33
|
+
"ListPrefetchSchedules": {
|
|
34
|
+
"input_token": "NextToken",
|
|
35
|
+
"output_token": "NextToken",
|
|
36
|
+
"limit_key": "MaxResults",
|
|
37
|
+
"result_key": "Items"
|
|
38
|
+
},
|
|
39
|
+
"ListSourceLocations": {
|
|
40
|
+
"input_token": "NextToken",
|
|
41
|
+
"output_token": "NextToken",
|
|
42
|
+
"limit_key": "MaxResults",
|
|
43
|
+
"result_key": "Items"
|
|
44
|
+
},
|
|
45
|
+
"ListVodSources": {
|
|
46
|
+
"input_token": "NextToken",
|
|
47
|
+
"output_token": "NextToken",
|
|
48
|
+
"limit_key": "MaxResults",
|
|
49
|
+
"result_key": "Items"
|
|
51
50
|
}
|
|
52
|
-
}
|
|
51
|
+
}
|
|
52
|
+
}
|