aws-sdk 2.1623.0 → 2.1624.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.1623.0
1
+ // AWS SDK for JavaScript v2.1624.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){
@@ -215902,6 +215902,7 @@ module.exports={
215902
215902
  "type": "boolean"
215903
215903
  },
215904
215904
  "CACertificateIdentifier": {},
215905
+ "EngineLifecycleSupport": {},
215905
215906
  "SourceRegion": {}
215906
215907
  }
215907
215908
  },
@@ -216119,7 +216120,8 @@ module.exports={
216119
216120
  },
216120
216121
  "MultiTenant": {
216121
216122
  "type": "boolean"
216122
- }
216123
+ },
216124
+ "EngineLifecycleSupport": {}
216123
216125
  }
216124
216126
  },
216125
216127
  "output": {
@@ -216499,6 +216501,7 @@ module.exports={
216499
216501
  "SourceDBClusterIdentifier": {},
216500
216502
  "Engine": {},
216501
216503
  "EngineVersion": {},
216504
+ "EngineLifecycleSupport": {},
216502
216505
  "DeletionProtection": {
216503
216506
  "type": "boolean"
216504
216507
  },
@@ -220022,7 +220025,8 @@ module.exports={
220022
220025
  "type": "boolean"
220023
220026
  },
220024
220027
  "MasterUserSecretKmsKeyId": {},
220025
- "StorageType": {}
220028
+ "StorageType": {},
220029
+ "EngineLifecycleSupport": {}
220026
220030
  }
220027
220031
  },
220028
220032
  "output": {
@@ -220100,7 +220104,8 @@ module.exports={
220100
220104
  "NetworkType": {},
220101
220105
  "RdsCustomClusterConfiguration": {
220102
220106
  "shape": "S2w"
220103
- }
220107
+ },
220108
+ "EngineLifecycleSupport": {}
220104
220109
  }
220105
220110
  },
220106
220111
  "output": {
@@ -220178,7 +220183,8 @@ module.exports={
220178
220183
  "SourceDbClusterResourceId": {},
220179
220184
  "RdsCustomClusterConfiguration": {
220180
220185
  "shape": "S2w"
220181
- }
220186
+ },
220187
+ "EngineLifecycleSupport": {}
220182
220188
  }
220183
220189
  },
220184
220190
  "output": {
@@ -220274,7 +220280,8 @@ module.exports={
220274
220280
  "DedicatedLogVolume": {
220275
220281
  "type": "boolean"
220276
220282
  },
220277
- "CACertificateIdentifier": {}
220283
+ "CACertificateIdentifier": {},
220284
+ "EngineLifecycleSupport": {}
220278
220285
  }
220279
220286
  },
220280
220287
  "output": {
@@ -220397,7 +220404,8 @@ module.exports={
220397
220404
  "DedicatedLogVolume": {
220398
220405
  "type": "boolean"
220399
220406
  },
220400
- "CACertificateIdentifier": {}
220407
+ "CACertificateIdentifier": {},
220408
+ "EngineLifecycleSupport": {}
220401
220409
  }
220402
220410
  },
220403
220411
  "output": {
@@ -220503,7 +220511,8 @@ module.exports={
220503
220511
  "DedicatedLogVolume": {
220504
220512
  "type": "boolean"
220505
220513
  },
220506
- "CACertificateIdentifier": {}
220514
+ "CACertificateIdentifier": {},
220515
+ "EngineLifecycleSupport": {}
220507
220516
  }
220508
220517
  },
220509
220518
  "output": {
@@ -221753,7 +221762,8 @@ module.exports={
221753
221762
  },
221754
221763
  "CertificateDetails": {
221755
221764
  "shape": "S3j"
221756
- }
221765
+ },
221766
+ "EngineLifecycleSupport": {}
221757
221767
  },
221758
221768
  "wrapper": true
221759
221769
  },
@@ -222096,7 +222106,8 @@ module.exports={
222096
222106
  },
222097
222107
  "MultiTenant": {
222098
222108
  "type": "boolean"
222099
- }
222109
+ },
222110
+ "EngineLifecycleSupport": {}
222100
222111
  },
222101
222112
  "wrapper": true
222102
222113
  },
@@ -222280,6 +222291,7 @@ module.exports={
222280
222291
  "Status": {},
222281
222292
  "Engine": {},
222282
222293
  "EngineVersion": {},
222294
+ "EngineLifecycleSupport": {},
222283
222295
  "DatabaseName": {},
222284
222296
  "StorageEncrypted": {
222285
222297
  "type": "boolean"
@@ -274936,7 +274948,7 @@ AWS.util.update(AWS, {
274936
274948
  /**
274937
274949
  * @constant
274938
274950
  */
274939
- VERSION: '2.1623.0',
274951
+ VERSION: '2.1624.0',
274940
274952
 
274941
274953
  /**
274942
274954
  * @api private
@@ -297195,7 +297207,7 @@ var LRUCache = /** @class */ (function () {
297195
297207
  }());
297196
297208
  exports.LRUCache = LRUCache;
297197
297209
  },{}],467:[function(require,module,exports){
297198
- // AWS SDK for JavaScript v2.1623.0
297210
+ // AWS SDK for JavaScript v2.1624.0
297199
297211
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
297200
297212
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
297201
297213
  require('./browser_loader');