@aws-sdk/client-chime-sdk-meetings 3.300.0 → 3.303.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.
@@ -3,18 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.UpdateAttendeeCapabilitiesResponseFilterSensitiveLog = exports.ListAttendeesResponseFilterSensitiveLog = exports.GetMeetingResponseFilterSensitiveLog = exports.GetAttendeeResponseFilterSensitiveLog = exports.CreateMeetingWithAttendeesResponseFilterSensitiveLog = exports.CreateMeetingWithAttendeesRequestFilterSensitiveLog = exports.CreateMeetingResponseFilterSensitiveLog = exports.MeetingFilterSensitiveLog = exports.CreateMeetingRequestFilterSensitiveLog = exports.NotificationsConfigurationFilterSensitiveLog = exports.CreateAttendeeResponseFilterSensitiveLog = exports.CreateAttendeeRequestFilterSensitiveLog = exports.BatchCreateAttendeeResponseFilterSensitiveLog = exports.CreateAttendeeErrorFilterSensitiveLog = exports.BatchCreateAttendeeRequestFilterSensitiveLog = exports.CreateAttendeeRequestItemFilterSensitiveLog = exports.AttendeeFilterSensitiveLog = exports.TooManyTagsException = exports.TranscribeVocabularyFilterMethod = exports.TranscribeRegion = exports.TranscribePartialResultsStability = exports.TranscribeLanguageCode = exports.TranscribeContentRedactionType = exports.TranscribeContentIdentificationType = exports.TranscribeMedicalType = exports.TranscribeMedicalSpecialty = exports.TranscribeMedicalRegion = exports.TranscribeMedicalLanguageCode = exports.TranscribeMedicalContentIdentificationType = exports.ResourceNotFoundException = exports.ConflictException = exports.UnprocessableEntityException = exports.UnauthorizedException = exports.ThrottlingException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.NotFoundException = exports.LimitExceededException = exports.ForbiddenException = exports.BadRequestException = exports.MeetingFeatureStatus = exports.MediaCapabilities = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
5
  const ChimeSDKMeetingsServiceException_1 = require("./ChimeSDKMeetingsServiceException");
6
- var MediaCapabilities;
7
- (function (MediaCapabilities) {
8
- MediaCapabilities["NONE"] = "None";
9
- MediaCapabilities["RECEIVE"] = "Receive";
10
- MediaCapabilities["SEND"] = "Send";
11
- MediaCapabilities["SEND_RECEIVE"] = "SendReceive";
12
- })(MediaCapabilities = exports.MediaCapabilities || (exports.MediaCapabilities = {}));
13
- var MeetingFeatureStatus;
14
- (function (MeetingFeatureStatus) {
15
- MeetingFeatureStatus["AVAILABLE"] = "AVAILABLE";
16
- MeetingFeatureStatus["UNAVAILABLE"] = "UNAVAILABLE";
17
- })(MeetingFeatureStatus = exports.MeetingFeatureStatus || (exports.MeetingFeatureStatus = {}));
6
+ exports.MediaCapabilities = {
7
+ NONE: "None",
8
+ RECEIVE: "Receive",
9
+ SEND: "Send",
10
+ SEND_RECEIVE: "SendReceive",
11
+ };
12
+ exports.MeetingFeatureStatus = {
13
+ AVAILABLE: "AVAILABLE",
14
+ UNAVAILABLE: "UNAVAILABLE",
15
+ };
18
16
  class BadRequestException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
