cdk-lambda-subminute 2.0.273 → 2.0.274

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.
@@ -156,6 +156,14 @@ declare class SSM extends Service {
156
156
  * Deletes a maintenance window.
157
157
  */
158
158
  deleteMaintenanceWindow(callback?: (err: AWSError, data: SSM.Types.DeleteMaintenanceWindowResult) => void): Request<SSM.Types.DeleteMaintenanceWindowResult, AWSError>;
159
+ /**
160
+ * Delete an OpsItem. You must have permission in Identity and Access Management (IAM) to delete an OpsItem. Note the following important information about this operation. Deleting an OpsItem is irreversible. You can't restore a deleted OpsItem. This operation uses an eventual consistency model, which means the system can take a few minutes to complete this operation. If you delete an OpsItem and immediately call, for example, GetOpsItem, the deleted OpsItem might still appear in the response. This operation is idempotent. The system doesn't throw an exception if you repeatedly call this operation for the same OpsItem. If the first call is successful, all additional calls return the same successful response as the first call. This operation doesn't support cross-account calls. A delegated administrator or management account can't delete OpsItems in other accounts, even if OpsCenter has been set up for cross-account administration. For more information about cross-account administration, see Setting up OpsCenter to centrally manage OpsItems across accounts in the Systems Manager User Guide.
161
+ */
162
+ deleteOpsItem(params: SSM.Types.DeleteOpsItemRequest, callback?: (err: AWSError, data: SSM.Types.DeleteOpsItemResponse) => void): Request<SSM.Types.DeleteOpsItemResponse, AWSError>;
163
+ /**
164
+ * Delete an OpsItem. You must have permission in Identity and Access Management (IAM) to delete an OpsItem. Note the following important information about this operation. Deleting an OpsItem is irreversible. You can't restore a deleted OpsItem. This operation uses an eventual consistency model, which means the system can take a few minutes to complete this operation. If you delete an OpsItem and immediately call, for example, GetOpsItem, the deleted OpsItem might still appear in the response. This operation is idempotent. The system doesn't throw an exception if you repeatedly call this operation for the same OpsItem. If the first call is successful, all additional calls return the same successful response as the first call. This operation doesn't support cross-account calls. A delegated administrator or management account can't delete OpsItems in other accounts, even if OpsCenter has been set up for cross-account administration. For more information about cross-account administration, see Setting up OpsCenter to centrally manage OpsItems across accounts in the Systems Manager User Guide.
165
+ */
166
+ deleteOpsItem(callback?: (err: AWSError, data: SSM.Types.DeleteOpsItemResponse) => void): Request<SSM.Types.DeleteOpsItemResponse, AWSError>;
159
167
  /**
160
168
  * Delete OpsMetadata related to an application.
161
169
  */
@@ -2799,7 +2807,7 @@ declare namespace SSM {
2799
2807
  */
2800
2808
  Description: OpsItemDescription;
2801
2809
  /**
2802
- * The type of OpsItem to create. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
2810
+ * The type of OpsItem to create. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insights This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
2803
2811
  */
2804
2812
  OpsItemType?: OpsItemType;
2805
2813
  /**
@@ -3061,6 +3069,14 @@ declare namespace SSM {
3061
3069
  */
3062
3070
  WindowId?: MaintenanceWindowId;
3063
3071
  }
3072
+ export interface DeleteOpsItemRequest {
3073
+ /**
3074
+ * The ID of the OpsItem that you want to delete.
3075
+ */
3076
+ OpsItemId: OpsItemId;
3077
+ }
3078
+ export interface DeleteOpsItemResponse {
3079
+ }
3064
3080
  export interface DeleteOpsMetadataRequest {
3065
3081
  /**
3066
3082
  * The Amazon Resource Name (ARN) of an OpsMetadata Object to delete.
@@ -7148,7 +7164,7 @@ declare namespace SSM {
7148
7164
  */
7149
7165
  CreatedBy?: String;
7150
7166
  /**
7151
- * The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
7167
+ * The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insights This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
7152
7168
  */
7153
7169
  OpsItemType?: OpsItemType;
7154
7170
  /**
@@ -7448,7 +7464,7 @@ declare namespace SSM {
7448
7464
  */
7449
7465
  Severity?: OpsItemSeverity;
7450
7466
  /**
7451
- * The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insight This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
7467
+ * The type of OpsItem. Systems Manager supports the following types of OpsItems: /aws/issue This type of OpsItem is used for default OpsItems created by OpsCenter. /aws/changerequest This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. /aws/insights This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems.
7452
7468
  */
7453
7469
  OpsItemType?: OpsItemType;
7454
7470
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1477.0',
86
+ VERSION: '2.1478.0',
87
87
 
88
88
  /**
89
89
  * @api private
@@ -143,12 +143,12 @@ return /******/ (function(modules) { // webpackBootstrap
143
143
  __webpack_require__(46);
144
144
  __webpack_require__(49);
145
145
  __webpack_require__(50);
146
- __webpack_require__(74);
147
146
  __webpack_require__(77);
148
- __webpack_require__(78);
149
- __webpack_require__(79);
150
- __webpack_require__(88);
151
- __webpack_require__(89);
147
+ __webpack_require__(80);
148
+ __webpack_require__(81);
149
+ __webpack_require__(82);
150
+ __webpack_require__(91);
151
+ __webpack_require__(92);
152
152
 
153
153
  /**
154
154
  * @readonly
@@ -8852,7 +8852,7 @@ return /******/ (function(modules) { // webpackBootstrap
8852
8852
  }
8853
8853
  exports.isPrimitive = isPrimitive;
8854
8854
 
8855
- exports.isBuffer = __webpack_require__(72);
8855
+ exports.isBuffer = __webpack_require__(75);
8856
8856
 
8857
8857
  function objectToString(o) {
8858
8858
  return Object.prototype.toString.call(o);
@@ -8896,7 +8896,7 @@ return /******/ (function(modules) { // webpackBootstrap
8896
8896
  * prototype.
8897
8897
  * @param {function} superCtor Constructor function to inherit prototype from.
8898
8898
  */
8899
- exports.inherits = __webpack_require__(73);
8899
+ exports.inherits = __webpack_require__(76);
8900
8900
 
8901
8901
  exports._extend = function(origin, add) {
8902
8902
  // Don't do anything if add isn't an object
@@ -9033,9 +9033,9 @@ return /******/ (function(modules) { // webpackBootstrap
9033
9033
  'use strict';
9034
9034
 
9035
9035
  var isArgumentsObject = __webpack_require__(54);
9036
- var isGeneratorFunction = __webpack_require__(65);
9037
- var whichTypedArray = __webpack_require__(66);
9038
- var isTypedArray = __webpack_require__(71);
9036
+ var isGeneratorFunction = __webpack_require__(69);
9037
+ var whichTypedArray = __webpack_require__(70);
9038
+ var isTypedArray = __webpack_require__(74);
9039
9039
 
9040
9040
  function uncurryThis(f) {
9041
9041
  return f.call.bind(f);
@@ -10000,12 +10000,13 @@ return /******/ (function(modules) { // webpackBootstrap
10000
10000
 
10001
10001
  var bind = __webpack_require__(61);
10002
10002
  var GetIntrinsic = __webpack_require__(58);
10003
+ var setFunctionLength = __webpack_require__(65);
10003
10004
 
10005
+ var $TypeError = GetIntrinsic('%TypeError%');
10004
10006
  var $apply = GetIntrinsic('%Function.prototype.apply%');
10005
10007
  var $call = GetIntrinsic('%Function.prototype.call%');
10006
10008
  var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);
10007
10009
 
10008
- var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
10009
10010
  var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
10010
10011
  var $max = GetIntrinsic('%Math.max%');
10011
10012
 
@@ -10019,19 +10020,15 @@ return /******/ (function(modules) { // webpackBootstrap
10019
10020
  }
10020
10021
 
10021
10022
  module.exports = function callBind(originalFunction) {
10022
- var func = $reflectApply(bind, $call, arguments);
10023
- if ($gOPD && $defineProperty) {
10024
- var desc = $gOPD(func, 'length');
10025
- if (desc.configurable) {
10026
- // original length, plus the receiver, minus any additional arguments (after the receiver)
10027
- $defineProperty(
10028
- func,
10029
- 'length',
10030
- { value: 1 + $max(0, originalFunction.length - (arguments.length - 1)) }
10031
- );
10032
- }
10023
+ if (typeof originalFunction !== 'function') {
10024
+ throw new $TypeError('a function is required');
10033
10025
  }
10034
- return func;
10026
+ var func = $reflectApply(bind, $call, arguments);
10027
+ return setFunctionLength(
10028
+ func,
10029
+ 1 + $max(0, originalFunction.length - (arguments.length - 1)),
10030
+ true
10031
+ );
10035
10032
  };
10036
10033
 
10037
10034
  var applyBind = function applyBind() {
@@ -10051,6 +10048,188 @@ return /******/ (function(modules) { // webpackBootstrap
10051
10048
 
10052
10049
  'use strict';
10053
10050
 
10051
+ var GetIntrinsic = __webpack_require__(58);
10052
+ var define = __webpack_require__(66);
10053
+ var hasDescriptors = __webpack_require__(67)();
10054
+ var gOPD = __webpack_require__(68);
10055
+
10056
+ var $TypeError = GetIntrinsic('%TypeError%');
10057
+ var $floor = GetIntrinsic('%Math.floor%');
10058
+
10059
+ module.exports = function setFunctionLength(fn, length) {
10060
+ if (typeof fn !== 'function') {
10061
+ throw new $TypeError('`fn` is not a function');
10062
+ }
10063
+ if (typeof length !== 'number' || length < 0 || length > 0xFFFFFFFF || $floor(length) !== length) {
10064
+ throw new $TypeError('`length` must be a positive 32-bit integer');
10065
+ }
10066
+
10067
+ var loose = arguments.length > 2 && !!arguments[2];
10068
+
10069
+ var functionLengthIsConfigurable = true;
10070
+ var functionLengthIsWritable = true;
10071
+ if ('length' in fn && gOPD) {
10072
+ var desc = gOPD(fn, 'length');
10073
+ if (desc && !desc.configurable) {
10074
+ functionLengthIsConfigurable = false;
10075
+ }
10076
+ if (desc && !desc.writable) {
10077
+ functionLengthIsWritable = false;
10078
+ }
10079
+ }
10080
+
10081
+ if (functionLengthIsConfigurable || functionLengthIsWritable || !loose) {
10082
+ if (hasDescriptors) {
10083
+ define(fn, 'length', length, true, true);
10084
+ } else {
10085
+ define(fn, 'length', length);
10086
+ }
10087
+ }
10088
+ return fn;
10089
+ };
10090
+
10091
+
10092
+ /***/ }),
10093
+ /* 66 */
10094
+ /***/ (function(module, exports, __webpack_require__) {
10095
+
10096
+ 'use strict';
10097
+
10098
+ var hasPropertyDescriptors = __webpack_require__(67)();
10099
+
10100
+ var GetIntrinsic = __webpack_require__(58);
10101
+
10102
+ var $defineProperty = hasPropertyDescriptors && GetIntrinsic('%Object.defineProperty%', true);
10103
+ if ($defineProperty) {
10104
+ try {
10105
+ $defineProperty({}, 'a', { value: 1 });
10106
+ } catch (e) {
10107
+ // IE 8 has a broken defineProperty
10108
+ $defineProperty = false;
10109
+ }
10110
+ }
10111
+
10112
+ var $SyntaxError = GetIntrinsic('%SyntaxError%');
10113
+ var $TypeError = GetIntrinsic('%TypeError%');
10114
+
10115
+ var gopd = __webpack_require__(68);
10116
+
10117
+ /** @type {(obj: Record<PropertyKey, unknown>, property: PropertyKey, value: unknown, nonEnumerable?: boolean | null, nonWritable?: boolean | null, nonConfigurable?: boolean | null, loose?: boolean) => void} */
10118
+ module.exports = function defineDataProperty(
10119
+ obj,
10120
+ property,
10121
+ value
10122
+ ) {
10123
+ if (!obj || (typeof obj !== 'object' && typeof obj !== 'function')) {
10124
+ throw new $TypeError('`obj` must be an object or a function`');
10125
+ }
10126
+ if (typeof property !== 'string' && typeof property !== 'symbol') {
10127
+ throw new $TypeError('`property` must be a string or a symbol`');
10128
+ }
10129
+ if (arguments.length > 3 && typeof arguments[3] !== 'boolean' && arguments[3] !== null) {
10130
+ throw new $TypeError('`nonEnumerable`, if provided, must be a boolean or null');
10131
+ }
10132
+ if (arguments.length > 4 && typeof arguments[4] !== 'boolean' && arguments[4] !== null) {
10133
+ throw new $TypeError('`nonWritable`, if provided, must be a boolean or null');
10134
+ }
10135
+ if (arguments.length > 5 && typeof arguments[5] !== 'boolean' && arguments[5] !== null) {
10136
+ throw new $TypeError('`nonConfigurable`, if provided, must be a boolean or null');
10137
+ }
10138
+ if (arguments.length > 6 && typeof arguments[6] !== 'boolean') {
10139
+ throw new $TypeError('`loose`, if provided, must be a boolean');
10140
+ }
10141
+
10142
+ var nonEnumerable = arguments.length > 3 ? arguments[3] : null;
10143
+ var nonWritable = arguments.length > 4 ? arguments[4] : null;
10144
+ var nonConfigurable = arguments.length > 5 ? arguments[5] : null;
10145
+ var loose = arguments.length > 6 ? arguments[6] : false;
10146
+
10147
+ /* @type {false | TypedPropertyDescriptor<unknown>} */
10148
+ var desc = !!gopd && gopd(obj, property);
10149
+
10150
+ if ($defineProperty) {
10151
+ $defineProperty(obj, property, {
10152
+ configurable: nonConfigurable === null && desc ? desc.configurable : !nonConfigurable,
10153
+ enumerable: nonEnumerable === null && desc ? desc.enumerable : !nonEnumerable,
10154
+ value: value,
10155
+ writable: nonWritable === null && desc ? desc.writable : !nonWritable
10156
+ });
10157
+ } else if (loose || (!nonEnumerable && !nonWritable && !nonConfigurable)) {
10158
+ // must fall back to [[Set]], and was not explicitly asked to make non-enumerable, non-writable, or non-configurable
10159
+ obj[property] = value; // eslint-disable-line no-param-reassign
10160
+ } else {
10161
+ throw new $SyntaxError('This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.');
10162
+ }
10163
+ };
10164
+
10165
+
10166
+ /***/ }),
10167
+ /* 67 */
10168
+ /***/ (function(module, exports, __webpack_require__) {
10169
+
10170
+ 'use strict';
10171
+
10172
+ var GetIntrinsic = __webpack_require__(58);
10173
+
10174
+ var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
10175
+
10176
+ var hasPropertyDescriptors = function hasPropertyDescriptors() {
10177
+ if ($defineProperty) {
10178
+ try {
10179
+ $defineProperty({}, 'a', { value: 1 });
10180
+ return true;
10181
+ } catch (e) {
10182
+ // IE 8 has a broken defineProperty
10183
+ return false;
10184
+ }
10185
+ }
10186
+ return false;
10187
+ };
10188
+
10189
+ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() {
10190
+ // node v0.6 has a bug where array lengths can be Set but not Defined
10191
+ if (!hasPropertyDescriptors()) {
10192
+ return null;
10193
+ }
10194
+ try {
10195
+ return $defineProperty([], 'length', { value: 1 }).length !== 1;
10196
+ } catch (e) {
10197
+ // In Firefox 4-22, defining length on an array throws an exception.
10198
+ return true;
10199
+ }
10200
+ };
10201
+
10202
+ module.exports = hasPropertyDescriptors;
10203
+
10204
+
10205
+ /***/ }),
10206
+ /* 68 */
10207
+ /***/ (function(module, exports, __webpack_require__) {
10208
+
10209
+ 'use strict';
10210
+
10211
+ var GetIntrinsic = __webpack_require__(58);
10212
+
10213
+ var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
10214
+
10215
+ if ($gOPD) {
10216
+ try {
10217
+ $gOPD([], 'length');
10218
+ } catch (e) {
10219
+ // IE 8 has a broken gOPD
10220
+ $gOPD = null;
10221
+ }
10222
+ }
10223
+
10224
+ module.exports = $gOPD;
10225
+
10226
+
10227
+ /***/ }),
10228
+ /* 69 */
10229
+ /***/ (function(module, exports, __webpack_require__) {
10230
+
10231
+ 'use strict';
10232
+
10054
10233
  var toStr = Object.prototype.toString;
10055
10234
  var fnToStr = Function.prototype.toString;
10056
10235
  var isFnRegex = /^\s*(?:function)?\*/;
@@ -10090,16 +10269,16 @@ return /******/ (function(modules) { // webpackBootstrap
10090
10269
 
10091
10270
 
10092
10271
  /***/ }),
10093
- /* 66 */
10272
+ /* 70 */
10094
10273
  /***/ (function(module, exports, __webpack_require__) {
10095
10274
 
10096
10275
  /* WEBPACK VAR INJECTION */(function(global) {'use strict';
10097
10276
 
10098
- var forEach = __webpack_require__(67);
10099
- var availableTypedArrays = __webpack_require__(69);
10277
+ var forEach = __webpack_require__(71);
10278
+ var availableTypedArrays = __webpack_require__(73);
10100
10279
  var callBind = __webpack_require__(64);
10101
10280
  var callBound = __webpack_require__(57);
10102
- var gOPD = __webpack_require__(70);
10281
+ var gOPD = __webpack_require__(68);
10103
10282
 
10104
10283
  var $toString = callBound('Object.prototype.toString');
10105
10284
  var hasToStringTag = __webpack_require__(55)();
@@ -10135,7 +10314,10 @@ return /******/ (function(modules) { // webpackBootstrap
10135
10314
  } else {
10136
10315
  forEach(typedArrays, function (typedArray) {
10137
10316
  var arr = new g[typedArray]();
10138
- cache['$' + typedArray] = callBind(arr.slice);
10317
+ var fn = arr.slice || arr.set;
10318
+ if (fn) {
10319
+ cache['$' + typedArray] = callBind(fn);
10320
+ }
10139
10321
  });
10140
10322
  }
10141
10323
 
@@ -10186,12 +10368,12 @@ return /******/ (function(modules) { // webpackBootstrap
10186
10368
  /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }())))
10187
10369
 
10188
10370
  /***/ }),
10189
- /* 67 */
10371
+ /* 71 */
10190
10372
  /***/ (function(module, exports, __webpack_require__) {
10191
10373
 
10192
10374
  'use strict';
10193
10375
 
10194
- var isCallable = __webpack_require__(68);
10376
+ var isCallable = __webpack_require__(72);
10195
10377
 
10196
10378
  var toStr = Object.prototype.toString;
10197
10379
  var hasOwnProperty = Object.prototype.hasOwnProperty;
@@ -10254,7 +10436,7 @@ return /******/ (function(modules) { // webpackBootstrap
10254
10436
 
10255
10437
 
10256
10438
  /***/ }),
10257
- /* 68 */
10439
+ /* 72 */
10258
10440
  /***/ (function(module, exports) {
10259
10441
 
10260
10442
  'use strict';
@@ -10361,7 +10543,7 @@ return /******/ (function(modules) { // webpackBootstrap
10361
10543
 
10362
10544
 
10363
10545
  /***/ }),
10364
- /* 69 */
10546
+ /* 73 */
10365
10547
  /***/ (function(module, exports) {
10366
10548
 
10367
10549
  /* WEBPACK VAR INJECTION */(function(global) {'use strict';
@@ -10395,34 +10577,12 @@ return /******/ (function(modules) { // webpackBootstrap
10395
10577
  /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }())))
10396
10578
 
10397
10579
  /***/ }),
10398
- /* 70 */
10399
- /***/ (function(module, exports, __webpack_require__) {
10400
-
10401
- 'use strict';
10402
-
10403
- var GetIntrinsic = __webpack_require__(58);
10404
-
10405
- var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true);
10406
-
10407
- if ($gOPD) {
10408
- try {
10409
- $gOPD([], 'length');
10410
- } catch (e) {
10411
- // IE 8 has a broken gOPD
10412
- $gOPD = null;
10413
- }
10414
- }
10415
-
10416
- module.exports = $gOPD;
10417
-
10418
-
10419
- /***/ }),
10420
- /* 71 */
10580
+ /* 74 */
10421
10581
  /***/ (function(module, exports, __webpack_require__) {
10422
10582
 
10423
10583
  'use strict';
10424
10584
 
10425
- var whichTypedArray = __webpack_require__(66);
10585
+ var whichTypedArray = __webpack_require__(70);
10426
10586
 
10427
10587
  module.exports = function isTypedArray(value) {
10428
10588
  return !!whichTypedArray(value);
@@ -10430,7 +10590,7 @@ return /******/ (function(modules) { // webpackBootstrap
10430
10590
 
10431
10591
 
10432
10592
  /***/ }),
10433
- /* 72 */
10593
+ /* 75 */
10434
10594
  /***/ (function(module, exports) {
10435
10595
 
10436
10596
  module.exports = function isBuffer(arg) {
@@ -10441,7 +10601,7 @@ return /******/ (function(modules) { // webpackBootstrap
10441
10601
  }
10442
10602
 
10443
10603
  /***/ }),
10444
- /* 73 */
10604
+ /* 76 */
10445
10605
  /***/ (function(module, exports) {
10446
10606
 
10447
10607
  if (typeof Object.create === 'function') {
@@ -10474,14 +10634,14 @@ return /******/ (function(modules) { // webpackBootstrap
10474
10634
 
10475
10635
 
10476
10636
  /***/ }),
10477
- /* 74 */
10637
+ /* 77 */
10478
10638
  /***/ (function(module, exports, __webpack_require__) {
10479
10639
 
10480
10640
  /* WEBPACK VAR INJECTION */(function(process) {var AWS = __webpack_require__(1);
10481
- var AcceptorStateMachine = __webpack_require__(75);
10641
+ var AcceptorStateMachine = __webpack_require__(78);
10482
10642
  var inherit = AWS.util.inherit;
10483
10643
  var domain = AWS.util.domain;
10484
- var jmespath = __webpack_require__(76);
10644
+ var jmespath = __webpack_require__(79);
10485
10645
 
10486
10646
  /**
10487
10647
  * @api private
@@ -11290,7 +11450,7 @@ return /******/ (function(modules) { // webpackBootstrap
11290
11450
  /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(3)))
11291
11451
 
11292
11452
  /***/ }),
11293
- /* 75 */
11453
+ /* 78 */
11294
11454
  /***/ (function(module, exports) {
11295
11455
 
11296
11456
  function AcceptorStateMachine(states, state) {
@@ -11341,7 +11501,7 @@ return /******/ (function(modules) { // webpackBootstrap
11341
11501
 
11342
11502
 
11343
11503
  /***/ }),
11344
- /* 76 */
11504
+ /* 79 */
11345
11505
  /***/ (function(module, exports, __webpack_require__) {
11346
11506
 
11347
11507
  (function(exports) {
@@ -13019,12 +13179,12 @@ return /******/ (function(modules) { // webpackBootstrap
13019
13179
 
13020
13180
 
13021
13181
  /***/ }),
13022
- /* 77 */
13182
+ /* 80 */
13023
13183
  /***/ (function(module, exports, __webpack_require__) {
13024
13184
 
13025
13185
  var AWS = __webpack_require__(1);
13026
13186
  var inherit = AWS.util.inherit;
13027
- var jmespath = __webpack_require__(76);
13187
+ var jmespath = __webpack_require__(79);
13028
13188
 
13029
13189
  /**
13030
13190
  * This class encapsulates the response information
@@ -13226,7 +13386,7 @@ return /******/ (function(modules) { // webpackBootstrap
13226
13386
 
13227
13387
 
13228
13388
  /***/ }),
13229
- /* 78 */
13389
+ /* 81 */
13230
13390
  /***/ (function(module, exports, __webpack_require__) {
13231
13391
 
13232
13392
  /**
@@ -13246,7 +13406,7 @@ return /******/ (function(modules) { // webpackBootstrap
13246
13406
 
13247
13407
  var AWS = __webpack_require__(1);
13248
13408
  var inherit = AWS.util.inherit;
13249
- var jmespath = __webpack_require__(76);
13409
+ var jmespath = __webpack_require__(79);
13250
13410
 
13251
13411
  /**
13252
13412
  * @api private
@@ -13436,7 +13596,7 @@ return /******/ (function(modules) { // webpackBootstrap
13436
13596
 
13437
13597
 
13438
13598
  /***/ }),
13439
- /* 79 */
13599
+ /* 82 */
13440
13600
  /***/ (function(module, exports, __webpack_require__) {
13441
13601
 
13442
13602
  var AWS = __webpack_require__(1);
@@ -13473,17 +13633,17 @@ return /******/ (function(modules) { // webpackBootstrap
13473
13633
  throw new Error('Unknown signing version ' + version);
13474
13634
  };
13475
13635
 
13476
- __webpack_require__(80);
13477
- __webpack_require__(81);
13478
- __webpack_require__(82);
13479
13636
  __webpack_require__(83);
13637
+ __webpack_require__(84);
13480
13638
  __webpack_require__(85);
13481
13639
  __webpack_require__(86);
13482
- __webpack_require__(87);
13640
+ __webpack_require__(88);
13641
+ __webpack_require__(89);
13642
+ __webpack_require__(90);
13483
13643
 
13484
13644
 
13485
13645
  /***/ }),
13486
- /* 80 */
13646
+ /* 83 */
13487
13647
  /***/ (function(module, exports, __webpack_require__) {
13488
13648
 
13489
13649
  var AWS = __webpack_require__(1);
@@ -13537,7 +13697,7 @@ return /******/ (function(modules) { // webpackBootstrap
13537
13697
 
13538
13698
 
13539
13699
  /***/ }),
13540
- /* 81 */
13700
+ /* 84 */
13541
13701
  /***/ (function(module, exports, __webpack_require__) {
13542
13702
 
13543
13703
  var AWS = __webpack_require__(1);
@@ -13620,13 +13780,13 @@ return /******/ (function(modules) { // webpackBootstrap
13620
13780
 
13621
13781
 
13622
13782
  /***/ }),
13623
- /* 82 */
13783
+ /* 85 */
13624
13784
  /***/ (function(module, exports, __webpack_require__) {
13625
13785
 
13626
13786
  var AWS = __webpack_require__(1);
13627
13787
  var inherit = AWS.util.inherit;
13628
13788
 
13629
- __webpack_require__(81);
13789
+ __webpack_require__(84);
13630
13790
 
13631
13791
  /**
13632
13792
  * @api private
@@ -13651,11 +13811,11 @@ return /******/ (function(modules) { // webpackBootstrap
13651
13811
 
13652
13812
 
13653
13813
  /***/ }),
13654
- /* 83 */
13814
+ /* 86 */
13655
13815
  /***/ (function(module, exports, __webpack_require__) {
13656
13816
 
13657
13817
  var AWS = __webpack_require__(1);
13658
- var v4Credentials = __webpack_require__(84);
13818
+ var v4Credentials = __webpack_require__(87);
13659
13819
  var inherit = AWS.util.inherit;
13660
13820
 
13661
13821
  /**
@@ -13872,7 +14032,7 @@ return /******/ (function(modules) { // webpackBootstrap
13872
14032
 
13873
14033
 
13874
14034
  /***/ }),
13875
- /* 84 */
14035
+ /* 87 */
13876
14036
  /***/ (function(module, exports, __webpack_require__) {
13877
14037
 
13878
14038
  var AWS = __webpack_require__(1);
@@ -13978,7 +14138,7 @@ return /******/ (function(modules) { // webpackBootstrap
13978
14138
 
13979
14139
 
13980
14140
  /***/ }),
13981
- /* 85 */
14141
+ /* 88 */
13982
14142
  /***/ (function(module, exports, __webpack_require__) {
13983
14143
 
13984
14144
  var AWS = __webpack_require__(1);
@@ -14159,7 +14319,7 @@ return /******/ (function(modules) { // webpackBootstrap
14159
14319
 
14160
14320
 
14161
14321
  /***/ }),
14162
- /* 86 */
14322
+ /* 89 */
14163
14323
  /***/ (function(module, exports, __webpack_require__) {
14164
14324
 
14165
14325
  var AWS = __webpack_require__(1);
@@ -14284,7 +14444,7 @@ return /******/ (function(modules) { // webpackBootstrap
14284
14444
 
14285
14445
 
14286
14446
  /***/ }),
14287
- /* 87 */
14447
+ /* 90 */
14288
14448
  /***/ (function(module, exports, __webpack_require__) {
14289
14449
 
14290
14450
  var AWS = __webpack_require__(1);
@@ -14304,7 +14464,7 @@ return /******/ (function(modules) { // webpackBootstrap
14304
14464
 
14305
14465
 
14306
14466
  /***/ }),
14307
- /* 88 */
14467
+ /* 91 */
14308
14468
  /***/ (function(module, exports, __webpack_require__) {
14309
14469
 
14310
14470
  var AWS = __webpack_require__(1);
@@ -14581,7 +14741,7 @@ return /******/ (function(modules) { // webpackBootstrap
14581
14741
 
14582
14742
 
14583
14743
  /***/ }),
14584
- /* 89 */
14744
+ /* 92 */
14585
14745
  /***/ (function(module, exports, __webpack_require__) {
14586
14746
 
14587
14747
  /* WEBPACK VAR INJECTION */(function(process) {var warning = [