@aws-sdk/client-medialive 3.958.0 → 3.962.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +168 -105
- package/dist-es/models/enums.js +8 -0
- package/dist-es/schemas/schemas_0.js +72 -25
- package/dist-es/waiters/waitForChannelCreated.js +4 -4
- package/dist-es/waiters/waitForChannelDeleted.js +3 -3
- package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +3 -3
- package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +3 -3
- package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +3 -3
- package/dist-es/waiters/waitForChannelRunning.js +3 -3
- package/dist-es/waiters/waitForChannelStopped.js +3 -3
- package/dist-es/waiters/waitForClusterCreated.js +4 -4
- package/dist-es/waiters/waitForClusterDeleted.js +3 -3
- package/dist-es/waiters/waitForInputAttached.js +3 -3
- package/dist-es/waiters/waitForInputDeleted.js +3 -3
- package/dist-es/waiters/waitForInputDetached.js +4 -4
- package/dist-es/waiters/waitForMultiplexCreated.js +4 -4
- package/dist-es/waiters/waitForMultiplexDeleted.js +3 -3
- package/dist-es/waiters/waitForMultiplexRunning.js +3 -3
- package/dist-es/waiters/waitForMultiplexStopped.js +3 -3
- package/dist-es/waiters/waitForNodeDeregistered.js +4 -4
- package/dist-es/waiters/waitForNodeRegistered.js +4 -4
- package/dist-es/waiters/waitForSignalMapCreated.js +4 -4
- package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +4 -4
- package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +7 -7
- package/dist-es/waiters/waitForSignalMapUpdated.js +5 -5
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +25 -2
- package/dist-types/commands/DeleteChannelCommand.d.ts +13 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +13 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +10 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +13 -1
- package/dist-types/commands/StartChannelCommand.d.ts +13 -1
- package/dist-types/commands/StopChannelCommand.d.ts +13 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +13 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +25 -2
- package/dist-types/models/enums.d.ts +24 -0
- package/dist-types/models/models_0.d.ts +54 -49
- package/dist-types/models/models_1.d.ts +138 -2
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -13
- package/dist-types/ts3.4/models/models_1.d.ts +38 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +2 -2
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
2
2
|
import {
|
|
3
3
|
AcceptHeader,
|
|
4
|
+
BlackoutSlateNetworkEndBlackout,
|
|
5
|
+
BlackoutSlateState,
|
|
4
6
|
ChannelClass,
|
|
5
7
|
ChannelPipelineIdToRestart,
|
|
6
8
|
ChannelPlacementGroupState,
|
|
@@ -33,6 +35,7 @@ import {
|
|
|
33
35
|
InputSourceType,
|
|
34
36
|
InputState,
|
|
35
37
|
InputType,
|
|
38
|
+
LinkedChannelType,
|
|
36
39
|
LogLevel,
|
|
37
40
|
MaintenanceDay,
|
|
38
41
|
MotionGraphicsInsertion,
|
|
@@ -44,6 +47,7 @@ import {
|
|
|
44
47
|
NodeState,
|
|
45
48
|
OfferingDurationUnits,
|
|
46
49
|
OfferingType,
|
|
50
|
+
PipelineLockingMethod,
|
|
47
51
|
PreferredChannelPipeline,
|
|
48
52
|
RebootInputDeviceForce,
|
|
49
53
|
ReservationState,
|
|
@@ -62,10 +66,10 @@ import {
|
|
|
62
66
|
AnywhereSettings,
|
|
63
67
|
AvailBlanking,
|
|
64
68
|
AvailConfiguration,
|
|
65
|
-
BlackoutSlate,
|
|
66
69
|
CdiInputSpecification,
|
|
67
70
|
ClusterNetworkSettings,
|
|
68
71
|
DescribeAnywhereSettings,
|
|
72
|
+
DescribeLinkedChannelSettings,
|
|
69
73
|
InputDeviceHdSettings,
|
|
70
74
|
InputDeviceNetworkSettings,
|
|
71
75
|
InputDeviceUhdSettings,
|
|
@@ -144,6 +148,17 @@ import {
|
|
|
144
148
|
TransferringInputDeviceSummary,
|
|
145
149
|
VideoDescription,
|
|
146
150
|
} from "./models_0";
|
|
151
|
+
export interface BlackoutSlate {
|
|
152
|
+
BlackoutSlateImage?: InputLocation | undefined;
|
|
153
|
+
NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout | undefined;
|
|
154
|
+
NetworkEndBlackoutImage?: InputLocation | undefined;
|
|
155
|
+
NetworkId?: string | undefined;
|
|
156
|
+
State?: BlackoutSlateState | undefined;
|
|
157
|
+
}
|
|
158
|
+
export interface CancelInputDeviceTransferRequest {
|
|
159
|
+
InputDeviceId: string | undefined;
|
|
160
|
+
}
|
|
161
|
+
export interface CancelInputDeviceTransferResponse {}
|
|
147
162
|
export interface ColorCorrectionSettings {
|
|
148
163
|
GlobalColorCorrections: ColorCorrection[] | undefined;
|
|
149
164
|
}
|
|
@@ -166,7 +181,9 @@ export interface EpochLockingSettings {
|
|
|
166
181
|
CustomEpoch?: string | undefined;
|
|
167
182
|
JamSyncTime?: string | undefined;
|
|
168
183
|
}
|
|
169
|
-
export interface PipelineLockingSettings {
|
|
184
|
+
export interface PipelineLockingSettings {
|
|
185
|
+
PipelineLockingMethod?: PipelineLockingMethod | undefined;
|
|
186
|
+
}
|
|
170
187
|
export interface OutputLockingSettings {
|
|
171
188
|
EpochLockingSettings?: EpochLockingSettings | undefined;
|
|
172
189
|
PipelineLockingSettings?: PipelineLockingSettings | undefined;
|
|
@@ -236,6 +253,7 @@ export interface Channel {
|
|
|
236
253
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
237
254
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
238
255
|
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
256
|
+
LinkedChannelSettings?: DescribeLinkedChannelSettings | undefined;
|
|
239
257
|
}
|
|
240
258
|
export interface ChannelEngineVersionRequest {
|
|
241
259
|
Version?: string | undefined;
|
|
@@ -252,6 +270,17 @@ export interface ClusterNetworkSettingsUpdateRequest {
|
|
|
252
270
|
DefaultRoute?: string | undefined;
|
|
253
271
|
InterfaceMappings?: InterfaceMappingUpdateRequest[] | undefined;
|
|
254
272
|
}
|
|
273
|
+
export interface FollowerChannelSettings {
|
|
274
|
+
LinkedChannelType?: LinkedChannelType | undefined;
|
|
275
|
+
PrimaryChannelArn?: string | undefined;
|
|
276
|
+
}
|
|
277
|
+
export interface PrimaryChannelSettings {
|
|
278
|
+
LinkedChannelType?: LinkedChannelType | undefined;
|
|
279
|
+
}
|
|
280
|
+
export interface LinkedChannelSettings {
|
|
281
|
+
FollowerChannelSettings?: FollowerChannelSettings | undefined;
|
|
282
|
+
PrimaryChannelSettings?: PrimaryChannelSettings | undefined;
|
|
283
|
+
}
|
|
255
284
|
export interface MaintenanceCreateSettings {
|
|
256
285
|
MaintenanceDay?: MaintenanceDay | undefined;
|
|
257
286
|
MaintenanceStartTime?: string | undefined;
|
|
@@ -279,6 +308,7 @@ export interface CreateChannelRequest {
|
|
|
279
308
|
AnywhereSettings?: AnywhereSettings | undefined;
|
|
280
309
|
ChannelEngineVersion?: ChannelEngineVersionRequest | undefined;
|
|
281
310
|
DryRun?: boolean | undefined;
|
|
311
|
+
LinkedChannelSettings?: LinkedChannelSettings | undefined;
|
|
282
312
|
}
|
|
283
313
|
export interface CreateChannelResponse {
|
|
284
314
|
Channel?: Channel | undefined;
|
|
@@ -675,6 +705,7 @@ export interface DeleteChannelResponse {
|
|
|
675
705
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
676
706
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
677
707
|
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
708
|
+
LinkedChannelSettings?: DescribeLinkedChannelSettings | undefined;
|
|
678
709
|
}
|
|
679
710
|
export interface DeleteChannelPlacementGroupRequest {
|
|
680
711
|
ChannelPlacementGroupId: string | undefined;
|
|
@@ -846,6 +877,7 @@ export interface DescribeChannelResponse {
|
|
|
846
877
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
847
878
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
848
879
|
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
880
|
+
LinkedChannelSettings?: DescribeLinkedChannelSettings | undefined;
|
|
849
881
|
}
|
|
850
882
|
export interface DescribeChannelPlacementGroupRequest {
|
|
851
883
|
ChannelPlacementGroupId: string | undefined;
|
|
@@ -1444,6 +1476,7 @@ export interface RestartChannelPipelinesResponse {
|
|
|
1444
1476
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1445
1477
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1446
1478
|
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1479
|
+
LinkedChannelSettings?: DescribeLinkedChannelSettings | undefined;
|
|
1447
1480
|
}
|
|
1448
1481
|
export interface StartChannelRequest {
|
|
1449
1482
|
ChannelId: string | undefined;
|
|
@@ -1469,6 +1502,7 @@ export interface StartChannelResponse {
|
|
|
1469
1502
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1470
1503
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1471
1504
|
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1505
|
+
LinkedChannelSettings?: DescribeLinkedChannelSettings | undefined;
|
|
1472
1506
|
}
|
|
1473
1507
|
export interface StartDeleteMonitorDeploymentRequest {
|
|
1474
1508
|
Identifier: string | undefined;
|
|
@@ -1593,6 +1627,7 @@ export interface StopChannelResponse {
|
|
|
1593
1627
|
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1594
1628
|
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1595
1629
|
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1630
|
+
LinkedChannelSettings?: DescribeLinkedChannelSettings | undefined;
|
|
1596
1631
|
}
|
|
1597
1632
|
export interface StopInputDeviceRequest {
|
|
1598
1633
|
InputDeviceId: string | undefined;
|
|
@@ -1640,6 +1675,7 @@ export interface UpdateChannelRequest {
|
|
|
1640
1675
|
ChannelEngineVersion?: ChannelEngineVersionRequest | undefined;
|
|
1641
1676
|
DryRun?: boolean | undefined;
|
|
1642
1677
|
AnywhereSettings?: AnywhereSettings | undefined;
|
|
1678
|
+
LinkedChannelSettings?: LinkedChannelSettings | undefined;
|
|
1643
1679
|
}
|
|
1644
1680
|
export interface UpdateChannelResponse {
|
|
1645
1681
|
Channel?: Channel | undefined;
|
|
@@ -164,6 +164,7 @@ export declare var DescribeChannelResponse$: StaticStructureSchema;
|
|
|
164
164
|
export declare var DescribeClusterRequest$: StaticStructureSchema;
|
|
165
165
|
export declare var DescribeClusterResponse$: StaticStructureSchema;
|
|
166
166
|
export declare var DescribeClusterSummary$: StaticStructureSchema;
|
|
167
|
+
export declare var DescribeFollowerChannelSettings$: StaticStructureSchema;
|
|
167
168
|
export declare var DescribeInputDeviceRequest$: StaticStructureSchema;
|
|
168
169
|
export declare var DescribeInputDeviceResponse$: StaticStructureSchema;
|
|
169
170
|
export declare var DescribeInputDeviceThumbnailRequest$: StaticStructureSchema;
|
|
@@ -172,6 +173,7 @@ export declare var DescribeInputRequest$: StaticStructureSchema;
|
|
|
172
173
|
export declare var DescribeInputResponse$: StaticStructureSchema;
|
|
173
174
|
export declare var DescribeInputSecurityGroupRequest$: StaticStructureSchema;
|
|
174
175
|
export declare var DescribeInputSecurityGroupResponse$: StaticStructureSchema;
|
|
176
|
+
export declare var DescribeLinkedChannelSettings$: StaticStructureSchema;
|
|
175
177
|
export declare var DescribeMultiplexProgramRequest$: StaticStructureSchema;
|
|
176
178
|
export declare var DescribeMultiplexProgramResponse$: StaticStructureSchema;
|
|
177
179
|
export declare var DescribeMultiplexRequest$: StaticStructureSchema;
|
|
@@ -184,6 +186,7 @@ export declare var DescribeNodeResponse$: StaticStructureSchema;
|
|
|
184
186
|
export declare var DescribeNodeSummary$: StaticStructureSchema;
|
|
185
187
|
export declare var DescribeOfferingRequest$: StaticStructureSchema;
|
|
186
188
|
export declare var DescribeOfferingResponse$: StaticStructureSchema;
|
|
189
|
+
export declare var DescribePrimaryChannelSettings$: StaticStructureSchema;
|
|
187
190
|
export declare var DescribeReservationRequest$: StaticStructureSchema;
|
|
188
191
|
export declare var DescribeReservationResponse$: StaticStructureSchema;
|
|
189
192
|
export declare var DescribeScheduleRequest$: StaticStructureSchema;
|
|
@@ -216,6 +219,7 @@ export declare var FeatureActivations$: StaticStructureSchema;
|
|
|
216
219
|
export declare var FecOutputSettings$: StaticStructureSchema;
|
|
217
220
|
export declare var FixedModeScheduleActionStartSettings$: StaticStructureSchema;
|
|
218
221
|
export declare var Fmp4HlsSettings$: StaticStructureSchema;
|
|
222
|
+
export declare var FollowerChannelSettings$: StaticStructureSchema;
|
|
219
223
|
export declare var FollowModeScheduleActionStartSettings$: StaticStructureSchema;
|
|
220
224
|
export declare var ForbiddenException$: StaticErrorSchema;
|
|
221
225
|
export declare var FrameCaptureCdnSettings$: StaticStructureSchema;
|
|
@@ -301,6 +305,7 @@ export declare var IpPool$: StaticStructureSchema;
|
|
|
301
305
|
export declare var IpPoolCreateRequest$: StaticStructureSchema;
|
|
302
306
|
export declare var IpPoolUpdateRequest$: StaticStructureSchema;
|
|
303
307
|
export declare var KeyProviderSettings$: StaticStructureSchema;
|
|
308
|
+
export declare var LinkedChannelSettings$: StaticStructureSchema;
|
|
304
309
|
export declare var ListAlertsRequest$: StaticStructureSchema;
|
|
305
310
|
export declare var ListAlertsResponse$: StaticStructureSchema;
|
|
306
311
|
export declare var ListChannelPlacementGroupsRequest$: StaticStructureSchema;
|
|
@@ -422,6 +427,7 @@ export declare var PauseStateScheduleActionSettings$: StaticStructureSchema;
|
|
|
422
427
|
export declare var PipelineDetail$: StaticStructureSchema;
|
|
423
428
|
export declare var PipelineLockingSettings$: StaticStructureSchema;
|
|
424
429
|
export declare var PipelinePauseStateSettings$: StaticStructureSchema;
|
|
430
|
+
export declare var PrimaryChannelSettings$: StaticStructureSchema;
|
|
425
431
|
export declare var PurchaseOfferingRequest$: StaticStructureSchema;
|
|
426
432
|
export declare var PurchaseOfferingResponse$: StaticStructureSchema;
|
|
427
433
|
export declare var RawSettings$: StaticStructureSchema;
|
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.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medialive",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|