@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,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import { IsAuthorizedInput, IsAuthorizedOutput } 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 IsAuthorizedCommandInput extends IsAuthorizedInput {}
|
|
12
5
|
export interface IsAuthorizedCommandOutput
|
|
13
6
|
extends IsAuthorizedOutput,
|
|
@@ -18,22 +11,20 @@ declare const IsAuthorizedCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
IsAuthorizedCommandInput,
|
|
20
13
|
IsAuthorizedCommandOutput,
|
|
21
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: IsAuthorizedCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
IsAuthorizedCommandInput,
|
|
29
22
|
IsAuthorizedCommandOutput,
|
|
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 IsAuthorizedCommand extends IsAuthorizedCommand_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
|
IsAuthorizedWithTokenInput,
|
|
5
4
|
IsAuthorizedWithTokenOutput,
|
|
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 IsAuthorizedWithTokenCommandInput
|
|
15
8
|
extends IsAuthorizedWithTokenInput {}
|
|
16
9
|
export interface IsAuthorizedWithTokenCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const IsAuthorizedWithTokenCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
IsAuthorizedWithTokenCommandInput,
|
|
24
17
|
IsAuthorizedWithTokenCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: IsAuthorizedWithTokenCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
IsAuthorizedWithTokenCommandInput,
|
|
33
26
|
IsAuthorizedWithTokenCommandOutput,
|
|
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 IsAuthorizedWithTokenCommand extends IsAuthorizedWithTokenCommand_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
|
ListIdentitySourcesInput,
|
|
5
4
|
ListIdentitySourcesOutput,
|
|
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 ListIdentitySourcesCommandInput
|
|
15
8
|
extends ListIdentitySourcesInput {}
|
|
16
9
|
export interface ListIdentitySourcesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListIdentitySourcesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListIdentitySourcesCommandInput,
|
|
24
17
|
ListIdentitySourcesCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListIdentitySourcesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListIdentitySourcesCommandInput,
|
|
33
26
|
ListIdentitySourcesCommandOutput,
|
|
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 ListIdentitySourcesCommand extends ListIdentitySourcesCommand_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 { ListPoliciesInput, ListPoliciesOutput } 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 ListPoliciesCommandInput extends ListPoliciesInput {}
|
|
12
5
|
export interface ListPoliciesCommandOutput
|
|
13
6
|
extends ListPoliciesOutput,
|
|
@@ -18,22 +11,20 @@ declare const ListPoliciesCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListPoliciesCommandInput,
|
|
20
13
|
ListPoliciesCommandOutput,
|
|
21
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListPoliciesCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListPoliciesCommandInput,
|
|
29
22
|
ListPoliciesCommandOutput,
|
|
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 ListPoliciesCommand extends ListPoliciesCommand_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
|
ListPolicyStoreAliasesInput,
|
|
5
4
|
ListPolicyStoreAliasesOutput,
|
|
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 ListPolicyStoreAliasesCommandInput
|
|
15
8
|
extends ListPolicyStoreAliasesInput {}
|
|
16
9
|
export interface ListPolicyStoreAliasesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPolicyStoreAliasesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPolicyStoreAliasesCommandInput,
|
|
24
17
|
ListPolicyStoreAliasesCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListPolicyStoreAliasesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPolicyStoreAliasesCommandInput,
|
|
33
26
|
ListPolicyStoreAliasesCommandOutput,
|
|
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 ListPolicyStoreAliasesCommand extends ListPolicyStoreAliasesCommand_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
|
ListPolicyStoresInput,
|
|
5
4
|
ListPolicyStoresOutput,
|
|
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 ListPolicyStoresCommandInput extends ListPolicyStoresInput {}
|
|
15
8
|
export interface ListPolicyStoresCommandOutput
|
|
16
9
|
extends ListPolicyStoresOutput,
|
|
@@ -21,22 +14,20 @@ declare const ListPolicyStoresCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListPolicyStoresCommandInput,
|
|
23
16
|
ListPolicyStoresCommandOutput,
|
|
24
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [ListPolicyStoresCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListPolicyStoresCommandInput,
|
|
32
25
|
ListPolicyStoresCommandOutput,
|
|
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 ListPolicyStoresCommand extends ListPolicyStoresCommand_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
|
ListPolicyTemplatesInput,
|
|
5
4
|
ListPolicyTemplatesOutput,
|
|
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 ListPolicyTemplatesCommandInput
|
|
15
8
|
extends ListPolicyTemplatesInput {}
|
|
16
9
|
export interface ListPolicyTemplatesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListPolicyTemplatesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListPolicyTemplatesCommandInput,
|
|
24
17
|
ListPolicyTemplatesCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListPolicyTemplatesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListPolicyTemplatesCommandInput,
|
|
33
26
|
ListPolicyTemplatesCommandOutput,
|
|
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 ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_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
|
ListTagsForResourceInput,
|
|
5
4
|
ListTagsForResourceOutput,
|
|
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 ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceInput {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
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 ListTagsForResourceCommand extends ListTagsForResourceCommand_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 { PutSchemaInput, PutSchemaOutput } 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 PutSchemaCommandInput extends PutSchemaInput {}
|
|
12
5
|
export interface PutSchemaCommandOutput
|
|
13
6
|
extends PutSchemaOutput,
|
|
@@ -16,20 +9,18 @@ declare const PutSchemaCommand_base: {
|
|
|
16
9
|
new (input: PutSchemaCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
PutSchemaCommandInput,
|
|
18
11
|
PutSchemaCommandOutput,
|
|
19
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: PutSchemaCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
PutSchemaCommandInput,
|
|
25
18
|
PutSchemaCommandOutput,
|
|
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 PutSchemaCommand extends PutSchemaCommand_base {
|
|
35
26
|
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 { TagResourceInput, TagResourceOutput } 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 TagResourceCommandInput extends TagResourceInput {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceOutput,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
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 TagResourceCommand extends TagResourceCommand_base {
|
|
39
30
|
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 { UntagResourceInput, UntagResourceOutput } 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 UntagResourceCommandInput extends UntagResourceInput {}
|
|
12
5
|
export interface UntagResourceCommandOutput
|
|
13
6
|
extends UntagResourceOutput,
|
|
@@ -18,22 +11,20 @@ declare const UntagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UntagResourceCommandInput,
|
|
20
13
|
UntagResourceCommandOutput,
|
|
21
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UntagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UntagResourceCommandInput,
|
|
29
22
|
UntagResourceCommandOutput,
|
|
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 UntagResourceCommand extends UntagResourceCommand_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
|
UpdateIdentitySourceInput,
|
|
5
4
|
UpdateIdentitySourceOutput,
|
|
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 UpdateIdentitySourceCommandInput
|
|
15
8
|
extends UpdateIdentitySourceInput {}
|
|
16
9
|
export interface UpdateIdentitySourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateIdentitySourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateIdentitySourceCommandInput,
|
|
24
17
|
UpdateIdentitySourceCommandOutput,
|
|
25
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateIdentitySourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateIdentitySourceCommandInput,
|
|
33
26
|
UpdateIdentitySourceCommandOutput,
|
|
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 UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_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 { UpdatePolicyInput, UpdatePolicyOutput } 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 UpdatePolicyCommandInput extends UpdatePolicyInput {}
|
|
12
5
|
export interface UpdatePolicyCommandOutput
|
|
13
6
|
extends UpdatePolicyOutput,
|
|
@@ -18,22 +11,20 @@ declare const UpdatePolicyCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
UpdatePolicyCommandInput,
|
|
20
13
|
UpdatePolicyCommandOutput,
|
|
21
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: UpdatePolicyCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
UpdatePolicyCommandInput,
|
|
29
22
|
UpdatePolicyCommandOutput,
|
|
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 UpdatePolicyCommand extends UpdatePolicyCommand_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
|
UpdatePolicyStoreInput,
|
|
5
4
|
UpdatePolicyStoreOutput,
|
|
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 UpdatePolicyStoreCommandInput extends UpdatePolicyStoreInput {}
|
|
15
8
|
export interface UpdatePolicyStoreCommandOutput
|
|
16
9
|
extends UpdatePolicyStoreOutput,
|
|
@@ -21,22 +14,20 @@ declare const UpdatePolicyStoreCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UpdatePolicyStoreCommandInput,
|
|
23
16
|
UpdatePolicyStoreCommandOutput,
|
|
24
|
-
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UpdatePolicyStoreCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UpdatePolicyStoreCommandInput,
|
|
32
25
|
UpdatePolicyStoreCommandOutput,
|
|
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 UpdatePolicyStoreCommand extends UpdatePolicyStoreCommand_base {
|
|
42
33
|
protected static __types: {
|