@aws-sdk/client-chime-sdk-meetings 3.169.0 → 3.170.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.
Files changed (34) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ChimeSDKMeetings.d.ts +298 -85
  3. package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +226 -89
  4. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/index.d.ts +16 -16
  21. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  22. package/dist-types/ts3.4/index.d.ts +6 -6
  23. package/dist-types/ts3.4/models/ChimeSDKMeetingsServiceException.d.ts +8 -6
  24. package/dist-types/ts3.4/models/index.d.ts +1 -1
  25. package/dist-types/ts3.4/models/models_0.d.ts +693 -638
  26. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  27. package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +11 -4
  28. package/dist-types/ts3.4/pagination/index.d.ts +2 -2
  29. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +197 -50
  30. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  31. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  32. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  33. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  34. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
@@ -1,85 +1,298 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ChimeSDKMeetingsClient } from "./ChimeSDKMeetingsClient";
3
- import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
4
- import { BatchUpdateAttendeeCapabilitiesExceptCommandInput, BatchUpdateAttendeeCapabilitiesExceptCommandOutput } from "./commands/BatchUpdateAttendeeCapabilitiesExceptCommand";
5
- import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
6
- import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
7
- import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "./commands/CreateMeetingWithAttendeesCommand";
8
- import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "./commands/DeleteAttendeeCommand";
9
- import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "./commands/DeleteMeetingCommand";
10
- import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "./commands/GetAttendeeCommand";
11
- import { GetMeetingCommandInput, GetMeetingCommandOutput } from "./commands/GetMeetingCommand";
12
- import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "./commands/ListAttendeesCommand";
13
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
14
- import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "./commands/StartMeetingTranscriptionCommand";
15
- import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "./commands/StopMeetingTranscriptionCommand";
16
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
17
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
18
- import { UpdateAttendeeCapabilitiesCommandInput, UpdateAttendeeCapabilitiesCommandOutput } from "./commands/UpdateAttendeeCapabilitiesCommand";
19
-
20
- export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
21
-
22
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateAttendeeCommandOutput>;
23
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
24
- batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
25
-
26
- batchUpdateAttendeeCapabilitiesExcept(args: BatchUpdateAttendeeCapabilitiesExceptCommandInput, options?: __HttpHandlerOptions): Promise<BatchUpdateAttendeeCapabilitiesExceptCommandOutput>;
27
- batchUpdateAttendeeCapabilitiesExcept(args: BatchUpdateAttendeeCapabilitiesExceptCommandInput, cb: (err: any, data?: BatchUpdateAttendeeCapabilitiesExceptCommandOutput) => void): void;
28
- batchUpdateAttendeeCapabilitiesExcept(args: BatchUpdateAttendeeCapabilitiesExceptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateAttendeeCapabilitiesExceptCommandOutput) => void): void;
29
-
30
- createAttendee(args: CreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<CreateAttendeeCommandOutput>;
31
- createAttendee(args: CreateAttendeeCommandInput, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
32
- createAttendee(args: CreateAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAttendeeCommandOutput) => void): void;
33
-
34
- createMeeting(args: CreateMeetingCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingCommandOutput>;
35
- createMeeting(args: CreateMeetingCommandInput, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
36
- createMeeting(args: CreateMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingCommandOutput) => void): void;
37
-
38
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options?: __HttpHandlerOptions): Promise<CreateMeetingWithAttendeesCommandOutput>;
39
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
40
- createMeetingWithAttendees(args: CreateMeetingWithAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void): void;
41
-
42
- deleteAttendee(args: DeleteAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAttendeeCommandOutput>;
43
- deleteAttendee(args: DeleteAttendeeCommandInput, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
44
- deleteAttendee(args: DeleteAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAttendeeCommandOutput) => void): void;
45
-
46
- deleteMeeting(args: DeleteMeetingCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMeetingCommandOutput>;
47
- deleteMeeting(args: DeleteMeetingCommandInput, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
48
- deleteMeeting(args: DeleteMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMeetingCommandOutput) => void): void;
49
-
50
- getAttendee(args: GetAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<GetAttendeeCommandOutput>;
51
- getAttendee(args: GetAttendeeCommandInput, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
52
- getAttendee(args: GetAttendeeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAttendeeCommandOutput) => void): void;
53
-
54
- getMeeting(args: GetMeetingCommandInput, options?: __HttpHandlerOptions): Promise<GetMeetingCommandOutput>;
55
- getMeeting(args: GetMeetingCommandInput, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
56
- getMeeting(args: GetMeetingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMeetingCommandOutput) => void): void;
57
-
58
- listAttendees(args: ListAttendeesCommandInput, options?: __HttpHandlerOptions): Promise<ListAttendeesCommandOutput>;
59
- listAttendees(args: ListAttendeesCommandInput, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
60
- listAttendees(args: ListAttendeesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttendeesCommandOutput) => void): void;
61
-
62
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
63
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
64
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
65
-
66
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StartMeetingTranscriptionCommandOutput>;
67
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
68
- startMeetingTranscription(args: StartMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void): void;
69
-
70
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options?: __HttpHandlerOptions): Promise<StopMeetingTranscriptionCommandOutput>;
71
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
72
- stopMeetingTranscription(args: StopMeetingTranscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void): void;
73
-
74
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
75
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
76
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
77
-
78
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
79
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
80
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
81
-
82
- updateAttendeeCapabilities(args: UpdateAttendeeCapabilitiesCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAttendeeCapabilitiesCommandOutput>;
83
- updateAttendeeCapabilities(args: UpdateAttendeeCapabilitiesCommandInput, cb: (err: any, data?: UpdateAttendeeCapabilitiesCommandOutput) => void): void;
84
- updateAttendeeCapabilities(args: UpdateAttendeeCapabilitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAttendeeCapabilitiesCommandOutput) => void): void;
85
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { ChimeSDKMeetingsClient } from "./ChimeSDKMeetingsClient";
3
+ import {
4
+ BatchCreateAttendeeCommandInput,
5
+ BatchCreateAttendeeCommandOutput,
6
+ } from "./commands/BatchCreateAttendeeCommand";
7
+ import {
8
+ BatchUpdateAttendeeCapabilitiesExceptCommandInput,
9
+ BatchUpdateAttendeeCapabilitiesExceptCommandOutput,
10
+ } from "./commands/BatchUpdateAttendeeCapabilitiesExceptCommand";
11
+ import {
12
+ CreateAttendeeCommandInput,
13
+ CreateAttendeeCommandOutput,
14
+ } from "./commands/CreateAttendeeCommand";
15
+ import {
16
+ CreateMeetingCommandInput,
17
+ CreateMeetingCommandOutput,
18
+ } from "./commands/CreateMeetingCommand";
19
+ import {
20
+ CreateMeetingWithAttendeesCommandInput,
21
+ CreateMeetingWithAttendeesCommandOutput,
22
+ } from "./commands/CreateMeetingWithAttendeesCommand";
23
+ import {
24
+ DeleteAttendeeCommandInput,
25
+ DeleteAttendeeCommandOutput,
26
+ } from "./commands/DeleteAttendeeCommand";
27
+ import {
28
+ DeleteMeetingCommandInput,
29
+ DeleteMeetingCommandOutput,
30
+ } from "./commands/DeleteMeetingCommand";
31
+ import {
32
+ GetAttendeeCommandInput,
33
+ GetAttendeeCommandOutput,
34
+ } from "./commands/GetAttendeeCommand";
35
+ import {
36
+ GetMeetingCommandInput,
37
+ GetMeetingCommandOutput,
38
+ } from "./commands/GetMeetingCommand";
39
+ import {
40
+ ListAttendeesCommandInput,
41
+ ListAttendeesCommandOutput,
42
+ } from "./commands/ListAttendeesCommand";
43
+ import {
44
+ ListTagsForResourceCommandInput,
45
+ ListTagsForResourceCommandOutput,
46
+ } from "./commands/ListTagsForResourceCommand";
47
+ import {
48
+ StartMeetingTranscriptionCommandInput,
49
+ StartMeetingTranscriptionCommandOutput,
50
+ } from "./commands/StartMeetingTranscriptionCommand";
51
+ import {
52
+ StopMeetingTranscriptionCommandInput,
53
+ StopMeetingTranscriptionCommandOutput,
54
+ } from "./commands/StopMeetingTranscriptionCommand";
55
+ import {
56
+ TagResourceCommandInput,
57
+ TagResourceCommandOutput,
58
+ } from "./commands/TagResourceCommand";
59
+ import {
60
+ UntagResourceCommandInput,
61
+ UntagResourceCommandOutput,
62
+ } from "./commands/UntagResourceCommand";
63
+ import {
64
+ UpdateAttendeeCapabilitiesCommandInput,
65
+ UpdateAttendeeCapabilitiesCommandOutput,
66
+ } from "./commands/UpdateAttendeeCapabilitiesCommand";
67
+
68
+ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
69
+ batchCreateAttendee(
70
+ args: BatchCreateAttendeeCommandInput,
71
+ options?: __HttpHandlerOptions
72
+ ): Promise<BatchCreateAttendeeCommandOutput>;
73
+ batchCreateAttendee(
74
+ args: BatchCreateAttendeeCommandInput,
75
+ cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void
76
+ ): void;
77
+ batchCreateAttendee(
78
+ args: BatchCreateAttendeeCommandInput,
79
+ options: __HttpHandlerOptions,
80
+ cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void
81
+ ): void;
82
+
83
+ batchUpdateAttendeeCapabilitiesExcept(
84
+ args: BatchUpdateAttendeeCapabilitiesExceptCommandInput,
85
+ options?: __HttpHandlerOptions
86
+ ): Promise<BatchUpdateAttendeeCapabilitiesExceptCommandOutput>;
87
+ batchUpdateAttendeeCapabilitiesExcept(
88
+ args: BatchUpdateAttendeeCapabilitiesExceptCommandInput,
89
+ cb: (
90
+ err: any,
91
+ data?: BatchUpdateAttendeeCapabilitiesExceptCommandOutput
92
+ ) => void
93
+ ): void;
94
+ batchUpdateAttendeeCapabilitiesExcept(
95
+ args: BatchUpdateAttendeeCapabilitiesExceptCommandInput,
96
+ options: __HttpHandlerOptions,
97
+ cb: (
98
+ err: any,
99
+ data?: BatchUpdateAttendeeCapabilitiesExceptCommandOutput
100
+ ) => void
101
+ ): void;
102
+
103
+ createAttendee(
104
+ args: CreateAttendeeCommandInput,
105
+ options?: __HttpHandlerOptions
106
+ ): Promise<CreateAttendeeCommandOutput>;
107
+ createAttendee(
108
+ args: CreateAttendeeCommandInput,
109
+ cb: (err: any, data?: CreateAttendeeCommandOutput) => void
110
+ ): void;
111
+ createAttendee(
112
+ args: CreateAttendeeCommandInput,
113
+ options: __HttpHandlerOptions,
114
+ cb: (err: any, data?: CreateAttendeeCommandOutput) => void
115
+ ): void;
116
+
117
+ createMeeting(
118
+ args: CreateMeetingCommandInput,
119
+ options?: __HttpHandlerOptions
120
+ ): Promise<CreateMeetingCommandOutput>;
121
+ createMeeting(
122
+ args: CreateMeetingCommandInput,
123
+ cb: (err: any, data?: CreateMeetingCommandOutput) => void
124
+ ): void;
125
+ createMeeting(
126
+ args: CreateMeetingCommandInput,
127
+ options: __HttpHandlerOptions,
128
+ cb: (err: any, data?: CreateMeetingCommandOutput) => void
129
+ ): void;
130
+
131
+ createMeetingWithAttendees(
132
+ args: CreateMeetingWithAttendeesCommandInput,
133
+ options?: __HttpHandlerOptions
134
+ ): Promise<CreateMeetingWithAttendeesCommandOutput>;
135
+ createMeetingWithAttendees(
136
+ args: CreateMeetingWithAttendeesCommandInput,
137
+ cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void
138
+ ): void;
139
+ createMeetingWithAttendees(
140
+ args: CreateMeetingWithAttendeesCommandInput,
141
+ options: __HttpHandlerOptions,
142
+ cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void
143
+ ): void;
144
+
145
+ deleteAttendee(
146
+ args: DeleteAttendeeCommandInput,
147
+ options?: __HttpHandlerOptions
148
+ ): Promise<DeleteAttendeeCommandOutput>;
149
+ deleteAttendee(
150
+ args: DeleteAttendeeCommandInput,
151
+ cb: (err: any, data?: DeleteAttendeeCommandOutput) => void
152
+ ): void;
153
+ deleteAttendee(
154
+ args: DeleteAttendeeCommandInput,
155
+ options: __HttpHandlerOptions,
156
+ cb: (err: any, data?: DeleteAttendeeCommandOutput) => void
157
+ ): void;
158
+
159
+ deleteMeeting(
160
+ args: DeleteMeetingCommandInput,
161
+ options?: __HttpHandlerOptions
162
+ ): Promise<DeleteMeetingCommandOutput>;
163
+ deleteMeeting(
164
+ args: DeleteMeetingCommandInput,
165
+ cb: (err: any, data?: DeleteMeetingCommandOutput) => void
166
+ ): void;
167
+ deleteMeeting(
168
+ args: DeleteMeetingCommandInput,
169
+ options: __HttpHandlerOptions,
170
+ cb: (err: any, data?: DeleteMeetingCommandOutput) => void
171
+ ): void;
172
+
173
+ getAttendee(
174
+ args: GetAttendeeCommandInput,
175
+ options?: __HttpHandlerOptions
176
+ ): Promise<GetAttendeeCommandOutput>;
177
+ getAttendee(
178
+ args: GetAttendeeCommandInput,
179
+ cb: (err: any, data?: GetAttendeeCommandOutput) => void
180
+ ): void;
181
+ getAttendee(
182
+ args: GetAttendeeCommandInput,
183
+ options: __HttpHandlerOptions,
184
+ cb: (err: any, data?: GetAttendeeCommandOutput) => void
185
+ ): void;
186
+
187
+ getMeeting(
188
+ args: GetMeetingCommandInput,
189
+ options?: __HttpHandlerOptions
190
+ ): Promise<GetMeetingCommandOutput>;
191
+ getMeeting(
192
+ args: GetMeetingCommandInput,
193
+ cb: (err: any, data?: GetMeetingCommandOutput) => void
194
+ ): void;
195
+ getMeeting(
196
+ args: GetMeetingCommandInput,
197
+ options: __HttpHandlerOptions,
198
+ cb: (err: any, data?: GetMeetingCommandOutput) => void
199
+ ): void;
200
+
201
+ listAttendees(
202
+ args: ListAttendeesCommandInput,
203
+ options?: __HttpHandlerOptions
204
+ ): Promise<ListAttendeesCommandOutput>;
205
+ listAttendees(
206
+ args: ListAttendeesCommandInput,
207
+ cb: (err: any, data?: ListAttendeesCommandOutput) => void
208
+ ): void;
209
+ listAttendees(
210
+ args: ListAttendeesCommandInput,
211
+ options: __HttpHandlerOptions,
212
+ cb: (err: any, data?: ListAttendeesCommandOutput) => void
213
+ ): void;
214
+
215
+ listTagsForResource(
216
+ args: ListTagsForResourceCommandInput,
217
+ options?: __HttpHandlerOptions
218
+ ): Promise<ListTagsForResourceCommandOutput>;
219
+ listTagsForResource(
220
+ args: ListTagsForResourceCommandInput,
221
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
222
+ ): void;
223
+ listTagsForResource(
224
+ args: ListTagsForResourceCommandInput,
225
+ options: __HttpHandlerOptions,
226
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
227
+ ): void;
228
+
229
+ startMeetingTranscription(
230
+ args: StartMeetingTranscriptionCommandInput,
231
+ options?: __HttpHandlerOptions
232
+ ): Promise<StartMeetingTranscriptionCommandOutput>;
233
+ startMeetingTranscription(
234
+ args: StartMeetingTranscriptionCommandInput,
235
+ cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void
236
+ ): void;
237
+ startMeetingTranscription(
238
+ args: StartMeetingTranscriptionCommandInput,
239
+ options: __HttpHandlerOptions,
240
+ cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void
241
+ ): void;
242
+
243
+ stopMeetingTranscription(
244
+ args: StopMeetingTranscriptionCommandInput,
245
+ options?: __HttpHandlerOptions
246
+ ): Promise<StopMeetingTranscriptionCommandOutput>;
247
+ stopMeetingTranscription(
248
+ args: StopMeetingTranscriptionCommandInput,
249
+ cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void
250
+ ): void;
251
+ stopMeetingTranscription(
252
+ args: StopMeetingTranscriptionCommandInput,
253
+ options: __HttpHandlerOptions,
254
+ cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void
255
+ ): void;
256
+
257
+ tagResource(
258
+ args: TagResourceCommandInput,
259
+ options?: __HttpHandlerOptions
260
+ ): Promise<TagResourceCommandOutput>;
261
+ tagResource(
262
+ args: TagResourceCommandInput,
263
+ cb: (err: any, data?: TagResourceCommandOutput) => void
264
+ ): void;
265
+ tagResource(
266
+ args: TagResourceCommandInput,
267
+ options: __HttpHandlerOptions,
268
+ cb: (err: any, data?: TagResourceCommandOutput) => void
269
+ ): void;
270
+
271
+ untagResource(
272
+ args: UntagResourceCommandInput,
273
+ options?: __HttpHandlerOptions
274
+ ): Promise<UntagResourceCommandOutput>;
275
+ untagResource(
276
+ args: UntagResourceCommandInput,
277
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
278
+ ): void;
279
+ untagResource(
280
+ args: UntagResourceCommandInput,
281
+ options: __HttpHandlerOptions,
282
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
283
+ ): void;
284
+
285
+ updateAttendeeCapabilities(
286
+ args: UpdateAttendeeCapabilitiesCommandInput,
287
+ options?: __HttpHandlerOptions
288
+ ): Promise<UpdateAttendeeCapabilitiesCommandOutput>;
289
+ updateAttendeeCapabilities(
290
+ args: UpdateAttendeeCapabilitiesCommandInput,
291
+ cb: (err: any, data?: UpdateAttendeeCapabilitiesCommandOutput) => void
292
+ ): void;
293
+ updateAttendeeCapabilities(
294
+ args: UpdateAttendeeCapabilitiesCommandInput,
295
+ options: __HttpHandlerOptions,
296
+ cb: (err: any, data?: UpdateAttendeeCapabilitiesCommandOutput) => void
297
+ ): void;
298
+ }