@aws-sdk/client-chime-sdk-meetings 3.40.0 → 3.45.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/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-chime-sdk-meetings
31
+
32
+
33
+
34
+
35
+
36
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
37
+
38
+
39
+ ### Features
40
+
41
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
42
+
43
+
44
+
45
+
46
+
6
47
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
48
 
8
49
 
@@ -2,7 +2,32 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultRegionInfoProvider = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
- const regionHash = {};
5
+ const regionHash = {
6
+ "us-east-1": {
7
+ variants: [
8
+ {
9
+ hostname: "meetings-chime.us-east-1.amazonaws.com",
10
+ tags: [],
11
+ },
12
+ {
13
+ hostname: "meetings-chime-fips.us-east-1.amazonaws.com",
14
+ tags: ["fips"],
15
+ },
16
+ ],
17
+ },
18
+ "us-west-2": {
19
+ variants: [
20
+ {
21
+ hostname: "meetings-chime.us-west-2.amazonaws.com",
22
+ tags: [],
23
+ },
24
+ {
25
+ hostname: "meetings-chime-fips.us-west-2.amazonaws.com",
26
+ tags: ["fips"],
27
+ },
28
+ ],
29
+ },
30
+ };
6
31
  const partitionHash = {
7
32
  aws: {
8
33
  regions: [
@@ -14,6 +39,7 @@ const partitionHash = {
14
39
  "ap-south-1",
15
40
  "ap-southeast-1",
16
41
  "ap-southeast-2",
42
+ "ap-southeast-3",
17
43
  "ca-central-1",
18
44
  "eu-central-1",
19
45
  "eu-north-1",
@@ -24,9 +50,11 @@ const partitionHash = {
24
50
  "me-south-1",
25
51
  "sa-east-1",
26
52
  "us-east-1",
53
+ "us-east-1-fips",
27
54
  "us-east-2",
28
55
  "us-west-1",
29
56
  "us-west-2",
57
+ "us-west-2-fips",
30
58
  ],
31
59
  regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
32
60
  variants: [
@@ -78,6 +106,10 @@ const partitionHash = {
78
106
  hostname: "meetings-chime.{region}.c2s.ic.gov",
79
107
  tags: [],
80
108
  },
109
+ {
110
+ hostname: "meetings-chime-fips.{region}.c2s.ic.gov",
111
+ tags: ["fips"],
112
+ },
81
113
  ],
82
114
  },
83
115
  "aws-iso-b": {
@@ -88,6 +120,10 @@ const partitionHash = {
88
120
  hostname: "meetings-chime.{region}.sc2s.sgov.gov",
89
121
  tags: [],
90
122
  },
123
+ {
124
+ hostname: "meetings-chime-fips.{region}.sc2s.sgov.gov",
125
+ tags: ["fips"],
126
+ },
91
127
  ],
92
128
  },
93
129
  "aws-us-gov": {
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopMeetingTranscriptionRequest = exports.StartMeetingTranscriptionRequest = exports.TranscriptionConfiguration = exports.EngineTranscribeSettings = exports.TranscribeVocabularyFilterMethod = exports.TranscribeRegion = exports.TranscribeLanguageCode = exports.EngineTranscribeMedicalSettings = exports.TranscribeMedicalType = exports.TranscribeMedicalSpecialty = exports.TranscribeMedicalRegion = exports.TranscribeMedicalLanguageCode = exports.ListAttendeesResponse = exports.ListAttendeesRequest = exports.GetMeetingResponse = exports.GetMeetingRequest = exports.GetAttendeeResponse = exports.GetAttendeeRequest = exports.DeleteMeetingRequest = exports.DeleteAttendeeRequest = exports.CreateMeetingWithAttendeesResponse = exports.CreateMeetingWithAttendeesRequest = exports.CreateMeetingResponse = exports.Meeting = exports.MediaPlacement = exports.CreateMeetingRequest = exports.NotificationsConfiguration = exports.UnprocessableEntityException = exports.CreateAttendeeResponse = exports.CreateAttendeeRequest = exports.UnauthorizedException = exports.ServiceUnavailableException = exports.NotFoundException = exports.LimitExceededException = exports.ForbiddenException = exports.BatchCreateAttendeeResponse = exports.CreateAttendeeError = exports.BatchCreateAttendeeRequest = exports.CreateAttendeeRequestItem = exports.BadRequestException = exports.Attendee = void 0;
3
+ exports.StopMeetingTranscriptionRequest = exports.StartMeetingTranscriptionRequest = exports.TranscriptionConfiguration = exports.EngineTranscribeSettings = exports.TranscribeVocabularyFilterMethod = exports.TranscribeRegion = exports.TranscribePartialResultsStability = exports.TranscribeLanguageCode = exports.TranscribeContentRedactionType = exports.TranscribeContentIdentificationType = exports.EngineTranscribeMedicalSettings = exports.TranscribeMedicalType = exports.TranscribeMedicalSpecialty = exports.TranscribeMedicalRegion = exports.TranscribeMedicalLanguageCode = exports.TranscribeMedicalContentIdentificationType = exports.ListAttendeesResponse = exports.ListAttendeesRequest = exports.GetMeetingResponse = exports.GetMeetingRequest = exports.GetAttendeeResponse = exports.GetAttendeeRequest = exports.DeleteMeetingRequest = exports.DeleteAttendeeRequest = exports.CreateMeetingWithAttendeesResponse = exports.CreateMeetingWithAttendeesRequest = exports.CreateMeetingResponse = exports.Meeting = exports.MediaPlacement = exports.CreateMeetingRequest = exports.NotificationsConfiguration = exports.MeetingFeaturesConfiguration = exports.UnprocessableEntityException = exports.CreateAttendeeResponse = exports.CreateAttendeeRequest = exports.UnauthorizedException = exports.ServiceUnavailableException = exports.NotFoundException = exports.LimitExceededException = exports.ForbiddenException = exports.BatchCreateAttendeeResponse = exports.CreateAttendeeError = exports.BatchCreateAttendeeRequest = exports.CreateAttendeeRequestItem = exports.BadRequestException = exports.AudioFeatures = exports.MeetingFeatureStatus = exports.Attendee = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
5
  var Attendee;
6
6
  (function (Attendee) {
@@ -10,6 +10,17 @@ var Attendee;
10
10
  ...(obj.JoinToken && { JoinToken: smithy_client_1.SENSITIVE_STRING }),
11
11
  });
12
12
  })(Attendee = exports.Attendee || (exports.Attendee = {}));
13
+ var MeetingFeatureStatus;
14
+ (function (MeetingFeatureStatus) {
15
+ MeetingFeatureStatus["AVAILABLE"] = "AVAILABLE";
16
+ MeetingFeatureStatus["UNAVAILABLE"] = "UNAVAILABLE";
17
+ })(MeetingFeatureStatus = exports.MeetingFeatureStatus || (exports.MeetingFeatureStatus = {}));
18
+ var AudioFeatures;
19
+ (function (AudioFeatures) {
20
+ AudioFeatures.filterSensitiveLog = (obj) => ({
21
+ ...obj,
22
+ });
23
+ })(AudioFeatures = exports.AudioFeatures || (exports.AudioFeatures = {}));
13
24
  var BadRequestException;
14
25
  (function (BadRequestException) {
15
26
  BadRequestException.filterSensitiveLog = (obj) => ({
@@ -97,6 +108,12 @@ var UnprocessableEntityException;
97
108
  ...obj,
98
109
  });
99
110
  })(UnprocessableEntityException = exports.UnprocessableEntityException || (exports.UnprocessableEntityException = {}));
111
+ var MeetingFeaturesConfiguration;
112
+ (function (MeetingFeaturesConfiguration) {
113
+ MeetingFeaturesConfiguration.filterSensitiveLog = (obj) => ({
114
+ ...obj,
115
+ });
116
+ })(MeetingFeaturesConfiguration = exports.MeetingFeaturesConfiguration || (exports.MeetingFeaturesConfiguration = {}));
100
117
  var NotificationsConfiguration;
101
118
  (function (NotificationsConfiguration) {
102
119
  NotificationsConfiguration.filterSensitiveLog = (obj) => ({
@@ -214,6 +231,10 @@ var ListAttendeesResponse;
214
231
  ...(obj.Attendees && { Attendees: obj.Attendees.map((item) => Attendee.filterSensitiveLog(item)) }),
215
232
  });
216
233
  })(ListAttendeesResponse = exports.ListAttendeesResponse || (exports.ListAttendeesResponse = {}));
234
+ var TranscribeMedicalContentIdentificationType;
235
+ (function (TranscribeMedicalContentIdentificationType) {
236
+ TranscribeMedicalContentIdentificationType["PHI"] = "PHI";
237
+ })(TranscribeMedicalContentIdentificationType = exports.TranscribeMedicalContentIdentificationType || (exports.TranscribeMedicalContentIdentificationType = {}));
217
238
  var TranscribeMedicalLanguageCode;
218
239
  (function (TranscribeMedicalLanguageCode) {
219
240
  TranscribeMedicalLanguageCode["EN_US"] = "en-US";
@@ -248,6 +269,14 @@ var EngineTranscribeMedicalSettings;
248
269
  ...obj,
249
270
  });
250
271
  })(EngineTranscribeMedicalSettings = exports.EngineTranscribeMedicalSettings || (exports.EngineTranscribeMedicalSettings = {}));
