aws-sdk 2.1430.0 → 2.1432.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 +12 -1
- package/README.md +1 -1
- package/apis/backup-2018-11-15.min.json +178 -67
- package/apis/backup-2018-11-15.paginators.json +6 -0
- package/apis/elasticache-2015-02-02.min.json +37 -10
- package/apis/kinesis-video-archived-media-2017-09-30.min.json +0 -1
- package/apis/rekognition-2016-06-27.examples.json +501 -1
- package/clients/backup.d.ts +121 -7
- package/clients/elasticache.d.ts +22 -1
- package/clients/ivsrealtime.d.ts +2 -2
- package/clients/kinesisvideo.d.ts +2 -2
- package/clients/kinesisvideoarchivedmedia.d.ts +16 -16
- package/clients/rekognition.d.ts +19 -19
- package/clients/servicecatalog.d.ts +16 -16
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +40 -14
- package/dist/aws-sdk.min.js +59 -59
- 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.1432.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){
|
@@ -125350,16 +125350,7 @@ module.exports={
|
|
125350
125350
|
"members": {
|
125351
125351
|
"ReplicationGroupId": {},
|
125352
125352
|
"CustomerNodeEndpointList": {
|
125353
|
-
"
|
125354
|
-
"member": {
|
125355
|
-
"type": "structure",
|
125356
|
-
"members": {
|
125357
|
-
"Address": {},
|
125358
|
-
"Port": {
|
125359
|
-
"type": "integer"
|
125360
|
-
}
|
125361
|
-
}
|
125362
|
-
}
|
125353
|
+
"shape": "S85"
|
125363
125354
|
}
|
125364
125355
|
}
|
125365
125356
|
},
|
@@ -125394,6 +125385,30 @@ module.exports={
|
|
125394
125385
|
}
|
125395
125386
|
}
|
125396
125387
|
}
|
125388
|
+
},
|
125389
|
+
"TestMigration": {
|
125390
|
+
"input": {
|
125391
|
+
"type": "structure",
|
125392
|
+
"required": [
|
125393
|
+
"ReplicationGroupId",
|
125394
|
+
"CustomerNodeEndpointList"
|
125395
|
+
],
|
125396
|
+
"members": {
|
125397
|
+
"ReplicationGroupId": {},
|
125398
|
+
"CustomerNodeEndpointList": {
|
125399
|
+
"shape": "S85"
|
125400
|
+
}
|
125401
|
+
}
|
125402
|
+
},
|
125403
|
+
"output": {
|
125404
|
+
"resultWrapper": "TestMigrationResult",
|
125405
|
+
"type": "structure",
|
125406
|
+
"members": {
|
125407
|
+
"ReplicationGroup": {
|
125408
|
+
"shape": "So"
|
125409
|
+
}
|
125410
|
+
}
|
125411
|
+
}
|
125397
125412
|
}
|
125398
125413
|
},
|
125399
125414
|
"shapes": {
|
@@ -126319,6 +126334,18 @@ module.exports={
|
|
126319
126334
|
"members": {
|
126320
126335
|
"CacheParameterGroupName": {}
|
126321
126336
|
}
|
126337
|
+
},
|
126338
|
+
"S85": {
|
126339
|
+
"type": "list",
|
126340
|
+
"member": {
|
126341
|
+
"type": "structure",
|
126342
|
+
"members": {
|
126343
|
+
"Address": {},
|
126344
|
+
"Port": {
|
126345
|
+
"type": "integer"
|
126346
|
+
}
|
126347
|
+
}
|
126348
|
+
}
|
126322
126349
|
}
|
126323
126350
|
}
|
126324
126351
|
}
|
@@ -168662,7 +168689,6 @@ module.exports={
|
|
168662
168689
|
"ImageSelectorType",
|
168663
168690
|
"StartTimestamp",
|
168664
168691
|
"EndTimestamp",
|
168665
|
-
"SamplingInterval",
|
168666
168692
|
"Format"
|
168667
168693
|
],
|
168668
168694
|
"members": {
|
@@ -260820,7 +260846,7 @@ AWS.util.update(AWS, {
|
|
260820
260846
|
/**
|
260821
260847
|
* @constant
|
260822
260848
|
*/
|
260823
|
-
VERSION: '2.
|
260849
|
+
VERSION: '2.1432.0',
|
260824
260850
|
|
260825
260851
|
/**
|
260826
260852
|
* @api private
|
@@ -283001,7 +283027,7 @@ var LRUCache = /** @class */ (function () {
|
|
283001
283027
|
}());
|
283002
283028
|
exports.LRUCache = LRUCache;
|
283003
283029
|
},{}],467:[function(require,module,exports){
|
283004
|
-
// AWS SDK for JavaScript v2.
|
283030
|
+
// AWS SDK for JavaScript v2.1432.0
|
283005
283031
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
283006
283032
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
283007
283033
|
require('./browser_loader');
|