@aws-sdk/client-chime-sdk-meetings 3.301.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({
@@ -2,13 +2,18 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
2
2
  import { ChimeSDKMeetingsServiceException as __BaseException } from "./ChimeSDKMeetingsServiceException";
3
3
  /**
4
4
  * @public
5
+ * @enum
5
6
  */
6
- export declare enum MediaCapabilities {
7
- NONE = "None",
8
- RECEIVE = "Receive",
9
- SEND = "Send",
10
- SEND_RECEIVE = "SendReceive"
11
- }
7
+ export declare const MediaCapabilities: {
8
+ readonly NONE: "None";
9
+ readonly RECEIVE: "Receive";
10
+ readonly SEND: "Send";
11
+ readonly SEND_RECEIVE: "SendReceive";
12
+ };
13
+ /**
14
+ * @public
15
+ */
16
+ export type MediaCapabilities = (typeof MediaCapabilities)[keyof typeof MediaCapabilities];
12
17
  /**
13
18
  * @public
14
19
  * <p>The media capabilities of an attendee: audio, video, or content. </p>
@@ -116,11 +121,16 @@ export interface AttendeeIdItem {
116
121
  }
117
122
  /**
118
123
  * @public
124
+ * @enum
119
125
  */
120
- export declare enum MeetingFeatureStatus {
121
- AVAILABLE = "AVAILABLE",
122
- UNAVAILABLE = "UNAVAILABLE"
123
- }
126
+ export declare const MeetingFeatureStatus: {
127
+ readonly AVAILABLE: "AVAILABLE";
128
+ readonly UNAVAILABLE: "UNAVAILABLE";
129
+ };
130
+ /**
131
+ * @public
132
+ */
133
+ export type MeetingFeatureStatus = (typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
124
134
  /**
125
135
  * @public
126
136
  * <p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus. </p>
@@ -918,46 +928,71 @@ export declare class ResourceNotFoundException extends __BaseException {
918
928
  }
919
929
  /**
920
930
  * @public
931
+ * @enum
921
932
  */
922
- export declare enum TranscribeMedicalContentIdentificationType {
923
- PHI = "PHI"
924
- }
933
+ export declare const TranscribeMedicalContentIdentificationType: {
934
+ readonly PHI: "PHI";
935
+ };
925
936
  /**
926
937
  * @public
927
938
  */
928
- export declare enum TranscribeMedicalLanguageCode {
929
- EN_US = "en-US"
930
- }
939
+ export type TranscribeMedicalContentIdentificationType = (typeof TranscribeMedicalContentIdentificationType)[keyof typeof TranscribeMedicalContentIdentificationType];
931
940
  /**
932
941
  * @public
942
+ * @enum
933
943
  */
934
- export declare enum TranscribeMedicalRegion {
935
- AP_SOUTHEAST_2 = "ap-southeast-2",
936
- AUTO = "auto",
937
- CA_CENTRAL_1 = "ca-central-1",
938
- EU_WEST_1 = "eu-west-1",
939
- US_EAST_1 = "us-east-1",
940
- US_EAST_2 = "us-east-2",
941
- US_WEST_2 = "us-west-2"
942
- }
944
+ export declare const TranscribeMedicalLanguageCode: {
945
+ readonly EN_US: "en-US";
946
+ };
943
947
  /**
944
948
  * @public
945
949
  */
946
- export declare enum TranscribeMedicalSpecialty {
947
- CARDIOLOGY = "CARDIOLOGY",
948
- NEUROLOGY = "NEUROLOGY",
949
- ONCOLOGY = "ONCOLOGY",
950
- PRIMARYCARE = "PRIMARYCARE",
951
- RADIOLOGY = "RADIOLOGY",
952
- UROLOGY = "UROLOGY"
953
- }
950
+ export type TranscribeMedicalLanguageCode = (typeof TranscribeMedicalLanguageCode)[keyof typeof TranscribeMedicalLanguageCode];
954
951
  /**
955
952
  * @public
953
+ * @enum
956
954
  */
957
- export declare enum TranscribeMedicalType {
958
- CONVERSATION = "CONVERSATION",
959
- DICTATION = "DICTATION"
960
- }
955
+ export declare const TranscribeMedicalRegion: {
956
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
957
+ readonly AUTO: "auto";
958
+ readonly CA_CENTRAL_1: "ca-central-1";
959
+ readonly EU_WEST_1: "eu-west-1";
960
+ readonly US_EAST_1: "us-east-1";
961
+ readonly US_EAST_2: "us-east-2";
962
+ readonly US_WEST_2: "us-west-2";
963
+ };
964
+ /**
965
+ * @public
966
+ */
967
+ export type TranscribeMedicalRegion = (typeof TranscribeMedicalRegion)[keyof typeof TranscribeMedicalRegion];
968
+ /**
969
+ * @public
970
+ * @enum
971
+ */
972
+ export declare const TranscribeMedicalSpecialty: {
973
+ readonly CARDIOLOGY: "CARDIOLOGY";
974
+ readonly NEUROLOGY: "NEUROLOGY";
975
+ readonly ONCOLOGY: "ONCOLOGY";
976
+ readonly PRIMARYCARE: "PRIMARYCARE";
977
+ readonly RADIOLOGY: "RADIOLOGY";
978
+ readonly UROLOGY: "UROLOGY";
979
+ };
980
+ /**
981
+ * @public
982
+ */
983
+ export type TranscribeMedicalSpecialty = (typeof TranscribeMedicalSpecialty)[keyof typeof TranscribeMedicalSpecialty];
984
+ /**
985
+ * @public
986
+ * @enum
987
+ */
988
+ export declare const TranscribeMedicalType: {
989
+ readonly CONVERSATION: "CONVERSATION";
990
+ readonly DICTATION: "DICTATION";
991
+ };
992
+ /**
993
+ * @public
994
+ */
995
+ export type TranscribeMedicalType = (typeof TranscribeMedicalType)[keyof typeof TranscribeMedicalType];
961
996
  /**
962
997
  * @public
963
998
  * <p>Settings specific to the Amazon Transcribe Medical engine.</p>
@@ -990,67 +1025,97 @@ export interface EngineTranscribeMedicalSettings {
990
1025
  }
991
1026
  /**
992
1027
  * @public
1028
+ * @enum
993
1029
  */
994
- export declare enum TranscribeContentIdentificationType {
995
- PII = "PII"
996
- }
1030
+ export declare const TranscribeContentIdentificationType: {
1031
+ readonly PII: "PII";
1032
+ };
997
1033
  /**
998
1034
  * @public
999
1035
  */
1000
- export declare enum TranscribeContentRedactionType {
1001
- PII = "PII"
1002
- }
1036
+ export type TranscribeContentIdentificationType = (typeof TranscribeContentIdentificationType)[keyof typeof TranscribeContentIdentificationType];
1003
1037
  /**
1004
1038
  * @public
1039
+ * @enum
1005
1040
  */
1006
- export declare enum TranscribeLanguageCode {
1007
- DE_DE = "de-DE",
1008
- EN_AU = "en-AU",
1009
- EN_GB = "en-GB",
1010
- EN_US = "en-US",
1011
- ES_US = "es-US",
1012
- FR_CA = "fr-CA",
1013
- FR_FR = "fr-FR",
1014
- IT_IT = "it-IT",
1015
- JA_JP = "ja-JP",
1016
- KO_KR = "ko-KR",
1017
- PT_BR = "pt-BR",
1018
- ZH_CN = "zh-CN"
1019
- }
1041
+ export declare const TranscribeContentRedactionType: {
1042
+ readonly PII: "PII";
1043
+ };
1020
1044
  /**
1021
1045
  * @public
1022
1046
  */
1023
- export declare enum TranscribePartialResultsStability {
1024
- HIGH = "high",
1025
- LOW = "low",
1026
- MEDIUM = "medium"
1027
- }
1047
+ export type TranscribeContentRedactionType = (typeof TranscribeContentRedactionType)[keyof typeof TranscribeContentRedactionType];
1028
1048
  /**
1029
1049
  * @public
1050
+ * @enum
1030
1051
  */
1031
- export declare enum TranscribeRegion {
1032
- AP_NORTHEAST_1 = "ap-northeast-1",
1033
- AP_NORTHEAST_2 = "ap-northeast-2",
1034
- AP_SOUTHEAST_2 = "ap-southeast-2",
1035
- AUTO = "auto",
1036
- CA_CENTRAL_1 = "ca-central-1",
1037
- EU_CENTRAL_1 = "eu-central-1",
1038
- EU_WEST_1 = "eu-west-1",
1039
- EU_WEST_2 = "eu-west-2",
1040
- SA_EAST_1 = "sa-east-1",
1041
- US_EAST_1 = "us-east-1",
1042
- US_EAST_2 = "us-east-2",
1043
- US_GOV_WEST_1 = "us-gov-west-1",
1044
- US_WEST_2 = "us-west-2"
1045
- }
1052
+ export declare const TranscribeLanguageCode: {
1053
+ readonly DE_DE: "de-DE";
1054
+ readonly EN_AU: "en-AU";
1055
+ readonly EN_GB: "en-GB";
1056
+ readonly EN_US: "en-US";
1057
+ readonly ES_US: "es-US";
1058
+ readonly FR_CA: "fr-CA";
1059
+ readonly FR_FR: "fr-FR";
1060
+ readonly IT_IT: "it-IT";
1061
+ readonly JA_JP: "ja-JP";
1062
+ readonly KO_KR: "ko-KR";
1063
+ readonly PT_BR: "pt-BR";
1064
+ readonly ZH_CN: "zh-CN";
1065
+ };
1046
1066
  /**
1047
1067
  * @public
1048
1068
  */
1049
- export declare enum TranscribeVocabularyFilterMethod {
1050
- MASK = "mask",
1051
- REMOVE = "remove",
1052
- TAG = "tag"
1053
- }
1069
+ export type TranscribeLanguageCode = (typeof TranscribeLanguageCode)[keyof typeof TranscribeLanguageCode];
1070
+ /**
1071
+ * @public
1072
+ * @enum
1073
+ */
1074
+ export declare const TranscribePartialResultsStability: {
1075
+ readonly HIGH: "high";
1076
+ readonly LOW: "low";
1077
+ readonly MEDIUM: "medium";
1078
+ };
1079
+ /**
1080
+ * @public
1081
+ */
1082
+ export type TranscribePartialResultsStability = (typeof TranscribePartialResultsStability)[keyof typeof TranscribePartialResultsStability];
1083
+ /**
1084
+ * @public
1085
+ * @enum
1086
+ */
1087
+ export declare const TranscribeRegion: {
1088
+ readonly AP_NORTHEAST_1: "ap-northeast-1";
1089
+ readonly AP_NORTHEAST_2: "ap-northeast-2";
1090
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
1091
+ readonly AUTO: "auto";
1092
+ readonly CA_CENTRAL_1: "ca-central-1";
1093
+ readonly EU_CENTRAL_1: "eu-central-1";
1094
+ readonly EU_WEST_1: "eu-west-1";
1095
+ readonly EU_WEST_2: "eu-west-2";
1096
+ readonly SA_EAST_1: "sa-east-1";
1097
+ readonly US_EAST_1: "us-east-1";
1098
+ readonly US_EAST_2: "us-east-2";
1099
+ readonly US_GOV_WEST_1: "us-gov-west-1";
1100
+ readonly US_WEST_2: "us-west-2";
1101
+ };
1102
+ /**
1103
+ * @public
1104
+ */
1105
+ export type TranscribeRegion = (typeof TranscribeRegion)[keyof typeof TranscribeRegion];
1106
+ /**
1107
+ * @public
1108
+ * @enum
1109
+ */
1110
+ export declare const TranscribeVocabularyFilterMethod: {
1111
+ readonly MASK: "mask";
1112
+ readonly REMOVE: "remove";
1113
+ readonly TAG: "tag";
1114
+ };
1115
+ /**
1116
+ * @public
1117
+ */
1118
+ export type TranscribeVocabularyFilterMethod = (typeof TranscribeVocabularyFilterMethod)[keyof typeof TranscribeVocabularyFilterMethod];
1054
1119
  /**
1055
1120
  * @public
1056
1121
  * <p>Settings specific to the Amazon Transcribe engine.</p>
@@ -1,11 +1,13 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ChimeSDKMeetingsServiceException as __BaseException } from "./ChimeSDKMeetingsServiceException";
3
- export declare enum MediaCapabilities {
4
- NONE = "None",
5
- RECEIVE = "Receive",
6
- SEND = "Send",
7
- SEND_RECEIVE = "SendReceive",
8
- }
3
+ export declare const MediaCapabilities: {
4
+ readonly NONE: "None";
5
+ readonly RECEIVE: "Receive";
6
+ readonly SEND: "Send";
7
+ readonly SEND_RECEIVE: "SendReceive";
8
+ };
9
+ export type MediaCapabilities =
10
+ (typeof MediaCapabilities)[keyof typeof MediaCapabilities];
9
11
  export interface AttendeeCapabilities {
10
12
  Audio: MediaCapabilities | string | undefined;
11
13
  Video: MediaCapabilities | string | undefined;
@@ -20,10 +22,12 @@ export interface Attendee {
20
22
  export interface AttendeeIdItem {
21
23
  AttendeeId: string | undefined;
22
24
  }
23
- export declare enum MeetingFeatureStatus {
24
- AVAILABLE = "AVAILABLE",
25
- UNAVAILABLE = "UNAVAILABLE",
26
- }
25
+ export declare const MeetingFeatureStatus: {
26
+ readonly AVAILABLE: "AVAILABLE";
27
+ readonly UNAVAILABLE: "UNAVAILABLE";
28
+ };
29
+ export type MeetingFeatureStatus =
30
+ (typeof MeetingFeatureStatus)[keyof typeof MeetingFeatureStatus];
27
31
  export interface AudioFeatures {
28
32
  EchoReduction?: MeetingFeatureStatus | string;
29
33
  }
@@ -262,33 +266,43 @@ export declare class ResourceNotFoundException extends __BaseException {
262
266
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
263
267
  );
264
268
  }
265
- export declare enum TranscribeMedicalContentIdentificationType {
266
- PHI = "PHI",
267
- }
268
- export declare enum TranscribeMedicalLanguageCode {
269
- EN_US = "en-US",
270
- }
271
- export declare enum TranscribeMedicalRegion {
272
- AP_SOUTHEAST_2 = "ap-southeast-2",
273
- AUTO = "auto",
274
- CA_CENTRAL_1 = "ca-central-1",
275
- EU_WEST_1 = "eu-west-1",
276
- US_EAST_1 = "us-east-1",
277
- US_EAST_2 = "us-east-2",
278
- US_WEST_2 = "us-west-2",
279
- }
280
- export declare enum TranscribeMedicalSpecialty {
281
- CARDIOLOGY = "CARDIOLOGY",
282
- NEUROLOGY = "NEUROLOGY",
283
- ONCOLOGY = "ONCOLOGY",
284
- PRIMARYCARE = "PRIMARYCARE",
285
- RADIOLOGY = "RADIOLOGY",
286
- UROLOGY = "UROLOGY",
287
- }
288
- export declare enum TranscribeMedicalType {
289
- CONVERSATION = "CONVERSATION",
290
- DICTATION = "DICTATION",
291
- }
269
+ export declare const TranscribeMedicalContentIdentificationType: {
270
+ readonly PHI: "PHI";
271
+ };
272
+ export type TranscribeMedicalContentIdentificationType =
273
+ (typeof TranscribeMedicalContentIdentificationType)[keyof typeof TranscribeMedicalContentIdentificationType];
274
+ export declare const TranscribeMedicalLanguageCode: {
275
+ readonly EN_US: "en-US";
276
+ };
277
+ export type TranscribeMedicalLanguageCode =
278
+ (typeof TranscribeMedicalLanguageCode)[keyof typeof TranscribeMedicalLanguageCode];
279
+ export declare const TranscribeMedicalRegion: {
280
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
281
+ readonly AUTO: "auto";
282
+ readonly CA_CENTRAL_1: "ca-central-1";
283
+ readonly EU_WEST_1: "eu-west-1";
284
+ readonly US_EAST_1: "us-east-1";
285
+ readonly US_EAST_2: "us-east-2";
286
+ readonly US_WEST_2: "us-west-2";
287
+ };
288
+ export type TranscribeMedicalRegion =
289
+ (typeof TranscribeMedicalRegion)[keyof typeof TranscribeMedicalRegion];
290
+ export declare const TranscribeMedicalSpecialty: {
291
+ readonly CARDIOLOGY: "CARDIOLOGY";
292
+ readonly NEUROLOGY: "NEUROLOGY";
293
+ readonly ONCOLOGY: "ONCOLOGY";
294
+ readonly PRIMARYCARE: "PRIMARYCARE";
295
+ readonly RADIOLOGY: "RADIOLOGY";
296
+ readonly UROLOGY: "UROLOGY";
297
+ };
298
+ export type TranscribeMedicalSpecialty =
299
+ (typeof TranscribeMedicalSpecialty)[keyof typeof TranscribeMedicalSpecialty];
300
+ export declare const TranscribeMedicalType: {
301
+ readonly CONVERSATION: "CONVERSATION";
302
+ readonly DICTATION: "DICTATION";
303
+ };
304
+ export type TranscribeMedicalType =
305
+ (typeof TranscribeMedicalType)[keyof typeof TranscribeMedicalType];
292
306
  export interface EngineTranscribeMedicalSettings {
293
307
  LanguageCode: TranscribeMedicalLanguageCode | string | undefined;
294
308
  Specialty: TranscribeMedicalSpecialty | string | undefined;
@@ -299,51 +313,63 @@ export interface EngineTranscribeMedicalSettings {
299
313
  | TranscribeMedicalContentIdentificationType
300
314
  | string;
301
315
  }
302
- export declare enum TranscribeContentIdentificationType {
303
- PII = "PII",
304
- }
305
- export declare enum TranscribeContentRedactionType {
306
- PII = "PII",
307
- }
308
- export declare enum TranscribeLanguageCode {
309
- DE_DE = "de-DE",
310
- EN_AU = "en-AU",
311
- EN_GB = "en-GB",
312
- EN_US = "en-US",
313
- ES_US = "es-US",
314
- FR_CA = "fr-CA",
315
- FR_FR = "fr-FR",
316
- IT_IT = "it-IT",
317
- JA_JP = "ja-JP",
318
- KO_KR = "ko-KR",
319
- PT_BR = "pt-BR",
320
- ZH_CN = "zh-CN",
321
- }
322
- export declare enum TranscribePartialResultsStability {
323
- HIGH = "high",
324
- LOW = "low",
325
- MEDIUM = "medium",
326
- }
327
- export declare enum TranscribeRegion {
328
- AP_NORTHEAST_1 = "ap-northeast-1",
329
- AP_NORTHEAST_2 = "ap-northeast-2",
330
- AP_SOUTHEAST_2 = "ap-southeast-2",
331
- AUTO = "auto",
332
- CA_CENTRAL_1 = "ca-central-1",
333
- EU_CENTRAL_1 = "eu-central-1",
334
- EU_WEST_1 = "eu-west-1",
335
- EU_WEST_2 = "eu-west-2",
336
- SA_EAST_1 = "sa-east-1",
337
- US_EAST_1 = "us-east-1",
338
- US_EAST_2 = "us-east-2",
339
- US_GOV_WEST_1 = "us-gov-west-1",
340
- US_WEST_2 = "us-west-2",
341
- }
342
- export declare enum TranscribeVocabularyFilterMethod {
343
- MASK = "mask",
344
- REMOVE = "remove",
345
- TAG = "tag",
346
- }
316
+ export declare const TranscribeContentIdentificationType: {
317
+ readonly PII: "PII";
318
+ };
319
+ export type TranscribeContentIdentificationType =
320
+ (typeof TranscribeContentIdentificationType)[keyof typeof TranscribeContentIdentificationType];
321
+ export declare const TranscribeContentRedactionType: {
322
+ readonly PII: "PII";
323
+ };
324
+ export type TranscribeContentRedactionType =
325
+ (typeof TranscribeContentRedactionType)[keyof typeof TranscribeContentRedactionType];
326
+ export declare const TranscribeLanguageCode: {
327
+ readonly DE_DE: "de-DE";
328
+ readonly EN_AU: "en-AU";
329
+ readonly EN_GB: "en-GB";
330
+ readonly EN_US: "en-US";
331
+ readonly ES_US: "es-US";
332
+ readonly FR_CA: "fr-CA";
333
+ readonly FR_FR: "fr-FR";
334
+ readonly IT_IT: "it-IT";
335
+ readonly JA_JP: "ja-JP";
336
+ readonly KO_KR: "ko-KR";
337
+ readonly PT_BR: "pt-BR";
338
+ readonly ZH_CN: "zh-CN";
339
+ };
340
+ export type TranscribeLanguageCode =
341
+ (typeof TranscribeLanguageCode)[keyof typeof TranscribeLanguageCode];
342
+ export declare const TranscribePartialResultsStability: {
343
+ readonly HIGH: "high";
344
+ readonly LOW: "low";
345
+ readonly MEDIUM: "medium";
346
+ };
347
+ export type TranscribePartialResultsStability =
348
+ (typeof TranscribePartialResultsStability)[keyof typeof TranscribePartialResultsStability];
349
+ export declare const TranscribeRegion: {
350
+ readonly AP_NORTHEAST_1: "ap-northeast-1";
351
+ readonly AP_NORTHEAST_2: "ap-northeast-2";
352
+ readonly AP_SOUTHEAST_2: "ap-southeast-2";
353
+ readonly AUTO: "auto";
354
+ readonly CA_CENTRAL_1: "ca-central-1";
355
+ readonly EU_CENTRAL_1: "eu-central-1";
356
+ readonly EU_WEST_1: "eu-west-1";
357
+ readonly EU_WEST_2: "eu-west-2";
358
+ readonly SA_EAST_1: "sa-east-1";
359
+ readonly US_EAST_1: "us-east-1";
360
+ readonly US_EAST_2: "us-east-2";
361
+ readonly US_GOV_WEST_1: "us-gov-west-1";
362
+ readonly US_WEST_2: "us-west-2";
363
+ };
364
+ export type TranscribeRegion =
365
+ (typeof TranscribeRegion)[keyof typeof TranscribeRegion];
366
+ export declare const TranscribeVocabularyFilterMethod: {
367
+ readonly MASK: "mask";
368
+ readonly REMOVE: "remove";
369
+ readonly TAG: "tag";
370
+ };
371
+ export type TranscribeVocabularyFilterMethod =
372
+ (typeof TranscribeVocabularyFilterMethod)[keyof typeof TranscribeVocabularyFilterMethod];
347
373
  export interface EngineTranscribeSettings {
348
374
  LanguageCode?: TranscribeLanguageCode | string;
349
375
  VocabularyFilterMethod?: TranscribeVocabularyFilterMethod | string;
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.301.0",
4
+ "version": "3.303.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,43 +21,43 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.301.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.301.0",
27
- "@aws-sdk/fetch-http-handler": "3.296.0",
28
- "@aws-sdk/hash-node": "3.296.0",
29
- "@aws-sdk/invalid-dependency": "3.296.0",
30
- "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.299.0",
32
- "@aws-sdk/middleware-host-header": "3.296.0",
33
- "@aws-sdk/middleware-logger": "3.296.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.300.0",
36
- "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.299.0",
38
- "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.300.0",
41
- "@aws-sdk/node-http-handler": "3.296.0",
42
- "@aws-sdk/protocol-http": "3.296.0",
43
- "@aws-sdk/smithy-client": "3.296.0",
44
- "@aws-sdk/types": "3.296.0",
45
- "@aws-sdk/url-parser": "3.296.0",
46
- "@aws-sdk/util-base64": "3.295.0",
47
- "@aws-sdk/util-body-length-browser": "3.295.0",
48
- "@aws-sdk/util-body-length-node": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
- "@aws-sdk/util-endpoints": "3.296.0",
52
- "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.300.0",
55
- "@aws-sdk/util-utf8": "3.295.0",
24
+ "@aws-sdk/client-sts": "3.303.0",
25
+ "@aws-sdk/config-resolver": "3.303.0",
26
+ "@aws-sdk/credential-provider-node": "3.303.0",
27
+ "@aws-sdk/fetch-http-handler": "3.303.0",
28
+ "@aws-sdk/hash-node": "3.303.0",
29
+ "@aws-sdk/invalid-dependency": "3.303.0",
30
+ "@aws-sdk/middleware-content-length": "3.303.0",
31
+ "@aws-sdk/middleware-endpoint": "3.303.0",
32
+ "@aws-sdk/middleware-host-header": "3.303.0",
33
+ "@aws-sdk/middleware-logger": "3.303.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
+ "@aws-sdk/middleware-retry": "3.303.0",
36
+ "@aws-sdk/middleware-serde": "3.303.0",
37
+ "@aws-sdk/middleware-signing": "3.303.0",
38
+ "@aws-sdk/middleware-stack": "3.303.0",
39
+ "@aws-sdk/middleware-user-agent": "3.303.0",
40
+ "@aws-sdk/node-config-provider": "3.303.0",
41
+ "@aws-sdk/node-http-handler": "3.303.0",
42
+ "@aws-sdk/protocol-http": "3.303.0",
43
+ "@aws-sdk/smithy-client": "3.303.0",
44
+ "@aws-sdk/types": "3.303.0",
45
+ "@aws-sdk/url-parser": "3.303.0",
46
+ "@aws-sdk/util-base64": "3.303.0",
47
+ "@aws-sdk/util-body-length-browser": "3.303.0",
48
+ "@aws-sdk/util-body-length-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
+ "@aws-sdk/util-endpoints": "3.303.0",
52
+ "@aws-sdk/util-retry": "3.303.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.303.0",
54
+ "@aws-sdk/util-user-agent-node": "3.303.0",
55
+ "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"
58
58
  },
59
59
  "devDependencies": {
60
- "@aws-sdk/service-client-documentation-generator": "3.295.0",
60
+ "@aws-sdk/service-client-documentation-generator": "3.303.0",
61
61
  "@tsconfig/node14": "1.0.3",
62
62
  "@types/node": "^14.14.31",
63
63
  "@types/uuid": "^8.3.0",