@aws-sdk/client-chime-sdk-meetings 3.54.1 → 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 +11 -0
- 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 +84 -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 +18 -15
- package/dist-types/models/models_0.d.ts +12 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- 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) {
|
|
@@ -1418,6 +1420,7 @@ var deserializeAws_restJson1Meeting = function (output, context) {
|
|
|
1418
1420
|
: undefined,
|
|
1419
1421
|
MeetingHostId: __expectString(output.MeetingHostId),
|
|
1420
1422
|
MeetingId: __expectString(output.MeetingId),
|
|
1423
|
+
PrimaryMeetingId: __expectString(output.PrimaryMeetingId),
|
|
1421
1424
|
};
|
|
1422
1425
|
};
|
|
1423
1426
|
var deserializeAws_restJson1MeetingFeaturesConfiguration = function (output, context) {
|
|
@@ -361,6 +361,10 @@ export interface CreateMeetingRequest {
|
|
|
361
361
|
* <p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>
|
|
362
362
|
*/
|
|
363
363
|
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
364
|
+
/**
|
|
365
|
+
* <p>When specified, replicates the media from the primary meeting to the new meeting.</p>
|
|
366
|
+
*/
|
|
367
|
+
PrimaryMeetingId?: string;
|
|
364
368
|
}
|
|
365
369
|
export declare namespace CreateMeetingRequest {
|
|
366
370
|
/**
|
|
@@ -445,6 +449,10 @@ export interface Meeting {
|
|
|
445
449
|
* <p>The features available to a meeting, such as Amazon Voice Focus.</p>
|
|
446
450
|
*/
|
|
447
451
|
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
452
|
+
/**
|
|
453
|
+
* <p>When specified, replicates the media from the primary meeting to this meeting.</p>
|
|
454
|
+
*/
|
|
455
|
+
PrimaryMeetingId?: string;
|
|
448
456
|
}
|
|
449
457
|
export declare namespace Meeting {
|
|
450
458
|
/**
|
|
@@ -517,6 +525,10 @@ export interface CreateMeetingWithAttendeesRequest {
|
|
|
517
525
|
* <p>The attendee information, including attendees' IDs and join tokens.</p>
|
|
518
526
|
*/
|
|
519
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;
|
|
520
532
|
}
|
|
521
533
|
export declare namespace CreateMeetingWithAttendeesRequest {
|
|
522
534
|
/**
|
|
@@ -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;
|
|
@@ -200,6 +200,8 @@ export interface CreateMeetingRequest {
|
|
|
200
200
|
NotificationsConfiguration?: NotificationsConfiguration;
|
|
201
201
|
|
|
202
202
|
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
203
|
+
|
|
204
|
+
PrimaryMeetingId?: string;
|
|
203
205
|
}
|
|
204
206
|
export declare namespace CreateMeetingRequest {
|
|
205
207
|
|
|
@@ -242,6 +244,8 @@ export interface Meeting {
|
|
|
242
244
|
MediaPlacement?: MediaPlacement;
|
|
243
245
|
|
|
244
246
|
MeetingFeatures?: MeetingFeaturesConfiguration;
|
|
247
|
+
|
|
248
|
+
PrimaryMeetingId?: string;
|
|
245
249
|
}
|
|
246
250
|
export declare namespace Meeting {
|
|
247
251
|
|
|
@@ -270,6 +274,8 @@ export interface CreateMeetingWithAttendeesRequest {
|
|
|
270
274
|
NotificationsConfiguration?: NotificationsConfiguration;
|
|
271
275
|
|
|
272
276
|
Attendees: CreateAttendeeRequestItem[] | undefined;
|
|
277
|
+
|
|
278
|
+
PrimaryMeetingId?: string;
|
|
273
279
|
}
|
|
274
280
|
export declare namespace CreateMeetingWithAttendeesRequest {
|
|
275
281
|
|
|
@@ -19,11 +19,11 @@ export declare const getRuntimeConfig: (config: ChimeSDKMeetingsClientConfig) =>
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
27
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
28
|
tls?: boolean | undefined;
|
|
29
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
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.55.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",
|
|
@@ -18,41 +18,41 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
41
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
42
|
-
"@aws-sdk/util-base64-node": "3.
|
|
43
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
50
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
51
|
-
"tslib": "^2.3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.55.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.55.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.55.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.55.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.55.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.55.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.55.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.55.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.55.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.55.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.55.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.55.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.55.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.55.0",
|
|
39
|
+
"@aws-sdk/types": "3.55.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.55.0",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.55.0",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.55.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.55.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.55.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.55.0",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
|
+
"tslib": "^2.3.1",
|
|
52
52
|
"uuid": "^8.3.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.55.0",
|
|
56
56
|
"@tsconfig/recommended": "1.0.1",
|
|
57
57
|
"@types/node": "^12.7.5",
|
|
58
58
|
"@types/uuid": "^8.3.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"downlevel-dts": "0.7.0",
|
|
61
61
|
"rimraf": "3.0.2",
|
|
62
62
|
"typedoc": "0.19.2",
|
|
63
|
-
"typescript": "~4.
|
|
63
|
+
"typescript": "~4.6.2"
|
|
64
64
|
},
|
|
65
65
|
"engines": {
|
|
66
66
|
"node": ">=12.0.0"
|