aws-sdk 2.1561.0 → 2.1563.0

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.
package/clients/ssm.d.ts CHANGED
@@ -205,11 +205,11 @@ declare class SSM extends Service {
205
205
  */
206
206
  deleteResourceDataSync(callback?: (err: AWSError, data: SSM.Types.DeleteResourceDataSyncResult) => void): Request<SSM.Types.DeleteResourceDataSyncResult, AWSError>;
207
207
  /**
208
- * Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
208
+ * Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies. OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems). Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). For more information about cross-account sharing of parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
209
209
  */
210
210
  deleteResourcePolicy(params: SSM.Types.DeleteResourcePolicyRequest, callback?: (err: AWSError, data: SSM.Types.DeleteResourcePolicyResponse) => void): Request<SSM.Types.DeleteResourcePolicyResponse, AWSError>;
211
211
  /**
212
- * Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
212
+ * Deletes a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies. OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems). Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). For more information about cross-account sharing of parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
213
213
  */
214
214
  deleteResourcePolicy(callback?: (err: AWSError, data: SSM.Types.DeleteResourcePolicyResponse) => void): Request<SSM.Types.DeleteResourcePolicyResponse, AWSError>;
215
215
  /**
@@ -453,11 +453,11 @@ declare class SSM extends Service {
453
453
  */
454
454
  describeOpsItems(callback?: (err: AWSError, data: SSM.Types.DescribeOpsItemsResponse) => void): Request<SSM.Types.DescribeOpsItemsResponse, AWSError>;
455
455
  /**
456
- * Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.
456
+ * Lists the parameters in your Amazon Web Services account or the parameters shared with you when you enable the Shared option. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.
457
457
  */
458
458
  describeParameters(params: SSM.Types.DescribeParametersRequest, callback?: (err: AWSError, data: SSM.Types.DescribeParametersResult) => void): Request<SSM.Types.DescribeParametersResult, AWSError>;
459
459
  /**
460
- * Get information about a parameter. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.
460
+ * Lists the parameters in your Amazon Web Services account or the parameters shared with you when you enable the Shared option. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. If you change the KMS key alias for the KMS key used to encrypt a parameter, then you must also update the key alias the parameter uses to reference KMS. Otherwise, DescribeParameters retrieves whatever the original key alias was referencing.
461
461
  */
462
462
  describeParameters(callback?: (err: AWSError, data: SSM.Types.DescribeParametersResult) => void): Request<SSM.Types.DescribeParametersResult, AWSError>;
463
463
  /**
@@ -877,11 +877,11 @@ declare class SSM extends Service {
877
877
  */
878
878
  putParameter(callback?: (err: AWSError, data: SSM.Types.PutParameterResult) => void): Request<SSM.Types.PutParameterResult, AWSError>;
879
879
  /**
880
- * Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
880
+ * Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies. OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems). Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). To share a parameter, it must be in the advanced parameter tier. For information about parameter tiers, see Managing parameter tiers. For information about changing an existing standard parameter to an advanced parameter, see Changing a standard parameter to an advanced parameter. To share a SecureString parameter, it must be encrypted with a customer managed key, and you must share the key separately through Key Management Service. Amazon Web Services managed keys cannot be shared. Parameters encrypted with the default Amazon Web Services managed key can be updated to use a customer managed key instead. For KMS key definitions, see KMS concepts in the Key Management Service Developer Guide. While you can share a parameter using the Systems Manager PutResourcePolicy operation, we recommend using Resource Access Manager (RAM) instead. This is because using PutResourcePolicy requires the extra step of promoting the parameter to a standard RAM Resource Share using the RAM PromoteResourceShareCreatedFromPolicy API operation. Otherwise, the parameter won't be returned by the Systems Manager DescribeParameters API operation using the --shared option. For more information, see Sharing a parameter in the Amazon Web Services Systems Manager User Guide
881
881
  */
882
882
  putResourcePolicy(params: SSM.Types.PutResourcePolicyRequest, callback?: (err: AWSError, data: SSM.Types.PutResourcePolicyResponse) => void): Request<SSM.Types.PutResourcePolicyResponse, AWSError>;
883
883
  /**
884
- * Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. Currently, OpsItemGroup is the only resource that supports Systems Manager resource policies. The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems).
884
+ * Creates or updates a Systems Manager resource policy. A resource policy helps you to define the IAM entity (for example, an Amazon Web Services account) that can manage your Systems Manager resources. The following resources support Systems Manager resource policies. OpsItemGroup - The resource policy for OpsItemGroup enables Amazon Web Services accounts to view and interact with OpsCenter operational work items (OpsItems). Parameter - The resource policy is used to share a parameter with other accounts using Resource Access Manager (RAM). To share a parameter, it must be in the advanced parameter tier. For information about parameter tiers, see Managing parameter tiers. For information about changing an existing standard parameter to an advanced parameter, see Changing a standard parameter to an advanced parameter. To share a SecureString parameter, it must be encrypted with a customer managed key, and you must share the key separately through Key Management Service. Amazon Web Services managed keys cannot be shared. Parameters encrypted with the default Amazon Web Services managed key can be updated to use a customer managed key instead. For KMS key definitions, see KMS concepts in the Key Management Service Developer Guide. While you can share a parameter using the Systems Manager PutResourcePolicy operation, we recommend using Resource Access Manager (RAM) instead. This is because using PutResourcePolicy requires the extra step of promoting the parameter to a standard RAM Resource Share using the RAM PromoteResourceShareCreatedFromPolicy API operation. Otherwise, the parameter won't be returned by the Systems Manager DescribeParameters API operation using the --shared option. For more information, see Sharing a parameter in the Amazon Web Services Systems Manager User Guide
885
885
  */
886
886
  putResourcePolicy(callback?: (err: AWSError, data: SSM.Types.PutResourcePolicyResponse) => void): Request<SSM.Types.PutResourcePolicyResponse, AWSError>;
887
887
  /**
@@ -3111,7 +3111,7 @@ declare namespace SSM {
3111
3111
  }
3112
3112
  export interface DeleteParameterRequest {
3113
3113
  /**
3114
- * The name of the parameter to delete.
3114
+ * The name of the parameter to delete. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
3115
3115
  */
3116
3116
  Name: PSParameterName;
3117
3117
  }