272
+ var TranscribeContentIdentificationType;
273
+ (function (TranscribeContentIdentificationType) {
274
+ TranscribeContentIdentificationType["PII"] = "PII";
275
+ })(TranscribeContentIdentificationType = exports.TranscribeContentIdentificationType || (exports.TranscribeContentIdentificationType = {}));
276
+ var TranscribeContentRedactionType;
277
+ (function (TranscribeContentRedactionType) {
278
+ TranscribeContentRedactionType["PII"] = "PII";
279
+ })(TranscribeContentRedactionType = exports.TranscribeContentRedactionType || (exports.TranscribeContentRedactionType = {}));
251
280
  var TranscribeLanguageCode;
252
281
  (function (TranscribeLanguageCode) {
253
282
  TranscribeLanguageCode["DE_DE"] = "de-DE";
@@ -263,6 +292,12 @@ var TranscribeLanguageCode;
263
292
  TranscribeLanguageCode["PT_BR"] = "pt-BR";
264
293
  TranscribeLanguageCode["ZH_CN"] = "zh-CN";
265
294
  })(TranscribeLanguageCode = exports.TranscribeLanguageCode || (exports.TranscribeLanguageCode = {}));
295
+ var TranscribePartialResultsStability;
296
+ (function (TranscribePartialResultsStability) {
297
+ TranscribePartialResultsStability["HIGH"] = "high";
298
+ TranscribePartialResultsStability["LOW"] = "low";
299
+ TranscribePartialResultsStability["MEDIUM"] = "medium";
300
+ })(TranscribePartialResultsStability = exports.TranscribePartialResultsStability || (exports.TranscribePartialResultsStability = {}));
266
301
  var TranscribeRegion;
267
302
  (function (TranscribeRegion) {
268
303
  TranscribeRegion["AP_NORTHEAST_1"] = "ap-northeast-1";
@@ -87,6 +87,10 @@ const serializeAws_restJson1CreateMeetingCommand = async (input, context) => {
87
87
  ...(input.ExternalMeetingId !== undefined &&
88
88
  input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId }),
89
89
  ...(input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion }),
90
+ ...(input.MeetingFeatures !== undefined &&
91
+ input.MeetingFeatures !== null && {
92
+ MeetingFeatures: serializeAws_restJson1MeetingFeaturesConfiguration(input.MeetingFeatures, context),
93
+ }),
90
94
  ...(input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId }),
91
95
  ...(input.NotificationsConfiguration !== undefined &&
92
96
  input.NotificationsConfiguration !== null && {
@@ -124,6 +128,10 @@ const serializeAws_restJson1CreateMeetingWithAttendeesCommand = async (input, co
124
128
  ...(input.ExternalMeetingId !== undefined &&
125
129
  input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId }),
126
130
  ...(input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion }),
131
+ ...(input.MeetingFeatures !== undefined &&
132
+ input.MeetingFeatures !== null && {
133
+ MeetingFeatures: serializeAws_restJson1MeetingFeaturesConfiguration(input.MeetingFeatures, context),
134
+ }),
127
135
  ...(input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId }),
