aws-sdk 2.948.0 → 2.949.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.948.0
1
+ // AWS SDK for JavaScript v2.949.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){
@@ -151788,6 +151788,211 @@ module.exports={
151788
151788
  "hostPrefix": "metadata."
151789
151789
  },
151790
151790
  "idempotent": true
151791
+ },
151792
+ "UpdateGeofenceCollection": {
151793
+ "http": {
151794
+ "method": "PATCH",
151795
+ "requestUri": "/geofencing/v0/collections/{CollectionName}",
151796
+ "responseCode": 200
151797
+ },
151798
+ "input": {
151799
+ "type": "structure",
151800
+ "required": [
151801
+ "CollectionName"
151802
+ ],
151803
+ "members": {
151804
+ "CollectionName": {
151805
+ "location": "uri",
151806
+ "locationName": "CollectionName"
151807
+ },
151808
+ "Description": {},
151809
+ "PricingPlan": {},
151810
+ "PricingPlanDataSource": {}
151811
+ }
151812
+ },
151813
+ "output": {
151814
+ "type": "structure",
151815
+ "required": [
151816
+ "CollectionArn",
151817
+ "CollectionName",
151818
+ "UpdateTime"
151819
+ ],
151820
+ "members": {
151821
+ "CollectionArn": {},
151822
+ "CollectionName": {},
151823
+ "UpdateTime": {
151824
+ "shape": "So"
151825
+ }
151826
+ }
151827
+ },
151828
+ "endpoint": {
151829
+ "hostPrefix": "geofencing."
151830
+ },
151831
+ "idempotent": true
151832
+ },
151833
+ "UpdateMap": {
151834
+ "http": {
151835
+ "method": "PATCH",
151836
+ "requestUri": "/maps/v0/maps/{MapName}",
151837
+ "responseCode": 200
151838
+ },
151839
+ "input": {
151840
+ "type": "structure",
151841
+ "required": [
151842
+ "MapName"
151843
+ ],
151844
+ "members": {
151845
+ "Description": {},
151846
+ "MapName": {
151847
+ "location": "uri",
151848
+ "locationName": "MapName"
151849
+ },
151850
+ "PricingPlan": {}
151851
+ }
151852
+ },
151853
+ "output": {
151854
+ "type": "structure",
151855
+ "required": [
151856
+ "MapArn",
151857
+ "MapName",
151858
+ "UpdateTime"
151859
+ ],
151860
+ "members": {
151861
+ "MapArn": {},
151862
+ "MapName": {},
151863
+ "UpdateTime": {
151864
+ "shape": "So"
151865
+ }
151866
+ }
151867
+ },
151868
+ "endpoint": {
151869
+ "hostPrefix": "maps."
151870
+ },
151871
+ "idempotent": true
151872
+ },
151873
+ "UpdatePlaceIndex": {
151874
+ "http": {
151875
+ "method": "PATCH",
151876
+ "requestUri": "/places/v0/indexes/{IndexName}",
151877
+ "responseCode": 200
151878
+ },
151879
+ "input": {
151880
+ "type": "structure",
151881
+ "required": [
151882
+ "IndexName"
151883
+ ],
151884
+ "members": {
151885
+ "DataSourceConfiguration": {
151886
+ "shape": "S2o"
151887
+ },
151888
+ "Description": {},
151889
+ "IndexName": {
151890
+ "location": "uri",
151891
+ "locationName": "IndexName"
151892
+ },
151893
+ "PricingPlan": {}
151894
+ }
151895
+ },
151896
+ "output": {
151897
+ "type": "structure",
151898
+ "required": [
151899
+ "IndexArn",
151900
+ "IndexName",
151901
+ "UpdateTime"
151902
+ ],
151903
+ "members": {
151904
+ "IndexArn": {},
151905
+ "IndexName": {},
151906
+ "UpdateTime": {
151907
+ "shape": "So"
151908
+ }
151909
+ }
151910
+ },
151911
+ "endpoint": {
151912
+ "hostPrefix": "places."
151913
+ },
151914
+ "idempotent": true
151915
+ },
151916
+ "UpdateRouteCalculator": {
151917
+ "http": {
151918
+ "method": "PATCH",
151919
+ "requestUri": "/routes/v0/calculators/{CalculatorName}",
151920
+ "responseCode": 200
151921
+ },
151922
+ "input": {
151923
+ "type": "structure",
151924
+ "required": [
151925
+ "CalculatorName"
151926
+ ],
151927
+ "members": {
151928
+ "CalculatorName": {
151929
+ "location": "uri",
151930
+ "locationName": "CalculatorName"
151931
+ },
151932
+ "Description": {},
151933
+ "PricingPlan": {}
151934
+ }
151935
+ },
151936
+ "output": {
151937
+ "type": "structure",
151938
+ "required": [
151939
+ "CalculatorArn",
151940
+ "CalculatorName",
151941
+ "UpdateTime"
151942
+ ],
151943
+ "members": {
151944
+ "CalculatorArn": {},
151945
+ "CalculatorName": {},
151946
+ "UpdateTime": {
151947
+ "shape": "So"
151948
+ }
151949
+ }
151950
+ },
151951
+ "endpoint": {
151952
+ "hostPrefix": "routes."
151953
+ },
151954
+ "idempotent": true
151955
+ },
151956
+ "UpdateTracker": {
151957
+ "http": {
151958
+ "method": "PATCH",
151959
+ "requestUri": "/tracking/v0/trackers/{TrackerName}",
151960
+ "responseCode": 200
151961
+ },
151962
+ "input": {
151963
+ "type": "structure",
151964
+ "required": [
151965
+ "TrackerName"
151966
+ ],
151967
+ "members": {
151968
+ "Description": {},
151969
+ "PricingPlan": {},
151970
+ "PricingPlanDataSource": {},
151971
+ "TrackerName": {
151972
+ "location": "uri",
151973
+ "locationName": "TrackerName"
151974
+ }
151975
+ }
151976
+ },
151977
+ "output": {
151978
+ "type": "structure",
151979
+ "required": [
151980
+ "TrackerArn",
151981
+ "TrackerName",
151982
+ "UpdateTime"
151983
+ ],
151984
+ "members": {
151985
+ "TrackerArn": {},
151986
+ "TrackerName": {},
151987
+ "UpdateTime": {
151988
+ "shape": "So"
151989
+ }
151990
+ }
151991
+ },
151992
+ "endpoint": {
151993
+ "hostPrefix": "tracking."
151994
+ },
151995
+ "idempotent": true
151791
151996
  }
