@aws-sdk/client-chime-sdk-meetings 3.170.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 (26) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ChimeSDKMeetings.d.ts +0 -16
  3. package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/UpdateAttendeeCapabilitiesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/models/ChimeSDKMeetingsServiceException.d.ts +0 -1
  21. package/dist-types/ts3.4/models/models_0.d.ts +0 -174
  22. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  23. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  24. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  25. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  26. package/package.json +26 -26
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.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
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
@@ -64,7 +64,6 @@ import {
64
64
  UpdateAttendeeCapabilitiesCommandInput,
65
65
  UpdateAttendeeCapabilitiesCommandOutput,
66
66
  } from "./commands/UpdateAttendeeCapabilitiesCommand";
67
-
68
67
  export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
69
68
  batchCreateAttendee(
70
69
  args: BatchCreateAttendeeCommandInput,
@@ -79,7 +78,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
79
78
  options: __HttpHandlerOptions,
80
79
  cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void
81
80
  ): void;
82
-
83
81
  batchUpdateAttendeeCapabilitiesExcept(
84
82
  args: BatchUpdateAttendeeCapabilitiesExceptCommandInput,
85
83
  options?: __HttpHandlerOptions
@@ -99,7 +97,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
99
97
  data?: BatchUpdateAttendeeCapabilitiesExceptCommandOutput
100
98
  ) => void
101
99
  ): void;
102
-
103
100
  createAttendee(
104
101
  args: CreateAttendeeCommandInput,
105
102
  options?: __HttpHandlerOptions
@@ -113,7 +110,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
113
110
  options: __HttpHandlerOptions,
114
111
  cb: (err: any, data?: CreateAttendeeCommandOutput) => void
115
112
  ): void;
116
-
117
113
  createMeeting(
118
114
  args: CreateMeetingCommandInput,
119
115
  options?: __HttpHandlerOptions
@@ -127,7 +123,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
127
123
  options: __HttpHandlerOptions,
128
124
  cb: (err: any, data?: CreateMeetingCommandOutput) => void
129
125
  ): void;
130
-
131
126
  createMeetingWithAttendees(
132
127
  args: CreateMeetingWithAttendeesCommandInput,
133
128
  options?: __HttpHandlerOptions
@@ -141,7 +136,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
141
136
  options: __HttpHandlerOptions,
142
137
  cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void
143
138
  ): void;
144
-
145
139
  deleteAttendee(
146
140
  args: DeleteAttendeeCommandInput,
147
141
  options?: __HttpHandlerOptions
@@ -155,7 +149,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
155
149
  options: __HttpHandlerOptions,
156
150
  cb: (err: any, data?: DeleteAttendeeCommandOutput) => void
157
151
  ): void;
158
-
159
152
  deleteMeeting(
160
153
  args: DeleteMeetingCommandInput,
161
154
  options?: __HttpHandlerOptions
@@ -169,7 +162,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
169
162
  options: __HttpHandlerOptions,
170
163
  cb: (err: any, data?: DeleteMeetingCommandOutput) => void
171
164
  ): void;
172
-
173
165
  getAttendee(
174
166
  args: GetAttendeeCommandInput,
175
167
  options?: __HttpHandlerOptions
@@ -183,7 +175,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
183
175
  options: __HttpHandlerOptions,
184
176
  cb: (err: any, data?: GetAttendeeCommandOutput) => void
185
177
  ): void;
186
-
187
178
  getMeeting(
188
179
  args: GetMeetingCommandInput,
189
180
  options?: __HttpHandlerOptions
@@ -197,7 +188,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
197
188
  options: __HttpHandlerOptions,
198
189
  cb: (err: any, data?: GetMeetingCommandOutput) => void
199
190
  ): void;
200
-
201
191
  listAttendees(
202
192
  args: ListAttendeesCommandInput,
203
193
  options?: __HttpHandlerOptions
@@ -211,7 +201,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
211
201
  options: __HttpHandlerOptions,
212
202
  cb: (err: any, data?: ListAttendeesCommandOutput) => void
213
203
  ): void;
214
-
215
204
  listTagsForResource(
216
205
  args: ListTagsForResourceCommandInput,
217
206
  options?: __HttpHandlerOptions
@@ -225,7 +214,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
225
214
  options: __HttpHandlerOptions,
226
215
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
227
216
  ): void;
228
-
229
217
  startMeetingTranscription(
230
218
  args: StartMeetingTranscriptionCommandInput,
231
219
  options?: __HttpHandlerOptions
@@ -239,7 +227,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
239
227
  options: __HttpHandlerOptions,
240
228
  cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void
241
229
  ): void;
242
-
243
230
  stopMeetingTranscription(
244
231
  args: StopMeetingTranscriptionCommandInput,
245
232
  options?: __HttpHandlerOptions
@@ -253,7 +240,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
253
240
  options: __HttpHandlerOptions,
254
241
  cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void
255
242
  ): void;