128
136
  ...(input.NotificationsConfiguration !== undefined &&
129
137
  input.NotificationsConfiguration !== null && {
@@ -1334,6 +1342,11 @@ const deserializeAws_restJson1UnprocessableEntityExceptionResponse = async (pars
1334
1342
  }
1335
1343
  return contents;
1336
1344
  };
1345
+ const serializeAws_restJson1AudioFeatures = (input, context) => {
1346
+ return {
1347
+ ...(input.EchoReduction !== undefined && input.EchoReduction !== null && { EchoReduction: input.EchoReduction }),
1348
+ };
1349
+ };
1337
1350
  const serializeAws_restJson1CreateAttendeeRequestItem = (input, context) => {
1338
1351
  return {
1339
1352
  ...(input.ExternalUserId !== undefined &&
@@ -1362,6 +1375,8 @@ const serializeAws_restJson1CreateMeetingWithAttendeesRequestItemList = (input,
1362
1375
  };
1363
1376
  const serializeAws_restJson1EngineTranscribeMedicalSettings = (input, context) => {
1364
1377
  return {
1378
+ ...(input.ContentIdentificationType !== undefined &&
1379
+ input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType }),
1365
1380
  ...(input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode }),
1366
1381
  ...(input.Region !== undefined && input.Region !== null && { Region: input.Region }),
1367
1382
  ...(input.Specialty !== undefined && input.Specialty !== null && { Specialty: input.Specialty }),
@@ -1372,7 +1387,21 @@ const serializeAws_restJson1EngineTranscribeMedicalSettings = (input, context) =
1372
1387
  };
1373
1388
  const serializeAws_restJson1EngineTranscribeSettings = (input, context) => {
1374
1389
  return {
1390
+ ...(input.ContentIdentificationType !== undefined &&
1391
+ input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType }),
1392
+ ...(input.ContentRedactionType !== undefined &&
1393
+ input.ContentRedactionType !== null && { ContentRedactionType: input.ContentRedactionType }),
1394
+ ...(input.EnablePartialResultsStabilization !== undefined &&
1395
+ input.EnablePartialResultsStabilization !== null && {
1396
+ EnablePartialResultsStabilization: input.EnablePartialResultsStabilization,
1397
+ }),
1375
1398
  ...(input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode }),
1399
+ ...(input.LanguageModelName !== undefined &&
1400
+ input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName }),
1401
+ ...(input.PartialResultsStability !== undefined &&
1402
+ input.PartialResultsStability !== null && { PartialResultsStability: input.PartialResultsStability }),
1403
+ ...(input.PiiEntityTypes !== undefined &&
1404
+ input.PiiEntityTypes !== null && { PiiEntityTypes: input.PiiEntityTypes }),
1376
1405
  ...(input.Region !== undefined && input.Region !== null && { Region: input.Region }),
1377
1406
  ...(input.VocabularyFilterMethod !== undefined &&
1378
1407
  input.VocabularyFilterMethod !== null && { VocabularyFilterMethod: input.VocabularyFilterMethod }),
@@ -1382,6 +1411,12 @@ const serializeAws_restJson1EngineTranscribeSettings = (input, context) => {
1382
1411
  input.VocabularyName !== null && { VocabularyName: input.VocabularyName }),
1383
1412
  };
1384
1413
  };
