@aws-sdk/client-chime-sdk-meetings 3.301.0 → 3.306.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +82 -95
- package/dist-es/models/models_0.js +82 -95
- package/dist-types/models/models_0.d.ts +147 -82
- package/dist-types/ts3.4/models/models_0.d.ts +108 -82
- package/package.json +34 -34
|
@@ -3,18 +3,16 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.UpdateAttendeeCapabilitiesResponseFilterSensitiveLog = exports.ListAttendeesResponseFilterSensitiveLog = exports.GetMeetingResponseFilterSensitiveLog = exports.GetAttendeeResponseFilterSensitiveLog = exports.CreateMeetingWithAttendeesResponseFilterSensitiveLog = exports.CreateMeetingWithAttendeesRequestFilterSensitiveLog = exports.CreateMeetingResponseFilterSensitiveLog = exports.MeetingFilterSensitiveLog = exports.CreateMeetingRequestFilterSensitiveLog = exports.NotificationsConfigurationFilterSensitiveLog = exports.CreateAttendeeResponseFilterSensitiveLog = exports.CreateAttendeeRequestFilterSensitiveLog = exports.BatchCreateAttendeeResponseFilterSensitiveLog = exports.CreateAttendeeErrorFilterSensitiveLog = exports.BatchCreateAttendeeRequestFilterSensitiveLog = exports.CreateAttendeeRequestItemFilterSensitiveLog = exports.AttendeeFilterSensitiveLog = exports.TooManyTagsException = exports.TranscribeVocabularyFilterMethod = exports.TranscribeRegion = exports.TranscribePartialResultsStability = exports.TranscribeLanguageCode = exports.TranscribeContentRedactionType = exports.TranscribeContentIdentificationType = exports.TranscribeMedicalType = exports.TranscribeMedicalSpecialty = exports.TranscribeMedicalRegion = exports.TranscribeMedicalLanguageCode = exports.TranscribeMedicalContentIdentificationType = exports.ResourceNotFoundException = exports.ConflictException = exports.UnprocessableEntityException = exports.UnauthorizedException = exports.ThrottlingException = exports.ServiceUnavailableException = exports.ServiceFailureException = exports.NotFoundException = exports.LimitExceededException = exports.ForbiddenException = exports.BadRequestException = exports.MeetingFeatureStatus = exports.MediaCapabilities = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
5
|
const ChimeSDKMeetingsServiceException_1 = require("./ChimeSDKMeetingsServiceException");
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
MeetingFeatureStatus["UNAVAILABLE"] = "UNAVAILABLE";
|
|
17
|
-
})(MeetingFeatureStatus = exports.MeetingFeatureStatus || (exports.MeetingFeatureStatus = {}));
|
|
6
|
+
exports.MediaCapabilities = {
|
|
7
|
+
NONE: "None",
|
|
8
|
+
RECEIVE: "Receive",
|
|
9
|
+
SEND: "Send",
|
|
10
|
+
SEND_RECEIVE: "SendReceive",
|
|
11
|
+
};
|
|
12
|
+
exports.MeetingFeatureStatus = {
|
|
13
|
+
AVAILABLE: "AVAILABLE",
|
|
14
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
15
|
+
};
|
|
18
16
|
class BadRequestException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
19
17
|
constructor(opts) {
|
|
20
18
|
super({
|
|
@@ -193,89 +191,78 @@ class ResourceNotFoundException extends ChimeSDKMeetingsServiceException_1.Chime
|
|
|
193
191
|
}
|
|
194
192
|
}
|
|
195
193
|
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
TranscribeRegion["US_EAST_1"] = "us-east-1";
|
|
269
|
-
TranscribeRegion["US_EAST_2"] = "us-east-2";
|
|
270
|
-
TranscribeRegion["US_GOV_WEST_1"] = "us-gov-west-1";
|
|
271
|
-
TranscribeRegion["US_WEST_2"] = "us-west-2";
|
|
272
|
-
})(TranscribeRegion = exports.TranscribeRegion || (exports.TranscribeRegion = {}));
|
|
273
|
-
var TranscribeVocabularyFilterMethod;
|
|
274
|
-
(function (TranscribeVocabularyFilterMethod) {
|
|
275
|
-
TranscribeVocabularyFilterMethod["MASK"] = "mask";
|
|
276
|
-
TranscribeVocabularyFilterMethod["REMOVE"] = "remove";
|
|
277
|
-
TranscribeVocabularyFilterMethod["TAG"] = "tag";
|
|
278
|
-
})(TranscribeVocabularyFilterMethod = exports.TranscribeVocabularyFilterMethod || (exports.TranscribeVocabularyFilterMethod = {}));
|
|
194
|
+
exports.TranscribeMedicalContentIdentificationType = {
|
|
195
|
+
PHI: "PHI",
|
|
196
|
+
};
|
|
197
|
+
exports.TranscribeMedicalLanguageCode = {
|
|
198
|
+
EN_US: "en-US",
|
|
199
|
+
};
|
|
200
|
+
exports.TranscribeMedicalRegion = {
|
|
201
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
202
|
+
AUTO: "auto",
|
|
203
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
204
|
+
EU_WEST_1: "eu-west-1",
|
|
205
|
+
US_EAST_1: "us-east-1",
|
|
206
|
+
US_EAST_2: "us-east-2",
|
|
207
|
+
US_WEST_2: "us-west-2",
|
|
208
|
+
};
|
|
209
|
+
exports.TranscribeMedicalSpecialty = {
|
|
210
|
+
CARDIOLOGY: "CARDIOLOGY",
|
|
211
|
+
NEUROLOGY: "NEUROLOGY",
|
|
212
|
+
ONCOLOGY: "ONCOLOGY",
|
|
213
|
+
PRIMARYCARE: "PRIMARYCARE",
|
|
214
|
+
RADIOLOGY: "RADIOLOGY",
|
|
215
|
+
UROLOGY: "UROLOGY",
|
|
216
|
+
};
|
|
217
|
+
exports.TranscribeMedicalType = {
|
|
218
|
+
CONVERSATION: "CONVERSATION",
|
|
219
|
+
DICTATION: "DICTATION",
|
|
220
|
+
};
|
|
221
|
+
exports.TranscribeContentIdentificationType = {
|
|
222
|
+
PII: "PII",
|
|
223
|
+
};
|
|
224
|
+
exports.TranscribeContentRedactionType = {
|
|
225
|
+
PII: "PII",
|
|
226
|
+
};
|
|
227
|
+
exports.TranscribeLanguageCode = {
|
|
228
|
+
DE_DE: "de-DE",
|
|
229
|
+
EN_AU: "en-AU",
|
|
230
|
+
EN_GB: "en-GB",
|
|
231
|
+
EN_US: "en-US",
|
|
232
|
+
ES_US: "es-US",
|
|
233
|
+
FR_CA: "fr-CA",
|
|
234
|
+
FR_FR: "fr-FR",
|
|
235
|
+
IT_IT: "it-IT",
|
|
236
|
+
JA_JP: "ja-JP",
|
|
237
|
+
KO_KR: "ko-KR",
|
|
238
|
+
PT_BR: "pt-BR",
|
|
239
|
+
ZH_CN: "zh-CN",
|
|
240
|
+
};
|
|
241
|
+
exports.TranscribePartialResultsStability = {
|
|
242
|
+
HIGH: "high",
|
|
243
|
+
LOW: "low",
|
|
244
|
+
MEDIUM: "medium",
|
|
245
|
+
};
|
|
246
|
+
exports.TranscribeRegion = {
|
|
247
|
+
AP_NORTHEAST_1: "ap-northeast-1",
|
|
248
|
+
AP_NORTHEAST_2: "ap-northeast-2",
|
|
249
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
250
|
+
AUTO: "auto",
|
|
251
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
252
|
+
EU_CENTRAL_1: "eu-central-1",
|
|
253
|
+
EU_WEST_1: "eu-west-1",
|
|
254
|
+
EU_WEST_2: "eu-west-2",
|
|
255
|
+
SA_EAST_1: "sa-east-1",
|
|
256
|
+
US_EAST_1: "us-east-1",
|
|
257
|
+
US_EAST_2: "us-east-2",
|
|
258
|
+
US_GOV_WEST_1: "us-gov-west-1",
|
|
259
|
+
US_WEST_2: "us-west-2",
|
|
260
|
+
};
|
|
261
|
+
exports.TranscribeVocabularyFilterMethod = {
|
|
262
|
+
MASK: "mask",
|
|
263
|
+
REMOVE: "remove",
|
|
264
|
+
TAG: "tag",
|
|
265
|
+
};
|
|
279
266
|
class TooManyTagsException extends ChimeSDKMeetingsServiceException_1.ChimeSDKMeetingsServiceException {
|
|
280
267
|
constructor(opts) {
|
|
281
268
|
super({
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { ChimeSDKMeetingsServiceException as __BaseException } from "./ChimeSDKMeetingsServiceException";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
MeetingFeatureStatus["UNAVAILABLE"] = "UNAVAILABLE";
|
|
14
|
-
})(MeetingFeatureStatus || (MeetingFeatureStatus = {}));
|
|
3
|
+
export const MediaCapabilities = {
|
|
4
|
+
NONE: "None",
|
|
5
|
+
RECEIVE: "Receive",
|
|
6
|
+
SEND: "Send",
|
|
7
|
+
SEND_RECEIVE: "SendReceive",
|
|
8
|
+
};
|
|
9
|
+
export const MeetingFeatureStatus = {
|
|
10
|
+
AVAILABLE: "AVAILABLE",
|
|
11
|
+
UNAVAILABLE: "UNAVAILABLE",
|
|
12
|
+
};
|
|
15
13
|
export class BadRequestException extends __BaseException {
|
|
16
14
|
constructor(opts) {
|
|
17
15
|
super({
|
|
@@ -179,89 +177,78 @@ export class ResourceNotFoundException extends __BaseException {
|
|
|
179
177
|
this.ResourceName = opts.ResourceName;
|
|
180
178
|
}
|
|
181
179
|
}
|
|
182
|
-
export
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
}
|
|
209
|
-
export
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
TranscribeRegion["US_EAST_1"] = "us-east-1";
|
|
255
|
-
TranscribeRegion["US_EAST_2"] = "us-east-2";
|
|
256
|
-
TranscribeRegion["US_GOV_WEST_1"] = "us-gov-west-1";
|
|
257
|
-
TranscribeRegion["US_WEST_2"] = "us-west-2";
|
|
258
|
-
})(TranscribeRegion || (TranscribeRegion = {}));
|
|
259
|
-
export var TranscribeVocabularyFilterMethod;
|
|
260
|
-
(function (TranscribeVocabularyFilterMethod) {
|
|
261
|
-
TranscribeVocabularyFilterMethod["MASK"] = "mask";
|
|
262
|
-
TranscribeVocabularyFilterMethod["REMOVE"] = "remove";
|
|
263
|
-
TranscribeVocabularyFilterMethod["TAG"] = "tag";
|
|
264
|
-
})(TranscribeVocabularyFilterMethod || (TranscribeVocabularyFilterMethod = {}));
|
|
180
|
+
export const TranscribeMedicalContentIdentificationType = {
|
|
181
|
+
PHI: "PHI",
|
|
182
|
+
};
|
|
183
|
+
export const TranscribeMedicalLanguageCode = {
|
|
184
|
+
EN_US: "en-US",
|
|
185
|
+
};
|
|
186
|
+
export const TranscribeMedicalRegion = {
|
|
187
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
188
|
+
AUTO: "auto",
|
|
189
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
190
|
+
EU_WEST_1: "eu-west-1",
|
|
191
|
+
US_EAST_1: "us-east-1",
|
|
192
|
+
US_EAST_2: "us-east-2",
|
|
193
|
+
US_WEST_2: "us-west-2",
|
|
194
|
+
};
|
|
195
|
+
export const TranscribeMedicalSpecialty = {
|
|
196
|
+
CARDIOLOGY: "CARDIOLOGY",
|
|
197
|
+
NEUROLOGY: "NEUROLOGY",
|
|
198
|
+
ONCOLOGY: "ONCOLOGY",
|
|
199
|
+
PRIMARYCARE: "PRIMARYCARE",
|
|
200
|
+
RADIOLOGY: "RADIOLOGY",
|
|
201
|
+
UROLOGY: "UROLOGY",
|
|
202
|
+
};
|
|
203
|
+
export const TranscribeMedicalType = {
|
|
204
|
+
CONVERSATION: "CONVERSATION",
|
|
205
|
+
DICTATION: "DICTATION",
|
|
206
|
+
};
|
|
207
|
+
export const TranscribeContentIdentificationType = {
|
|
208
|
+
PII: "PII",
|
|
209
|
+
};
|
|
210
|
+
export const TranscribeContentRedactionType = {
|
|
211
|
+
PII: "PII",
|
|
212
|
+
};
|
|
213
|
+
export const TranscribeLanguageCode = {
|
|
214
|
+
DE_DE: "de-DE",
|
|
215
|
+
EN_AU: "en-AU",
|
|
216
|
+
EN_GB: "en-GB",
|
|
217
|
+
EN_US: "en-US",
|
|
218
|
+
ES_US: "es-US",
|
|
219
|
+
FR_CA: "fr-CA",
|
|
220
|
+
FR_FR: "fr-FR",
|
|
221
|
+
IT_IT: "it-IT",
|
|
222
|
+
JA_JP: "ja-JP",
|
|
223
|
+
KO_KR: "ko-KR",
|
|
224
|
+
PT_BR: "pt-BR",
|
|
225
|
+
ZH_CN: "zh-CN",
|
|
226
|
+
};
|
|
227
|
+
export const TranscribePartialResultsStability = {
|
|
228
|
+
HIGH: "high",
|
|
229
|
+
LOW: "low",
|
|
230
|
+
MEDIUM: "medium",
|
|
231
|
+
};
|
|
232
|
+
export const TranscribeRegion = {
|
|
233
|
+
AP_NORTHEAST_1: "ap-northeast-1",
|
|
234
|
+
AP_NORTHEAST_2: "ap-northeast-2",
|
|
235
|
+
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
236
|
+
AUTO: "auto",
|
|
237
|
+
CA_CENTRAL_1: "ca-central-1",
|
|
238
|
+
EU_CENTRAL_1: "eu-central-1",
|
|
239
|
+
EU_WEST_1: "eu-west-1",
|
|
240
|
+
EU_WEST_2: "eu-west-2",
|
|
241
|
+
SA_EAST_1: "sa-east-1",
|
|
242
|
+
US_EAST_1: "us-east-1",
|
|
243
|
+
US_EAST_2: "us-east-2",
|
|
244
|
+
US_GOV_WEST_1: "us-gov-west-1",
|
|
245
|
+
US_WEST_2: "us-west-2",
|
|
246
|
+
};
|
|
247
|
+
export const TranscribeVocabularyFilterMethod = {
|
|
248
|
+
MASK: "mask",
|
|
249
|
+
REMOVE: "remove",
|
|
250
|
+
TAG: "tag",
|
|
251
|
+
};
|
|
265
252
|
export class TooManyTagsException extends __BaseException {
|
|
266
253
|
constructor(opts) {
|
|
267
254
|
super({
|
|
@@ -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
|
|
7
|
-
NONE
|
|
8
|
-
RECEIVE
|
|
9
|
-
SEND
|
|
10
|
-
SEND_RECEIVE
|
|
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
|
|
121
|
-
AVAILABLE
|
|
122
|
-
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
|
|
923
|
-
PHI
|
|
924
|
-
}
|
|
933
|
+
export declare const TranscribeMedicalContentIdentificationType: {
|
|
934
|
+
readonly PHI: "PHI";
|
|
935
|
+
};
|
|
925
936
|
/**
|
|
926
937
|
* @public
|
|
927
938
|
*/
|
|
928
|
-
export
|
|
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
|
|
935
|
-
|
|
936
|
-
|
|
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
|
|
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
|
|
958
|
-
|
|
959
|
-
|
|
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
|
|
995
|
-
PII
|
|
996
|
-
}
|
|
1030
|
+
export declare const TranscribeContentIdentificationType: {
|
|
1031
|
+
readonly PII: "PII";
|
|
1032
|
+
};
|
|
997
1033
|
/**
|
|
998
1034
|
* @public
|
|
999
1035
|
*/
|
|
1000
|
-
export
|
|
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
|
|
1007
|
-
|
|
1008
|
-
|
|
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
|
|
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
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
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
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
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
|
|
4
|
-
NONE
|
|
5
|
-
RECEIVE
|
|
6
|
-
SEND
|
|
7
|
-
SEND_RECEIVE
|
|
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
|
|
24
|
-
AVAILABLE
|
|
25
|
-
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
|
|
266
|
-
PHI
|
|
267
|
-
}
|
|
268
|
-
export
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
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
|
|
303
|
-
PII
|
|
304
|
-
}
|
|
305
|
-
export
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
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.
|
|
4
|
+
"version": "3.306.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.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.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.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.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.
|
|
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",
|