cdk-lambda-subminute 2.0.335 → 2.0.337

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.1525.0
1
+ // AWS SDK for JavaScript v2.1527.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){
@@ -140176,6 +140176,23 @@ module.exports={
140176
140176
  }
140177
140177
  }
140178
140178
  },
140179
+ "SetKeepJobFlowAliveWhenNoSteps": {
140180
+ "input": {
140181
+ "type": "structure",
140182
+ "required": [
140183
+ "JobFlowIds",
140184
+ "KeepJobFlowAliveWhenNoSteps"
140185
+ ],
140186
+ "members": {
140187
+ "JobFlowIds": {
140188
+ "shape": "S1t"
140189
+ },
140190
+ "KeepJobFlowAliveWhenNoSteps": {
140191
+ "type": "boolean"
140192
+ }
140193
+ }
140194
+ }
140195
+ },
140179
140196
  "SetTerminationProtection": {
140180
140197
  "input": {
140181
140198
  "type": "structure",
@@ -271135,7 +271152,7 @@ AWS.util.update(AWS, {
271135
271152
  /**
271136
271153
  * @constant
271137
271154
  */
271138
- VERSION: '2.1525.0',
271155
+ VERSION: '2.1527.0',
271139
271156
 
271140
271157
  /**
271141
271158
  * @api private
@@ -293359,7 +293376,7 @@ var LRUCache = /** @class */ (function () {
293359
293376
  }());
293360
293377
  exports.LRUCache = LRUCache;
293361
293378
  },{}],467:[function(require,module,exports){
293362
- // AWS SDK for JavaScript v2.1525.0
293379
+ // AWS SDK for JavaScript v2.1527.0
293363
293380
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
293364
293381
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
293365
293382
  require('./browser_loader');