aws-sdk 2.1646.0 → 2.1647.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/customer-profiles-2020-08-15.min.json +52 -25
- package/apis/ec2-2016-11-15.min.json +1 -1
- package/apis/qbusiness-2023-11-27.min.json +75 -54
- package/apis/ssm-2014-11-06.min.json +14 -3
- package/apis/workspaces-web-2020-07-08.min.json +8 -1
- package/clients/customerprofiles.d.ts +35 -5
- package/clients/qbusiness.d.ts +22 -3
- package/clients/workspacesweb.d.ts +21 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +6 -6
- package/dist/aws-sdk.js +18 -7
- package/dist/aws-sdk.min.js +15 -15
- 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.1647.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){
|
@@ -88445,7 +88445,7 @@ module.exports={
|
|
88445
88445
|
"endpointPrefix": "ec2",
|
88446
88446
|
"protocol": "ec2",
|
88447
88447
|
"protocols": [
|
88448
|
-
"
|
88448
|
+
"ec2"
|
88449
88449
|
],
|
88450
88450
|
"serviceAbbreviation": "Amazon EC2",
|
88451
88451
|
"serviceFullName": "Amazon Elastic Compute Cloud",
|
@@ -253965,7 +253965,10 @@ module.exports={
|
|
253965
253965
|
"serviceId": "SSM",
|
253966
253966
|
"signatureVersion": "v4",
|
253967
253967
|
"targetPrefix": "AmazonSSM",
|
253968
|
-
"uid": "ssm-2014-11-06"
|
253968
|
+
"uid": "ssm-2014-11-06",
|
253969
|
+
"auth": [
|
253970
|
+
"aws.auth#sigv4"
|
253971
|
+
]
|
253969
253972
|
},
|
253970
253973
|
"operations": {
|
253971
253974
|
"AddTagsToResource": {
|
@@ -255328,7 +255331,9 @@ module.exports={
|
|
255328
255331
|
},
|
255329
255332
|
"ResourceType": {},
|
255330
255333
|
"Name": {},
|
255331
|
-
"IPAddress": {
|
255334
|
+
"IPAddress": {
|
255335
|
+
"shape": "Scp"
|
255336
|
+
},
|
255332
255337
|
"ComputerName": {},
|
255333
255338
|
"AssociationStatus": {},
|
255334
255339
|
"LastAssociationExecutionDate": {
|
@@ -255531,7 +255536,9 @@ module.exports={
|
|
255531
255536
|
"KeyName": {},
|
255532
255537
|
"InstanceState": {},
|
255533
255538
|
"Architecture": {},
|
255534
|
-
"IPAddress": {
|
255539
|
+
"IPAddress": {
|
255540
|
+
"shape": "Scp"
|
255541
|
+
},
|
255535
255542
|
"LaunchTime": {
|
255536
255543
|
"type": "timestamp"
|
255537
255544
|
},
|
@@ -260203,6 +260210,10 @@ module.exports={
|
|
260203
260210
|
"type": "list",
|
260204
260211
|
"member": {}
|
260205
260212
|
},
|
260213
|
+
"Scp": {
|
260214
|
+
"type": "string",
|
260215
|
+
"sensitive": true
|
260216
|
+
},
|
260206
260217
|
"Scr": {
|
260207
260218
|
"type": "structure",
|
260208
260219
|
"members": {
|
@@ -275902,7 +275913,7 @@ AWS.util.update(AWS, {
|
|
275902
275913
|
/**
|
275903
275914
|
* @constant
|
275904
275915
|
*/
|
275905
|
-
VERSION: '2.
|
275916
|
+
VERSION: '2.1647.0',
|
275906
275917
|
|
275907
275918
|
/**
|
275908
275919
|
* @api private
|
@@ -298173,7 +298184,7 @@ var LRUCache = /** @class */ (function () {
|
|
298173
298184
|
}());
|
298174
298185
|
exports.LRUCache = LRUCache;
|
298175
298186
|
},{}],467:[function(require,module,exports){
|
298176
|
-
// AWS SDK for JavaScript v2.
|
298187
|
+
// AWS SDK for JavaScript v2.1647.0
|
298177
298188
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
298178
298189
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
298179
298190
|
require('./browser_loader');
|