@aws-sdk/client-verifiedpermissions 3.1077.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 +42 -343
- 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-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/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/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
|
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: {
|
|
@@ -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
|
GetPolicyStoreAliasInput,
|
|
5
4
|
GetPolicyStoreAliasOutput,
|
|
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 GetPolicyStoreAliasCommandInput
|
|
15
8
|
extends GetPolicyStoreAliasInput {}
|
|
16
9
|
export interface GetPolicyStoreAliasCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetPolicyStoreAliasCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetPolicyStoreAliasCommandInput,
|
|
24
17
|
GetPolicyStoreAliasCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetPolicyStoreAliasCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetPolicyStoreAliasCommandInput,
|
|
33
26
|
GetPolicyStoreAliasCommandOutput,
|
|
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 GetPolicyStoreAliasCommand extends GetPolicyStoreAliasCommand_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 { GetPolicyStoreInput, GetPolicyStoreOutput } 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 GetPolicyStoreCommandInput extends GetPolicyStoreInput {}
|
|
12
5
|
export interface GetPolicyStoreCommandOutput
|
|
13
6
|
extends GetPolicyStoreOutput,
|
|
@@ -18,22 +11,20 @@ declare const GetPolicyStoreCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetPolicyStoreCommandInput,
|
|
20
13
|
GetPolicyStoreCommandOutput,
|
|
21
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetPolicyStoreCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetPolicyStoreCommandInput,
|
|
29
22
|
GetPolicyStoreCommandOutput,
|
|
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 GetPolicyStoreCommand extends GetPolicyStoreCommand_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
|
GetPolicyTemplateInput,
|
|
5
4
|
GetPolicyTemplateOutput,
|
|
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 GetPolicyTemplateCommandInput extends GetPolicyTemplateInput {}
|
|
15
8
|
export interface GetPolicyTemplateCommandOutput
|
|
16
9
|
extends GetPolicyTemplateOutput,
|
|
@@ -21,22 +14,20 @@ declare const GetPolicyTemplateCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetPolicyTemplateCommandInput,
|
|
23
16
|
GetPolicyTemplateCommandOutput,
|
|
24
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetPolicyTemplateCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetPolicyTemplateCommandInput,
|
|
32
25
|
GetPolicyTemplateCommandOutput,
|
|
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 GetPolicyTemplateCommand extends GetPolicyTemplateCommand_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 { GetSchemaInput, GetSchemaOutput } 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 GetSchemaCommandInput extends GetSchemaInput {}
|
|
12
5
|
export interface GetSchemaCommandOutput
|
|
13
6
|
extends GetSchemaOutput,
|
|
@@ -16,20 +9,18 @@ declare const GetSchemaCommand_base: {
|
|
|
16
9
|
new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetSchemaCommandInput,
|
|
18
11
|
GetSchemaCommandOutput,
|
|
19
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetSchemaCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetSchemaCommandInput,
|
|
25
18
|
GetSchemaCommandOutput,
|
|
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 GetSchemaCommand extends GetSchemaCommand_base {
|
|
35
26
|
protected static __types: {
|