256
-
257
243
  tagResource(
258
244
  args: TagResourceCommandInput,
259
245
  options?: __HttpHandlerOptions
@@ -267,7 +253,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
267
253
  options: __HttpHandlerOptions,
268
254
  cb: (err: any, data?: TagResourceCommandOutput) => void
269
255
  ): void;
270
-
271
256
  untagResource(
272
257
  args: UntagResourceCommandInput,
273
258
  options?: __HttpHandlerOptions
@@ -281,7 +266,6 @@ export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
281
266
  options: __HttpHandlerOptions,
282
267
  cb: (err: any, data?: UntagResourceCommandOutput) => void
283
268
  ): void;
284
-
285
269
  updateAttendeeCapabilities(
286
270
  args: UpdateAttendeeCapabilitiesCommandInput,
287
271
  options?: __HttpHandlerOptions
@@ -143,47 +143,26 @@ export declare type ServiceOutputTypes =
143
143
  export interface ClientDefaults
144
144
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
145
145
  requestHandler?: __HttpHandler;
146
-
147
146
  sha256?: __HashConstructor;
148
-
149
147
  urlParser?: __UrlParser;
150
-
151
148
  bodyLengthChecker?: __BodyLengthCalculator;
152
-
153
149
  streamCollector?: __StreamCollector;
154
-
155
150
  base64Decoder?: __Decoder;
156
-
157
151
  base64Encoder?: __Encoder;
158
-
159
152
  utf8Decoder?: __Decoder;
160
-
161
153
  utf8Encoder?: __Encoder;
162
-
163
154
  runtime?: string;
164
-
165
155
  disableHostPrefix?: boolean;
166
-
167
156
  maxAttempts?: number | __Provider<number>;
168
-
169
157
  retryMode?: string | __Provider<string>;
170
-
171
158
  logger?: __Logger;
172
-
173
159
  useDualstackEndpoint?: boolean | __Provider<boolean>;
174
-
175
160
  useFipsEndpoint?: boolean | __Provider<boolean>;
176
-
177
161
  serviceId?: string;
178
-
179
162
  region?: string | __Provider<string>;
180
-
181
163
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
182
-
183
164
  regionInfoProvider?: RegionInfoProvider;
184
-
185
165
  defaultUserAgentProvider?: Provider<__UserAgent>;
186
-
187
166
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
188
167
  }
189
168
  declare type ChimeSDKMeetingsClientConfigType = Partial<
@@ -196,7 +175,6 @@ declare type ChimeSDKMeetingsClientConfigType = Partial<
196
175
  HostHeaderInputConfig &
197
176
  AwsAuthInputConfig &
198
177
  UserAgentInputConfig;
199
-
200
178
  export interface ChimeSDKMeetingsClientConfig
201
179
  extends ChimeSDKMeetingsClientConfigType {}
202
180
  declare type ChimeSDKMeetingsClientResolvedConfigType =
@@ -208,10 +186,8 @@ declare type ChimeSDKMeetingsClientResolvedConfigType =
208
186
  HostHeaderResolvedConfig &
209
187
  AwsAuthResolvedConfig &
210
188
  UserAgentResolvedConfig;
211
-
212
189
  export interface ChimeSDKMeetingsClientResolvedConfig
213
190
  extends ChimeSDKMeetingsClientResolvedConfigType {}
214
-
215
191
  export declare class ChimeSDKMeetingsClient extends __Client<
216
192
  __HttpHandlerOptions,
217
193
  ServiceInputTypes,
@@ -220,7 +196,6 @@ export declare class ChimeSDKMeetingsClient extends __Client<
220
196
  > {
221
197
  readonly config: ChimeSDKMeetingsClientResolvedConfig;
222
198
  constructor(configuration: ChimeSDKMeetingsClientConfig);
223
-
224
199
  destroy(): void;
225
200
  }
226
201
  export {};
@@ -19,7 +19,6 @@ export interface BatchCreateAttendeeCommandInput
19
19
  export interface BatchCreateAttendeeCommandOutput
20
20
  extends BatchCreateAttendeeResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchCreateAttendeeCommand extends $Command<
24
23
  BatchCreateAttendeeCommandInput,
25
24
  BatchCreateAttendeeCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchCreateAttendeeCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchCreateAttendeeCommandInput;
