cdk-lambda-subminute 2.0.379 → 2.0.381

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 (46) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/CHANGELOG.md +6 -0
  4. package/node_modules/available-typed-arrays/README.md +16 -13
  5. package/node_modules/available-typed-arrays/index.d.ts +6 -15
  6. package/node_modules/available-typed-arrays/index.js +1 -13
  7. package/node_modules/available-typed-arrays/package.json +4 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +49 -21
  10. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.examples.json +5 -0
  11. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.min.json +781 -0
  12. package/node_modules/aws-sdk/apis/chatbot-2017-10-11.paginators.json +39 -0
  13. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +3 -0
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -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/amplify.d.ts +56 -13
  18. package/node_modules/aws-sdk/clients/chatbot.d.ts +958 -0
  19. package/node_modules/aws-sdk/clients/chatbot.js +18 -0
  20. package/node_modules/aws-sdk/clients/configservice.d.ts +12 -12
  21. package/node_modules/aws-sdk/clients/ivs.d.ts +4 -4
  22. package/node_modules/aws-sdk/clients/keyspaces.d.ts +2 -2
  23. package/node_modules/aws-sdk/clients/mediatailor.d.ts +1 -1
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +43 -6
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +3 -3
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/node_modules/has-proto/CHANGELOG.md +15 -0
  32. package/node_modules/has-proto/index.d.ts +3 -0
  33. package/node_modules/has-proto/index.js +5 -1
  34. package/node_modules/has-proto/package.json +9 -5
  35. package/node_modules/has-proto/tsconfig.json +49 -0
  36. package/node_modules/possible-typed-array-names/.eslintrc +5 -0
  37. package/node_modules/possible-typed-array-names/.github/FUNDING.yml +12 -0
  38. package/node_modules/possible-typed-array-names/CHANGELOG.md +15 -0
  39. package/node_modules/possible-typed-array-names/LICENSE +21 -0
  40. package/node_modules/possible-typed-array-names/README.md +48 -0
  41. package/node_modules/possible-typed-array-names/index.d.ts +15 -0
  42. package/node_modules/possible-typed-array-names/index.js +16 -0
  43. package/node_modules/possible-typed-array-names/package.json +83 -0
  44. package/node_modules/possible-typed-array-names/test/index.js +16 -0
  45. package/node_modules/possible-typed-array-names/tsconfig.json +49 -0
  46. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1560.0
1
+ // AWS SDK for JavaScript v2.1561.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){
@@ -195461,6 +195461,9 @@ module.exports={
195461
195461
  },
195462
195462
  "artifact": {
195463
195463
  "name": "Artifact"
195464
+ },
195465
+ "chatbot": {
195466
+ "name": "Chatbot"
195464
195467
  }
195465
195468
  }
195466
195469
  },{}],169:[function(require,module,exports){
@@ -272979,7 +272982,7 @@ AWS.util.update(AWS, {
272979
272982
  /**
272980
272983
  * @constant
272981
272984
  */
272982
- VERSION: '2.1560.0',
272985
+ VERSION: '2.1561.0',
272983
272986
 
272984
272987
  /**
272985
272988
  * @api private
@@ -295228,7 +295231,7 @@ var LRUCache = /** @class */ (function () {
295228
295231
  }());
295229
295232
  exports.LRUCache = LRUCache;
295230
295233
  },{}],467:[function(require,module,exports){
295231
- // AWS SDK for JavaScript v2.1560.0
295234
+ // AWS SDK for JavaScript v2.1561.0
295232
295235
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
295233
295236
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
295234
295237
  require('./browser_loader');