@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.
- package/dist-cjs/models/models_0.js +82 -95
- package/dist-es/models/models_0.js +82 -95
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +4 -4
- package/dist-types/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.d.ts +4 -4
- package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -2
- package/dist-types/commands/CreateMeetingCommand.d.ts +7 -7
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +10 -10
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMeetingCommand.d.ts +1 -1
- package/dist-types/commands/GetAttendeeCommand.d.ts +1 -1
- package/dist-types/commands/GetMeetingCommand.d.ts +1 -1
- package/dist-types/commands/ListAttendeesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +4 -4
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAttendeeCapabilitiesCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +147 -82
- package/dist-types/ts3.4/models/models_0.d.ts +108 -82
- package/package.json +34 -34
|
@@ -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
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
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
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
}
|
|
209
|
-
export
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
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
|