cdk-lambda-subminute 2.0.397 → 2.0.399

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 +4 -4
  4. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +9 -1
  5. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +187 -158
  6. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +252 -252
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +9 -1
  8. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +82 -75
  9. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +83 -62
  10. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +106 -106
  11. package/node_modules/aws-sdk/clients/appconfig.d.ts +24 -14
  12. package/node_modules/aws-sdk/clients/batch.d.ts +36 -3
  13. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +363 -81
  14. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +2 -2
  15. package/node_modules/aws-sdk/clients/codebuild.d.ts +4 -4
  16. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +32 -32
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +17 -9
  18. package/node_modules/aws-sdk/clients/grafana.d.ts +26 -9
  19. package/node_modules/aws-sdk/clients/guardduty.d.ts +14 -14
  20. package/node_modules/aws-sdk/clients/lambda.d.ts +46 -46
  21. package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +68 -36
  22. package/node_modules/aws-sdk/clients/rds.d.ts +5 -5
  23. package/node_modules/aws-sdk/clients/snowball.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/transfer.d.ts +8 -8
  25. package/node_modules/aws-sdk/clients/wafv2.d.ts +14 -13
  26. package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +4 -3
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -10
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +15 -6
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -2
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1572.0
1
+ // AWS SDK for JavaScript v2.1574.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){
@@ -89028,6 +89028,10 @@ module.exports={
89028
89028
  },
89029
89029
  "CopyImageTags": {
89030
89030
  "type": "boolean"
89031
+ },
89032
+ "TagSpecifications": {
89033
+ "shape": "S3",
89034
+ "locationName": "TagSpecification"
89031
89035
  }
89032
89036
  }
89033
89037
  },
@@ -110650,7 +110654,11 @@ module.exports={
110650
110654
  "BootMode": {},
110651
110655
  "TpmSupport": {},
110652
110656
  "UefiData": {},
110653
- "ImdsSupport": {}
110657
+ "ImdsSupport": {},
110658
+ "TagSpecifications": {
110659
+ "shape": "S3",
110660
+ "locationName": "TagSpecification"
110661
+ }
110654
110662
  }
110655
110663
  },
110656
110664
  "output": {
@@ -272960,7 +272968,7 @@ AWS.util.update(AWS, {
272960
272968
  /**
272961
272969
  * @constant
272962
272970
  */
272963
- VERSION: '2.1572.0',
272971
+ VERSION: '2.1574.0',
272964
272972
 
272965
272973
  /**
272966
272974
  * @api private
@@ -277615,9 +277623,10 @@ module.exports = JsonParser;
277615
277623
  },{"../util":428}],376:[function(require,module,exports){
277616
277624
  (function (process){(function (){
277617
277625
  var warning = [
277618
- 'We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.\n',
277626
+ 'The AWS SDK for JavaScript (v2) will enter maintenance mode',
277627
+ 'on September 8, 2024 and reach end-of-support on September 8, 2025.\n',
277619
277628
  'Please migrate your code to use AWS SDK for JavaScript (v3).',
277620
- 'For more information, check the migration guide at https://a.co/7PzMCcy'
277629
+ 'For more information, check blog post at https://a.co/cUPnyil'
277621
277630
  ].join('\n');
277622
277631
 
277623
277632
  module.exports = {
@@ -295209,7 +295218,7 @@ var LRUCache = /** @class */ (function () {
295209
295218
  }());
295210
295219
  exports.LRUCache = LRUCache;
295211
295220
  },{}],467:[function(require,module,exports){
295212
- // AWS SDK for JavaScript v2.1572.0
295221
+ // AWS SDK for JavaScript v2.1574.0
295213
295222
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
295214
295223
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
295215
295224
  require('./browser_loader');