aws-sdk 2.1428.0 → 2.1429.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.1428.0
1
+ // AWS SDK for JavaScript v2.1429.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){
@@ -85716,6 +85716,9 @@ module.exports={
85716
85716
  },
85717
85717
  "ClientToken": {
85718
85718
  "idempotencyToken": true
85719
+ },
85720
+ "EnablePrimaryIpv6": {
85721
+ "type": "boolean"
85719
85722
  }
85720
85723
  }
85721
85724
  },
@@ -103013,6 +103016,9 @@ module.exports={
103013
103016
  },
103014
103017
  "EnaSrdSpecification": {
103015
103018
  "shape": "S5t"
103019
+ },
103020
+ "EnablePrimaryIpv6": {
103021
+ "type": "boolean"
103016
103022
  }
103017
103023
  }
103018
103024
  }
@@ -106130,6 +106136,9 @@ module.exports={
106130
106136
  },
106131
106137
  "DisableApiStop": {
106132
106138
  "type": "boolean"
106139
+ },
106140
+ "EnablePrimaryIpv6": {
106141
+ "type": "boolean"
106133
106142
  }
106134
106143
  }
106135
106144
  },
@@ -109897,6 +109906,9 @@ module.exports={
109897
109906
  },
109898
109907
  "Ipv6PrefixCount": {
109899
109908
  "type": "integer"
109909
+ },
109910
+ "PrimaryIpv6": {
109911
+ "type": "boolean"
109900
109912
  }
109901
109913
  }
109902
109914
  }
@@ -110421,6 +110433,10 @@ module.exports={
110421
110433
  "Ipv6PrefixCount": {
110422
110434
  "locationName": "ipv6PrefixCount",
110423
110435
  "type": "integer"
110436
+ },
110437
+ "PrimaryIpv6": {
110438
+ "locationName": "primaryIpv6",
110439
+ "type": "boolean"
110424
110440
  }
110425
110441
  }
110426
110442
  }
@@ -110720,6 +110736,10 @@ module.exports={
110720
110736
  "members": {
110721
110737
  "Ipv6Address": {
110722
110738
  "locationName": "ipv6Address"
110739
+ },
110740
+ "IsPrimaryIpv6": {
110741
+ "locationName": "isPrimaryIpv6",
110742
+ "type": "boolean"
110723
110743
  }
110724
110744
  }
110725
110745
  }
@@ -111454,6 +111474,10 @@ module.exports={
111454
111474
  "members": {
111455
111475
  "Ipv6Address": {
111456
111476
  "locationName": "ipv6Address"
111477
+ },
111478
+ "IsPrimaryIpv6": {
111479
+ "locationName": "isPrimaryIpv6",
111480
+ "type": "boolean"
111457
111481
  }
111458
111482
  }
111459
111483
  }
@@ -115937,6 +115961,9 @@ module.exports={
115937
115961
  },
115938
115962
  "Ipv6PrefixCount": {
115939
115963
  "type": "integer"
115964
+ },
115965
+ "PrimaryIpv6": {
115966
+ "type": "boolean"
115940
115967
  }
115941
115968
  }
115942
115969
  }
@@ -260767,7 +260794,7 @@ AWS.util.update(AWS, {
260767
260794
  /**
260768
260795
  * @constant
260769
260796
  */
260770
- VERSION: '2.1428.0',
260797
+ VERSION: '2.1429.0',
260771
260798
 
260772
260799
  /**
260773
260800
  * @api private
@@ -282948,7 +282975,7 @@ var LRUCache = /** @class */ (function () {
282948
282975
  }());
282949
282976
  exports.LRUCache = LRUCache;
282950
282977
  },{}],467:[function(require,module,exports){
282951
- // AWS SDK for JavaScript v2.1428.0
282978
+ // AWS SDK for JavaScript v2.1429.0
282952
282979
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
282953
282980
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
282954
282981
  require('./browser_loader');