1414
+ const serializeAws_restJson1MeetingFeaturesConfiguration = (input, context) => {
1415
+ return {
1416
+ ...(input.Audio !== undefined &&
1417
+ input.Audio !== null && { Audio: serializeAws_restJson1AudioFeatures(input.Audio, context) }),
1418
+ };
1419
+ };
1385
1420
  const serializeAws_restJson1NotificationsConfiguration = (input, context) => {
1386
1421
  return {
1387
1422
  ...(input.LambdaFunctionArn !== undefined &&
@@ -1419,6 +1454,11 @@ const deserializeAws_restJson1AttendeeList = (output, context) => {
1419
1454
  return deserializeAws_restJson1Attendee(entry, context);
1420
1455
  });
1421
1456
  };
1457
+ const deserializeAws_restJson1AudioFeatures = (output, context) => {
1458
+ return {
1459
+ EchoReduction: smithy_client_1.expectString(output.EchoReduction),
1460
+ };
1461
+ };
1422
1462
  const deserializeAws_restJson1BatchCreateAttendeeErrorList = (output, context) => {
1423
1463
  return (output || [])
1424
1464
  .filter((e) => e != null)
@@ -1455,10 +1495,20 @@ const deserializeAws_restJson1Meeting = (output, context) => {
1455
1495
  ? deserializeAws_restJson1MediaPlacement(output.MediaPlacement, context)
1456
1496
  : undefined,
1457
1497
  MediaRegion: smithy_client_1.expectString(output.MediaRegion),
1498
+ MeetingFeatures: output.MeetingFeatures !== undefined && output.MeetingFeatures !== null
1499
+ ? deserializeAws_restJson1MeetingFeaturesConfiguration(output.MeetingFeatures, context)
1500
+ : undefined,
1458
1501
  MeetingHostId: smithy_client_1.expectString(output.MeetingHostId),
1459
1502
  MeetingId: smithy_client_1.expectString(output.MeetingId),
1460
1503
  };
1461
1504
  };
1505
+ const deserializeAws_restJson1MeetingFeaturesConfiguration = (output, context) => {
1506
+ return {
1507
+ Audio: output.Audio !== undefined && output.Audio !== null
1508
+ ? deserializeAws_restJson1AudioFeatures(output.Audio, context)
1509
+ : undefined,
1510
+ };
1511
+ };
1462
1512
  const deserializeMetadata = (output) => {
1463
1513
  var _a;
1464
1514
  return ({
@@ -1,6 +1,31 @@
1
1
  import { __assign, __awaiter, __generator } from "tslib";
2
2
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
- var regionHash = {};
3
+ var regionHash = {
4
+ "us-east-1": {
5
+ variants: [
6
+ {
7
+ hostname: "meetings-chime.us-east-1.amazonaws.com",
8
+ tags: [],
9
+ },
10
+ {
11
+ hostname: "meetings-chime-fips.us-east-1.amazonaws.com",
12
+ tags: ["fips"],
13
+ },
14
+ ],
15
+ },
16
+ "us-west-2": {
17
+ variants: [
18
+ {
19
+ hostname: "meetings-chime.us-west-2.amazonaws.com",
20
+ tags: [],
21
+ },
22
+ {
23
+ hostname: "meetings-chime-fips.us-west-2.amazonaws.com",
24
+ tags: ["fips"],
25
+ },
26
+ ],
27
+ },
28
+ };
4
29
  var partitionHash = {
5
30
  aws: {
6
31
  regions: [
@@ -12,6 +37,7 @@ var partitionHash = {
12
37
  "ap-south-1",
13
38
  "ap-southeast-1",
14
39
  "ap-southeast-2",
40
+ "ap-southeast-3",
15
41
  "ca-central-1",
16
42
  "eu-central-1",
17
43
  "eu-north-1",
@@ -22,9 +48,11 @@ var partitionHash = {
22
48
  "me-south-1",
23
49
  "sa-east-1",
24
50
  "us-east-1",
51
+ "us-east-1-fips",
25
52
  "us-east-2",
26
53
  "us-west-1",
27
54
  "us-west-2",
55
+ "us-west-2-fips",
28
56
  ],
29
57
  regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
30
58
  variants: [
@@ -76,6 +104,10 @@ var partitionHash = {
76
104
  hostname: "meetings-chime.{region}.c2s.ic.gov",
77
105
  tags: [],
78
106
  },
107
+ {
108
+ hostname: "meetings-chime-fips.{region}.c2s.ic.gov",
109
+ tags: ["fips"],
110
+ },
79
111
  ],
80
112
  },
81
113
  "aws-iso-b": {
@@ -86,6 +118,10 @@ var partitionHash = {
86
118
  hostname: "meetings-chime.{region}.sc2s.sgov.gov",
87
119
  tags: [],
88
120
  },
121
+ {
122
+ hostname: "meetings-chime-fips.{region}.sc2s.sgov.gov",
123
+ tags: ["fips"],
124
+ },
89
125
  ],
90
126
  },
91
127
  "aws-us-gov": {
@@ -4,6 +4,15 @@ export var Attendee;
4
4
  (function (Attendee) {
5
5
  Attendee.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING })), (obj.JoinToken && { JoinToken: SENSITIVE_STRING }))); };
6
6
  })(Attendee || (Attendee = {}));
7
+ export var MeetingFeatureStatus;
8
+ (function (MeetingFeatureStatus) {
9
+ MeetingFeatureStatus["AVAILABLE"] = "AVAILABLE";
10
+ MeetingFeatureStatus["UNAVAILABLE"] = "UNAVAILABLE";
11
+ })(MeetingFeatureStatus || (MeetingFeatureStatus = {}));
12
+ export var AudioFeatures;
13
+ (function (AudioFeatures) {
14
+ AudioFeatures.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
+ })(AudioFeatures || (AudioFeatures = {}));
7
16
  export var BadRequestException;
8
17
  (function (BadRequestException) {
9
18
  BadRequestException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -58,6 +67,10 @@ export var UnprocessableEntityException;
58
67
  (function (UnprocessableEntityException) {
59
68
  UnprocessableEntityException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
60
69
  })(UnprocessableEntityException || (UnprocessableEntityException = {}));
70
+ export var MeetingFeaturesConfiguration;
71
+ (function (MeetingFeaturesConfiguration) {
72
+ MeetingFeaturesConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
73
+ })(MeetingFeaturesConfiguration || (MeetingFeaturesConfiguration = {}));
61
74
  export var NotificationsConfiguration;
62
75
  (function (NotificationsConfiguration) {
63
76
  NotificationsConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.LambdaFunctionArn && { LambdaFunctionArn: SENSITIVE_STRING })), (obj.SnsTopicArn && { SnsTopicArn: SENSITIVE_STRING })), (obj.SqsQueueArn && { SqsQueueArn: SENSITIVE_STRING }))); };
@@ -124,6 +137,10 @@ export var ListAttendeesResponse;
124
137
  (function (ListAttendeesResponse) {
125
138
  ListAttendeesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Attendees && { Attendees: obj.Attendees.map(function (item) { return Attendee.filterSensitiveLog(item); }) }))); };
126
139
  })(ListAttendeesResponse || (ListAttendeesResponse = {}));
140
+ export var TranscribeMedicalContentIdentificationType;
141
+ (function (TranscribeMedicalContentIdentificationType) {
142
+ TranscribeMedicalContentIdentificationType["PHI"] = "PHI";
143
+ })(TranscribeMedicalContentIdentificationType || (TranscribeMedicalContentIdentificationType = {}));
127
144
  export var TranscribeMedicalLanguageCode;
128
145
  (function (TranscribeMedicalLanguageCode) {
129
146
  TranscribeMedicalLanguageCode["EN_US"] = "en-US";
@@ -156,6 +173,14 @@ export var EngineTranscribeMedicalSettings;
156
173
  (function (EngineTranscribeMedicalSettings) {
157
174
  EngineTranscribeMedicalSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
158
175
  })(EngineTranscribeMedicalSettings || (EngineTranscribeMedicalSettings = {}));
176
+ export var TranscribeContentIdentificationType;
177
+ (function (TranscribeContentIdentificationType) {
178
+ TranscribeContentIdentificationType["PII"] = "PII";
179
+ })(TranscribeContentIdentificationType || (TranscribeContentIdentificationType = {}));
180
+ export var TranscribeContentRedactionType;
181
+ (function (TranscribeContentRedactionType) {
182
+ TranscribeContentRedactionType["PII"] = "PII";
183
+ })(TranscribeContentRedactionType || (TranscribeContentRedactionType = {}));
159
184
  export var TranscribeLanguageCode;
160
185
  (function (TranscribeLanguageCode) {
161
186
  TranscribeLanguageCode["DE_DE"] = "de-DE";
@@ -171,6 +196,12 @@ export var TranscribeLanguageCode;
171
196
  TranscribeLanguageCode["PT_BR"] = "pt-BR";
172
197
  TranscribeLanguageCode["ZH_CN"] = "zh-CN";
173
198
  })(TranscribeLanguageCode || (TranscribeLanguageCode = {}));
199
+ export var TranscribePartialResultsStability;
200
+ (function (TranscribePartialResultsStability) {
201
+ TranscribePartialResultsStability["HIGH"] = "high";
202
+ TranscribePartialResultsStability["LOW"] = "low";
203
+ TranscribePartialResultsStability["MEDIUM"] = "medium";
204
+ })(TranscribePartialResultsStability || (TranscribePartialResultsStability = {}));
174
205
  export var TranscribeRegion;
175
206
  (function (TranscribeRegion) {
176
207
  TranscribeRegion["AP_NORTHEAST_1"] = "ap-northeast-1";
@@ -90,8 +90,11 @@ export var serializeAws_restJson1CreateMeetingCommand = function (input, context
90
90
  "content-type": "application/json",
91
91
  };
92
92
  resolvedPath = "" + ((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings";
93
- body = JSON.stringify(__assign(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.ExternalMeetingId !== undefined &&
94
- input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId })), (input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion })), (input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId })), (input.NotificationsConfiguration !== undefined &&
93
+ body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.ExternalMeetingId !== undefined &&
94
+ input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId })), (input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion })), (input.MeetingFeatures !== undefined &&
95
+ input.MeetingFeatures !== null && {
96
+ MeetingFeatures: serializeAws_restJson1MeetingFeaturesConfiguration(input.MeetingFeatures, context),
97
+ })), (input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId })), (input.NotificationsConfiguration !== undefined &&
95
98
  input.NotificationsConfiguration !== null && {
96
99
  NotificationsConfiguration: serializeAws_restJson1NotificationsConfiguration(input.NotificationsConfiguration, context),
97
100
  })));
