aws-sdk 2.1647.0 → 2.1648.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/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +7 -1
- package/apis/networkmanager-2019-07-05.min.json +192 -150
- package/apis/workspaces-thin-client-2023-08-22.min.json +30 -13
- package/clients/autoscaling.d.ts +67 -67
- package/clients/ec2.d.ts +1 -1
- package/clients/networkmanager.d.ts +82 -0
- package/clients/workspacesthinclient.d.ts +15 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +10 -4
- package/dist/aws-sdk.min.js +6 -6
- 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.1648.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){
|
@@ -9585,11 +9585,17 @@ module.exports={
|
|
9585
9585
|
"apiVersion": "2011-01-01",
|
9586
9586
|
"endpointPrefix": "autoscaling",
|
9587
9587
|
"protocol": "query",
|
9588
|
+
"protocols": [
|
9589
|
+
"query"
|
9590
|
+
],
|
9588
9591
|
"serviceFullName": "Auto Scaling",
|
9589
9592
|
"serviceId": "Auto Scaling",
|
9590
9593
|
"signatureVersion": "v4",
|
9591
9594
|
"uid": "autoscaling-2011-01-01",
|
9592
|
-
"xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/"
|
9595
|
+
"xmlNamespace": "http://autoscaling.amazonaws.com/doc/2011-01-01/",
|
9596
|
+
"auth": [
|
9597
|
+
"aws.auth#sigv4"
|
9598
|
+
]
|
9593
9599
|
},
|
9594
9600
|
"operations": {
|
9595
9601
|
"AttachInstances": {
|
@@ -275913,7 +275919,7 @@ AWS.util.update(AWS, {
|
|
275913
275919
|
/**
|
275914
275920
|
* @constant
|
275915
275921
|
*/
|
275916
|
-
VERSION: '2.
|
275922
|
+
VERSION: '2.1648.0',
|
275917
275923
|
|
275918
275924
|
/**
|
275919
275925
|
* @api private
|
@@ -298184,7 +298190,7 @@ var LRUCache = /** @class */ (function () {
|
|
298184
298190
|
}());
|
298185
298191
|
exports.LRUCache = LRUCache;
|
298186
298192
|
},{}],467:[function(require,module,exports){
|
298187
|
-
// AWS SDK for JavaScript v2.
|
298193
|
+
// AWS SDK for JavaScript v2.1648.0
|
298188
298194
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298189
298195
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298190
298196
|
require('./browser_loader');
|