cdk-lambda-subminute 2.0.413 → 2.0.414

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.
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1585.0
1
+ // AWS SDK for JavaScript v2.1586.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"
@@ -273354,7 +273409,7 @@ AWS.util.update(AWS, {
273354
273409
  /**
273355
273410
  * @constant
273356
273411
  */
273357
- VERSION: '2.1585.0',
273412
+ VERSION: '2.1586.0',
273358
273413
 
273359
273414
  /**
273360
273415
  * @api private
@@ -295604,7 +295659,7 @@ var LRUCache = /** @class */ (function () {
295604
295659
  }());
295605
295660
  exports.LRUCache = LRUCache;
295606
295661
  },{}],467:[function(require,module,exports){
295607
- // AWS SDK for JavaScript v2.1585.0
295662
+ // AWS SDK for JavaScript v2.1586.0
295608
295663
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
295609
295664
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
295610
295665
  require('./browser_loader');