19
17
  constructor(opts) {
20
18
  super({
@@ -193,89 +191,78 @@ class ResourceNotFoundException extends ChimeSDKMeetingsServiceException_1.Chime
193
191
  }
194
192
  }
195
193
  exports.ResourceNotFoundException = ResourceNotFoundException;
196
- var TranscribeMedicalContentIdentificationType;
197
- (function (TranscribeMedicalContentIdentificationType) {
198
- TranscribeMedicalContentIdentificationType["PHI"] = "PHI";
199
- })(TranscribeMedicalContentIdentificationType = exports.TranscribeMedicalContentIdentificationType || (exports.TranscribeMedicalContentIdentificationType = {}));
200
- var TranscribeMedicalLanguageCode;
201
- (function (TranscribeMedicalLanguageCode) {
202
- TranscribeMedicalLanguageCode["EN_US"] = "en-US";
203
- })(TranscribeMedicalLanguageCode = exports.TranscribeMedicalLanguageCode || (exports.TranscribeMedicalLanguageCode = {}));
204
- var TranscribeMedicalRegion;
205
- (function (TranscribeMedicalRegion) {
206
- TranscribeMedicalRegion["AP_SOUTHEAST_2"] = "ap-southeast-2";
207
- TranscribeMedicalRegion["AUTO"] = "auto";
208
- TranscribeMedicalRegion["CA_CENTRAL_1"] = "ca-central-1";
209
- TranscribeMedicalRegion["EU_WEST_1"] = "eu-west-1";
210
- TranscribeMedicalRegion["US_EAST_1"] = "us-east-1";
211
- TranscribeMedicalRegion["US_EAST_2"] = "us-east-2";
212
- TranscribeMedicalRegion["US_WEST_2"] = "us-west-2";
213
- })(TranscribeMedicalRegion = exports.TranscribeMedicalRegion || (exports.TranscribeMedicalRegion = {}));
214
- var TranscribeMedicalSpecialty;
215
- (function (TranscribeMedicalSpecialty) {
216
- TranscribeMedicalSpecialty["CARDIOLOGY"] = "CARDIOLOGY";
217
- TranscribeMedicalSpecialty["NEUROLOGY"] = "NEUROLOGY";
218
- TranscribeMedicalSpecialty["ONCOLOGY"] = "ONCOLOGY";
219
- TranscribeMedicalSpecialty["PRIMARYCARE"] = "PRIMARYCARE";
220
- TranscribeMedicalSpecialty["RADIOLOGY"] = "RADIOLOGY";
221
- TranscribeMedicalSpecialty["UROLOGY"] = "UROLOGY";
222
- })(TranscribeMedicalSpecialty = exports.TranscribeMedicalSpecialty || (exports.TranscribeMedicalSpecialty = {}));
223
- var TranscribeMedicalType;
224
- (function (TranscribeMedicalType) {
225
- TranscribeMedicalType["CONVERSATION"] = "CONVERSATION";
226
- TranscribeMedicalType["DICTATION"] = "DICTATION";
227
- })(TranscribeMedicalType = exports.TranscribeMedicalType || (exports.TranscribeMedicalType = {}));
228
- var TranscribeContentIdentificationType;
229
- (function (TranscribeContentIdentificationType) {
230
- TranscribeContentIdentificationType["PII"] = "PII";
231
- })(TranscribeContentIdentificationType = exports.TranscribeContentIdentificationType || (exports.TranscribeContentIdentificationType = {}));
232
- var TranscribeContentRedactionType;
233
- (function (TranscribeContentRedactionType) {
234
- TranscribeContentRedactionType["PII"] = "PII";
235
- })(TranscribeContentRedactionType = exports.TranscribeContentRedactionType || (exports.TranscribeContentRedactionType = {}));
236
- var TranscribeLanguageCode;
237
- (function (TranscribeLanguageCode) {
238
- TranscribeLanguageCode["DE_DE"] = "de-DE";
239
- TranscribeLanguageCode["EN_AU"] = "en-AU";
240
- TranscribeLanguageCode["EN_GB"] = "en-GB";
241
- TranscribeLanguageCode["EN_US"] = "en-US";
242
- TranscribeLanguageCode["ES_US"] = "es-US";
243
- TranscribeLanguageCode["FR_CA"] = "fr-CA";
244
- TranscribeLanguageCode["FR_FR"] = "fr-FR";
245
- TranscribeLanguageCode["IT_IT"] = "it-IT";
246
- TranscribeLanguageCode["JA_JP"] = "ja-JP";
247
- TranscribeLanguageCode["KO_KR"] = "ko-KR";
248
- TranscribeLanguageCode["PT_BR"] = "pt-BR";
249
- TranscribeLanguageCode["ZH_CN"] = "zh-CN";
250
- })(TranscribeLanguageCode = exports.TranscribeLanguageCode || (exports.TranscribeLanguageCode = {}));
251
- var TranscribePartialResultsStability;
252
- (function (TranscribePartialResultsStability) {
253
- TranscribePartialResultsStability["HIGH"] = "high";
254
- TranscribePartialResultsStability["LOW"] = "low";
255
- TranscribePartialResultsStability["MEDIUM"] = "medium";
256
- })(TranscribePartialResultsStability = exports.TranscribePartialResultsStability || (exports.TranscribePartialResultsStability = {}));
257
- var TranscribeRegion;
258
- (function (TranscribeRegion) {
259
- TranscribeRegion["AP_NORTHEAST_1"] = "ap-northeast-1";
260
- TranscribeRegion["AP_NORTHEAST_2"] = "ap-northeast-2";
261
- TranscribeRegion["AP_SOUTHEAST_2"] = "ap-southeast-2";
262
- TranscribeRegion["AUTO"] = "auto";
263
- TranscribeRegion["CA_CENTRAL_1"] = "ca-central-1";
264
- TranscribeRegion["EU_CENTRAL_1"] = "eu-central-1";
265
- TranscribeRegion["EU_WEST_1"] = "eu-west-1";
266
- TranscribeRegion["EU_WEST_2"] = "eu-west-2";
267
- TranscribeRegion["SA_EAST_1"] = "sa-east-1";
268
- TranscribeRegion["US_EAST_1"] = "us-east-1";
269
- TranscribeRegion["US_EAST_2"] = "us-east-2";
270
- TranscribeRegion["US_GOV_WEST_1"] = "us-gov-west-1";
271
- TranscribeRegion["US_WEST_2"] = "us-west-2";
272
- })(TranscribeRegion = exports.TranscribeRegion || (exports.TranscribeRegion = {}));
273
- var TranscribeVocabularyFilterMethod;
274
- (function (TranscribeVocabularyFilterMethod) {
275
- TranscribeVocabularyFilterMethod["MASK"] = "mask";
276
- TranscribeVocabularyFilterMethod["REMOVE"] = "remove";
277
- TranscribeVocabularyFilterMethod["TAG"] = "tag";
278
- })(TranscribeVocabularyFilterMethod = exports.TranscribeVocabularyFilterMethod || (exports.TranscribeVocabularyFilterMethod = {}));
194
+ exports.TranscribeMedicalContentIdentificationType = {
195
+ PHI: "PHI",
196
+ };
197
+ exports.TranscribeMedicalLanguageCode = {
198
+ EN_US: "en-US",
199
+ };
200
+ exports.TranscribeMedicalRegion = {
201
+ AP_SOUTHEAST_2: "ap-southeast-2",
202
+ AUTO: "auto",
203
+ CA_CENTRAL_1: "ca-central-1",
204
+ EU_WEST_1: "eu-west-1",
205
+ US_EAST_1: "us-east-1",
206
+ US_EAST_2: "us-east-2",
207
+ US_WEST_2: "us-west-2",
208
+ };
209
+ exports.TranscribeMedicalSpecialty = {
210
+ CARDIOLOGY: "CARDIOLOGY",
211
+ NEUROLOGY: "NEUROLOGY",
212
+ ONCOLOGY: "ONCOLOGY",
213
+ PRIMARYCARE: "PRIMARYCARE",
214
+ RADIOLOGY: "RADIOLOGY",
215
+ UROLOGY: "UROLOGY",
216
+ };
217
+ exports.TranscribeMedicalType = {
218
+ CONVERSATION: "CONVERSATION",
219
+ DICTATION: "DICTATION",
220
+ };
221
+ exports.TranscribeContentIdentificationType = {
222
+ PII: "PII",
223
+ };
224
+ exports.TranscribeContentRedactionType = {
225
+ PII: "PII",
226
+ };
227
+ exports.TranscribeLanguageCode = {
228
+ DE_DE: "de-DE",
229
+ EN_AU: "en-AU",
230
+ EN_GB: "en-GB",
231
+ EN_US: "en-US",
232
+ ES_US: "es-US",
233
+ FR_CA: "fr-CA",
234
+ FR_FR: "fr-FR",
235
+ IT_IT: "it-IT",
236
+ JA_JP: "ja-JP",
237
+ KO_KR: "ko-KR",
238
+ PT_BR: "pt-BR",
239
+ ZH_CN: "zh-CN",
240
+ };
241
+ exports.TranscribePartialResultsStability = {
242
+ HIGH: "high",
243
+ LOW: "low",
244
+ MEDIUM: "medium",
245
+ };
246
+ exports.TranscribeRegion = {
247
+ AP_NORTHEAST_1: "ap-northeast-1",
248
+ AP_NORTHEAST_2: "ap-northeast-2",
249
+ AP_SOUTHEAST_2: "ap-southeast-2",
250
+ AUTO: "auto",
251
+ CA_CENTRAL_1: "ca-central-1",
252
+ EU_CENTRAL_1: "eu-central-1",
253
+ EU_WEST_1: "eu-west-1",
254
+ EU_WEST_2: "eu-west-2",
255
+ SA_EAST_1: "sa-east-1",
256
+ US_EAST_1: "us-east-1",
257
+ US_EAST_2: "us-east-2",
258
+ US_GOV_WEST_1: "us-gov-west-1",
259
+ US_WEST_2: "us-west-2",
260
+ };
261
+ exports.TranscribeVocabularyFilterMethod = {
262
+ MASK: "mask",
263
+ REMOVE: "remove",
264
+ TAG: "tag",
265
+ };
279
266
  class TooManyTagsException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
280
267
  constructor(opts) {
281
268
  super({
@@ -1,17 +1,15 @@
1
1
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
2
2
  import { ChimeSDKMeetingsServiceException as __BaseException } from "./ChimeSDKMeetingsServiceException";
3
- export var MediaCapabilities;
4
- (function (MediaCapabilities) {
5
- MediaCapabilities["NONE"] = "None";
6
- MediaCapabilities["RECEIVE"] = "Receive";
7
- MediaCapabilities["SEND"] = "Send";
8
- MediaCapabilities["SEND_RECEIVE"] = "SendReceive";
9
- })(MediaCapabilities || (MediaCapabilities = {}));
10
- export var MeetingFeatureStatus;
11
- (function (MeetingFeatureStatus) {
12
- MeetingFeatureStatus["AVAILABLE"] = "AVAILABLE";
13
- MeetingFeatureStatus["UNAVAILABLE"] = "UNAVAILABLE";
14
- })(MeetingFeatureStatus || (MeetingFeatureStatus = {}));
3
+ export const MediaCapabilities = {
4
+ NONE: "None",
5
+ RECEIVE: "Receive",
6
+ SEND: "Send",
7
+ SEND_RECEIVE: "SendReceive",
8
+ };
9
+ export const MeetingFeatureStatus = {
10
+ AVAILABLE: "AVAILABLE",
11
+ UNAVAILABLE: "UNAVAILABLE",
12
+ };
15
13
  export class BadRequestException extends __BaseException {
16
14
  constructor(opts) {
17
15
  super({
@@ -179,89 +177,78 @@ export class ResourceNotFoundException extends __BaseException {
179
177
  this.ResourceName = opts.ResourceName;
180
178
  }
181
179
  }
182
- export var TranscribeMedicalContentIdentificationType;
183
- (function (TranscribeMedicalContentIdentificationType) {
184
- TranscribeMedicalContentIdentificationType["PHI"] = "PHI";
185
- })(TranscribeMedicalContentIdentificationType || (TranscribeMedicalContentIdentificationType = {}));
186
- export var TranscribeMedicalLanguageCode;
187
- (function (TranscribeMedicalLanguageCode) {
188
- TranscribeMedicalLanguageCode["EN_US"] = "en-US";
189
- })(TranscribeMedicalLanguageCode || (TranscribeMedicalLanguageCode = {}));
190
- export var TranscribeMedicalRegion;
191
- (function (TranscribeMedicalRegion) {
192
- TranscribeMedicalRegion["AP_SOUTHEAST_2"] = "ap-southeast-2";
193
- TranscribeMedicalRegion["AUTO"] = "auto";
194
- TranscribeMedicalRegion["CA_CENTRAL_1"] = "ca-central-1";
195
- TranscribeMedicalRegion["EU_WEST_1"] = "eu-west-1";
196
- TranscribeMedicalRegion["US_EAST_1"] = "us-east-1";
197
- TranscribeMedicalRegion["US_EAST_2"] = "us-east-2";
198
- TranscribeMedicalRegion["US_WEST_2"] = "us-west-2";
199
- })(TranscribeMedicalRegion || (TranscribeMedicalRegion = {}));
200
- export var TranscribeMedicalSpecialty;
201
- (function (TranscribeMedicalSpecialty) {
202
- TranscribeMedicalSpecialty["CARDIOLOGY"] = "CARDIOLOGY";
203
- TranscribeMedicalSpecialty["NEUROLOGY"] = "NEUROLOGY";
204
- TranscribeMedicalSpecialty["ONCOLOGY"] = "ONCOLOGY";
205
- TranscribeMedicalSpecialty["PRIMARYCARE"] = "PRIMARYCARE";
206
- TranscribeMedicalSpecialty["RADIOLOGY"] = "RADIOLOGY";
207
- TranscribeMedicalSpecialty["UROLOGY"] = "UROLOGY";
208
- })(TranscribeMedicalSpecialty || (TranscribeMedicalSpecialty = {}));
209
- export var TranscribeMedicalType;
210
- (function (TranscribeMedicalType) {
211
- TranscribeMedicalType["CONVERSATION"] = "CONVERSATION";
212
- TranscribeMedicalType["DICTATION"] = "DICTATION";
213
- })(TranscribeMedicalType || (TranscribeMedicalType = {}));
214
- export var TranscribeContentIdentificationType;
215
- (function (TranscribeContentIdentificationType) {
216
- TranscribeContentIdentificationType["PII"] = "PII";
217
- })(TranscribeContentIdentificationType || (TranscribeContentIdentificationType = {}));
218
- export var TranscribeContentRedactionType;
219
- (function (TranscribeContentRedactionType) {
220
- TranscribeContentRedactionType["PII"] = "PII";
221
- })(TranscribeContentRedactionType || (TranscribeContentRedactionType = {}));
222
- export var TranscribeLanguageCode;
223
- (function (TranscribeLanguageCode) {
224
- TranscribeLanguageCode["DE_DE"] = "de-DE";
225
- TranscribeLanguageCode["EN_AU"] = "en-AU";
226
- TranscribeLanguageCode["EN_GB"] = "en-GB";
227
- TranscribeLanguageCode["EN_US"] = "en-US";
228
- TranscribeLanguageCode["ES_US"] = "es-US";
229
- TranscribeLanguageCode["FR_CA"] = "fr-CA";
230
- TranscribeLanguageCode["FR_FR"] = "fr-FR";
231
- TranscribeLanguageCode["IT_IT"] = "it-IT";
232
- TranscribeLanguageCode["JA_JP"] = "ja-JP";
233
- TranscribeLanguageCode["KO_KR"] = "ko-KR";
234
- TranscribeLanguageCode["PT_BR"] = "pt-BR";
235
- TranscribeLanguageCode["ZH_CN"] = "zh-CN";
236
- })(TranscribeLanguageCode || (TranscribeLanguageCode = {}));
237
- export var TranscribePartialResultsStability;
238
- (function (TranscribePartialResultsStability) {
239
- TranscribePartialResultsStability["HIGH"] = "high";
240
- TranscribePartialResultsStability["LOW"] = "low";
241
- TranscribePartialResultsStability["MEDIUM"] = "medium";
242
- })(TranscribePartialResultsStability || (TranscribePartialResultsStability = {}));
243
- export var TranscribeRegion;
244
- (function (TranscribeRegion) {
245
- TranscribeRegion["AP_NORTHEAST_1"] = "ap-northeast-1";
246
- TranscribeRegion["AP_NORTHEAST_2"] = "ap-northeast-2";
247
- TranscribeRegion["AP_SOUTHEAST_2"] = "ap-southeast-2";
248
- TranscribeRegion["AUTO"] = "auto";
249
- TranscribeRegion["CA_CENTRAL_1"] = "ca-central-1";
250
- TranscribeRegion["EU_CENTRAL_1"] = "eu-central-1";
251
- TranscribeRegion["EU_WEST_1"] = "eu-west-1";
252
- TranscribeRegion["EU_WEST_2"] = "eu-west-2";
253
- TranscribeRegion["SA_EAST_1"] = "sa-east-1";
254
- TranscribeRegion["US_EAST_1"] = "us-east-1";
255
- TranscribeRegion["US_EAST_2"] = "us-east-2";
256
- TranscribeRegion["US_GOV_WEST_1"] = "us-gov-west-1";
257
- TranscribeRegion["US_WEST_2"] = "us-west-2";
258
- })(TranscribeRegion || (TranscribeRegion = {}));
259
- export var TranscribeVocabularyFilterMethod;
260
- (function (TranscribeVocabularyFilterMethod) {
261
- TranscribeVocabularyFilterMethod["MASK"] = "mask";
262
- TranscribeVocabularyFilterMethod["REMOVE"] = "remove";
263
- TranscribeVocabularyFilterMethod["TAG"] = "tag";
264
- })(TranscribeVocabularyFilterMethod || (TranscribeVocabularyFilterMethod = {}));
180
+ export const TranscribeMedicalContentIdentificationType = {
181
+ PHI: "PHI",
182
+ };
183
+ export const TranscribeMedicalLanguageCode = {
184
+ EN_US: "en-US",
185
+ };
186
+ export const TranscribeMedicalRegion = {
187
+ AP_SOUTHEAST_2: "ap-southeast-2",
188
+ AUTO: "auto",
189
+ CA_CENTRAL_1: "ca-central-1",
190
+ EU_WEST_1: "eu-west-1",
191
+ US_EAST_1: "us-east-1",
192
+ US_EAST_2: "us-east-2",
193
+ US_WEST_2: "us-west-2",
194
+ };
195
+ export const TranscribeMedicalSpecialty = {
196
+ CARDIOLOGY: "CARDIOLOGY",
197
+ NEUROLOGY: "NEUROLOGY",
198
+ ONCOLOGY: "ONCOLOGY",
199
+ PRIMARYCARE: "PRIMARYCARE",
200
+ RADIOLOGY: "RADIOLOGY",
201
+ UROLOGY: "UROLOGY",
202
+ };
203
+ export const TranscribeMedicalType = {
204
+ CONVERSATION: "CONVERSATION",
205
+ DICTATION: "DICTATION",
206
+ };
207
+ export const TranscribeContentIdentificationType = {
208
+ PII: "PII",
209
+ };
210
+ export const TranscribeContentRedactionType = {
211
+ PII: "PII",
212
+ };
213
+ export const TranscribeLanguageCode = {
214
+ DE_DE: "de-DE",
215
+ EN_AU: "en-AU",
216
+ EN_GB: "en-GB",
217
+ EN_US: "en-US",
218
+ ES_US: "es-US",
219
+ FR_CA: "fr-CA",
220
+ FR_FR: "fr-FR",
221
+ IT_IT: "it-IT",
222
+ JA_JP: "ja-JP",
223
+ KO_KR: "ko-KR",
224
+ PT_BR: "pt-BR",
225
+ ZH_CN: "zh-CN",
226
+ };
227
+ export const TranscribePartialResultsStability = {
228
+ HIGH: "high",
229
+ LOW: "low",
230
+ MEDIUM: "medium",
231
+ };
232
+ export const TranscribeRegion = {
233
+ AP_NORTHEAST_1: "ap-northeast-1",
234
+ AP_NORTHEAST_2: "ap-northeast-2",
235
+ AP_SOUTHEAST_2: "ap-southeast-2",
236
+ AUTO: "auto",
237
+ CA_CENTRAL_1: "ca-central-1",
238
+ EU_CENTRAL_1: "eu-central-1",
239
+ EU_WEST_1: "eu-west-1",
240
+ EU_WEST_2: "eu-west-2",
241
+ SA_EAST_1: "sa-east-1",
242
+ US_EAST_1: "us-east-1",
243
+ US_EAST_2: "us-east-2",
244
+ US_GOV_WEST_1: "us-gov-west-1",
245
+ US_WEST_2: "us-west-2",
246
+ };
247
+ export const TranscribeVocabularyFilterMethod = {
248
+ MASK: "mask",
249
+ REMOVE: "remove",
250
+ TAG: "tag",
251
+ };
265
252
  export class TooManyTagsException extends __BaseException {
266
253
  constructor(opts) {
267
254
  super({
@@ -27,12 +27,12 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
27
27
  * import { ChimeSDKMeetingsClient, BatchCreateAttendeeCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
28
28
  * // const { ChimeSDKMeetingsClient, BatchCreateAttendeeCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
29
29
  * const client = new ChimeSDKMeetingsClient(config);
30
- * const input = {
30
+ * const input = { // BatchCreateAttendeeRequest
31
31
  * MeetingId: "STRING_VALUE", // required
32
- * Attendees: [ // required
33
- * {
32
+ * Attendees: [ // CreateAttendeeRequestItemList // required
33
+ * { // CreateAttendeeRequestItem
34
34
  * ExternalUserId: "STRING_VALUE", // required
35
- * Capabilities: {
35
+ * Capabilities: { // AttendeeCapabilities
36
36
  * Audio: "SendReceive" || "Send" || "Receive" || "None", // required
37
37
  * Video: "SendReceive" || "Send" || "Receive" || "None", // required
38
38
  * Content: "SendReceive" || "Send" || "Receive" || "None", // required
@@ -46,14 +46,14 @@ export interface BatchUpdateAttendeeCapabilitiesExceptCommandOutput extends __Me
46
46
  * import { ChimeSDKMeetingsClient, BatchUpdateAttendeeCapabilitiesExceptCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
47
47
  * // const { ChimeSDKMeetingsClient, BatchUpdateAttendeeCapabilitiesExceptCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
48
48
  * const client = new ChimeSDKMeetingsClient(config);
49
- * const input = {
49
+ * const input = { // BatchUpdateAttendeeCapabilitiesExceptRequest
50
50
  * MeetingId: "STRING_VALUE", // required
51
- * ExcludedAttendeeIds: [ // required
52
- * {
51
+ * ExcludedAttendeeIds: [ // AttendeeIdsList // required
52
+ * { // AttendeeIdItem
53
53
  * AttendeeId: "STRING_VALUE", // required
54
54
  * },
55
55
  * ],
56
- * Capabilities: {
56
+ * Capabilities: { // AttendeeCapabilities
57
57
  * Audio: "SendReceive" || "Send" || "Receive" || "None", // required
58
58
  * Video: "SendReceive" || "Send" || "Receive" || "None", // required
59
59
  * Content: "SendReceive" || "Send" || "Receive" || "None", // required
@@ -31,10 +31,10 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
31
31
  * import { ChimeSDKMeetingsClient, CreateAttendeeCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
32
32
  * // const { ChimeSDKMeetingsClient, CreateAttendeeCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
33
33
  * const client = new ChimeSDKMeetingsClient(config);
34
- * const input = {
34
+ * const input = { // CreateAttendeeRequest
35
35
  * MeetingId: "STRING_VALUE", // required
36
36
  * ExternalUserId: "STRING_VALUE", // required
37
- * Capabilities: {
37
+ * Capabilities: { // AttendeeCapabilities
38
38
  * Audio: "SendReceive" || "Send" || "Receive" || "None", // required
39
39
  * Video: "SendReceive" || "Send" || "Receive" || "None", // required
40
40
  * Content: "SendReceive" || "Send" || "Receive" || "None", // required
@@ -32,27 +32,27 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
32
32
  * import { ChimeSDKMeetingsClient, CreateMeetingCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
33
33
  * // const { ChimeSDKMeetingsClient, CreateMeetingCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
34
34
  * const client = new ChimeSDKMeetingsClient(config);
35
- * const input = {
35
+ * const input = { // CreateMeetingRequest
36
36
  * ClientRequestToken: "STRING_VALUE", // required
37
37
  * MediaRegion: "STRING_VALUE", // required
38
38
  * MeetingHostId: "STRING_VALUE",
39
39
  * ExternalMeetingId: "STRING_VALUE", // required
40
- * NotificationsConfiguration: {
40
+ * NotificationsConfiguration: { // NotificationsConfiguration
41
41
  * LambdaFunctionArn: "STRING_VALUE",
42
42
  * SnsTopicArn: "STRING_VALUE",
43
43
  * SqsQueueArn: "STRING_VALUE",
44
44
  * },
45
- * MeetingFeatures: {
46
- * Audio: {
45
+ * MeetingFeatures: { // MeetingFeaturesConfiguration
46
+ * Audio: { // AudioFeatures
47
47
  * EchoReduction: "AVAILABLE" || "UNAVAILABLE",
48
48
  * },
49
49
  * },
50
50
  * PrimaryMeetingId: "STRING_VALUE",
51
- * TenantIds: [
51
+ * TenantIds: [ // TenantIdList
52
52
  * "STRING_VALUE",
53
53
  * ],
54
- * Tags: [
55
- * {
54
+ * Tags: [ // TagList
55
+ * { // Tag
56
56
  * Key: "STRING_VALUE", // required
57
57
  * Value: "STRING_VALUE", // required
58
58
  * },
@@ -32,25 +32,25 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
32
32
  * import { ChimeSDKMeetingsClient, CreateMeetingWithAttendeesCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
33
33
  * // const { ChimeSDKMeetingsClient, CreateMeetingWithAttendeesCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
34
34
  * const client = new ChimeSDKMeetingsClient(config);
35
- * const input = {
35
+ * const input = { // CreateMeetingWithAttendeesRequest
36
36
  * ClientRequestToken: "STRING_VALUE", // required
37
37
  * MediaRegion: "STRING_VALUE", // required
38
38
  * MeetingHostId: "STRING_VALUE",
39
39
  * ExternalMeetingId: "STRING_VALUE", // required
40
- * MeetingFeatures: {
41
- * Audio: {
40
+ * MeetingFeatures: { // MeetingFeaturesConfiguration
41
+ * Audio: { // AudioFeatures
42
42
  * EchoReduction: "AVAILABLE" || "UNAVAILABLE",
43
43
  * },
44
44
  * },
45
- * NotificationsConfiguration: {
45
+ * NotificationsConfiguration: { // NotificationsConfiguration
46
46
  * LambdaFunctionArn: "STRING_VALUE",
47
47
  * SnsTopicArn: "STRING_VALUE",
48
48
  * SqsQueueArn: "STRING_VALUE",
49
49
  * },
50
- * Attendees: [ // required
51
- * {
50
+ * Attendees: [ // CreateMeetingWithAttendeesRequestItemList // required
51
+ * { // CreateAttendeeRequestItem
52
52
  * ExternalUserId: "STRING_VALUE", // required
53
- * Capabilities: {
53
+ * Capabilities: { // AttendeeCapabilities
54
54
  * Audio: "SendReceive" || "Send" || "Receive" || "None", // required
55
55
  * Video: "SendReceive" || "Send" || "Receive" || "None", // required
56
56
  * Content: "SendReceive" || "Send" || "Receive" || "None", // required
@@ -58,11 +58,11 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
58
58
  * },
59
59
  * ],
60
60
  * PrimaryMeetingId: "STRING_VALUE",
61
- * TenantIds: [
61
+ * TenantIds: [ // TenantIdList
62
62
  * "STRING_VALUE",
63
63
  * ],
64
- * Tags: [
65
- * {
64
+ * Tags: [ // TagList
65
+ * { // Tag
66
66
  * Key: "STRING_VALUE", // required
67
67
  * Value: "STRING_VALUE", // required
68
68
  * },
@@ -29,7 +29,7 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
29
29
  * import { ChimeSDKMeetingsClient, DeleteAttendeeCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
30
30
  * // const { ChimeSDKMeetingsClient, DeleteAttendeeCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
31
31
  * const client = new ChimeSDKMeetingsClient(config);
32
- * const input = {
32
+ * const input = { // DeleteAttendeeRequest
33
33
  * MeetingId: "STRING_VALUE", // required
34
34
  * AttendeeId: "STRING_VALUE", // required
35
35
  * };
@@ -29,7 +29,7 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
29
29
  * import { ChimeSDKMeetingsClient, DeleteMeetingCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
30
30
  * // const { ChimeSDKMeetingsClient, DeleteMeetingCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
31
31
  * const client = new ChimeSDKMeetingsClient(config);
32
- * const input = {
32
+ * const input = { // DeleteMeetingRequest
33
33
  * MeetingId: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DeleteMeetingCommand(input);
@@ -30,7 +30,7 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
30
30
  * import { ChimeSDKMeetingsClient, GetAttendeeCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
31
31
  * // const { ChimeSDKMeetingsClient, GetAttendeeCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
32
32
  * const client = new ChimeSDKMeetingsClient(config);
33
- * const input = {
33
+ * const input = { // GetAttendeeRequest
34
34
  * MeetingId: "STRING_VALUE", // required
35
35
  * AttendeeId: "STRING_VALUE", // required
36
36
  * };
@@ -28,7 +28,7 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
28
28
  * import { ChimeSDKMeetingsClient, GetMeetingCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
29
29
  * // const { ChimeSDKMeetingsClient, GetMeetingCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
30
30
  * const client = new ChimeSDKMeetingsClient(config);
31
- * const input = {
31
+ * const input = { // GetMeetingRequest
32
32
  * MeetingId: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new GetMeetingCommand(input);
@@ -30,7 +30,7 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
30
30
  * import { ChimeSDKMeetingsClient, ListAttendeesCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
31
31
  * // const { ChimeSDKMeetingsClient, ListAttendeesCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
32
32
  * const client = new ChimeSDKMeetingsClient(config);
33
- * const input = {
33
+ * const input = { // ListAttendeesRequest
34
34
  * MeetingId: "STRING_VALUE", // required
35
35
  * NextToken: "STRING_VALUE",
36
36
  * MaxResults: Number("int"),
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { ChimeSDKMeetingsClient, ListTagsForResourceCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
27
27
  * // const { ChimeSDKMeetingsClient, ListTagsForResourceCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
28
28
  * const client = new ChimeSDKMeetingsClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * ResourceARN: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -32,10 +32,10 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
32
32
  * import { ChimeSDKMeetingsClient, StartMeetingTranscriptionCommand } from "@aws-sdk/client-chime-sdk-meetings"; // ES Modules import
33
33
  * // const { ChimeSDKMeetingsClient, StartMeetingTranscriptionCommand } = require("@aws-sdk/client-chime-sdk-meetings"); // CommonJS import
34
34
  * const client = new ChimeSDKMeetingsClient(config);
35
- * const input = {
35
+ * const input = { // StartMeetingTranscriptionRequest
36
36
  * MeetingId: "STRING_VALUE", // required
37
- * TranscriptionConfiguration: {
38
- * EngineTranscribeSettings: {
37
+ * TranscriptionConfiguration: { // TranscriptionConfiguration
38
+ * EngineTranscribeSettings: { // EngineTranscribeSettings
39
39
  * LanguageCode: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN",
40
40
  * VocabularyFilterMethod: "remove" || "mask" || "tag",
41
41
  * VocabularyFilterName: "STRING_VALUE",
@@ -51,7 +51,7 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
51
51
  * LanguageOptions: "STRING_VALUE",
52
52
  * PreferredLanguage: "en-US" || "en-GB" || "es-US" || "fr-CA" || "fr-FR" || "en-AU" || "it-IT" || "de-DE" || "pt-BR" || "ja-JP" || "ko-KR" || "zh-CN",
53
53
  * },
54
- * EngineTranscribeMedicalSettings: {
54
+ * EngineTranscribeMedicalSettings: { // EngineTranscribeMedicalSettings
55
55
  * LanguageCode: "en-US", // required
56
56
  * Specialty: "PRIMARYCARE" || "CARDIOLOGY" || "NEUROLOGY" || "ONCOLOGY" || "RADIOLOGY" || "UROLOGY", // required
57
57
  * Type: "CONVERSATION" || "DICTATION", // required