@aws-sdk/client-kinesis-video-signaling 3.948.0 → 3.953.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/index.js +63 -49
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/GetIceServerConfigCommand.js +2 -2
- package/dist-es/commands/SendAlexaOfferToMasterCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +29 -29
- package/dist-types/KinesisVideoSignalingClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +15 -17
- package/dist-types/ts3.4/KinesisVideoSignalingClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -17
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class KinesisVideoSignalingClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class KinesisVideoSignalingServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, KinesisVideoSignalingServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class ClientLimitExceededException extends KinesisVideoSignalingServiceException {
|
|
122
122
|
name = "ClientLimitExceededException";
|
|
123
123
|
$fault = "client";
|
|
124
124
|
Message;
|
|
@@ -131,8 +131,8 @@ let ClientLimitExceededException$1 = class ClientLimitExceededException extends
|
|
|
131
131
|
Object.setPrototypeOf(this, ClientLimitExceededException.prototype);
|
|
132
132
|
this.Message = opts.Message;
|
|
133
133
|
}
|
|
134
|
-
}
|
|
135
|
-
|
|
134
|
+
}
|
|
135
|
+
class InvalidArgumentException extends KinesisVideoSignalingServiceException {
|
|
136
136
|
name = "InvalidArgumentException";
|
|
137
137
|
$fault = "client";
|
|
138
138
|
Message;
|
|
@@ -145,8 +145,8 @@ let InvalidArgumentException$1 = class InvalidArgumentException extends KinesisV
|
|
|
145
145
|
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
146
146
|
this.Message = opts.Message;
|
|
147
147
|
}
|
|
148
|
-
}
|
|
149
|
-
|
|
148
|
+
}
|
|
149
|
+
class InvalidClientException extends KinesisVideoSignalingServiceException {
|
|
150
150
|
name = "InvalidClientException";
|
|
151
151
|
$fault = "client";
|
|
152
152
|
constructor(opts) {
|
|
@@ -157,8 +157,8 @@ let InvalidClientException$1 = class InvalidClientException extends KinesisVideo
|
|
|
157
157
|
});
|
|
158
158
|
Object.setPrototypeOf(this, InvalidClientException.prototype);
|
|
159
159
|
}
|
|
160
|
-
}
|
|
161
|
-
|
|
160
|
+
}
|
|
161
|
+
class NotAuthorizedException extends KinesisVideoSignalingServiceException {
|
|
162
162
|
name = "NotAuthorizedException";
|
|
163
163
|
$fault = "client";
|
|
164
164
|
Message;
|
|
@@ -171,8 +171,8 @@ let NotAuthorizedException$1 = class NotAuthorizedException extends KinesisVideo
|
|
|
171
171
|
Object.setPrototypeOf(this, NotAuthorizedException.prototype);
|
|
172
172
|
this.Message = opts.Message;
|
|
173
173
|
}
|
|
174
|
-
}
|
|
175
|
-
|
|
174
|
+
}
|
|
175
|
+
class ResourceNotFoundException extends KinesisVideoSignalingServiceException {
|
|
176
176
|
name = "ResourceNotFoundException";
|
|
177
177
|
$fault = "client";
|
|
178
178
|
Message;
|
|
@@ -185,8 +185,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Kinesi
|
|
|
185
185
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
186
186
|
this.Message = opts.Message;
|
|
187
187
|
}
|
|
188
|
-
}
|
|
189
|
-
|
|
188
|
+
}
|
|
189
|
+
class SessionExpiredException extends KinesisVideoSignalingServiceException {
|
|
190
190
|
name = "SessionExpiredException";
|
|
191
191
|
$fault = "client";
|
|
192
192
|
constructor(opts) {
|
|
@@ -197,7 +197,7 @@ let SessionExpiredException$1 = class SessionExpiredException extends KinesisVid
|
|
|
197
197
|
});
|
|
198
198
|
Object.setPrototypeOf(this, SessionExpiredException.prototype);
|
|
199
199
|
}
|
|
200
|
-
}
|
|
200
|
+
}
|
|
201
201
|
|
|
202
202
|
const _A = "Answer";
|
|
203
203
|
const _CARN = "ChannelARN";
|
|
@@ -231,24 +231,24 @@ const _hE = "httpError";
|
|
|
231
231
|
const _m = "message";
|
|
232
232
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisvideosignaling";
|
|
233
233
|
const n0 = "com.amazonaws.kinesisvideosignaling";
|
|
234
|
-
var ClientLimitExceededException = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
235
|
-
schema.TypeRegistry.for(n0).registerError(ClientLimitExceededException
|
|
236
|
-
var GetIceServerConfigRequest = [3, n0, _GISCR, 0, [_CARN, _CI, _S, _U], [0, 0, 0, 0]];
|
|
237
|
-
var GetIceServerConfigResponse = [3, n0, _GISCRe, 0, [_ISL], [() => IceServerList]];
|
|
238
|
-
var IceServer = [3, n0, _IS, 0, [_Ur, _U, _P, _T], [64 | 0, 0, 0, 1]];
|
|
239
|
-
var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
240
|
-
schema.TypeRegistry.for(n0).registerError(InvalidArgumentException
|
|
241
|
-
var InvalidClientException = [-3, n0, _ICE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
242
|
-
schema.TypeRegistry.for(n0).registerError(InvalidClientException
|
|
243
|
-
var NotAuthorizedException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
244
|
-
schema.TypeRegistry.for(n0).registerError(NotAuthorizedException
|
|
245
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
246
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
247
|
-
var SendAlexaOfferToMasterRequest = [3, n0, _SAOTMR, 0, [_CARN, _SCI, _MP], [0, 0, 0]];
|
|
248
|
-
var SendAlexaOfferToMasterResponse = [3, n0, _SAOTMRe, 0, [_A], [0]];
|
|
249
|
-
var SessionExpiredException = [-3, n0, _SEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
250
|
-
schema.TypeRegistry.for(n0).registerError(SessionExpiredException
|
|
251
|
-
var KinesisVideoSignalingServiceException = [
|
|
234
|
+
var ClientLimitExceededException$ = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
235
|
+
schema.TypeRegistry.for(n0).registerError(ClientLimitExceededException$, ClientLimitExceededException);
|
|
236
|
+
var GetIceServerConfigRequest$ = [3, n0, _GISCR, 0, [_CARN, _CI, _S, _U], [0, 0, 0, 0]];
|
|
237
|
+
var GetIceServerConfigResponse$ = [3, n0, _GISCRe, 0, [_ISL], [() => IceServerList]];
|
|
238
|
+
var IceServer$ = [3, n0, _IS, 0, [_Ur, _U, _P, _T], [64 | 0, 0, 0, 1]];
|
|
239
|
+
var InvalidArgumentException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
240
|
+
schema.TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
|
|
241
|
+
var InvalidClientException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
242
|
+
schema.TypeRegistry.for(n0).registerError(InvalidClientException$, InvalidClientException);
|
|
243
|
+
var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
244
|
+
schema.TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
245
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
246
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
247
|
+
var SendAlexaOfferToMasterRequest$ = [3, n0, _SAOTMR, 0, [_CARN, _SCI, _MP], [0, 0, 0]];
|
|
248
|
+
var SendAlexaOfferToMasterResponse$ = [3, n0, _SAOTMRe, 0, [_A], [0]];
|
|
249
|
+
var SessionExpiredException$ = [-3, n0, _SEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
250
|
+
schema.TypeRegistry.for(n0).registerError(SessionExpiredException$, SessionExpiredException);
|
|
251
|
+
var KinesisVideoSignalingServiceException$ = [
|
|
252
252
|
-3,
|
|
253
253
|
_s,
|
|
254
254
|
"KinesisVideoSignalingServiceException",
|
|
@@ -256,23 +256,23 @@ var KinesisVideoSignalingServiceException = [
|
|
|
256
256
|
[],
|
|
257
257
|
[],
|
|
258
258
|
];
|
|
259
|
-
schema.TypeRegistry.for(_s).registerError(KinesisVideoSignalingServiceException
|
|
260
|
-
var IceServerList = [1, n0, _ISL, 0, () => IceServer];
|
|
261
|
-
var GetIceServerConfig = [
|
|
259
|
+
schema.TypeRegistry.for(_s).registerError(KinesisVideoSignalingServiceException$, KinesisVideoSignalingServiceException);
|
|
260
|
+
var IceServerList = [1, n0, _ISL, 0, () => IceServer$];
|
|
261
|
+
var GetIceServerConfig$ = [
|
|
262
262
|
9,
|
|
263
263
|
n0,
|
|
264
264
|
_GISC,
|
|
265
265
|
{ [_h]: ["POST", "/v1/get-ice-server-config", 200] },
|
|
266
|
-
() => GetIceServerConfigRequest
|
|
267
|
-
() => GetIceServerConfigResponse
|
|
266
|
+
() => GetIceServerConfigRequest$,
|
|
267
|
+
() => GetIceServerConfigResponse$,
|
|
268
268
|
];
|
|
269
|
-
var SendAlexaOfferToMaster = [
|
|
269
|
+
var SendAlexaOfferToMaster$ = [
|
|
270
270
|
9,
|
|
271
271
|
n0,
|
|
272
272
|
_SAOTM,
|
|
273
273
|
{ [_h]: ["POST", "/v1/send-alexa-offer-to-master", 200] },
|
|
274
|
-
() => SendAlexaOfferToMasterRequest
|
|
275
|
-
() => SendAlexaOfferToMasterResponse
|
|
274
|
+
() => SendAlexaOfferToMasterRequest$,
|
|
275
|
+
() => SendAlexaOfferToMasterResponse$,
|
|
276
276
|
];
|
|
277
277
|
|
|
278
278
|
class GetIceServerConfigCommand extends smithyClient.Command
|
|
@@ -283,7 +283,7 @@ class GetIceServerConfigCommand extends smithyClient.Command
|
|
|
283
283
|
})
|
|
284
284
|
.s("AWSAcuitySignalingService", "GetIceServerConfig", {})
|
|
285
285
|
.n("KinesisVideoSignalingClient", "GetIceServerConfigCommand")
|
|
286
|
-
.sc(GetIceServerConfig)
|
|
286
|
+
.sc(GetIceServerConfig$)
|
|
287
287
|
.build() {
|
|
288
288
|
}
|
|
289
289
|
|
|
@@ -295,7 +295,7 @@ class SendAlexaOfferToMasterCommand extends smithyClient.Command
|
|
|
295
295
|
})
|
|
296
296
|
.s("AWSAcuitySignalingService", "SendAlexaOfferToMaster", {})
|
|
297
297
|
.n("KinesisVideoSignalingClient", "SendAlexaOfferToMasterCommand")
|
|
298
|
-
.sc(SendAlexaOfferToMaster)
|
|
298
|
+
.sc(SendAlexaOfferToMaster$)
|
|
299
299
|
.build() {
|
|
300
300
|
}
|
|
301
301
|
|
|
@@ -319,15 +319,29 @@ Object.defineProperty(exports, "__Client", {
|
|
|
319
319
|
enumerable: true,
|
|
320
320
|
get: function () { return smithyClient.Client; }
|
|
321
321
|
});
|
|
322
|
-
exports.ClientLimitExceededException = ClientLimitExceededException
|
|
322
|
+
exports.ClientLimitExceededException = ClientLimitExceededException;
|
|
323
|
+
exports.ClientLimitExceededException$ = ClientLimitExceededException$;
|
|
324
|
+
exports.GetIceServerConfig$ = GetIceServerConfig$;
|
|
323
325
|
exports.GetIceServerConfigCommand = GetIceServerConfigCommand;
|
|
324
|
-
exports.
|
|
325
|
-
exports.
|
|
326
|
+
exports.GetIceServerConfigRequest$ = GetIceServerConfigRequest$;
|
|
327
|
+
exports.GetIceServerConfigResponse$ = GetIceServerConfigResponse$;
|
|
328
|
+
exports.IceServer$ = IceServer$;
|
|
329
|
+
exports.InvalidArgumentException = InvalidArgumentException;
|
|
330
|
+
exports.InvalidArgumentException$ = InvalidArgumentException$;
|
|
331
|
+
exports.InvalidClientException = InvalidClientException;
|
|
332
|
+
exports.InvalidClientException$ = InvalidClientException$;
|
|
326
333
|
exports.KinesisVideoSignaling = KinesisVideoSignaling;
|
|
327
334
|
exports.KinesisVideoSignalingClient = KinesisVideoSignalingClient;
|
|
328
|
-
exports.KinesisVideoSignalingServiceException = KinesisVideoSignalingServiceException
|
|
329
|
-
exports.
|
|
330
|
-
exports.
|
|
335
|
+
exports.KinesisVideoSignalingServiceException = KinesisVideoSignalingServiceException;
|
|
336
|
+
exports.KinesisVideoSignalingServiceException$ = KinesisVideoSignalingServiceException$;
|
|
337
|
+
exports.NotAuthorizedException = NotAuthorizedException;
|
|
338
|
+
exports.NotAuthorizedException$ = NotAuthorizedException$;
|
|
339
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
340
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
341
|
+
exports.SendAlexaOfferToMaster$ = SendAlexaOfferToMaster$;
|
|
331
342
|
exports.SendAlexaOfferToMasterCommand = SendAlexaOfferToMasterCommand;
|
|
343
|
+
exports.SendAlexaOfferToMasterRequest$ = SendAlexaOfferToMasterRequest$;
|
|
344
|
+
exports.SendAlexaOfferToMasterResponse$ = SendAlexaOfferToMasterResponse$;
|
|
332
345
|
exports.Service = Service;
|
|
333
|
-
exports.SessionExpiredException = SessionExpiredException
|
|
346
|
+
exports.SessionExpiredException = SessionExpiredException;
|
|
347
|
+
exports.SessionExpiredException$ = SessionExpiredException$;
|
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.kinesisvideosignaling",
|
|
32
|
+
version: "2019-12-04",
|
|
33
|
+
serviceTarget: "AWSAcuitySignalingService",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "Kinesis Video Signaling",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetIceServerConfig } from "../schemas/schemas_0";
|
|
4
|
+
import { GetIceServerConfig$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetIceServerConfigCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetIceServerConfigCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSAcuitySignalingService", "GetIceServerConfig", {})
|
|
13
13
|
.n("KinesisVideoSignalingClient", "GetIceServerConfigCommand")
|
|
14
|
-
.sc(GetIceServerConfig)
|
|
14
|
+
.sc(GetIceServerConfig$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SendAlexaOfferToMaster } from "../schemas/schemas_0";
|
|
4
|
+
import { SendAlexaOfferToMaster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SendAlexaOfferToMasterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SendAlexaOfferToMasterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("AWSAcuitySignalingService", "SendAlexaOfferToMaster", {})
|
|
13
13
|
.n("KinesisVideoSignalingClient", "SendAlexaOfferToMasterCommand")
|
|
14
|
-
.sc(SendAlexaOfferToMaster)
|
|
14
|
+
.sc(SendAlexaOfferToMaster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./KinesisVideoSignalingClient";
|
|
2
2
|
export * from "./KinesisVideoSignaling";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export * from "./schemas/schemas_0";
|
|
4
5
|
export * from "./models/enums";
|
|
5
6
|
export * from "./models/errors";
|
|
6
7
|
export { KinesisVideoSignalingServiceException } from "./models/KinesisVideoSignalingServiceException";
|
|
@@ -23,7 +23,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
26
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.kinesisvideosignaling",
|
|
29
|
+
version: "2019-12-04",
|
|
30
|
+
serviceTarget: "AWSAcuitySignalingService",
|
|
31
|
+
},
|
|
27
32
|
serviceId: config?.serviceId ?? "Kinesis Video Signaling",
|
|
28
33
|
urlParser: config?.urlParser ?? parseUrl,
|
|
29
34
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
@@ -31,26 +31,26 @@ const _m = "message";
|
|
|
31
31
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kinesisvideosignaling";
|
|
32
32
|
const n0 = "com.amazonaws.kinesisvideosignaling";
|
|
33
33
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
34
|
-
import { ClientLimitExceededException
|
|
35
|
-
import { KinesisVideoSignalingServiceException
|
|
36
|
-
export var ClientLimitExceededException = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
37
|
-
TypeRegistry.for(n0).registerError(ClientLimitExceededException
|
|
38
|
-
export var GetIceServerConfigRequest = [3, n0, _GISCR, 0, [_CARN, _CI, _S, _U], [0, 0, 0, 0]];
|
|
39
|
-
export var GetIceServerConfigResponse = [3, n0, _GISCRe, 0, [_ISL], [() => IceServerList]];
|
|
40
|
-
export var IceServer = [3, n0, _IS, 0, [_Ur, _U, _P, _T], [64 | 0, 0, 0, 1]];
|
|
41
|
-
export var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
42
|
-
TypeRegistry.for(n0).registerError(InvalidArgumentException
|
|
43
|
-
export var InvalidClientException = [-3, n0, _ICE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
44
|
-
TypeRegistry.for(n0).registerError(InvalidClientException
|
|
45
|
-
export var NotAuthorizedException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
46
|
-
TypeRegistry.for(n0).registerError(NotAuthorizedException
|
|
47
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
48
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
49
|
-
export var SendAlexaOfferToMasterRequest = [3, n0, _SAOTMR, 0, [_CARN, _SCI, _MP], [0, 0, 0]];
|
|
50
|
-
export var SendAlexaOfferToMasterResponse = [3, n0, _SAOTMRe, 0, [_A], [0]];
|
|
51
|
-
export var SessionExpiredException = [-3, n0, _SEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
52
|
-
TypeRegistry.for(n0).registerError(SessionExpiredException
|
|
53
|
-
export var KinesisVideoSignalingServiceException = [
|
|
34
|
+
import { ClientLimitExceededException, InvalidArgumentException, InvalidClientException, NotAuthorizedException, ResourceNotFoundException, SessionExpiredException, } from "../models/errors";
|
|
35
|
+
import { KinesisVideoSignalingServiceException } from "../models/KinesisVideoSignalingServiceException";
|
|
36
|
+
export var ClientLimitExceededException$ = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
37
|
+
TypeRegistry.for(n0).registerError(ClientLimitExceededException$, ClientLimitExceededException);
|
|
38
|
+
export var GetIceServerConfigRequest$ = [3, n0, _GISCR, 0, [_CARN, _CI, _S, _U], [0, 0, 0, 0]];
|
|
39
|
+
export var GetIceServerConfigResponse$ = [3, n0, _GISCRe, 0, [_ISL], [() => IceServerList]];
|
|
40
|
+
export var IceServer$ = [3, n0, _IS, 0, [_Ur, _U, _P, _T], [64 | 0, 0, 0, 1]];
|
|
41
|
+
export var InvalidArgumentException$ = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
42
|
+
TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
|
|
43
|
+
export var InvalidClientException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
44
|
+
TypeRegistry.for(n0).registerError(InvalidClientException$, InvalidClientException);
|
|
45
|
+
export var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
46
|
+
TypeRegistry.for(n0).registerError(NotAuthorizedException$, NotAuthorizedException);
|
|
47
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
48
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
49
|
+
export var SendAlexaOfferToMasterRequest$ = [3, n0, _SAOTMR, 0, [_CARN, _SCI, _MP], [0, 0, 0]];
|
|
50
|
+
export var SendAlexaOfferToMasterResponse$ = [3, n0, _SAOTMRe, 0, [_A], [0]];
|
|
51
|
+
export var SessionExpiredException$ = [-3, n0, _SEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
52
|
+
TypeRegistry.for(n0).registerError(SessionExpiredException$, SessionExpiredException);
|
|
53
|
+
export var KinesisVideoSignalingServiceException$ = [
|
|
54
54
|
-3,
|
|
55
55
|
_s,
|
|
56
56
|
"KinesisVideoSignalingServiceException",
|
|
@@ -58,22 +58,22 @@ export var KinesisVideoSignalingServiceException = [
|
|
|
58
58
|
[],
|
|
59
59
|
[],
|
|
60
60
|
];
|
|
61
|
-
TypeRegistry.for(_s).registerError(KinesisVideoSignalingServiceException
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
export var GetIceServerConfig = [
|
|
61
|
+
TypeRegistry.for(_s).registerError(KinesisVideoSignalingServiceException$, KinesisVideoSignalingServiceException);
|
|
62
|
+
var IceServerList = [1, n0, _ISL, 0, () => IceServer$];
|
|
63
|
+
var Uris = 64 | 0;
|
|
64
|
+
export var GetIceServerConfig$ = [
|
|
65
65
|
9,
|
|
66
66
|
n0,
|
|
67
67
|
_GISC,
|
|
68
68
|
{ [_h]: ["POST", "/v1/get-ice-server-config", 200] },
|
|
69
|
-
() => GetIceServerConfigRequest
|
|
70
|
-
() => GetIceServerConfigResponse
|
|
69
|
+
() => GetIceServerConfigRequest$,
|
|
70
|
+
() => GetIceServerConfigResponse$,
|
|
71
71
|
];
|
|
72
|
-
export var SendAlexaOfferToMaster = [
|
|
72
|
+
export var SendAlexaOfferToMaster$ = [
|
|
73
73
|
9,
|
|
74
74
|
n0,
|
|
75
75
|
_SAOTM,
|
|
76
76
|
{ [_h]: ["POST", "/v1/send-alexa-offer-to-master", 200] },
|
|
77
|
-
() => SendAlexaOfferToMasterRequest
|
|
78
|
-
() => SendAlexaOfferToMasterResponse
|
|
77
|
+
() => SendAlexaOfferToMasterRequest$,
|
|
78
|
+
() => SendAlexaOfferToMasterResponse$,
|
|
79
79
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { GetIceServerConfigCommandInput, GetIceServerConfigCommandOutput } from "./commands/GetIceServerConfigCommand";
|
|
11
11
|
import { SendAlexaOfferToMasterCommandInput, SendAlexaOfferToMasterCommandOutput } from "./commands/SendAlexaOfferToMasterCommand";
|
|
@@ -143,15 +143,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
143
143
|
* Optional extensions
|
|
144
144
|
*/
|
|
145
145
|
extensions?: RuntimeExtension[];
|
|
146
|
-
/**
|
|
147
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
148
|
-
* may be overridden. A default will always be set by the client.
|
|
149
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
150
|
-
* the client.
|
|
151
|
-
* @alpha
|
|
152
|
-
*
|
|
153
|
-
*/
|
|
154
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
155
146
|
/**
|
|
156
147
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
157
148
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
11
11
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
12
12
|
export type { KinesisVideoSignalingExtensionConfiguration } from "./extensionConfiguration";
|
|
13
13
|
export * from "./commands";
|
|
14
|
+
export * from "./schemas/schemas_0";
|
|
14
15
|
export * from "./models/enums";
|
|
15
16
|
export * from "./models/errors";
|
|
16
17
|
export type * from "./models/models_0";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: KinesisVideoSignalingClientConfi
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: KinesisVideoSignalingClientConfi
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: KinesisVideoSignalingClientConfi
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: KinesisVideoSignalingClientConfi
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: KinesisVideoSignalingClientConfi
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: KinesisVideoSignalingClientConfi
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import type { KinesisVideoSignalingClientConfig } from "./KinesisVideoSignalingClient";
|
|
2
3
|
/**
|
|
3
4
|
* @internal
|
|
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: KinesisVideoSignalingClientConfi
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisVideoSignalingHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
18
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
19
|
+
protocolSettings: {
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
defaultNamespace?: string;
|
|
22
|
+
};
|
|
18
23
|
serviceId: string;
|
|
19
24
|
urlParser: import("@smithy/types").UrlParser;
|
|
20
25
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var ClientLimitExceededException
|
|
3
|
-
export declare var GetIceServerConfigRequest
|
|
4
|
-
export declare var GetIceServerConfigResponse
|
|
5
|
-
export declare var IceServer
|
|
6
|
-
export declare var InvalidArgumentException
|
|
7
|
-
export declare var InvalidClientException
|
|
8
|
-
export declare var NotAuthorizedException
|
|
9
|
-
export declare var ResourceNotFoundException
|
|
10
|
-
export declare var SendAlexaOfferToMasterRequest
|
|
11
|
-
export declare var SendAlexaOfferToMasterResponse
|
|
12
|
-
export declare var SessionExpiredException
|
|
13
|
-
export declare var KinesisVideoSignalingServiceException
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var GetIceServerConfig: StaticOperationSchema;
|
|
17
|
-
export declare var SendAlexaOfferToMaster: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var ClientLimitExceededException$: StaticErrorSchema;
|
|
3
|
+
export declare var GetIceServerConfigRequest$: StaticStructureSchema;
|
|
4
|
+
export declare var GetIceServerConfigResponse$: StaticStructureSchema;
|
|
5
|
+
export declare var IceServer$: StaticStructureSchema;
|
|
6
|
+
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
7
|
+
export declare var InvalidClientException$: StaticErrorSchema;
|
|
8
|
+
export declare var NotAuthorizedException$: StaticErrorSchema;
|
|
9
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
10
|
+
export declare var SendAlexaOfferToMasterRequest$: StaticStructureSchema;
|
|
11
|
+
export declare var SendAlexaOfferToMasterResponse$: StaticStructureSchema;
|
|
12
|
+
export declare var SessionExpiredException$: StaticErrorSchema;
|
|
13
|
+
export declare var KinesisVideoSignalingServiceException$: StaticErrorSchema;
|
|
14
|
+
export declare var GetIceServerConfig$: StaticOperationSchema;
|
|
15
|
+
export declare var SendAlexaOfferToMaster$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -93,7 +90,6 @@ export interface ClientDefaults
|
|
|
93
90
|
retryMode?: string | __Provider<string>;
|
|
94
91
|
logger?: __Logger;
|
|
95
92
|
extensions?: RuntimeExtension[];
|
|
96
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
97
93
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
98
94
|
}
|
|
99
95
|
export type KinesisVideoSignalingClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { KinesisVideoSignalingExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./models/enums";
|
|
8
9
|
export * from "./models/errors";
|
|
9
10
|
export * from "./models/models_0";
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
29
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
30
30
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
userAgentAppId?:
|
|
49
53
|
| string
|
|
@@ -28,8 +28,16 @@ export declare const getRuntimeConfig: (
|
|
|
28
28
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
29
29
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
31
|
-
apiVersion: string;
|
|
32
31
|
cacheMiddleware?: boolean | undefined;
|
|
32
|
+
protocol:
|
|
33
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
36
|
+
protocolSettings: {
|
|
37
|
+
defaultNamespace?: string;
|
|
38
|
+
[setting: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
apiVersion: string;
|
|
33
41
|
urlParser: import("@smithy/types").UrlParser;
|
|
34
42
|
base64Decoder: import("@smithy/types").Decoder;
|
|
35
43
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -40,10 +48,6 @@ export declare const getRuntimeConfig: (
|
|
|
40
48
|
profile?: string;
|
|
41
49
|
logger: import("@smithy/types").Logger;
|
|
42
50
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
43
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
44
|
-
import("@smithy/types").HttpRequest,
|
|
45
|
-
import("@smithy/types").HttpResponse
|
|
46
|
-
>;
|
|
47
51
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
48
52
|
retryStrategy?:
|
|
49
53
|
| import("@smithy/types").RetryStrategy
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
defaultsMode:
|
|
47
51
|
| import("@smithy/smithy-client").DefaultsMode
|
|
48
52
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { KinesisVideoSignalingClientConfig } from "./KinesisVideoSignalingClient";
|
|
2
3
|
export declare const getRuntimeConfig: (
|
|
3
4
|
config: KinesisVideoSignalingClientConfig
|
|
@@ -16,10 +17,14 @@ export declare const getRuntimeConfig: (
|
|
|
16
17
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").KinesisVideoSignalingHttpAuthSchemeProvider;
|
|
17
18
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
18
19
|
logger: import("@smithy/types").Logger;
|
|
19
|
-
protocol:
|
|
20
|
-
import("@smithy/types").
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
|
|
20
|
+
protocol:
|
|
21
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
22
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
23
|
+
| typeof AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
[setting: string]: unknown;
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
};
|
|
23
28
|
serviceId: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -1,22 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
3
|
StaticOperationSchema,
|
|
5
4
|
StaticStructureSchema,
|
|
6
5
|
} from "@smithy/types";
|
|
7
|
-
export declare var ClientLimitExceededException
|
|
8
|
-
export declare var GetIceServerConfigRequest
|
|
9
|
-
export declare var GetIceServerConfigResponse
|
|
10
|
-
export declare var IceServer
|
|
11
|
-
export declare var InvalidArgumentException
|
|
12
|
-
export declare var InvalidClientException
|
|
13
|
-
export declare var NotAuthorizedException
|
|
14
|
-
export declare var ResourceNotFoundException
|
|
15
|
-
export declare var SendAlexaOfferToMasterRequest
|
|
16
|
-
export declare var SendAlexaOfferToMasterResponse
|
|
17
|
-
export declare var SessionExpiredException
|
|
18
|
-
export declare var KinesisVideoSignalingServiceException
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var GetIceServerConfig: StaticOperationSchema;
|
|
22
|
-
export declare var SendAlexaOfferToMaster: StaticOperationSchema;
|
|
6
|
+
export declare var ClientLimitExceededException$: StaticErrorSchema;
|
|
7
|
+
export declare var GetIceServerConfigRequest$: StaticStructureSchema;
|
|
8
|
+
export declare var GetIceServerConfigResponse$: StaticStructureSchema;
|
|
9
|
+
export declare var IceServer$: StaticStructureSchema;
|
|
10
|
+
export declare var InvalidArgumentException$: StaticErrorSchema;
|
|
11
|
+
export declare var InvalidClientException$: StaticErrorSchema;
|
|
12
|
+
export declare var NotAuthorizedException$: StaticErrorSchema;
|
|
13
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
14
|
+
export declare var SendAlexaOfferToMasterRequest$: StaticStructureSchema;
|
|
15
|
+
export declare var SendAlexaOfferToMasterResponse$: StaticStructureSchema;
|
|
16
|
+
export declare var SessionExpiredException$: StaticErrorSchema;
|
|
17
|
+
export declare var KinesisVideoSignalingServiceException$: StaticErrorSchema;
|
|
18
|
+
export declare var GetIceServerConfig$: StaticOperationSchema;
|
|
19
|
+
export declare var SendAlexaOfferToMaster$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kinesis-video-signaling",
|
|
3
3
|
"description": "AWS SDK for JavaScript Kinesis Video Signaling Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.953.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-kinesis-video-signaling",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^4.4.
|
|
36
|
-
"@smithy/core": "^3.
|
|
37
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
38
|
-
"@smithy/hash-node": "^4.2.
|
|
39
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
40
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
44
|
-
"@smithy/middleware-stack": "^4.2.
|
|
45
|
-
"@smithy/node-config-provider": "^4.3.
|
|
46
|
-
"@smithy/node-http-handler": "^4.4.
|
|
47
|
-
"@smithy/protocol-http": "^5.3.
|
|
48
|
-
"@smithy/smithy-client": "^4.
|
|
49
|
-
"@smithy/types": "^4.
|
|
50
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.953.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.953.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.953.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/types": "3.953.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.953.0",
|
|
35
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
36
|
+
"@smithy/core": "^3.19.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
38
|
+
"@smithy/hash-node": "^4.2.6",
|
|
39
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
40
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.3.15",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.15",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
44
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
45
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
47
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
48
|
+
"@smithy/smithy-client": "^4.10.0",
|
|
49
|
+
"@smithy/types": "^4.10.0",
|
|
50
|
+
"@smithy/url-parser": "^4.2.6",
|
|
51
51
|
"@smithy/util-base64": "^4.3.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
-
"@smithy/util-endpoints": "^3.2.
|
|
57
|
-
"@smithy/util-middleware": "^4.2.
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.14",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.17",
|
|
56
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
57
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
58
|
+
"@smithy/util-retry": "^4.2.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|