@aws-sdk/client-ram 3.489.0 → 3.495.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/RAM.js +1 -79
- package/dist-cjs/RAMClient.js +1 -43
- package/dist-cjs/commands/AcceptResourceShareInvitationCommand.js +1 -28
- package/dist-cjs/commands/AssociateResourceShareCommand.js +1 -28
- package/dist-cjs/commands/AssociateResourceSharePermissionCommand.js +1 -28
- package/dist-cjs/commands/CreatePermissionCommand.js +1 -28
- package/dist-cjs/commands/CreatePermissionVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateResourceShareCommand.js +1 -28
- package/dist-cjs/commands/DeletePermissionCommand.js +1 -28
- package/dist-cjs/commands/DeletePermissionVersionCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourceShareCommand.js +1 -28
- package/dist-cjs/commands/DisassociateResourceShareCommand.js +1 -28
- package/dist-cjs/commands/DisassociateResourceSharePermissionCommand.js +1 -28
- package/dist-cjs/commands/EnableSharingWithAwsOrganizationCommand.js +1 -28
- package/dist-cjs/commands/GetPermissionCommand.js +1 -28
- package/dist-cjs/commands/GetResourcePoliciesCommand.js +1 -28
- package/dist-cjs/commands/GetResourceShareAssociationsCommand.js +1 -28
- package/dist-cjs/commands/GetResourceShareInvitationsCommand.js +1 -28
- package/dist-cjs/commands/GetResourceSharesCommand.js +1 -28
- package/dist-cjs/commands/ListPendingInvitationResourcesCommand.js +1 -28
- package/dist-cjs/commands/ListPermissionAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListPermissionVersionsCommand.js +1 -28
- package/dist-cjs/commands/ListPermissionsCommand.js +1 -28
- package/dist-cjs/commands/ListPrincipalsCommand.js +1 -28
- package/dist-cjs/commands/ListReplacePermissionAssociationsWorkCommand.js +1 -28
- package/dist-cjs/commands/ListResourceSharePermissionsCommand.js +1 -28
- package/dist-cjs/commands/ListResourceTypesCommand.js +1 -28
- package/dist-cjs/commands/ListResourcesCommand.js +1 -28
- package/dist-cjs/commands/PromotePermissionCreatedFromPolicyCommand.js +1 -28
- package/dist-cjs/commands/PromoteResourceShareCreatedFromPolicyCommand.js +1 -28
- package/dist-cjs/commands/RejectResourceShareInvitationCommand.js +1 -28
- package/dist-cjs/commands/ReplacePermissionAssociationsCommand.js +1 -28
- package/dist-cjs/commands/SetDefaultPermissionVersionCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateResourceShareCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -37
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4539 -11
- package/dist-cjs/models/RAMServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -442
- package/dist-cjs/pagination/GetResourcePoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/GetResourceShareAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/GetResourceShareInvitationsPaginator.js +1 -7
- package/dist-cjs/pagination/GetResourceSharesPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListPendingInvitationResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/ListPermissionAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPermissionVersionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPermissionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPrincipalsPaginator.js +1 -7
- package/dist-cjs/pagination/ListReplacePermissionAssociationsWorkPaginator.js +1 -7
- package/dist-cjs/pagination/ListResourceSharePermissionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListResourceTypesPaginator.js +1 -7
- package/dist-cjs/pagination/ListResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -17
- package/dist-cjs/protocols/Aws_restJson1.js +1 -3027
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/RAM.js
CHANGED
|
@@ -1,79 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RAM = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const AcceptResourceShareInvitationCommand_1 = require("./commands/AcceptResourceShareInvitationCommand");
|
|
6
|
-
const AssociateResourceShareCommand_1 = require("./commands/AssociateResourceShareCommand");
|
|
7
|
-
const AssociateResourceSharePermissionCommand_1 = require("./commands/AssociateResourceSharePermissionCommand");
|
|
8
|
-
const CreatePermissionCommand_1 = require("./commands/CreatePermissionCommand");
|
|
9
|
-
const CreatePermissionVersionCommand_1 = require("./commands/CreatePermissionVersionCommand");
|
|
10
|
-
const CreateResourceShareCommand_1 = require("./commands/CreateResourceShareCommand");
|
|
11
|
-
const DeletePermissionCommand_1 = require("./commands/DeletePermissionCommand");
|
|
12
|
-
const DeletePermissionVersionCommand_1 = require("./commands/DeletePermissionVersionCommand");
|
|
13
|
-
const DeleteResourceShareCommand_1 = require("./commands/DeleteResourceShareCommand");
|
|
14
|
-
const DisassociateResourceShareCommand_1 = require("./commands/DisassociateResourceShareCommand");
|
|
15
|
-
const DisassociateResourceSharePermissionCommand_1 = require("./commands/DisassociateResourceSharePermissionCommand");
|
|
16
|
-
const EnableSharingWithAwsOrganizationCommand_1 = require("./commands/EnableSharingWithAwsOrganizationCommand");
|
|
17
|
-
const GetPermissionCommand_1 = require("./commands/GetPermissionCommand");
|
|
18
|
-
const GetResourcePoliciesCommand_1 = require("./commands/GetResourcePoliciesCommand");
|
|
19
|
-
const GetResourceShareAssociationsCommand_1 = require("./commands/GetResourceShareAssociationsCommand");
|
|
20
|
-
const GetResourceShareInvitationsCommand_1 = require("./commands/GetResourceShareInvitationsCommand");
|
|
21
|
-
const GetResourceSharesCommand_1 = require("./commands/GetResourceSharesCommand");
|
|
22
|
-
const ListPendingInvitationResourcesCommand_1 = require("./commands/ListPendingInvitationResourcesCommand");
|
|
23
|
-
const ListPermissionAssociationsCommand_1 = require("./commands/ListPermissionAssociationsCommand");
|
|
24
|
-
const ListPermissionsCommand_1 = require("./commands/ListPermissionsCommand");
|
|
25
|
-
const ListPermissionVersionsCommand_1 = require("./commands/ListPermissionVersionsCommand");
|
|
26
|
-
const ListPrincipalsCommand_1 = require("./commands/ListPrincipalsCommand");
|
|
27
|
-
const ListReplacePermissionAssociationsWorkCommand_1 = require("./commands/ListReplacePermissionAssociationsWorkCommand");
|
|
28
|
-
const ListResourcesCommand_1 = require("./commands/ListResourcesCommand");
|
|
29
|
-
const ListResourceSharePermissionsCommand_1 = require("./commands/ListResourceSharePermissionsCommand");
|
|
30
|
-
const ListResourceTypesCommand_1 = require("./commands/ListResourceTypesCommand");
|
|
31
|
-
const PromotePermissionCreatedFromPolicyCommand_1 = require("./commands/PromotePermissionCreatedFromPolicyCommand");
|
|
32
|
-
const PromoteResourceShareCreatedFromPolicyCommand_1 = require("./commands/PromoteResourceShareCreatedFromPolicyCommand");
|
|
33
|
-
const RejectResourceShareInvitationCommand_1 = require("./commands/RejectResourceShareInvitationCommand");
|
|
34
|
-
const ReplacePermissionAssociationsCommand_1 = require("./commands/ReplacePermissionAssociationsCommand");
|
|
35
|
-
const SetDefaultPermissionVersionCommand_1 = require("./commands/SetDefaultPermissionVersionCommand");
|
|
36
|
-
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
37
|
-
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
38
|
-
const UpdateResourceShareCommand_1 = require("./commands/UpdateResourceShareCommand");
|
|
39
|
-
const RAMClient_1 = require("./RAMClient");
|
|
40
|
-
const commands = {
|
|
41
|
-
AcceptResourceShareInvitationCommand: AcceptResourceShareInvitationCommand_1.AcceptResourceShareInvitationCommand,
|
|
42
|
-
AssociateResourceShareCommand: AssociateResourceShareCommand_1.AssociateResourceShareCommand,
|
|
43
|
-
AssociateResourceSharePermissionCommand: AssociateResourceSharePermissionCommand_1.AssociateResourceSharePermissionCommand,
|
|
44
|
-
CreatePermissionCommand: CreatePermissionCommand_1.CreatePermissionCommand,
|
|
45
|
-
CreatePermissionVersionCommand: CreatePermissionVersionCommand_1.CreatePermissionVersionCommand,
|
|
46
|
-
CreateResourceShareCommand: CreateResourceShareCommand_1.CreateResourceShareCommand,
|
|
47
|
-
DeletePermissionCommand: DeletePermissionCommand_1.DeletePermissionCommand,
|
|
48
|
-
DeletePermissionVersionCommand: DeletePermissionVersionCommand_1.DeletePermissionVersionCommand,
|
|
49
|
-
DeleteResourceShareCommand: DeleteResourceShareCommand_1.DeleteResourceShareCommand,
|
|
50
|
-
DisassociateResourceShareCommand: DisassociateResourceShareCommand_1.DisassociateResourceShareCommand,
|
|
51
|
-
DisassociateResourceSharePermissionCommand: DisassociateResourceSharePermissionCommand_1.DisassociateResourceSharePermissionCommand,
|
|
52
|
-
EnableSharingWithAwsOrganizationCommand: EnableSharingWithAwsOrganizationCommand_1.EnableSharingWithAwsOrganizationCommand,
|
|
53
|
-
GetPermissionCommand: GetPermissionCommand_1.GetPermissionCommand,
|
|
54
|
-
GetResourcePoliciesCommand: GetResourcePoliciesCommand_1.GetResourcePoliciesCommand,
|
|
55
|
-
GetResourceShareAssociationsCommand: GetResourceShareAssociationsCommand_1.GetResourceShareAssociationsCommand,
|
|
56
|
-
GetResourceShareInvitationsCommand: GetResourceShareInvitationsCommand_1.GetResourceShareInvitationsCommand,
|
|
57
|
-
GetResourceSharesCommand: GetResourceSharesCommand_1.GetResourceSharesCommand,
|
|
58
|
-
ListPendingInvitationResourcesCommand: ListPendingInvitationResourcesCommand_1.ListPendingInvitationResourcesCommand,
|
|
59
|
-
ListPermissionAssociationsCommand: ListPermissionAssociationsCommand_1.ListPermissionAssociationsCommand,
|
|
60
|
-
ListPermissionsCommand: ListPermissionsCommand_1.ListPermissionsCommand,
|
|
61
|
-
ListPermissionVersionsCommand: ListPermissionVersionsCommand_1.ListPermissionVersionsCommand,
|
|
62
|
-
ListPrincipalsCommand: ListPrincipalsCommand_1.ListPrincipalsCommand,
|
|
63
|
-
ListReplacePermissionAssociationsWorkCommand: ListReplacePermissionAssociationsWorkCommand_1.ListReplacePermissionAssociationsWorkCommand,
|
|
64
|
-
ListResourcesCommand: ListResourcesCommand_1.ListResourcesCommand,
|
|
65
|
-
ListResourceSharePermissionsCommand: ListResourceSharePermissionsCommand_1.ListResourceSharePermissionsCommand,
|
|
66
|
-
ListResourceTypesCommand: ListResourceTypesCommand_1.ListResourceTypesCommand,
|
|
67
|
-
PromotePermissionCreatedFromPolicyCommand: PromotePermissionCreatedFromPolicyCommand_1.PromotePermissionCreatedFromPolicyCommand,
|
|
68
|
-
PromoteResourceShareCreatedFromPolicyCommand: PromoteResourceShareCreatedFromPolicyCommand_1.PromoteResourceShareCreatedFromPolicyCommand,
|
|
69
|
-
RejectResourceShareInvitationCommand: RejectResourceShareInvitationCommand_1.RejectResourceShareInvitationCommand,
|
|
70
|
-
ReplacePermissionAssociationsCommand: ReplacePermissionAssociationsCommand_1.ReplacePermissionAssociationsCommand,
|
|
71
|
-
SetDefaultPermissionVersionCommand: SetDefaultPermissionVersionCommand_1.SetDefaultPermissionVersionCommand,
|
|
72
|
-
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
73
|
-
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
74
|
-
UpdateResourceShareCommand: UpdateResourceShareCommand_1.UpdateResourceShareCommand,
|
|
75
|
-
};
|
|
76
|
-
class RAM extends RAMClient_1.RAMClient {
|
|
77
|
-
}
|
|
78
|
-
exports.RAM = RAM;
|
|
79
|
-
(0, smithy_client_1.createAggregatedClient)(commands, RAM);
|
|
1
|
+
module.exports = require("./index.js");
|
package/dist-cjs/RAMClient.js
CHANGED
|
@@ -1,43 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RAMClient = exports.__Client = void 0;
|
|
4
|
-
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
5
|
-
const middleware_logger_1 = require("@aws-sdk/middleware-logger");
|
|
6
|
-
const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
|
|
7
|
-
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
8
|
-
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
9
|
-
const config_resolver_1 = require("@smithy/config-resolver");
|
|
10
|
-
const middleware_content_length_1 = require("@smithy/middleware-content-length");
|
|
11
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
12
|
-
const middleware_retry_1 = require("@smithy/middleware-retry");
|
|
13
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
14
|
-
Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
|
|
15
|
-
const EndpointParameters_1 = require("./endpoint/EndpointParameters");
|
|
16
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
17
|
-
const runtimeExtensions_1 = require("./runtimeExtensions");
|
|
18
|
-
class RAMClient extends smithy_client_1.Client {
|
|
19
|
-
constructor(...[configuration]) {
|
|
20
|
-
const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
|
|
21
|
-
const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
|
|
22
|
-
const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
|
|
23
|
-
const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
|
|
24
|
-
const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
|
|
25
|
-
const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
|
|
26
|
-
const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
|
|
27
|
-
const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
|
|
28
|
-
const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
|
|
29
|
-
super(_config_8);
|
|
30
|
-
this.config = _config_8;
|
|
31
|
-
this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
|
|
32
|
-
this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
|
|
33
|
-
this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
|
|
34
|
-
this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
|
|
35
|
-
this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
|
|
36
|
-
this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
|
|
37
|
-
this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
|
|
38
|
-
}
|
|
39
|
-
destroy() {
|
|
40
|
-
super.destroy();
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
exports.RAMClient = RAMClient;
|
|
1
|
+
module.exports = require("./index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AcceptResourceShareInvitationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AcceptResourceShareInvitationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "AcceptResourceShareInvitation", {})
|
|
22
|
-
.n("RAMClient", "AcceptResourceShareInvitationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AcceptResourceShareInvitationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AcceptResourceShareInvitationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AcceptResourceShareInvitationCommand = AcceptResourceShareInvitationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateResourceShareCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateResourceShareCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "AssociateResourceShare", {})
|
|
22
|
-
.n("RAMClient", "AssociateResourceShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateResourceShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateResourceShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateResourceShareCommand = AssociateResourceShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AssociateResourceSharePermissionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class AssociateResourceSharePermissionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "AssociateResourceSharePermission", {})
|
|
22
|
-
.n("RAMClient", "AssociateResourceSharePermissionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_AssociateResourceSharePermissionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_AssociateResourceSharePermissionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.AssociateResourceSharePermissionCommand = AssociateResourceSharePermissionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePermissionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreatePermissionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "CreatePermission", {})
|
|
22
|
-
.n("RAMClient", "CreatePermissionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreatePermissionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreatePermissionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePermissionCommand = CreatePermissionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreatePermissionVersionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreatePermissionVersionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "CreatePermissionVersion", {})
|
|
22
|
-
.n("RAMClient", "CreatePermissionVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreatePermissionVersionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreatePermissionVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreatePermissionVersionCommand = CreatePermissionVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateResourceShareCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class CreateResourceShareCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "CreateResourceShare", {})
|
|
22
|
-
.n("RAMClient", "CreateResourceShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_CreateResourceShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_CreateResourceShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.CreateResourceShareCommand = CreateResourceShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePermissionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeletePermissionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "DeletePermission", {})
|
|
22
|
-
.n("RAMClient", "DeletePermissionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeletePermissionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeletePermissionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePermissionCommand = DeletePermissionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeletePermissionVersionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeletePermissionVersionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "DeletePermissionVersion", {})
|
|
22
|
-
.n("RAMClient", "DeletePermissionVersionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeletePermissionVersionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeletePermissionVersionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeletePermissionVersionCommand = DeletePermissionVersionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DeleteResourceShareCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DeleteResourceShareCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "DeleteResourceShare", {})
|
|
22
|
-
.n("RAMClient", "DeleteResourceShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DeleteResourceShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DeleteResourceShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DeleteResourceShareCommand = DeleteResourceShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateResourceShareCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DisassociateResourceShareCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "DisassociateResourceShare", {})
|
|
22
|
-
.n("RAMClient", "DisassociateResourceShareCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DisassociateResourceShareCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DisassociateResourceShareCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisassociateResourceShareCommand = DisassociateResourceShareCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DisassociateResourceSharePermissionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class DisassociateResourceSharePermissionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "DisassociateResourceSharePermission", {})
|
|
22
|
-
.n("RAMClient", "DisassociateResourceSharePermissionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_DisassociateResourceSharePermissionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_DisassociateResourceSharePermissionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.DisassociateResourceSharePermissionCommand = DisassociateResourceSharePermissionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EnableSharingWithAwsOrganizationCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class EnableSharingWithAwsOrganizationCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "EnableSharingWithAwsOrganization", {})
|
|
22
|
-
.n("RAMClient", "EnableSharingWithAwsOrganizationCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_EnableSharingWithAwsOrganizationCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_EnableSharingWithAwsOrganizationCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.EnableSharingWithAwsOrganizationCommand = EnableSharingWithAwsOrganizationCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetPermissionCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetPermissionCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "GetPermission", {})
|
|
22
|
-
.n("RAMClient", "GetPermissionCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetPermissionCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetPermissionCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetPermissionCommand = GetPermissionCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetResourcePoliciesCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetResourcePoliciesCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "GetResourcePolicies", {})
|
|
22
|
-
.n("RAMClient", "GetResourcePoliciesCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetResourcePoliciesCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetResourcePoliciesCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetResourcePoliciesCommand = GetResourcePoliciesCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetResourceShareAssociationsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetResourceShareAssociationsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "GetResourceShareAssociations", {})
|
|
22
|
-
.n("RAMClient", "GetResourceShareAssociationsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetResourceShareAssociationsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetResourceShareAssociationsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetResourceShareAssociationsCommand = GetResourceShareAssociationsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,28 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetResourceShareInvitationsCommand = exports.$Command = void 0;
|
|
4
|
-
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
-
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
-
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
-
class GetResourceShareInvitationsCommand extends smithy_client_1.Command
|
|
11
|
-
.classBuilder()
|
|
12
|
-
.ep({
|
|
13
|
-
...EndpointParameters_1.commonParams,
|
|
14
|
-
})
|
|
15
|
-
.m(function (Command, cs, config, o) {
|
|
16
|
-
return [
|
|
17
|
-
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
-
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
-
];
|
|
20
|
-
})
|
|
21
|
-
.s("AmazonResourceSharing", "GetResourceShareInvitations", {})
|
|
22
|
-
.n("RAMClient", "GetResourceShareInvitationsCommand")
|
|
23
|
-
.f(void 0, void 0)
|
|
24
|
-
.ser(Aws_restJson1_1.se_GetResourceShareInvitationsCommand)
|
|
25
|
-
.de(Aws_restJson1_1.de_GetResourceShareInvitationsCommand)
|
|
26
|
-
.build() {
|
|
27
|
-
}
|
|
28
|
-
exports.GetResourceShareInvitationsCommand = GetResourceShareInvitationsCommand;
|
|
1
|
+
module.exports = require("../index.js");
|