@aws-sdk/client-ivs-realtime 3.645.0 → 3.648.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/README.md +45 -5
- package/dist-cjs/index.js +315 -2
- package/dist-es/IVSRealTime.js +10 -0
- package/dist-es/commands/CreateIngestConfigurationCommand.js +25 -0
- package/dist-es/commands/DeleteIngestConfigurationCommand.js +24 -0
- package/dist-es/commands/GetIngestConfigurationCommand.js +25 -0
- package/dist-es/commands/ListIngestConfigurationsCommand.js +24 -0
- package/dist-es/commands/UpdateIngestConfigurationCommand.js +25 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +44 -0
- package/dist-es/pagination/ListIngestConfigurationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +144 -0
- package/dist-types/IVSRealTime.d.ts +41 -5
- package/dist-types/IVSRealTimeClient.d.ts +12 -7
- package/dist-types/commands/CreateIngestConfigurationCommand.d.ts +97 -0
- package/dist-types/commands/CreateStageCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIngestConfigurationCommand.d.ts +74 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +3 -1
- package/dist-types/commands/DisconnectParticipantCommand.d.ts +3 -2
- package/dist-types/commands/GetIngestConfigurationCommand.d.ts +84 -0
- package/dist-types/commands/GetParticipantCommand.d.ts +1 -0
- package/dist-types/commands/GetStageCommand.d.ts +2 -0
- package/dist-types/commands/ListIngestConfigurationsCommand.d.ts +80 -0
- package/dist-types/commands/ListParticipantEventsCommand.d.ts +1 -1
- package/dist-types/commands/StartCompositionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIngestConfigurationCommand.d.ts +91 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +5 -5
- package/dist-types/models/models_0.d.ts +398 -60
- package/dist-types/pagination/ListIngestConfigurationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
- package/dist-types/ts3.4/IVSRealTime.d.ts +86 -0
- package/dist-types/ts3.4/IVSRealTimeClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateIngestConfigurationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteIngestConfigurationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetIngestConfigurationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListIngestConfigurationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateIngestConfigurationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +104 -0
- package/dist-types/ts3.4/pagination/ListIngestConfigurationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -25,12 +25,15 @@ __export(src_exports, {
|
|
|
25
25
|
CompositionState: () => CompositionState,
|
|
26
26
|
ConflictException: () => ConflictException,
|
|
27
27
|
CreateEncoderConfigurationCommand: () => CreateEncoderConfigurationCommand,
|
|
28
|
+
CreateIngestConfigurationCommand: () => CreateIngestConfigurationCommand,
|
|
29
|
+
CreateIngestConfigurationResponseFilterSensitiveLog: () => CreateIngestConfigurationResponseFilterSensitiveLog,
|
|
28
30
|
CreateParticipantTokenCommand: () => CreateParticipantTokenCommand,
|
|
29
31
|
CreateParticipantTokenResponseFilterSensitiveLog: () => CreateParticipantTokenResponseFilterSensitiveLog,
|
|
30
32
|
CreateStageCommand: () => CreateStageCommand,
|
|
31
33
|
CreateStageResponseFilterSensitiveLog: () => CreateStageResponseFilterSensitiveLog,
|
|
32
34
|
CreateStorageConfigurationCommand: () => CreateStorageConfigurationCommand,
|
|
33
35
|
DeleteEncoderConfigurationCommand: () => DeleteEncoderConfigurationCommand,
|
|
36
|
+
DeleteIngestConfigurationCommand: () => DeleteIngestConfigurationCommand,
|
|
34
37
|
DeletePublicKeyCommand: () => DeletePublicKeyCommand,
|
|
35
38
|
DeleteStageCommand: () => DeleteStageCommand,
|
|
36
39
|
DeleteStorageConfigurationCommand: () => DeleteStorageConfigurationCommand,
|
|
@@ -40,6 +43,8 @@ __export(src_exports, {
|
|
|
40
43
|
EventName: () => EventName,
|
|
41
44
|
GetCompositionCommand: () => GetCompositionCommand,
|
|
42
45
|
GetEncoderConfigurationCommand: () => GetEncoderConfigurationCommand,
|
|
46
|
+
GetIngestConfigurationCommand: () => GetIngestConfigurationCommand,
|
|
47
|
+
GetIngestConfigurationResponseFilterSensitiveLog: () => GetIngestConfigurationResponseFilterSensitiveLog,
|
|
43
48
|
GetParticipantCommand: () => GetParticipantCommand,
|
|
44
49
|
GetPublicKeyCommand: () => GetPublicKeyCommand,
|
|
45
50
|
GetStageCommand: () => GetStageCommand,
|
|
@@ -49,9 +54,13 @@ __export(src_exports, {
|
|
|
49
54
|
IVSRealTimeClient: () => IVSRealTimeClient,
|
|
50
55
|
IVSRealTimeServiceException: () => IVSRealTimeServiceException,
|
|
51
56
|
ImportPublicKeyCommand: () => ImportPublicKeyCommand,
|
|
57
|
+
IngestConfigurationFilterSensitiveLog: () => IngestConfigurationFilterSensitiveLog,
|
|
58
|
+
IngestConfigurationState: () => IngestConfigurationState,
|
|
59
|
+
IngestProtocol: () => IngestProtocol,
|
|
52
60
|
InternalServerException: () => InternalServerException,
|
|
53
61
|
ListCompositionsCommand: () => ListCompositionsCommand,
|
|
54
62
|
ListEncoderConfigurationsCommand: () => ListEncoderConfigurationsCommand,
|
|
63
|
+
ListIngestConfigurationsCommand: () => ListIngestConfigurationsCommand,
|
|
55
64
|
ListParticipantEventsCommand: () => ListParticipantEventsCommand,
|
|
56
65
|
ListParticipantsCommand: () => ListParticipantsCommand,
|
|
57
66
|
ListPublicKeysCommand: () => ListPublicKeysCommand,
|
|
@@ -59,6 +68,7 @@ __export(src_exports, {
|
|
|
59
68
|
ListStagesCommand: () => ListStagesCommand,
|
|
60
69
|
ListStorageConfigurationsCommand: () => ListStorageConfigurationsCommand,
|
|
61
70
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
71
|
+
ParticipantProtocol: () => ParticipantProtocol,
|
|
62
72
|
ParticipantRecordingFilterByRecordingState: () => ParticipantRecordingFilterByRecordingState,
|
|
63
73
|
ParticipantRecordingMediaType: () => ParticipantRecordingMediaType,
|
|
64
74
|
ParticipantRecordingState: () => ParticipantRecordingState,
|
|
@@ -75,6 +85,8 @@ __export(src_exports, {
|
|
|
75
85
|
StopCompositionCommand: () => StopCompositionCommand,
|
|
76
86
|
TagResourceCommand: () => TagResourceCommand,
|
|
77
87
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
88
|
+
UpdateIngestConfigurationCommand: () => UpdateIngestConfigurationCommand,
|
|
89
|
+
UpdateIngestConfigurationResponseFilterSensitiveLog: () => UpdateIngestConfigurationResponseFilterSensitiveLog,
|
|
78
90
|
UpdateStageCommand: () => UpdateStageCommand,
|
|
79
91
|
ValidationException: () => ValidationException,
|
|
80
92
|
VideoAspectRatio: () => VideoAspectRatio,
|
|
@@ -82,6 +94,7 @@ __export(src_exports, {
|
|
|
82
94
|
__Client: () => import_smithy_client.Client,
|
|
83
95
|
paginateListCompositions: () => paginateListCompositions,
|
|
84
96
|
paginateListEncoderConfigurations: () => paginateListEncoderConfigurations,
|
|
97
|
+
paginateListIngestConfigurations: () => paginateListIngestConfigurations,
|
|
85
98
|
paginateListParticipantEvents: () => paginateListParticipantEvents,
|
|
86
99
|
paginateListParticipants: () => paginateListParticipants,
|
|
87
100
|
paginateListPublicKeys: () => paginateListPublicKeys,
|
|
@@ -384,6 +397,14 @@ var _ValidationException = class _ValidationException extends IVSRealTimeService
|
|
|
384
397
|
};
|
|
385
398
|
__name(_ValidationException, "ValidationException");
|
|
386
399
|
var ValidationException = _ValidationException;
|
|
400
|
+
var IngestProtocol = {
|
|
401
|
+
RTMP: "RTMP",
|
|
402
|
+
RTMPS: "RTMPS"
|
|
403
|
+
};
|
|
404
|
+
var IngestConfigurationState = {
|
|
405
|
+
ACTIVE: "ACTIVE",
|
|
406
|
+
INACTIVE: "INACTIVE"
|
|
407
|
+
};
|
|
387
408
|
var ParticipantTokenCapability = {
|
|
388
409
|
PUBLISH: "PUBLISH",
|
|
389
410
|
SUBSCRIBE: "SUBSCRIBE"
|
|
@@ -431,6 +452,12 @@ var CompositionState = {
|
|
|
431
452
|
STOPPED: "STOPPED",
|
|
432
453
|
STOPPING: "STOPPING"
|
|
433
454
|
};
|
|
455
|
+
var ParticipantProtocol = {
|
|
456
|
+
RTMP: "RTMP",
|
|
457
|
+
RTMPS: "RTMPS",
|
|
458
|
+
UNKNOWN: "UNKNOWN",
|
|
459
|
+
WHIP: "WHIP"
|
|
460
|
+
};
|
|
434
461
|
var ParticipantRecordingState = {
|
|
435
462
|
ACTIVE: "ACTIVE",
|
|
436
463
|
DISABLED: "DISABLED",
|
|
@@ -444,9 +471,17 @@ var ParticipantState = {
|
|
|
444
471
|
DISCONNECTED: "DISCONNECTED"
|
|
445
472
|
};
|
|
446
473
|
var EventErrorCode = {
|
|
474
|
+
BITRATE_EXCEEDED: "BITRATE_EXCEEDED",
|
|
447
475
|
INSUFFICIENT_CAPABILITIES: "INSUFFICIENT_CAPABILITIES",
|
|
476
|
+
INVALID_AUDIO_CODEC: "INVALID_AUDIO_CODEC",
|
|
477
|
+
INVALID_PROTOCOL: "INVALID_PROTOCOL",
|
|
478
|
+
INVALID_STREAM_KEY: "INVALID_STREAM_KEY",
|
|
479
|
+
INVALID_VIDEO_CODEC: "INVALID_VIDEO_CODEC",
|
|
448
480
|
PUBLISHER_NOT_FOUND: "PUBLISHER_NOT_FOUND",
|
|
449
|
-
QUOTA_EXCEEDED: "QUOTA_EXCEEDED"
|
|
481
|
+
QUOTA_EXCEEDED: "QUOTA_EXCEEDED",
|
|
482
|
+
RESOLUTION_EXCEEDED: "RESOLUTION_EXCEEDED",
|
|
483
|
+
REUSE_OF_STREAM_KEY: "REUSE_OF_STREAM_KEY",
|
|
484
|
+
STREAM_DURATION_EXCEEDED: "STREAM_DURATION_EXCEEDED"
|
|
450
485
|
};
|
|
451
486
|
var EventName = {
|
|
452
487
|
JOINED: "JOINED",
|
|
@@ -466,6 +501,16 @@ var ParticipantRecordingFilterByRecordingState = {
|
|
|
466
501
|
STOPPED: "STOPPED",
|
|
467
502
|
STOPPING: "STOPPING"
|
|
468
503
|
};
|
|
504
|
+
var IngestConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
505
|
+
...obj,
|
|
506
|
+
...obj.streamKey && { streamKey: import_smithy_client.SENSITIVE_STRING }
|
|
507
|
+
}), "IngestConfigurationFilterSensitiveLog");
|
|
508
|
+
var CreateIngestConfigurationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
509
|
+
...obj,
|
|
510
|
+
...obj.ingestConfiguration && {
|
|
511
|
+
ingestConfiguration: IngestConfigurationFilterSensitiveLog(obj.ingestConfiguration)
|
|
512
|
+
}
|
|
513
|
+
}), "CreateIngestConfigurationResponseFilterSensitiveLog");
|
|
469
514
|
var ParticipantTokenFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
470
515
|
...obj,
|
|
471
516
|
...obj.token && { token: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -480,6 +525,18 @@ var CreateStageResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
480
525
|
participantTokens: obj.participantTokens.map((item) => ParticipantTokenFilterSensitiveLog(item))
|
|
481
526
|
}
|
|
482
527
|
}), "CreateStageResponseFilterSensitiveLog");
|
|
528
|
+
var GetIngestConfigurationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
529
|
+
...obj,
|
|
530
|
+
...obj.ingestConfiguration && {
|
|
531
|
+
ingestConfiguration: IngestConfigurationFilterSensitiveLog(obj.ingestConfiguration)
|
|
532
|
+
}
|
|
533
|
+
}), "GetIngestConfigurationResponseFilterSensitiveLog");
|
|
534
|
+
var UpdateIngestConfigurationResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
535
|
+
...obj,
|
|
536
|
+
...obj.ingestConfiguration && {
|
|
537
|
+
ingestConfiguration: IngestConfigurationFilterSensitiveLog(obj.ingestConfiguration)
|
|
538
|
+
}
|
|
539
|
+
}), "UpdateIngestConfigurationResponseFilterSensitiveLog");
|
|
483
540
|
|
|
484
541
|
// src/protocols/Aws_restJson1.ts
|
|
485
542
|
var se_CreateEncoderConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -499,6 +556,27 @@ var se_CreateEncoderConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
499
556
|
b.m("POST").h(headers).b(body);
|
|
500
557
|
return b.build();
|
|
501
558
|
}, "se_CreateEncoderConfigurationCommand");
|
|
559
|
+
var se_CreateIngestConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
560
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
561
|
+
const headers = {
|
|
562
|
+
"content-type": "application/json"
|
|
563
|
+
};
|
|
564
|
+
b.bp("/CreateIngestConfiguration");
|
|
565
|
+
let body;
|
|
566
|
+
body = JSON.stringify(
|
|
567
|
+
(0, import_smithy_client.take)(input, {
|
|
568
|
+
attributes: (_) => (0, import_smithy_client._json)(_),
|
|
569
|
+
ingestProtocol: [],
|
|
570
|
+
insecureIngest: [],
|
|
571
|
+
name: [],
|
|
572
|
+
stageArn: [],
|
|
573
|
+
tags: (_) => (0, import_smithy_client._json)(_),
|
|
574
|
+
userId: []
|
|
575
|
+
})
|
|
576
|
+
);
|
|
577
|
+
b.m("POST").h(headers).b(body);
|
|
578
|
+
return b.build();
|
|
579
|
+
}, "se_CreateIngestConfigurationCommand");
|
|
502
580
|
var se_CreateParticipantTokenCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
503
581
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
504
582
|
const headers = {
|
|
@@ -568,6 +646,22 @@ var se_DeleteEncoderConfigurationCommand = /* @__PURE__ */ __name(async (input,
|
|
|
568
646
|
b.m("POST").h(headers).b(body);
|
|
569
647
|
return b.build();
|
|
570
648
|
}, "se_DeleteEncoderConfigurationCommand");
|
|
649
|
+
var se_DeleteIngestConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
650
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
651
|
+
const headers = {
|
|
652
|
+
"content-type": "application/json"
|
|
653
|
+
};
|
|
654
|
+
b.bp("/DeleteIngestConfiguration");
|
|
655
|
+
let body;
|
|
656
|
+
body = JSON.stringify(
|
|
657
|
+
(0, import_smithy_client.take)(input, {
|
|
658
|
+
arn: [],
|
|
659
|
+
force: []
|
|
660
|
+
})
|
|
661
|
+
);
|
|
662
|
+
b.m("POST").h(headers).b(body);
|
|
663
|
+
return b.build();
|
|
664
|
+
}, "se_DeleteIngestConfigurationCommand");
|
|
571
665
|
var se_DeletePublicKeyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
572
666
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
573
667
|
const headers = {
|
|
@@ -660,6 +754,21 @@ var se_GetEncoderConfigurationCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
660
754
|
b.m("POST").h(headers).b(body);
|
|
661
755
|
return b.build();
|
|
662
756
|
}, "se_GetEncoderConfigurationCommand");
|
|
757
|
+
var se_GetIngestConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
758
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
759
|
+
const headers = {
|
|
760
|
+
"content-type": "application/json"
|
|
761
|
+
};
|
|
762
|
+
b.bp("/GetIngestConfiguration");
|
|
763
|
+
let body;
|
|
764
|
+
body = JSON.stringify(
|
|
765
|
+
(0, import_smithy_client.take)(input, {
|
|
766
|
+
arn: []
|
|
767
|
+
})
|
|
768
|
+
);
|
|
769
|
+
b.m("POST").h(headers).b(body);
|
|
770
|
+
return b.build();
|
|
771
|
+
}, "se_GetIngestConfigurationCommand");
|
|
663
772
|
var se_GetParticipantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
664
773
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
665
774
|
const headers = {
|
|
@@ -789,6 +898,24 @@ var se_ListEncoderConfigurationsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
789
898
|
b.m("POST").h(headers).b(body);
|
|
790
899
|
return b.build();
|
|
791
900
|
}, "se_ListEncoderConfigurationsCommand");
|
|
901
|
+
var se_ListIngestConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
902
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
903
|
+
const headers = {
|
|
904
|
+
"content-type": "application/json"
|
|
905
|
+
};
|
|
906
|
+
b.bp("/ListIngestConfigurations");
|
|
907
|
+
let body;
|
|
908
|
+
body = JSON.stringify(
|
|
909
|
+
(0, import_smithy_client.take)(input, {
|
|
910
|
+
filterByStageArn: [],
|
|
911
|
+
filterByState: [],
|
|
912
|
+
maxResults: [],
|
|
913
|
+
nextToken: []
|
|
914
|
+
})
|
|
915
|
+
);
|
|
916
|
+
b.m("POST").h(headers).b(body);
|
|
917
|
+
return b.build();
|
|
918
|
+
}, "se_ListIngestConfigurationsCommand");
|
|
792
919
|
var se_ListParticipantEventsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
793
920
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
794
921
|
const headers = {
|
|
@@ -969,6 +1096,22 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
969
1096
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
970
1097
|
return b.build();
|
|
971
1098
|
}, "se_UntagResourceCommand");
|
|
1099
|
+
var se_UpdateIngestConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1100
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1101
|
+
const headers = {
|
|
1102
|
+
"content-type": "application/json"
|
|
1103
|
+
};
|
|
1104
|
+
b.bp("/UpdateIngestConfiguration");
|
|
1105
|
+
let body;
|
|
1106
|
+
body = JSON.stringify(
|
|
1107
|
+
(0, import_smithy_client.take)(input, {
|
|
1108
|
+
arn: [],
|
|
1109
|
+
stageArn: []
|
|
1110
|
+
})
|
|
1111
|
+
);
|
|
1112
|
+
b.m("POST").h(headers).b(body);
|
|
1113
|
+
return b.build();
|
|
1114
|
+
}, "se_UpdateIngestConfigurationCommand");
|
|
972
1115
|
var se_UpdateStageCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
973
1116
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
974
1117
|
const headers = {
|
|
@@ -1000,6 +1143,20 @@ var de_CreateEncoderConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1000
1143
|
Object.assign(contents, doc);
|
|
1001
1144
|
return contents;
|
|
1002
1145
|
}, "de_CreateEncoderConfigurationCommand");
|
|
1146
|
+
var de_CreateIngestConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1147
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1148
|
+
return de_CommandError(output, context);
|
|
1149
|
+
}
|
|
1150
|
+
const contents = (0, import_smithy_client.map)({
|
|
1151
|
+
$metadata: deserializeMetadata(output)
|
|
1152
|
+
});
|
|
1153
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1154
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1155
|
+
ingestConfiguration: import_smithy_client._json
|
|
1156
|
+
});
|
|
1157
|
+
Object.assign(contents, doc);
|
|
1158
|
+
return contents;
|
|
1159
|
+
}, "de_CreateIngestConfigurationCommand");
|
|
1003
1160
|
var de_CreateParticipantTokenCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1004
1161
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1005
1162
|
return de_CommandError(output, context);
|
|
@@ -1053,6 +1210,16 @@ var de_DeleteEncoderConfigurationCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1053
1210
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1054
1211
|
return contents;
|
|
1055
1212
|
}, "de_DeleteEncoderConfigurationCommand");
|
|
1213
|
+
var de_DeleteIngestConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1214
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1215
|
+
return de_CommandError(output, context);
|
|
1216
|
+
}
|
|
1217
|
+
const contents = (0, import_smithy_client.map)({
|
|
1218
|
+
$metadata: deserializeMetadata(output)
|
|
1219
|
+
});
|
|
1220
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1221
|
+
return contents;
|
|
1222
|
+
}, "de_DeleteIngestConfigurationCommand");
|
|
1056
1223
|
var de_DeletePublicKeyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1057
1224
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1058
1225
|
return de_CommandError(output, context);
|
|
@@ -1121,6 +1288,20 @@ var de_GetEncoderConfigurationCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
1121
1288
|
Object.assign(contents, doc);
|
|
1122
1289
|
return contents;
|
|
1123
1290
|
}, "de_GetEncoderConfigurationCommand");
|
|
1291
|
+
var de_GetIngestConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1292
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1293
|
+
return de_CommandError(output, context);
|
|
1294
|
+
}
|
|
1295
|
+
const contents = (0, import_smithy_client.map)({
|
|
1296
|
+
$metadata: deserializeMetadata(output)
|
|
1297
|
+
});
|
|
1298
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1299
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1300
|
+
ingestConfiguration: import_smithy_client._json
|
|
1301
|
+
});
|
|
1302
|
+
Object.assign(contents, doc);
|
|
1303
|
+
return contents;
|
|
1304
|
+
}, "de_GetIngestConfigurationCommand");
|
|
1124
1305
|
var de_GetParticipantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1125
1306
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1126
1307
|
return de_CommandError(output, context);
|
|
@@ -1235,6 +1416,21 @@ var de_ListEncoderConfigurationsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1235
1416
|
Object.assign(contents, doc);
|
|
1236
1417
|
return contents;
|
|
1237
1418
|
}, "de_ListEncoderConfigurationsCommand");
|
|
1419
|
+
var de_ListIngestConfigurationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1420
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1421
|
+
return de_CommandError(output, context);
|
|
1422
|
+
}
|
|
1423
|
+
const contents = (0, import_smithy_client.map)({
|
|
1424
|
+
$metadata: deserializeMetadata(output)
|
|
1425
|
+
});
|
|
1426
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1427
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1428
|
+
ingestConfigurations: import_smithy_client._json,
|
|
1429
|
+
nextToken: import_smithy_client.expectString
|
|
1430
|
+
});
|
|
1431
|
+
Object.assign(contents, doc);
|
|
1432
|
+
return contents;
|
|
1433
|
+
}, "de_ListIngestConfigurationsCommand");
|
|
1238
1434
|
var de_ListParticipantEventsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1239
1435
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1240
1436
|
return de_CommandError(output, context);
|
|
@@ -1383,6 +1579,20 @@ var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1383
1579
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1384
1580
|
return contents;
|
|
1385
1581
|
}, "de_UntagResourceCommand");
|
|
1582
|
+
var de_UpdateIngestConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1583
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1584
|
+
return de_CommandError(output, context);
|
|
1585
|
+
}
|
|
1586
|
+
const contents = (0, import_smithy_client.map)({
|
|
1587
|
+
$metadata: deserializeMetadata(output)
|
|
1588
|
+
});
|
|
1589
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1590
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1591
|
+
ingestConfiguration: import_smithy_client._json
|
|
1592
|
+
});
|
|
1593
|
+
Object.assign(contents, doc);
|
|
1594
|
+
return contents;
|
|
1595
|
+
}, "de_UpdateIngestConfigurationCommand");
|
|
1386
1596
|
var de_UpdateStageCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1387
1597
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1388
1598
|
return de_CommandError(output, context);
|
|
@@ -1626,6 +1836,7 @@ var de_Participant = /* @__PURE__ */ __name((output, context) => {
|
|
|
1626
1836
|
osName: import_smithy_client.expectString,
|
|
1627
1837
|
osVersion: import_smithy_client.expectString,
|
|
1628
1838
|
participantId: import_smithy_client.expectString,
|
|
1839
|
+
protocol: import_smithy_client.expectString,
|
|
1629
1840
|
published: import_smithy_client.expectBoolean,
|
|
1630
1841
|
recordingS3BucketName: import_smithy_client.expectString,
|
|
1631
1842
|
recordingS3Prefix: import_smithy_client.expectString,
|
|
@@ -1717,6 +1928,22 @@ var _CreateEncoderConfigurationCommand = class _CreateEncoderConfigurationComman
|
|
|
1717
1928
|
__name(_CreateEncoderConfigurationCommand, "CreateEncoderConfigurationCommand");
|
|
1718
1929
|
var CreateEncoderConfigurationCommand = _CreateEncoderConfigurationCommand;
|
|
1719
1930
|
|
|
1931
|
+
// src/commands/CreateIngestConfigurationCommand.ts
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
var _CreateIngestConfigurationCommand = class _CreateIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1936
|
+
...commonParams
|
|
1937
|
+
}).m(function(Command, cs, config, o) {
|
|
1938
|
+
return [
|
|
1939
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1940
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1941
|
+
];
|
|
1942
|
+
}).s("AmazonInteractiveVideoServiceRealTime", "CreateIngestConfiguration", {}).n("IVSRealTimeClient", "CreateIngestConfigurationCommand").f(void 0, CreateIngestConfigurationResponseFilterSensitiveLog).ser(se_CreateIngestConfigurationCommand).de(de_CreateIngestConfigurationCommand).build() {
|
|
1943
|
+
};
|
|
1944
|
+
__name(_CreateIngestConfigurationCommand, "CreateIngestConfigurationCommand");
|
|
1945
|
+
var CreateIngestConfigurationCommand = _CreateIngestConfigurationCommand;
|
|
1946
|
+
|
|
1720
1947
|
// src/commands/CreateParticipantTokenCommand.ts
|
|
1721
1948
|
|
|
1722
1949
|
|
|
@@ -1781,6 +2008,22 @@ var _DeleteEncoderConfigurationCommand = class _DeleteEncoderConfigurationComman
|
|
|
1781
2008
|
__name(_DeleteEncoderConfigurationCommand, "DeleteEncoderConfigurationCommand");
|
|
1782
2009
|
var DeleteEncoderConfigurationCommand = _DeleteEncoderConfigurationCommand;
|
|
1783
2010
|
|
|
2011
|
+
// src/commands/DeleteIngestConfigurationCommand.ts
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
var _DeleteIngestConfigurationCommand = class _DeleteIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2016
|
+
...commonParams
|
|
2017
|
+
}).m(function(Command, cs, config, o) {
|
|
2018
|
+
return [
|
|
2019
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2020
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2021
|
+
];
|
|
2022
|
+
}).s("AmazonInteractiveVideoServiceRealTime", "DeleteIngestConfiguration", {}).n("IVSRealTimeClient", "DeleteIngestConfigurationCommand").f(void 0, void 0).ser(se_DeleteIngestConfigurationCommand).de(de_DeleteIngestConfigurationCommand).build() {
|
|
2023
|
+
};
|
|
2024
|
+
__name(_DeleteIngestConfigurationCommand, "DeleteIngestConfigurationCommand");
|
|
2025
|
+
var DeleteIngestConfigurationCommand = _DeleteIngestConfigurationCommand;
|
|
2026
|
+
|
|
1784
2027
|
// src/commands/DeletePublicKeyCommand.ts
|
|
1785
2028
|
|
|
1786
2029
|
|
|
@@ -1877,6 +2120,22 @@ var _GetEncoderConfigurationCommand = class _GetEncoderConfigurationCommand exte
|
|
|
1877
2120
|
__name(_GetEncoderConfigurationCommand, "GetEncoderConfigurationCommand");
|
|
1878
2121
|
var GetEncoderConfigurationCommand = _GetEncoderConfigurationCommand;
|
|
1879
2122
|
|
|
2123
|
+
// src/commands/GetIngestConfigurationCommand.ts
|
|
2124
|
+
|
|
2125
|
+
|
|
2126
|
+
|
|
2127
|
+
var _GetIngestConfigurationCommand = class _GetIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2128
|
+
...commonParams
|
|
2129
|
+
}).m(function(Command, cs, config, o) {
|
|
2130
|
+
return [
|
|
2131
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2132
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2133
|
+
];
|
|
2134
|
+
}).s("AmazonInteractiveVideoServiceRealTime", "GetIngestConfiguration", {}).n("IVSRealTimeClient", "GetIngestConfigurationCommand").f(void 0, GetIngestConfigurationResponseFilterSensitiveLog).ser(se_GetIngestConfigurationCommand).de(de_GetIngestConfigurationCommand).build() {
|
|
2135
|
+
};
|
|
2136
|
+
__name(_GetIngestConfigurationCommand, "GetIngestConfigurationCommand");
|
|
2137
|
+
var GetIngestConfigurationCommand = _GetIngestConfigurationCommand;
|
|
2138
|
+
|
|
1880
2139
|
// src/commands/GetParticipantCommand.ts
|
|
1881
2140
|
|
|
1882
2141
|
|
|
@@ -2005,6 +2264,22 @@ var _ListEncoderConfigurationsCommand = class _ListEncoderConfigurationsCommand
|
|
|
2005
2264
|
__name(_ListEncoderConfigurationsCommand, "ListEncoderConfigurationsCommand");
|
|
2006
2265
|
var ListEncoderConfigurationsCommand = _ListEncoderConfigurationsCommand;
|
|
2007
2266
|
|
|
2267
|
+
// src/commands/ListIngestConfigurationsCommand.ts
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
|
|
2271
|
+
var _ListIngestConfigurationsCommand = class _ListIngestConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2272
|
+
...commonParams
|
|
2273
|
+
}).m(function(Command, cs, config, o) {
|
|
2274
|
+
return [
|
|
2275
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2276
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2277
|
+
];
|
|
2278
|
+
}).s("AmazonInteractiveVideoServiceRealTime", "ListIngestConfigurations", {}).n("IVSRealTimeClient", "ListIngestConfigurationsCommand").f(void 0, void 0).ser(se_ListIngestConfigurationsCommand).de(de_ListIngestConfigurationsCommand).build() {
|
|
2279
|
+
};
|
|
2280
|
+
__name(_ListIngestConfigurationsCommand, "ListIngestConfigurationsCommand");
|
|
2281
|
+
var ListIngestConfigurationsCommand = _ListIngestConfigurationsCommand;
|
|
2282
|
+
|
|
2008
2283
|
// src/commands/ListParticipantEventsCommand.ts
|
|
2009
2284
|
|
|
2010
2285
|
|
|
@@ -2181,6 +2456,22 @@ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_cl
|
|
|
2181
2456
|
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
2182
2457
|
var UntagResourceCommand = _UntagResourceCommand;
|
|
2183
2458
|
|
|
2459
|
+
// src/commands/UpdateIngestConfigurationCommand.ts
|
|
2460
|
+
|
|
2461
|
+
|
|
2462
|
+
|
|
2463
|
+
var _UpdateIngestConfigurationCommand = class _UpdateIngestConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2464
|
+
...commonParams
|
|
2465
|
+
}).m(function(Command, cs, config, o) {
|
|
2466
|
+
return [
|
|
2467
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2468
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2469
|
+
];
|
|
2470
|
+
}).s("AmazonInteractiveVideoServiceRealTime", "UpdateIngestConfiguration", {}).n("IVSRealTimeClient", "UpdateIngestConfigurationCommand").f(void 0, UpdateIngestConfigurationResponseFilterSensitiveLog).ser(se_UpdateIngestConfigurationCommand).de(de_UpdateIngestConfigurationCommand).build() {
|
|
2471
|
+
};
|
|
2472
|
+
__name(_UpdateIngestConfigurationCommand, "UpdateIngestConfigurationCommand");
|
|
2473
|
+
var UpdateIngestConfigurationCommand = _UpdateIngestConfigurationCommand;
|
|
2474
|
+
|
|
2184
2475
|
// src/commands/UpdateStageCommand.ts
|
|
2185
2476
|
|
|
2186
2477
|
|
|
@@ -2200,16 +2491,19 @@ var UpdateStageCommand = _UpdateStageCommand;
|
|
|
2200
2491
|
// src/IVSRealTime.ts
|
|
2201
2492
|
var commands = {
|
|
2202
2493
|
CreateEncoderConfigurationCommand,
|
|
2494
|
+
CreateIngestConfigurationCommand,
|
|
2203
2495
|
CreateParticipantTokenCommand,
|
|
2204
2496
|
CreateStageCommand,
|
|
2205
2497
|
CreateStorageConfigurationCommand,
|
|
2206
2498
|
DeleteEncoderConfigurationCommand,
|
|
2499
|
+
DeleteIngestConfigurationCommand,
|
|
2207
2500
|
DeletePublicKeyCommand,
|
|
2208
2501
|
DeleteStageCommand,
|
|
2209
2502
|
DeleteStorageConfigurationCommand,
|
|
2210
2503
|
DisconnectParticipantCommand,
|
|
2211
2504
|
GetCompositionCommand,
|
|
2212
2505
|
GetEncoderConfigurationCommand,
|
|
2506
|
+
GetIngestConfigurationCommand,
|
|
2213
2507
|
GetParticipantCommand,
|
|
2214
2508
|
GetPublicKeyCommand,
|
|
2215
2509
|
GetStageCommand,
|
|
@@ -2218,6 +2512,7 @@ var commands = {
|
|
|
2218
2512
|
ImportPublicKeyCommand,
|
|
2219
2513
|
ListCompositionsCommand,
|
|
2220
2514
|
ListEncoderConfigurationsCommand,
|
|
2515
|
+
ListIngestConfigurationsCommand,
|
|
2221
2516
|
ListParticipantEventsCommand,
|
|
2222
2517
|
ListParticipantsCommand,
|
|
2223
2518
|
ListPublicKeysCommand,
|
|
@@ -2229,6 +2524,7 @@ var commands = {
|
|
|
2229
2524
|
StopCompositionCommand,
|
|
2230
2525
|
TagResourceCommand,
|
|
2231
2526
|
UntagResourceCommand,
|
|
2527
|
+
UpdateIngestConfigurationCommand,
|
|
2232
2528
|
UpdateStageCommand
|
|
2233
2529
|
};
|
|
2234
2530
|
var _IVSRealTime = class _IVSRealTime extends IVSRealTimeClient {
|
|
@@ -2245,6 +2541,10 @@ var paginateListCompositions = (0, import_core.createPaginator)(IVSRealTimeClien
|
|
|
2245
2541
|
|
|
2246
2542
|
var paginateListEncoderConfigurations = (0, import_core.createPaginator)(IVSRealTimeClient, ListEncoderConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
2247
2543
|
|
|
2544
|
+
// src/pagination/ListIngestConfigurationsPaginator.ts
|
|
2545
|
+
|
|
2546
|
+
var paginateListIngestConfigurations = (0, import_core.createPaginator)(IVSRealTimeClient, ListIngestConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
2547
|
+
|
|
2248
2548
|
// src/pagination/ListParticipantEventsPaginator.ts
|
|
2249
2549
|
|
|
2250
2550
|
var paginateListParticipantEvents = (0, import_core.createPaginator)(IVSRealTimeClient, ListParticipantEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -2277,16 +2577,19 @@ var paginateListStorageConfigurations = (0, import_core.createPaginator)(IVSReal
|
|
|
2277
2577
|
IVSRealTime,
|
|
2278
2578
|
$Command,
|
|
2279
2579
|
CreateEncoderConfigurationCommand,
|
|
2580
|
+
CreateIngestConfigurationCommand,
|
|
2280
2581
|
CreateParticipantTokenCommand,
|
|
2281
2582
|
CreateStageCommand,
|
|
2282
2583
|
CreateStorageConfigurationCommand,
|
|
2283
2584
|
DeleteEncoderConfigurationCommand,
|
|
2585
|
+
DeleteIngestConfigurationCommand,
|
|
2284
2586
|
DeletePublicKeyCommand,
|
|
2285
2587
|
DeleteStageCommand,
|
|
2286
2588
|
DeleteStorageConfigurationCommand,
|
|
2287
2589
|
DisconnectParticipantCommand,
|
|
2288
2590
|
GetCompositionCommand,
|
|
2289
2591
|
GetEncoderConfigurationCommand,
|
|
2592
|
+
GetIngestConfigurationCommand,
|
|
2290
2593
|
GetParticipantCommand,
|
|
2291
2594
|
GetPublicKeyCommand,
|
|
2292
2595
|
GetStageCommand,
|
|
@@ -2295,6 +2598,7 @@ var paginateListStorageConfigurations = (0, import_core.createPaginator)(IVSReal
|
|
|
2295
2598
|
ImportPublicKeyCommand,
|
|
2296
2599
|
ListCompositionsCommand,
|
|
2297
2600
|
ListEncoderConfigurationsCommand,
|
|
2601
|
+
ListIngestConfigurationsCommand,
|
|
2298
2602
|
ListParticipantEventsCommand,
|
|
2299
2603
|
ListParticipantsCommand,
|
|
2300
2604
|
ListPublicKeysCommand,
|
|
@@ -2306,9 +2610,11 @@ var paginateListStorageConfigurations = (0, import_core.createPaginator)(IVSReal
|
|
|
2306
2610
|
StopCompositionCommand,
|
|
2307
2611
|
TagResourceCommand,
|
|
2308
2612
|
UntagResourceCommand,
|
|
2613
|
+
UpdateIngestConfigurationCommand,
|
|
2309
2614
|
UpdateStageCommand,
|
|
2310
2615
|
paginateListCompositions,
|
|
2311
2616
|
paginateListEncoderConfigurations,
|
|
2617
|
+
paginateListIngestConfigurations,
|
|
2312
2618
|
paginateListParticipantEvents,
|
|
2313
2619
|
paginateListParticipants,
|
|
2314
2620
|
paginateListPublicKeys,
|
|
@@ -2322,6 +2628,8 @@ var paginateListStorageConfigurations = (0, import_core.createPaginator)(IVSReal
|
|
|
2322
2628
|
ResourceNotFoundException,
|
|
2323
2629
|
ServiceQuotaExceededException,
|
|
2324
2630
|
ValidationException,
|
|
2631
|
+
IngestProtocol,
|
|
2632
|
+
IngestConfigurationState,
|
|
2325
2633
|
ParticipantTokenCapability,
|
|
2326
2634
|
ParticipantRecordingMediaType,
|
|
2327
2635
|
RecordingConfigurationFormat,
|
|
@@ -2331,13 +2639,18 @@ var paginateListStorageConfigurations = (0, import_core.createPaginator)(IVSReal
|
|
|
2331
2639
|
PipBehavior,
|
|
2332
2640
|
PipPosition,
|
|
2333
2641
|
CompositionState,
|
|
2642
|
+
ParticipantProtocol,
|
|
2334
2643
|
ParticipantRecordingState,
|
|
2335
2644
|
ParticipantState,
|
|
2336
2645
|
EventErrorCode,
|
|
2337
2646
|
EventName,
|
|
2338
2647
|
ParticipantRecordingFilterByRecordingState,
|
|
2648
|
+
IngestConfigurationFilterSensitiveLog,
|
|
2649
|
+
CreateIngestConfigurationResponseFilterSensitiveLog,
|
|
2339
2650
|
ParticipantTokenFilterSensitiveLog,
|
|
2340
2651
|
CreateParticipantTokenResponseFilterSensitiveLog,
|
|
2341
|
-
CreateStageResponseFilterSensitiveLog
|
|
2652
|
+
CreateStageResponseFilterSensitiveLog,
|
|
2653
|
+
GetIngestConfigurationResponseFilterSensitiveLog,
|
|
2654
|
+
UpdateIngestConfigurationResponseFilterSensitiveLog
|
|
2342
2655
|
});
|
|
2343
2656
|
|
package/dist-es/IVSRealTime.js
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { CreateEncoderConfigurationCommand, } from "./commands/CreateEncoderConfigurationCommand";
|
|
3
|
+
import { CreateIngestConfigurationCommand, } from "./commands/CreateIngestConfigurationCommand";
|
|
3
4
|
import { CreateParticipantTokenCommand, } from "./commands/CreateParticipantTokenCommand";
|
|
4
5
|
import { CreateStageCommand } from "./commands/CreateStageCommand";
|
|
5
6
|
import { CreateStorageConfigurationCommand, } from "./commands/CreateStorageConfigurationCommand";
|
|
6
7
|
import { DeleteEncoderConfigurationCommand, } from "./commands/DeleteEncoderConfigurationCommand";
|
|
8
|
+
import { DeleteIngestConfigurationCommand, } from "./commands/DeleteIngestConfigurationCommand";
|
|
7
9
|
import { DeletePublicKeyCommand, } from "./commands/DeletePublicKeyCommand";
|
|
8
10
|
import { DeleteStageCommand } from "./commands/DeleteStageCommand";
|
|
9
11
|
import { DeleteStorageConfigurationCommand, } from "./commands/DeleteStorageConfigurationCommand";
|
|
10
12
|
import { DisconnectParticipantCommand, } from "./commands/DisconnectParticipantCommand";
|
|
11
13
|
import { GetCompositionCommand, } from "./commands/GetCompositionCommand";
|
|
12
14
|
import { GetEncoderConfigurationCommand, } from "./commands/GetEncoderConfigurationCommand";
|
|
15
|
+
import { GetIngestConfigurationCommand, } from "./commands/GetIngestConfigurationCommand";
|
|
13
16
|
import { GetParticipantCommand, } from "./commands/GetParticipantCommand";
|
|
14
17
|
import { GetPublicKeyCommand, } from "./commands/GetPublicKeyCommand";
|
|
15
18
|
import { GetStageCommand } from "./commands/GetStageCommand";
|
|
@@ -18,6 +21,7 @@ import { GetStorageConfigurationCommand, } from "./commands/GetStorageConfigurat
|
|
|
18
21
|
import { ImportPublicKeyCommand, } from "./commands/ImportPublicKeyCommand";
|
|
19
22
|
import { ListCompositionsCommand, } from "./commands/ListCompositionsCommand";
|
|
20
23
|
import { ListEncoderConfigurationsCommand, } from "./commands/ListEncoderConfigurationsCommand";
|
|
24
|
+
import { ListIngestConfigurationsCommand, } from "./commands/ListIngestConfigurationsCommand";
|
|
21
25
|
import { ListParticipantEventsCommand, } from "./commands/ListParticipantEventsCommand";
|
|
22
26
|
import { ListParticipantsCommand, } from "./commands/ListParticipantsCommand";
|
|
23
27
|
import { ListPublicKeysCommand, } from "./commands/ListPublicKeysCommand";
|
|
@@ -29,20 +33,24 @@ import { StartCompositionCommand, } from "./commands/StartCompositionCommand";
|
|
|
29
33
|
import { StopCompositionCommand, } from "./commands/StopCompositionCommand";
|
|
30
34
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
31
35
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
36
|
+
import { UpdateIngestConfigurationCommand, } from "./commands/UpdateIngestConfigurationCommand";
|
|
32
37
|
import { UpdateStageCommand } from "./commands/UpdateStageCommand";
|
|
33
38
|
import { IVSRealTimeClient } from "./IVSRealTimeClient";
|
|
34
39
|
const commands = {
|
|
35
40
|
CreateEncoderConfigurationCommand,
|
|
41
|
+
CreateIngestConfigurationCommand,
|
|
36
42
|
CreateParticipantTokenCommand,
|
|
37
43
|
CreateStageCommand,
|
|
38
44
|
CreateStorageConfigurationCommand,
|
|
39
45
|
DeleteEncoderConfigurationCommand,
|
|
46
|
+
DeleteIngestConfigurationCommand,
|
|
40
47
|
DeletePublicKeyCommand,
|
|
41
48
|
DeleteStageCommand,
|
|
42
49
|
DeleteStorageConfigurationCommand,
|
|
43
50
|
DisconnectParticipantCommand,
|
|
44
51
|
GetCompositionCommand,
|
|
45
52
|
GetEncoderConfigurationCommand,
|
|
53
|
+
GetIngestConfigurationCommand,
|
|
46
54
|
GetParticipantCommand,
|
|
47
55
|
GetPublicKeyCommand,
|
|
48
56
|
GetStageCommand,
|
|
@@ -51,6 +59,7 @@ const commands = {
|
|
|
51
59
|
ImportPublicKeyCommand,
|
|
52
60
|
ListCompositionsCommand,
|
|
53
61
|
ListEncoderConfigurationsCommand,
|
|
62
|
+
ListIngestConfigurationsCommand,
|
|
54
63
|
ListParticipantEventsCommand,
|
|
55
64
|
ListParticipantsCommand,
|
|
56
65
|
ListPublicKeysCommand,
|
|
@@ -62,6 +71,7 @@ const commands = {
|
|
|
62
71
|
StopCompositionCommand,
|
|
63
72
|
TagResourceCommand,
|
|
64
73
|
UntagResourceCommand,
|
|
74
|
+
UpdateIngestConfigurationCommand,
|
|
65
75
|
UpdateStageCommand,
|
|
66
76
|
};
|
|
67
77
|
export class IVSRealTime extends IVSRealTimeClient {
|