29
28
  constructor(input: BatchCreateAttendeeCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandInput
15
15
  extends BatchUpdateAttendeeCapabilitiesExceptRequest {}
16
16
  export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Command<
20
19
  BatchUpdateAttendeeCapabilitiesExceptCommandInput,
21
20
  BatchUpdateAttendeeCapabilitiesExceptCommandOutput,
@@ -23,7 +22,6 @@ export declare class BatchUpdateAttendeeCapabilitiesExceptCommand extends $Comma
23
22
  > {
24
23
  readonly input: BatchUpdateAttendeeCapabilitiesExceptCommandInput;
25
24
  constructor(input: BatchUpdateAttendeeCapabilitiesExceptCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateAttendeeCommandInput extends CreateAttendeeRequest {}
18
18
  export interface CreateAttendeeCommandOutput
19
19
  extends CreateAttendeeResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateAttendeeCommand extends $Command<
23
22
  CreateAttendeeCommandInput,
24
23
  CreateAttendeeCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateAttendeeCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateAttendeeCommandInput;
28
27
  constructor(input: CreateAttendeeCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateMeetingCommandInput extends CreateMeetingRequest {}
18
18
  export interface CreateMeetingCommandOutput
19
19
  extends CreateMeetingResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateMeetingCommand extends $Command<
23
22
  CreateMeetingCommandInput,
24
23
  CreateMeetingCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateMeetingCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateMeetingCommandInput;
28
27
  constructor(input: CreateMeetingCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateMeetingWithAttendeesCommandInput
19
19
  export interface CreateMeetingWithAttendeesCommandOutput
20
20
  extends CreateMeetingWithAttendeesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateMeetingWithAttendeesCommand extends $Command<
24
23
  CreateMeetingWithAttendeesCommandInput,
25
24
  CreateMeetingWithAttendeesCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateMeetingWithAttendeesCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateMeetingWithAttendeesCommandInput;
29
28
  constructor(input: CreateMeetingWithAttendeesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteAttendeeRequest } from "../models/models_0";
14
14
  export interface DeleteAttendeeCommandInput extends DeleteAttendeeRequest {}
15
15
  export interface DeleteAttendeeCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteAttendeeCommand extends $Command<
18
17
  DeleteAttendeeCommandInput,
19
18
  DeleteAttendeeCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteAttendeeCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteAttendeeCommandInput;
23
22
  constructor(input: DeleteAttendeeCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteMeetingRequest } from "../models/models_0";
14
14
  export interface DeleteMeetingCommandInput extends DeleteMeetingRequest {}
15
15
  export interface DeleteMeetingCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteMeetingCommand extends $Command<
18
17
  DeleteMeetingCommandInput,
19
18
  DeleteMeetingCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteMeetingCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteMeetingCommandInput;
23
22
  constructor(input: DeleteMeetingCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetAttendeeCommandInput extends GetAttendeeRequest {}
15
15
  export interface GetAttendeeCommandOutput
16
16
  extends GetAttendeeResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetAttendeeCommand extends $Command<
20
19
  GetAttendeeCommandInput,
21
20
  GetAttendeeCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetAttendeeCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetAttendeeCommandInput;
25
24
  constructor(input: GetAttendeeCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetMeetingCommandInput extends GetMeetingRequest {}
15
15
  export interface GetMeetingCommandOutput
16
16
  extends GetMeetingResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetMeetingCommand extends $Command<
20
19
  GetMeetingCommandInput,
21
20
  GetMeetingCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetMeetingCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetMeetingCommandInput;
25
24
  constructor(input: GetMeetingCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListAttendeesCommandInput extends ListAttendeesRequest {}
18
18
  export interface ListAttendeesCommandOutput
19
19
  extends ListAttendeesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListAttendeesCommand extends $Command<
23
22
  ListAttendeesCommandInput,
24
23
  ListAttendeesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListAttendeesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListAttendeesCommandInput;
28
27
  constructor(input: ListAttendeesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StartMeetingTranscriptionCommandInput
15
15
  extends StartMeetingTranscriptionRequest {}
16
16
  export interface StartMeetingTranscriptionCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class StartMeetingTranscriptionCommand extends $Command<
20
19
  StartMeetingTranscriptionCommandInput,
21
20
  StartMeetingTranscriptionCommandOutput,
@@ -23,7 +22,6 @@ export declare class StartMeetingTranscriptionCommand extends $Command<
23
22
  > {
24
23
  readonly input: StartMeetingTranscriptionCommandInput;
25
24
  constructor(input: StartMeetingTranscriptionCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StopMeetingTranscriptionCommandInput
15
15
  extends StopMeetingTranscriptionRequest {}
16
16
  export interface StopMeetingTranscriptionCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class StopMeetingTranscriptionCommand extends $Command<
20
19
  StopMeetingTranscriptionCommandInput,
21
20
  StopMeetingTranscriptionCommandOutput,
@@ -23,7 +22,6 @@ export declare class StopMeetingTranscriptionCommand extends $Command<
23
22
  > {
24
23
  readonly input: StopMeetingTranscriptionCommandInput;
25
24
  constructor(input: StopMeetingTranscriptionCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput
16
16
  extends TagResourceResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class TagResourceCommand extends $Command<
20
19
  TagResourceCommandInput,
21
20
  TagResourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: TagResourceCommandInput;
25
24
  constructor(input: TagResourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
18
  export interface UntagResourceCommandOutput
19
19
  extends UntagResourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UntagResourceCommand extends $Command<
23
22
  UntagResourceCommandInput,
24
23
  UntagResourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UntagResourceCommandInput;
28
27
  constructor(input: UntagResourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateAttendeeCapabilitiesCommandInput
19
19
  export interface UpdateAttendeeCapabilitiesCommandOutput
20
20
  extends UpdateAttendeeCapabilitiesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateAttendeeCapabilitiesCommand extends $Command<
24
23
  UpdateAttendeeCapabilitiesCommandInput,
25
24
  UpdateAttendeeCapabilitiesCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateAttendeeCapabilitiesCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateAttendeeCapabilitiesCommandInput;
29
28
  constructor(input: UpdateAttendeeCapabilitiesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ChimeSDKMeetingsClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ChimeSDKMeetingsServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -6,25 +6,17 @@ export declare enum MediaCapabilities {
6
6
  SEND = "Send",
7
7
  SEND_RECEIVE = "SendReceive",
8
8
  }
9
-
10
9
  export interface AttendeeCapabilities {
11
10
  Audio: MediaCapabilities | string | undefined;
12
-
13
11
  Video: MediaCapabilities | string | undefined;
14
-
15
12
  Content: MediaCapabilities | string | undefined;
16
13
  }
17
-
18
14
  export interface Attendee {
19
15
  ExternalUserId?: string;
20
-
21
16
  AttendeeId?: string;
22
-
23
17
  JoinToken?: string;
24
-
25
18
  Capabilities?: AttendeeCapabilities;
26
19
  }
27
-
28
20
  export interface AttendeeIdItem {
29
21
  AttendeeId: string | undefined;
30
22
  }
@@ -32,250 +24,176 @@ export declare enum MeetingFeatureStatus {
32
24
  AVAILABLE = "AVAILABLE",
33
25
  UNAVAILABLE = "UNAVAILABLE",
34
26
  }
35
-
36
27
  export interface AudioFeatures {
37
28
  EchoReduction?: MeetingFeatureStatus | string;
38
29
  }
39
-
40
30
  export declare class BadRequestException extends __BaseException {
41
31
  readonly name: "BadRequestException";
42
32
  readonly $fault: "client";
43
33
  Code?: string;
44
34
  Message?: string;
45
-
46
35
  RequestId?: string;
47
-
48
36
  constructor(
49
37
  opts: __ExceptionOptionType<BadRequestException, __BaseException>
50
38
  );
51
39
  }
52
-
53
40
  export interface CreateAttendeeRequestItem {
54
41
  ExternalUserId: string | undefined;
55
-
56
42
  Capabilities?: AttendeeCapabilities;
57
43
  }
58
44
  export interface BatchCreateAttendeeRequest {
59
45
  MeetingId: string | undefined;
60
-
61
46
  Attendees: CreateAttendeeRequestItem[] | undefined;
62
47
  }
63
-
64
48
  export interface CreateAttendeeError {
65
49
  ExternalUserId?: string;
66
-
67
50
  ErrorCode?: string;
68
-
69
51
  ErrorMessage?: string;
70
52
  }
71
53
  export interface BatchCreateAttendeeResponse {
72
54
  Attendees?: Attendee[];
73
-
74
55
  Errors?: CreateAttendeeError[];
75
56
  }
76
-
77
57
  export declare class ForbiddenException extends __BaseException {
78
58
  readonly name: "ForbiddenException";
79
59
  readonly $fault: "client";
80
60
  Code?: string;
81
61
  Message?: string;
82
-
83
62
  RequestId?: string;
84
-
85
63
  constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
86
64
  }
87
-
88
65
  export declare class LimitExceededException extends __BaseException {
89
66
  readonly name: "LimitExceededException";
90
67
  readonly $fault: "client";
91
68
  Code?: string;
92
69
  Message?: string;
93
-
94
70
  RequestId?: string;
95
-
96
71
  constructor(
97
72
  opts: __ExceptionOptionType<LimitExceededException, __BaseException>
98
73
  );
99
74
  }
100
-
101
75
  export declare class NotFoundException extends __BaseException {
102
76
  readonly name: "NotFoundException";
103
77
  readonly $fault: "client";
104
78
  Code?: string;
105
79
  Message?: string;
106
-
107
80
  RequestId?: string;
108
-
109
81
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
110
82
  }
111
-
112
83
  export declare class ServiceFailureException extends __BaseException {
113
84
  readonly name: "ServiceFailureException";
114
85
  readonly $fault: "server";
115
86
  Code?: string;
116
87
  Message?: string;
117
-
118
88
  RequestId?: string;
119
-
120
89
  constructor(
121
90
  opts: __ExceptionOptionType<ServiceFailureException, __BaseException>
122
91
  );
123
92
  }
124
-
125
93
  export declare class ServiceUnavailableException extends __BaseException {
126
94
  readonly name: "ServiceUnavailableException";
127
95
  readonly $fault: "server";
128
96
  Code?: string;
129
97
  Message?: string;
130
-
131
98
  RequestId?: string;
132
-
133
99
  RetryAfterSeconds?: string;
134
-
135
100
  constructor(
136
101
  opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
137
102
  );
138
103
  }
139
-
140
104
  export declare class ThrottlingException extends __BaseException {
141
105
  readonly name: "ThrottlingException";
142
106
  readonly $fault: "client";
143
107
  Code?: string;
144
108
  Message?: string;
145
-
146
109
  RequestId?: string;
147
-
148
110
  constructor(
149
111
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
150
112
  );
151
113
  }
152
-
153
114
  export declare class UnauthorizedException extends __BaseException {
154
115
  readonly name: "UnauthorizedException";
155
116
  readonly $fault: "client";
156
117
  Code?: string;
157
118
  Message?: string;
158
-
159
119
  RequestId?: string;
160
-
161
120
  constructor(
162
121
  opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
163
122
  );
164
123
  }
165
-
166
124
  export declare class UnprocessableEntityException extends __BaseException {
167
125
  readonly name: "UnprocessableEntityException";
168
126
  readonly $fault: "client";
169
127
  Code?: string;
170
128
  Message?: string;
171
-
172
129
  RequestId?: string;
173
-
174
130
  constructor(
175
131
  opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>
176
132
  );
177
133
  }
178
134
  export interface BatchUpdateAttendeeCapabilitiesExceptRequest {
179
135
  MeetingId: string | undefined;
180
-
181
136
  ExcludedAttendeeIds: AttendeeIdItem[] | undefined;
182
-
183
137
  Capabilities: AttendeeCapabilities | undefined;
184
138
  }
185
-
186
139
  export declare class ConflictException extends __BaseException {
187
140
  readonly name: "ConflictException";
188
141
  readonly $fault: "client";
189
142
  Code?: string;
190
143
  Message?: string;
191
-
192
144
  RequestId?: string;
193
-
194
145
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
195
146
  }
196
147
  export interface CreateAttendeeRequest {
197
148
  MeetingId: string | undefined;
198
-
199
149
  ExternalUserId: string | undefined;
200
-
201
150
  Capabilities?: AttendeeCapabilities;
202
151
  }
203
152
  export interface CreateAttendeeResponse {
204
153
  Attendee?: Attendee;
205
154
  }
206
-
207
155
  export interface MeetingFeaturesConfiguration {
208
156
  Audio?: AudioFeatures;
209
157
  }
210
-
211
158
  export interface NotificationsConfiguration {
212
159
  LambdaFunctionArn?: string;
213
-
214
160
  SnsTopicArn?: string;
215
-
216
161
  SqsQueueArn?: string;
217
162
  }
218
-
219
163
  export interface Tag {
220
164
  Key: string | undefined;
221
-
222
165
  Value: string | undefined;
223
166
  }
224
167
  export interface CreateMeetingRequest {
225
168
  ClientRequestToken?: string;
226
-
227
169
  MediaRegion: string | undefined;
228
-
229
170
  MeetingHostId?: string;
230
-
231
171
  ExternalMeetingId: string | undefined;
232
-
233
172
  NotificationsConfiguration?: NotificationsConfiguration;
234
-
235
173
  MeetingFeatures?: MeetingFeaturesConfiguration;
236
-
237
174
  PrimaryMeetingId?: string;
238
-
239
175
  TenantIds?: string[];
240
-
241
176
  Tags?: Tag[];
242
177
  }
243
-
244
178
  export interface MediaPlacement {
245
179
  AudioHostUrl?: string;
246
-
247
180
  AudioFallbackUrl?: string;
248
-
249
181
  SignalingUrl?: string;
250
-
251
182
  TurnControlUrl?: string;
252
-
253
183
  ScreenDataUrl?: string;
254
-
255
184
  ScreenViewingUrl?: string;
256
-
257
185
  ScreenSharingUrl?: string;
258
-
259
186
  EventIngestionUrl?: string;
260
187
  }
261
-
262
188
  export interface Meeting {
263
189
  MeetingId?: string;
264
-
265
190
  MeetingHostId?: string;
266
-
267
191
  ExternalMeetingId?: string;
268
-
269
192
  MediaRegion?: string;
270
-
271
193
  MediaPlacement?: MediaPlacement;
272
-
273
194
  MeetingFeatures?: MeetingFeaturesConfiguration;
274
-
275
195
  PrimaryMeetingId?: string;
276
-
277
196
  TenantIds?: string[];
278
-
279
197
  MeetingArn?: string;
280
198
  }
281
199
  export interface CreateMeetingResponse {
@@ -283,35 +201,23 @@ export interface CreateMeetingResponse {
283
201
  }
284
202
  export interface CreateMeetingWithAttendeesRequest {
285
203
  ClientRequestToken?: string;
286
-
287
204
  MediaRegion: string | undefined;
288
-
289
205
  MeetingHostId?: string;
290
-
291
206
  ExternalMeetingId: string | undefined;
292
-
293
207
  MeetingFeatures?: MeetingFeaturesConfiguration;
294
-
295
208
  NotificationsConfiguration?: NotificationsConfiguration;
296
-
297
209
  Attendees: CreateAttendeeRequestItem[] | undefined;
298
-
299
210
  PrimaryMeetingId?: string;
300
-
301
211
  TenantIds?: string[];
302
-
303
212
  Tags?: Tag[];
304
213
  }
305
214
  export interface CreateMeetingWithAttendeesResponse {
306
215
  Meeting?: Meeting;
307
-
308
216
  Attendees?: Attendee[];
309
-
310
217
  Errors?: CreateAttendeeError[];
311
218
  }
312
219
  export interface DeleteAttendeeRequest {
313
220
  MeetingId: string | undefined;
314
-
315
221
  AttendeeId: string | undefined;
316
222
  }
317
223
  export interface DeleteMeetingRequest {
@@ -319,7 +225,6 @@ export interface DeleteMeetingRequest {
319
225
  }
320
226
  export interface GetAttendeeRequest {
321
227
  MeetingId: string | undefined;
322
-
323
228
  AttendeeId: string | undefined;
324
229
  }
325
230
  export interface GetAttendeeResponse {
@@ -333,14 +238,11 @@ export interface GetMeetingResponse {
333
238
  }
334
239
  export interface ListAttendeesRequest {
335
240
  MeetingId: string | undefined;
336
-
337
241
  NextToken?: string;
338
-
339
242
  MaxResults?: number;
340
243
  }
341
244
  export interface ListAttendeesResponse {
342
245
  Attendees?: Attendee[];
343
-
344
246
  NextToken?: string;
345
247
  }
346
248
  export interface ListTagsForResourceRequest {
@@ -349,17 +251,13 @@ export interface ListTagsForResourceRequest {
349
251
  export interface ListTagsForResourceResponse {
350
252
  Tags?: Tag[];
351
253
  }
352
-
353
254
  export declare class ResourceNotFoundException extends __BaseException {
354
255
  readonly name: "ResourceNotFoundException";
355
256
  readonly $fault: "client";
356
257
  Code?: string;
357
258
  Message?: string;
358
-
359
259
  RequestId?: string;
360
-
361
260
  ResourceName?: string;
362
-
363
261
  constructor(
364
262
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
365
263
  );
@@ -391,18 +289,12 @@ export declare enum TranscribeMedicalType {
391
289
  CONVERSATION = "CONVERSATION",
392
290
  DICTATION = "DICTATION",
393
291
  }
394
-
395
292
  export interface EngineTranscribeMedicalSettings {
396
293
  LanguageCode: TranscribeMedicalLanguageCode | string | undefined;
397
-
398
294
  Specialty: TranscribeMedicalSpecialty | string | undefined;
399
-
400
295
  Type: TranscribeMedicalType | string | undefined;
401
-
402
296
  VocabularyName?: string;
403
-
404
297
  Region?: TranscribeMedicalRegion | string;
405
-
406
298
  ContentIdentificationType?:
407
299
  | TranscribeMedicalContentIdentificationType
408
300
  | string;
@@ -452,45 +344,28 @@ export declare enum TranscribeVocabularyFilterMethod {
452
344
  REMOVE = "remove",
453
345
  TAG = "tag",
454
346
  }
455
-
456
347
  export interface EngineTranscribeSettings {
457
348
  LanguageCode?: TranscribeLanguageCode | string;
458
-
459
349
  VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
460
-
461
350
  VocabularyFilterName?: string;
462
-
463
351
  VocabularyName?: string;
464
-
465
352
  Region?: TranscribeRegion | string;
466
-
467
353
  EnablePartialResultsStabilization?: boolean;
468
-
469
354
  PartialResultsStability?: TranscribePartialResultsStability | string;
470
-
471
355
  ContentIdentificationType?: TranscribeContentIdentificationType | string;
472
-
473
356
  ContentRedactionType?: TranscribeContentRedactionType | string;
474
-
475
357
  PiiEntityTypes?: string;
476
-
477
358
  LanguageModelName?: string;
478
-
479
359
  IdentifyLanguage?: boolean;
480
-
481
360
  LanguageOptions?: string;
482
-
483
361
  PreferredLanguage?: TranscribeLanguageCode | string;
484
362
  }
485
-
486
363
  export interface TranscriptionConfiguration {
487
364
  EngineTranscribeSettings?: EngineTranscribeSettings;
488
-
489
365
  EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
490
366
  }
491
367
  export interface StartMeetingTranscriptionRequest {
492
368
  MeetingId: string | undefined;
493
-
494
369
  TranscriptionConfiguration: TranscriptionConfiguration | undefined;
495
370
  }
496
371
  export interface StopMeetingTranscriptionRequest {
@@ -498,196 +373,147 @@ export interface StopMeetingTranscriptionRequest {
498
373
  }
499
374
  export interface TagResourceRequest {
500
375
  ResourceARN: string | undefined;
501
-
502
376
  Tags: Tag[] | undefined;
503
377
  }
504
378
  export interface TagResourceResponse {}
505
-
506
379
  export declare class TooManyTagsException extends __BaseException {
507
380
  readonly name: "TooManyTagsException";
508
381
  readonly $fault: "client";
509
382
  Code?: string;
510
383
  Message?: string;
511
-
512
384
  RequestId?: string;
513
-
514
385
  ResourceName?: string;
515
-
516
386
  constructor(
517
387
  opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
518
388
  );
519
389
  }
520
390
  export interface UntagResourceRequest {
521
391
  ResourceARN: string | undefined;
522
-
523
392
  TagKeys: string[] | undefined;
524
393
  }
525
394
  export interface UntagResourceResponse {}
526
395
  export interface UpdateAttendeeCapabilitiesRequest {
527
396
  MeetingId: string | undefined;
528
-
529
397
  AttendeeId: string | undefined;
530
-
531
398
  Capabilities: AttendeeCapabilities | undefined;
532
399
  }
533
400
  export interface UpdateAttendeeCapabilitiesResponse {
534
401
  Attendee?: Attendee;
535
402
  }
536
-
537
403
  export declare const AttendeeCapabilitiesFilterSensitiveLog: (
538
404
  obj: AttendeeCapabilities
539
405
  ) => any;
540
-
541
406
  export declare const AttendeeFilterSensitiveLog: (obj: Attendee) => any;
542
-
543
407
  export declare const AttendeeIdItemFilterSensitiveLog: (
544
408
  obj: AttendeeIdItem
545
409
  ) => any;
546
-
547
410
  export declare const AudioFeaturesFilterSensitiveLog: (
548
411
  obj: AudioFeatures
549
412
  ) => any;
550
-
551
413
  export declare const CreateAttendeeRequestItemFilterSensitiveLog: (
552
414
  obj: CreateAttendeeRequestItem
553
415
  ) => any;
554
-
555
416
  export declare const BatchCreateAttendeeRequestFilterSensitiveLog: (
556
417
  obj: BatchCreateAttendeeRequest
557
418
  ) => any;
558
-
559
419
  export declare const CreateAttendeeErrorFilterSensitiveLog: (
560
420
  obj: CreateAttendeeError
561
421
  ) => any;
562
-
563
422
  export declare const BatchCreateAttendeeResponseFilterSensitiveLog: (
564
423
  obj: BatchCreateAttendeeResponse
565
424
  ) => any;
566
-
567
425
  export declare const BatchUpdateAttendeeCapabilitiesExceptRequestFilterSensitiveLog: (
568
426
  obj: BatchUpdateAttendeeCapabilitiesExceptRequest
569
427
  ) => any;
570
-
571
428
  export declare const CreateAttendeeRequestFilterSensitiveLog: (
572
429
  obj: CreateAttendeeRequest
573
430
  ) => any;
574
-
575
431
  export declare const CreateAttendeeResponseFilterSensitiveLog: (
576
432
  obj: CreateAttendeeResponse
577
433
  ) => any;
578
-
579
434
  export declare const MeetingFeaturesConfigurationFilterSensitiveLog: (
580
435
  obj: MeetingFeaturesConfiguration
581
436
  ) => any;
582
-
583
437
  export declare const NotificationsConfigurationFilterSensitiveLog: (
584
438
  obj: NotificationsConfiguration
585
439
  ) => any;
586
-
587
440
  export declare const TagFilterSensitiveLog: (obj: Tag) => any;
588
-
589
441
  export declare const CreateMeetingRequestFilterSensitiveLog: (
590
442
  obj: CreateMeetingRequest
591
443
  ) => any;
592
-
593
444
  export declare const MediaPlacementFilterSensitiveLog: (
594
445
  obj: MediaPlacement
595
446
  ) => any;
596
-
597
447
  export declare const MeetingFilterSensitiveLog: (obj: Meeting) => any;
598
-
599
448
  export declare const CreateMeetingResponseFilterSensitiveLog: (
600
449
  obj: CreateMeetingResponse
601
450
  ) => any;
602
-
603
451
  export declare const CreateMeetingWithAttendeesRequestFilterSensitiveLog: (
604
452
  obj: CreateMeetingWithAttendeesRequest
605
453
  ) => any;
606
-
607
454
  export declare const CreateMeetingWithAttendeesResponseFilterSensitiveLog: (
608
455
  obj: CreateMeetingWithAttendeesResponse
609
456
  ) => any;
610
-
611
457
  export declare const DeleteAttendeeRequestFilterSensitiveLog: (
612
458
  obj: DeleteAttendeeRequest
613
459
  ) => any;
614
-
615
460
  export declare const DeleteMeetingRequestFilterSensitiveLog: (
616
461
  obj: DeleteMeetingRequest
617
462
  ) => any;
618
-
619
463
  export declare const GetAttendeeRequestFilterSensitiveLog: (
620
464
  obj: GetAttendeeRequest
621
465
  ) => any;
622
-
623
466
  export declare const GetAttendeeResponseFilterSensitiveLog: (
624
467
  obj: GetAttendeeResponse
625
468
  ) => any;
626
-
627
469
  export declare const GetMeetingRequestFilterSensitiveLog: (
628
470
  obj: GetMeetingRequest
629
471
  ) => any;
630
-
631
472
  export declare const GetMeetingResponseFilterSensitiveLog: (
632
473
  obj: GetMeetingResponse
633
474
  ) => any;
634
-
635
475
  export declare const ListAttendeesRequestFilterSensitiveLog: (
636
476
  obj: ListAttendeesRequest
637
477
  ) => any;
638
-
639
478
  export declare const ListAttendeesResponseFilterSensitiveLog: (
640
479
  obj: ListAttendeesResponse
641
480
  ) => any;
642
-
643
481
  export declare const ListTagsForResourceRequestFilterSensitiveLog: (
644
482
  obj: ListTagsForResourceRequest
645
483
  ) => any;
646
-
647
484
  export declare const ListTagsForResourceResponseFilterSensitiveLog: (
648
485
  obj: ListTagsForResourceResponse
649
486
  ) => any;
650
-
651
487
  export declare const EngineTranscribeMedicalSettingsFilterSensitiveLog: (
652
488
  obj: EngineTranscribeMedicalSettings
653
489
  ) => any;
654
-
655
490
  export declare const EngineTranscribeSettingsFilterSensitiveLog: (
656
491
  obj: EngineTranscribeSettings
657
492
  ) => any;
658
-
659
493
  export declare const TranscriptionConfigurationFilterSensitiveLog: (
660
494
  obj: TranscriptionConfiguration
661
495
  ) => any;
662
-
663
496
  export declare const StartMeetingTranscriptionRequestFilterSensitiveLog: (
664
497
  obj: StartMeetingTranscriptionRequest
665
498
  ) => any;
666
-
667
499
  export declare const StopMeetingTranscriptionRequestFilterSensitiveLog: (
668
500
  obj: StopMeetingTranscriptionRequest
669
501
  ) => any;
670
-
671
502
  export declare const TagResourceRequestFilterSensitiveLog: (
672
503
  obj: TagResourceRequest
673
504
  ) => any;
674
-
675
505
  export declare const TagResourceResponseFilterSensitiveLog: (
676
506
  obj: TagResourceResponse
677
507
  ) => any;
678
-
679
508
  export declare const UntagResourceRequestFilterSensitiveLog: (
680
509
  obj: UntagResourceRequest
681
510
  ) => any;
682
-
683
511
  export declare const UntagResourceResponseFilterSensitiveLog: (
684
512
  obj: UntagResourceResponse
685
513
  ) => any;
686
-
687
514
  export declare const UpdateAttendeeCapabilitiesRequestFilterSensitiveLog: (
688
515
  obj: UpdateAttendeeCapabilitiesRequest
689
516
  ) => any;
690
-
691
517
  export declare const UpdateAttendeeCapabilitiesResponseFilterSensitiveLog: (
692
518
  obj: UpdateAttendeeCapabilitiesResponse
693
519
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ChimeSDKMeetingsClientConfig
6
5
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ChimeSDKMeetingsClientConfig
6
5
  ) => {
@@ -1,5 +1,4 @@
1
1
  import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
2
-
3
2
  export declare const getRuntimeConfig: (
4
3
  config: ChimeSDKMeetingsClientConfig
5
4
  ) => {
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { ChimeSDKMeetingsClientConfig } from "./ChimeSDKMeetingsClient";
3
-
4
3
  export declare const getRuntimeConfig: (
5
4
  config: ChimeSDKMeetingsClientConfig
6
5
  ) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-chime-sdk-meetings",
3
3
  "description": "AWS SDK for JavaScript Chime Sdk Meetings Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1",