@@ -122,11 +125,14 @@ export var serializeAws_restJson1CreateMeetingWithAttendeesCommand = function (i
122
125
  query = {
123
126
  operation: "create-attendees",
124
127
  };
125
- body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Attendees !== undefined &&
128
+ body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Attendees !== undefined &&
126
129
  input.Attendees !== null && {
127
130
  Attendees: serializeAws_restJson1CreateMeetingWithAttendeesRequestItemList(input.Attendees, context),
128
131
  })), { ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }), (input.ExternalMeetingId !== undefined &&
129
- input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId })), (input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion })), (input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId })), (input.NotificationsConfiguration !== undefined &&
132
+ input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId })), (input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion })), (input.MeetingFeatures !== undefined &&
133
+ input.MeetingFeatures !== null && {
134
+ MeetingFeatures: serializeAws_restJson1MeetingFeaturesConfiguration(input.MeetingFeatures, context),
135
+ })), (input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId })), (input.NotificationsConfiguration !== undefined &&
130
136
  input.NotificationsConfiguration !== null && {
131
137
  NotificationsConfiguration: serializeAws_restJson1NotificationsConfiguration(input.NotificationsConfiguration, context),
132
138
  })));
@@ -1532,6 +1538,9 @@ var deserializeAws_restJson1UnprocessableEntityExceptionResponse = function (par
1532
1538
  return [2, contents];
1533
1539
  });
1534
1540
  }); };
1541
+ var serializeAws_restJson1AudioFeatures = function (input, context) {
1542
+ return __assign({}, (input.EchoReduction !== undefined && input.EchoReduction !== null && { EchoReduction: input.EchoReduction }));
1543
+ };
1535
1544
  var serializeAws_restJson1CreateAttendeeRequestItem = function (input, context) {
1536
1545
  return __assign({}, (input.ExternalUserId !== undefined &&
1537
1546
  input.ExternalUserId !== null && { ExternalUserId: input.ExternalUserId }));
@@ -1557,15 +1566,28 @@ var serializeAws_restJson1CreateMeetingWithAttendeesRequestItemList = function (
1557
1566
  });
1558
1567
  };
1559
1568
  var serializeAws_restJson1EngineTranscribeMedicalSettings = function (input, context) {
1560
- return __assign(__assign(__assign(__assign(__assign({}, (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.Specialty !== undefined && input.Specialty !== null && { Specialty: input.Specialty })), (input.Type !== undefined && input.Type !== null && { Type: input.Type })), (input.VocabularyName !== undefined &&
1569
+ return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
1570
+ input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.Specialty !== undefined && input.Specialty !== null && { Specialty: input.Specialty })), (input.Type !== undefined && input.Type !== null && { Type: input.Type })), (input.VocabularyName !== undefined &&
1561
1571
  input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
1562
1572
  };
1563
1573
  var serializeAws_restJson1EngineTranscribeSettings = function (input, context) {
1564
- return __assign(__assign(__assign(__assign(__assign({}, (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.VocabularyFilterMethod !== undefined &&
1574
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
1575
+ input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType })), (input.ContentRedactionType !== undefined &&
1576
+ input.ContentRedactionType !== null && { ContentRedactionType: input.ContentRedactionType })), (input.EnablePartialResultsStabilization !== undefined &&
1577
+ input.EnablePartialResultsStabilization !== null && {
1578
+ EnablePartialResultsStabilization: input.EnablePartialResultsStabilization,
1579
+ })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.LanguageModelName !== undefined &&
1580
+ input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName })), (input.PartialResultsStability !== undefined &&
1581
+ input.PartialResultsStability !== null && { PartialResultsStability: input.PartialResultsStability })), (input.PiiEntityTypes !== undefined &&
1582
+ input.PiiEntityTypes !== null && { PiiEntityTypes: input.PiiEntityTypes })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.VocabularyFilterMethod !== undefined &&
1565
1583
  input.VocabularyFilterMethod !== null && { VocabularyFilterMethod: input.VocabularyFilterMethod })), (input.VocabularyFilterName !== undefined &&
1566
1584
  input.VocabularyFilterName !== null && { VocabularyFilterName: input.VocabularyFilterName })), (input.VocabularyName !== undefined &&
1567
1585
  input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
1568
1586
  };
1587
+ var serializeAws_restJson1MeetingFeaturesConfiguration = function (input, context) {
1588
+ return __assign({}, (input.Audio !== undefined &&
1589
+ input.Audio !== null && { Audio: serializeAws_restJson1AudioFeatures(input.Audio, context) }));
1590
+ };
1569
1591
  var serializeAws_restJson1NotificationsConfiguration = function (input, context) {
1570
1592
  return __assign(__assign(__assign({}, (input.LambdaFunctionArn !== undefined &&
1571
1593
  input.LambdaFunctionArn !== null && { LambdaFunctionArn: input.LambdaFunctionArn })), (input.SnsTopicArn !== undefined && input.SnsTopicArn !== null && { SnsTopicArn: input.SnsTopicArn })), (input.SqsQueueArn !== undefined && input.SqsQueueArn !== null && { SqsQueueArn: input.SqsQueueArn }));
@@ -1596,6 +1618,11 @@ var deserializeAws_restJson1AttendeeList = function (output, context) {
1596
1618
  return deserializeAws_restJson1Attendee(entry, context);
1597
1619
  });
