@aws-sdk/client-ram 3.495.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 +50 -47
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -4443,7 +4443,13 @@ var paginateListResources = (0, import_core.createPaginator)(RAMClient, ListReso
|
|
|
4443
4443
|
// src/index.ts
|
|
4444
4444
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
4445
4445
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4446
|
+
|
|
4446
4447
|
0 && (module.exports = {
|
|
4448
|
+
RAMServiceException,
|
|
4449
|
+
__Client,
|
|
4450
|
+
RAMClient,
|
|
4451
|
+
RAM,
|
|
4452
|
+
$Command,
|
|
4447
4453
|
AcceptResourceShareInvitationCommand,
|
|
4448
4454
|
AssociateResourceShareCommand,
|
|
4449
4455
|
AssociateResourceSharePermissionCommand,
|
|
@@ -4461,14 +4467,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4461
4467
|
GetResourceShareAssociationsCommand,
|
|
4462
4468
|
GetResourceShareInvitationsCommand,
|
|
4463
4469
|
GetResourceSharesCommand,
|
|
4464
|
-
IdempotentParameterMismatchException,
|
|
4465
|
-
InvalidClientTokenException,
|
|
4466
|
-
InvalidMaxResultsException,
|
|
4467
|
-
InvalidNextTokenException,
|
|
4468
|
-
InvalidParameterException,
|
|
4469
|
-
InvalidPolicyException,
|
|
4470
|
-
InvalidResourceTypeException,
|
|
4471
|
-
InvalidStateTransitionException,
|
|
4472
4470
|
ListPendingInvitationResourcesCommand,
|
|
4473
4471
|
ListPermissionAssociationsCommand,
|
|
4474
4472
|
ListPermissionVersionsCommand,
|
|
@@ -4478,52 +4476,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4478
4476
|
ListResourceSharePermissionsCommand,
|
|
4479
4477
|
ListResourceTypesCommand,
|
|
4480
4478
|
ListResourcesCommand,
|
|
4481
|
-
MalformedArnException,
|
|
4482
|
-
MalformedPolicyTemplateException,
|
|
4483
|
-
MissingRequiredParameterException,
|
|
4484
|
-
OperationNotPermittedException,
|
|
4485
|
-
PermissionAlreadyExistsException,
|
|
4486
|
-
PermissionFeatureSet,
|
|
4487
|
-
PermissionLimitExceededException,
|
|
4488
|
-
PermissionStatus,
|
|
4489
|
-
PermissionType,
|
|
4490
|
-
PermissionTypeFilter,
|
|
4491
|
-
PermissionVersionsLimitExceededException,
|
|
4492
4479
|
PromotePermissionCreatedFromPolicyCommand,
|
|
4493
4480
|
PromoteResourceShareCreatedFromPolicyCommand,
|
|
4494
|
-
RAM,
|
|
4495
|
-
RAMClient,
|
|
4496
|
-
RAMServiceException,
|
|
4497
4481
|
RejectResourceShareInvitationCommand,
|
|
4498
4482
|
ReplacePermissionAssociationsCommand,
|
|
4499
|
-
ReplacePermissionAssociationsWorkStatus,
|
|
4500
|
-
ResourceArnNotFoundException,
|
|
4501
|
-
ResourceOwner,
|
|
4502
|
-
ResourceRegionScope,
|
|
4503
|
-
ResourceRegionScopeFilter,
|
|
4504
|
-
ResourceShareAssociationStatus,
|
|
4505
|
-
ResourceShareAssociationType,
|
|
4506
|
-
ResourceShareFeatureSet,
|
|
4507
|
-
ResourceShareInvitationAlreadyAcceptedException,
|
|
4508
|
-
ResourceShareInvitationAlreadyRejectedException,
|
|
4509
|
-
ResourceShareInvitationArnNotFoundException,
|
|
4510
|
-
ResourceShareInvitationExpiredException,
|
|
4511
|
-
ResourceShareInvitationStatus,
|
|
4512
|
-
ResourceShareLimitExceededException,
|
|
4513
|
-
ResourceShareStatus,
|
|
4514
|
-
ResourceStatus,
|
|
4515
|
-
ServerInternalException,
|
|
4516
|
-
ServiceUnavailableException,
|
|
4517
4483
|
SetDefaultPermissionVersionCommand,
|
|
4518
|
-
TagLimitExceededException,
|
|
4519
|
-
TagPolicyViolationException,
|
|
4520
4484
|
TagResourceCommand,
|
|
4521
|
-
ThrottlingException,
|
|
4522
|
-
UnknownResourceException,
|
|
4523
|
-
UnmatchedPolicyPermissionException,
|
|
4524
4485
|
UntagResourceCommand,
|
|
4525
4486
|
UpdateResourceShareCommand,
|
|
4526
|
-
__Client,
|
|
4527
4487
|
paginateGetResourcePolicies,
|
|
4528
4488
|
paginateGetResourceShareAssociations,
|
|
4529
4489
|
paginateGetResourceShareInvitations,
|
|
@@ -4536,5 +4496,48 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4536
4496
|
paginateListReplacePermissionAssociationsWork,
|
|
4537
4497
|
paginateListResourceSharePermissions,
|
|
4538
4498
|
paginateListResourceTypes,
|
|
4539
|
-
paginateListResources
|
|
4499
|
+
paginateListResources,
|
|
4500
|
+
ResourceShareAssociationType,
|
|
4501
|
+
ResourceShareAssociationStatus,
|
|
4502
|
+
ResourceShareInvitationStatus,
|
|
4503
|
+
IdempotentParameterMismatchException,
|
|
4504
|
+
InvalidClientTokenException,
|
|
4505
|
+
MalformedArnException,
|
|
4506
|
+
OperationNotPermittedException,
|
|
4507
|
+
ResourceShareInvitationAlreadyAcceptedException,
|
|
4508
|
+
ResourceShareInvitationAlreadyRejectedException,
|
|
4509
|
+
ResourceShareInvitationArnNotFoundException,
|
|
4510
|
+
ResourceShareInvitationExpiredException,
|
|
4511
|
+
ServerInternalException,
|
|
4512
|
+
ServiceUnavailableException,
|
|
4513
|
+
InvalidParameterException,
|
|
4514
|
+
InvalidStateTransitionException,
|
|
4515
|
+
ResourceShareLimitExceededException,
|
|
4516
|
+
ThrottlingException,
|
|
4517
|
+
UnknownResourceException,
|
|
4518
|
+
PermissionFeatureSet,
|
|
4519
|
+
PermissionType,
|
|
4520
|
+
InvalidPolicyException,
|
|
4521
|
+
MalformedPolicyTemplateException,
|
|
4522
|
+
PermissionAlreadyExistsException,
|
|
4523
|
+
PermissionLimitExceededException,
|
|
4524
|
+
PermissionStatus,
|
|
4525
|
+
PermissionVersionsLimitExceededException,
|
|
4526
|
+
ResourceShareFeatureSet,
|
|
4527
|
+
ResourceShareStatus,
|
|
4528
|
+
TagLimitExceededException,
|
|
4529
|
+
TagPolicyViolationException,
|
|
4530
|
+
InvalidNextTokenException,
|
|
4531
|
+
ResourceArnNotFoundException,
|
|
4532
|
+
InvalidMaxResultsException,
|
|
4533
|
+
ResourceOwner,
|
|
4534
|
+
ResourceRegionScopeFilter,
|
|
4535
|
+
ResourceRegionScope,
|
|
4536
|
+
ResourceStatus,
|
|
4537
|
+
MissingRequiredParameterException,
|
|
4538
|
+
PermissionTypeFilter,
|
|
4539
|
+
ReplacePermissionAssociationsWorkStatus,
|
|
4540
|
+
InvalidResourceTypeException,
|
|
4541
|
+
UnmatchedPolicyPermissionException
|
|
4540
4542
|
});
|
|
4543
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ram",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ram 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-ram",
|
|
@@ -20,47 +20,47 @@
|
|
|
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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|