@aws-sdk/client-medialive 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/MediaLive.d.ts +17 -1
- package/dist-types/MediaLiveClient.d.ts +1 -1
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteCommand.d.ts +2 -1
- package/dist-types/commands/BatchStartCommand.d.ts +2 -1
- package/dist-types/commands/BatchStopCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +2 -1
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +2 -1
- package/dist-types/commands/ClaimDeviceCommand.d.ts +2 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
- package/dist-types/commands/CreateInputCommand.d.ts +2 -1
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeThumbnailsCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +2 -1
- package/dist-types/commands/ListInputDevicesCommand.d.ts +2 -1
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListInputsCommand.d.ts +2 -1
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +2 -1
- package/dist-types/commands/ListMultiplexesCommand.d.ts +2 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -1
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +2 -1
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +2 -1
- package/dist-types/commands/StartChannelCommand.d.ts +2 -1
- package/dist-types/commands/StartInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -1
- package/dist-types/commands/StartMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/StopChannelCommand.d.ts +2 -1
- package/dist-types/commands/StopInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/StopMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +2 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/commands/UpdateReservationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +714 -714
- package/dist-types/models/models_1.d.ts +944 -944
- package/dist-types/models/models_2.d.ts +286 -286
- package/dist-types/ts3.4/MediaLive.d.ts +16 -0
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestartChannelPipelinesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +42 -42
|
@@ -1,485 +1,485 @@
|
|
|
1
1
|
import { CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelPipelineIdToRestart, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OutputDestination, VpcOutputSettingsDescription } from "./models_0";
|
|
2
2
|
import { AccountConfiguration, Channel, EncoderSettings, InputDeviceConfigurableSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, PipelineDetail, RenewalSettings, Reservation, TransferringInputDeviceSummary } from "./models_1";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* Placeholder documentation for ListChannelsRequest
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export interface ListChannelsRequest {
|
|
8
8
|
/**
|
|
9
|
-
* @public
|
|
10
9
|
* Placeholder documentation for MaxResults
|
|
10
|
+
* @public
|
|
11
11
|
*/
|
|
12
12
|
MaxResults?: number;
|
|
13
13
|
/**
|
|
14
|
-
* @public
|
|
15
14
|
* Placeholder documentation for __string
|
|
15
|
+
* @public
|
|
16
16
|
*/
|
|
17
17
|
NextToken?: string;
|
|
18
18
|
}
|
|
19
19
|
/**
|
|
20
|
-
* @public
|
|
21
20
|
* Placeholder documentation for ListChannelsResponse
|
|
21
|
+
* @public
|
|
22
22
|
*/
|
|
23
23
|
export interface ListChannelsResponse {
|
|
24
24
|
/**
|
|
25
|
-
* @public
|
|
26
25
|
* Placeholder documentation for __listOfChannelSummary
|
|
26
|
+
* @public
|
|
27
27
|
*/
|
|
28
28
|
Channels?: ChannelSummary[];
|
|
29
29
|
/**
|
|
30
|
-
* @public
|
|
31
30
|
* Placeholder documentation for __string
|
|
31
|
+
* @public
|
|
32
32
|
*/
|
|
33
33
|
NextToken?: string;
|
|
34
34
|
}
|
|
35
35
|
/**
|
|
36
|
-
* @public
|
|
37
36
|
* Placeholder documentation for ListInputDevicesRequest
|
|
37
|
+
* @public
|
|
38
38
|
*/
|
|
39
39
|
export interface ListInputDevicesRequest {
|
|
40
40
|
/**
|
|
41
|
-
* @public
|
|
42
41
|
* Placeholder documentation for MaxResults
|
|
42
|
+
* @public
|
|
43
43
|
*/
|
|
44
44
|
MaxResults?: number;
|
|
45
45
|
/**
|
|
46
|
-
* @public
|
|
47
46
|
* Placeholder documentation for __string
|
|
47
|
+
* @public
|
|
48
48
|
*/
|
|
49
49
|
NextToken?: string;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
|
-
* @public
|
|
53
52
|
* Placeholder documentation for ListInputDevicesResponse
|
|
53
|
+
* @public
|
|
54
54
|
*/
|
|
55
55
|
export interface ListInputDevicesResponse {
|
|
56
56
|
/**
|
|
57
|
-
* @public
|
|
58
57
|
* The list of input devices.
|
|
58
|
+
* @public
|
|
59
59
|
*/
|
|
60
60
|
InputDevices?: InputDeviceSummary[];
|
|
61
61
|
/**
|
|
62
|
-
* @public
|
|
63
62
|
* A token to get additional list results.
|
|
63
|
+
* @public
|
|
64
64
|
*/
|
|
65
65
|
NextToken?: string;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
* @public
|
|
69
68
|
* Placeholder documentation for ListInputDeviceTransfersRequest
|
|
69
|
+
* @public
|
|
70
70
|
*/
|
|
71
71
|
export interface ListInputDeviceTransfersRequest {
|
|
72
72
|
/**
|
|
73
|
-
* @public
|
|
74
73
|
* Placeholder documentation for MaxResults
|
|
74
|
+
* @public
|
|
75
75
|
*/
|
|
76
76
|
MaxResults?: number;
|
|
77
77
|
/**
|
|
78
|
-
* @public
|
|
79
78
|
* Placeholder documentation for __string
|
|
79
|
+
* @public
|
|
80
80
|
*/
|
|
81
81
|
NextToken?: string;
|
|
82
82
|
/**
|
|
83
|
-
* @public
|
|
84
83
|
* Placeholder documentation for __string
|
|
84
|
+
* @public
|
|
85
85
|
*/
|
|
86
86
|
TransferType: string | undefined;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
|
-
* @public
|
|
90
89
|
* Placeholder documentation for ListInputDeviceTransfersResponse
|
|
90
|
+
* @public
|
|
91
91
|
*/
|
|
92
92
|
export interface ListInputDeviceTransfersResponse {
|
|
93
93
|
/**
|
|
94
|
-
* @public
|
|
95
94
|
* The list of devices that you are transferring or are being transferred to you.
|
|
95
|
+
* @public
|
|
96
96
|
*/
|
|
97
97
|
InputDeviceTransfers?: TransferringInputDeviceSummary[];
|
|
98
98
|
/**
|
|
99
|
-
* @public
|
|
100
99
|
* A token to get additional list results.
|
|
100
|
+
* @public
|
|
101
101
|
*/
|
|
102
102
|
NextToken?: string;
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
|
-
* @public
|
|
106
105
|
* Placeholder documentation for ListInputsRequest
|
|
106
|
+
* @public
|
|
107
107
|
*/
|
|
108
108
|
export interface ListInputsRequest {
|
|
109
109
|
/**
|
|
110
|
-
* @public
|
|
111
110
|
* Placeholder documentation for MaxResults
|
|
111
|
+
* @public
|
|
112
112
|
*/
|
|
113
113
|
MaxResults?: number;
|
|
114
114
|
/**
|
|
115
|
-
* @public
|
|
116
115
|
* Placeholder documentation for __string
|
|
116
|
+
* @public
|
|
117
117
|
*/
|
|
118
118
|
NextToken?: string;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
|
-
* @public
|
|
122
121
|
* Placeholder documentation for ListInputsResponse
|
|
122
|
+
* @public
|
|
123
123
|
*/
|
|
124
124
|
export interface ListInputsResponse {
|
|
125
125
|
/**
|
|
126
|
-
* @public
|
|
127
126
|
* Placeholder documentation for __listOfInput
|
|
127
|
+
* @public
|
|
128
128
|
*/
|
|
129
129
|
Inputs?: Input[];
|
|
130
130
|
/**
|
|
131
|
-
* @public
|
|
132
131
|
* Placeholder documentation for __string
|
|
132
|
+
* @public
|
|
133
133
|
*/
|
|
134
134
|
NextToken?: string;
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
|
-
* @public
|
|
138
137
|
* Placeholder documentation for ListInputSecurityGroupsRequest
|
|
138
|
+
* @public
|
|
139
139
|
*/
|
|
140
140
|
export interface ListInputSecurityGroupsRequest {
|
|
141
141
|
/**
|
|
142
|
-
* @public
|
|
143
142
|
* Placeholder documentation for MaxResults
|
|
143
|
+
* @public
|
|
144
144
|
*/
|
|
145
145
|
MaxResults?: number;
|
|
146
146
|
/**
|
|
147
|
-
* @public
|
|
148
147
|
* Placeholder documentation for __string
|
|
148
|
+
* @public
|
|
149
149
|
*/
|
|
150
150
|
NextToken?: string;
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
|
-
* @public
|
|
154
153
|
* Placeholder documentation for ListInputSecurityGroupsResponse
|
|
154
|
+
* @public
|
|
155
155
|
*/
|
|
156
156
|
export interface ListInputSecurityGroupsResponse {
|
|
157
157
|
/**
|
|
158
|
-
* @public
|
|
159
158
|
* List of input security groups
|
|
159
|
+
* @public
|
|
160
160
|
*/
|
|
161
161
|
InputSecurityGroups?: InputSecurityGroup[];
|
|
162
162
|
/**
|
|
163
|
-
* @public
|
|
164
163
|
* Placeholder documentation for __string
|
|
164
|
+
* @public
|
|
165
165
|
*/
|
|
166
166
|
NextToken?: string;
|
|
167
167
|
}
|
|
168
168
|
/**
|
|
169
|
-
* @public
|
|
170
169
|
* Placeholder documentation for ListMultiplexesRequest
|
|
170
|
+
* @public
|
|
171
171
|
*/
|
|
172
172
|
export interface ListMultiplexesRequest {
|
|
173
173
|
/**
|
|
174
|
-
* @public
|
|
175
174
|
* The maximum number of items to return.
|
|
175
|
+
* @public
|
|
176
176
|
*/
|
|
177
177
|
MaxResults?: number;
|
|
178
178
|
/**
|
|
179
|
-
* @public
|
|
180
179
|
* The token to retrieve the next page of results.
|
|
180
|
+
* @public
|
|
181
181
|
*/
|
|
182
182
|
NextToken?: string;
|
|
183
183
|
}
|
|
184
184
|
/**
|
|
185
|
-
* @public
|
|
186
185
|
* Placeholder documentation for ListMultiplexesResponse
|
|
186
|
+
* @public
|
|
187
187
|
*/
|
|
188
188
|
export interface ListMultiplexesResponse {
|
|
189
189
|
/**
|
|
190
|
-
* @public
|
|
191
190
|
* List of multiplexes.
|
|
191
|
+
* @public
|
|
192
192
|
*/
|
|
193
193
|
Multiplexes?: MultiplexSummary[];
|
|
194
194
|
/**
|
|
195
|
-
* @public
|
|
196
195
|
* Token for the next ListMultiplexes request.
|
|
196
|
+
* @public
|
|
197
197
|
*/
|
|
198
198
|
NextToken?: string;
|
|
199
199
|
}
|
|
200
200
|
/**
|
|
201
|
-
* @public
|
|
202
201
|
* Placeholder documentation for ListMultiplexProgramsRequest
|
|
202
|
+
* @public
|
|
203
203
|
*/
|
|
204
204
|
export interface ListMultiplexProgramsRequest {
|
|
205
205
|
/**
|
|
206
|
-
* @public
|
|
207
206
|
* The maximum number of items to return.
|
|
207
|
+
* @public
|
|
208
208
|
*/
|
|
209
209
|
MaxResults?: number;
|
|
210
210
|
/**
|
|
211
|
-
* @public
|
|
212
211
|
* The ID of the multiplex that the programs belong to.
|
|
212
|
+
* @public
|
|
213
213
|
*/
|
|
214
214
|
MultiplexId: string | undefined;
|
|
215
215
|
/**
|
|
216
|
-
* @public
|
|
217
216
|
* The token to retrieve the next page of results.
|
|
217
|
+
* @public
|
|
218
218
|
*/
|
|
219
219
|
NextToken?: string;
|
|
220
220
|
}
|
|
221
221
|
/**
|
|
222
|
-
* @public
|
|
223
222
|
* Placeholder documentation for ListMultiplexProgramsResponse
|
|
223
|
+
* @public
|
|
224
224
|
*/
|
|
225
225
|
export interface ListMultiplexProgramsResponse {
|
|
226
226
|
/**
|
|
227
|
-
* @public
|
|
228
227
|
* List of multiplex programs.
|
|
228
|
+
* @public
|
|
229
229
|
*/
|
|
230
230
|
MultiplexPrograms?: MultiplexProgramSummary[];
|
|
231
231
|
/**
|
|
232
|
-
* @public
|
|
233
232
|
* Token for the next ListMultiplexProgram request.
|
|
233
|
+
* @public
|
|
234
234
|
*/
|
|
235
235
|
NextToken?: string;
|
|
236
236
|
}
|
|
237
237
|
/**
|
|
238
|
-
* @public
|
|
239
238
|
* Placeholder documentation for ListOfferingsRequest
|
|
239
|
+
* @public
|
|
240
240
|
*/
|
|
241
241
|
export interface ListOfferingsRequest {
|
|
242
242
|
/**
|
|
243
|
-
* @public
|
|
244
243
|
* Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'
|
|
244
|
+
* @public
|
|
245
245
|
*/
|
|
246
246
|
ChannelClass?: string;
|
|
247
247
|
/**
|
|
248
|
-
* @public
|
|
249
248
|
* Filter to offerings that match the configuration of an existing channel, e.g. '2345678' (a channel ID)
|
|
249
|
+
* @public
|
|
250
250
|
*/
|
|
251
251
|
ChannelConfiguration?: string;
|
|
252
252
|
/**
|
|
253
|
-
* @public
|
|
254
253
|
* Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', or 'LINK'
|
|
254
|
+
* @public
|
|
255
255
|
*/
|
|
256
256
|
Codec?: string;
|
|
257
257
|
/**
|
|
258
|
-
* @public
|
|
259
258
|
* Filter by offering duration, e.g. '12'
|
|
259
|
+
* @public
|
|
260
260
|
*/
|
|
261
261
|
Duration?: string;
|
|
262
262
|
/**
|
|
263
|
-
* @public
|
|
264
263
|
* Placeholder documentation for MaxResults
|
|
264
|
+
* @public
|
|
265
265
|
*/
|
|
266
266
|
MaxResults?: number;
|
|
267
267
|
/**
|
|
268
|
-
* @public
|
|
269
268
|
* Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'
|
|
269
|
+
* @public
|
|
270
270
|
*/
|
|
271
271
|
MaximumBitrate?: string;
|
|
272
272
|
/**
|
|
273
|
-
* @public
|
|
274
273
|
* Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'
|
|
274
|
+
* @public
|
|
275
275
|
*/
|
|
276
276
|
MaximumFramerate?: string;
|
|
277
277
|
/**
|
|
278
|
-
* @public
|
|
279
278
|
* Placeholder documentation for __string
|
|
279
|
+
* @public
|
|
280
280
|
*/
|
|
281
281
|
NextToken?: string;
|
|
282
282
|
/**
|
|
283
|
-
* @public
|
|
284
283
|
* Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
|
|
284
|
+
* @public
|
|
285
285
|
*/
|
|
286
286
|
Resolution?: string;
|
|
287
287
|
/**
|
|
288
|
-
* @public
|
|
289
288
|
* Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
|
|
289
|
+
* @public
|
|
290
290
|
*/
|
|
291
291
|
ResourceType?: string;
|
|
292
292
|
/**
|
|
293
|
-
* @public
|
|
294
293
|
* Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
|
|
294
|
+
* @public
|
|
295
295
|
*/
|
|
296
296
|
SpecialFeature?: string;
|
|
297
297
|
/**
|
|
298
|
-
* @public
|
|
299
298
|
* Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
|
|
299
|
+
* @public
|
|
300
300
|
*/
|
|
301
301
|
VideoQuality?: string;
|
|
302
302
|
}
|
|
303
303
|
/**
|
|
304
|
-
* @public
|
|
305
304
|
* Placeholder documentation for ListOfferingsResponse
|
|
305
|
+
* @public
|
|
306
306
|
*/
|
|
307
307
|
export interface ListOfferingsResponse {
|
|
308
308
|
/**
|
|
309
|
-
* @public
|
|
310
309
|
* Token to retrieve the next page of results
|
|
310
|
+
* @public
|
|
311
311
|
*/
|
|
312
312
|
NextToken?: string;
|
|
313
313
|
/**
|
|
314
|
-
* @public
|
|
315
314
|
* List of offerings
|
|
315
|
+
* @public
|
|
316
316
|
*/
|
|
317
317
|
Offerings?: Offering[];
|
|
318
318
|
}
|
|
319
319
|
/**
|
|
320
|
-
* @public
|
|
321
320
|
* Placeholder documentation for ListReservationsRequest
|
|
321
|
+
* @public
|
|
322
322
|
*/
|
|
323
323
|
export interface ListReservationsRequest {
|
|
324
324
|
/**
|
|
325
|
-
* @public
|
|
326
325
|
* Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'
|
|
326
|
+
* @public
|
|
327
327
|
*/
|
|
328
328
|
ChannelClass?: string;
|
|
329
329
|
/**
|
|
330
|
-
* @public
|
|
331
330
|
* Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', or 'LINK'
|
|
331
|
+
* @public
|
|
332
332
|
*/
|
|
333
333
|
Codec?: string;
|
|
334
334
|
/**
|
|
335
|
-
* @public
|
|
336
335
|
* Placeholder documentation for MaxResults
|
|
336
|
+
* @public
|
|
337
337
|
*/
|
|
338
338
|
MaxResults?: number;
|
|
339
339
|
/**
|
|
340
|
-
* @public
|
|
341
340
|
* Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'
|
|
341
|
+
* @public
|
|
342
342
|
*/
|
|
343
343
|
MaximumBitrate?: string;
|
|
344
344
|
/**
|
|
345
|
-
* @public
|
|
346
345
|
* Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'
|
|
346
|
+
* @public
|
|
347
347
|
*/
|
|
348
348
|
MaximumFramerate?: string;
|
|
349
349
|
/**
|
|
350
|
-
* @public
|
|
351
350
|
* Placeholder documentation for __string
|
|
351
|
+
* @public
|
|
352
352
|
*/
|
|
353
353
|
NextToken?: string;
|
|
354
354
|
/**
|
|
355
|
-
* @public
|
|
356
355
|
* Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'
|
|
356
|
+
* @public
|
|
357
357
|
*/
|
|
358
358
|
Resolution?: string;
|
|
359
359
|
/**
|
|
360
|
-
* @public
|
|
361
360
|
* Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
|
|
361
|
+
* @public
|
|
362
362
|
*/
|
|
363
363
|
ResourceType?: string;
|
|
364
364
|
/**
|
|
365
|
-
* @public
|
|
366
365
|
* Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'
|
|
366
|
+
* @public
|
|
367
367
|
*/
|
|
368
368
|
SpecialFeature?: string;
|
|
369
369
|
/**
|
|
370
|
-
* @public
|
|
371
370
|
* Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'
|
|
371
|
+
* @public
|
|
372
372
|
*/
|
|
373
373
|
VideoQuality?: string;
|
|
374
374
|
}
|
|
375
375
|
/**
|
|
376
|
-
* @public
|
|
377
376
|
* Placeholder documentation for ListReservationsResponse
|
|
377
|
+
* @public
|
|
378
378
|
*/
|
|
379
379
|
export interface ListReservationsResponse {
|
|
380
380
|
/**
|
|
381
|
-
* @public
|
|
382
381
|
* Token to retrieve the next page of results
|
|
382
|
+
* @public
|
|
383
383
|
*/
|
|
384
384
|
NextToken?: string;
|
|
385
385
|
/**
|
|
386
|
-
* @public
|
|
387
386
|
* List of reservations
|
|
387
|
+
* @public
|
|
388
388
|
*/
|
|
389
389
|
Reservations?: Reservation[];
|
|
390
390
|
}
|
|
391
391
|
/**
|
|
392
|
-
* @public
|
|
393
392
|
* Placeholder documentation for ListTagsForResourceRequest
|
|
393
|
+
* @public
|
|
394
394
|
*/
|
|
395
395
|
export interface ListTagsForResourceRequest {
|
|
396
396
|
/**
|
|
397
|
-
* @public
|
|
398
397
|
* Placeholder documentation for __string
|
|
398
|
+
* @public
|
|
399
399
|
*/
|
|
400
400
|
ResourceArn: string | undefined;
|
|
401
401
|
}
|
|
402
402
|
/**
|
|
403
|
-
* @public
|
|
404
403
|
* Placeholder documentation for ListTagsForResourceResponse
|
|
404
|
+
* @public
|
|
405
405
|
*/
|
|
406
406
|
export interface ListTagsForResourceResponse {
|
|
407
407
|
/**
|
|
408
|
-
* @public
|
|
409
408
|
* Placeholder documentation for Tags
|
|
409
|
+
* @public
|
|
410
410
|
*/
|
|
411
411
|
Tags?: Record<string, string>;
|
|
412
412
|
}
|
|
413
413
|
/**
|
|
414
|
-
* @public
|
|
415
414
|
* Placeholder documentation for MaintenanceUpdateSettings
|
|
415
|
+
* @public
|
|
416
416
|
*/
|
|
417
417
|
export interface MaintenanceUpdateSettings {
|
|
418
418
|
/**
|
|
419
|
-
* @public
|
|
420
419
|
* Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.
|
|
420
|
+
* @public
|
|
421
421
|
*/
|
|
422
422
|
MaintenanceDay?: MaintenanceDay;
|
|
423
423
|
/**
|
|
424
|
-
* @public
|
|
425
424
|
* Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only.
|
|
425
|
+
* @public
|
|
426
426
|
*/
|
|
427
427
|
MaintenanceScheduledDate?: string;
|
|
428
428
|
/**
|
|
429
|
-
* @public
|
|
430
429
|
* Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.
|
|
430
|
+
* @public
|
|
431
431
|
*/
|
|
432
432
|
MaintenanceStartTime?: string;
|
|
433
433
|
}
|
|
434
434
|
/**
|
|
435
|
-
* @public
|
|
436
435
|
* Placeholder documentation for PurchaseOfferingRequest
|
|
436
|
+
* @public
|
|
437
437
|
*/
|
|
438
438
|
export interface PurchaseOfferingRequest {
|
|
439
439
|
/**
|
|
440
|
-
* @public
|
|
441
440
|
* Number of resources
|
|
441
|
+
* @public
|
|
442
442
|
*/
|
|
443
443
|
Count: number | undefined;
|
|
444
444
|
/**
|
|
445
|
-
* @public
|
|
446
445
|
* Name for the new reservation
|
|
446
|
+
* @public
|
|
447
447
|
*/
|
|
448
448
|
Name?: string;
|
|
449
449
|
/**
|
|
450
|
-
* @public
|
|
451
450
|
* Offering to purchase, e.g. '87654321'
|
|
451
|
+
* @public
|
|
452
452
|
*/
|
|
453
453
|
OfferingId: string | undefined;
|
|
454
454
|
/**
|
|
455
|
-
* @public
|
|
456
455
|
* Renewal settings for the reservation
|
|
456
|
+
* @public
|
|
457
457
|
*/
|
|
458
458
|
RenewalSettings?: RenewalSettings;
|
|
459
459
|
/**
|
|
460
|
-
* @public
|
|
461
460
|
* Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.
|
|
461
|
+
* @public
|
|
462
462
|
*/
|
|
463
463
|
RequestId?: string;
|
|
464
464
|
/**
|
|
465
|
-
* @public
|
|
466
465
|
* Requested reservation start time (UTC) in ISO-8601 format. The specified time must be between the first day of the current month and one year from now. If no value is given, the default is now.
|
|
466
|
+
* @public
|
|
467
467
|
*/
|
|
468
468
|
Start?: string;
|
|
469
469
|
/**
|
|
470
|
-
* @public
|
|
471
470
|
* A collection of key-value pairs
|
|
471
|
+
* @public
|
|
472
472
|
*/
|
|
473
473
|
Tags?: Record<string, string>;
|
|
474
474
|
}
|
|
475
475
|
/**
|
|
476
|
-
* @public
|
|
477
476
|
* Placeholder documentation for PurchaseOfferingResponse
|
|
477
|
+
* @public
|
|
478
478
|
*/
|
|
479
479
|
export interface PurchaseOfferingResponse {
|
|
480
480
|
/**
|
|
481
|
-
* @public
|
|
482
481
|
* Reserved resources available to use
|
|
482
|
+
* @public
|
|
483
483
|
*/
|
|
484
484
|
Reservation?: Reservation;
|
|
485
485
|
}
|
|
@@ -496,1022 +496,1022 @@ export declare const RebootInputDeviceForce: {
|
|
|
496
496
|
*/
|
|
497
497
|
export type RebootInputDeviceForce = (typeof RebootInputDeviceForce)[keyof typeof RebootInputDeviceForce];
|
|
498
498
|
/**
|
|
499
|
-
* @public
|
|
500
499
|
* A request to reboot an AWS Elemental device.
|
|
500
|
+
* @public
|
|
501
501
|
*/
|
|
502
502
|
export interface RebootInputDeviceRequest {
|
|
503
503
|
/**
|
|
504
|
-
* @public
|
|
505
504
|
* Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting within a few seconds of sending the command. If the device was streaming prior to the reboot, the device will resume streaming when the reboot completes.
|
|
505
|
+
* @public
|
|
506
506
|
*/
|
|
507
507
|
Force?: RebootInputDeviceForce;
|
|
508
508
|
/**
|
|
509
|
-
* @public
|
|
510
509
|
* The unique ID of the input device to reboot. For example, hd-123456789abcdef.
|
|
510
|
+
* @public
|
|
511
511
|
*/
|
|
512
512
|
InputDeviceId: string | undefined;
|
|
513
513
|
}
|
|
514
514
|
/**
|
|
515
|
-
* @public
|
|
516
515
|
* Placeholder documentation for RebootInputDeviceResponse
|
|
516
|
+
* @public
|
|
517
517
|
*/
|
|
518
518
|
export interface RebootInputDeviceResponse {
|
|
519
519
|
}
|
|
520
520
|
/**
|
|
521
|
-
* @public
|
|
522
521
|
* Placeholder documentation for RejectInputDeviceTransferRequest
|
|
522
|
+
* @public
|
|
523
523
|
*/
|
|
524
524
|
export interface RejectInputDeviceTransferRequest {
|
|
525
525
|
/**
|
|
526
|
-
* @public
|
|
527
526
|
* The unique ID of the input device to reject. For example, hd-123456789abcdef.
|
|
527
|
+
* @public
|
|
528
528
|
*/
|
|
529
529
|
InputDeviceId: string | undefined;
|
|
530
530
|
}
|
|
531
531
|
/**
|
|
532
|
-
* @public
|
|
533
532
|
* Placeholder documentation for RejectInputDeviceTransferResponse
|
|
533
|
+
* @public
|
|
534
534
|
*/
|
|
535
535
|
export interface RejectInputDeviceTransferResponse {
|
|
536
536
|
}
|
|
537
537
|
/**
|
|
538
|
-
* @public
|
|
539
538
|
* Pipelines to restart.
|
|
539
|
+
* @public
|
|
540
540
|
*/
|
|
541
541
|
export interface RestartChannelPipelinesRequest {
|
|
542
542
|
/**
|
|
543
|
-
* @public
|
|
544
543
|
* ID of channel
|
|
544
|
+
* @public
|
|
545
545
|
*/
|
|
546
546
|
ChannelId: string | undefined;
|
|
547
547
|
/**
|
|
548
|
-
* @public
|
|
549
548
|
* An array of pipelines to restart in this channel. Format PIPELINE_0 or PIPELINE_1.
|
|
549
|
+
* @public
|
|
550
550
|
*/
|
|
551
551
|
PipelineIds?: ChannelPipelineIdToRestart[];
|
|
552
552
|
}
|
|
553
553
|
/**
|
|
554
|
-
* @public
|
|
555
554
|
* Placeholder documentation for RestartChannelPipelinesResponse
|
|
555
|
+
* @public
|
|
556
556
|
*/
|
|
557
557
|
export interface RestartChannelPipelinesResponse {
|
|
558
558
|
/**
|
|
559
|
-
* @public
|
|
560
559
|
* The unique arn of the channel.
|
|
560
|
+
* @public
|
|
561
561
|
*/
|
|
562
562
|
Arn?: string;
|
|
563
563
|
/**
|
|
564
|
-
* @public
|
|
565
564
|
* Specification of CDI inputs for this channel
|
|
565
|
+
* @public
|
|
566
566
|
*/
|
|
567
567
|
CdiInputSpecification?: CdiInputSpecification;
|
|
568
568
|
/**
|
|
569
|
-
* @public
|
|
570
569
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
570
|
+
* @public
|
|
571
571
|
*/
|
|
572
572
|
ChannelClass?: ChannelClass;
|
|
573
573
|
/**
|
|
574
|
-
* @public
|
|
575
574
|
* A list of destinations of the channel. For UDP outputs, there is one
|
|
576
575
|
* destination per output. For other types (HLS, for example), there is
|
|
577
576
|
* one destination per packager.
|
|
577
|
+
* @public
|
|
578
578
|
*/
|
|
579
579
|
Destinations?: OutputDestination[];
|
|
580
580
|
/**
|
|
581
|
-
* @public
|
|
582
581
|
* The endpoints where outgoing connections initiate from
|
|
582
|
+
* @public
|
|
583
583
|
*/
|
|
584
584
|
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
585
585
|
/**
|
|
586
|
-
* @public
|
|
587
586
|
* Encoder Settings
|
|
587
|
+
* @public
|
|
588
588
|
*/
|
|
589
589
|
EncoderSettings?: EncoderSettings;
|
|
590
590
|
/**
|
|
591
|
-
* @public
|
|
592
591
|
* The unique id of the channel.
|
|
592
|
+
* @public
|
|
593
593
|
*/
|
|
594
594
|
Id?: string;
|
|
595
595
|
/**
|
|
596
|
-
* @public
|
|
597
596
|
* List of input attachments for channel.
|
|
597
|
+
* @public
|
|
598
598
|
*/
|
|
599
599
|
InputAttachments?: InputAttachment[];
|
|
600
600
|
/**
|
|
601
|
-
* @public
|
|
602
601
|
* Specification of network and file inputs for this channel
|
|
602
|
+
* @public
|
|
603
603
|
*/
|
|
604
604
|
InputSpecification?: InputSpecification;
|
|
605
605
|
/**
|
|
606
|
-
* @public
|
|
607
606
|
* The log level being written to CloudWatch Logs.
|
|
607
|
+
* @public
|
|
608
608
|
*/
|
|
609
609
|
LogLevel?: LogLevel;
|
|
610
610
|
/**
|
|
611
|
-
* @public
|
|
612
611
|
* Maintenance settings for this channel.
|
|
612
|
+
* @public
|
|
613
613
|
*/
|
|
614
614
|
Maintenance?: MaintenanceStatus;
|
|
615
615
|
/**
|
|
616
|
-
* @public
|
|
617
616
|
* The time in milliseconds by when the PVRE restart must occur.
|
|
617
|
+
* @public
|
|
618
618
|
*/
|
|
619
619
|
MaintenanceStatus?: string;
|
|
620
620
|
/**
|
|
621
|
-
* @public
|
|
622
621
|
* The name of the channel. (user-mutable)
|
|
622
|
+
* @public
|
|
623
623
|
*/
|
|
624
624
|
Name?: string;
|
|
625
625
|
/**
|
|
626
|
-
* @public
|
|
627
626
|
* Runtime details for the pipelines of a running channel.
|
|
627
|
+
* @public
|
|
628
628
|
*/
|
|
629
629
|
PipelineDetails?: PipelineDetail[];
|
|
630
630
|
/**
|
|
631
|
-
* @public
|
|
632
631
|
* The number of currently healthy pipelines.
|
|
632
|
+
* @public
|
|
633
633
|
*/
|
|
634
634
|
PipelinesRunningCount?: number;
|
|
635
635
|
/**
|
|
636
|
-
* @public
|
|
637
636
|
* The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
|
637
|
+
* @public
|
|
638
638
|
*/
|
|
639
639
|
RoleArn?: string;
|
|
640
640
|
/**
|
|
641
|
-
* @public
|
|
642
641
|
* Placeholder documentation for ChannelState
|
|
642
|
+
* @public
|
|
643
643
|
*/
|
|
644
644
|
State?: ChannelState;
|
|
645
645
|
/**
|
|
646
|
-
* @public
|
|
647
646
|
* A collection of key-value pairs.
|
|
647
|
+
* @public
|
|
648
648
|
*/
|
|
649
649
|
Tags?: Record<string, string>;
|
|
650
650
|
/**
|
|
651
|
-
* @public
|
|
652
651
|
* Settings for VPC output
|
|
652
|
+
* @public
|
|
653
653
|
*/
|
|
654
654
|
Vpc?: VpcOutputSettingsDescription;
|
|
655
655
|
}
|
|
656
656
|
/**
|
|
657
|
-
* @public
|
|
658
657
|
* Placeholder documentation for StartChannelRequest
|
|
658
|
+
* @public
|
|
659
659
|
*/
|
|
660
660
|
export interface StartChannelRequest {
|
|
661
661
|
/**
|
|
662
|
-
* @public
|
|
663
662
|
* A request to start a channel
|
|
663
|
+
* @public
|
|
664
664
|
*/
|
|
665
665
|
ChannelId: string | undefined;
|
|
666
666
|
}
|
|
667
667
|
/**
|
|
668
|
-
* @public
|
|
669
668
|
* Placeholder documentation for StartChannelResponse
|
|
669
|
+
* @public
|
|
670
670
|
*/
|
|
671
671
|
export interface StartChannelResponse {
|
|
672
672
|
/**
|
|
673
|
-
* @public
|
|
674
673
|
* The unique arn of the channel.
|
|
674
|
+
* @public
|
|
675
675
|
*/
|
|
676
676
|
Arn?: string;
|
|
677
677
|
/**
|
|
678
|
-
* @public
|
|
679
678
|
* Specification of CDI inputs for this channel
|
|
679
|
+
* @public
|
|
680
680
|
*/
|
|
681
681
|
CdiInputSpecification?: CdiInputSpecification;
|
|
682
682
|
/**
|
|
683
|
-
* @public
|
|
684
683
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
684
|
+
* @public
|
|
685
685
|
*/
|
|
686
686
|
ChannelClass?: ChannelClass;
|
|
687
687
|
/**
|
|
688
|
-
* @public
|
|
689
688
|
* A list of destinations of the channel. For UDP outputs, there is one
|
|
690
689
|
* destination per output. For other types (HLS, for example), there is
|
|
691
690
|
* one destination per packager.
|
|
691
|
+
* @public
|
|
692
692
|
*/
|
|
693
693
|
Destinations?: OutputDestination[];
|
|
694
694
|
/**
|
|
695
|
-
* @public
|
|
696
695
|
* The endpoints where outgoing connections initiate from
|
|
696
|
+
* @public
|
|
697
697
|
*/
|
|
698
698
|
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
699
699
|
/**
|
|
700
|
-
* @public
|
|
701
700
|
* Encoder Settings
|
|
701
|
+
* @public
|
|
702
702
|
*/
|
|
703
703
|
EncoderSettings?: EncoderSettings;
|
|
704
704
|
/**
|
|
705
|
-
* @public
|
|
706
705
|
* The unique id of the channel.
|
|
706
|
+
* @public
|
|
707
707
|
*/
|
|
708
708
|
Id?: string;
|
|
709
709
|
/**
|
|
710
|
-
* @public
|
|
711
710
|
* List of input attachments for channel.
|
|
711
|
+
* @public
|
|
712
712
|
*/
|
|
713
713
|
InputAttachments?: InputAttachment[];
|
|
714
714
|
/**
|
|
715
|
-
* @public
|
|
716
715
|
* Specification of network and file inputs for this channel
|
|
716
|
+
* @public
|
|
717
717
|
*/
|
|
718
718
|
InputSpecification?: InputSpecification;
|
|
719
719
|
/**
|
|
720
|
-
* @public
|
|
721
720
|
* The log level being written to CloudWatch Logs.
|
|
721
|
+
* @public
|
|
722
722
|
*/
|
|
723
723
|
LogLevel?: LogLevel;
|
|
724
724
|
/**
|
|
725
|
-
* @public
|
|
726
725
|
* Maintenance settings for this channel.
|
|
726
|
+
* @public
|
|
727
727
|
*/
|
|
728
728
|
Maintenance?: MaintenanceStatus;
|
|
729
729
|
/**
|
|
730
|
-
* @public
|
|
731
730
|
* The name of the channel. (user-mutable)
|
|
731
|
+
* @public
|
|
732
732
|
*/
|
|
733
733
|
Name?: string;
|
|
734
734
|
/**
|
|
735
|
-
* @public
|
|
736
735
|
* Runtime details for the pipelines of a running channel.
|
|
736
|
+
* @public
|
|
737
737
|
*/
|
|
738
738
|
PipelineDetails?: PipelineDetail[];
|
|
739
739
|
/**
|
|
740
|
-
* @public
|
|
741
740
|
* The number of currently healthy pipelines.
|
|
741
|
+
* @public
|
|
742
742
|
*/
|
|
743
743
|
PipelinesRunningCount?: number;
|
|
744
744
|
/**
|
|
745
|
-
* @public
|
|
746
745
|
* The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
|
746
|
+
* @public
|
|
747
747
|
*/
|
|
748
748
|
RoleArn?: string;
|
|
749
749
|
/**
|
|
750
|
-
* @public
|
|
751
750
|
* Placeholder documentation for ChannelState
|
|
751
|
+
* @public
|
|
752
752
|
*/
|
|
753
753
|
State?: ChannelState;
|
|
754
754
|
/**
|
|
755
|
-
* @public
|
|
756
755
|
* A collection of key-value pairs.
|
|
756
|
+
* @public
|
|
757
757
|
*/
|
|
758
758
|
Tags?: Record<string, string>;
|
|
759
759
|
/**
|
|
760
|
-
* @public
|
|
761
760
|
* Settings for VPC output
|
|
761
|
+
* @public
|
|
762
762
|
*/
|
|
763
763
|
Vpc?: VpcOutputSettingsDescription;
|
|
764
764
|
}
|
|
765
765
|
/**
|
|
766
|
-
* @public
|
|
767
766
|
* Placeholder documentation for StartInputDeviceRequest
|
|
767
|
+
* @public
|
|
768
768
|
*/
|
|
769
769
|
export interface StartInputDeviceRequest {
|
|
770
770
|
/**
|
|
771
|
-
* @public
|
|
772
771
|
* The unique ID of the input device to start. For example, hd-123456789abcdef.
|
|
772
|
+
* @public
|
|
773
773
|
*/
|
|
774
774
|
InputDeviceId: string | undefined;
|
|
775
775
|
}
|
|
776
776
|
/**
|
|
777
|
-
* @public
|
|
778
777
|
* Placeholder documentation for StartInputDeviceResponse
|
|
778
|
+
* @public
|
|
779
779
|
*/
|
|
780
780
|
export interface StartInputDeviceResponse {
|
|
781
781
|
}
|
|
782
782
|
/**
|
|
783
|
-
* @public
|
|
784
783
|
* Placeholder documentation for StartInputDeviceMaintenanceWindowRequest
|
|
784
|
+
* @public
|
|
785
785
|
*/
|
|
786
786
|
export interface StartInputDeviceMaintenanceWindowRequest {
|
|
787
787
|
/**
|
|
788
|
-
* @public
|
|
789
788
|
* The unique ID of the input device to start a maintenance window for. For example, hd-123456789abcdef.
|
|
789
|
+
* @public
|
|
790
790
|
*/
|
|
791
791
|
InputDeviceId: string | undefined;
|
|
792
792
|
}
|
|
793
793
|
/**
|
|
794
|
-
* @public
|
|
795
794
|
* Placeholder documentation for StartInputDeviceMaintenanceWindowResponse
|
|
795
|
+
* @public
|
|
796
796
|
*/
|
|
797
797
|
export interface StartInputDeviceMaintenanceWindowResponse {
|
|
798
798
|
}
|
|
799
799
|
/**
|
|
800
|
-
* @public
|
|
801
800
|
* Placeholder documentation for StartMultiplexRequest
|
|
801
|
+
* @public
|
|
802
802
|
*/
|
|
803
803
|
export interface StartMultiplexRequest {
|
|
804
804
|
/**
|
|
805
|
-
* @public
|
|
806
805
|
* The ID of the multiplex.
|
|
806
|
+
* @public
|
|
807
807
|
*/
|
|
808
808
|
MultiplexId: string | undefined;
|
|
809
809
|
}
|
|
810
810
|
/**
|
|
811
|
-
* @public
|
|
812
811
|
* Placeholder documentation for StartMultiplexResponse
|
|
812
|
+
* @public
|
|
813
813
|
*/
|
|
814
814
|
export interface StartMultiplexResponse {
|
|
815
815
|
/**
|
|
816
|
-
* @public
|
|
817
816
|
* The unique arn of the multiplex.
|
|
817
|
+
* @public
|
|
818
818
|
*/
|
|
819
819
|
Arn?: string;
|
|
820
820
|
/**
|
|
821
|
-
* @public
|
|
822
821
|
* A list of availability zones for the multiplex.
|
|
822
|
+
* @public
|
|
823
823
|
*/
|
|
824
824
|
AvailabilityZones?: string[];
|
|
825
825
|
/**
|
|
826
|
-
* @public
|
|
827
826
|
* A list of the multiplex output destinations.
|
|
827
|
+
* @public
|
|
828
828
|
*/
|
|
829
829
|
Destinations?: MultiplexOutputDestination[];
|
|
830
830
|
/**
|
|
831
|
-
* @public
|
|
832
831
|
* The unique id of the multiplex.
|
|
832
|
+
* @public
|
|
833
833
|
*/
|
|
834
834
|
Id?: string;
|
|
835
835
|
/**
|
|
836
|
-
* @public
|
|
837
836
|
* Configuration for a multiplex event.
|
|
837
|
+
* @public
|
|
838
838
|
*/
|
|
839
839
|
MultiplexSettings?: MultiplexSettings;
|
|
840
840
|
/**
|
|
841
|
-
* @public
|
|
842
841
|
* The name of the multiplex.
|
|
842
|
+
* @public
|
|
843
843
|
*/
|
|
844
844
|
Name?: string;
|
|
845
845
|
/**
|
|
846
|
-
* @public
|
|
847
846
|
* The number of currently healthy pipelines.
|
|
847
|
+
* @public
|
|
848
848
|
*/
|
|
849
849
|
PipelinesRunningCount?: number;
|
|
850
850
|
/**
|
|
851
|
-
* @public
|
|
852
851
|
* The number of programs in the multiplex.
|
|
852
|
+
* @public
|
|
853
853
|
*/
|
|
854
854
|
ProgramCount?: number;
|
|
855
855
|
/**
|
|
856
|
-
* @public
|
|
857
856
|
* The current state of the multiplex.
|
|
857
|
+
* @public
|
|
858
858
|
*/
|
|
859
859
|
State?: MultiplexState;
|
|
860
860
|
/**
|
|
861
|
-
* @public
|
|
862
861
|
* A collection of key-value pairs.
|
|
862
|
+
* @public
|
|
863
863
|
*/
|
|
864
864
|
Tags?: Record<string, string>;
|
|
865
865
|
}
|
|
866
866
|
/**
|
|
867
|
-
* @public
|
|
868
867
|
* Placeholder documentation for StopChannelRequest
|
|
868
|
+
* @public
|
|
869
869
|
*/
|
|
870
870
|
export interface StopChannelRequest {
|
|
871
871
|
/**
|
|
872
|
-
* @public
|
|
873
872
|
* A request to stop a running channel
|
|
873
|
+
* @public
|
|
874
874
|
*/
|
|
875
875
|
ChannelId: string | undefined;
|
|
876
876
|
}
|
|
877
877
|
/**
|
|
878
|
-
* @public
|
|
879
878
|
* Placeholder documentation for StopChannelResponse
|
|
879
|
+
* @public
|
|
880
880
|
*/
|
|
881
881
|
export interface StopChannelResponse {
|
|
882
882
|
/**
|
|
883
|
-
* @public
|
|
884
883
|
* The unique arn of the channel.
|
|
884
|
+
* @public
|
|
885
885
|
*/
|
|
886
886
|
Arn?: string;
|
|
887
887
|
/**
|
|
888
|
-
* @public
|
|
889
888
|
* Specification of CDI inputs for this channel
|
|
889
|
+
* @public
|
|
890
890
|
*/
|
|
891
891
|
CdiInputSpecification?: CdiInputSpecification;
|
|
892
892
|
/**
|
|
893
|
-
* @public
|
|
894
893
|
* The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
|
|
894
|
+
* @public
|
|
895
895
|
*/
|
|
896
896
|
ChannelClass?: ChannelClass;
|
|
897
897
|
/**
|
|
898
|
-
* @public
|
|
899
898
|
* A list of destinations of the channel. For UDP outputs, there is one
|
|
900
899
|
* destination per output. For other types (HLS, for example), there is
|
|
901
900
|
* one destination per packager.
|
|
901
|
+
* @public
|
|
902
902
|
*/
|
|
903
903
|
Destinations?: OutputDestination[];
|
|
904
904
|
/**
|
|
905
|
-
* @public
|
|
906
905
|
* The endpoints where outgoing connections initiate from
|
|
906
|
+
* @public
|
|
907
907
|
*/
|
|
908
908
|
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
909
909
|
/**
|
|
910
|
-
* @public
|
|
911
910
|
* Encoder Settings
|
|
911
|
+
* @public
|
|
912
912
|
*/
|
|
913
913
|
EncoderSettings?: EncoderSettings;
|
|
914
914
|
/**
|
|
915
|
-
* @public
|
|
916
915
|
* The unique id of the channel.
|
|
916
|
+
* @public
|
|
917
917
|
*/
|
|
918
918
|
Id?: string;
|
|
919
919
|
/**
|
|
920
|
-
* @public
|
|
921
920
|
* List of input attachments for channel.
|
|
921
|
+
* @public
|
|
922
922
|
*/
|
|
923
923
|
InputAttachments?: InputAttachment[];
|
|
924
924
|
/**
|
|
925
|
-
* @public
|
|
926
925
|
* Specification of network and file inputs for this channel
|
|
926
|
+
* @public
|
|
927
927
|
*/
|
|
928
928
|
InputSpecification?: InputSpecification;
|
|
929
929
|
/**
|
|
930
|
-
* @public
|
|
931
930
|
* The log level being written to CloudWatch Logs.
|
|
931
|
+
* @public
|
|
932
932
|
*/
|
|
933
933
|
LogLevel?: LogLevel;
|
|
934
934
|
/**
|
|
935
|
-
* @public
|
|
936
935
|
* Maintenance settings for this channel.
|
|
936
|
+
* @public
|
|
937
937
|
*/
|
|
938
938
|
Maintenance?: MaintenanceStatus;
|
|
939
939
|
/**
|
|
940
|
-
* @public
|
|
941
940
|
* The name of the channel. (user-mutable)
|
|
941
|
+
* @public
|
|
942
942
|
*/
|
|
943
943
|
Name?: string;
|
|
944
944
|
/**
|
|
945
|
-
* @public
|
|
946
945
|
* Runtime details for the pipelines of a running channel.
|
|
946
|
+
* @public
|
|
947
947
|
*/
|
|
948
948
|
PipelineDetails?: PipelineDetail[];
|
|
949
949
|
/**
|
|
950
|
-
* @public
|
|
951
950
|
* The number of currently healthy pipelines.
|
|
951
|
+
* @public
|
|
952
952
|
*/
|
|
953
953
|
PipelinesRunningCount?: number;
|
|
954
954
|
/**
|
|
955
|
-
* @public
|
|
956
955
|
* The Amazon Resource Name (ARN) of the role assumed when running the Channel.
|
|
956
|
+
* @public
|
|
957
957
|
*/
|
|
958
958
|
RoleArn?: string;
|
|
959
959
|
/**
|
|
960
|
-
* @public
|
|
961
960
|
* Placeholder documentation for ChannelState
|
|
961
|
+
* @public
|
|
962
962
|
*/
|
|
963
963
|
State?: ChannelState;
|
|
964
964
|
/**
|
|
965
|
-
* @public
|
|
966
965
|
* A collection of key-value pairs.
|
|
966
|
+
* @public
|
|
967
967
|
*/
|
|
968
968
|
Tags?: Record<string, string>;
|
|
969
969
|
/**
|
|
970
|
-
* @public
|
|
971
970
|
* Settings for VPC output
|
|
971
|
+
* @public
|
|
972
972
|
*/
|
|
973
973
|
Vpc?: VpcOutputSettingsDescription;
|
|
974
974
|
}
|
|
975
975
|
/**
|
|
976
|
-
* @public
|
|
977
976
|
* Placeholder documentation for StopInputDeviceRequest
|
|
977
|
+
* @public
|
|
978
978
|
*/
|
|
979
979
|
export interface StopInputDeviceRequest {
|
|
980
980
|
/**
|
|
981
|
-
* @public
|
|
982
981
|
* The unique ID of the input device to stop. For example, hd-123456789abcdef.
|
|
982
|
+
* @public
|
|
983
983
|
*/
|
|
984
984
|
InputDeviceId: string | undefined;
|
|
985
985
|
}
|
|
986
986
|
/**
|
|
987
|
-
* @public
|
|
988
987
|
* Placeholder documentation for StopInputDeviceResponse
|
|
988
|
+
* @public
|
|
989
989
|
*/
|
|
990
990
|
export interface StopInputDeviceResponse {
|
|
991
991
|
}
|
|
992
992
|
/**
|
|
993
|
-
* @public
|
|
994
993
|
* Placeholder documentation for StopMultiplexRequest
|
|
994
|
+
* @public
|
|
995
995
|
*/
|
|
996
996
|
export interface StopMultiplexRequest {
|
|
997
997
|
/**
|
|
998
|
-
* @public
|
|
999
998
|
* The ID of the multiplex.
|
|
999
|
+
* @public
|
|
1000
1000
|
*/
|
|
1001
1001
|
MultiplexId: string | undefined;
|
|
1002
1002
|
}
|
|
1003
1003
|
/**
|
|
1004
|
-
* @public
|
|
1005
1004
|
* Placeholder documentation for StopMultiplexResponse
|
|
1005
|
+
* @public
|
|
1006
1006
|
*/
|
|
1007
1007
|
export interface StopMultiplexResponse {
|
|
1008
1008
|
/**
|
|
1009
|
-
* @public
|
|
1010
1009
|
* The unique arn of the multiplex.
|
|
1010
|
+
* @public
|
|
1011
1011
|
*/
|
|
1012
1012
|
Arn?: string;
|
|
1013
1013
|
/**
|
|
1014
|
-
* @public
|
|
1015
1014
|
* A list of availability zones for the multiplex.
|
|
1015
|
+
* @public
|
|
1016
1016
|
*/
|
|
1017
1017
|
AvailabilityZones?: string[];
|
|
1018
1018
|
/**
|
|
1019
|
-
* @public
|
|
1020
1019
|
* A list of the multiplex output destinations.
|
|
1020
|
+
* @public
|
|
1021
1021
|
*/
|
|
1022
1022
|
Destinations?: MultiplexOutputDestination[];
|
|
1023
1023
|
/**
|
|
1024
|
-
* @public
|
|
1025
1024
|
* The unique id of the multiplex.
|
|
1025
|
+
* @public
|
|
1026
1026
|
*/
|
|
1027
1027
|
Id?: string;
|
|
1028
1028
|
/**
|
|
1029
|
-
* @public
|
|
1030
1029
|
* Configuration for a multiplex event.
|
|
1030
|
+
* @public
|
|
1031
1031
|
*/
|
|
1032
1032
|
MultiplexSettings?: MultiplexSettings;
|
|
1033
1033
|
/**
|
|
1034
|
-
* @public
|
|
1035
1034
|
* The name of the multiplex.
|
|
1035
|
+
* @public
|
|
1036
1036
|
*/
|
|
1037
1037
|
Name?: string;
|
|
1038
1038
|
/**
|
|
1039
|
-
* @public
|
|
1040
1039
|
* The number of currently healthy pipelines.
|
|
1040
|
+
* @public
|
|
1041
1041
|
*/
|
|
1042
1042
|
PipelinesRunningCount?: number;
|
|
1043
1043
|
/**
|
|
1044
|
-
* @public
|
|
1045
1044
|
* The number of programs in the multiplex.
|
|
1045
|
+
* @public
|
|
1046
1046
|
*/
|
|
1047
1047
|
ProgramCount?: number;
|
|
1048
1048
|
/**
|
|
1049
|
-
* @public
|
|
1050
1049
|
* The current state of the multiplex.
|
|
1050
|
+
* @public
|
|
1051
1051
|
*/
|
|
1052
1052
|
State?: MultiplexState;
|
|
1053
1053
|
/**
|
|
1054
|
-
* @public
|
|
1055
1054
|
* A collection of key-value pairs.
|
|
1055
|
+
* @public
|
|
1056
1056
|
*/
|
|
1057
1057
|
Tags?: Record<string, string>;
|
|
1058
1058
|
}
|
|
1059
1059
|
/**
|
|
1060
|
-
* @public
|
|
1061
1060
|
* A request to transfer an input device.
|
|
1061
|
+
* @public
|
|
1062
1062
|
*/
|
|
1063
1063
|
export interface TransferInputDeviceRequest {
|
|
1064
1064
|
/**
|
|
1065
|
-
* @public
|
|
1066
1065
|
* The unique ID of this input device. For example, hd-123456789abcdef.
|
|
1066
|
+
* @public
|
|
1067
1067
|
*/
|
|
1068
1068
|
InputDeviceId: string | undefined;
|
|
1069
1069
|
/**
|
|
1070
|
-
* @public
|
|
1071
1070
|
* The AWS account ID (12 digits) for the recipient of the device transfer.
|
|
1071
|
+
* @public
|
|
1072
1072
|
*/
|
|
1073
1073
|
TargetCustomerId?: string;
|
|
1074
1074
|
/**
|
|
1075
|
-
* @public
|
|
1076
1075
|
* The target AWS region to transfer the device.
|
|
1076
|
+
* @public
|
|
1077
1077
|
*/
|
|
1078
1078
|
TargetRegion?: string;
|
|
1079
1079
|
/**
|
|
1080
|
-
* @public
|
|
1081
1080
|
* An optional message for the recipient. Maximum 280 characters.
|
|
1081
|
+
* @public
|
|
1082
1082
|
*/
|
|
1083
1083
|
TransferMessage?: string;
|
|
1084
1084
|
}
|
|
1085
1085
|
/**
|
|
1086
|
-
* @public
|
|
1087
1086
|
* Placeholder documentation for TransferInputDeviceResponse
|
|
1087
|
+
* @public
|
|
1088
1088
|
*/
|
|
1089
1089
|
export interface TransferInputDeviceResponse {
|
|
1090
1090
|
}
|
|
1091
1091
|
/**
|
|
1092
|
-
* @public
|
|
1093
1092
|
* List of account configuration parameters to update.
|
|
1093
|
+
* @public
|
|
1094
1094
|
*/
|
|
1095
1095
|
export interface UpdateAccountConfigurationRequest {
|
|
1096
1096
|
/**
|
|
1097
|
-
* @public
|
|
1098
1097
|
* Placeholder documentation for AccountConfiguration
|
|
1098
|
+
* @public
|
|
1099
1099
|
*/
|
|
1100
1100
|
AccountConfiguration?: AccountConfiguration;
|
|
1101
1101
|
}
|
|
1102
1102
|
/**
|
|
1103
|
-
* @public
|
|
1104
1103
|
* Placeholder documentation for UpdateAccountConfigurationResponse
|
|
1104
|
+
* @public
|
|
1105
1105
|
*/
|
|
1106
1106
|
export interface UpdateAccountConfigurationResponse {
|
|
1107
1107
|
/**
|
|
1108
|
-
* @public
|
|
1109
1108
|
* Placeholder documentation for AccountConfiguration
|
|
1109
|
+
* @public
|
|
1110
1110
|
*/
|
|
1111
1111
|
AccountConfiguration?: AccountConfiguration;
|
|
1112
1112
|
}
|
|
1113
1113
|
/**
|
|
1114
|
-
* @public
|
|
1115
1114
|
* A request to update a channel.
|
|
1115
|
+
* @public
|
|
1116
1116
|
*/
|
|
1117
1117
|
export interface UpdateChannelRequest {
|
|
1118
1118
|
/**
|
|
1119
|
-
* @public
|
|
1120
1119
|
* Specification of CDI inputs for this channel
|
|
1120
|
+
* @public
|
|
1121
1121
|
*/
|
|
1122
1122
|
CdiInputSpecification?: CdiInputSpecification;
|
|
1123
1123
|
/**
|
|
1124
|
-
* @public
|
|
1125
1124
|
* channel ID
|
|
1125
|
+
* @public
|
|
1126
1126
|
*/
|
|
1127
1127
|
ChannelId: string | undefined;
|
|
1128
1128
|
/**
|
|
1129
|
-
* @public
|
|
1130
1129
|
* A list of output destinations for this channel.
|
|
1130
|
+
* @public
|
|
1131
1131
|
*/
|
|
1132
1132
|
Destinations?: OutputDestination[];
|
|
1133
1133
|
/**
|
|
1134
|
-
* @public
|
|
1135
1134
|
* The encoder settings for this channel.
|
|
1135
|
+
* @public
|
|
1136
1136
|
*/
|
|
1137
1137
|
EncoderSettings?: EncoderSettings;
|
|
1138
1138
|
/**
|
|
1139
|
-
* @public
|
|
1140
1139
|
* Placeholder documentation for __listOfInputAttachment
|
|
1140
|
+
* @public
|
|
1141
1141
|
*/
|
|
1142
1142
|
InputAttachments?: InputAttachment[];
|
|
1143
1143
|
/**
|
|
1144
|
-
* @public
|
|
1145
1144
|
* Specification of network and file inputs for this channel
|
|
1145
|
+
* @public
|
|
1146
1146
|
*/
|
|
1147
1147
|
InputSpecification?: InputSpecification;
|
|
1148
1148
|
/**
|
|
1149
|
-
* @public
|
|
1150
1149
|
* The log level to write to CloudWatch Logs.
|
|
1150
|
+
* @public
|
|
1151
1151
|
*/
|
|
1152
1152
|
LogLevel?: LogLevel;
|
|
1153
1153
|
/**
|
|
1154
|
-
* @public
|
|
1155
1154
|
* Maintenance settings for this channel.
|
|
1155
|
+
* @public
|
|
1156
1156
|
*/
|
|
1157
1157
|
Maintenance?: MaintenanceUpdateSettings;
|
|
1158
1158
|
/**
|
|
1159
|
-
* @public
|
|
1160
1159
|
* The name of the channel.
|
|
1160
|
+
* @public
|
|
1161
1161
|
*/
|
|
1162
1162
|
Name?: string;
|
|
1163
1163
|
/**
|
|
1164
|
-
* @public
|
|
1165
1164
|
* An optional Amazon Resource Name (ARN) of the role to assume when running the Channel. If you do not specify this on an update call but the role was previously set that role will be removed.
|
|
1165
|
+
* @public
|
|
1166
1166
|
*/
|
|
1167
1167
|
RoleArn?: string;
|
|
1168
1168
|
}
|
|
1169
1169
|
/**
|
|
1170
|
-
* @public
|
|
1171
1170
|
* Placeholder documentation for UpdateChannelResponse
|
|
1171
|
+
* @public
|
|
1172
1172
|
*/
|
|
1173
1173
|
export interface UpdateChannelResponse {
|
|
1174
1174
|
/**
|
|
1175
|
-
* @public
|
|
1176
1175
|
* Placeholder documentation for Channel
|
|
1176
|
+
* @public
|
|
1177
1177
|
*/
|
|
1178
1178
|
Channel?: Channel;
|
|
1179
1179
|
}
|
|
1180
1180
|
/**
|
|
1181
|
-
* @public
|
|
1182
1181
|
* Channel class that the channel should be updated to.
|
|
1182
|
+
* @public
|
|
1183
1183
|
*/
|
|
1184
1184
|
export interface UpdateChannelClassRequest {
|
|
1185
1185
|
/**
|
|
1186
|
-
* @public
|
|
1187
1186
|
* The channel class that you wish to update this channel to use.
|
|
1187
|
+
* @public
|
|
1188
1188
|
*/
|
|
1189
1189
|
ChannelClass: ChannelClass | undefined;
|
|
1190
1190
|
/**
|
|
1191
|
-
* @public
|
|
1192
1191
|
* Channel Id of the channel whose class should be updated.
|
|
1192
|
+
* @public
|
|
1193
1193
|
*/
|
|
1194
1194
|
ChannelId: string | undefined;
|
|
1195
1195
|
/**
|
|
1196
|
-
* @public
|
|
1197
1196
|
* A list of output destinations for this channel.
|
|
1197
|
+
* @public
|
|
1198
1198
|
*/
|
|
1199
1199
|
Destinations?: OutputDestination[];
|
|
1200
1200
|
}
|
|
1201
1201
|
/**
|
|
1202
|
-
* @public
|
|
1203
1202
|
* Placeholder documentation for UpdateChannelClassResponse
|
|
1203
|
+
* @public
|
|
1204
1204
|
*/
|
|
1205
1205
|
export interface UpdateChannelClassResponse {
|
|
1206
1206
|
/**
|
|
1207
|
-
* @public
|
|
1208
1207
|
* Placeholder documentation for Channel
|
|
1208
|
+
* @public
|
|
1209
1209
|
*/
|
|
1210
1210
|
Channel?: Channel;
|
|
1211
1211
|
}
|
|
1212
1212
|
/**
|
|
1213
|
-
* @public
|
|
1214
1213
|
* A request to update an input.
|
|
1214
|
+
* @public
|
|
1215
1215
|
*/
|
|
1216
1216
|
export interface UpdateInputRequest {
|
|
1217
1217
|
/**
|
|
1218
|
-
* @public
|
|
1219
1218
|
* Destination settings for PUSH type inputs.
|
|
1219
|
+
* @public
|
|
1220
1220
|
*/
|
|
1221
1221
|
Destinations?: InputDestinationRequest[];
|
|
1222
1222
|
/**
|
|
1223
|
-
* @public
|
|
1224
1223
|
* Settings for the devices.
|
|
1224
|
+
* @public
|
|
1225
1225
|
*/
|
|
1226
1226
|
InputDevices?: InputDeviceRequest[];
|
|
1227
1227
|
/**
|
|
1228
|
-
* @public
|
|
1229
1228
|
* Unique ID of the input.
|
|
1229
|
+
* @public
|
|
1230
1230
|
*/
|
|
1231
1231
|
InputId: string | undefined;
|
|
1232
1232
|
/**
|
|
1233
|
-
* @public
|
|
1234
1233
|
* A list of security groups referenced by IDs to attach to the input.
|
|
1234
|
+
* @public
|
|
1235
1235
|
*/
|
|
1236
1236
|
InputSecurityGroups?: string[];
|
|
1237
1237
|
/**
|
|
1238
|
-
* @public
|
|
1239
1238
|
* A list of the MediaConnect Flow ARNs that you want to use as the source of the input. You can specify as few as one
|
|
1240
1239
|
* Flow and presently, as many as two. The only requirement is when you have more than one is that each Flow is in a
|
|
1241
1240
|
* separate Availability Zone as this ensures your EML input is redundant to AZ issues.
|
|
1241
|
+
* @public
|
|
1242
1242
|
*/
|
|
1243
1243
|
MediaConnectFlows?: MediaConnectFlowRequest[];
|
|
1244
1244
|
/**
|
|
1245
|
-
* @public
|
|
1246
1245
|
* Name of the input.
|
|
1246
|
+
* @public
|
|
1247
1247
|
*/
|
|
1248
1248
|
Name?: string;
|
|
1249
1249
|
/**
|
|
1250
|
-
* @public
|
|
1251
1250
|
* The Amazon Resource Name (ARN) of the role this input assumes during and after creation.
|
|
1251
|
+
* @public
|
|
1252
1252
|
*/
|
|
1253
1253
|
RoleArn?: string;
|
|
1254
1254
|
/**
|
|
1255
|
-
* @public
|
|
1256
1255
|
* The source URLs for a PULL-type input. Every PULL type input needs
|
|
1257
1256
|
* exactly two source URLs for redundancy.
|
|
1258
1257
|
* Only specify sources for PULL type Inputs. Leave Destinations empty.
|
|
1258
|
+
* @public
|
|
1259
1259
|
*/
|
|
1260
1260
|
Sources?: InputSourceRequest[];
|
|
1261
1261
|
}
|
|
1262
1262
|
/**
|
|
1263
|
-
* @public
|
|
1264
1263
|
* Placeholder documentation for UpdateInputResponse
|
|
1264
|
+
* @public
|
|
1265
1265
|
*/
|
|
1266
1266
|
export interface UpdateInputResponse {
|
|
1267
1267
|
/**
|
|
1268
|
-
* @public
|
|
1269
1268
|
* Placeholder documentation for Input
|
|
1269
|
+
* @public
|
|
1270
1270
|
*/
|
|
1271
1271
|
Input?: Input;
|
|
1272
1272
|
}
|
|
1273
1273
|
/**
|
|
1274
|
-
* @public
|
|
1275
1274
|
* A request to update an input device.
|
|
1275
|
+
* @public
|
|
1276
1276
|
*/
|
|
1277
1277
|
export interface UpdateInputDeviceRequest {
|
|
1278
1278
|
/**
|
|
1279
|
-
* @public
|
|
1280
1279
|
* The settings that you want to apply to the HD input device.
|
|
1280
|
+
* @public
|
|
1281
1281
|
*/
|
|
1282
1282
|
HdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
1283
1283
|
/**
|
|
1284
|
-
* @public
|
|
1285
1284
|
* The unique ID of the input device. For example, hd-123456789abcdef.
|
|
1285
|
+
* @public
|
|
1286
1286
|
*/
|
|
1287
1287
|
InputDeviceId: string | undefined;
|
|
1288
1288
|
/**
|
|
1289
|
-
* @public
|
|
1290
1289
|
* The name that you assigned to this input device (not the unique ID).
|
|
1290
|
+
* @public
|
|
1291
1291
|
*/
|
|
1292
1292
|
Name?: string;
|
|
1293
1293
|
/**
|
|
1294
|
-
* @public
|
|
1295
1294
|
* The settings that you want to apply to the UHD input device.
|
|
1295
|
+
* @public
|
|
1296
1296
|
*/
|
|
1297
1297
|
UhdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
1298
1298
|
/**
|
|
1299
|
-
* @public
|
|
1300
1299
|
* The Availability Zone you want associated with this input device.
|
|
1300
|
+
* @public
|
|
1301
1301
|
*/
|
|
1302
1302
|
AvailabilityZone?: string;
|
|
1303
1303
|
}
|
|
1304
1304
|
/**
|
|
1305
|
-
* @public
|
|
1306
1305
|
* Placeholder documentation for UpdateInputDeviceResponse
|
|
1306
|
+
* @public
|
|
1307
1307
|
*/
|
|
1308
1308
|
export interface UpdateInputDeviceResponse {
|
|
1309
1309
|
/**
|
|
1310
|
-
* @public
|
|
1311
1310
|
* The unique ARN of the input device.
|
|
1311
|
+
* @public
|
|
1312
1312
|
*/
|
|
1313
1313
|
Arn?: string;
|
|
1314
1314
|
/**
|
|
1315
|
-
* @public
|
|
1316
1315
|
* The state of the connection between the input device and AWS.
|
|
1316
|
+
* @public
|
|
1317
1317
|
*/
|
|
1318
1318
|
ConnectionState?: InputDeviceConnectionState;
|
|
1319
1319
|
/**
|
|
1320
|
-
* @public
|
|
1321
1320
|
* The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.
|
|
1321
|
+
* @public
|
|
1322
1322
|
*/
|
|
1323
1323
|
DeviceSettingsSyncState?: DeviceSettingsSyncState;
|
|
1324
1324
|
/**
|
|
1325
|
-
* @public
|
|
1326
1325
|
* The status of software on the input device.
|
|
1326
|
+
* @public
|
|
1327
1327
|
*/
|
|
1328
1328
|
DeviceUpdateStatus?: DeviceUpdateStatus;
|
|
1329
1329
|
/**
|
|
1330
|
-
* @public
|
|
1331
1330
|
* Settings that describe an input device that is type HD.
|
|
1331
|
+
* @public
|
|
1332
1332
|
*/
|
|
1333
1333
|
HdDeviceSettings?: InputDeviceHdSettings;
|
|
1334
1334
|
/**
|
|
1335
|
-
* @public
|
|
1336
1335
|
* The unique ID of the input device.
|
|
1336
|
+
* @public
|
|
1337
1337
|
*/
|
|
1338
1338
|
Id?: string;
|
|
1339
1339
|
/**
|
|
1340
|
-
* @public
|
|
1341
1340
|
* The network MAC address of the input device.
|
|
1341
|
+
* @public
|
|
1342
1342
|
*/
|
|
1343
1343
|
MacAddress?: string;
|
|
1344
1344
|
/**
|
|
1345
|
-
* @public
|
|
1346
1345
|
* A name that you specify for the input device.
|
|
1346
|
+
* @public
|
|
1347
1347
|
*/
|
|
1348
1348
|
Name?: string;
|
|
1349
1349
|
/**
|
|
1350
|
-
* @public
|
|
1351
1350
|
* The network settings for the input device.
|
|
1351
|
+
* @public
|
|
1352
1352
|
*/
|
|
1353
1353
|
NetworkSettings?: InputDeviceNetworkSettings;
|
|
1354
1354
|
/**
|
|
1355
|
-
* @public
|
|
1356
1355
|
* The unique serial number of the input device.
|
|
1356
|
+
* @public
|
|
1357
1357
|
*/
|
|
1358
1358
|
SerialNumber?: string;
|
|
1359
1359
|
/**
|
|
1360
|
-
* @public
|
|
1361
1360
|
* The type of the input device.
|
|
1361
|
+
* @public
|
|
1362
1362
|
*/
|
|
1363
1363
|
Type?: InputDeviceType;
|
|
1364
1364
|
/**
|
|
1365
|
-
* @public
|
|
1366
1365
|
* Settings that describe an input device that is type UHD.
|
|
1366
|
+
* @public
|
|
1367
1367
|
*/
|
|
1368
1368
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
1369
1369
|
/**
|
|
1370
|
-
* @public
|
|
1371
1370
|
* A collection of key-value pairs.
|
|
1371
|
+
* @public
|
|
1372
1372
|
*/
|
|
1373
1373
|
Tags?: Record<string, string>;
|
|
1374
1374
|
/**
|
|
1375
|
-
* @public
|
|
1376
1375
|
* The Availability Zone associated with this input device.
|
|
1376
|
+
* @public
|
|
1377
1377
|
*/
|
|
1378
1378
|
AvailabilityZone?: string;
|
|
1379
1379
|
/**
|
|
1380
|
-
* @public
|
|
1381
1380
|
* An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.
|
|
1381
|
+
* @public
|
|
1382
1382
|
*/
|
|
1383
1383
|
MedialiveInputArns?: string[];
|
|
1384
1384
|
/**
|
|
1385
|
-
* @public
|
|
1386
1385
|
* The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.
|
|
1386
|
+
* @public
|
|
1387
1387
|
*/
|
|
1388
1388
|
OutputType?: InputDeviceOutputType;
|
|
1389
1389
|
}
|
|
1390
1390
|
/**
|
|
1391
|
-
* @public
|
|
1392
1391
|
* The request to update some combination of the Input Security Group name and the IPv4 CIDRs the Input Security Group should allow.
|
|
1392
|
+
* @public
|
|
1393
1393
|
*/
|
|
1394
1394
|
export interface UpdateInputSecurityGroupRequest {
|
|
1395
1395
|
/**
|
|
1396
|
-
* @public
|
|
1397
1396
|
* The id of the Input Security Group to update.
|
|
1397
|
+
* @public
|
|
1398
1398
|
*/
|
|
1399
1399
|
InputSecurityGroupId: string | undefined;
|
|
1400
1400
|
/**
|
|
1401
|
-
* @public
|
|
1402
1401
|
* A collection of key-value pairs.
|
|
1402
|
+
* @public
|
|
1403
1403
|
*/
|
|
1404
1404
|
Tags?: Record<string, string>;
|
|
1405
1405
|
/**
|
|
1406
|
-
* @public
|
|
1407
1406
|
* List of IPv4 CIDR addresses to whitelist
|
|
1407
|
+
* @public
|
|
1408
1408
|
*/
|
|
1409
1409
|
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
1410
1410
|
}
|
|
1411
1411
|
/**
|
|
1412
|
-
* @public
|
|
1413
1412
|
* Placeholder documentation for UpdateInputSecurityGroupResponse
|
|
1413
|
+
* @public
|
|
1414
1414
|
*/
|
|
1415
1415
|
export interface UpdateInputSecurityGroupResponse {
|
|
1416
1416
|
/**
|
|
1417
|
-
* @public
|
|
1418
1417
|
* An Input Security Group
|
|
1418
|
+
* @public
|
|
1419
1419
|
*/
|
|
1420
1420
|
SecurityGroup?: InputSecurityGroup;
|
|
1421
1421
|
}
|
|
1422
1422
|
/**
|
|
1423
|
-
* @public
|
|
1424
1423
|
* A request to update a multiplex.
|
|
1424
|
+
* @public
|
|
1425
1425
|
*/
|
|
1426
1426
|
export interface UpdateMultiplexRequest {
|
|
1427
1427
|
/**
|
|
1428
|
-
* @public
|
|
1429
1428
|
* ID of the multiplex to update.
|
|
1429
|
+
* @public
|
|
1430
1430
|
*/
|
|
1431
1431
|
MultiplexId: string | undefined;
|
|
1432
1432
|
/**
|
|
1433
|
-
* @public
|
|
1434
1433
|
* The new settings for a multiplex.
|
|
1434
|
+
* @public
|
|
1435
1435
|
*/
|
|
1436
1436
|
MultiplexSettings?: MultiplexSettings;
|
|
1437
1437
|
/**
|
|
1438
|
-
* @public
|
|
1439
1438
|
* Name of the multiplex.
|
|
1439
|
+
* @public
|
|
1440
1440
|
*/
|
|
1441
1441
|
Name?: string;
|
|
1442
1442
|
}
|
|
1443
1443
|
/**
|
|
1444
|
-
* @public
|
|
1445
1444
|
* Placeholder documentation for UpdateMultiplexResponse
|
|
1445
|
+
* @public
|
|
1446
1446
|
*/
|
|
1447
1447
|
export interface UpdateMultiplexResponse {
|
|
1448
1448
|
/**
|
|
1449
|
-
* @public
|
|
1450
1449
|
* The updated multiplex.
|
|
1450
|
+
* @public
|
|
1451
1451
|
*/
|
|
1452
1452
|
Multiplex?: Multiplex;
|
|
1453
1453
|
}
|
|
1454
1454
|
/**
|
|
1455
|
-
* @public
|
|
1456
1455
|
* A request to update a program in a multiplex.
|
|
1456
|
+
* @public
|
|
1457
1457
|
*/
|
|
1458
1458
|
export interface UpdateMultiplexProgramRequest {
|
|
1459
1459
|
/**
|
|
1460
|
-
* @public
|
|
1461
1460
|
* The ID of the multiplex of the program to update.
|
|
1461
|
+
* @public
|
|
1462
1462
|
*/
|
|
1463
1463
|
MultiplexId: string | undefined;
|
|
1464
1464
|
/**
|
|
1465
|
-
* @public
|
|
1466
1465
|
* The new settings for a multiplex program.
|
|
1466
|
+
* @public
|
|
1467
1467
|
*/
|
|
1468
1468
|
MultiplexProgramSettings?: MultiplexProgramSettings;
|
|
1469
1469
|
/**
|
|
1470
|
-
* @public
|
|
1471
1470
|
* The name of the program to update.
|
|
1471
|
+
* @public
|
|
1472
1472
|
*/
|
|
1473
1473
|
ProgramName: string | undefined;
|
|
1474
1474
|
}
|
|
1475
1475
|
/**
|
|
1476
|
-
* @public
|
|
1477
1476
|
* Placeholder documentation for UpdateMultiplexProgramResponse
|
|
1477
|
+
* @public
|
|
1478
1478
|
*/
|
|
1479
1479
|
export interface UpdateMultiplexProgramResponse {
|
|
1480
1480
|
/**
|
|
1481
|
-
* @public
|
|
1482
1481
|
* The updated multiplex program.
|
|
1482
|
+
* @public
|
|
1483
1483
|
*/
|
|
1484
1484
|
MultiplexProgram?: MultiplexProgram;
|
|
1485
1485
|
}
|
|
1486
1486
|
/**
|
|
1487
|
-
* @public
|
|
1488
1487
|
* Request to update a reservation
|
|
1488
|
+
* @public
|
|
1489
1489
|
*/
|
|
1490
1490
|
export interface UpdateReservationRequest {
|
|
1491
1491
|
/**
|
|
1492
|
-
* @public
|
|
1493
1492
|
* Name of the reservation
|
|
1493
|
+
* @public
|
|
1494
1494
|
*/
|
|
1495
1495
|
Name?: string;
|
|
1496
1496
|
/**
|
|
1497
|
-
* @public
|
|
1498
1497
|
* Renewal settings for the reservation
|
|
1498
|
+
* @public
|
|
1499
1499
|
*/
|
|
1500
1500
|
RenewalSettings?: RenewalSettings;
|
|
1501
1501
|
/**
|
|
1502
|
-
* @public
|
|
1503
1502
|
* Unique reservation ID, e.g. '1234567'
|
|
1503
|
+
* @public
|
|
1504
1504
|
*/
|
|
1505
1505
|
ReservationId: string | undefined;
|
|
1506
1506
|
}
|
|
1507
1507
|
/**
|
|
1508
|
-
* @public
|
|
1509
1508
|
* Placeholder documentation for UpdateReservationResponse
|
|
1509
|
+
* @public
|
|
1510
1510
|
*/
|
|
1511
1511
|
export interface UpdateReservationResponse {
|
|
1512
1512
|
/**
|
|
1513
|
-
* @public
|
|
1514
1513
|
* Reserved resources available to use
|
|
1514
|
+
* @public
|
|
1515
1515
|
*/
|
|
1516
1516
|
Reservation?: Reservation;
|
|
1517
1517
|
}
|