151792
151997
  },
151793
151998
  "shapes": {
@@ -224186,7 +224391,7 @@ AWS.util.update(AWS, {
224186
224391
  /**
224187
224392
  * @constant
224188
224393
  */
224189
- VERSION: '2.948.0',
224394
+ VERSION: '2.949.0',
224190
224395
 
224191
224396
  /**
224192
224397
  * @api private
@@ -228632,6 +228837,9 @@ function translate(value, shape) {
228632
228837
  }
228633
228838
 
228634
228839
  function translateStructure(structure, shape) {
228840
+ if (shape.isDocument) {
228841
+ return structure;
228842
+ }
228635
228843
  var struct = {};
228636
228844
  util.each(structure, function(name, value) {
228637
228845
  var memberShape = shape.members[name];
@@ -228694,6 +228902,7 @@ function translate(value, shape) {
228694
228902
 
228695
228903
  function translateStructure(structure, shape) {
228696
228904
  if (structure == null) return undefined;
228905
+ if (shape.isDocument) return structure;
228697
228906
 
228698
228907
  var struct = {};
228699
228908
  var shapeMembers = shape.members;
@@ -229193,6 +229402,7 @@ function StructureShape(shape, options) {
229193
229402
  property(this, 'memberNames', []);
229194
229403
  property(this, 'required', []);
229195
229404
  property(this, 'isRequired', function() { return false; });
229405
+ property(this, 'isDocument', Boolean(shape.document));
229196
229406
  }
229197
229407
 
229198
229408
  if (shape.members) {
@@ -245434,7 +245644,7 @@ var LRUCache = /** @class */ (function () {
245434
245644
  }());
245435
245645
  exports.LRUCache = LRUCache;
245436
245646
  },{}],451:[function(require,module,exports){
245437
- // AWS SDK for JavaScript v2.948.0
245647
+ // AWS SDK for JavaScript v2.949.0
245438
245648
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
245439
245649
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
245440
245650
  require('./browser_loader');