@aws-sdk/client-chime 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/Chime.d.ts +210 -297
- package/dist-types/ts3.4/ChimeClient.d.ts +31 -89
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +3 -4
- 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 +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- 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 {
|
|
@@ -72,10 +69,7 @@ import {
|
|
|
72
69
|
CreateAccountCommandInput,
|
|
73
70
|
CreateAccountCommandOutput,
|
|
74
71
|
} from "./commands/CreateAccountCommand";
|
|
75
|
-
import {
|
|
76
|
-
CreateBotCommandInput,
|
|
77
|
-
CreateBotCommandOutput,
|
|
78
|
-
} from "./commands/CreateBotCommand";
|
|
72
|
+
import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
|
|
79
73
|
import {
|
|
80
74
|
CreateMeetingDialOutCommandInput,
|
|
81
75
|
CreateMeetingDialOutCommandOutput,
|
|
@@ -84,18 +78,12 @@ import {
|
|
|
84
78
|
CreatePhoneNumberOrderCommandInput,
|
|
85
79
|
CreatePhoneNumberOrderCommandOutput,
|
|
86
80
|
} from "./commands/CreatePhoneNumberOrderCommand";
|
|
87
|
-
import {
|
|
88
|
-
CreateRoomCommandInput,
|
|
89
|
-
CreateRoomCommandOutput,
|
|
90
|
-
} from "./commands/CreateRoomCommand";
|
|
81
|
+
import { CreateRoomCommandInput, CreateRoomCommandOutput } from "./commands/CreateRoomCommand";
|
|
91
82
|
import {
|
|
92
83
|
CreateRoomMembershipCommandInput,
|
|
93
84
|
CreateRoomMembershipCommandOutput,
|
|
94
85
|
} from "./commands/CreateRoomMembershipCommand";
|
|
95
|
-
import {
|
|
96
|
-
CreateUserCommandInput,
|
|
97
|
-
CreateUserCommandOutput,
|
|
98
|
-
} from "./commands/CreateUserCommand";
|
|
86
|
+
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
99
87
|
import {
|
|
100
88
|
DeleteAccountCommandInput,
|
|
101
89
|
DeleteAccountCommandOutput,
|
|
@@ -108,10 +96,7 @@ import {
|
|
|
108
96
|
DeletePhoneNumberCommandInput,
|
|
109
97
|
DeletePhoneNumberCommandOutput,
|
|
110
98
|
} from "./commands/DeletePhoneNumberCommand";
|
|
111
|
-
import {
|
|
112
|
-
DeleteRoomCommandInput,
|
|
113
|
-
DeleteRoomCommandOutput,
|
|
114
|
-
} from "./commands/DeleteRoomCommand";
|
|
99
|
+
import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "./commands/DeleteRoomCommand";
|
|
115
100
|
import {
|
|
116
101
|
DeleteRoomMembershipCommandInput,
|
|
117
102
|
DeleteRoomMembershipCommandOutput,
|
|
@@ -124,18 +109,12 @@ import {
|
|
|
124
109
|
DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
125
110
|
DisassociateSigninDelegateGroupsFromAccountCommandOutput,
|
|
126
111
|
} from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
|
|
127
|
-
import {
|
|
128
|
-
GetAccountCommandInput,
|
|
129
|
-
GetAccountCommandOutput,
|
|
130
|
-
} from "./commands/GetAccountCommand";
|
|
112
|
+
import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
|
|
131
113
|
import {
|
|
132
114
|
GetAccountSettingsCommandInput,
|
|
133
115
|
GetAccountSettingsCommandOutput,
|
|
134
116
|
} from "./commands/GetAccountSettingsCommand";
|
|
135
|
-
import {
|
|
136
|
-
GetBotCommandInput,
|
|
137
|
-
GetBotCommandOutput,
|
|
138
|
-
} from "./commands/GetBotCommand";
|
|
117
|
+
import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
|
|
139
118
|
import {
|
|
140
119
|
GetEventsConfigurationCommandInput,
|
|
141
120
|
GetEventsConfigurationCommandOutput,
|
|
@@ -160,30 +139,18 @@ import {
|
|
|
160
139
|
GetRetentionSettingsCommandInput,
|
|
161
140
|
GetRetentionSettingsCommandOutput,
|
|
162
141
|
} from "./commands/GetRetentionSettingsCommand";
|
|
163
|
-
import {
|
|
164
|
-
|
|
165
|
-
GetRoomCommandOutput,
|
|
166
|
-
} from "./commands/GetRoomCommand";
|
|
167
|
-
import {
|
|
168
|
-
GetUserCommandInput,
|
|
169
|
-
GetUserCommandOutput,
|
|
170
|
-
} from "./commands/GetUserCommand";
|
|
142
|
+
import { GetRoomCommandInput, GetRoomCommandOutput } from "./commands/GetRoomCommand";
|
|
143
|
+
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
171
144
|
import {
|
|
172
145
|
GetUserSettingsCommandInput,
|
|
173
146
|
GetUserSettingsCommandOutput,
|
|
174
147
|
} from "./commands/GetUserSettingsCommand";
|
|
175
|
-
import {
|
|
176
|
-
InviteUsersCommandInput,
|
|
177
|
-
InviteUsersCommandOutput,
|
|
178
|
-
} from "./commands/InviteUsersCommand";
|
|
148
|
+
import { InviteUsersCommandInput, InviteUsersCommandOutput } from "./commands/InviteUsersCommand";
|
|
179
149
|
import {
|
|
180
150
|
ListAccountsCommandInput,
|
|
181
151
|
ListAccountsCommandOutput,
|
|
182
152
|
} from "./commands/ListAccountsCommand";
|
|
183
|
-
import {
|
|
184
|
-
ListBotsCommandInput,
|
|
185
|
-
ListBotsCommandOutput,
|
|
186
|
-
} from "./commands/ListBotsCommand";
|
|
153
|
+
import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
187
154
|
import {
|
|
188
155
|
ListPhoneNumberOrdersCommandInput,
|
|
189
156
|
ListPhoneNumberOrdersCommandOutput,
|
|
@@ -196,22 +163,13 @@ import {
|
|
|
196
163
|
ListRoomMembershipsCommandInput,
|
|
197
164
|
ListRoomMembershipsCommandOutput,
|
|
198
165
|
} from "./commands/ListRoomMembershipsCommand";
|
|
199
|
-
import {
|
|
200
|
-
ListRoomsCommandInput,
|
|
201
|
-
ListRoomsCommandOutput,
|
|
202
|
-
} from "./commands/ListRoomsCommand";
|
|
166
|
+
import { ListRoomsCommandInput, ListRoomsCommandOutput } from "./commands/ListRoomsCommand";
|
|
203
167
|
import {
|
|
204
168
|
ListSupportedPhoneNumberCountriesCommandInput,
|
|
205
169
|
ListSupportedPhoneNumberCountriesCommandOutput,
|
|
206
170
|
} from "./commands/ListSupportedPhoneNumberCountriesCommand";
|
|
207
|
-
import {
|
|
208
|
-
|
|
209
|
-
ListUsersCommandOutput,
|
|
210
|
-
} from "./commands/ListUsersCommand";
|
|
211
|
-
import {
|
|
212
|
-
LogoutUserCommandInput,
|
|
213
|
-
LogoutUserCommandOutput,
|
|
214
|
-
} from "./commands/LogoutUserCommand";
|
|
171
|
+
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
172
|
+
import { LogoutUserCommandInput, LogoutUserCommandOutput } from "./commands/LogoutUserCommand";
|
|
215
173
|
import {
|
|
216
174
|
PutEventsConfigurationCommandInput,
|
|
217
175
|
PutEventsConfigurationCommandOutput,
|
|
@@ -252,10 +210,7 @@ import {
|
|
|
252
210
|
UpdateAccountSettingsCommandInput,
|
|
253
211
|
UpdateAccountSettingsCommandOutput,
|
|
254
212
|
} from "./commands/UpdateAccountSettingsCommand";
|
|
255
|
-
import {
|
|
256
|
-
UpdateBotCommandInput,
|
|
257
|
-
UpdateBotCommandOutput,
|
|
258
|
-
} from "./commands/UpdateBotCommand";
|
|
213
|
+
import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
|
|
259
214
|
import {
|
|
260
215
|
UpdateGlobalSettingsCommandInput,
|
|
261
216
|
UpdateGlobalSettingsCommandOutput,
|
|
@@ -268,18 +223,12 @@ import {
|
|
|
268
223
|
UpdatePhoneNumberSettingsCommandInput,
|
|
269
224
|
UpdatePhoneNumberSettingsCommandOutput,
|
|
270
225
|
} from "./commands/UpdatePhoneNumberSettingsCommand";
|
|
271
|
-
import {
|
|
272
|
-
UpdateRoomCommandInput,
|
|
273
|
-
UpdateRoomCommandOutput,
|
|
274
|
-
} from "./commands/UpdateRoomCommand";
|
|
226
|
+
import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "./commands/UpdateRoomCommand";
|
|
275
227
|
import {
|
|
276
228
|
UpdateRoomMembershipCommandInput,
|
|
277
229
|
UpdateRoomMembershipCommandOutput,
|
|
278
230
|
} from "./commands/UpdateRoomMembershipCommand";
|
|
279
|
-
import {
|
|
280
|
-
UpdateUserCommandInput,
|
|
281
|
-
UpdateUserCommandOutput,
|
|
282
|
-
} from "./commands/UpdateUserCommand";
|
|
231
|
+
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
283
232
|
import {
|
|
284
233
|
UpdateUserSettingsCommandInput,
|
|
285
234
|
UpdateUserSettingsCommandOutput,
|
|
@@ -417,8 +366,7 @@ export type ServiceOutputTypes =
|
|
|
417
366
|
| UpdateRoomMembershipCommandOutput
|
|
418
367
|
| UpdateUserCommandOutput
|
|
419
368
|
| UpdateUserSettingsCommandOutput;
|
|
420
|
-
export interface ClientDefaults
|
|
421
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
369
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
422
370
|
requestHandler?: __HttpHandlerUserInput;
|
|
423
371
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
424
372
|
urlParser?: __UrlParser;
|
|
@@ -443,9 +391,7 @@ export interface ClientDefaults
|
|
|
443
391
|
extensions?: RuntimeExtension[];
|
|
444
392
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
445
393
|
}
|
|
446
|
-
export type ChimeClientConfigType = Partial<
|
|
447
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
448
|
-
> &
|
|
394
|
+
export type ChimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
449
395
|
ClientDefaults &
|
|
450
396
|
UserAgentInputConfig &
|
|
451
397
|
RetryInputConfig &
|
|
@@ -455,19 +401,17 @@ export type ChimeClientConfigType = Partial<
|
|
|
455
401
|
HttpAuthSchemeInputConfig &
|
|
456
402
|
ClientInputEndpointParameters;
|
|
457
403
|
export interface ChimeClientConfig extends ChimeClientConfigType {}
|
|
458
|
-
export type ChimeClientResolvedConfigType =
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
export interface ChimeClientResolvedConfig
|
|
470
|
-
extends ChimeClientResolvedConfigType {}
|
|
404
|
+
export type ChimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
405
|
+
Required<ClientDefaults> &
|
|
406
|
+
RuntimeExtensionsConfig &
|
|
407
|
+
UserAgentResolvedConfig &
|
|
408
|
+
RetryResolvedConfig &
|
|
409
|
+
RegionResolvedConfig &
|
|
410
|
+
HostHeaderResolvedConfig &
|
|
411
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
412
|
+
HttpAuthSchemeResolvedConfig &
|
|
413
|
+
ClientResolvedEndpointParameters;
|
|
414
|
+
export interface ChimeClientResolvedConfig extends ChimeClientResolvedConfigType {}
|
|
471
415
|
export declare class ChimeClient extends __Client<
|
|
472
416
|
__HttpHandlerOptions,
|
|
473
417
|
ServiceInputTypes,
|
|
@@ -475,8 +419,6 @@ export declare class ChimeClient extends __Client<
|
|
|
475
419
|
ChimeClientResolvedConfig
|
|
476
420
|
> {
|
|
477
421
|
readonly config: ChimeClientResolvedConfig;
|
|
478
|
-
constructor(
|
|
479
|
-
...[configuration]: __CheckOptionalClientConfig<ChimeClientConfig>
|
|
480
|
-
);
|
|
422
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ChimeClientConfig>);
|
|
481
423
|
destroy(): void;
|
|
482
424
|
}
|
|
@@ -7,17 +7,10 @@ import { ChimeHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ChimeHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ChimeHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): ChimeHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { ChimeClientResolvedConfig } from "../ChimeClient";
|
|
15
|
-
export interface ChimeHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ChimeHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ChimeHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ChimeHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ChimeClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ChimeHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultChimeHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ChimeClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ChimeHttpAuthSchemeParameters>;
|
|
31
|
-
export interface ChimeHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ChimeHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ChimeHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ChimeHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultChimeHttpAuthSchemeProvider: ChimeHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ChimeHttpAuthSchemeProvider;
|
|
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: ChimeHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -1,25 +1,20 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
ServiceInputTypes,
|
|
5
|
-
ServiceOutputTypes,
|
|
6
|
-
} from "./ChimeClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
2
|
+
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ChimeClient";
|
|
3
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
4
|
added: EndpointParameterInstructions,
|
|
12
5
|
plugins: (
|
|
13
6
|
CommandCtor: any,
|
|
14
7
|
clientStack: any,
|
|
15
8
|
config: any,
|
|
16
|
-
options: any
|
|
9
|
+
options: any,
|
|
17
10
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
11
|
op: string,
|
|
19
12
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
13
|
+
smithyContext?: Record<string, unknown>,
|
|
21
14
|
) => {
|
|
22
|
-
new (
|
|
15
|
+
new (
|
|
16
|
+
input: I,
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
18
|
I,
|
|
24
19
|
O,
|
|
25
20
|
ChimeClientResolvedConfig,
|
|
@@ -38,9 +33,4 @@ export declare const command: <
|
|
|
38
33
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
34
|
};
|
|
40
35
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
36
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociatePhoneNumberWithUserResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociatePhoneNumberWithUserCommandInput
|
|
8
|
-
extends AssociatePhoneNumberWithUserRequest {}
|
|
7
|
+
export interface AssociatePhoneNumberWithUserCommandInput extends AssociatePhoneNumberWithUserRequest {}
|
|
9
8
|
export interface AssociatePhoneNumberWithUserCommandOutput
|
|
10
|
-
extends AssociatePhoneNumberWithUserResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociatePhoneNumberWithUserResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociatePhoneNumberWithUserCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociatePhoneNumberWithUserCommandInput
|
|
12
|
+
input: AssociatePhoneNumberWithUserCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociatePhoneNumberWithUserCommandInput,
|
|
17
15
|
AssociatePhoneNumberWithUserCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociatePhoneNumberWithUserCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociatePhoneNumberWithUserCommandInput
|
|
21
|
+
input: AssociatePhoneNumberWithUserCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociatePhoneNumberWithUserCommandInput,
|
|
26
24
|
AssociatePhoneNumberWithUserCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
AssociateSigninDelegateGroupsWithAccountResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface AssociateSigninDelegateGroupsWithAccountCommandInput
|
|
8
|
-
extends AssociateSigninDelegateGroupsWithAccountRequest {}
|
|
7
|
+
export interface AssociateSigninDelegateGroupsWithAccountCommandInput extends AssociateSigninDelegateGroupsWithAccountRequest {}
|
|
9
8
|
export interface AssociateSigninDelegateGroupsWithAccountCommandOutput
|
|
10
|
-
extends AssociateSigninDelegateGroupsWithAccountResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends AssociateSigninDelegateGroupsWithAccountResponse, __MetadataBearer {}
|
|
12
10
|
declare const AssociateSigninDelegateGroupsWithAccountCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: AssociateSigninDelegateGroupsWithAccountCommandInput
|
|
12
|
+
input: AssociateSigninDelegateGroupsWithAccountCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
AssociateSigninDelegateGroupsWithAccountCommandInput,
|
|
17
15
|
AssociateSigninDelegateGroupsWithAccountCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const AssociateSigninDelegateGroupsWithAccountCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: AssociateSigninDelegateGroupsWithAccountCommandInput
|
|
21
|
+
input: AssociateSigninDelegateGroupsWithAccountCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
AssociateSigninDelegateGroupsWithAccountCommandInput,
|
|
26
24
|
AssociateSigninDelegateGroupsWithAccountCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
BatchCreateRoomMembershipResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchCreateRoomMembershipCommandInput
|
|
8
|
-
extends BatchCreateRoomMembershipRequest {}
|
|
7
|
+
export interface BatchCreateRoomMembershipCommandInput extends BatchCreateRoomMembershipRequest {}
|
|
9
8
|
export interface BatchCreateRoomMembershipCommandOutput
|
|
10
|
-
extends BatchCreateRoomMembershipResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends BatchCreateRoomMembershipResponse, __MetadataBearer {}
|
|
12
10
|
declare const BatchCreateRoomMembershipCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: BatchCreateRoomMembershipCommandInput
|
|
12
|
+
input: BatchCreateRoomMembershipCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
BatchCreateRoomMembershipCommandInput,
|
|
17
15
|
BatchCreateRoomMembershipCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const BatchCreateRoomMembershipCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: BatchCreateRoomMembershipCommandInput
|
|
21
|
+
input: BatchCreateRoomMembershipCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
BatchCreateRoomMembershipCommandInput,
|
|
26
24
|
BatchCreateRoomMembershipCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchDeletePhoneNumberRequest,
|
|
4
|
-
BatchDeletePhoneNumberResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchDeletePhoneNumberRequest, BatchDeletePhoneNumberResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchDeletePhoneNumberCommandInput
|
|
8
|
-
extends BatchDeletePhoneNumberRequest {}
|
|
4
|
+
export interface BatchDeletePhoneNumberCommandInput extends BatchDeletePhoneNumberRequest {}
|
|
9
5
|
export interface BatchDeletePhoneNumberCommandOutput
|
|
10
|
-
extends BatchDeletePhoneNumberResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchDeletePhoneNumberResponse, __MetadataBearer {}
|
|
12
7
|
declare const BatchDeletePhoneNumberCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchDeletePhoneNumberCommandInput
|
|
9
|
+
input: BatchDeletePhoneNumberCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchDeletePhoneNumberCommandInput,
|
|
17
12
|
BatchDeletePhoneNumberCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchDeletePhoneNumberCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchDeletePhoneNumberCommandInput
|
|
18
|
+
input: BatchDeletePhoneNumberCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchDeletePhoneNumberCommandInput,
|
|
26
21
|
BatchDeletePhoneNumberCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchSuspendUserRequest,
|
|
4
|
-
BatchSuspendUserResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchSuspendUserRequest, BatchSuspendUserResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface BatchSuspendUserCommandInput extends BatchSuspendUserRequest {}
|
|
8
|
-
export interface BatchSuspendUserCommandOutput
|
|
9
|
-
extends BatchSuspendUserResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchSuspendUserCommandOutput extends BatchSuspendUserResponse, __MetadataBearer {}
|
|
11
6
|
declare const BatchSuspendUserCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: BatchSuspendUserCommandInput
|
|
8
|
+
input: BatchSuspendUserCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
BatchSuspendUserCommandInput,
|
|
16
11
|
BatchSuspendUserCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const BatchSuspendUserCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: BatchSuspendUserCommandInput
|
|
17
|
+
input: BatchSuspendUserCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
BatchSuspendUserCommandInput,
|
|
25
20
|
BatchSuspendUserCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchUnsuspendUserRequest,
|
|
4
|
-
BatchUnsuspendUserResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchUnsuspendUserRequest, BatchUnsuspendUserResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchUnsuspendUserCommandInput
|
|
8
|
-
extends BatchUnsuspendUserRequest {}
|
|
4
|
+
export interface BatchUnsuspendUserCommandInput extends BatchUnsuspendUserRequest {}
|
|
9
5
|
export interface BatchUnsuspendUserCommandOutput
|
|
10
|
-
extends BatchUnsuspendUserResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchUnsuspendUserResponse, __MetadataBearer {}
|
|
12
7
|
declare const BatchUnsuspendUserCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchUnsuspendUserCommandInput
|
|
9
|
+
input: BatchUnsuspendUserCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchUnsuspendUserCommandInput,
|
|
17
12
|
BatchUnsuspendUserCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchUnsuspendUserCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchUnsuspendUserCommandInput
|
|
18
|
+
input: BatchUnsuspendUserCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchUnsuspendUserCommandInput,
|
|
26
21
|
BatchUnsuspendUserCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchUpdatePhoneNumberRequest,
|
|
4
|
-
BatchUpdatePhoneNumberResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchUpdatePhoneNumberRequest, BatchUpdatePhoneNumberResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchUpdatePhoneNumberCommandInput
|
|
8
|
-
extends BatchUpdatePhoneNumberRequest {}
|
|
4
|
+
export interface BatchUpdatePhoneNumberCommandInput extends BatchUpdatePhoneNumberRequest {}
|
|
9
5
|
export interface BatchUpdatePhoneNumberCommandOutput
|
|
10
|
-
extends BatchUpdatePhoneNumberResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchUpdatePhoneNumberResponse, __MetadataBearer {}
|
|
12
7
|
declare const BatchUpdatePhoneNumberCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchUpdatePhoneNumberCommandInput
|
|
9
|
+
input: BatchUpdatePhoneNumberCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchUpdatePhoneNumberCommandInput,
|
|
17
12
|
BatchUpdatePhoneNumberCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchUpdatePhoneNumberCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchUpdatePhoneNumberCommandInput
|
|
18
|
+
input: BatchUpdatePhoneNumberCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchUpdatePhoneNumberCommandInput,
|
|
26
21
|
BatchUpdatePhoneNumberCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchUpdateUserRequest,
|
|
4
|
-
BatchUpdateUserResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchUpdateUserRequest, BatchUpdateUserResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface BatchUpdateUserCommandInput extends BatchUpdateUserRequest {}
|
|
8
|
-
export interface BatchUpdateUserCommandOutput
|
|
9
|
-
extends BatchUpdateUserResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchUpdateUserCommandOutput extends BatchUpdateUserResponse, __MetadataBearer {}
|
|
11
6
|
declare const BatchUpdateUserCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: BatchUpdateUserCommandInput
|
|
8
|
+
input: BatchUpdateUserCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
BatchUpdateUserCommandInput,
|
|
16
11
|
BatchUpdateUserCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const BatchUpdateUserCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: BatchUpdateUserCommandInput
|
|
17
|
+
input: BatchUpdateUserCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
BatchUpdateUserCommandInput,
|
|
25
20
|
BatchUpdateUserCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateAccountRequest,
|
|
4
|
-
CreateAccountResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateAccountRequest, CreateAccountResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateAccountCommandInput extends CreateAccountRequest {}
|
|
8
|
-
export interface CreateAccountCommandOutput
|
|
9
|
-
extends CreateAccountResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateAccountCommandOutput extends CreateAccountResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateAccountCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateAccountCommandInput
|
|
8
|
+
input: CreateAccountCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateAccountCommandInput,
|
|
16
11
|
CreateAccountCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateAccountCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateAccountCommandInput
|
|
17
|
+
input: CreateAccountCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateAccountCommandInput,
|
|
25
20
|
CreateAccountCommandOutput,
|
|
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateBotRequest, CreateBotResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateBotCommandInput extends CreateBotRequest {}
|
|
5
|
-
export interface CreateBotCommandOutput
|
|
6
|
-
extends CreateBotResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateBotCommandOutput extends CreateBotResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateBotCommand_base: {
|
|
9
|
-
new (
|
|
7
|
+
new (
|
|
8
|
+
input: CreateBotCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
CreateBotCommandInput,
|
|
11
11
|
CreateBotCommandOutput,
|
|
12
12
|
import("..").ChimeClientResolvedConfig,
|
|
13
13
|
import("..").ServiceInputTypes,
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
|
-
new (
|
|
16
|
+
new (
|
|
17
|
+
input: CreateBotCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
17
19
|
CreateBotCommandInput,
|
|
18
20
|
CreateBotCommandOutput,
|
|
19
21
|
import("..").ChimeClientResolvedConfig,
|