aws-sdk 2.1397.0 → 2.1398.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/CHANGELOG.md +5 -1
- package/README.md +1 -1
- package/apis/auditmanager-2017-07-25.min.json +128 -88
- package/apis/location-2020-11-19.min.json +56 -8
- package/clients/auditmanager.d.ts +105 -52
- package/clients/efs.d.ts +5 -5
- package/clients/guardduty.d.ts +11 -11
- package/clients/location.d.ts +60 -7
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +59 -11
- package/dist/aws-sdk.min.js +40 -40
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1398.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){
|
@@ -177053,6 +177053,9 @@ module.exports={
|
|
177053
177053
|
],
|
177054
177054
|
"members": {
|
177055
177055
|
"GeofenceId": {},
|
177056
|
+
"GeofenceProperties": {
|
177057
|
+
"shape": "Sq"
|
177058
|
+
},
|
177056
177059
|
"Geometry": {
|
177057
177060
|
"shape": "S18"
|
177058
177061
|
}
|
@@ -178380,6 +178383,9 @@ module.exports={
|
|
178380
178383
|
"shape": "St"
|
178381
178384
|
},
|
178382
178385
|
"GeofenceId": {},
|
178386
|
+
"GeofenceProperties": {
|
178387
|
+
"shape": "Sq"
|
178388
|
+
},
|
178383
178389
|
"Geometry": {
|
178384
178390
|
"shape": "S18"
|
178385
178391
|
},
|
@@ -178801,6 +178807,9 @@ module.exports={
|
|
178801
178807
|
"shape": "St"
|
178802
178808
|
},
|
178803
178809
|
"GeofenceId": {},
|
178810
|
+
"GeofenceProperties": {
|
178811
|
+
"shape": "Sq"
|
178812
|
+
},
|
178804
178813
|
"Geometry": {
|
178805
178814
|
"shape": "S18"
|
178806
178815
|
},
|
@@ -179192,6 +179201,9 @@ module.exports={
|
|
179192
179201
|
"location": "uri",
|
179193
179202
|
"locationName": "GeofenceId"
|
179194
179203
|
},
|
179204
|
+
"GeofenceProperties": {
|
179205
|
+
"shape": "Sq"
|
179206
|
+
},
|
179195
179207
|
"Geometry": {
|
179196
179208
|
"shape": "S18"
|
179197
179209
|
}
|
@@ -179310,8 +179322,11 @@ module.exports={
|
|
179310
179322
|
"FilterBBox": {
|
179311
179323
|
"shape": "S2g"
|
179312
179324
|
},
|
179325
|
+
"FilterCategories": {
|
179326
|
+
"shape": "S73"
|
179327
|
+
},
|
179313
179328
|
"FilterCountries": {
|
179314
|
-
"shape": "
|
179329
|
+
"shape": "S74"
|
179315
179330
|
},
|
179316
179331
|
"IndexName": {
|
179317
179332
|
"location": "uri",
|
@@ -179342,7 +179357,13 @@ module.exports={
|
|
179342
179357
|
"Text"
|
179343
179358
|
],
|
179344
179359
|
"members": {
|
179360
|
+
"Categories": {
|
179361
|
+
"shape": "S5a"
|
179362
|
+
},
|
179345
179363
|
"PlaceId": {},
|
179364
|
+
"SupplementalCategories": {
|
179365
|
+
"shape": "S5d"
|
179366
|
+
},
|
179346
179367
|
"Text": {}
|
179347
179368
|
}
|
179348
179369
|
}
|
@@ -179361,15 +179382,18 @@ module.exports={
|
|
179361
179382
|
"FilterBBox": {
|
179362
179383
|
"shape": "S2g"
|
179363
179384
|
},
|
179385
|
+
"FilterCategories": {
|
179386
|
+
"shape": "S73"
|
179387
|
+
},
|
179364
179388
|
"FilterCountries": {
|
179365
|
-
"shape": "
|
179389
|
+
"shape": "S74"
|
179366
179390
|
},
|
179367
179391
|
"Language": {},
|
179368
179392
|
"MaxResults": {
|
179369
179393
|
"type": "integer"
|
179370
179394
|
},
|
179371
179395
|
"Text": {
|
179372
|
-
"shape": "
|
179396
|
+
"shape": "S7c"
|
179373
179397
|
}
|
179374
179398
|
}
|
179375
179399
|
}
|
@@ -179397,8 +179421,11 @@ module.exports={
|
|
179397
179421
|
"FilterBBox": {
|
179398
179422
|
"shape": "S2g"
|
179399
179423
|
},
|
179424
|
+
"FilterCategories": {
|
179425
|
+
"shape": "S73"
|
179426
|
+
},
|
179400
179427
|
"FilterCountries": {
|
179401
|
-
"shape": "
|
179428
|
+
"shape": "S74"
|
179402
179429
|
},
|
179403
179430
|
"IndexName": {
|
179404
179431
|
"location": "uri",
|
@@ -179456,8 +179483,11 @@ module.exports={
|
|
179456
179483
|
"FilterBBox": {
|
179457
179484
|
"shape": "S2g"
|
179458
179485
|
},
|
179486
|
+
"FilterCategories": {
|
179487
|
+
"shape": "S73"
|
179488
|
+
},
|
179459
179489
|
"FilterCountries": {
|
179460
|
-
"shape": "
|
179490
|
+
"shape": "S74"
|
179461
179491
|
},
|
179462
179492
|
"Language": {},
|
179463
179493
|
"MaxResults": {
|
@@ -179467,7 +179497,7 @@ module.exports={
|
|
179467
179497
|
"shape": "S2g"
|
179468
179498
|
},
|
179469
179499
|
"Text": {
|
179470
|
-
"shape": "
|
179500
|
+
"shape": "S7c"
|
179471
179501
|
}
|
179472
179502
|
}
|
179473
179503
|
}
|
@@ -180049,6 +180079,9 @@ module.exports={
|
|
180049
180079
|
],
|
180050
180080
|
"members": {
|
180051
180081
|
"AddressNumber": {},
|
180082
|
+
"Categories": {
|
180083
|
+
"shape": "S5a"
|
180084
|
+
},
|
180052
180085
|
"Country": {},
|
180053
180086
|
"Geometry": {
|
180054
180087
|
"type": "structure",
|
@@ -180068,6 +180101,9 @@ module.exports={
|
|
180068
180101
|
"Region": {},
|
180069
180102
|
"Street": {},
|
180070
180103
|
"SubRegion": {},
|
180104
|
+
"SupplementalCategories": {
|
180105
|
+
"shape": "S5d"
|
180106
|
+
},
|
180071
180107
|
"TimeZone": {
|
180072
180108
|
"type": "structure",
|
180073
180109
|
"required": [
|
@@ -180084,11 +180120,23 @@ module.exports={
|
|
180084
180120
|
"UnitType": {}
|
180085
180121
|
}
|
180086
180122
|
},
|
180087
|
-
"
|
180123
|
+
"S5a": {
|
180088
180124
|
"type": "list",
|
180089
180125
|
"member": {}
|
180090
180126
|
},
|
180091
|
-
"
|
180127
|
+
"S5d": {
|
180128
|
+
"type": "list",
|
180129
|
+
"member": {}
|
180130
|
+
},
|
180131
|
+
"S73": {
|
180132
|
+
"type": "list",
|
180133
|
+
"member": {}
|
180134
|
+
},
|
180135
|
+
"S74": {
|
180136
|
+
"type": "list",
|
180137
|
+
"member": {}
|
180138
|
+
},
|
180139
|
+
"S7c": {
|
180092
180140
|
"type": "string",
|
180093
180141
|
"sensitive": true
|
180094
180142
|
}
|
@@ -259506,7 +259554,7 @@ AWS.util.update(AWS, {
|
|
259506
259554
|
/**
|
259507
259555
|
* @constant
|
259508
259556
|
*/
|
259509
|
-
VERSION: '2.
|
259557
|
+
VERSION: '2.1398.0',
|
259510
259558
|
|
259511
259559
|
/**
|
259512
259560
|
* @api private
|
@@ -281675,7 +281723,7 @@ var LRUCache = /** @class */ (function () {
|
|
281675
281723
|
}());
|
281676
281724
|
exports.LRUCache = LRUCache;
|
281677
281725
|
},{}],466:[function(require,module,exports){
|
281678
|
-
// AWS SDK for JavaScript v2.
|
281726
|
+
// AWS SDK for JavaScript v2.1398.0
|
281679
281727
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
281680
281728
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
281681
281729
|
require('./browser_loader');
|