cdk-docker-image-deployment 0.0.52 → 0.0.54

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 (32) 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 +13 -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/kafka-2018-11-14.min.json +107 -47
  9. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +674 -643
  11. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.paginators.json +50 -50
  12. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +140 -106
  13. package/node_modules/aws-sdk/apis/neptune-2014-10-31.paginators.json +6 -0
  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 +0 -1
  16. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +111 -1
  17. package/node_modules/aws-sdk/clients/iam.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/kafka.d.ts +97 -4
  19. package/node_modules/aws-sdk/clients/location.d.ts +8 -8
  20. package/node_modules/aws-sdk/clients/mediatailor.d.ts +256 -256
  21. package/node_modules/aws-sdk/clients/neptune.d.ts +25 -0
  22. package/node_modules/aws-sdk/clients/rds.d.ts +12 -3
  23. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/workspaces.d.ts +11 -11
  25. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  26. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  27. package/node_modules/aws-sdk/dist/aws-sdk.js +290 -288
  28. package/node_modules/aws-sdk/dist/aws-sdk.min.js +7 -7
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/lib/model/api.js +1 -1
  31. package/node_modules/aws-sdk/package.json +1 -1
  32. package/package.json +4 -4
@@ -78,6 +78,12 @@
78
78
  "output_token": "Marker",
79
79
  "result_key": "Events"
80
80
  },
81
+ "DescribeGlobalClusters": {
82
+ "input_token": "Marker",
83
+ "limit_key": "MaxRecords",
84
+ "output_token": "Marker",
85
+ "result_key": "GlobalClusters"
86
+ },
81
87
  "DescribeOrderableDBInstanceOptions": {
82
88
  "input_token": "Marker",
83
89
  "limit_key": "MaxRecords",