@aws-sdk/client-ram 3.1076.0 → 3.1078.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 +114 -423
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -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
|
AcceptResourceShareInvitationRequest,
|
|
5
4
|
AcceptResourceShareInvitationResponse,
|
|
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 AcceptResourceShareInvitationCommandInput
|
|
15
8
|
extends AcceptResourceShareInvitationRequest {}
|
|
16
9
|
export interface AcceptResourceShareInvitationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AcceptResourceShareInvitationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AcceptResourceShareInvitationCommandInput,
|
|
24
17
|
AcceptResourceShareInvitationCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AcceptResourceShareInvitationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AcceptResourceShareInvitationCommandInput,
|
|
33
26
|
AcceptResourceShareInvitationCommandOutput,
|
|
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 AcceptResourceShareInvitationCommand extends AcceptResourceShareInvitationCommand_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
|
AssociateResourceShareRequest,
|
|
5
4
|
AssociateResourceShareResponse,
|
|
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 AssociateResourceShareCommandInput
|
|
15
8
|
extends AssociateResourceShareRequest {}
|
|
16
9
|
export interface AssociateResourceShareCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateResourceShareCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateResourceShareCommandInput,
|
|
24
17
|
AssociateResourceShareCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateResourceShareCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateResourceShareCommandInput,
|
|
33
26
|
AssociateResourceShareCommandOutput,
|
|
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 AssociateResourceShareCommand extends AssociateResourceShareCommand_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
|
AssociateResourceSharePermissionRequest,
|
|
5
4
|
AssociateResourceSharePermissionResponse,
|
|
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 AssociateResourceSharePermissionCommandInput
|
|
15
8
|
extends AssociateResourceSharePermissionRequest {}
|
|
16
9
|
export interface AssociateResourceSharePermissionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const AssociateResourceSharePermissionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
AssociateResourceSharePermissionCommandInput,
|
|
24
17
|
AssociateResourceSharePermissionCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: AssociateResourceSharePermissionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
AssociateResourceSharePermissionCommandInput,
|
|
33
26
|
AssociateResourceSharePermissionCommandOutput,
|
|
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 AssociateResourceSharePermissionCommand extends AssociateResourceSharePermissionCommand_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
|
CreatePermissionRequest,
|
|
5
4
|
CreatePermissionResponse,
|
|
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 CreatePermissionCommandInput extends CreatePermissionRequest {}
|
|
15
8
|
export interface CreatePermissionCommandOutput
|
|
16
9
|
extends CreatePermissionResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreatePermissionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreatePermissionCommandInput,
|
|
23
16
|
CreatePermissionCommandOutput,
|
|
24
|
-
RAMClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").RAMClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreatePermissionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreatePermissionCommandInput,
|
|
32
25
|
CreatePermissionCommandOutput,
|
|
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 CreatePermissionCommand extends CreatePermissionCommand_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
|
CreatePermissionVersionRequest,
|
|
5
4
|
CreatePermissionVersionResponse,
|
|
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 CreatePermissionVersionCommandInput
|
|
15
8
|
extends CreatePermissionVersionRequest {}
|
|
16
9
|
export interface CreatePermissionVersionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreatePermissionVersionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreatePermissionVersionCommandInput,
|
|
24
17
|
CreatePermissionVersionCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreatePermissionVersionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreatePermissionVersionCommandInput,
|
|
33
26
|
CreatePermissionVersionCommandOutput,
|
|
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 CreatePermissionVersionCommand extends CreatePermissionVersionCommand_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
|
CreateResourceShareRequest,
|
|
5
4
|
CreateResourceShareResponse,
|
|
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 CreateResourceShareCommandInput
|
|
15
8
|
extends CreateResourceShareRequest {}
|
|
16
9
|
export interface CreateResourceShareCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateResourceShareCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateResourceShareCommandInput,
|
|
24
17
|
CreateResourceShareCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateResourceShareCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateResourceShareCommandInput,
|
|
33
26
|
CreateResourceShareCommandOutput,
|
|
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 CreateResourceShareCommand extends CreateResourceShareCommand_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
|
DeletePermissionRequest,
|
|
5
4
|
DeletePermissionResponse,
|
|
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 DeletePermissionCommandInput extends DeletePermissionRequest {}
|
|
15
8
|
export interface DeletePermissionCommandOutput
|
|
16
9
|
extends DeletePermissionResponse,
|
|
@@ -21,22 +14,20 @@ declare const DeletePermissionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeletePermissionCommandInput,
|
|
23
16
|
DeletePermissionCommandOutput,
|
|
24
|
-
RAMClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").RAMClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeletePermissionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeletePermissionCommandInput,
|
|
32
25
|
DeletePermissionCommandOutput,
|
|
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 DeletePermissionCommand extends DeletePermissionCommand_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
|
DeletePermissionVersionRequest,
|
|
5
4
|
DeletePermissionVersionResponse,
|
|
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 DeletePermissionVersionCommandInput
|
|
15
8
|
extends DeletePermissionVersionRequest {}
|
|
16
9
|
export interface DeletePermissionVersionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeletePermissionVersionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeletePermissionVersionCommandInput,
|
|
24
17
|
DeletePermissionVersionCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeletePermissionVersionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeletePermissionVersionCommandInput,
|
|
33
26
|
DeletePermissionVersionCommandOutput,
|
|
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 DeletePermissionVersionCommand extends DeletePermissionVersionCommand_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
|
DeleteResourceShareRequest,
|
|
5
4
|
DeleteResourceShareResponse,
|
|
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 DeleteResourceShareCommandInput
|
|
15
8
|
extends DeleteResourceShareRequest {}
|
|
16
9
|
export interface DeleteResourceShareCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteResourceShareCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteResourceShareCommandInput,
|
|
24
17
|
DeleteResourceShareCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteResourceShareCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteResourceShareCommandInput,
|
|
33
26
|
DeleteResourceShareCommandOutput,
|
|
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 DeleteResourceShareCommand extends DeleteResourceShareCommand_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
|
DisassociateResourceShareRequest,
|
|
5
4
|
DisassociateResourceShareResponse,
|
|
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 DisassociateResourceShareCommandInput
|
|
15
8
|
extends DisassociateResourceShareRequest {}
|
|
16
9
|
export interface DisassociateResourceShareCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisassociateResourceShareCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisassociateResourceShareCommandInput,
|
|
24
17
|
DisassociateResourceShareCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisassociateResourceShareCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisassociateResourceShareCommandInput,
|
|
33
26
|
DisassociateResourceShareCommandOutput,
|
|
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 DisassociateResourceShareCommand extends DisassociateResourceShareCommand_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
|
DisassociateResourceSharePermissionRequest,
|
|
5
4
|
DisassociateResourceSharePermissionResponse,
|
|
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 DisassociateResourceSharePermissionCommandInput
|
|
15
8
|
extends DisassociateResourceSharePermissionRequest {}
|
|
16
9
|
export interface DisassociateResourceSharePermissionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DisassociateResourceSharePermissionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DisassociateResourceSharePermissionCommandInput,
|
|
24
17
|
DisassociateResourceSharePermissionCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DisassociateResourceSharePermissionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DisassociateResourceSharePermissionCommandInput,
|
|
33
26
|
DisassociateResourceSharePermissionCommandOutput,
|
|
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 DisassociateResourceSharePermissionCommand extends DisassociateResourceSharePermissionCommand_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
|
EnableSharingWithAwsOrganizationRequest,
|
|
5
4
|
EnableSharingWithAwsOrganizationResponse,
|
|
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 EnableSharingWithAwsOrganizationCommandInput
|
|
15
8
|
extends EnableSharingWithAwsOrganizationRequest {}
|
|
16
9
|
export interface EnableSharingWithAwsOrganizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const EnableSharingWithAwsOrganizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
EnableSharingWithAwsOrganizationCommandInput,
|
|
24
17
|
EnableSharingWithAwsOrganizationCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [EnableSharingWithAwsOrganizationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
EnableSharingWithAwsOrganizationCommandInput,
|
|
33
26
|
EnableSharingWithAwsOrganizationCommandOutput,
|
|
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 EnableSharingWithAwsOrganizationCommand extends EnableSharingWithAwsOrganizationCommand_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
|
GetPermissionRequest,
|
|
5
4
|
GetPermissionResponse,
|
|
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 GetPermissionCommandInput extends GetPermissionRequest {}
|
|
15
8
|
export interface GetPermissionCommandOutput
|
|
16
9
|
extends GetPermissionResponse,
|
|
@@ -21,22 +14,20 @@ declare const GetPermissionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetPermissionCommandInput,
|
|
23
16
|
GetPermissionCommandOutput,
|
|
24
|
-
RAMClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").RAMClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetPermissionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetPermissionCommandInput,
|
|
32
25
|
GetPermissionCommandOutput,
|
|
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 GetPermissionCommand extends GetPermissionCommand_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
|
GetResourcePoliciesRequest,
|
|
5
4
|
GetResourcePoliciesResponse,
|
|
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 GetResourcePoliciesCommandInput
|
|
15
8
|
extends GetResourcePoliciesRequest {}
|
|
16
9
|
export interface GetResourcePoliciesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetResourcePoliciesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetResourcePoliciesCommandInput,
|
|
24
17
|
GetResourcePoliciesCommandOutput,
|
|
25
|
-
RAMClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").RAMClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetResourcePoliciesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetResourcePoliciesCommandInput,
|
|
33
26
|
GetResourcePoliciesCommandOutput,
|
|
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 GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {
|
|
43
34
|
protected static __types: {
|