cdk-lambda-subminute 2.0.486 → 2.0.487

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.1686.0
1
+ // AWS SDK for JavaScript v2.1687.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){
@@ -194894,7 +194894,22 @@ module.exports={
194894
194894
  }
194895
194895
  }
194896
194896
  },
194897
- "sequenceToken": {}
194897
+ "sequenceToken": {},
194898
+ "entity": {
194899
+ "type": "structure",
194900
+ "members": {
194901
+ "keyAttributes": {
194902
+ "type": "map",
194903
+ "key": {},
194904
+ "value": {}
194905
+ },
194906
+ "attributes": {
194907
+ "type": "map",
194908
+ "key": {},
194909
+ "value": {}
194910
+ }
194911
+ }
194912
+ }
194898
194913
  }
194899
194914
  },
194900
194915
  "output": {
@@ -194914,6 +194929,15 @@ module.exports={
194914
194929
  "type": "integer"
194915
194930
  }
194916
194931
  }
194932
+ },
194933
+ "rejectedEntityInfo": {
194934
+ "type": "structure",
194935
+ "required": [
194936
+ "errorType"
194937
+ ],
194938
+ "members": {
194939
+ "errorType": {}
194940
+ }
194917
194941
  }
194918
194942
  }
194919
194943
  }
@@ -195022,7 +195046,7 @@ module.exports={
195022
195046
  ],
195023
195047
  "members": {
195024
195048
  "logGroupIdentifiers": {
195025
- "shape": "S7s"
195049
+ "shape": "S81"
195026
195050
  },
195027
195051
  "logStreamNames": {
195028
195052
  "shape": "S4j"
@@ -195045,7 +195069,7 @@ module.exports={
195045
195069
  "requestId": {},
195046
195070
  "sessionId": {},
195047
195071
  "logGroupIdentifiers": {
195048
- "shape": "S7s"
195072
+ "shape": "S81"
195049
195073
  },
195050
195074
  "logStreamNames": {
195051
195075
  "shape": "S4j"
@@ -195461,7 +195485,7 @@ module.exports={
195461
195485
  "deliveryDestinationPolicy": {}
195462
195486
  }
195463
195487
  },
195464
- "S7s": {
195488
+ "S81": {
195465
195489
  "type": "list",
195466
195490
  "member": {}
195467
195491
  }
@@ -277796,7 +277820,7 @@ AWS.util.update(AWS, {
277796
277820
  /**
277797
277821
  * @constant
277798
277822
  */
277799
- VERSION: '2.1686.0',
277823
+ VERSION: '2.1687.0',
277800
277824
 
277801
277825
  /**
277802
277826
  * @api private
@@ -284711,6 +284735,7 @@ function getEndpointSuffix(region) {
284711
284735
  '^us\\-iso\\-\\w+\\-\\d+$': 'c2s.ic.gov',
284712
284736
  '^us\\-isob\\-\\w+\\-\\d+$': 'sc2s.sgov.gov',
284713
284737
  '^eu\\-isoe\\-west\\-1$': 'cloud.adc-e.uk',
284738
+ '^us\\-isof\\-\\w+\\-\\d+$': 'csp.hci.ic.gov',
284714
284739
  };
284715
284740
  var defaultSuffix = 'amazonaws.com';
284716
284741
  var regexes = Object.keys(regionRegexes);
@@ -300117,7 +300142,7 @@ var LRUCache = /** @class */ (function () {
300117
300142
  }());
300118
300143
  exports.LRUCache = LRUCache;
300119
300144
  },{}],467:[function(require,module,exports){
300120
- // AWS SDK for JavaScript v2.1686.0
300145
+ // AWS SDK for JavaScript v2.1687.0
300121
300146
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
300122
300147
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
300123
300148
  require('./browser_loader');