@aws-sdk/client-medialive 3.40.0 → 3.45.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 +41 -0
- package/dist-cjs/endpoints.js +9 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -0
- package/dist-es/endpoints.js +9 -0
- package/dist-es/protocols/Aws_restJson1.js +3 -2
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/commands/BatchStartCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
- package/dist-types/commands/CreateInputCommand.d.ts +1 -1
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexesCommand.d.ts +1 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
29
|
+
|
|
30
|
+
**Note:** Version bump only for package @aws-sdk/client-medialive
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
48
|
|
|
8
49
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -51,6 +51,7 @@ const partitionHash = {
|
|
|
51
51
|
"ap-south-1",
|
|
52
52
|
"ap-southeast-1",
|
|
53
53
|
"ap-southeast-2",
|
|
54
|
+
"ap-southeast-3",
|
|
54
55
|
"ca-central-1",
|
|
55
56
|
"eu-central-1",
|
|
56
57
|
"eu-north-1",
|
|
@@ -118,6 +119,10 @@ const partitionHash = {
|
|
|
118
119
|
hostname: "medialive.{region}.c2s.ic.gov",
|
|
119
120
|
tags: [],
|
|
120
121
|
},
|
|
122
|
+
{
|
|
123
|
+
hostname: "medialive-fips.{region}.c2s.ic.gov",
|
|
124
|
+
tags: ["fips"],
|
|
125
|
+
},
|
|
121
126
|
],
|
|
122
127
|
},
|
|
123
128
|
"aws-iso-b": {
|
|
@@ -128,6 +133,10 @@ const partitionHash = {
|
|
|
128
133
|
hostname: "medialive.{region}.sc2s.sgov.gov",
|
|
129
134
|
tags: [],
|
|
130
135
|
},
|
|
136
|
+
{
|
|
137
|
+
hostname: "medialive-fips.{region}.sc2s.sgov.gov",
|
|
138
|
+
tags: ["fips"],
|
|
139
|
+
},
|
|
131
140
|
],
|
|
132
141
|
},
|
|
133
142
|
"aws-us-gov": {
|
|
@@ -9781,6 +9781,7 @@ const serializeAws_restJson1InputSettings = (input, context) => {
|
|
|
9781
9781
|
input.NetworkInputSettings !== null && {
|
|
9782
9782
|
networkInputSettings: serializeAws_restJson1NetworkInputSettings(input.NetworkInputSettings, context),
|
|
9783
9783
|
}),
|
|
9784
|
+
...(input.Scte35Pid !== undefined && input.Scte35Pid !== null && { scte35Pid: input.Scte35Pid }),
|
|
9784
9785
|
...(input.Smpte2038DataPreference !== undefined &&
|
|
9785
9786
|
input.Smpte2038DataPreference !== null && { smpte2038DataPreference: input.Smpte2038DataPreference }),
|
|
9786
9787
|
...(input.SourceEndBehavior !== undefined &&
|
|
@@ -12526,6 +12527,7 @@ const deserializeAws_restJson1InputSettings = (output, context) => {
|
|
|
12526
12527
|
NetworkInputSettings: output.networkInputSettings !== undefined && output.networkInputSettings !== null
|
|
12527
12528
|
? deserializeAws_restJson1NetworkInputSettings(output.networkInputSettings, context)
|
|
12528
12529
|
: undefined,
|
|
12530
|
+
Scte35Pid: smithy_client_1.expectInt32(output.scte35Pid),
|
|
12529
12531
|
Smpte2038DataPreference: smithy_client_1.expectString(output.smpte2038DataPreference),
|
|
12530
12532
|
SourceEndBehavior: smithy_client_1.expectString(output.sourceEndBehavior),
|
|
12531
12533
|
VideoSelector: output.videoSelector !== undefined && output.videoSelector !== null
|
package/dist-es/endpoints.js
CHANGED
|
@@ -49,6 +49,7 @@ var partitionHash = {
|
|
|
49
49
|
"ap-south-1",
|
|
50
50
|
"ap-southeast-1",
|
|
51
51
|
"ap-southeast-2",
|
|
52
|
+
"ap-southeast-3",
|
|
52
53
|
"ca-central-1",
|
|
53
54
|
"eu-central-1",
|
|
54
55
|
"eu-north-1",
|
|
@@ -116,6 +117,10 @@ var partitionHash = {
|
|
|
116
117
|
hostname: "medialive.{region}.c2s.ic.gov",
|
|
117
118
|
tags: [],
|
|
118
119
|
},
|
|
120
|
+
{
|
|
121
|
+
hostname: "medialive-fips.{region}.c2s.ic.gov",
|
|
122
|
+
tags: ["fips"],
|
|
123
|
+
},
|
|
119
124
|
],
|
|
120
125
|
},
|
|
121
126
|
"aws-iso-b": {
|
|
@@ -126,6 +131,10 @@ var partitionHash = {
|
|
|
126
131
|
hostname: "medialive.{region}.sc2s.sgov.gov",
|
|
127
132
|
tags: [],
|
|
128
133
|
},
|
|
134
|
+
{
|
|
135
|
+
hostname: "medialive-fips.{region}.sc2s.sgov.gov",
|
|
136
|
+
tags: ["fips"],
|
|
137
|
+
},
|
|
129
138
|
],
|
|
130
139
|
},
|
|
131
140
|
"aws-us-gov": {
|
|
@@ -10173,7 +10173,7 @@ var serializeAws_restJson1InputPrepareScheduleActionSettings = function (input,
|
|
|
10173
10173
|
input.UrlPath !== null && { urlPath: serializeAws_restJson1__listOf__string(input.UrlPath, context) }));
|
|
10174
10174
|
};
|
|
10175
10175
|
var serializeAws_restJson1InputSettings = function (input, context) {
|
|
10176
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AudioSelectors !== undefined &&
|
|
10176
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AudioSelectors !== undefined &&
|
|
10177
10177
|
input.AudioSelectors !== null && {
|
|
10178
10178
|
audioSelectors: serializeAws_restJson1__listOfAudioSelector(input.AudioSelectors, context),
|
|
10179
10179
|
})), (input.CaptionSelectors !== undefined &&
|
|
@@ -10183,7 +10183,7 @@ var serializeAws_restJson1InputSettings = function (input, context) {
|
|
|
10183
10183
|
input.FilterStrength !== null && { filterStrength: input.FilterStrength })), (input.InputFilter !== undefined && input.InputFilter !== null && { inputFilter: input.InputFilter })), (input.NetworkInputSettings !== undefined &&
|
|
10184
10184
|
input.NetworkInputSettings !== null && {
|
|
10185
10185
|
networkInputSettings: serializeAws_restJson1NetworkInputSettings(input.NetworkInputSettings, context),
|
|
10186
|
-
})), (input.Smpte2038DataPreference !== undefined &&
|
|
10186
|
+
})), (input.Scte35Pid !== undefined && input.Scte35Pid !== null && { scte35Pid: input.Scte35Pid })), (input.Smpte2038DataPreference !== undefined &&
|
|
10187
10187
|
input.Smpte2038DataPreference !== null && { smpte2038DataPreference: input.Smpte2038DataPreference })), (input.SourceEndBehavior !== undefined &&
|
|
10188
10188
|
input.SourceEndBehavior !== null && { sourceEndBehavior: input.SourceEndBehavior })), (input.VideoSelector !== undefined &&
|
|
10189
10189
|
input.VideoSelector !== null && {
|
|
@@ -12524,6 +12524,7 @@ var deserializeAws_restJson1InputSettings = function (output, context) {
|
|
|
12524
12524
|
NetworkInputSettings: output.networkInputSettings !== undefined && output.networkInputSettings !== null
|
|
12525
12525
|
? deserializeAws_restJson1NetworkInputSettings(output.networkInputSettings, context)
|
|
12526
12526
|
: undefined,
|
|
12527
|
+
Scte35Pid: __expectInt32(output.scte35Pid),
|
|
12527
12528
|
Smpte2038DataPreference: __expectString(output.smpte2038DataPreference),
|
|
12528
12529
|
SourceEndBehavior: __expectString(output.sourceEndBehavior),
|
|
12529
12530
|
VideoSelector: output.videoSelector !== undefined && output.videoSelector !== null
|
|
@@ -20,7 +20,7 @@ export interface AcceptInputDeviceTransferCommandOutput extends AcceptInputDevic
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link AcceptInputDeviceTransferCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link AcceptInputDeviceTransferCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class AcceptInputDeviceTransferCommand extends $Command<AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchDeleteCommandOutput extends BatchDeleteResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchDeleteCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchDeleteCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class BatchDeleteCommand extends $Command<BatchDeleteCommandInput, BatchDeleteCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchStartCommandOutput extends BatchStartResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchStartCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchStartCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class BatchStartCommand extends $Command<BatchStartCommandInput, BatchStartCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchStopCommandOutput extends BatchStopResponse, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchStopCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchStopCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class BatchStopCommand extends $Command<BatchStopCommandInput, BatchStopCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface BatchUpdateScheduleCommandOutput extends BatchUpdateScheduleRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link BatchUpdateScheduleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link BatchUpdateScheduleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class BatchUpdateScheduleCommand extends $Command<BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CancelInputDeviceTransferCommandOutput extends CancelInputDevic
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CancelInputDeviceTransferCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CancelInputDeviceTransferCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CancelInputDeviceTransferCommand extends $Command<CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ClaimDeviceCommandOutput extends ClaimDeviceResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ClaimDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ClaimDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ClaimDeviceCommand extends $Command<ClaimDeviceCommandInput, ClaimDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateInputCommandOutput extends CreateInputResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateInputCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateInputCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateInputCommand extends $Command<CreateInputCommandInput, CreateInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateInputSecurityGroupCommandOutput extends CreateInputSecuri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateInputSecurityGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateInputSecurityGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateInputSecurityGroupCommand extends $Command<CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateMultiplexCommandOutput extends CreateMultiplexResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateMultiplexCommand extends $Command<CreateMultiplexCommandInput, CreateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateMultiplexProgramCommandOutput extends CreateMultiplexProg
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateMultiplexProgramCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateMultiplexProgramCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateMultiplexProgramCommand extends $Command<CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreatePartnerInputCommandOutput extends CreatePartnerInputRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreatePartnerInputCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreatePartnerInputCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreatePartnerInputCommand extends $Command<CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface CreateTagsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link CreateTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link CreateTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteInputCommandOutput extends DeleteInputResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteInputCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteInputCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteInputCommand extends $Command<DeleteInputCommandInput, DeleteInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecuri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteInputSecurityGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteInputSecurityGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteInputSecurityGroupCommand extends $Command<DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteMultiplexCommand extends $Command<DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProg
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteMultiplexProgramCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteMultiplexProgramCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteMultiplexProgramCommand extends $Command<DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteReservationCommandOutput extends DeleteReservationRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteReservationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteReservationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteReservationCommand extends $Command<DeleteReservationCommandInput, DeleteReservationCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteScheduleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteScheduleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteScheduleCommand extends $Command<DeleteScheduleCommandInput, DeleteScheduleCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInputCommandOutput extends DescribeInputResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInputCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInputCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInputCommand extends $Command<DescribeInputCommandInput, DescribeInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInputDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInputDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInputDeviceCommand extends $Command<DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInputDeviceThumbnailCommandOutput extends DescribeInput
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInputDeviceThumbnailCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInputDeviceThumbnailCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInputDeviceThumbnailCommand extends $Command<DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInputSecurityGroupCommandOutput extends DescribeInputSe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInputSecurityGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInputSecurityGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInputSecurityGroupCommand extends $Command<DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeMultiplexCommandOutput extends DescribeMultiplexRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeMultiplexCommand extends $Command<DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeMultiplexProgramCommandOutput extends DescribeMultiplex
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeMultiplexProgramCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeMultiplexProgramCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeMultiplexProgramCommand extends $Command<DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeOfferingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeOfferingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeOfferingCommand extends $Command<DescribeOfferingCommandInput, DescribeOfferingCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeReservationCommandOutput extends DescribeReservationRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeReservationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeReservationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeReservationCommand extends $Command<DescribeReservationCommandInput, DescribeReservationCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeScheduleCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeScheduleCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeScheduleCommand extends $Command<DescribeScheduleCommandInput, DescribeScheduleCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListChannelsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListChannelsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInputDeviceTransfersCommandOutput extends ListInputDeviceTr
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInputDeviceTransfersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInputDeviceTransfersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInputDeviceTransfersCommand extends $Command<ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInputDevicesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInputDevicesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInputDevicesCommand extends $Command<ListInputDevicesCommandInput, ListInputDevicesCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInputSecurityGroupsCommandOutput extends ListInputSecurityG
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInputSecurityGroupsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInputSecurityGroupsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInputSecurityGroupsCommand extends $Command<ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListInputsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListInputsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListInputsCommand extends $Command<ListInputsCommandInput, ListInputsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMultiplexProgramsCommandOutput extends ListMultiplexProgram
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMultiplexProgramsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMultiplexProgramsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMultiplexProgramsCommand extends $Command<ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListMultiplexesCommandOutput extends ListMultiplexesResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListMultiplexesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListMultiplexesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListMultiplexesCommand extends $Command<ListMultiplexesCommandInput, ListMultiplexesCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListOfferingsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListOfferingsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListReservationsCommandOutput extends ListReservationsResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListReservationsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListReservationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListReservationsCommand extends $Command<ListReservationsCommandInput, ListReservationsCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse,
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link PurchaseOfferingCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link PurchaseOfferingCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RejectInputDeviceTransferCommandOutput extends RejectInputDevic
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RejectInputDeviceTransferCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RejectInputDeviceTransferCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RejectInputDeviceTransferCommand extends $Command<RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartChannelCommand extends $Command<StartChannelCommandInput, StartChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __M
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StartMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StartMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StartMultiplexCommand extends $Command<StartMultiplexCommandInput, StartMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopMultiplexCommand extends $Command<StopMultiplexCommandInput, StopMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface TransferInputDeviceCommandOutput extends TransferInputDeviceRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link TransferInputDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link TransferInputDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class TransferInputDeviceCommand extends $Command<TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateChannelClassCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateChannelClassCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateChannelClassCommand extends $Command<UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateChannelCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateInputCommandOutput extends UpdateInputResponse, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateInputCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateInputCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateInputCommand extends $Command<UpdateInputCommandInput, UpdateInputCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateInputDeviceCommandOutput extends UpdateInputDeviceRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateInputDeviceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateInputDeviceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateInputDeviceCommand extends $Command<UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateInputSecurityGroupCommandOutput extends UpdateInputSecuri
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateInputSecurityGroupCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateInputSecurityGroupCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateInputSecurityGroupCommand extends $Command<UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateMultiplexCommandOutput extends UpdateMultiplexResponse, _
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateMultiplexCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateMultiplexCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateMultiplexCommand extends $Command<UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateMultiplexProgramCommandOutput extends UpdateMultiplexProg
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateMultiplexProgramCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateMultiplexProgramCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateMultiplexProgramCommand extends $Command<UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UpdateReservationCommandOutput extends UpdateReservationRespons
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UpdateReservationCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UpdateReservationCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaLiveClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UpdateReservationCommand extends $Command<UpdateReservationCommandInput, UpdateReservationCommandOutput, MediaLiveClientResolvedConfig> {
|
|
@@ -2141,6 +2141,10 @@ export interface InputSettings {
|
|
|
2141
2141
|
* Input settings.
|
|
2142
2142
|
*/
|
|
2143
2143
|
NetworkInputSettings?: NetworkInputSettings;
|
|
2144
|
+
/**
|
|
2145
|
+
* PID from which to read SCTE-35 messages. If left undefined, EML will select the first SCTE-35 PID found in the input.
|
|
2146
|
+
*/
|
|
2147
|
+
Scte35Pid?: number;
|
|
2144
2148
|
/**
|
|
2145
2149
|
* Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages.
|
|
2146
2150
|
* - PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any).
|
|
@@ -1330,6 +1330,8 @@ export interface InputSettings {
|
|
|
1330
1330
|
|
|
1331
1331
|
NetworkInputSettings?: NetworkInputSettings;
|
|
1332
1332
|
|
|
1333
|
+
Scte35Pid?: number;
|
|
1334
|
+
|
|
1333
1335
|
Smpte2038DataPreference?: Smpte2038DataPreference | string;
|
|
1334
1336
|
|
|
1335
1337
|
SourceEndBehavior?: InputSourceEndBehavior | string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medialive",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|