@cdklabs/cdk-ecs-codedeploy 0.0.13 → 0.0.14

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 (28) hide show
  1. package/.jsii +3 -3
  2. package/lib/ecs-appspec/index.js +1 -1
  3. package/lib/ecs-deployment/index.js +1 -1
  4. package/node_modules/aws-sdk/CHANGELOG.md +10 -1
  5. package/node_modules/aws-sdk/README.md +2 -2
  6. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.examples.json +5 -0
  7. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.min.json +203 -0
  8. package/node_modules/aws-sdk/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +16 -0
  9. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  10. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +14 -5
  11. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +52 -33
  12. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  13. package/node_modules/aws-sdk/clients/all.js +2 -1
  14. package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.d.ts +269 -0
  15. package/node_modules/aws-sdk/clients/licensemanagerlinuxsubscriptions.js +18 -0
  16. package/node_modules/aws-sdk/clients/macie2.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/sagemaker.d.ts +17 -1
  18. package/node_modules/aws-sdk/clients/ssm.d.ts +3 -3
  19. package/node_modules/aws-sdk/clients/support.d.ts +35 -35
  20. package/node_modules/aws-sdk/clients/transfer.d.ts +16 -7
  21. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  22. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +43 -6
  23. package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
  24. package/node_modules/aws-sdk/dist/aws-sdk.min.js +34 -34
  25. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +5 -5
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1279.0
1
+ // AWS SDK for JavaScript v2.1280.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){
@@ -178112,6 +178112,10 @@ module.exports={
178112
178112
  "kinesisvideowebrtcstorage": {
178113
178113
  "prefix": "kinesis-video-webrtc-storage",
178114
178114
  "name": "KinesisVideoWebRTCStorage"
178115
+ },
178116
+ "licensemanagerlinuxsubscriptions": {
178117
+ "prefix": "license-manager-linux-subscriptions",
178118
+ "name": "LicenseManagerLinuxSubscriptions"
178115
178119
  }
178116
178120
  }
178117
178121
  },{}],166:[function(require,module,exports){
@@ -251392,7 +251396,7 @@ AWS.util.update(AWS, {
251392
251396
  /**
251393
251397
  * @constant
251394
251398
  */
251395
- VERSION: '2.1279.0',
251399
+ VERSION: '2.1280.0',
251396
251400
 
251397
251401
  /**
251398
251402
  * @api private
@@ -273452,7 +273456,7 @@ var LRUCache = /** @class */ (function () {
273452
273456
  }());
273453
273457
  exports.LRUCache = LRUCache;
273454
273458
  },{}],461:[function(require,module,exports){
273455
- // AWS SDK for JavaScript v2.1279.0
273459
+ // AWS SDK for JavaScript v2.1280.0
273456
273460
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
273457
273461
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
273458
273462
  require('./browser_loader');