aws-sdk 2.1393.0 → 2.1394.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/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1393.0
1
+ // AWS SDK for JavaScript v2.1394.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){
@@ -9007,6 +9007,9 @@ module.exports={
9007
9007
  },
9008
9008
  "AdditionalConfigs": {
9009
9009
  "shape": "S1z"
9010
+ },
9011
+ "SparkProperties": {
9012
+ "shape": "S1z"
9010
9013
  }
9011
9014
  }
9012
9015
  },
@@ -184532,6 +184535,14 @@ module.exports={
184532
184535
  },
184533
184536
  "mediapackagev2": {
184534
184537
  "name": "MediaPackageV2"
184538
+ },
184539
+ "paymentcryptography": {
184540
+ "prefix": "payment-cryptography",
184541
+ "name": "PaymentCryptography"
184542
+ },
184543
+ "paymentcryptographydata": {
184544
+ "prefix": "payment-cryptography-data",
184545
+ "name": "PaymentCryptographyData"
184535
184546
  }
184536
184547
  }
184537
184548
  },{}],169:[function(require,module,exports){
@@ -232987,6 +232998,9 @@ module.exports={
232987
232998
  "ProductName": {},
232988
232999
  "Verbose": {
232989
233000
  "type": "boolean"
233001
+ },
233002
+ "IncludeProvisioningArtifactParameters": {
233003
+ "type": "boolean"
232990
233004
  }
232991
233005
  }
232992
233006
  },
@@ -232999,7 +233013,10 @@ module.exports={
232999
233013
  "Info": {
233000
233014
  "shape": "S27"
233001
233015
  },
233002
- "Status": {}
233016
+ "Status": {},
233017
+ "ProvisioningArtifactParameters": {
233018
+ "shape": "S6l"
233019
+ }
233003
233020
  }
233004
233021
  }
233005
233022
  },
@@ -233020,34 +233037,7 @@ module.exports={
233020
233037
  "type": "structure",
233021
233038
  "members": {
233022
233039
  "ProvisioningArtifactParameters": {
233023
- "type": "list",
233024
- "member": {
233025
- "type": "structure",
233026
- "members": {
233027
- "ParameterKey": {},
233028
- "DefaultValue": {},
233029
- "ParameterType": {},
233030
- "IsNoEcho": {
233031
- "type": "boolean"
233032
- },
233033
- "Description": {},
233034
- "ParameterConstraints": {
233035
- "type": "structure",
233036
- "members": {
233037
- "AllowedValues": {
233038
- "type": "list",
233039
- "member": {}
233040
- },
233041
- "AllowedPattern": {},
233042
- "ConstraintDescription": {},
233043
- "MaxLength": {},
233044
- "MinLength": {},
233045
- "MaxValue": {},
233046
- "MinValue": {}
233047
- }
233048
- }
233049
- }
233050
- }
233040
+ "shape": "S6l"
233051
233041
  },
233052
233042
  "ConstraintSummaries": {
233053
233043
  "shape": "S6w"
@@ -234944,6 +234934,36 @@ module.exports={
234944
234934
  "LaunchRoleArn": {}
234945
234935
  }
234946
234936
  },
234937
+ "S6l": {
234938
+ "type": "list",
234939
+ "member": {
234940
+ "type": "structure",
234941
+ "members": {
234942
+ "ParameterKey": {},
234943
+ "DefaultValue": {},
234944
+ "ParameterType": {},
234945
+ "IsNoEcho": {
234946
+ "type": "boolean"
234947
+ },
234948
+ "Description": {},
234949
+ "ParameterConstraints": {
234950
+ "type": "structure",
234951
+ "members": {
234952
+ "AllowedValues": {
234953
+ "type": "list",
234954
+ "member": {}
234955
+ },
234956
+ "AllowedPattern": {},
234957
+ "ConstraintDescription": {},
234958
+ "MaxLength": {},
234959
+ "MinLength": {},
234960
+ "MaxValue": {},
234961
+ "MinValue": {}
234962
+ }
234963
+ }
234964
+ }
234965
+ }
234966
+ },
234947
234967
  "S6w": {
234948
234968
  "type": "list",
234949
234969
  "member": {
@@ -258761,7 +258781,7 @@ AWS.util.update(AWS, {
258761
258781
  /**
258762
258782
  * @constant
258763
258783
  */
258764
- VERSION: '2.1393.0',
258784
+ VERSION: '2.1394.0',
258765
258785
 
258766
258786
  /**
258767
258787
  * @api private
@@ -280930,7 +280950,7 @@ var LRUCache = /** @class */ (function () {
280930
280950
  }());
280931
280951
  exports.LRUCache = LRUCache;
280932
280952
  },{}],466:[function(require,module,exports){
280933
- // AWS SDK for JavaScript v2.1393.0
280953
+ // AWS SDK for JavaScript v2.1394.0
280934
280954
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
280935
280955
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
280936
280956
  require('./browser_loader');