cdk-lambda-subminute 2.0.312 → 2.0.313

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 (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
  5. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
  6. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
  7. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
  8. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
  9. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  10. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
  11. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
  12. package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1688 -980
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
  15. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  16. package/node_modules/aws-sdk/clients/all.js +2 -1
  17. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
  18. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
  19. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
  20. package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
  21. package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
  22. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
  23. package/node_modules/aws-sdk/clients/sagemaker.d.ts +950 -44
  24. package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
  25. package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
  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 +48 -11
  28. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  29. package/node_modules/aws-sdk/dist/aws-sdk.min.js +35 -35
  30. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +2 -2
  34. package/node_modules/aws-sdk/CHANGELOG.md +0 -9341
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1506.0
1
+ // AWS SDK for JavaScript v2.1507.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){
@@ -191996,6 +191996,9 @@ module.exports={
191996
191996
  },
191997
191997
  "qconnect": {
191998
191998
  "name": "QConnect"
191999
+ },
192000
+ "cleanroomsml": {
192001
+ "name": "CleanRoomsML"
191999
192002
  }
192000
192003
  }
192001
192004
  },{}],169:[function(require,module,exports){
@@ -268901,7 +268904,7 @@ AWS.util.update(AWS, {
268901
268904
  /**
268902
268905
  * @constant
268903
268906
  */
268904
- VERSION: '2.1506.0',
268907
+ VERSION: '2.1507.0',
268905
268908
 
268906
268909
  /**
268907
268910
  * @api private
@@ -291082,7 +291085,7 @@ var LRUCache = /** @class */ (function () {
291082
291085
  }());
291083
291086
  exports.LRUCache = LRUCache;
291084
291087
  },{}],467:[function(require,module,exports){
291085
- // AWS SDK for JavaScript v2.1506.0
291088
+ // AWS SDK for JavaScript v2.1507.0
291086
291089
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
291087
291090
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
291088
291091
  require('./browser_loader');