@aws-sdk/client-chime-sdk-meetings 3.53.0 → 3.55.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 +30 -0
- package/README.md +1 -2
- package/dist-cjs/ChimeSDKMeetingsClient.js +13 -13
- package/dist-cjs/commands/BatchCreateAttendeeCommand.js +3 -3
- package/dist-cjs/commands/CreateAttendeeCommand.js +3 -3
- package/dist-cjs/commands/CreateMeetingCommand.js +3 -3
- package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +3 -3
- package/dist-cjs/commands/DeleteAttendeeCommand.js +3 -3
- package/dist-cjs/commands/DeleteMeetingCommand.js +3 -3
- package/dist-cjs/commands/GetAttendeeCommand.js +3 -3
- package/dist-cjs/commands/GetMeetingCommand.js +3 -3
- package/dist-cjs/commands/ListAttendeesCommand.js +3 -3
- package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +3 -3
- package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_restJson1.js +90 -79
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/ChimeSDKMeetings.js +11 -11
- package/dist-es/pagination/ListAttendeesPaginator.js +4 -4
- package/dist-es/protocols/Aws_restJson1.js +25 -19
- package/dist-types/ChimeSDKMeetings.d.ts +1 -2
- package/dist-types/ChimeSDKMeetingsClient.d.ts +3 -4
- package/dist-types/models/models_0.d.ts +75 -43
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/ChimeSDKMeetingsClient.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +13 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +34 -34
|
@@ -23,7 +23,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
23
23
|
}
|
|
24
24
|
else if (typeof cb === "function") {
|
|
25
25
|
if (typeof optionsOrCb !== "object")
|
|
26
|
-
throw new Error("Expect http options but get "
|
|
26
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
27
27
|
this.send(command, optionsOrCb || {}, cb);
|
|
28
28
|
}
|
|
29
29
|
else {
|
|
@@ -37,7 +37,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
37
37
|
}
|
|
38
38
|
else if (typeof cb === "function") {
|
|
39
39
|
if (typeof optionsOrCb !== "object")
|
|
40
|
-
throw new Error("Expect http options but get "
|
|
40
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
41
41
|
this.send(command, optionsOrCb || {}, cb);
|
|
42
42
|
}
|
|
43
43
|
else {
|
|
@@ -51,7 +51,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
51
51
|
}
|
|
52
52
|
else if (typeof cb === "function") {
|
|
53
53
|
if (typeof optionsOrCb !== "object")
|
|
54
|
-
throw new Error("Expect http options but get "
|
|
54
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
55
55
|
this.send(command, optionsOrCb || {}, cb);
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
@@ -65,7 +65,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
65
65
|
}
|
|
66
66
|
else if (typeof cb === "function") {
|
|
67
67
|
if (typeof optionsOrCb !== "object")
|
|
68
|
-
throw new Error("Expect http options but get "
|
|
68
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
69
69
|
this.send(command, optionsOrCb || {}, cb);
|
|
70
70
|
}
|
|
71
71
|
else {
|
|
@@ -79,7 +79,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
79
79
|
}
|
|
80
80
|
else if (typeof cb === "function") {
|
|
81
81
|
if (typeof optionsOrCb !== "object")
|
|
82
|
-
throw new Error("Expect http options but get "
|
|
82
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
83
83
|
this.send(command, optionsOrCb || {}, cb);
|
|
84
84
|
}
|
|
85
85
|
else {
|
|
@@ -93,7 +93,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
93
93
|
}
|
|
94
94
|
else if (typeof cb === "function") {
|
|
95
95
|
if (typeof optionsOrCb !== "object")
|
|
96
|
-
throw new Error("Expect http options but get "
|
|
96
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
97
97
|
this.send(command, optionsOrCb || {}, cb);
|
|
98
98
|
}
|
|
99
99
|
else {
|
|
@@ -107,7 +107,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
107
107
|
}
|
|
108
108
|
else if (typeof cb === "function") {
|
|
109
109
|
if (typeof optionsOrCb !== "object")
|
|
110
|
-
throw new Error("Expect http options but get "
|
|
110
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
111
111
|
this.send(command, optionsOrCb || {}, cb);
|
|
112
112
|
}
|
|
113
113
|
else {
|
|
@@ -121,7 +121,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
121
121
|
}
|
|
122
122
|
else if (typeof cb === "function") {
|
|
123
123
|
if (typeof optionsOrCb !== "object")
|
|
124
|
-
throw new Error("Expect http options but get "
|
|
124
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
125
125
|
this.send(command, optionsOrCb || {}, cb);
|
|
126
126
|
}
|
|
127
127
|
else {
|
|
@@ -135,7 +135,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
135
135
|
}
|
|
136
136
|
else if (typeof cb === "function") {
|
|
137
137
|
if (typeof optionsOrCb !== "object")
|
|
138
|
-
throw new Error("Expect http options but get "
|
|
138
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
139
139
|
this.send(command, optionsOrCb || {}, cb);
|
|
140
140
|
}
|
|
141
141
|
else {
|
|
@@ -149,7 +149,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
149
149
|
}
|
|
150
150
|
else if (typeof cb === "function") {
|
|
151
151
|
if (typeof optionsOrCb !== "object")
|
|
152
|
-
throw new Error("Expect http options but get "
|
|
152
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
153
153
|
this.send(command, optionsOrCb || {}, cb);
|
|
154
154
|
}
|
|
155
155
|
else {
|
|
@@ -163,7 +163,7 @@ var ChimeSDKMeetings = (function (_super) {
|
|
|
163
163
|
}
|
|
164
164
|
else if (typeof cb === "function") {
|
|
165
165
|
if (typeof optionsOrCb !== "object")
|
|
166
|
-
throw new Error("Expect http options but get "
|
|
166
|
+
throw new Error("Expect http options but get ".concat(typeof optionsOrCb));
|
|
167
167
|
this.send(command, optionsOrCb || {}, cb);
|
|
168
168
|
}
|
|
169
169
|
else {
|
|
@@ -10,7 +10,7 @@ var makePagedClientRequest = function (client, input) {
|
|
|
10
10
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
11
|
return __generator(this, function (_a) {
|
|
12
12
|
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListAttendeesCommand(input)], __read(args)))];
|
|
13
|
+
case 0: return [4, client.send.apply(client, __spreadArray([new ListAttendeesCommand(input)], __read(args), false))];
|
|
14
14
|
case 1: return [2, _a.sent()];
|
|
15
15
|
}
|
|
16
16
|
});
|
|
@@ -24,7 +24,7 @@ var makePagedRequest = function (client, input) {
|
|
|
24
24
|
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
25
|
return __generator(this, function (_a) {
|
|
26
26
|
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listAttendees.apply(client, __spreadArray([input], __read(args)))];
|
|
27
|
+
case 0: return [4, client.listAttendees.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
28
|
case 1: return [2, _a.sent()];
|
|
29
29
|
}
|
|
30
30
|
});
|
|
@@ -48,13 +48,13 @@ export function paginateListAttendees(config, input) {
|
|
|
48
48
|
input.NextToken = token;
|
|
49
49
|
input["MaxResults"] = config.pageSize;
|
|
50
50
|
if (!(config.client instanceof ChimeSDKMeetings)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
51
|
+
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
52
|
case 2:
|
|
53
53
|
page = _a.sent();
|
|
54
54
|
return [3, 6];
|
|
55
55
|
case 3:
|
|
56
56
|
if (!(config.client instanceof ChimeSDKMeetingsClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments))))];
|
|
57
|
+
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
58
|
case 4:
|
|
59
59
|
page = _a.sent();
|
|
60
60
|
return [3, 6];
|
|
@@ -14,7 +14,7 @@ export var serializeAws_restJson1BatchCreateAttendeeCommand = function (input, c
|
|
|
14
14
|
headers = {
|
|
15
15
|
"content-type": "application/json",
|
|
16
16
|
};
|
|
17
|
-
resolvedPath = ""
|
|
17
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings/{MeetingId}/attendees";
|
|
18
18
|
if (input.MeetingId !== undefined) {
|
|
19
19
|
labelValue = input.MeetingId;
|
|
20
20
|
if (labelValue.length <= 0) {
|
|
@@ -55,7 +55,7 @@ export var serializeAws_restJson1CreateAttendeeCommand = function (input, contex
|
|
|
55
55
|
headers = {
|
|
56
56
|
"content-type": "application/json",
|
|
57
57
|
};
|
|
58
|
-
resolvedPath = ""
|
|
58
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings/{MeetingId}/attendees";
|
|
59
59
|
if (input.MeetingId !== undefined) {
|
|
60
60
|
labelValue = input.MeetingId;
|
|
61
61
|
if (labelValue.length <= 0) {
|
|
@@ -91,15 +91,16 @@ export var serializeAws_restJson1CreateMeetingCommand = function (input, context
|
|
|
91
91
|
headers = {
|
|
92
92
|
"content-type": "application/json",
|
|
93
93
|
};
|
|
94
|
-
resolvedPath = ""
|
|
95
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.ExternalMeetingId !== undefined &&
|
|
94
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings";
|
|
95
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign({ ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }, (input.ExternalMeetingId !== undefined &&
|
|
96
96
|
input.ExternalMeetingId !== null && { ExternalMeetingId: input.ExternalMeetingId })), (input.MediaRegion !== undefined && input.MediaRegion !== null && { MediaRegion: input.MediaRegion })), (input.MeetingFeatures !== undefined &&
|
|
97
97
|
input.MeetingFeatures !== null && {
|
|
98
98
|
MeetingFeatures: serializeAws_restJson1MeetingFeaturesConfiguration(input.MeetingFeatures, context),
|
|
99
99
|
})), (input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId })), (input.NotificationsConfiguration !== undefined &&
|
|
100
100
|
input.NotificationsConfiguration !== null && {
|
|
101
101
|
NotificationsConfiguration: serializeAws_restJson1NotificationsConfiguration(input.NotificationsConfiguration, context),
|
|
102
|
-
}))
|
|
102
|
+
})), (input.PrimaryMeetingId !== undefined &&
|
|
103
|
+
input.PrimaryMeetingId !== null && { PrimaryMeetingId: input.PrimaryMeetingId })));
|
|
103
104
|
return [2, new __HttpRequest({
|
|
104
105
|
protocol: protocol,
|
|
105
106
|
hostname: hostname,
|
|
@@ -123,11 +124,11 @@ export var serializeAws_restJson1CreateMeetingWithAttendeesCommand = function (i
|
|
|
123
124
|
headers = {
|
|
124
125
|
"content-type": "application/json",
|
|
125
126
|
};
|
|
126
|
-
resolvedPath = ""
|
|
127
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings";
|
|
127
128
|
query = {
|
|
128
129
|
operation: "create-attendees",
|
|
129
130
|
};
|
|
130
|
-
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Attendees !== undefined &&
|
|
131
|
+
body = JSON.stringify(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Attendees !== undefined &&
|
|
131
132
|
input.Attendees !== null && {
|
|
132
133
|
Attendees: serializeAws_restJson1CreateMeetingWithAttendeesRequestItemList(input.Attendees, context),
|
|
133
134
|
})), { ClientRequestToken: (_c = input.ClientRequestToken) !== null && _c !== void 0 ? _c : generateIdempotencyToken() }), (input.ExternalMeetingId !== undefined &&
|
|
@@ -137,7 +138,8 @@ export var serializeAws_restJson1CreateMeetingWithAttendeesCommand = function (i
|
|
|
137
138
|
})), (input.MeetingHostId !== undefined && input.MeetingHostId !== null && { MeetingHostId: input.MeetingHostId })), (input.NotificationsConfiguration !== undefined &&
|
|
138
139
|
input.NotificationsConfiguration !== null && {
|
|
139
140
|
NotificationsConfiguration: serializeAws_restJson1NotificationsConfiguration(input.NotificationsConfiguration, context),
|
|
140
|
-
}))
|
|
141
|
+
})), (input.PrimaryMeetingId !== undefined &&
|
|
142
|
+
input.PrimaryMeetingId !== null && { PrimaryMeetingId: input.PrimaryMeetingId })));
|
|
141
143
|
return [2, new __HttpRequest({
|
|
142
144
|
protocol: protocol,
|
|
143
145
|
hostname: hostname,
|
|
@@ -159,7 +161,7 @@ export var serializeAws_restJson1DeleteAttendeeCommand = function (input, contex
|
|
|
159
161
|
case 1:
|
|
160
162
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
161
163
|
headers = {};
|
|
162
|
-
resolvedPath = ""
|
|
164
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
163
165
|
"/meetings/{MeetingId}/attendees/{AttendeeId}";
|
|
164
166
|
if (input.MeetingId !== undefined) {
|
|
165
167
|
labelValue = input.MeetingId;
|
|
@@ -201,7 +203,7 @@ export var serializeAws_restJson1DeleteMeetingCommand = function (input, context
|
|
|
201
203
|
case 1:
|
|
202
204
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
203
205
|
headers = {};
|
|
204
|
-
resolvedPath = ""
|
|
206
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings/{MeetingId}";
|
|
205
207
|
if (input.MeetingId !== undefined) {
|
|
206
208
|
labelValue = input.MeetingId;
|
|
207
209
|
if (labelValue.length <= 0) {
|
|
@@ -232,7 +234,7 @@ export var serializeAws_restJson1GetAttendeeCommand = function (input, context)
|
|
|
232
234
|
case 1:
|
|
233
235
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
234
236
|
headers = {};
|
|
235
|
-
resolvedPath = ""
|
|
237
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") +
|
|
236
238
|
"/meetings/{MeetingId}/attendees/{AttendeeId}";
|
|
237
239
|
if (input.MeetingId !== undefined) {
|
|
238
240
|
labelValue = input.MeetingId;
|
|
@@ -274,7 +276,7 @@ export var serializeAws_restJson1GetMeetingCommand = function (input, context) {
|
|
|
274
276
|
case 1:
|
|
275
277
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
276
278
|
headers = {};
|
|
277
|
-
resolvedPath = ""
|
|
279
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings/{MeetingId}";
|
|
278
280
|
if (input.MeetingId !== undefined) {
|
|
279
281
|
labelValue = input.MeetingId;
|
|
280
282
|
if (labelValue.length <= 0) {
|
|
@@ -305,7 +307,7 @@ export var serializeAws_restJson1ListAttendeesCommand = function (input, context
|
|
|
305
307
|
case 1:
|
|
306
308
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
307
309
|
headers = {};
|
|
308
|
-
resolvedPath = ""
|
|
310
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings/{MeetingId}/attendees";
|
|
309
311
|
if (input.MeetingId !== undefined) {
|
|
310
312
|
labelValue = input.MeetingId;
|
|
311
313
|
if (labelValue.length <= 0) {
|
|
@@ -340,7 +342,7 @@ export var serializeAws_restJson1StartMeetingTranscriptionCommand = function (in
|
|
|
340
342
|
headers = {
|
|
341
343
|
"content-type": "application/json",
|
|
342
344
|
};
|
|
343
|
-
resolvedPath = ""
|
|
345
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings/{MeetingId}/transcription";
|
|
344
346
|
if (input.MeetingId !== undefined) {
|
|
345
347
|
labelValue = input.MeetingId;
|
|
346
348
|
if (labelValue.length <= 0) {
|
|
@@ -379,7 +381,7 @@ export var serializeAws_restJson1StopMeetingTranscriptionCommand = function (inp
|
|
|
379
381
|
case 1:
|
|
380
382
|
_a = _c.sent(), hostname = _a.hostname, _b = _a.protocol, protocol = _b === void 0 ? "https" : _b, port = _a.port, basePath = _a.path;
|
|
381
383
|
headers = {};
|
|
382
|
-
resolvedPath = ""
|
|
384
|
+
resolvedPath = "".concat((basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || "") + "/meetings/{MeetingId}/transcription";
|
|
383
385
|
if (input.MeetingId !== undefined) {
|
|
384
386
|
labelValue = input.MeetingId;
|
|
385
387
|
if (labelValue.length <= 0) {
|
|
@@ -1320,15 +1322,18 @@ var serializeAws_restJson1EngineTranscribeMedicalSettings = function (input, con
|
|
|
1320
1322
|
input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
|
|
1321
1323
|
};
|
|
1322
1324
|
var serializeAws_restJson1EngineTranscribeSettings = function (input, context) {
|
|
1323
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
|
|
1325
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.ContentIdentificationType !== undefined &&
|
|
1324
1326
|
input.ContentIdentificationType !== null && { ContentIdentificationType: input.ContentIdentificationType })), (input.ContentRedactionType !== undefined &&
|
|
1325
1327
|
input.ContentRedactionType !== null && { ContentRedactionType: input.ContentRedactionType })), (input.EnablePartialResultsStabilization !== undefined &&
|
|
1326
1328
|
input.EnablePartialResultsStabilization !== null && {
|
|
1327
1329
|
EnablePartialResultsStabilization: input.EnablePartialResultsStabilization,
|
|
1328
|
-
})), (input.
|
|
1329
|
-
input.
|
|
1330
|
+
})), (input.IdentifyLanguage !== undefined &&
|
|
1331
|
+
input.IdentifyLanguage !== null && { IdentifyLanguage: input.IdentifyLanguage })), (input.LanguageCode !== undefined && input.LanguageCode !== null && { LanguageCode: input.LanguageCode })), (input.LanguageModelName !== undefined &&
|
|
1332
|
+
input.LanguageModelName !== null && { LanguageModelName: input.LanguageModelName })), (input.LanguageOptions !== undefined &&
|
|
1333
|
+
input.LanguageOptions !== null && { LanguageOptions: input.LanguageOptions })), (input.PartialResultsStability !== undefined &&
|
|
1330
1334
|
input.PartialResultsStability !== null && { PartialResultsStability: input.PartialResultsStability })), (input.PiiEntityTypes !== undefined &&
|
|
1331
|
-
input.PiiEntityTypes !== null && { PiiEntityTypes: input.PiiEntityTypes })), (input.
|
|
1335
|
+
input.PiiEntityTypes !== null && { PiiEntityTypes: input.PiiEntityTypes })), (input.PreferredLanguage !== undefined &&
|
|
1336
|
+
input.PreferredLanguage !== null && { PreferredLanguage: input.PreferredLanguage })), (input.Region !== undefined && input.Region !== null && { Region: input.Region })), (input.VocabularyFilterMethod !== undefined &&
|
|
1332
1337
|
input.VocabularyFilterMethod !== null && { VocabularyFilterMethod: input.VocabularyFilterMethod })), (input.VocabularyFilterName !== undefined &&
|
|
1333
1338
|
input.VocabularyFilterName !== null && { VocabularyFilterName: input.VocabularyFilterName })), (input.VocabularyName !== undefined &&
|
|
1334
1339
|
input.VocabularyName !== null && { VocabularyName: input.VocabularyName }));
|
|
@@ -1415,6 +1420,7 @@ var deserializeAws_restJson1Meeting = function (output, context) {
|
|
|
1415
1420
|
: undefined,
|
|
1416
1421
|
MeetingHostId: __expectString(output.MeetingHostId),
|
|
1417
1422
|
MeetingId: __expectString(output.MeetingId),
|
|
1423
|
+
PrimaryMeetingId: __expectString(output.PrimaryMeetingId),
|
|
1418
1424
|
};
|
|
1419
1425
|
};
|
|
1420
1426
|
var deserializeAws_restJson1MeetingFeaturesConfiguration = function (output, context) {
|
|
@@ -13,8 +13,7 @@ import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommand
|
|
|
13
13
|
import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "./commands/StopMeetingTranscriptionCommand";
|
|
14
14
|
/**
|
|
15
15
|
* <p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and
|
|
16
|
-
* receive meeting notifications. For more information
|
|
17
|
-
* about the meeting APIs, see <a href="http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_meetings">Amazon Chime SDK meetings</a>.</p>
|
|
16
|
+
* receive meeting notifications. For more information about the meeting APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
|
|
18
17
|
*/
|
|
19
18
|
export declare class ChimeSDKMeetings extends ChimeSDKMeetingsClient {
|
|
20
19
|
/**
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
|
|
10
10
|
import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
|
|
11
11
|
import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
|
|
@@ -39,7 +39,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
39
39
|
* A function that can calculate the length of a request body.
|
|
40
40
|
* @internal
|
|
41
41
|
*/
|
|
42
|
-
bodyLengthChecker?:
|
|
42
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
43
43
|
/**
|
|
44
44
|
* A function that converts a stream into an array of bytes.
|
|
45
45
|
* @internal
|
|
@@ -138,8 +138,7 @@ export interface ChimeSDKMeetingsClientResolvedConfig extends ChimeSDKMeetingsCl
|
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
140
|
* <p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and
|
|
141
|
-
* receive meeting notifications. For more information
|
|
142
|
-
* about the meeting APIs, see <a href="http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_meetings">Amazon Chime SDK meetings</a>.</p>
|
|
141
|
+
* receive meeting notifications. For more information about the meeting APIs, see <a href="https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Meetings.html">Amazon Chime SDK meetings</a>.</p>
|
|
143
142
|
*/
|
|
144
143
|
export declare class ChimeSDKMeetingsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ChimeSDKMeetingsClientResolvedConfig> {
|
|
145
144
|
/**
|
|
@@ -40,7 +40,7 @@ export declare enum MeetingFeatureStatus {
|
|
|
40
40
|
UNAVAILABLE = "UNAVAILABLE"
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
* <p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus
|
|
43
|
+
* <p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus. </p>
|
|
44
44
|
*/
|
|
45
45
|
export interface AudioFeatures {
|
|
46
46
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class UnprocessableEntityException extends __BaseException {
|
|
|
276
276
|
constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
|
|
277
277
|
}
|
|
278
278
|
/**
|
|
279
|
-
* <p>The configuration settings of the features available to a meeting
|
|
279
|
+
* <p>The configuration settings of the features available to a meeting.></p>
|
|
280
280
|
*/
|
|
281
281
|
export interface MeetingFeaturesConfiguration {
|
|
282
282
|
/**
|
|
@@ -323,43 +323,26 @@ export interface CreateMeetingRequest {
|
|
|
323
323
|
*
|
|
324
324
|
* <p>
|
|
325
325
|
* Available values:
|
|
326
|
-
* <code>af-south-1</code
|
|
327
|
-
*
|
|
328
|
-
* <code>ap-northeast-
|
|
329
|
-
*
|
|
330
|
-
* <code>ap-
|
|
331
|
-
*
|
|
332
|
-
* <code>
|
|
333
|
-
*
|
|
334
|
-
* <code>
|
|
335
|
-
*
|
|
336
|
-
* <code>
|
|
337
|
-
*
|
|
338
|
-
* <code>
|
|
339
|
-
*
|
|
340
|
-
* <code>
|
|
341
|
-
*
|
|
342
|
-
* <code>
|
|
343
|
-
*
|
|
344
|
-
* <code>eu-south-1</code>
|
|
345
|
-
* ,
|
|
346
|
-
* <code>eu-west-1</code>
|
|
347
|
-
* ,
|
|
348
|
-
* <code>eu-west-2</code>
|
|
349
|
-
* ,
|
|
350
|
-
* <code>eu-west-3</code>
|
|
351
|
-
* ,
|
|
352
|
-
* <code>sa-east-1</code>
|
|
353
|
-
* ,
|
|
354
|
-
* <code>us-east-1</code>
|
|
355
|
-
* ,
|
|
356
|
-
* <code>us-east-2</code>
|
|
357
|
-
* ,
|
|
358
|
-
* <code>us-west-1</code>
|
|
359
|
-
* ,
|
|
360
|
-
* <code>us-west-2</code>
|
|
361
|
-
* .
|
|
326
|
+
* <code>af-south-1</code>,
|
|
327
|
+
* <code>ap-northeast-1</code>,
|
|
328
|
+
* <code>ap-northeast-2</code>,
|
|
329
|
+
* <code>ap-south-1</code>,
|
|
330
|
+
* <code>ap-southeast-1</code>,
|
|
331
|
+
* <code>ap-southeast-2</code>,
|
|
332
|
+
* <code>ca-central-1</code>,
|
|
333
|
+
* <code>eu-central-1</code>,
|
|
334
|
+
* <code>eu-north-1</code>,
|
|
335
|
+
* <code>eu-south-1</code>,
|
|
336
|
+
* <code>eu-west-1</code>,
|
|
337
|
+
* <code>eu-west-2</code>,
|
|
338
|
+
* <code>eu-west-3</code>,
|
|
339
|
+
* <code>sa-east-1</code>,
|
|
340
|
+
* <code>us-east-1</code>,
|
|
341
|
+
* <code>us-east-2</code>,
|
|
342
|
+
* <code>us-west-1</code>,
|
|
343
|
+
* <code>us-west-2</code>.
|
|
362
344
|
* </p>
|
|
345
|
+
* <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>
|
|
363
346
|
*/
|
|
364
347
|
MediaRegion: string | undefined;
|
|
365
348
|
/**
|
|
@@ -378,6 +361,10 @@ export interface CreateMeetingRequest {
|
|
|
378
361
|
* <p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>
|
|
379
362
|
*/
|
|
380
363
|
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
364
|
+
/**
|
|
365
|
+
* <p>When specified, replicates the media from the primary meeting to the new meeting.</p>
|
|
366
|
+
*/
|
|
367
|
+
PrimaryMeetingId?: string;
|
|
381
368
|
}
|
|
382
369
|
export declare namespace CreateMeetingRequest {
|
|
383
370
|
/**
|
|
@@ -451,6 +438,7 @@ export interface Meeting {
|
|
|
451
438
|
* <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>,
|
|
452
439
|
* <code>sa-east-1</code>, <code>us-east-1</code>, <code>us-east-2</code>,
|
|
453
440
|
* <code>us-west-1</code>, <code>us-west-2</code>.</p>
|
|
441
|
+
* <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>
|
|
454
442
|
*/
|
|
455
443
|
MediaRegion?: string;
|
|
456
444
|
/**
|
|
@@ -461,6 +449,10 @@ export interface Meeting {
|
|
|
461
449
|
* <p>The features available to a meeting, such as Amazon Voice Focus.</p>
|
|
462
450
|
*/
|
|
463
451
|
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
452
|
+
/**
|
|
453
|
+
* <p>When specified, replicates the media from the primary meeting to this meeting.</p>
|
|
454
|
+
*/
|
|
455
|
+
PrimaryMeetingId?: string;
|
|
464
456
|
}
|
|
465
457
|
export declare namespace Meeting {
|
|
466
458
|
/**
|
|
@@ -488,6 +480,29 @@ export interface CreateMeetingWithAttendeesRequest {
|
|
|
488
480
|
ClientRequestToken?: string;
|
|
489
481
|
/**
|
|
490
482
|
* <p>The Region in which to create the meeting.</p>
|
|
483
|
+
*
|
|
484
|
+
* <p>
|
|
485
|
+
* Available values:
|
|
486
|
+
* <code>af-south-1</code>,
|
|
487
|
+
* <code>ap-northeast-1</code>,
|
|
488
|
+
* <code>ap-northeast-2</code>,
|
|
489
|
+
* <code>ap-south-1</code>,
|
|
490
|
+
* <code>ap-southeast-1</code>,
|
|
491
|
+
* <code>ap-southeast-2</code>,
|
|
492
|
+
* <code>ca-central-1</code>,
|
|
493
|
+
* <code>eu-central-1</code>,
|
|
494
|
+
* <code>eu-north-1</code>,
|
|
495
|
+
* <code>eu-south-1</code>,
|
|
496
|
+
* <code>eu-west-1</code>,
|
|
497
|
+
* <code>eu-west-2</code>,
|
|
498
|
+
* <code>eu-west-3</code>,
|
|
499
|
+
* <code>sa-east-1</code>,
|
|
500
|
+
* <code>us-east-1</code>,
|
|
501
|
+
* <code>us-east-2</code>,
|
|
502
|
+
* <code>us-west-1</code>,
|
|
503
|
+
* <code>us-west-2</code>.
|
|
504
|
+
* </p>
|
|
505
|
+
* <p>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</p>
|
|
491
506
|
*/
|
|
492
507
|
MediaRegion: string | undefined;
|
|
493
508
|
/**
|
|
@@ -510,6 +525,10 @@ export interface CreateMeetingWithAttendeesRequest {
|
|
|
510
525
|
* <p>The attendee information, including attendees' IDs and join tokens.</p>
|
|
511
526
|
*/
|
|
512
527
|
Attendees: CreateAttendeeRequestItem[] | undefined;
|
|
528
|
+
/**
|
|
529
|
+
* <p>When specified, replicates the media from the primary meeting to the new meeting.</p>
|
|
530
|
+
*/
|
|
531
|
+
PrimaryMeetingId?: string;
|
|
513
532
|
}
|
|
514
533
|
export declare namespace CreateMeetingWithAttendeesRequest {
|
|
515
534
|
/**
|
|
@@ -767,7 +786,7 @@ export interface EngineTranscribeSettings {
|
|
|
767
786
|
/**
|
|
768
787
|
* <p>The language code specified for the Amazon Transcribe engine.</p>
|
|
769
788
|
*/
|
|
770
|
-
LanguageCode
|
|
789
|
+
LanguageCode?: TranscribeLanguageCode | string;
|
|
771
790
|
/**
|
|
772
791
|
* <p>The filtering method passed to Amazon Transcribe.</p>
|
|
773
792
|
*/
|
|
@@ -805,11 +824,12 @@ export interface EngineTranscribeSettings {
|
|
|
805
824
|
/**
|
|
806
825
|
* <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>
|
|
807
826
|
*
|
|
808
|
-
*
|
|
809
|
-
*
|
|
810
|
-
*
|
|
827
|
+
* <p>
|
|
828
|
+
* <code>PIIEntityTypes</code> must be comma-separated. The available values are:
|
|
829
|
+
* <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>,
|
|
830
|
+
* <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p>
|
|
811
831
|
*
|
|
812
|
-
*
|
|
832
|
+
* <p>
|
|
813
833
|
* <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>
|
|
814
834
|
*/
|
|
815
835
|
PiiEntityTypes?: string;
|
|
@@ -817,6 +837,18 @@ export interface EngineTranscribeSettings {
|
|
|
817
837
|
* <p>The name of the language model used during transcription.</p>
|
|
818
838
|
*/
|
|
819
839
|
LanguageModelName?: string;
|
|
840
|
+
/**
|
|
841
|
+
* <p>Automatically identifies the language spoken in media files.</p>
|
|
842
|
+
*/
|
|
843
|
+
IdentifyLanguage?: boolean;
|
|
844
|
+
/**
|
|
845
|
+
* <p>Language codes for the languages that you want to identify. You must provide at least 2 codes.</p>
|
|
846
|
+
*/
|
|
847
|
+
LanguageOptions?: string;
|
|
848
|
+
/**
|
|
849
|
+
* <p>Language code for the preferred language.</p>
|
|
850
|
+
*/
|
|
851
|
+
PreferredLanguage?: TranscribeLanguageCode | string;
|
|
820
852
|
}
|
|
821
853
|
export declare namespace EngineTranscribeSettings {
|
|
822
854
|
/**
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
|
|
|
8
8
|
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
13
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
14
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
|
|
|
8
8
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
10
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
12
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
13
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
14
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
@@ -21,11 +21,11 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
|
|
|
21
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
22
22
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
23
23
|
serviceId: string;
|
|
24
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
24
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
|
|
10
10
|
import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
|
|
11
11
|
import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
|
|
@@ -27,7 +27,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
27
27
|
|
|
28
28
|
urlParser?: __UrlParser;
|
|
29
29
|
|
|
30
|
-
bodyLengthChecker?:
|
|
30
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
31
31
|
|
|
32
32
|
streamCollector?: __StreamCollector;
|
|
33
33
|
|