cdk-lambda-subminute 2.0.413 → 2.0.415

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/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +66 -45
  5. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +392 -385
  6. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +107 -13
  7. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +52 -0
  8. package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1 -3
  10. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +6 -4
  11. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +60 -27
  12. package/node_modules/aws-sdk/clients/batch.d.ts +19 -0
  13. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +1423 -278
  14. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +102 -9
  15. package/node_modules/aws-sdk/clients/costexplorer.d.ts +72 -0
  16. package/node_modules/aws-sdk/clients/ec2.d.ts +7 -1
  17. package/node_modules/aws-sdk/clients/ecs.d.ts +10 -10
  18. package/node_modules/aws-sdk/clients/elasticache.d.ts +10 -2
  19. package/node_modules/aws-sdk/clients/finspace.d.ts +31 -2
  20. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +1 -1
  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 +11 -11
  23. package/node_modules/aws-sdk/dist/aws-sdk.js +71 -10
  24. package/node_modules/aws-sdk/dist/aws-sdk.min.js +102 -102
  25. package/node_modules/aws-sdk/lib/core.js +1 -1
  26. package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1585.0
1
+ // AWS SDK for JavaScript v2.1587.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){
@@ -13931,6 +13931,29 @@ module.exports={
13931
13931
  }
13932
13932
  }
13933
13933
  },
13934
+ "ListCostAllocationTagBackfillHistory": {
13935
+ "input": {
13936
+ "type": "structure",
13937
+ "members": {
13938
+ "NextToken": {},
13939
+ "MaxResults": {
13940
+ "type": "integer"
13941
+ }
13942
+ }
13943
+ },
13944
+ "output": {
13945
+ "type": "structure",
13946
+ "members": {
13947
+ "BackfillRequests": {
13948
+ "type": "list",
13949
+ "member": {
13950
+ "shape": "S7t"
13951
+ }
13952
+ },
13953
+ "NextToken": {}
13954
+ }
13955
+ }
13956
+ },
13934
13957
  "ListCostAllocationTags": {
13935
13958
  "input": {
13936
13959
  "type": "structure",
@@ -14088,6 +14111,25 @@ module.exports={
14088
14111
  }
14089
14112
  }
14090
14113
  },
14114
+ "StartCostAllocationTagBackfill": {
14115
+ "input": {
14116
+ "type": "structure",
14117
+ "required": [
14118
+ "BackfillFrom"
14119
+ ],
14120
+ "members": {
14121
+ "BackfillFrom": {}
14122
+ }
14123
+ },
14124
+ "output": {
14125
+ "type": "structure",
14126
+ "members": {
14127
+ "BackfillRequest": {
14128
+ "shape": "S7t"
14129
+ }
14130
+ }
14131
+ }
14132
+ },
14091
14133
  "StartSavingsPlansPurchaseRecommendationGeneration": {
14092
14134
  "input": {
14093
14135
  "type": "structure",
@@ -14778,6 +14820,16 @@ module.exports={
14778
14820
  "shape": "S7a"
14779
14821
  }
14780
14822
  }
14823
+ },
14824
+ "S7t": {
14825
+ "type": "structure",
14826
+ "members": {
14827
+ "BackfillFrom": {},
14828
+ "RequestedAt": {},
14829
+ "CompletedAt": {},
14830
+ "BackfillStatus": {},
14831
+ "LastUpdatedAt": {}
14832
+ }
14781
14833
  }
14782
14834
  }
14783
14835
  }
@@ -14794,6 +14846,11 @@ module.exports={
14794
14846
  "output_token": "NextToken",
14795
14847
  "limit_key": "MaxResults"
14796
14848
  },
14849
+ "ListCostAllocationTagBackfillHistory": {
14850
+ "input_token": "NextToken",
14851
+ "output_token": "NextToken",
14852
+ "limit_key": "MaxResults"
14853
+ },
14797
14854
  "ListCostAllocationTags": {
14798
14855
  "input_token": "NextToken",
14799
14856
  "output_token": "NextToken",
@@ -89696,9 +89753,7 @@ module.exports={
89696
89753
  "locationName": "item",
89697
89754
  "type": "structure",
89698
89755
  "members": {
89699
- "Key": {
89700
- "locationName": "key"
89701
- },
89756
+ "Key": {},
89702
89757
  "Values": {
89703
89758
  "shape": "So",
89704
89759
  "locationName": "Value"
@@ -133195,24 +133250,26 @@ module.exports={
133195
133250
  "DataStorage": {
133196
133251
  "type": "structure",
133197
133252
  "required": [
133198
- "Maximum",
133199
133253
  "Unit"
133200
133254
  ],
133201
133255
  "members": {
133202
133256
  "Maximum": {
133203
133257
  "type": "integer"
133204
133258
  },
133259
+ "Minimum": {
133260
+ "type": "integer"
133261
+ },
133205
133262
  "Unit": {}
133206
133263
  }
133207
133264
  },
133208
133265
  "ECPUPerSecond": {
133209
133266
  "type": "structure",
133210
- "required": [
133211
- "Maximum"
133212
- ],
133213
133267
  "members": {
133214
133268
  "Maximum": {
133215
133269
  "type": "integer"
133270
+ },
133271
+ "Minimum": {
133272
+ "type": "integer"
133216
133273
  }
133217
133274
  }
133218
133275
  }
@@ -273354,7 +273411,7 @@ AWS.util.update(AWS, {
273354
273411
  /**
273355
273412
  * @constant
273356
273413
  */
273357
- VERSION: '2.1585.0',
273414
+ VERSION: '2.1587.0',
273358
273415
 
273359
273416
  /**
273360
273417
  * @api private
@@ -280283,6 +280340,7 @@ module.exports={
280283
280340
  "cn-*/*": {
280284
280341
  "endpoint": "{service}.{region}.amazonaws.com.cn"
280285
280342
  },
280343
+ "eu-isoe-*/*": "euIsoe",
280286
280344
  "us-iso-*/*": "usIso",
280287
280345
  "us-isob-*/*": "usIsob",
280288
280346
  "*/budgets": "globalSSL",
@@ -280520,6 +280578,9 @@ module.exports={
280520
280578
  "endpoint": "{service}.{region}.amazonaws.com",
280521
280579
  "signatureVersion": "s3"
280522
280580
  },
280581
+ "euIsoe": {
280582
+ "endpoint": "{service}.{region}.cloud.adc-e.uk"
280583
+ },
280523
280584
  "usIso": {
280524
280585
  "endpoint": "{service}.{region}.c2s.ic.gov"
280525
280586
  },
@@ -295604,7 +295665,7 @@ var LRUCache = /** @class */ (function () {
295604
295665
  }());
295605
295666
  exports.LRUCache = LRUCache;
295606
295667
  },{}],467:[function(require,module,exports){
295607
- // AWS SDK for JavaScript v2.1585.0
295668
+ // AWS SDK for JavaScript v2.1587.0
295608
295669
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
295609
295670
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
295610
295671
  require('./browser_loader');