@aws-sdk/client-repostspace 3.496.0 → 3.499.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-cjs/index.js +23 -22
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1407,40 +1407,41 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
1407
1407
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1408
1408
|
|
|
1409
1409
|
0 && (module.exports = {
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1410
|
+
RepostspaceServiceException,
|
|
1411
|
+
__Client,
|
|
1412
|
+
RepostspaceClient,
|
|
1413
|
+
Repostspace,
|
|
1414
|
+
$Command,
|
|
1413
1415
|
CreateSpaceCommand,
|
|
1414
|
-
CreateSpaceInputFilterSensitiveLog,
|
|
1415
1416
|
DeleteSpaceCommand,
|
|
1416
1417
|
DeregisterAdminCommand,
|
|
1417
1418
|
GetSpaceCommand,
|
|
1418
|
-
GetSpaceOutputFilterSensitiveLog,
|
|
1419
|
-
InternalServerException,
|
|
1420
1419
|
ListSpacesCommand,
|
|
1421
|
-
ListSpacesOutputFilterSensitiveLog,
|
|
1422
1420
|
ListTagsForResourceCommand,
|
|
1423
|
-
ListTagsForResourceResponseFilterSensitiveLog,
|
|
1424
1421
|
RegisterAdminCommand,
|
|
1425
|
-
Repostspace,
|
|
1426
|
-
RepostspaceClient,
|
|
1427
|
-
RepostspaceServiceException,
|
|
1428
|
-
ResourceNotFoundException,
|
|
1429
1422
|
SendInvitesCommand,
|
|
1430
|
-
SendInvitesInputFilterSensitiveLog,
|
|
1431
|
-
ServiceQuotaExceededException,
|
|
1432
|
-
SpaceDataFilterSensitiveLog,
|
|
1433
1423
|
TagResourceCommand,
|
|
1434
|
-
TagResourceRequestFilterSensitiveLog,
|
|
1435
|
-
ThrottlingException,
|
|
1436
|
-
TierLevel,
|
|
1437
1424
|
UntagResourceCommand,
|
|
1438
1425
|
UpdateSpaceCommand,
|
|
1439
|
-
|
|
1440
|
-
|
|
1426
|
+
paginateListSpaces,
|
|
1427
|
+
AccessDeniedException,
|
|
1428
|
+
ConfigurationStatus,
|
|
1429
|
+
ConflictException,
|
|
1430
|
+
TierLevel,
|
|
1431
|
+
InternalServerException,
|
|
1432
|
+
ResourceNotFoundException,
|
|
1433
|
+
ServiceQuotaExceededException,
|
|
1434
|
+
ThrottlingException,
|
|
1441
1435
|
ValidationExceptionReason,
|
|
1436
|
+
ValidationException,
|
|
1442
1437
|
VanityDomainStatus,
|
|
1443
|
-
|
|
1444
|
-
|
|
1438
|
+
CreateSpaceInputFilterSensitiveLog,
|
|
1439
|
+
GetSpaceOutputFilterSensitiveLog,
|
|
1440
|
+
SpaceDataFilterSensitiveLog,
|
|
1441
|
+
ListSpacesOutputFilterSensitiveLog,
|
|
1442
|
+
ListTagsForResourceResponseFilterSensitiveLog,
|
|
1443
|
+
SendInvitesInputFilterSensitiveLog,
|
|
1444
|
+
TagResourceRequestFilterSensitiveLog,
|
|
1445
|
+
UpdateSpaceInputFilterSensitiveLog
|
|
1445
1446
|
});
|
|
1446
1447
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-repostspace",
|
|
3
3
|
"description": "AWS SDK for JavaScript Repostspace Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-repostspace",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|