cdk-docker-image-deployment 0.0.53 → 0.0.55

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 (30) 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/ec2-2016-11-15.min.json +14 -0
  8. package/node_modules/aws-sdk/apis/fms-2018-01-01.min.json +49 -43
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +217 -195
  10. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +107 -47
  11. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +140 -106
  12. package/node_modules/aws-sdk/apis/neptune-2014-10-31.paginators.json +6 -0
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +293 -286
  14. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +251 -163
  15. package/node_modules/aws-sdk/clients/ec2.d.ts +23 -3
  16. package/node_modules/aws-sdk/clients/fms.d.ts +12 -1
  17. package/node_modules/aws-sdk/clients/glue.d.ts +25 -0
  18. package/node_modules/aws-sdk/clients/iam.d.ts +1 -1
  19. package/node_modules/aws-sdk/clients/kafka.d.ts +97 -4
  20. package/node_modules/aws-sdk/clients/neptune.d.ts +25 -0
  21. package/node_modules/aws-sdk/clients/redshift.d.ts +2 -2
  22. package/node_modules/aws-sdk/clients/sagemaker.d.ts +16 -4
  23. package/node_modules/aws-sdk/clients/wafv2.d.ts +118 -20
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +17 -3
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1240.0
1
+ // AWS SDK for JavaScript v2.1242.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -78944,6 +78944,10 @@ module.exports={
78944
78944
  "TagSpecifications": {
78945
78945
  "shape": "S1v",
78946
78946
  "locationName": "TagSpecification"
78947
+ },
78948
+ "ImageId": {},
78949
+ "DeleteReplacedRootVolume": {
78950
+ "type": "boolean"
78947
78951
  }
78948
78952
  }
78949
78953
  },
@@ -102516,6 +102520,16 @@ module.exports={
102516
102520
  "Tags": {
102517
102521
  "shape": "Su",
102518
102522
  "locationName": "tagSet"
102523
+ },
102524
+ "ImageId": {
102525
+ "locationName": "imageId"
102526
+ },
102527
+ "SnapshotId": {
102528
+ "locationName": "snapshotId"
102529
+ },
102530
+ "DeleteReplacedRootVolume": {
102531
+ "locationName": "deleteReplacedRootVolume",
102532
+ "type": "boolean"
102519
102533
  }
102520
102534
  }
102521
102535
  },
@@ -244681,7 +244695,7 @@ AWS.util.update(AWS, {
244681
244695
  /**
244682
244696
  * @constant
244683
244697
  */
244684
- VERSION: '2.1240.0',
244698
+ VERSION: '2.1242.0',
244685
244699
 
244686
244700
  /**
244687
244701
  * @api private
@@ -266680,7 +266694,7 @@ var LRUCache = /** @class */ (function () {
266680
266694
  }());
266681
266695
  exports.LRUCache = LRUCache;
266682
266696
  },{}],461:[function(require,module,exports){
266683
- // AWS SDK for JavaScript v2.1240.0
266697
+ // AWS SDK for JavaScript v2.1242.0
266684
266698
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
266685
266699
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
266686
266700
  require('./browser_loader');