@aws-sdk/client-lex-model-building-service 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/LexModelBuildingService.d.ts +152 -215
- package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +20 -75
- 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/CreateBotVersionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- 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 +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/pagination/GetBotsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/GetIntentsPaginator.d.ts +1 -4
- 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/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- 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 {
|
|
@@ -56,10 +53,7 @@ import {
|
|
|
56
53
|
DeleteBotChannelAssociationCommandInput,
|
|
57
54
|
DeleteBotChannelAssociationCommandOutput,
|
|
58
55
|
} from "./commands/DeleteBotChannelAssociationCommand";
|
|
59
|
-
import {
|
|
60
|
-
DeleteBotCommandInput,
|
|
61
|
-
DeleteBotCommandOutput,
|
|
62
|
-
} from "./commands/DeleteBotCommand";
|
|
56
|
+
import { DeleteBotCommandInput, DeleteBotCommandOutput } from "./commands/DeleteBotCommand";
|
|
63
57
|
import {
|
|
64
58
|
DeleteBotVersionCommandInput,
|
|
65
59
|
DeleteBotVersionCommandOutput,
|
|
@@ -84,10 +78,7 @@ import {
|
|
|
84
78
|
DeleteUtterancesCommandInput,
|
|
85
79
|
DeleteUtterancesCommandOutput,
|
|
86
80
|
} from "./commands/DeleteUtterancesCommand";
|
|
87
|
-
import {
|
|
88
|
-
GetBotAliasCommandInput,
|
|
89
|
-
GetBotAliasCommandOutput,
|
|
90
|
-
} from "./commands/GetBotAliasCommand";
|
|
81
|
+
import { GetBotAliasCommandInput, GetBotAliasCommandOutput } from "./commands/GetBotAliasCommand";
|
|
91
82
|
import {
|
|
92
83
|
GetBotAliasesCommandInput,
|
|
93
84
|
GetBotAliasesCommandOutput,
|
|
@@ -100,14 +91,8 @@ import {
|
|
|
100
91
|
GetBotChannelAssociationsCommandInput,
|
|
101
92
|
GetBotChannelAssociationsCommandOutput,
|
|
102
93
|
} from "./commands/GetBotChannelAssociationsCommand";
|
|
103
|
-
import {
|
|
104
|
-
|
|
105
|
-
GetBotCommandOutput,
|
|
106
|
-
} from "./commands/GetBotCommand";
|
|
107
|
-
import {
|
|
108
|
-
GetBotsCommandInput,
|
|
109
|
-
GetBotsCommandOutput,
|
|
110
|
-
} from "./commands/GetBotsCommand";
|
|
94
|
+
import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
|
|
95
|
+
import { GetBotsCommandInput, GetBotsCommandOutput } from "./commands/GetBotsCommand";
|
|
111
96
|
import {
|
|
112
97
|
GetBotVersionsCommandInput,
|
|
113
98
|
GetBotVersionsCommandOutput,
|
|
@@ -124,22 +109,10 @@ import {
|
|
|
124
109
|
GetBuiltinSlotTypesCommandInput,
|
|
125
110
|
GetBuiltinSlotTypesCommandOutput,
|
|
126
111
|
} from "./commands/GetBuiltinSlotTypesCommand";
|
|
127
|
-
import {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
} from "./commands/
|
|
131
|
-
import {
|
|
132
|
-
GetImportCommandInput,
|
|
133
|
-
GetImportCommandOutput,
|
|
134
|
-
} from "./commands/GetImportCommand";
|
|
135
|
-
import {
|
|
136
|
-
GetIntentCommandInput,
|
|
137
|
-
GetIntentCommandOutput,
|
|
138
|
-
} from "./commands/GetIntentCommand";
|
|
139
|
-
import {
|
|
140
|
-
GetIntentsCommandInput,
|
|
141
|
-
GetIntentsCommandOutput,
|
|
142
|
-
} from "./commands/GetIntentsCommand";
|
|
112
|
+
import { GetExportCommandInput, GetExportCommandOutput } from "./commands/GetExportCommand";
|
|
113
|
+
import { GetImportCommandInput, GetImportCommandOutput } from "./commands/GetImportCommand";
|
|
114
|
+
import { GetIntentCommandInput, GetIntentCommandOutput } from "./commands/GetIntentCommand";
|
|
115
|
+
import { GetIntentsCommandInput, GetIntentsCommandOutput } from "./commands/GetIntentsCommand";
|
|
143
116
|
import {
|
|
144
117
|
GetIntentVersionsCommandInput,
|
|
145
118
|
GetIntentVersionsCommandOutput,
|
|
@@ -152,10 +125,7 @@ import {
|
|
|
152
125
|
GetMigrationsCommandInput,
|
|
153
126
|
GetMigrationsCommandOutput,
|
|
154
127
|
} from "./commands/GetMigrationsCommand";
|
|
155
|
-
import {
|
|
156
|
-
GetSlotTypeCommandInput,
|
|
157
|
-
GetSlotTypeCommandOutput,
|
|
158
|
-
} from "./commands/GetSlotTypeCommand";
|
|
128
|
+
import { GetSlotTypeCommandInput, GetSlotTypeCommandOutput } from "./commands/GetSlotTypeCommand";
|
|
159
129
|
import {
|
|
160
130
|
GetSlotTypesCommandInput,
|
|
161
131
|
GetSlotTypesCommandOutput,
|
|
@@ -172,34 +142,16 @@ import {
|
|
|
172
142
|
ListTagsForResourceCommandInput,
|
|
173
143
|
ListTagsForResourceCommandOutput,
|
|
174
144
|
} from "./commands/ListTagsForResourceCommand";
|
|
175
|
-
import {
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
} from "./commands/
|
|
179
|
-
import {
|
|
180
|
-
PutBotCommandInput,
|
|
181
|
-
PutBotCommandOutput,
|
|
182
|
-
} from "./commands/PutBotCommand";
|
|
183
|
-
import {
|
|
184
|
-
PutIntentCommandInput,
|
|
185
|
-
PutIntentCommandOutput,
|
|
186
|
-
} from "./commands/PutIntentCommand";
|
|
187
|
-
import {
|
|
188
|
-
PutSlotTypeCommandInput,
|
|
189
|
-
PutSlotTypeCommandOutput,
|
|
190
|
-
} from "./commands/PutSlotTypeCommand";
|
|
191
|
-
import {
|
|
192
|
-
StartImportCommandInput,
|
|
193
|
-
StartImportCommandOutput,
|
|
194
|
-
} from "./commands/StartImportCommand";
|
|
145
|
+
import { PutBotAliasCommandInput, PutBotAliasCommandOutput } from "./commands/PutBotAliasCommand";
|
|
146
|
+
import { PutBotCommandInput, PutBotCommandOutput } from "./commands/PutBotCommand";
|
|
147
|
+
import { PutIntentCommandInput, PutIntentCommandOutput } from "./commands/PutIntentCommand";
|
|
148
|
+
import { PutSlotTypeCommandInput, PutSlotTypeCommandOutput } from "./commands/PutSlotTypeCommand";
|
|
149
|
+
import { StartImportCommandInput, StartImportCommandOutput } from "./commands/StartImportCommand";
|
|
195
150
|
import {
|
|
196
151
|
StartMigrationCommandInput,
|
|
197
152
|
StartMigrationCommandOutput,
|
|
198
153
|
} from "./commands/StartMigrationCommand";
|
|
199
|
-
import {
|
|
200
|
-
TagResourceCommandInput,
|
|
201
|
-
TagResourceCommandOutput,
|
|
202
|
-
} from "./commands/TagResourceCommand";
|
|
154
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
203
155
|
import {
|
|
204
156
|
UntagResourceCommandInput,
|
|
205
157
|
UntagResourceCommandOutput,
|
|
@@ -297,8 +249,7 @@ export type ServiceOutputTypes =
|
|
|
297
249
|
| StartMigrationCommandOutput
|
|
298
250
|
| TagResourceCommandOutput
|
|
299
251
|
| UntagResourceCommandOutput;
|
|
300
|
-
export interface ClientDefaults
|
|
301
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
252
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
302
253
|
requestHandler?: __HttpHandlerUserInput;
|
|
303
254
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
304
255
|
urlParser?: __UrlParser;
|
|
@@ -334,8 +285,7 @@ export type LexModelBuildingServiceClientConfigType = Partial<
|
|
|
334
285
|
EndpointInputConfig<EndpointParameters> &
|
|
335
286
|
HttpAuthSchemeInputConfig &
|
|
336
287
|
ClientInputEndpointParameters;
|
|
337
|
-
export interface LexModelBuildingServiceClientConfig
|
|
338
|
-
extends LexModelBuildingServiceClientConfigType {}
|
|
288
|
+
export interface LexModelBuildingServiceClientConfig extends LexModelBuildingServiceClientConfigType {}
|
|
339
289
|
export type LexModelBuildingServiceClientResolvedConfigType =
|
|
340
290
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
341
291
|
Required<ClientDefaults> &
|
|
@@ -347,8 +297,7 @@ export type LexModelBuildingServiceClientResolvedConfigType =
|
|
|
347
297
|
EndpointResolvedConfig<EndpointParameters> &
|
|
348
298
|
HttpAuthSchemeResolvedConfig &
|
|
349
299
|
ClientResolvedEndpointParameters;
|
|
350
|
-
export interface LexModelBuildingServiceClientResolvedConfig
|
|
351
|
-
extends LexModelBuildingServiceClientResolvedConfigType {}
|
|
300
|
+
export interface LexModelBuildingServiceClientResolvedConfig extends LexModelBuildingServiceClientResolvedConfigType {}
|
|
352
301
|
export declare class LexModelBuildingServiceClient extends __Client<
|
|
353
302
|
__HttpHandlerOptions,
|
|
354
303
|
ServiceInputTypes,
|
|
@@ -356,10 +305,6 @@ export declare class LexModelBuildingServiceClient extends __Client<
|
|
|
356
305
|
LexModelBuildingServiceClientResolvedConfig
|
|
357
306
|
> {
|
|
358
307
|
readonly config: LexModelBuildingServiceClientResolvedConfig;
|
|
359
|
-
constructor(
|
|
360
|
-
...[
|
|
361
|
-
configuration,
|
|
362
|
-
]: __CheckOptionalClientConfig<LexModelBuildingServiceClientConfig>
|
|
363
|
-
);
|
|
308
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<LexModelBuildingServiceClientConfig>);
|
|
364
309
|
destroy(): void;
|
|
365
310
|
}
|
|
@@ -8,16 +8,11 @@ export interface HttpAuthExtensionConfiguration {
|
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
10
|
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: LexModelBuildingServiceHttpAuthSchemeProvider
|
|
11
|
+
httpAuthSchemeProvider: LexModelBuildingServiceHttpAuthSchemeProvider,
|
|
12
12
|
): void;
|
|
13
13
|
httpAuthSchemeProvider(): LexModelBuildingServiceHttpAuthSchemeProvider;
|
|
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 { LexModelBuildingServiceClientResolvedConfig } from "../LexModelBuildingServiceClient";
|
|
15
|
-
export interface LexModelBuildingServiceHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface LexModelBuildingServiceHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface LexModelBuildingServiceHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface LexModelBuildingServiceHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
LexModelBuildingServiceClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
LexModelBuildingServiceHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultLexModelBuildingServiceHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: LexModelBuildingServiceClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<LexModelBuildingServiceHttpAuthSchemeParameters>;
|
|
31
|
-
export interface LexModelBuildingServiceHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<LexModelBuildingServiceHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface LexModelBuildingServiceHttpAuthSchemeProvider extends HttpAuthSchemeProvider<LexModelBuildingServiceHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultLexModelBuildingServiceHttpAuthSchemeProvider: LexModelBuildingServiceHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: LexModelBuildingServiceHttpAuthSchemeProvider;
|
|
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: LexModelBuildingServiceHttpAuthSchemeProvider;
|
|
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
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./LexModelBuildingServiceClient";
|
|
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
|
LexModelBuildingServiceClientResolvedConfig,
|
|
@@ -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[];
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateBotVersionRequest,
|
|
4
|
-
CreateBotVersionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateBotVersionRequest, CreateBotVersionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateBotVersionCommandInput extends CreateBotVersionRequest {}
|
|
8
|
-
export interface CreateBotVersionCommandOutput
|
|
9
|
-
extends CreateBotVersionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateBotVersionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateBotVersionCommandInput
|
|
8
|
+
input: CreateBotVersionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateBotVersionCommandInput,
|
|
16
11
|
CreateBotVersionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateBotVersionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateBotVersionCommandInput
|
|
17
|
+
input: CreateBotVersionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateBotVersionCommandInput,
|
|
25
20
|
CreateBotVersionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateIntentVersionRequest,
|
|
4
|
-
CreateIntentVersionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateIntentVersionRequest, CreateIntentVersionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateIntentVersionCommandInput
|
|
8
|
-
extends CreateIntentVersionRequest {}
|
|
4
|
+
export interface CreateIntentVersionCommandInput extends CreateIntentVersionRequest {}
|
|
9
5
|
export interface CreateIntentVersionCommandOutput
|
|
10
|
-
extends CreateIntentVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateIntentVersionResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateIntentVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateIntentVersionCommandInput
|
|
9
|
+
input: CreateIntentVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateIntentVersionCommandInput,
|
|
17
12
|
CreateIntentVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateIntentVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateIntentVersionCommandInput
|
|
18
|
+
input: CreateIntentVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateIntentVersionCommandInput,
|
|
26
21
|
CreateIntentVersionCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSlotTypeVersionRequest,
|
|
4
|
-
CreateSlotTypeVersionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSlotTypeVersionRequest, CreateSlotTypeVersionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSlotTypeVersionCommandInput
|
|
8
|
-
extends CreateSlotTypeVersionRequest {}
|
|
4
|
+
export interface CreateSlotTypeVersionCommandInput extends CreateSlotTypeVersionRequest {}
|
|
9
5
|
export interface CreateSlotTypeVersionCommandOutput
|
|
10
|
-
extends CreateSlotTypeVersionResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSlotTypeVersionResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateSlotTypeVersionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSlotTypeVersionCommandInput
|
|
9
|
+
input: CreateSlotTypeVersionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSlotTypeVersionCommandInput,
|
|
17
12
|
CreateSlotTypeVersionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateSlotTypeVersionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateSlotTypeVersionCommandInput
|
|
18
|
+
input: CreateSlotTypeVersionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateSlotTypeVersionCommandInput,
|
|
26
21
|
CreateSlotTypeVersionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteBotAliasCommandInput extends DeleteBotAliasRequest {}
|
|
|
5
5
|
export interface DeleteBotAliasCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteBotAliasCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteBotAliasCommandInput
|
|
8
|
+
input: DeleteBotAliasCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteBotAliasCommandInput,
|
|
11
11
|
DeleteBotAliasCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteBotAliasCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteBotAliasCommandInput
|
|
17
|
+
input: DeleteBotAliasCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteBotAliasCommandInput,
|
|
20
20
|
DeleteBotAliasCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteBotChannelAssociationRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteBotChannelAssociationCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DeleteBotChannelAssociationCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DeleteBotChannelAssociationCommandInput extends DeleteBotChannelAssociationRequest {}
|
|
5
|
+
export interface DeleteBotChannelAssociationCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DeleteBotChannelAssociationCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteBotChannelAssociationCommandInput
|
|
8
|
+
input: DeleteBotChannelAssociationCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteBotChannelAssociationCommandInput,
|
|
13
11
|
DeleteBotChannelAssociationCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteBotChannelAssociationCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteBotChannelAssociationCommandInput
|
|
17
|
+
input: DeleteBotChannelAssociationCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteBotChannelAssociationCommandInput,
|
|
22
20
|
DeleteBotChannelAssociationCommandOutput,
|
|
@@ -4,14 +4,18 @@ export { __MetadataBearer };
|
|
|
4
4
|
export interface DeleteBotCommandInput extends DeleteBotRequest {}
|
|
5
5
|
export interface DeleteBotCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteBotCommand_base: {
|
|
7
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: DeleteBotCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
8
10
|
DeleteBotCommandInput,
|
|
9
11
|
DeleteBotCommandOutput,
|
|
10
12
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
11
13
|
import("..").ServiceInputTypes,
|
|
12
14
|
import("..").ServiceOutputTypes
|
|
13
15
|
>;
|
|
14
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteBotCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
15
19
|
DeleteBotCommandInput,
|
|
16
20
|
DeleteBotCommandOutput,
|
|
17
21
|
import("..").LexModelBuildingServiceClientResolvedConfig,
|
|
@@ -5,7 +5,7 @@ export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {}
|
|
|
5
5
|
export interface DeleteBotVersionCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteBotVersionCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteBotVersionCommandInput
|
|
8
|
+
input: DeleteBotVersionCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteBotVersionCommandInput,
|
|
11
11
|
DeleteBotVersionCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteBotVersionCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteBotVersionCommandInput
|
|
17
|
+
input: DeleteBotVersionCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteBotVersionCommandInput,
|
|
20
20
|
DeleteBotVersionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteIntentCommandInput extends DeleteIntentRequest {}
|
|
|
5
5
|
export interface DeleteIntentCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteIntentCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteIntentCommandInput
|
|
8
|
+
input: DeleteIntentCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteIntentCommandInput,
|
|
11
11
|
DeleteIntentCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteIntentCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteIntentCommandInput
|
|
17
|
+
input: DeleteIntentCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteIntentCommandInput,
|
|
20
20
|
DeleteIntentCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteIntentVersionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteIntentVersionCommandInput
|
|
5
|
-
extends DeleteIntentVersionRequest {}
|
|
4
|
+
export interface DeleteIntentVersionCommandInput extends DeleteIntentVersionRequest {}
|
|
6
5
|
export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteIntentVersionCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteIntentVersionCommandInput
|
|
8
|
+
input: DeleteIntentVersionCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteIntentVersionCommandInput,
|
|
12
11
|
DeleteIntentVersionCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteIntentVersionCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteIntentVersionCommandInput
|
|
17
|
+
input: DeleteIntentVersionCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteIntentVersionCommandInput,
|
|
21
20
|
DeleteIntentVersionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {}
|
|
|
5
5
|
export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteSlotTypeCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteSlotTypeCommandInput
|
|
8
|
+
input: DeleteSlotTypeCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteSlotTypeCommandInput,
|
|
11
11
|
DeleteSlotTypeCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteSlotTypeCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteSlotTypeCommandInput
|
|
17
|
+
input: DeleteSlotTypeCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteSlotTypeCommandInput,
|
|
20
20
|
DeleteSlotTypeCommandOutput,
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DeleteSlotTypeVersionRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DeleteSlotTypeVersionCommandInput
|
|
5
|
-
extends DeleteSlotTypeVersionRequest {}
|
|
4
|
+
export interface DeleteSlotTypeVersionCommandInput extends DeleteSlotTypeVersionRequest {}
|
|
6
5
|
export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {}
|
|
7
6
|
declare const DeleteSlotTypeVersionCommand_base: {
|
|
8
7
|
new (
|
|
9
|
-
input: DeleteSlotTypeVersionCommandInput
|
|
8
|
+
input: DeleteSlotTypeVersionCommandInput,
|
|
10
9
|
): import("@smithy/core/client").CommandImpl<
|
|
11
10
|
DeleteSlotTypeVersionCommandInput,
|
|
12
11
|
DeleteSlotTypeVersionCommandOutput,
|
|
@@ -15,7 +14,7 @@ declare const DeleteSlotTypeVersionCommand_base: {
|
|
|
15
14
|
import("..").ServiceOutputTypes
|
|
16
15
|
>;
|
|
17
16
|
new (
|
|
18
|
-
input: DeleteSlotTypeVersionCommandInput
|
|
17
|
+
input: DeleteSlotTypeVersionCommandInput,
|
|
19
18
|
): import("@smithy/core/client").CommandImpl<
|
|
20
19
|
DeleteSlotTypeVersionCommandInput,
|
|
21
20
|
DeleteSlotTypeVersionCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {}
|
|
|
5
5
|
export interface DeleteUtterancesCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const DeleteUtterancesCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: DeleteUtterancesCommandInput
|
|
8
|
+
input: DeleteUtterancesCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
DeleteUtterancesCommandInput,
|
|
11
11
|
DeleteUtterancesCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const DeleteUtterancesCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: DeleteUtterancesCommandInput
|
|
17
|
+
input: DeleteUtterancesCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteUtterancesCommandInput,
|
|
20
20
|
DeleteUtterancesCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetBotAliasRequest, GetBotAliasResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetBotAliasCommandInput extends GetBotAliasRequest {}
|
|
5
|
-
export interface GetBotAliasCommandOutput
|
|
6
|
-
extends GetBotAliasResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBotAliasCommandOutput extends GetBotAliasResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetBotAliasCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetBotAliasCommandInput
|
|
8
|
+
input: GetBotAliasCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetBotAliasCommandInput,
|
|
13
11
|
GetBotAliasCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetBotAliasCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetBotAliasCommandInput
|
|
17
|
+
input: GetBotAliasCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetBotAliasCommandInput,
|
|
22
20
|
GetBotAliasCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetBotAliasesRequest,
|
|
4
|
-
GetBotAliasesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetBotAliasesRequest, GetBotAliasesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetBotAliasesCommandInput extends GetBotAliasesRequest {}
|
|
8
|
-
export interface GetBotAliasesCommandOutput
|
|
9
|
-
extends GetBotAliasesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetBotAliasesCommandOutput extends GetBotAliasesResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetBotAliasesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetBotAliasesCommandInput
|
|
8
|
+
input: GetBotAliasesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetBotAliasesCommandInput,
|
|
16
11
|
GetBotAliasesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetBotAliasesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetBotAliasesCommandInput
|
|
17
|
+
input: GetBotAliasesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetBotAliasesCommandInput,
|
|
25
20
|
GetBotAliasesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetBotChannelAssociationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetBotChannelAssociationCommandInput
|
|
8
|
-
extends GetBotChannelAssociationRequest {}
|
|
7
|
+
export interface GetBotChannelAssociationCommandInput extends GetBotChannelAssociationRequest {}
|
|
9
8
|
export interface GetBotChannelAssociationCommandOutput
|
|
10
|
-
extends GetBotChannelAssociationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetBotChannelAssociationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetBotChannelAssociationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetBotChannelAssociationCommandInput
|
|
12
|
+
input: GetBotChannelAssociationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetBotChannelAssociationCommandInput,
|
|
17
15
|
GetBotChannelAssociationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetBotChannelAssociationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetBotChannelAssociationCommandInput
|
|
21
|
+
input: GetBotChannelAssociationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetBotChannelAssociationCommandInput,
|
|
26
24
|
GetBotChannelAssociationCommandOutput,
|