cdk-docker-image-deployment 0.0.129 → 0.0.131

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/kendra-ranking-2022-10-19.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/kendra-ranking-2022-10-19.min.json +286 -0
  9. package/node_modules/aws-sdk/apis/kendra-ranking-2022-10-19.paginators.json +9 -0
  10. package/node_modules/aws-sdk/apis/metadata.json +4 -0
  11. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +10 -1
  12. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +36 -32
  13. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  14. package/node_modules/aws-sdk/clients/all.js +2 -1
  15. package/node_modules/aws-sdk/clients/ecrpublic.d.ts +117 -117
  16. package/node_modules/aws-sdk/clients/kendraranking.d.ts +391 -0
  17. package/node_modules/aws-sdk/clients/kendraranking.js +18 -0
  18. package/node_modules/aws-sdk/clients/location.d.ts +29 -29
  19. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +2 -2
  20. package/node_modules/aws-sdk/clients/rds.d.ts +17 -5
  21. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +17 -0
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +19 -4
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +35 -35
  26. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/lib/region_config_data.json +2 -0
  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.1290.0
1
+ // AWS SDK for JavaScript v2.1292.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){
@@ -178323,6 +178323,10 @@ module.exports={
178323
178323
  "licensemanagerlinuxsubscriptions": {
178324
178324
  "prefix": "license-manager-linux-subscriptions",
178325
178325
  "name": "LicenseManagerLinuxSubscriptions"
178326
+ },
178327
+ "kendraranking": {
178328
+ "prefix": "kendra-ranking",
178329
+ "name": "KendraRanking"
178326
178330
  }
178327
178331
  }
178328
178332
  },{}],166:[function(require,module,exports){
@@ -196950,6 +196954,9 @@ module.exports={
196950
196954
  "EnableCustomerOwnedIp": {
196951
196955
  "type": "boolean"
196952
196956
  },
196957
+ "AllocatedStorage": {
196958
+ "type": "integer"
196959
+ },
196953
196960
  "SourceRegion": {}
196954
196961
  }
196955
196962
  },
@@ -200406,7 +200413,10 @@ module.exports={
200406
200413
  "StorageThroughput": {
200407
200414
  "type": "integer"
200408
200415
  },
200409
- "DBClusterSnapshotIdentifier": {}
200416
+ "DBClusterSnapshotIdentifier": {},
200417
+ "AllocatedStorage": {
200418
+ "type": "integer"
200419
+ }
200410
200420
  }
200411
200421
  },
200412
200422
  "output": {
@@ -200618,6 +200628,9 @@ module.exports={
200618
200628
  "NetworkType": {},
200619
200629
  "StorageThroughput": {
200620
200630
  "type": "integer"
200631
+ },
200632
+ "AllocatedStorage": {
200633
+ "type": "integer"
200621
200634
  }
200622
200635
  }
200623
200636
  },
@@ -251680,7 +251693,7 @@ AWS.util.update(AWS, {
251680
251693
  /**
251681
251694
  * @constant
251682
251695
  */
251683
- VERSION: '2.1290.0',
251696
+ VERSION: '2.1292.0',
251684
251697
 
251685
251698
  /**
251686
251699
  * @api private
@@ -258585,6 +258598,7 @@ module.exports={
258585
258598
  "signatureVersion": "v2"
258586
258599
  },
258587
258600
  "*/resource-explorer-2": "dualstackByDefault",
258601
+ "*/kendra-ranking": "dualstackByDefault",
258588
258602
  "*/codecatalyst": "globalDualstackByDefault"
258589
258603
  },
258590
258604
 
@@ -258647,6 +258661,7 @@ module.exports={
258647
258661
  "endpoint": "route53.us-gov.amazonaws.com"
258648
258662
  },
258649
258663
  "*/resource-explorer-2": "fipsDualstackByDefault",
258664
+ "*/kendra-ranking": "dualstackByDefault",
258650
258665
  "*/codecatalyst": "fipsGlobalDualstackByDefault"
258651
258666
  },
258652
258667
 
@@ -273740,7 +273755,7 @@ var LRUCache = /** @class */ (function () {
273740
273755
  }());
273741
273756
  exports.LRUCache = LRUCache;
273742
273757
  },{}],461:[function(require,module,exports){
273743
- // AWS SDK for JavaScript v2.1290.0
273758
+ // AWS SDK for JavaScript v2.1292.0
273744
273759
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
273745
273760
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
273746
273761
  require('./browser_loader');