@aws-sdk/client-ram 3.1077.0 → 3.1079.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 +111 -421
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptResourceShareInvitationCommand.js +2 -14
- package/dist-es/commands/AssociateResourceShareCommand.js +2 -14
- package/dist-es/commands/AssociateResourceSharePermissionCommand.js +2 -14
- package/dist-es/commands/CreatePermissionCommand.js +2 -14
- package/dist-es/commands/CreatePermissionVersionCommand.js +2 -14
- package/dist-es/commands/CreateResourceShareCommand.js +2 -14
- package/dist-es/commands/DeletePermissionCommand.js +2 -14
- package/dist-es/commands/DeletePermissionVersionCommand.js +2 -14
- package/dist-es/commands/DeleteResourceShareCommand.js +2 -14
- package/dist-es/commands/DisassociateResourceShareCommand.js +2 -14
- package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +2 -14
- package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +2 -14
- package/dist-es/commands/GetPermissionCommand.js +2 -14
- package/dist-es/commands/GetResourcePoliciesCommand.js +2 -14
- package/dist-es/commands/GetResourceShareAssociationsCommand.js +2 -14
- package/dist-es/commands/GetResourceShareInvitationsCommand.js +2 -14
- package/dist-es/commands/GetResourceSharesCommand.js +2 -14
- package/dist-es/commands/ListPendingInvitationResourcesCommand.js +2 -14
- package/dist-es/commands/ListPermissionAssociationsCommand.js +2 -14
- package/dist-es/commands/ListPermissionVersionsCommand.js +2 -14
- package/dist-es/commands/ListPermissionsCommand.js +2 -14
- package/dist-es/commands/ListPrincipalsCommand.js +2 -14
- package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +2 -14
- package/dist-es/commands/ListResourceSharePermissionsCommand.js +2 -14
- package/dist-es/commands/ListResourceTypesCommand.js +2 -14
- package/dist-es/commands/ListResourcesCommand.js +2 -14
- package/dist-es/commands/ListSourceAssociationsCommand.js +2 -14
- package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +2 -14
- package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -14
- package/dist-es/commands/RejectResourceShareInvitationCommand.js +2 -14
- package/dist-es/commands/ReplacePermissionAssociationsCommand.js +2 -14
- package/dist-es/commands/SetDefaultPermissionVersionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateResourceShareCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePermissionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePermissionVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +3 -8
- package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetPermissionCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPrincipalsCommand.d.ts +3 -8
- package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListSourceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +3 -8
- package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/SetDefaultPermissionVersionCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResourceShareCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AcceptResourceShareInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSourceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListPendingInvitationResourcesRequest,
|
|
5
4
|
ListPendingInvitationResourcesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPendingInvitationResourcesCommandInput
|
|
15
8
|
extends ListPendingInvitationResourcesRequest {}
|
|
16
9
|
export interface ListPendingInvitationResourcesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPendingInvitationResourcesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPendingInvitationResourcesCommandInput,
|
|
24
17
|
ListPendingInvitationResourcesCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListPendingInvitationResourcesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPendingInvitationResourcesCommandInput,
|
|
33
26
|
ListPendingInvitationResourcesCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListPendingInvitationResourcesCommand extends ListPendingInvitationResourcesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListPermissionAssociationsRequest,
|
|
5
4
|
ListPermissionAssociationsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPermissionAssociationsCommandInput
|
|
15
8
|
extends ListPermissionAssociationsRequest {}
|
|
16
9
|
export interface ListPermissionAssociationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPermissionAssociationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPermissionAssociationsCommandInput,
|
|
24
17
|
ListPermissionAssociationsCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListPermissionAssociationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPermissionAssociationsCommandInput,
|
|
33
26
|
ListPermissionAssociationsCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListPermissionAssociationsCommand extends ListPermissionAssociationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListPermissionVersionsRequest,
|
|
5
4
|
ListPermissionVersionsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPermissionVersionsCommandInput
|
|
15
8
|
extends ListPermissionVersionsRequest {}
|
|
16
9
|
export interface ListPermissionVersionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPermissionVersionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPermissionVersionsCommandInput,
|
|
24
17
|
ListPermissionVersionsCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListPermissionVersionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPermissionVersionsCommandInput,
|
|
33
26
|
ListPermissionVersionsCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListPermissionVersionsCommand extends ListPermissionVersionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListPermissionsRequest,
|
|
5
4
|
ListPermissionsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPermissionsCommandInput extends ListPermissionsRequest {}
|
|
15
8
|
export interface ListPermissionsCommandOutput
|
|
16
9
|
extends ListPermissionsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListPermissionsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListPermissionsCommandInput,
|
|
23
16
|
ListPermissionsCommandOutput,
|
|
24
|
-
RAMClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").RAMClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListPermissionsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListPermissionsCommandInput,
|
|
32
25
|
ListPermissionsCommandOutput,
|
|
33
|
-
RAMClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").RAMClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListPermissionsCommand extends ListPermissionsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListPrincipalsRequest,
|
|
5
4
|
ListPrincipalsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListPrincipalsCommandInput extends ListPrincipalsRequest {}
|
|
15
8
|
export interface ListPrincipalsCommandOutput
|
|
16
9
|
extends ListPrincipalsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListPrincipalsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListPrincipalsCommandInput,
|
|
23
16
|
ListPrincipalsCommandOutput,
|
|
24
|
-
RAMClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").RAMClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListPrincipalsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListPrincipalsCommandInput,
|
|
32
25
|
ListPrincipalsCommandOutput,
|
|
33
|
-
RAMClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").RAMClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListPrincipalsCommand extends ListPrincipalsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListReplacePermissionAssociationsWorkRequest,
|
|
5
4
|
ListReplacePermissionAssociationsWorkResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListReplacePermissionAssociationsWorkCommandInput
|
|
15
8
|
extends ListReplacePermissionAssociationsWorkRequest {}
|
|
16
9
|
export interface ListReplacePermissionAssociationsWorkCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListReplacePermissionAssociationsWorkCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListReplacePermissionAssociationsWorkCommandInput,
|
|
24
17
|
ListReplacePermissionAssociationsWorkCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListReplacePermissionAssociationsWorkCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListReplacePermissionAssociationsWorkCommandInput,
|
|
33
26
|
ListReplacePermissionAssociationsWorkCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListReplacePermissionAssociationsWorkCommand extends ListReplacePermissionAssociationsWorkCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListResourceSharePermissionsRequest,
|
|
5
4
|
ListResourceSharePermissionsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListResourceSharePermissionsCommandInput
|
|
15
8
|
extends ListResourceSharePermissionsRequest {}
|
|
16
9
|
export interface ListResourceSharePermissionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListResourceSharePermissionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListResourceSharePermissionsCommandInput,
|
|
24
17
|
ListResourceSharePermissionsCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListResourceSharePermissionsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListResourceSharePermissionsCommandInput,
|
|
33
26
|
ListResourceSharePermissionsCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListResourceSharePermissionsCommand extends ListResourceSharePermissionsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListResourceTypesRequest,
|
|
5
4
|
ListResourceTypesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListResourceTypesCommandInput
|
|
15
8
|
extends ListResourceTypesRequest {}
|
|
16
9
|
export interface ListResourceTypesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListResourceTypesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListResourceTypesCommandInput,
|
|
24
17
|
ListResourceTypesCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListResourceTypesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListResourceTypesCommandInput,
|
|
33
26
|
ListResourceTypesCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListResourceTypesCommand extends ListResourceTypesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListResourcesRequest,
|
|
5
4
|
ListResourcesResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListResourcesCommandInput extends ListResourcesRequest {}
|
|
15
8
|
export interface ListResourcesCommandOutput
|
|
16
9
|
extends ListResourcesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListResourcesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListResourcesCommandInput,
|
|
23
16
|
ListResourcesCommandOutput,
|
|
24
|
-
RAMClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").RAMClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListResourcesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListResourcesCommandInput,
|
|
32
25
|
ListResourcesCommandOutput,
|
|
33
|
-
RAMClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").RAMClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListResourcesCommand extends ListResourcesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ListSourceAssociationsRequest,
|
|
5
4
|
ListSourceAssociationsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListSourceAssociationsCommandInput
|
|
15
8
|
extends ListSourceAssociationsRequest {}
|
|
16
9
|
export interface ListSourceAssociationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListSourceAssociationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListSourceAssociationsCommandInput,
|
|
24
17
|
ListSourceAssociationsCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListSourceAssociationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListSourceAssociationsCommandInput,
|
|
33
26
|
ListSourceAssociationsCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListSourceAssociationsCommand extends ListSourceAssociationsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PromotePermissionCreatedFromPolicyRequest,
|
|
5
4
|
PromotePermissionCreatedFromPolicyResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PromotePermissionCreatedFromPolicyCommandInput
|
|
15
8
|
extends PromotePermissionCreatedFromPolicyRequest {}
|
|
16
9
|
export interface PromotePermissionCreatedFromPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PromotePermissionCreatedFromPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PromotePermissionCreatedFromPolicyCommandInput,
|
|
24
17
|
PromotePermissionCreatedFromPolicyCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PromotePermissionCreatedFromPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PromotePermissionCreatedFromPolicyCommandInput,
|
|
33
26
|
PromotePermissionCreatedFromPolicyCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PromotePermissionCreatedFromPolicyCommand extends PromotePermissionCreatedFromPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
PromoteResourceShareCreatedFromPolicyRequest,
|
|
5
4
|
PromoteResourceShareCreatedFromPolicyResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface PromoteResourceShareCreatedFromPolicyCommandInput
|
|
15
8
|
extends PromoteResourceShareCreatedFromPolicyRequest {}
|
|
16
9
|
export interface PromoteResourceShareCreatedFromPolicyCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const PromoteResourceShareCreatedFromPolicyCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
PromoteResourceShareCreatedFromPolicyCommandInput,
|
|
24
17
|
PromoteResourceShareCreatedFromPolicyCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: PromoteResourceShareCreatedFromPolicyCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
PromoteResourceShareCreatedFromPolicyCommandInput,
|
|
33
26
|
PromoteResourceShareCreatedFromPolicyCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class PromoteResourceShareCreatedFromPolicyCommand extends PromoteResourceShareCreatedFromPolicyCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
RejectResourceShareInvitationRequest,
|
|
5
4
|
RejectResourceShareInvitationResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface RejectResourceShareInvitationCommandInput
|
|
15
8
|
extends RejectResourceShareInvitationRequest {}
|
|
16
9
|
export interface RejectResourceShareInvitationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const RejectResourceShareInvitationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
RejectResourceShareInvitationCommandInput,
|
|
24
17
|
RejectResourceShareInvitationCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: RejectResourceShareInvitationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
RejectResourceShareInvitationCommandInput,
|
|
33
26
|
RejectResourceShareInvitationCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class RejectResourceShareInvitationCommand extends RejectResourceShareInvitationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import {
|
|
4
3
|
ReplacePermissionAssociationsRequest,
|
|
5
4
|
ReplacePermissionAssociationsResponse,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
RAMClientResolvedConfig,
|
|
9
|
-
ServiceInputTypes,
|
|
10
|
-
ServiceOutputTypes,
|
|
11
|
-
} from "../RAMClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ReplacePermissionAssociationsCommandInput
|
|
15
8
|
extends ReplacePermissionAssociationsRequest {}
|
|
16
9
|
export interface ReplacePermissionAssociationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ReplacePermissionAssociationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ReplacePermissionAssociationsCommandInput,
|
|
24
17
|
ReplacePermissionAssociationsCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ReplacePermissionAssociationsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ReplacePermissionAssociationsCommandInput,
|
|
33
26
|
ReplacePermissionAssociationsCommandOutput,
|
|
34
|
-
RAMClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").RAMClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ReplacePermissionAssociationsCommand extends ReplacePermissionAssociationsCommand_base {
|
|
43
34
|
protected static __types: {
|