1598
1620
  };
1621
+ var deserializeAws_restJson1AudioFeatures = function (output, context) {
1622
+ return {
1623
+ EchoReduction: __expectString(output.EchoReduction),
1624
+ };
1625
+ };
1599
1626
  var deserializeAws_restJson1BatchCreateAttendeeErrorList = function (output, context) {
1600
1627
  return (output || [])
1601
1628
  .filter(function (e) { return e != null; })
@@ -1632,10 +1659,20 @@ var deserializeAws_restJson1Meeting = function (output, context) {
1632
1659
  ? deserializeAws_restJson1MediaPlacement(output.MediaPlacement, context)
1633
1660
  : undefined,
1634
1661
  MediaRegion: __expectString(output.MediaRegion),
1662
+ MeetingFeatures: output.MeetingFeatures !== undefined && output.MeetingFeatures !== null
1663
+ ? deserializeAws_restJson1MeetingFeaturesConfiguration(output.MeetingFeatures, context)
1664
+ : undefined,
1635
1665
  MeetingHostId: __expectString(output.MeetingHostId),
1636
1666
  MeetingId: __expectString(output.MeetingId),
1637
1667
  };
1638
1668
  };
1669
+ var deserializeAws_restJson1MeetingFeaturesConfiguration = function (output, context) {
1670
+ return {
1671
+ Audio: output.Audio !== undefined && output.Audio !== null
1672
+ ? deserializeAws_restJson1AudioFeatures(output.Audio, context)
1673
+ : undefined,
1674
+ };
1675
+ };
1639
1676
  var deserializeMetadata = function (output) {
1640
1677
  var _a;
1641
1678
  return ({
@@ -18,7 +18,8 @@ import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOu
18
18
  */
19
19
  export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
20
20
  /**
21
- * <p>Creates a group of meeting attendees.</p>
21
+ * <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
22
+ * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>
22
23
  */
23
24
  batchCreateAttendee(args: BatchCreateAttendeeCommandInput, options?: __HttpHandlerOptions): Promise<BatchCreateAttendeeCommandOutput>;
24
25
  batchCreateAttendee(args: BatchCreateAttendeeCommandInput, cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void): void;
@@ -7,7 +7,8 @@ export interface BatchCreateAttendeeCommandInput extends BatchCreateAttendeeRequ
7
7
  export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a group of meeting attendees.</p>
10
+ * <p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see
11
+ * <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -20,7 +21,7 @@ export interface BatchCreateAttendeeCommandOutput extends BatchCreateAttendeeRes
20
21
  *
21
22
  * @see {@link BatchCreateAttendeeCommandInput} for command's `input` shape.
22
23
  * @see {@link BatchCreateAttendeeCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
24
25
  *
25
26
  */
26
27
  export declare class BatchCreateAttendeeCommand extends $Command<BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateAttendeeCommandOutput extends CreateAttendeeResponse, __M
25
25
  *
26
26
  * @see {@link CreateAttendeeCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateAttendeeCommandOutput} for command's `response` shape.
28
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class CreateAttendeeCommand extends $Command<CreateAttendeeCommandInput, CreateAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateMeetingCommandOutput extends CreateMeetingResponse, __Met
26
26
  *
27
27
  * @see {@link CreateMeetingCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateMeetingCommandOutput} for command's `response` shape.
29
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateMeetingCommand extends $Command<CreateMeetingCommandInput, CreateMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface CreateMeetingWithAttendeesCommandOutput extends CreateMeetingWi
26
26
  *
27
27
  * @see {@link CreateMeetingWithAttendeesCommandInput} for command's `input` shape.
28
28
  * @see {@link CreateMeetingWithAttendeesCommandOutput} for command's `response` shape.
29
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class CreateMeetingWithAttendeesCommand extends $Command<CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteAttendeeCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link DeleteAttendeeCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteAttendeeCommandOutput} for command's `response` shape.
26
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteAttendeeCommand extends $Command<DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DeleteMeetingCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link DeleteMeetingCommandInput} for command's `input` shape.
25
25
  * @see {@link DeleteMeetingCommandOutput} for command's `response` shape.
26
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class DeleteMeetingCommand extends $Command<DeleteMeetingCommandInput, DeleteMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetAttendeeCommandOutput extends GetAttendeeResponse, __Metadat
24
24
  *
25
25
  * @see {@link GetAttendeeCommandInput} for command's `input` shape.
26
26
  * @see {@link GetAttendeeCommandOutput} for command's `response` shape.
27
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetAttendeeCommand extends $Command<GetAttendeeCommandInput, GetAttendeeCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetMeetingCommandOutput extends GetMeetingResponse, __MetadataB
22
22
  *
23
23
  * @see {@link GetMeetingCommandInput} for command's `input` shape.
24
24
  * @see {@link GetMeetingCommandOutput} for command's `response` shape.
25
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetMeetingCommand extends $Command<GetMeetingCommandInput, GetMeetingCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListAttendeesCommandOutput extends ListAttendeesResponse, __Met
24
24
  *
25
25
  * @see {@link ListAttendeesCommandInput} for command's `input` shape.
26
26
  * @see {@link ListAttendeesCommandOutput} for command's `response` shape.
27
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListAttendeesCommand extends $Command<ListAttendeesCommandInput, ListAttendeesCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StartMeetingTranscriptionCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link StartMeetingTranscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link StartMeetingTranscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StartMeetingTranscriptionCommand extends $Command<StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopMeetingTranscriptionCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link StopMeetingTranscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link StopMeetingTranscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link ChimeSDKMeetingsClientResolvedConfig | config} for ChimeSDKMeetingsClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopMeetingTranscriptionCommand extends $Command<StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput, ChimeSDKMeetingsClientResolvedConfig> {
@@ -34,6 +34,25 @@ export declare namespace Attendee {
34
34
  */
35
35
  const filterSensitiveLog: (obj: Attendee) => any;
36
36
  }
37
+ export declare enum MeetingFeatureStatus {
38
+ AVAILABLE = "AVAILABLE",
39
+ UNAVAILABLE = "UNAVAILABLE"
40
+ }
41
+ /**
42
+ * <p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.</p>
43
+ */
44
+ export interface AudioFeatures {
45
+ /**
46
+ * <p>Makes echo reduction available to clients who connect to the meeting.</p>
47
+ */
48
+ EchoReduction?: MeetingFeatureStatus | string;
49
+ }
50
+ export declare namespace AudioFeatures {
51
+ /**
52
+ * @internal
53
+ */
54
+ const filterSensitiveLog: (obj: AudioFeatures) => any;
55
+ }
37
56
  /**
38
57
  * <p>The input parameters don't match the service's restrictions.</p>
39
58
  */
@@ -269,6 +288,21 @@ export declare namespace UnprocessableEntityException {
269
288
  */
270
289
  const filterSensitiveLog: (obj: UnprocessableEntityException) => any;
271
290
  }
291
+ /**
292
+ * <p>The configuration settings of the features available to a meeting.</p>
293
+ */
294
+ export interface MeetingFeaturesConfiguration {
295
+ /**
296
+ * <p>The configuration settings for the audio features available to a meeting. </p>
297
+ */
298
+ Audio?: AudioFeatures;
299
+ }
300
+ export declare namespace MeetingFeaturesConfiguration {
301
+ /**
302
+ * @internal
303
+ */
304
+ const filterSensitiveLog: (obj: MeetingFeaturesConfiguration) => any;
305
+ }
272
306
  /**
273
307
  * <p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>
274
308
  */
@@ -298,7 +332,7 @@ export interface CreateMeetingRequest {
298
332
  */
299
333
  ClientRequestToken?: string;
300
334
  /**
301
- * <p>The Region in which to create the meeting. Default: <code>us-east-1</code>.</p>
335
+ * <p>The Region in which to create the meeting.</p>
302
336
  *
303
337
  * <p>
304
338
  * Available values:
@@ -353,6 +387,10 @@ export interface CreateMeetingRequest {
353
387
  * <p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>
354
388
  */
355
389
  NotificationsConfiguration?: NotificationsConfiguration;
390
+ /**
391
+ * <p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>
392
+ */
393
+ MeetingFeatures?: MeetingFeaturesConfiguration;
356
394
  }
357
395
  export declare namespace CreateMeetingRequest {
358
396
  /**
@@ -432,6 +470,10 @@ export interface Meeting {
432
470
  * <p>The media placement for the meeting.</p>
433
471
  */
434
472
  MediaPlacement?: MediaPlacement;
473
+ /**
474
+ * <p>The features available to a meeting, such as Amazon Voice Focus.</p>
475
+ */
476
+ MeetingFeatures?: MeetingFeaturesConfiguration;
435
477
  }
436
478
  export declare namespace Meeting {
437
479
  /**
@@ -458,7 +500,7 @@ export interface CreateMeetingWithAttendeesRequest {
458
500
  */
459
501
  ClientRequestToken?: string;
460
502
  /**
461
- * <p>The Region in which to create the meeting. Default: <code>us-east-1</code>.</p>
503
+ * <p>The Region in which to create the meeting.</p>
462
504
  */
463
505
  MediaRegion: string | undefined;
464
506
  /**
@@ -469,6 +511,10 @@ export interface CreateMeetingWithAttendeesRequest {
469
511
  * <p>The external meeting ID.</p>
470
512
  */
471
513
  ExternalMeetingId: string | undefined;
514
+ /**
515
+ * <p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>
516
+ */
517
+ MeetingFeatures?: MeetingFeaturesConfiguration;
472
518
  /**
473
519
  * <p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>
474
520
  */
@@ -621,6 +667,9 @@ export declare namespace ListAttendeesResponse {
621
667
  */
622
668
  const filterSensitiveLog: (obj: ListAttendeesResponse) => any;
623
669
  }
670
+ export declare enum TranscribeMedicalContentIdentificationType {
671
+ PHI = "PHI"
672
+ }
624
673
  export declare enum TranscribeMedicalLanguageCode {
625
674
  EN_US = "en-US"
626
675
  }
@@ -669,6 +718,10 @@ export interface EngineTranscribeMedicalSettings {
669
718
  * <p>The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.</p>
670
719
  */
671
720
  Region?: TranscribeMedicalRegion | string;
721
+ /**
722
+ * <p>Set this field to <code>PHI</code> to identify personal health information in the transcription output.</p>
723
+ */
724
+ ContentIdentificationType?: TranscribeMedicalContentIdentificationType | string;
672
725
  }
673
726
  export declare namespace EngineTranscribeMedicalSettings {
674
727
  /**
@@ -676,6 +729,12 @@ export declare namespace EngineTranscribeMedicalSettings {
676
729
  */
677
730
  const filterSensitiveLog: (obj: EngineTranscribeMedicalSettings) => any;
678
731
  }
732
+ export declare enum TranscribeContentIdentificationType {
733
+ PII = "PII"
734
+ }
735
+ export declare enum TranscribeContentRedactionType {
736
+ PII = "PII"
737
+ }
679
738
  export declare enum TranscribeLanguageCode {
680
739
  DE_DE = "de-DE",
681
740
  EN_AU = "en-AU",
@@ -690,6 +749,11 @@ export declare enum TranscribeLanguageCode {
690
749
  PT_BR = "pt-BR",
691
750
  ZH_CN = "zh-CN"
692
751
  }
752
+ export declare enum TranscribePartialResultsStability {
753
+ HIGH = "high",
754
+ LOW = "low",
755
+ MEDIUM = "medium"
756
+ }
693
757
  export declare enum TranscribeRegion {
694
758
  AP_NORTHEAST_1 = "ap-northeast-1",
695
759
  AP_NORTHEAST_2 = "ap-northeast-2",
@@ -733,6 +797,39 @@ export interface EngineTranscribeSettings {
733
797
  * <p>The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.</p>
734
798
  */
735
799
  Region?: TranscribeRegion | string;
800
+ /**
801
+ * <p>Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.</p>
802
+ */
803
+ EnablePartialResultsStabilization?: boolean;
804
+ /**
805
+ * <p>The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.</p>
806
+ */
807
+ PartialResultsStability?: TranscribePartialResultsStability | string;
808
+ /**
809
+ * <p>Set this field to <code>PII</code> to identify personally identifiable information in the transcription output.</p>
810
+ */
811
+ ContentIdentificationType?: TranscribeContentIdentificationType | string;
812
+ /**
813
+ * <p>Set this field to <code>PII</code> to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.</p>
814
+ *
815
+ * <p>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>
816
+ */
817
+ ContentRedactionType?: TranscribeContentRedactionType | string;
818
+ /**
819
+ * <p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p>
820
+ *
821
+ * <p>PIIEntityTypes must be comma-separated. The available values are:
822
+ * <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>,
823
+ * <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p>
824
+ *
825
+ * <p>
826
+ * <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>
827
+ */
828
+ PiiEntityTypes?: string;
829
+ /**
830
+ * <p>The name of the language model used during transcription.</p>
831
+ */
832
+ LanguageModelName?: string;
736
833
  }
737
834
  export declare namespace EngineTranscribeSettings {
738
835
  /**
@@ -12,6 +12,19 @@ export declare namespace Attendee {
12
12
 
13
13
  const filterSensitiveLog: (obj: Attendee) => any;
14
14
  }
15
+ export declare enum MeetingFeatureStatus {
16
+ AVAILABLE = "AVAILABLE",
17
+ UNAVAILABLE = "UNAVAILABLE"
18
+ }
19
+
20
+ export interface AudioFeatures {
21
+
22
+ EchoReduction?: MeetingFeatureStatus | string;
23
+ }
24
+ export declare namespace AudioFeatures {
25
+
26
+ const filterSensitiveLog: (obj: AudioFeatures) => any;
27
+ }
15
28
 
16
29
  export interface BadRequestException extends __SmithyException, $MetadataBearer {
17
30
  name: "BadRequestException";
@@ -166,6 +179,15 @@ export declare namespace UnprocessableEntityException {
166
179
  const filterSensitiveLog: (obj: UnprocessableEntityException) => any;
167
180
  }
168
181
 
182
+ export interface MeetingFeaturesConfiguration {
183
+
184
+ Audio?: AudioFeatures;
185
+ }
186
+ export declare namespace MeetingFeaturesConfiguration {
187
+
188
+ const filterSensitiveLog: (obj: MeetingFeaturesConfiguration) => any;
189
+ }
190
+
169
191
  export interface NotificationsConfiguration {
170
192
 
171
193
  LambdaFunctionArn?: string;
@@ -189,6 +211,8 @@ export interface CreateMeetingRequest {
189
211
  ExternalMeetingId: string | undefined;
190
212
 
191
213
  NotificationsConfiguration?: NotificationsConfiguration;
214
+
215
+ MeetingFeatures?: MeetingFeaturesConfiguration;
192
216
  }
193
217
  export declare namespace CreateMeetingRequest {
194
218
 
@@ -229,6 +253,8 @@ export interface Meeting {
229
253
  MediaRegion?: string;
230
254
 
231
255
  MediaPlacement?: MediaPlacement;
256
+
257
+ MeetingFeatures?: MeetingFeaturesConfiguration;
232
258
  }
233
259
  export declare namespace Meeting {
234
260
 
@@ -252,6 +278,8 @@ export interface CreateMeetingWithAttendeesRequest {
252
278
 
253
279
  ExternalMeetingId: string | undefined;
254
280
 
281
+ MeetingFeatures?: MeetingFeaturesConfiguration;
282
+
255
283
  NotificationsConfiguration?: NotificationsConfiguration;
256
284
 
257
285
  Attendees: CreateAttendeeRequestItem[] | undefined;
@@ -346,6 +374,9 @@ export declare namespace ListAttendeesResponse {
346
374
 
347
375
  const filterSensitiveLog: (obj: ListAttendeesResponse) => any;
348
376
  }
377
+ export declare enum TranscribeMedicalContentIdentificationType {
378
+ PHI = "PHI"
379
+ }
349
380
  export declare enum TranscribeMedicalLanguageCode {
350
381
  EN_US = "en-US"
351
382
  }
@@ -382,11 +413,19 @@ export interface EngineTranscribeMedicalSettings {
382
413
  VocabularyName?: string;
383
414
 
384
415
  Region?: TranscribeMedicalRegion | string;
416
+
417
+ ContentIdentificationType?: TranscribeMedicalContentIdentificationType | string;
385
418
  }
386
419
  export declare namespace EngineTranscribeMedicalSettings {
387
420
 
388
421
  const filterSensitiveLog: (obj: EngineTranscribeMedicalSettings) => any;
389
422
  }
423
+ export declare enum TranscribeContentIdentificationType {
424
+ PII = "PII"
425
+ }
426
+ export declare enum TranscribeContentRedactionType {
427
+ PII = "PII"
428
+ }
390
429
  export declare enum TranscribeLanguageCode {
391
430
  DE_DE = "de-DE",
392
431
  EN_AU = "en-AU",
@@ -401,6 +440,11 @@ export declare enum TranscribeLanguageCode {
401
440
  PT_BR = "pt-BR",
402
441
  ZH_CN = "zh-CN"
403
442
  }
443
+ export declare enum TranscribePartialResultsStability {
444
+ HIGH = "high",
445
+ LOW = "low",
446
+ MEDIUM = "medium"
447
+ }
404
448
  export declare enum TranscribeRegion {
405
449
  AP_NORTHEAST_1 = "ap-northeast-1",
406
450
  AP_NORTHEAST_2 = "ap-northeast-2",
@@ -432,6 +476,18 @@ export interface EngineTranscribeSettings {
432
476
  VocabularyName?: string;
433
477
 
434
478
  Region?: TranscribeRegion | string;
479
+
480
+ EnablePartialResultsStabilization?: boolean;
481
+
482
+ PartialResultsStability?: TranscribePartialResultsStability | string;
483
+
484
+ ContentIdentificationType?: TranscribeContentIdentificationType | string;
485
+
486
+ ContentRedactionType?: TranscribeContentRedactionType | string;
487
+
488
+ PiiEntityTypes?: string;
489
+
490
+ LanguageModelName?: string;
435
491
  }
436
492
  export declare namespace EngineTranscribeSettings {
437
493
 
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.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",
39
39
  "@aws-sdk/node-http-handler": "3.40.0",
40
40
  "@aws-sdk/protocol-http": "3.40.0",
41
- "@aws-sdk/smithy-client": "3.40.0",
41
+ "@aws-sdk/smithy-client": "3.41.0",
42
42
  "@aws-sdk/types": "3.40.0",
43
43
  "@aws-sdk/url-parser": "3.40.0",
44
44
  "@aws-sdk/util-base64-browser": "3.37.0",