aws-sdk 2.1413.0 → 2.1414.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.1413.0
1
+ // AWS SDK for JavaScript v2.1414.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){
@@ -51595,7 +51595,9 @@ module.exports={
51595
51595
  "type": "structure",
51596
51596
  "members": {
51597
51597
  "ChallengeName": {},
51598
- "Session": {},
51598
+ "Session": {
51599
+ "shape": "S1s"
51600
+ },
51599
51601
  "ChallengeParameters": {
51600
51602
  "shape": "S1t"
51601
51603
  },
@@ -51823,7 +51825,9 @@ module.exports={
51823
51825
  "ChallengeResponses": {
51824
51826
  "shape": "S2y"
51825
51827
  },
51826
- "Session": {},
51828
+ "Session": {
51829
+ "shape": "S1s"
51830
+ },
51827
51831
  "AnalyticsMetadata": {
51828
51832
  "shape": "S1m"
51829
51833
  },
@@ -51839,7 +51843,9 @@ module.exports={
51839
51843
  "type": "structure",
51840
51844
  "members": {
51841
51845
  "ChallengeName": {},
51842
- "Session": {},
51846
+ "Session": {
51847
+ "shape": "S1s"
51848
+ },
51843
51849
  "ChallengeParameters": {
51844
51850
  "shape": "S1t"
51845
51851
  },
@@ -52020,7 +52026,9 @@ module.exports={
52020
52026
  "AccessToken": {
52021
52027
  "shape": "S1v"
52022
52028
  },
52023
- "Session": {}
52029
+ "Session": {
52030
+ "shape": "S1s"
52031
+ }
52024
52032
  }
52025
52033
  },
52026
52034
  "output": {
@@ -52030,7 +52038,9 @@ module.exports={
52030
52038
  "type": "string",
52031
52039
  "sensitive": true
52032
52040
  },
52033
- "Session": {}
52041
+ "Session": {
52042
+ "shape": "S1s"
52043
+ }
52034
52044
  }
52035
52045
  }
52036
52046
  },
@@ -53059,7 +53069,9 @@ module.exports={
53059
53069
  "type": "structure",
53060
53070
  "members": {
53061
53071
  "ChallengeName": {},
53062
- "Session": {},
53072
+ "Session": {
53073
+ "shape": "S1s"
53074
+ },
53063
53075
  "ChallengeParameters": {
53064
53076
  "shape": "S1t"
53065
53077
  },
@@ -53416,7 +53428,9 @@ module.exports={
53416
53428
  "shape": "S1j"
53417
53429
  },
53418
53430
  "ChallengeName": {},
53419
- "Session": {},
53431
+ "Session": {
53432
+ "shape": "S1s"
53433
+ },
53420
53434
  "ChallengeResponses": {
53421
53435
  "shape": "S2y"
53422
53436
  },
@@ -53435,7 +53449,9 @@ module.exports={
53435
53449
  "type": "structure",
53436
53450
  "members": {
53437
53451
  "ChallengeName": {},
53438
- "Session": {},
53452
+ "Session": {
53453
+ "shape": "S1s"
53454
+ },
53439
53455
  "ChallengeParameters": {
53440
53456
  "shape": "S1t"
53441
53457
  },
@@ -54079,7 +54095,9 @@ module.exports={
54079
54095
  "AccessToken": {
54080
54096
  "shape": "S1v"
54081
54097
  },
54082
- "Session": {},
54098
+ "Session": {
54099
+ "shape": "S1s"
54100
+ },
54083
54101
  "UserCode": {},
54084
54102
  "FriendlyDeviceName": {}
54085
54103
  }
@@ -54088,7 +54106,9 @@ module.exports={
54088
54106
  "type": "structure",
54089
54107
  "members": {
54090
54108
  "Status": {},
54091
- "Session": {}
54109
+ "Session": {
54110
+ "shape": "S1s"
54111
+ }
54092
54112
  }
54093
54113
  }
54094
54114
  },
@@ -54284,6 +54304,10 @@ module.exports={
54284
54304
  "EncodedData": {}
54285
54305
  }
54286
54306
  },
54307
+ "S1s": {
54308
+ "type": "string",
54309
+ "sensitive": true
54310
+ },
54287
54311
  "S1t": {
54288
54312
  "type": "map",
54289
54313
  "key": {},
@@ -54351,7 +54375,8 @@ module.exports={
54351
54375
  "S2y": {
54352
54376
  "type": "map",
54353
54377
  "key": {},
54354
- "value": {}
54378
+ "value": {},
54379
+ "sensitive": true
54355
54380
  },
54356
54381
  "S31": {
54357
54382
  "type": "structure",
@@ -260206,7 +260231,7 @@ AWS.util.update(AWS, {
260206
260231
  /**
260207
260232
  * @constant
260208
260233
  */
260209
- VERSION: '2.1413.0',
260234
+ VERSION: '2.1414.0',
260210
260235
 
260211
260236
  /**
260212
260237
  * @api private
@@ -282387,7 +282412,7 @@ var LRUCache = /** @class */ (function () {
282387
282412
  }());
282388
282413
  exports.LRUCache = LRUCache;
282389
282414
  },{}],467:[function(require,module,exports){
282390
- // AWS SDK for JavaScript v2.1413.0
282415
+ // AWS SDK for JavaScript v2.1414.0
282391
282416
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
282392
282417
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
282393
282418
  require('./browser_loader');