aws-sdk 2.1417.0 → 2.1418.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.1417.0
1
+ // AWS SDK for JavaScript v2.1418.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){
@@ -15648,7 +15648,15 @@ module.exports={
15648
15648
  "TemplateURL": {},
15649
15649
  "StackName": {},
15650
15650
  "StackSetName": {},
15651
- "CallAs": {}
15651
+ "CallAs": {},
15652
+ "TemplateSummaryConfig": {
15653
+ "type": "structure",
15654
+ "members": {
15655
+ "TreatUnrecognizedResourceTypesAsWarnings": {
15656
+ "type": "boolean"
15657
+ }
15658
+ }
15659
+ }
15652
15660
  }
15653
15661
  },
15654
15662
  "output": {
@@ -15690,7 +15698,7 @@ module.exports={
15690
15698
  "Version": {},
15691
15699
  "Metadata": {},
15692
15700
  "DeclaredTransforms": {
15693
- "shape": "S96"
15701
+ "shape": "S98"
15694
15702
  },
15695
15703
  "ResourceIdentifierSummaries": {
15696
15704
  "type": "list",
@@ -15707,6 +15715,14 @@ module.exports={
15707
15715
  }
15708
15716
  }
15709
15717
  }
15718
+ },
15719
+ "Warnings": {
15720
+ "type": "structure",
15721
+ "members": {
15722
+ "UnrecognizedResourceTypes": {
15723
+ "shape": "S1h"
15724
+ }
15725
+ }
15710
15726
  }
15711
15727
  }
15712
15728
  }
@@ -16699,7 +16715,7 @@ module.exports={
16699
16715
  },
16700
16716
  "CapabilitiesReason": {},
16701
16717
  "DeclaredTransforms": {
16702
- "shape": "S96"
16718
+ "shape": "S98"
16703
16719
  }
16704
16720
  }
16705
16721
  }
@@ -16973,7 +16989,7 @@ module.exports={
16973
16989
  "type": "list",
16974
16990
  "member": {}
16975
16991
  },
16976
- "S96": {
16992
+ "S98": {
16977
16993
  "type": "list",
16978
16994
  "member": {}
16979
16995
  }
@@ -185513,6 +185529,10 @@ module.exports={
185513
185529
  },
185514
185530
  "appfabric": {
185515
185531
  "name": "AppFabric"
185532
+ },
185533
+ "medicalimaging": {
185534
+ "prefix": "medical-imaging",
185535
+ "name": "MedicalImaging"
185516
185536
  }
185517
185537
  }
185518
185538
  },{}],169:[function(require,module,exports){
@@ -260331,7 +260351,7 @@ AWS.util.update(AWS, {
260331
260351
  /**
260332
260352
  * @constant
260333
260353
  */
260334
- VERSION: '2.1417.0',
260354
+ VERSION: '2.1418.0',
260335
260355
 
260336
260356
  /**
260337
260357
  * @api private
@@ -282512,7 +282532,7 @@ var LRUCache = /** @class */ (function () {
282512
282532
  }());
282513
282533
  exports.LRUCache = LRUCache;
282514
282534
  },{}],467:[function(require,module,exports){
282515
- // AWS SDK for JavaScript v2.1417.0
282535
+ // AWS SDK for JavaScript v2.1418.0
282516
282536
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
282517
282537
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
282518
282538
  require('./browser_loader');