@aws-sdk/client-verifiedpermissions 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/VerifiedPermissions.d.ts +111 -123
- package/dist-types/ts3.4/VerifiedPermissionsClient.d.ts +9 -31
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchGetPolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreatePolicyStoreAliasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeletePolicyStoreAliasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetPolicyStoreAliasCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPolicyStoreAliasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSchemaCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateIdentitySourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +2 -4
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -92,10 +89,7 @@ import {
|
|
|
92
89
|
GetIdentitySourceCommandInput,
|
|
93
90
|
GetIdentitySourceCommandOutput,
|
|
94
91
|
} from "./commands/GetIdentitySourceCommand";
|
|
95
|
-
import {
|
|
96
|
-
GetPolicyCommandInput,
|
|
97
|
-
GetPolicyCommandOutput,
|
|
98
|
-
} from "./commands/GetPolicyCommand";
|
|
92
|
+
import { GetPolicyCommandInput, GetPolicyCommandOutput } from "./commands/GetPolicyCommand";
|
|
99
93
|
import {
|
|
100
94
|
GetPolicyStoreAliasCommandInput,
|
|
101
95
|
GetPolicyStoreAliasCommandOutput,
|
|
@@ -108,10 +102,7 @@ import {
|
|
|
108
102
|
GetPolicyTemplateCommandInput,
|
|
109
103
|
GetPolicyTemplateCommandOutput,
|
|
110
104
|
} from "./commands/GetPolicyTemplateCommand";
|
|
111
|
-
import {
|
|
112
|
-
GetSchemaCommandInput,
|
|
113
|
-
GetSchemaCommandOutput,
|
|
114
|
-
} from "./commands/GetSchemaCommand";
|
|
105
|
+
import { GetSchemaCommandInput, GetSchemaCommandOutput } from "./commands/GetSchemaCommand";
|
|
115
106
|
import {
|
|
116
107
|
IsAuthorizedCommandInput,
|
|
117
108
|
IsAuthorizedCommandOutput,
|
|
@@ -144,14 +135,8 @@ import {
|
|
|
144
135
|
ListTagsForResourceCommandInput,
|
|
145
136
|
ListTagsForResourceCommandOutput,
|
|
146
137
|
} from "./commands/ListTagsForResourceCommand";
|
|
147
|
-
import {
|
|
148
|
-
|
|
149
|
-
PutSchemaCommandOutput,
|
|
150
|
-
} from "./commands/PutSchemaCommand";
|
|
151
|
-
import {
|
|
152
|
-
TagResourceCommandInput,
|
|
153
|
-
TagResourceCommandOutput,
|
|
154
|
-
} from "./commands/TagResourceCommand";
|
|
138
|
+
import { PutSchemaCommandInput, PutSchemaCommandOutput } from "./commands/PutSchemaCommand";
|
|
139
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
155
140
|
import {
|
|
156
141
|
UntagResourceCommandInput,
|
|
157
142
|
UntagResourceCommandOutput,
|
|
@@ -249,8 +234,7 @@ export type ServiceOutputTypes =
|
|
|
249
234
|
| UpdatePolicyCommandOutput
|
|
250
235
|
| UpdatePolicyStoreCommandOutput
|
|
251
236
|
| UpdatePolicyTemplateCommandOutput;
|
|
252
|
-
export interface ClientDefaults
|
|
253
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
237
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
254
238
|
requestHandler?: __HttpHandlerUserInput;
|
|
255
239
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
256
240
|
urlParser?: __UrlParser;
|
|
@@ -286,8 +270,7 @@ export type VerifiedPermissionsClientConfigType = Partial<
|
|
|
286
270
|
EndpointInputConfig<EndpointParameters> &
|
|
287
271
|
HttpAuthSchemeInputConfig &
|
|
288
272
|
ClientInputEndpointParameters;
|
|
289
|
-
export interface VerifiedPermissionsClientConfig
|
|
290
|
-
extends VerifiedPermissionsClientConfigType {}
|
|
273
|
+
export interface VerifiedPermissionsClientConfig extends VerifiedPermissionsClientConfigType {}
|
|
291
274
|
export type VerifiedPermissionsClientResolvedConfigType =
|
|
292
275
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
293
276
|
Required<ClientDefaults> &
|
|
@@ -299,8 +282,7 @@ export type VerifiedPermissionsClientResolvedConfigType =
|
|
|
299
282
|
EndpointResolvedConfig<EndpointParameters> &
|
|
300
283
|
HttpAuthSchemeResolvedConfig &
|
|
301
284
|
ClientResolvedEndpointParameters;
|
|
302
|
-
export interface VerifiedPermissionsClientResolvedConfig
|
|
303
|
-
extends VerifiedPermissionsClientResolvedConfigType {}
|
|
285
|
+
export interface VerifiedPermissionsClientResolvedConfig extends VerifiedPermissionsClientResolvedConfigType {}
|
|
304
286
|
export declare class VerifiedPermissionsClient extends __Client<
|
|
305
287
|
__HttpHandlerOptions,
|
|
306
288
|
ServiceInputTypes,
|
|
@@ -308,10 +290,6 @@ export declare class VerifiedPermissionsClient extends __Client<
|
|
|
308
290
|
VerifiedPermissionsClientResolvedConfig
|
|
309
291
|
> {
|
|
310
292
|
readonly config: VerifiedPermissionsClientResolvedConfig;
|
|
311
|
-
constructor(
|
|
312
|
-
...[
|
|
313
|
-
configuration,
|
|
314
|
-
]: __CheckOptionalClientConfig<VerifiedPermissionsClientConfig>
|
|
315
|
-
);
|
|
293
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<VerifiedPermissionsClientConfig>);
|
|
316
294
|
destroy(): void;
|
|
317
295
|
}
|
|
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
|
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
10
|
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: VerifiedPermissionsHttpAuthSchemeProvider
|
|
11
|
+
httpAuthSchemeProvider: VerifiedPermissionsHttpAuthSchemeProvider,
|
|
12
12
|
): void;
|
|
13
13
|
httpAuthSchemeProvider(): VerifiedPermissionsHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
14
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
15
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
16
|
}
|
|
22
17
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
18
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +20,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
20
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
21
|
}>;
|
|
27
22
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
23
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
24
|
) => HttpAuthExtensionConfiguration;
|
|
30
25
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
26
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
27
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { VerifiedPermissionsClientResolvedConfig } from "../VerifiedPermissionsClient";
|
|
15
|
-
export interface VerifiedPermissionsHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface VerifiedPermissionsHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface VerifiedPermissionsHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface VerifiedPermissionsHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
VerifiedPermissionsClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
VerifiedPermissionsHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultVerifiedPermissionsHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: VerifiedPermissionsClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<VerifiedPermissionsHttpAuthSchemeParameters>;
|
|
31
|
-
export interface VerifiedPermissionsHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<VerifiedPermissionsHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface VerifiedPermissionsHttpAuthSchemeProvider extends HttpAuthSchemeProvider<VerifiedPermissionsHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultVerifiedPermissionsHttpAuthSchemeProvider: VerifiedPermissionsHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: VerifiedPermissionsHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: VerifiedPermissionsHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceOutputTypes,
|
|
5
5
|
VerifiedPermissionsClientResolvedConfig,
|
|
6
6
|
} from "./VerifiedPermissionsClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
VerifiedPermissionsClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { BatchGetPolicyInput, BatchGetPolicyOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface BatchGetPolicyCommandInput extends BatchGetPolicyInput {}
|
|
5
|
-
export interface BatchGetPolicyCommandOutput
|
|
6
|
-
extends BatchGetPolicyOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchGetPolicyCommandOutput extends BatchGetPolicyOutput, __MetadataBearer {}
|
|
8
6
|
declare const BatchGetPolicyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: BatchGetPolicyCommandInput
|
|
8
|
+
input: BatchGetPolicyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
BatchGetPolicyCommandInput,
|
|
13
11
|
BatchGetPolicyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const BatchGetPolicyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: BatchGetPolicyCommandInput
|
|
17
|
+
input: BatchGetPolicyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
BatchGetPolicyCommandInput,
|
|
22
20
|
BatchGetPolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchIsAuthorizedInput,
|
|
4
|
-
BatchIsAuthorizedOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchIsAuthorizedInput, BatchIsAuthorizedOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface BatchIsAuthorizedCommandInput extends BatchIsAuthorizedInput {}
|
|
8
|
-
export interface BatchIsAuthorizedCommandOutput
|
|
9
|
-
extends BatchIsAuthorizedOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchIsAuthorizedCommandOutput extends BatchIsAuthorizedOutput, __MetadataBearer {}
|
|
11
6
|
declare const BatchIsAuthorizedCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: BatchIsAuthorizedCommandInput
|
|
8
|
+
input: BatchIsAuthorizedCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
BatchIsAuthorizedCommandInput,
|
|
16
11
|
BatchIsAuthorizedCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const BatchIsAuthorizedCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: BatchIsAuthorizedCommandInput
|
|
17
|
+
input: BatchIsAuthorizedCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
BatchIsAuthorizedCommandInput,
|
|
25
20
|
BatchIsAuthorizedCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchIsAuthorizedWithTokenOutput,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchIsAuthorizedWithTokenCommandInput
|
|
8
|
-
extends BatchIsAuthorizedWithTokenInput {}
|
|
7
|
+
export interface BatchIsAuthorizedWithTokenCommandInput extends BatchIsAuthorizedWithTokenInput {}
|
|
9
8
|
export interface BatchIsAuthorizedWithTokenCommandOutput
|
|
10
|
-
extends BatchIsAuthorizedWithTokenOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchIsAuthorizedWithTokenOutput, __MetadataBearer {}
|
|
12
10
|
declare const BatchIsAuthorizedWithTokenCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchIsAuthorizedWithTokenCommandInput
|
|
12
|
+
input: BatchIsAuthorizedWithTokenCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchIsAuthorizedWithTokenCommandInput,
|
|
17
15
|
BatchIsAuthorizedWithTokenCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchIsAuthorizedWithTokenCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchIsAuthorizedWithTokenCommandInput
|
|
21
|
+
input: BatchIsAuthorizedWithTokenCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchIsAuthorizedWithTokenCommandInput,
|
|
26
24
|
BatchIsAuthorizedWithTokenCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateIdentitySourceInput,
|
|
4
|
-
CreateIdentitySourceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateIdentitySourceInput, CreateIdentitySourceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateIdentitySourceCommandInput
|
|
8
|
-
extends CreateIdentitySourceInput {}
|
|
4
|
+
export interface CreateIdentitySourceCommandInput extends CreateIdentitySourceInput {}
|
|
9
5
|
export interface CreateIdentitySourceCommandOutput
|
|
10
|
-
extends CreateIdentitySourceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateIdentitySourceOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreateIdentitySourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateIdentitySourceCommandInput
|
|
9
|
+
input: CreateIdentitySourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateIdentitySourceCommandInput,
|
|
17
12
|
CreateIdentitySourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateIdentitySourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateIdentitySourceCommandInput
|
|
18
|
+
input: CreateIdentitySourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateIdentitySourceCommandInput,
|
|
26
21
|
CreateIdentitySourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreatePolicyInput, CreatePolicyOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreatePolicyCommandInput extends CreatePolicyInput {}
|
|
5
|
-
export interface CreatePolicyCommandOutput
|
|
6
|
-
extends CreatePolicyOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreatePolicyCommandOutput extends CreatePolicyOutput, __MetadataBearer {}
|
|
8
6
|
declare const CreatePolicyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreatePolicyCommandInput
|
|
8
|
+
input: CreatePolicyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreatePolicyCommandInput,
|
|
13
11
|
CreatePolicyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreatePolicyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreatePolicyCommandInput
|
|
17
|
+
input: CreatePolicyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreatePolicyCommandInput,
|
|
22
20
|
CreatePolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePolicyStoreAliasInput,
|
|
4
|
-
CreatePolicyStoreAliasOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePolicyStoreAliasInput, CreatePolicyStoreAliasOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePolicyStoreAliasCommandInput
|
|
8
|
-
extends CreatePolicyStoreAliasInput {}
|
|
4
|
+
export interface CreatePolicyStoreAliasCommandInput extends CreatePolicyStoreAliasInput {}
|
|
9
5
|
export interface CreatePolicyStoreAliasCommandOutput
|
|
10
|
-
extends CreatePolicyStoreAliasOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePolicyStoreAliasOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreatePolicyStoreAliasCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePolicyStoreAliasCommandInput
|
|
9
|
+
input: CreatePolicyStoreAliasCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePolicyStoreAliasCommandInput,
|
|
17
12
|
CreatePolicyStoreAliasCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePolicyStoreAliasCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePolicyStoreAliasCommandInput
|
|
18
|
+
input: CreatePolicyStoreAliasCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePolicyStoreAliasCommandInput,
|
|
26
21
|
CreatePolicyStoreAliasCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePolicyStoreInput,
|
|
4
|
-
CreatePolicyStoreOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePolicyStoreInput, CreatePolicyStoreOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreatePolicyStoreCommandInput extends CreatePolicyStoreInput {}
|
|
8
|
-
export interface CreatePolicyStoreCommandOutput
|
|
9
|
-
extends CreatePolicyStoreOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreatePolicyStoreCommandOutput extends CreatePolicyStoreOutput, __MetadataBearer {}
|
|
11
6
|
declare const CreatePolicyStoreCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreatePolicyStoreCommandInput
|
|
8
|
+
input: CreatePolicyStoreCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreatePolicyStoreCommandInput,
|
|
16
11
|
CreatePolicyStoreCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreatePolicyStoreCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreatePolicyStoreCommandInput
|
|
17
|
+
input: CreatePolicyStoreCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreatePolicyStoreCommandInput,
|
|
25
20
|
CreatePolicyStoreCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePolicyTemplateInput,
|
|
4
|
-
CreatePolicyTemplateOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePolicyTemplateInput, CreatePolicyTemplateOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePolicyTemplateCommandInput
|
|
8
|
-
extends CreatePolicyTemplateInput {}
|
|
4
|
+
export interface CreatePolicyTemplateCommandInput extends CreatePolicyTemplateInput {}
|
|
9
5
|
export interface CreatePolicyTemplateCommandOutput
|
|
10
|
-
extends CreatePolicyTemplateOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePolicyTemplateOutput, __MetadataBearer {}
|
|
12
7
|
declare const CreatePolicyTemplateCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePolicyTemplateCommandInput
|
|
9
|
+
input: CreatePolicyTemplateCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePolicyTemplateCommandInput,
|
|
17
12
|
CreatePolicyTemplateCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePolicyTemplateCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePolicyTemplateCommandInput
|
|
18
|
+
input: CreatePolicyTemplateCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePolicyTemplateCommandInput,
|
|
26
21
|
CreatePolicyTemplateCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteIdentitySourceInput,
|
|
4
|
-
DeleteIdentitySourceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteIdentitySourceInput, DeleteIdentitySourceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteIdentitySourceCommandInput
|
|
8
|
-
extends DeleteIdentitySourceInput {}
|
|
4
|
+
export interface DeleteIdentitySourceCommandInput extends DeleteIdentitySourceInput {}
|
|
9
5
|
export interface DeleteIdentitySourceCommandOutput
|
|
10
|
-
extends DeleteIdentitySourceOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteIdentitySourceOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeleteIdentitySourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteIdentitySourceCommandInput
|
|
9
|
+
input: DeleteIdentitySourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteIdentitySourceCommandInput,
|
|
17
12
|
DeleteIdentitySourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteIdentitySourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteIdentitySourceCommandInput
|
|
18
|
+
input: DeleteIdentitySourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteIdentitySourceCommandInput,
|
|
26
21
|
DeleteIdentitySourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeletePolicyInput, DeletePolicyOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeletePolicyCommandInput extends DeletePolicyInput {}
|
|
5
|
-
export interface DeletePolicyCommandOutput
|
|
6
|
-
extends DeletePolicyOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeletePolicyCommandOutput extends DeletePolicyOutput, __MetadataBearer {}
|
|
8
6
|
declare const DeletePolicyCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeletePolicyCommandInput
|
|
8
|
+
input: DeletePolicyCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeletePolicyCommandInput,
|
|
13
11
|
DeletePolicyCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeletePolicyCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeletePolicyCommandInput
|
|
17
|
+
input: DeletePolicyCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeletePolicyCommandInput,
|
|
22
20
|
DeletePolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePolicyStoreAliasInput,
|
|
4
|
-
DeletePolicyStoreAliasOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePolicyStoreAliasInput, DeletePolicyStoreAliasOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePolicyStoreAliasCommandInput
|
|
8
|
-
extends DeletePolicyStoreAliasInput {}
|
|
4
|
+
export interface DeletePolicyStoreAliasCommandInput extends DeletePolicyStoreAliasInput {}
|
|
9
5
|
export interface DeletePolicyStoreAliasCommandOutput
|
|
10
|
-
extends DeletePolicyStoreAliasOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeletePolicyStoreAliasOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeletePolicyStoreAliasCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeletePolicyStoreAliasCommandInput
|
|
9
|
+
input: DeletePolicyStoreAliasCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeletePolicyStoreAliasCommandInput,
|
|
17
12
|
DeletePolicyStoreAliasCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeletePolicyStoreAliasCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeletePolicyStoreAliasCommandInput
|
|
18
|
+
input: DeletePolicyStoreAliasCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeletePolicyStoreAliasCommandInput,
|
|
26
21
|
DeletePolicyStoreAliasCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePolicyStoreInput,
|
|
4
|
-
DeletePolicyStoreOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePolicyStoreInput, DeletePolicyStoreOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeletePolicyStoreCommandInput extends DeletePolicyStoreInput {}
|
|
8
|
-
export interface DeletePolicyStoreCommandOutput
|
|
9
|
-
extends DeletePolicyStoreOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeletePolicyStoreCommandOutput extends DeletePolicyStoreOutput, __MetadataBearer {}
|
|
11
6
|
declare const DeletePolicyStoreCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeletePolicyStoreCommandInput
|
|
8
|
+
input: DeletePolicyStoreCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeletePolicyStoreCommandInput,
|
|
16
11
|
DeletePolicyStoreCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeletePolicyStoreCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeletePolicyStoreCommandInput
|
|
17
|
+
input: DeletePolicyStoreCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeletePolicyStoreCommandInput,
|
|
25
20
|
DeletePolicyStoreCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePolicyTemplateInput,
|
|
4
|
-
DeletePolicyTemplateOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePolicyTemplateInput, DeletePolicyTemplateOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePolicyTemplateCommandInput
|
|
8
|
-
extends DeletePolicyTemplateInput {}
|
|
4
|
+
export interface DeletePolicyTemplateCommandInput extends DeletePolicyTemplateInput {}
|
|
9
5
|
export interface DeletePolicyTemplateCommandOutput
|
|
10
|
-
extends DeletePolicyTemplateOutput,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeletePolicyTemplateOutput, __MetadataBearer {}
|
|
12
7
|
declare const DeletePolicyTemplateCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeletePolicyTemplateCommandInput
|
|
9
|
+
input: DeletePolicyTemplateCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeletePolicyTemplateCommandInput,
|
|
17
12
|
DeletePolicyTemplateCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeletePolicyTemplateCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeletePolicyTemplateCommandInput
|
|
18
|
+
input: DeletePolicyTemplateCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeletePolicyTemplateCommandInput,
|
|
26
21
|
DeletePolicyTemplateCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetIdentitySourceInput,
|
|
4
|
-
GetIdentitySourceOutput,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetIdentitySourceInput, GetIdentitySourceOutput } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetIdentitySourceCommandInput extends GetIdentitySourceInput {}
|
|
8
|
-
export interface GetIdentitySourceCommandOutput
|
|
9
|
-
extends GetIdentitySourceOutput,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetIdentitySourceCommandOutput extends GetIdentitySourceOutput, __MetadataBearer {}
|
|
11
6
|
declare const GetIdentitySourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetIdentitySourceCommandInput
|
|
8
|
+
input: GetIdentitySourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetIdentitySourceCommandInput,
|
|
16
11
|
GetIdentitySourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetIdentitySourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetIdentitySourceCommandInput
|
|
17
|
+
input: GetIdentitySourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetIdentitySourceCommandInput,
|
|
25
20
|
GetIdentitySourceCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetPolicyInput, GetPolicyOutput } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetPolicyCommandInput extends GetPolicyInput {}
|
|
5
|
-
export interface GetPolicyCommandOutput
|
|
6
|
-
extends GetPolicyOutput,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetPolicyCommandOutput extends GetPolicyOutput, __MetadataBearer {}
|
|
8
6
|
declare const GetPolicyCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: GetPolicyCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
GetPolicyCommandInput,
|
|
11
11
|
GetPolicyCommandOutput,
|
|
12
12
|
import("..").VerifiedPermissionsClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: GetPolicyCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
GetPolicyCommandInput,
|
|
18
20
|
GetPolicyCommandOutput,
|
|
19
21
|
import("..").VerifiedPermissionsClientResolvedConfig,
|