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