@aws-sdk/client-verifiedpermissions 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 +45 -345
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetPolicyCommand.js +2 -14
- package/dist-es/commands/BatchIsAuthorizedCommand.js +2 -14
- package/dist-es/commands/BatchIsAuthorizedWithTokenCommand.js +2 -14
- package/dist-es/commands/CreateIdentitySourceCommand.js +2 -14
- package/dist-es/commands/CreatePolicyCommand.js +2 -14
- package/dist-es/commands/CreatePolicyStoreAliasCommand.js +2 -14
- package/dist-es/commands/CreatePolicyStoreCommand.js +2 -14
- package/dist-es/commands/CreatePolicyTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteIdentitySourceCommand.js +2 -14
- package/dist-es/commands/DeletePolicyCommand.js +2 -14
- package/dist-es/commands/DeletePolicyStoreAliasCommand.js +2 -14
- package/dist-es/commands/DeletePolicyStoreCommand.js +2 -14
- package/dist-es/commands/DeletePolicyTemplateCommand.js +2 -14
- package/dist-es/commands/GetIdentitySourceCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/GetPolicyStoreAliasCommand.js +2 -14
- package/dist-es/commands/GetPolicyStoreCommand.js +2 -14
- package/dist-es/commands/GetPolicyTemplateCommand.js +2 -14
- package/dist-es/commands/GetSchemaCommand.js +2 -14
- package/dist-es/commands/IsAuthorizedCommand.js +2 -14
- package/dist-es/commands/IsAuthorizedWithTokenCommand.js +2 -14
- package/dist-es/commands/ListIdentitySourcesCommand.js +2 -14
- package/dist-es/commands/ListPoliciesCommand.js +2 -14
- package/dist-es/commands/ListPolicyStoreAliasesCommand.js +2 -14
- package/dist-es/commands/ListPolicyStoresCommand.js +2 -14
- package/dist-es/commands/ListPolicyTemplatesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutSchemaCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIdentitySourceCommand.js +2 -14
- package/dist-es/commands/UpdatePolicyCommand.js +2 -14
- package/dist-es/commands/UpdatePolicyStoreCommand.js +2 -14
- package/dist-es/commands/UpdatePolicyTemplateCommand.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/BatchGetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +3 -8
- package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +3 -8
- package/dist-types/commands/CreatePolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreatePolicyStoreAliasCommand.d.ts +3 -8
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +3 -8
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyStoreAliasCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyStoreCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentitySourceCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyStoreAliasCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetSchemaCommand.d.ts +3 -8
- package/dist-types/commands/IsAuthorizedCommand.d.ts +3 -8
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentitySourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListPolicyStoreAliasesCommand.d.ts +3 -8
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +3 -8
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutSchemaCommand.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/UpdateIdentitySourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePolicyTemplateCommand.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/BatchGetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePolicyStoreAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyStoreAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyStoreAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyStoreAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSchemaCommand.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/UpdateIdentitySourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.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
|
BatchIsAuthorizedInput,
|
|
5
4
|
BatchIsAuthorizedOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchIsAuthorizedCommandInput extends BatchIsAuthorizedInput {}
|
|
15
8
|
export interface BatchIsAuthorizedCommandOutput
|
|
16
9
|
extends BatchIsAuthorizedOutput,
|
|
@@ -21,22 +14,20 @@ declare const BatchIsAuthorizedCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
BatchIsAuthorizedCommandInput,
|
|
23
16
|
BatchIsAuthorizedCommandOutput,
|
|
24
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: BatchIsAuthorizedCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
BatchIsAuthorizedCommandInput,
|
|
32
25
|
BatchIsAuthorizedCommandOutput,
|
|
33
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 BatchIsAuthorizedCommand extends BatchIsAuthorizedCommand_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
|
BatchIsAuthorizedWithTokenInput,
|
|
5
4
|
BatchIsAuthorizedWithTokenOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface BatchIsAuthorizedWithTokenCommandInput
|
|
15
8
|
extends BatchIsAuthorizedWithTokenInput {}
|
|
16
9
|
export interface BatchIsAuthorizedWithTokenCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const BatchIsAuthorizedWithTokenCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
BatchIsAuthorizedWithTokenCommandInput,
|
|
24
17
|
BatchIsAuthorizedWithTokenCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: BatchIsAuthorizedWithTokenCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
BatchIsAuthorizedWithTokenCommandInput,
|
|
33
26
|
BatchIsAuthorizedWithTokenCommandOutput,
|
|
34
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 BatchIsAuthorizedWithTokenCommand extends BatchIsAuthorizedWithTokenCommand_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
|
CreateIdentitySourceInput,
|
|
5
4
|
CreateIdentitySourceOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateIdentitySourceCommandInput
|
|
15
8
|
extends CreateIdentitySourceInput {}
|
|
16
9
|
export interface CreateIdentitySourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreateIdentitySourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreateIdentitySourceCommandInput,
|
|
24
17
|
CreateIdentitySourceCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreateIdentitySourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreateIdentitySourceCommandInput,
|
|
33
26
|
CreateIdentitySourceCommandOutput,
|
|
34
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 CreateIdentitySourceCommand extends CreateIdentitySourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { CreatePolicyInput, CreatePolicyOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
8
|
-
} from "../VerifiedPermissionsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface CreatePolicyCommandInput extends CreatePolicyInput {}
|
|
12
5
|
export interface CreatePolicyCommandOutput
|
|
13
6
|
extends CreatePolicyOutput,
|
|
@@ -18,22 +11,20 @@ declare const CreatePolicyCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
CreatePolicyCommandInput,
|
|
20
13
|
CreatePolicyCommandOutput,
|
|
21
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: CreatePolicyCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
CreatePolicyCommandInput,
|
|
29
22
|
CreatePolicyCommandOutput,
|
|
30
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
|
|
39
30
|
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
|
CreatePolicyStoreAliasInput,
|
|
5
4
|
CreatePolicyStoreAliasOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreatePolicyStoreAliasCommandInput
|
|
15
8
|
extends CreatePolicyStoreAliasInput {}
|
|
16
9
|
export interface CreatePolicyStoreAliasCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreatePolicyStoreAliasCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreatePolicyStoreAliasCommandInput,
|
|
24
17
|
CreatePolicyStoreAliasCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreatePolicyStoreAliasCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreatePolicyStoreAliasCommandInput,
|
|
33
26
|
CreatePolicyStoreAliasCommandOutput,
|
|
34
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 CreatePolicyStoreAliasCommand extends CreatePolicyStoreAliasCommand_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
|
CreatePolicyStoreInput,
|
|
5
4
|
CreatePolicyStoreOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreatePolicyStoreCommandInput extends CreatePolicyStoreInput {}
|
|
15
8
|
export interface CreatePolicyStoreCommandOutput
|
|
16
9
|
extends CreatePolicyStoreOutput,
|
|
@@ -21,22 +14,20 @@ declare const CreatePolicyStoreCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreatePolicyStoreCommandInput,
|
|
23
16
|
CreatePolicyStoreCommandOutput,
|
|
24
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreatePolicyStoreCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreatePolicyStoreCommandInput,
|
|
32
25
|
CreatePolicyStoreCommandOutput,
|
|
33
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 CreatePolicyStoreCommand extends CreatePolicyStoreCommand_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
|
CreatePolicyTemplateInput,
|
|
5
4
|
CreatePolicyTemplateOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreatePolicyTemplateCommandInput
|
|
15
8
|
extends CreatePolicyTemplateInput {}
|
|
16
9
|
export interface CreatePolicyTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreatePolicyTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreatePolicyTemplateCommandInput,
|
|
24
17
|
CreatePolicyTemplateCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreatePolicyTemplateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreatePolicyTemplateCommandInput,
|
|
33
26
|
CreatePolicyTemplateCommandOutput,
|
|
34
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 CreatePolicyTemplateCommand extends CreatePolicyTemplateCommand_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
|
DeleteIdentitySourceInput,
|
|
5
4
|
DeleteIdentitySourceOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeleteIdentitySourceCommandInput
|
|
15
8
|
extends DeleteIdentitySourceInput {}
|
|
16
9
|
export interface DeleteIdentitySourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeleteIdentitySourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeleteIdentitySourceCommandInput,
|
|
24
17
|
DeleteIdentitySourceCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeleteIdentitySourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeleteIdentitySourceCommandInput,
|
|
33
26
|
DeleteIdentitySourceCommandOutput,
|
|
34
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 DeleteIdentitySourceCommand extends DeleteIdentitySourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { DeletePolicyInput, DeletePolicyOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
8
|
-
} from "../VerifiedPermissionsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DeletePolicyCommandInput extends DeletePolicyInput {}
|
|
12
5
|
export interface DeletePolicyCommandOutput
|
|
13
6
|
extends DeletePolicyOutput,
|
|
@@ -18,22 +11,20 @@ declare const DeletePolicyCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DeletePolicyCommandInput,
|
|
20
13
|
DeletePolicyCommandOutput,
|
|
21
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: DeletePolicyCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DeletePolicyCommandInput,
|
|
29
22
|
DeletePolicyCommandOutput,
|
|
30
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DeletePolicyCommand extends DeletePolicyCommand_base {
|
|
39
30
|
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
|
DeletePolicyStoreAliasInput,
|
|
5
4
|
DeletePolicyStoreAliasOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeletePolicyStoreAliasCommandInput
|
|
15
8
|
extends DeletePolicyStoreAliasInput {}
|
|
16
9
|
export interface DeletePolicyStoreAliasCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeletePolicyStoreAliasCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeletePolicyStoreAliasCommandInput,
|
|
24
17
|
DeletePolicyStoreAliasCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeletePolicyStoreAliasCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeletePolicyStoreAliasCommandInput,
|
|
33
26
|
DeletePolicyStoreAliasCommandOutput,
|
|
34
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 DeletePolicyStoreAliasCommand extends DeletePolicyStoreAliasCommand_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
|
DeletePolicyStoreInput,
|
|
5
4
|
DeletePolicyStoreOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeletePolicyStoreCommandInput extends DeletePolicyStoreInput {}
|
|
15
8
|
export interface DeletePolicyStoreCommandOutput
|
|
16
9
|
extends DeletePolicyStoreOutput,
|
|
@@ -21,22 +14,20 @@ declare const DeletePolicyStoreCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DeletePolicyStoreCommandInput,
|
|
23
16
|
DeletePolicyStoreCommandOutput,
|
|
24
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: DeletePolicyStoreCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DeletePolicyStoreCommandInput,
|
|
32
25
|
DeletePolicyStoreCommandOutput,
|
|
33
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 DeletePolicyStoreCommand extends DeletePolicyStoreCommand_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
|
DeletePolicyTemplateInput,
|
|
5
4
|
DeletePolicyTemplateOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DeletePolicyTemplateCommandInput
|
|
15
8
|
extends DeletePolicyTemplateInput {}
|
|
16
9
|
export interface DeletePolicyTemplateCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DeletePolicyTemplateCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DeletePolicyTemplateCommandInput,
|
|
24
17
|
DeletePolicyTemplateCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DeletePolicyTemplateCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DeletePolicyTemplateCommandInput,
|
|
33
26
|
DeletePolicyTemplateCommandOutput,
|
|
34
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 DeletePolicyTemplateCommand extends DeletePolicyTemplateCommand_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
|
GetIdentitySourceInput,
|
|
5
4
|
GetIdentitySourceOutput,
|
|
6
5
|
} from "../models/models_0";
|
|
7
|
-
import {
|
|
8
|
-
ServiceInputTypes,
|
|
9
|
-
ServiceOutputTypes,
|
|
10
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
11
|
-
} from "../VerifiedPermissionsClient";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetIdentitySourceCommandInput extends GetIdentitySourceInput {}
|
|
15
8
|
export interface GetIdentitySourceCommandOutput
|
|
16
9
|
extends GetIdentitySourceOutput,
|
|
@@ -21,22 +14,20 @@ declare const GetIdentitySourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetIdentitySourceCommandInput,
|
|
23
16
|
GetIdentitySourceCommandOutput,
|
|
24
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetIdentitySourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetIdentitySourceCommandInput,
|
|
32
25
|
GetIdentitySourceCommandOutput,
|
|
33
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
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 GetIdentitySourceCommand extends GetIdentitySourceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { GetPolicyInput, GetPolicyOutput } from "../models/models_0";
|
|
4
|
-
import {
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
8
|
-
} from "../VerifiedPermissionsClient";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetPolicyCommandInput extends GetPolicyInput {}
|
|
12
5
|
export interface GetPolicyCommandOutput
|
|
13
6
|
extends GetPolicyOutput,
|
|
@@ -16,20 +9,18 @@ declare const GetPolicyCommand_base: {
|
|
|
16
9
|
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetPolicyCommandInput,
|
|
18
11
|
GetPolicyCommandOutput,
|
|
19
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetPolicyCommandInput,
|
|
25
18
|
GetPolicyCommandOutput,
|
|
26
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
35
26
|
protected static __types: {
|