@aws-sdk/client-ram 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 +48 -47
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -4445,6 +4445,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4445
4445
|
// Annotate the CommonJS export names for ESM import in node:
|
|
4446
4446
|
|
|
4447
4447
|
0 && (module.exports = {
|
|
4448
|
+
RAMServiceException,
|
|
4449
|
+
__Client,
|
|
4450
|
+
RAMClient,
|
|
4451
|
+
RAM,
|
|
4452
|
+
$Command,
|
|
4448
4453
|
AcceptResourceShareInvitationCommand,
|
|
4449
4454
|
AssociateResourceShareCommand,
|
|
4450
4455
|
AssociateResourceSharePermissionCommand,
|
|
@@ -4462,14 +4467,6 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4462
4467
|
GetResourceShareAssociationsCommand,
|
|
4463
4468
|
GetResourceShareInvitationsCommand,
|
|
4464
4469
|
GetResourceSharesCommand,
|
|
4465
|
-
IdempotentParameterMismatchException,
|
|
4466
|
-
InvalidClientTokenException,
|
|
4467
|
-
InvalidMaxResultsException,
|
|
4468
|
-
InvalidNextTokenException,
|
|
4469
|
-
InvalidParameterException,
|
|
4470
|
-
InvalidPolicyException,
|
|
4471
|
-
InvalidResourceTypeException,
|
|
4472
|
-
InvalidStateTransitionException,
|
|
4473
4470
|
ListPendingInvitationResourcesCommand,
|
|
4474
4471
|
ListPermissionAssociationsCommand,
|
|
4475
4472
|
ListPermissionVersionsCommand,
|
|
@@ -4479,52 +4476,14 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4479
4476
|
ListResourceSharePermissionsCommand,
|
|
4480
4477
|
ListResourceTypesCommand,
|
|
4481
4478
|
ListResourcesCommand,
|
|
4482
|
-
MalformedArnException,
|
|
4483
|
-
MalformedPolicyTemplateException,
|
|
4484
|
-
MissingRequiredParameterException,
|
|
4485
|
-
OperationNotPermittedException,
|
|
4486
|
-
PermissionAlreadyExistsException,
|
|
4487
|
-
PermissionFeatureSet,
|
|
4488
|
-
PermissionLimitExceededException,
|
|
4489
|
-
PermissionStatus,
|
|
4490
|
-
PermissionType,
|
|
4491
|
-
PermissionTypeFilter,
|
|
4492
|
-
PermissionVersionsLimitExceededException,
|
|
4493
4479
|
PromotePermissionCreatedFromPolicyCommand,
|
|
4494
4480
|
PromoteResourceShareCreatedFromPolicyCommand,
|
|
4495
|
-
RAM,
|
|
4496
|
-
RAMClient,
|
|
4497
|
-
RAMServiceException,
|
|
4498
4481
|
RejectResourceShareInvitationCommand,
|
|
4499
4482
|
ReplacePermissionAssociationsCommand,
|
|
4500
|
-
ReplacePermissionAssociationsWorkStatus,
|
|
4501
|
-
ResourceArnNotFoundException,
|
|
4502
|
-
ResourceOwner,
|
|
4503
|
-
ResourceRegionScope,
|
|
4504
|
-
ResourceRegionScopeFilter,
|
|
4505
|
-
ResourceShareAssociationStatus,
|
|
4506
|
-
ResourceShareAssociationType,
|
|
4507
|
-
ResourceShareFeatureSet,
|
|
4508
|
-
ResourceShareInvitationAlreadyAcceptedException,
|
|
4509
|
-
ResourceShareInvitationAlreadyRejectedException,
|
|
4510
|
-
ResourceShareInvitationArnNotFoundException,
|
|
4511
|
-
ResourceShareInvitationExpiredException,
|
|
4512
|
-
ResourceShareInvitationStatus,
|
|
4513
|
-
ResourceShareLimitExceededException,
|
|
4514
|
-
ResourceShareStatus,
|
|
4515
|
-
ResourceStatus,
|
|
4516
|
-
ServerInternalException,
|
|
4517
|
-
ServiceUnavailableException,
|
|
4518
4483
|
SetDefaultPermissionVersionCommand,
|
|
4519
|
-
TagLimitExceededException,
|
|
4520
|
-
TagPolicyViolationException,
|
|
4521
4484
|
TagResourceCommand,
|
|
4522
|
-
ThrottlingException,
|
|
4523
|
-
UnknownResourceException,
|
|
4524
|
-
UnmatchedPolicyPermissionException,
|
|
4525
4485
|
UntagResourceCommand,
|
|
4526
4486
|
UpdateResourceShareCommand,
|
|
4527
|
-
__Client,
|
|
4528
4487
|
paginateGetResourcePolicies,
|
|
4529
4488
|
paginateGetResourceShareAssociations,
|
|
4530
4489
|
paginateGetResourceShareInvitations,
|
|
@@ -4537,6 +4496,48 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
4537
4496
|
paginateListReplacePermissionAssociationsWork,
|
|
4538
4497
|
paginateListResourceSharePermissions,
|
|
4539
4498
|
paginateListResourceTypes,
|
|
4540
|
-
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
|
|
4541
4542
|
});
|
|
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,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",
|