@aws-sdk/client-verifiedpermissions 3.478.0 → 3.484.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/commands/BatchIsAuthorizedCommand.js +18 -41
- package/dist-cjs/commands/CreateIdentitySourceCommand.js +18 -41
- package/dist-cjs/commands/CreatePolicyCommand.js +18 -41
- package/dist-cjs/commands/CreatePolicyStoreCommand.js +18 -41
- package/dist-cjs/commands/CreatePolicyTemplateCommand.js +18 -41
- package/dist-cjs/commands/DeleteIdentitySourceCommand.js +18 -41
- package/dist-cjs/commands/DeletePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeletePolicyStoreCommand.js +18 -41
- package/dist-cjs/commands/DeletePolicyTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetIdentitySourceCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyStoreCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyTemplateCommand.js +18 -41
- package/dist-cjs/commands/GetSchemaCommand.js +18 -41
- package/dist-cjs/commands/IsAuthorizedCommand.js +18 -41
- package/dist-cjs/commands/IsAuthorizedWithTokenCommand.js +18 -41
- package/dist-cjs/commands/ListIdentitySourcesCommand.js +18 -41
- package/dist-cjs/commands/ListPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListPolicyStoresCommand.js +18 -41
- package/dist-cjs/commands/ListPolicyTemplatesCommand.js +18 -41
- package/dist-cjs/commands/PutSchemaCommand.js +18 -41
- package/dist-cjs/commands/UpdateIdentitySourceCommand.js +18 -41
- package/dist-cjs/commands/UpdatePolicyCommand.js +18 -41
- package/dist-cjs/commands/UpdatePolicyStoreCommand.js +18 -41
- package/dist-cjs/commands/UpdatePolicyTemplateCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/BatchIsAuthorizedCommand.js +18 -41
- package/dist-es/commands/CreateIdentitySourceCommand.js +18 -41
- package/dist-es/commands/CreatePolicyCommand.js +18 -41
- package/dist-es/commands/CreatePolicyStoreCommand.js +18 -41
- package/dist-es/commands/CreatePolicyTemplateCommand.js +18 -41
- package/dist-es/commands/DeleteIdentitySourceCommand.js +18 -41
- package/dist-es/commands/DeletePolicyCommand.js +18 -41
- package/dist-es/commands/DeletePolicyStoreCommand.js +18 -41
- package/dist-es/commands/DeletePolicyTemplateCommand.js +18 -41
- package/dist-es/commands/GetIdentitySourceCommand.js +18 -41
- package/dist-es/commands/GetPolicyCommand.js +18 -41
- package/dist-es/commands/GetPolicyStoreCommand.js +18 -41
- package/dist-es/commands/GetPolicyTemplateCommand.js +18 -41
- package/dist-es/commands/GetSchemaCommand.js +18 -41
- package/dist-es/commands/IsAuthorizedCommand.js +18 -41
- package/dist-es/commands/IsAuthorizedWithTokenCommand.js +18 -41
- package/dist-es/commands/ListIdentitySourcesCommand.js +18 -41
- package/dist-es/commands/ListPoliciesCommand.js +18 -41
- package/dist-es/commands/ListPolicyStoresCommand.js +18 -41
- package/dist-es/commands/ListPolicyTemplatesCommand.js +18 -41
- package/dist-es/commands/PutSchemaCommand.js +18 -41
- package/dist-es/commands/UpdateIdentitySourceCommand.js +18 -41
- package/dist-es/commands/UpdatePolicyCommand.js +18 -41
- package/dist-es/commands/UpdatePolicyStoreCommand.js +18 -41
- package/dist-es/commands/UpdatePolicyTemplateCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +6 -21
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +6 -21
- package/dist-types/commands/CreatePolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +6 -21
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +6 -21
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +6 -21
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeletePolicyStoreCommand.d.ts +6 -21
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetIdentitySourceCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +6 -21
- package/dist-types/commands/GetSchemaCommand.d.ts +6 -21
- package/dist-types/commands/IsAuthorizedCommand.d.ts +6 -21
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +6 -21
- package/dist-types/commands/ListIdentitySourcesCommand.d.ts +6 -21
- package/dist-types/commands/ListPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +6 -21
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +6 -21
- package/dist-types/commands/PutSchemaCommand.d.ts +6 -21
- package/dist-types/commands/UpdateIdentitySourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePolicyCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +6 -21
- package/dist-types/commands/UpdatePolicyTemplateCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +11 -11
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
DeletePolicyTemplateInput,
|
|
11
5
|
DeletePolicyTemplateOutput,
|
|
@@ -21,22 +15,16 @@ export interface DeletePolicyTemplateCommandInput
|
|
|
21
15
|
export interface DeletePolicyTemplateCommandOutput
|
|
22
16
|
extends DeletePolicyTemplateOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeletePolicyTemplateCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeletePolicyTemplateCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeletePolicyTemplateCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeletePolicyTemplateCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeletePolicyTemplateCommandInput,
|
|
38
|
-
DeletePolicyTemplateCommandOutput
|
|
23
|
+
DeletePolicyTemplateCommandOutput,
|
|
24
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeletePolicyTemplateCommand extends DeletePolicyTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetIdentitySourceInput,
|
|
11
5
|
GetIdentitySourceOutput,
|
|
@@ -20,19 +14,16 @@ export interface GetIdentitySourceCommandInput extends GetIdentitySourceInput {}
|
|
|
20
14
|
export interface GetIdentitySourceCommandOutput
|
|
21
15
|
extends GetIdentitySourceOutput,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetIdentitySourceCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetIdentitySourceCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetIdentitySourceCommandInput,
|
|
22
|
+
GetIdentitySourceCommandOutput,
|
|
23
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetIdentitySourceCommand extends GetIdentitySourceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetPolicyInput, GetPolicyOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetPolicyCommandInput extends GetPolicyInput {}
|
|
|
17
11
|
export interface GetPolicyCommandOutput
|
|
18
12
|
extends GetPolicyOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetPolicyCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetPolicyCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetPolicyCommandInput,
|
|
19
|
+
GetPolicyCommandOutput,
|
|
20
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetPolicyCommand extends GetPolicyCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetPolicyStoreInput, GetPolicyStoreOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetPolicyStoreCommandInput extends GetPolicyStoreInput {}
|
|
|
17
11
|
export interface GetPolicyStoreCommandOutput
|
|
18
12
|
extends GetPolicyStoreOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetPolicyStoreCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetPolicyStoreCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetPolicyStoreCommandInput,
|
|
19
|
+
GetPolicyStoreCommandOutput,
|
|
20
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetPolicyStoreCommand extends GetPolicyStoreCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
GetPolicyTemplateInput,
|
|
11
5
|
GetPolicyTemplateOutput,
|
|
@@ -20,19 +14,16 @@ export interface GetPolicyTemplateCommandInput extends GetPolicyTemplateInput {}
|
|
|
20
14
|
export interface GetPolicyTemplateCommandOutput
|
|
21
15
|
extends GetPolicyTemplateOutput,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const GetPolicyTemplateCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: GetPolicyTemplateCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetPolicyTemplateCommandInput,
|
|
22
|
+
GetPolicyTemplateCommandOutput,
|
|
23
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class GetPolicyTemplateCommand extends GetPolicyTemplateCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { GetSchemaInput, GetSchemaOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface GetSchemaCommandInput extends GetSchemaInput {}
|
|
|
17
11
|
export interface GetSchemaCommandOutput
|
|
18
12
|
extends GetSchemaOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const GetSchemaCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: GetSchemaCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
GetSchemaCommandInput,
|
|
19
|
+
GetSchemaCommandOutput,
|
|
20
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class GetSchemaCommand extends GetSchemaCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { IsAuthorizedInput, IsAuthorizedOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface IsAuthorizedCommandInput extends IsAuthorizedInput {}
|
|
|
17
11
|
export interface IsAuthorizedCommandOutput
|
|
18
12
|
extends IsAuthorizedOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const IsAuthorizedCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: IsAuthorizedCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
IsAuthorizedCommandInput,
|
|
19
|
+
IsAuthorizedCommandOutput,
|
|
20
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class IsAuthorizedCommand extends IsAuthorizedCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
IsAuthorizedWithTokenInput,
|
|
11
5
|
IsAuthorizedWithTokenOutput,
|
|
@@ -21,22 +15,16 @@ export interface IsAuthorizedWithTokenCommandInput
|
|
|
21
15
|
export interface IsAuthorizedWithTokenCommandOutput
|
|
22
16
|
extends IsAuthorizedWithTokenOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: IsAuthorizedWithTokenCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: IsAuthorizedWithTokenCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const IsAuthorizedWithTokenCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: IsAuthorizedWithTokenCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
IsAuthorizedWithTokenCommandInput,
|
|
38
|
-
IsAuthorizedWithTokenCommandOutput
|
|
23
|
+
IsAuthorizedWithTokenCommandOutput,
|
|
24
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class IsAuthorizedWithTokenCommand extends IsAuthorizedWithTokenCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListIdentitySourcesInput,
|
|
11
5
|
ListIdentitySourcesOutput,
|
|
@@ -21,19 +15,16 @@ export interface ListIdentitySourcesCommandInput
|
|
|
21
15
|
export interface ListIdentitySourcesCommandOutput
|
|
22
16
|
extends ListIdentitySourcesOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListIdentitySourcesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListIdentitySourcesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListIdentitySourcesCommandInput,
|
|
23
|
+
ListIdentitySourcesCommandOutput,
|
|
24
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListIdentitySourcesCommand extends ListIdentitySourcesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { ListPoliciesInput, ListPoliciesOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface ListPoliciesCommandInput extends ListPoliciesInput {}
|
|
|
17
11
|
export interface ListPoliciesCommandOutput
|
|
18
12
|
extends ListPoliciesOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const ListPoliciesCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: ListPoliciesCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
ListPoliciesCommandInput,
|
|
19
|
+
ListPoliciesCommandOutput,
|
|
20
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class ListPoliciesCommand extends ListPoliciesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListPolicyStoresInput,
|
|
11
5
|
ListPolicyStoresOutput,
|
|
@@ -20,19 +14,16 @@ export interface ListPolicyStoresCommandInput extends ListPolicyStoresInput {}
|
|
|
20
14
|
export interface ListPolicyStoresCommandOutput
|
|
21
15
|
extends ListPolicyStoresOutput,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const ListPolicyStoresCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListPolicyStoresCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListPolicyStoresCommandInput,
|
|
22
|
+
ListPolicyStoresCommandOutput,
|
|
23
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListPolicyStoresCommand extends ListPolicyStoresCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
ListPolicyTemplatesInput,
|
|
11
5
|
ListPolicyTemplatesOutput,
|
|
@@ -21,19 +15,16 @@ export interface ListPolicyTemplatesCommandInput
|
|
|
21
15
|
export interface ListPolicyTemplatesCommandOutput
|
|
22
16
|
extends ListPolicyTemplatesOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const ListPolicyTemplatesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListPolicyTemplatesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListPolicyTemplatesCommandInput,
|
|
23
|
+
ListPolicyTemplatesCommandOutput,
|
|
24
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListPolicyTemplatesCommand extends ListPolicyTemplatesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import { PutSchemaInput, PutSchemaOutput } from "../models/models_0";
|
|
10
4
|
import {
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,19 +11,16 @@ export interface PutSchemaCommandInput extends PutSchemaInput {}
|
|
|
17
11
|
export interface PutSchemaCommandOutput
|
|
18
12
|
extends PutSchemaOutput,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
private serialize;
|
|
34
|
-
private deserialize;
|
|
35
|
-
}
|
|
14
|
+
declare const PutSchemaCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: PutSchemaCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
PutSchemaCommandInput,
|
|
19
|
+
PutSchemaCommandOutput,
|
|
20
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class PutSchemaCommand extends PutSchemaCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
UpdateIdentitySourceInput,
|
|
11
5
|
UpdateIdentitySourceOutput,
|
|
@@ -21,22 +15,16 @@ export interface UpdateIdentitySourceCommandInput
|
|
|
21
15
|
export interface UpdateIdentitySourceCommandOutput
|
|
22
16
|
extends UpdateIdentitySourceOutput,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: UpdateIdentitySourceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: UpdateIdentitySourceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: VerifiedPermissionsClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const UpdateIdentitySourceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: UpdateIdentitySourceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
UpdateIdentitySourceCommandInput,
|
|
38
|
-
UpdateIdentitySourceCommandOutput
|
|
23
|
+
UpdateIdentitySourceCommandOutput,
|
|
24
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class UpdateIdentitySourceCommand extends UpdateIdentitySourceCommand_base {}
|