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