@@ -3119,7 +3119,7 @@ declare namespace SSM {
3119
3119
  }
3120
3120
  export interface DeleteParametersRequest {
3121
3121
  /**
3122
- * The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
3122
+ * The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
3123
3123
  */
3124
3124
  Names: ParameterNameList;
3125
3125
  }
@@ -3975,6 +3975,10 @@ declare namespace SSM {
3975
3975
  * The token for the next set of items to return. (You received this token from a previous call.)
3976
3976
  */
3977
3977
  NextToken?: NextToken;
3978
+ /**
3979
+ * Lists parameters that are shared with you. By default when using this option, the command returns parameters that have been shared using a standard Resource Access Manager Resource Share. In order for a parameter that was shared using the PutResourcePolicy command to be returned, the associated RAM Resource Share Created From Policy must have been promoted to a standard Resource Share using the RAM PromoteResourceShareCreatedFromPolicy API operation. For more information about sharing parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
3980
+ */
3981
+ Shared?: Boolean;
3978
3982
  }
3979
3983
  export interface DescribeParametersResult {
3980
3984
  /**
@@ -5312,7 +5316,7 @@ declare namespace SSM {
5312
5316
  }
5313
5317
  export interface GetParameterHistoryRequest {
5314
5318
  /**
5315
- * The name of the parameter for which you want to review history.
5319
+ * The name or Amazon Resource Name (ARN) of the parameter for which you want to review history. For parameters shared with you from another account, you must use the full ARN.
5316
5320
  */
5317
5321
  Name: PSParameterName;
5318
5322
  /**
@@ -5340,7 +5344,7 @@ declare namespace SSM {
5340
5344
  }
5341
5345
  export interface GetParameterRequest {
5342
5346
  /**
5343
- * The name of the parameter you want to query. To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".
5347
+ * The name or Amazon Resource Name (ARN) of the parameter that you want to query. For parameters shared with you from another account, you must use the full ARN. To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version". For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
5344
5348
  */
5345
5349
  Name: PSParameterName;
5346
5350
  /**
@@ -5393,7 +5397,7 @@ declare namespace SSM {
5393
5397
  }
5394
5398
  export interface GetParametersRequest {
5395
5399
  /**
5396
- * Names of the parameters for which you want to query information. To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version".
5400
+ * The names or Amazon Resource Names (ARNs) of the parameters that you want to query. For parameters shared with you from another account, you must use the full ARNs. To query by parameter label, use "Name": "name:label". To query by parameter version, use "Name": "name:version". For more information about shared parameters, see Working with shared parameters in the Amazon Web Services Systems Manager User Guide.
5397
5401
  */
5398
5402
  Names: ParameterNameList;
5399
5403
  /**
@@ -6104,7 +6108,7 @@ declare namespace SSM {
6104
6108
  export type KeyList = TagKey[];
6105
6109
  export interface LabelParameterVersionRequest {
6106
6110
  /**
6107
- * The parameter name on which you want to attach one or more labels.
6111
+ * The parameter name on which you want to attach one or more labels. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
6108
6112
  */
6109
6113
  Name: PSParameterName;
6110
6114
  /**
@@ -7692,6 +7696,10 @@ declare namespace SSM {
7692
7696
  * The parameter name.
7693
7697
  */
7694
7698
  Name?: PSParameterName;
7699
+ /**
7700
+ * The (ARN) of the last user to update the parameter.
7701
+ */
7702
+ ARN?: String;
7695
7703
  /**
7696
7704
  * The type of parameter. Valid parameter types include the following: String, StringList, and SecureString.
7697
7705
  */
@@ -8186,7 +8194,7 @@ declare namespace SSM {
8186
8194
  }
8187
8195
  export interface PutParameterRequest {
8188
8196
  /**
8189
- * The fully qualified name of the parameter that you want to add to the system. The fully qualified name includes the complete hierarchy of the parameter path and name. For parameters in a hierarchy, you must include a leading forward slash character (/) when you create or reference a parameter. For example: /Dev/DBServer/MySQL/db-string13 Naming Constraints: Parameter names are case sensitive. A parameter name must be unique within an Amazon Web Services Region A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive). Parameter names can include only the following symbols and letters: a-zA-Z0-9_.- In addition, the slash character ( / ) is used to delineate hierarchies in parameter names. For example: /Dev/Production/East/Project-ABC/MyParameter A parameter name can't include spaces. Parameter hierarchies are limited to a maximum depth of fifteen levels. For additional information about valid values for parameter names, see Creating Systems Manager parameters in the Amazon Web Services Systems Manager User Guide. The maximum length constraint of 2048 characters listed below includes 1037 characters reserved for internal use by Systems Manager. The maximum length for a parameter name that you create is 1011 characters. This includes the characters in the ARN that precede the name you specify, such as arn:aws:ssm:us-east-2:111122223333:parameter/.
8197
+ * The fully qualified name of the parameter that you want to add to the system. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself. The fully qualified name includes the complete hierarchy of the parameter path and name. For parameters in a hierarchy, you must include a leading forward slash character (/) when you create or reference a parameter. For example: /Dev/DBServer/MySQL/db-string13 Naming Constraints: Parameter names are case sensitive. A parameter name must be unique within an Amazon Web Services Region A parameter name can't be prefixed with "aws" or "ssm" (case-insensitive). Parameter names can include only the following symbols and letters: a-zA-Z0-9_.- In addition, the slash character ( / ) is used to delineate hierarchies in parameter names. For example: /Dev/Production/East/Project-ABC/MyParameter A parameter name can't include spaces. Parameter hierarchies are limited to a maximum depth of fifteen levels. For additional information about valid values for parameter names, see Creating Systems Manager parameters in the Amazon Web Services Systems Manager User Guide. The maximum length constraint of 2048 characters listed below includes 1037 characters reserved for internal use by Systems Manager. The maximum length for a parameter name that you create is 1011 characters. This includes the characters in the ARN that precede the name you specify, such as arn:aws:ssm:us-east-2:111122223333:parameter/.
8190
8198
  */
8191
8199
  Name: PSParameterName;
8192
8200
  /**
@@ -9403,7 +9411,7 @@ declare namespace SSM {
9403
9411
  export type UUID = string;
9404
9412
  export interface UnlabelParameterVersionRequest {
9405
9413
  /**
9406
- * The name of the parameter from which you want to delete one or more labels.
9414
+ * The name of the parameter from which you want to delete one or more labels. You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
9407
9415
  */
9408
9416
  Name: PSParameterName;
9409
9417
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.1561.0',
86
+ VERSION: '2.1563.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__(85);
147
- __webpack_require__(88);
146
+ __webpack_require__(86);
148
147
  __webpack_require__(89);
149
148
  __webpack_require__(90);
150
- __webpack_require__(99);
149
+ __webpack_require__(91);
151
150
  __webpack_require__(100);
151
+ __webpack_require__(101);
152
152
 
153
153
  /**
154
154
  * @readonly
@@ -8857,7 +8857,7 @@ return /******/ (function(modules) { // webpackBootstrap
8857
8857
  }
8858
8858
  exports.isPrimitive = isPrimitive;
8859
8859
 
8860
- exports.isBuffer = __webpack_require__(83);
8860
+ exports.isBuffer = __webpack_require__(84);
8861
8861
 
8862
8862
  function objectToString(o) {
8863
8863
  return Object.prototype.toString.call(o);
@@ -8901,7 +8901,7 @@ return /******/ (function(modules) { // webpackBootstrap
8901
8901
  * prototype.
8902
8902
  * @param {function} superCtor Constructor function to inherit prototype from.
8903
8903
  */
8904
- exports.inherits = __webpack_require__(84);
8904
+ exports.inherits = __webpack_require__(85);
8905
8905
 
8906
8906
  exports._extend = function(origin, add) {
8907
8907
  // Don't do anything if add isn't an object
@@ -9040,7 +9040,7 @@ return /******/ (function(modules) { // webpackBootstrap
9040
9040
  var isArgumentsObject = __webpack_require__(54);
9041
9041
  var isGeneratorFunction = __webpack_require__(77);
9042
9042
  var whichTypedArray = __webpack_require__(78);
9043
- var isTypedArray = __webpack_require__(82);
9043
+ var isTypedArray = __webpack_require__(83);
9044
9044
 
9045
9045
  function uncurryThis(f) {
9046
9046
  return f.call.bind(f);
@@ -9951,13 +9951,17 @@ return /******/ (function(modules) { // webpackBootstrap
9951
9951
  'use strict';
9952
9952
 
9953
9953
  var test = {
9954
+ __proto__: null,
9954
9955
  foo: {}
9955
9956
  };
9956
9957
 
9957
9958
  var $Object = Object;
9958
9959
 
9960
+ /** @type {import('.')} */
9959
9961
  module.exports = function hasProto() {
9960
- return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);
9962
+ // @ts-expect-error: TS errors on an inherited property for some reason
9963
+ return { __proto__: test }.foo === test.foo
9964
+ && !(test instanceof $Object);
9961
9965
  };
9962
9966
 
9963
9967
 
@@ -10642,23 +10646,11 @@ return /******/ (function(modules) { // webpackBootstrap
10642
10646
 
10643
10647
  /***/ }),
10644
10648
  /* 81 */
10645
- /***/ (function(module, exports) {
10649
+ /***/ (function(module, exports, __webpack_require__) {
10646
10650
 
10647
10651
  /* WEBPACK VAR INJECTION */(function(global) {'use strict';
10648
10652
 
10649
- var /** @type {ReturnType<import('.')>} */ possibleNames = [
10650
- 'BigInt64Array',
10651
- 'BigUint64Array',
10652
- 'Float32Array',
10653
- 'Float64Array',
10654
- 'Int16Array',
10655
- 'Int32Array',
10656
- 'Int8Array',
10657
- 'Uint16Array',
10658
- 'Uint32Array',
10659
- 'Uint8Array',
10660
- 'Uint8ClampedArray'
10661
- ];
10653
+ var possibleNames = __webpack_require__(82);
10662
10654
 
10663
10655
  var g = typeof globalThis === 'undefined' ? global : globalThis;
10664
10656
 
@@ -10678,6 +10670,28 @@ return /******/ (function(modules) { // webpackBootstrap
10678
10670
 
10679
10671
  /***/ }),
10680
10672
  /* 82 */
10673
+ /***/ (function(module, exports) {
10674
+
10675
+ 'use strict';
10676
+
10677
+ /** @type {import('.')} */
10678
+ module.exports = [
10679
+ 'Float32Array',
10680
+ 'Float64Array',
10681
+ 'Int8Array',
10682
+ 'Int16Array',
10683
+ 'Int32Array',
10684
+ 'Uint8Array',
10685
+ 'Uint8ClampedArray',
10686
+ 'Uint16Array',
10687
+ 'Uint32Array',
10688
+ 'BigInt64Array',
10689
+ 'BigUint64Array'
10690
+ ];
10691
+
10692
+
10693
+ /***/ }),
10694
+ /* 83 */
10681
10695
  /***/ (function(module, exports, __webpack_require__) {
10682
10696
 
10683
10697
  'use strict';
@@ -10691,7 +10705,7 @@ return /******/ (function(modules) { // webpackBootstrap
10691
10705
 
10692
10706
 
10693
10707
  /***/ }),
10694
- /* 83 */
10708
+ /* 84 */
10695
10709
  /***/ (function(module, exports) {
10696
10710
 
10697
10711
  module.exports = function isBuffer(arg) {
@@ -10702,7 +10716,7 @@ return /******/ (function(modules) { // webpackBootstrap
10702
10716
  }
10703
10717
 
10704
10718
  /***/ }),
10705
- /* 84 */
10719
+ /* 85 */
10706
10720
  /***/ (function(module, exports) {
10707
10721
 
10708
10722
  if (typeof Object.create === 'function') {
@@ -10735,14 +10749,14 @@ return /******/ (function(modules) { // webpackBootstrap
10735
10749
 
10736
10750
 
10737
10751
  /***/ }),
10738
- /* 85 */
10752
+ /* 86 */
10739
10753
  /***/ (function(module, exports, __webpack_require__) {
10740
10754
 
10741
10755
  /* WEBPACK VAR INJECTION */(function(process) {var AWS = __webpack_require__(1);
10742
- var AcceptorStateMachine = __webpack_require__(86);
10756
+ var AcceptorStateMachine = __webpack_require__(87);
10743
10757
  var inherit = AWS.util.inherit;
10744
10758
  var domain = AWS.util.domain;
10745
- var jmespath = __webpack_require__(87);
10759
+ var jmespath = __webpack_require__(88);
10746
10760
 
10747
10761
  /**
10748
10762
  * @api private
@@ -11551,7 +11565,7 @@ return /******/ (function(modules) { // webpackBootstrap
11551
11565
  /* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(3)))
11552
11566
 
11553
11567
  /***/ }),
11554
- /* 86 */
11568
+ /* 87 */
11555
11569
  /***/ (function(module, exports) {
11556
11570
 
11557
11571
  function AcceptorStateMachine(states, state) {
@@ -11602,7 +11616,7 @@ return /******/ (function(modules) { // webpackBootstrap
11602
11616
 
11603
11617
 
11604
11618
  /***/ }),
11605
- /* 87 */
11619
+ /* 88 */
11606
11620
  /***/ (function(module, exports, __webpack_require__) {
11607
11621
 
11608
11622
  (function(exports) {
@@ -13280,12 +13294,12 @@ return /******/ (function(modules) { // webpackBootstrap
13280
13294
 
13281
13295
 
13282
13296
  /***/ }),
13283
- /* 88 */
13297
+ /* 89 */
13284
13298
  /***/ (function(module, exports, __webpack_require__) {
13285
13299
 
13286
13300
  var AWS = __webpack_require__(1);
13287
13301
  var inherit = AWS.util.inherit;
13288
- var jmespath = __webpack_require__(87);
13302
+ var jmespath = __webpack_require__(88);
13289
13303
 
13290
13304
  /**
13291
13305
  * This class encapsulates the response information
@@ -13487,7 +13501,7 @@ return /******/ (function(modules) { // webpackBootstrap
13487
13501
 
13488
13502
 
13489
13503
  /***/ }),
13490
- /* 89 */
13504
+ /* 90 */
13491
13505
  /***/ (function(module, exports, __webpack_require__) {
13492
13506
 
13493
13507
  /**
@@ -13507,7 +13521,7 @@ return /******/ (function(modules) { // webpackBootstrap
13507
13521
 
13508
13522
  var AWS = __webpack_require__(1);
13509
13523
  var inherit = AWS.util.inherit;
13510
- var jmespath = __webpack_require__(87);
13524
+ var jmespath = __webpack_require__(88);
13511
13525
 
13512
13526
  /**
13513
13527
  * @api private
@@ -13697,7 +13711,7 @@ return /******/ (function(modules) { // webpackBootstrap
13697
13711
 
13698
13712
 
13699
13713
  /***/ }),
13700
- /* 90 */
13714
+ /* 91 */
13701
13715
  /***/ (function(module, exports, __webpack_require__) {
13702
13716
 
13703
13717
  var AWS = __webpack_require__(1);
@@ -13734,17 +13748,17 @@ return /******/ (function(modules) { // webpackBootstrap
13734
13748
  throw new Error('Unknown signing version ' + version);
13735
13749
  };
13736
13750
 
13737
- __webpack_require__(91);
13738
13751
  __webpack_require__(92);
13739
13752
  __webpack_require__(93);
13740
13753
  __webpack_require__(94);
13741
- __webpack_require__(96);
13754
+ __webpack_require__(95);
13742
13755
  __webpack_require__(97);
13743
13756
  __webpack_require__(98);
13757
+ __webpack_require__(99);
13744
13758
 
13745
13759
 
13746
13760
  /***/ }),
13747
- /* 91 */
13761
+ /* 92 */
13748
13762
  /***/ (function(module, exports, __webpack_require__) {
13749
13763
 
13750
13764
  var AWS = __webpack_require__(1);
@@ -13798,7 +13812,7 @@ return /******/ (function(modules) { // webpackBootstrap
13798
13812
 
13799
13813
 
13800
13814
  /***/ }),
13801
- /* 92 */
13815
+ /* 93 */
13802
13816
  /***/ (function(module, exports, __webpack_require__) {
13803
13817
 
13804
13818
  var AWS = __webpack_require__(1);
@@ -13881,13 +13895,13 @@ return /******/ (function(modules) { // webpackBootstrap
13881
13895
 
13882
13896
 
13883
13897
  /***/ }),
13884
- /* 93 */
13898
+ /* 94 */
13885
13899
  /***/ (function(module, exports, __webpack_require__) {
13886
13900
 
13887
13901
  var AWS = __webpack_require__(1);
13888
13902
  var inherit = AWS.util.inherit;
13889
13903
 
13890
- __webpack_require__(92);
13904
+ __webpack_require__(93);
13891
13905
 
13892
13906
  /**
13893
13907
  * @api private
@@ -13912,11 +13926,11 @@ return /******/ (function(modules) { // webpackBootstrap
13912
13926
 
13913
13927
 
13914
13928
  /***/ }),
13915
- /* 94 */
13929
+ /* 95 */
13916
13930
  /***/ (function(module, exports, __webpack_require__) {
13917
13931
 
13918
13932
  var AWS = __webpack_require__(1);
13919
- var v4Credentials = __webpack_require__(95);
13933
+ var v4Credentials = __webpack_require__(96);
13920
13934
  var inherit = AWS.util.inherit;
13921
13935
 
13922
13936
  /**
@@ -14133,7 +14147,7 @@ return /******/ (function(modules) { // webpackBootstrap
14133
14147
 
14134
14148
 
14135
14149
  /***/ }),
14136
- /* 95 */
14150
+ /* 96 */
14137
14151
  /***/ (function(module, exports, __webpack_require__) {
14138
14152
 
14139
14153
  var AWS = __webpack_require__(1);
@@ -14239,7 +14253,7 @@ return /******/ (function(modules) { // webpackBootstrap
14239
14253
 
14240
14254
 
14241
14255
  /***/ }),
14242
- /* 96 */
14256
+ /* 97 */
14243
14257
  /***/ (function(module, exports, __webpack_require__) {
14244
14258
 
14245
14259
  var AWS = __webpack_require__(1);
@@ -14420,7 +14434,7 @@ return /******/ (function(modules) { // webpackBootstrap
14420
14434
 
14421
14435
 
14422
14436
  /***/ }),
14423
- /* 97 */
14437
+ /* 98 */
14424
14438
  /***/ (function(module, exports, __webpack_require__) {
14425
14439
 
14426
14440
  var AWS = __webpack_require__(1);
@@ -14545,7 +14559,7 @@ return /******/ (function(modules) { // webpackBootstrap
14545
14559
 
14546
14560
 
14547
14561
  /***/ }),
14548
- /* 98 */
14562
+ /* 99 */
14549
14563
  /***/ (function(module, exports, __webpack_require__) {
14550
14564
 
14551
14565
  var AWS = __webpack_require__(1);
@@ -14565,7 +14579,7 @@ return /******/ (function(modules) { // webpackBootstrap
14565
14579
 
14566
14580
 
14567
14581
  /***/ }),
14568
- /* 99 */
14582
+ /* 100 */
14569
14583
  /***/ (function(module, exports, __webpack_require__) {
14570
14584
 
14571
14585
  var AWS = __webpack_require__(1);
@@ -14842,7 +14856,7 @@ return /******/ (function(modules) { // webpackBootstrap
14842
14856
 
14843
14857
 
14844
14858
  /***/ }),
14845
- /* 100 */
14859
+ /* 101 */
14846
14860
  /***/ (function(module, exports, __webpack_require__) {
14847
14861
 
14848
14862
  /* WEBPACK VAR INJECTION */(function(process) {var warning = [