@aws-sdk/client-medialive 3.186.0 → 3.188.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 +12 -0
- package/dist-cjs/commands/StopMultiplexCommand.js +2 -1
- package/dist-cjs/commands/TransferInputDeviceCommand.js +3 -3
- package/dist-cjs/models/models_1.js +19 -18
- package/dist-cjs/models/models_2.js +13 -1
- package/dist-cjs/protocols/Aws_restJson1.js +43 -0
- package/dist-cjs/runtimeConfig.browser.js +9 -7
- package/dist-cjs/runtimeConfig.js +9 -7
- package/dist-es/MediaLive.js +238 -245
- package/dist-es/MediaLiveClient.js +22 -28
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +21 -28
- package/dist-es/commands/BatchDeleteCommand.js +21 -28
- package/dist-es/commands/BatchStartCommand.js +21 -28
- package/dist-es/commands/BatchStopCommand.js +21 -28
- package/dist-es/commands/BatchUpdateScheduleCommand.js +21 -28
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +21 -28
- package/dist-es/commands/ClaimDeviceCommand.js +21 -28
- package/dist-es/commands/CreateChannelCommand.js +21 -28
- package/dist-es/commands/CreateInputCommand.js +21 -28
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +21 -28
- package/dist-es/commands/CreateMultiplexCommand.js +21 -28
- package/dist-es/commands/CreateMultiplexProgramCommand.js +21 -28
- package/dist-es/commands/CreatePartnerInputCommand.js +21 -28
- package/dist-es/commands/CreateTagsCommand.js +22 -29
- package/dist-es/commands/DeleteChannelCommand.js +21 -28
- package/dist-es/commands/DeleteInputCommand.js +21 -28
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +21 -28
- package/dist-es/commands/DeleteMultiplexCommand.js +21 -28
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +21 -28
- package/dist-es/commands/DeleteReservationCommand.js +21 -28
- package/dist-es/commands/DeleteScheduleCommand.js +21 -28
- package/dist-es/commands/DeleteTagsCommand.js +22 -29
- package/dist-es/commands/DescribeChannelCommand.js +21 -28
- package/dist-es/commands/DescribeInputCommand.js +21 -28
- package/dist-es/commands/DescribeInputDeviceCommand.js +21 -28
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +21 -28
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +21 -28
- package/dist-es/commands/DescribeMultiplexCommand.js +21 -28
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +21 -28
- package/dist-es/commands/DescribeOfferingCommand.js +21 -28
- package/dist-es/commands/DescribeReservationCommand.js +21 -28
- package/dist-es/commands/DescribeScheduleCommand.js +21 -28
- package/dist-es/commands/ListChannelsCommand.js +21 -28
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +21 -28
- package/dist-es/commands/ListInputDevicesCommand.js +21 -28
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +21 -28
- package/dist-es/commands/ListInputsCommand.js +21 -28
- package/dist-es/commands/ListMultiplexProgramsCommand.js +21 -28
- package/dist-es/commands/ListMultiplexesCommand.js +21 -28
- package/dist-es/commands/ListOfferingsCommand.js +21 -28
- package/dist-es/commands/ListReservationsCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/PurchaseOfferingCommand.js +21 -28
- package/dist-es/commands/RebootInputDeviceCommand.js +21 -28
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +21 -28
- package/dist-es/commands/StartChannelCommand.js +21 -28
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +21 -28
- package/dist-es/commands/StartMultiplexCommand.js +21 -28
- package/dist-es/commands/StopChannelCommand.js +21 -28
- package/dist-es/commands/StopMultiplexCommand.js +23 -29
- package/dist-es/commands/TransferInputDeviceCommand.js +22 -29
- package/dist-es/commands/UpdateChannelClassCommand.js +21 -28
- package/dist-es/commands/UpdateChannelCommand.js +21 -28
- package/dist-es/commands/UpdateInputCommand.js +21 -28
- package/dist-es/commands/UpdateInputDeviceCommand.js +21 -28
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +21 -28
- package/dist-es/commands/UpdateMultiplexCommand.js +21 -28
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +21 -28
- package/dist-es/commands/UpdateReservationCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/MediaLiveServiceException.js +5 -10
- package/dist-es/models/models_0.js +429 -144
- package/dist-es/models/models_1.js +675 -298
- package/dist-es/models/models_2.js +57 -17
- package/dist-es/pagination/DescribeSchedulePaginator.js +25 -68
- package/dist-es/pagination/ListChannelsPaginator.js +25 -68
- package/dist-es/pagination/ListInputDeviceTransfersPaginator.js +25 -68
- package/dist-es/pagination/ListInputDevicesPaginator.js +25 -68
- package/dist-es/pagination/ListInputSecurityGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListInputsPaginator.js +25 -68
- package/dist-es/pagination/ListMultiplexProgramsPaginator.js +25 -68
- package/dist-es/pagination/ListMultiplexesPaginator.js +25 -68
- package/dist-es/pagination/ListOfferingsPaginator.js +25 -68
- package/dist-es/pagination/ListReservationsPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +7452 -8425
- package/dist-es/runtimeConfig.browser.js +28 -12
- package/dist-es/runtimeConfig.js +32 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForChannelCreated.js +48 -68
- package/dist-es/waiters/waitForChannelDeleted.js +39 -59
- package/dist-es/waiters/waitForChannelRunning.js +39 -59
- package/dist-es/waiters/waitForChannelStopped.js +39 -59
- package/dist-es/waiters/waitForInputAttached.js +39 -59
- package/dist-es/waiters/waitForInputDeleted.js +39 -59
- package/dist-es/waiters/waitForInputDetached.js +48 -68
- package/dist-es/waiters/waitForMultiplexCreated.js +48 -68
- package/dist-es/waiters/waitForMultiplexDeleted.js +39 -59
- package/dist-es/waiters/waitForMultiplexRunning.js +39 -59
- package/dist-es/waiters/waitForMultiplexStopped.js +39 -59
- package/dist-types/MediaLiveClient.d.ts +6 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -2
- package/dist-types/commands/StopMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +62 -83
- package/dist-types/models/models_2.d.ts +84 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +2 -2
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +22 -28
- package/dist-types/ts3.4/models/models_2.d.ts +30 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +5 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +36 -34
|
@@ -1,63 +1,43 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
3
2
|
import { DescribeMultiplexCommand } from "../commands/DescribeMultiplexCommand";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
return result_1.State;
|
|
17
|
-
};
|
|
18
|
-
if (returnComparator() === "IDLE") {
|
|
19
|
-
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
catch (e) { }
|
|
23
|
-
try {
|
|
24
|
-
returnComparator = function () {
|
|
25
|
-
return result_1.State;
|
|
26
|
-
};
|
|
27
|
-
if (returnComparator() === "STOPPING") {
|
|
28
|
-
return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
catch (e) { }
|
|
32
|
-
return [3, 3];
|
|
33
|
-
case 2:
|
|
34
|
-
exception_1 = _a.sent();
|
|
35
|
-
reason = exception_1;
|
|
36
|
-
if (exception_1.name && exception_1.name == "InternalServerErrorException") {
|
|
37
|
-
return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
38
|
-
}
|
|
39
|
-
return [3, 3];
|
|
40
|
-
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
3
|
+
const checkState = async (client, input) => {
|
|
4
|
+
let reason;
|
|
5
|
+
try {
|
|
6
|
+
const result = await client.send(new DescribeMultiplexCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
return result.State;
|
|
11
|
+
};
|
|
12
|
+
if (returnComparator() === "IDLE") {
|
|
13
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
14
|
+
}
|
|
41
15
|
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}); };
|
|
51
|
-
export var waitUntilMultiplexStopped = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
52
|
-
var serviceDefaults, result;
|
|
53
|
-
return __generator(this, function (_a) {
|
|
54
|
-
switch (_a.label) {
|
|
55
|
-
case 0:
|
|
56
|
-
serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
57
|
-
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
58
|
-
case 1:
|
|
59
|
-
result = _a.sent();
|
|
60
|
-
return [2, checkExceptions(result)];
|
|
16
|
+
catch (e) { }
|
|
17
|
+
try {
|
|
18
|
+
const returnComparator = () => {
|
|
19
|
+
return result.State;
|
|
20
|
+
};
|
|
21
|
+
if (returnComparator() === "STOPPING") {
|
|
22
|
+
return { state: WaiterState.RETRY, reason };
|
|
23
|
+
}
|
|
61
24
|
}
|
|
62
|
-
|
|
63
|
-
}
|
|
25
|
+
catch (e) { }
|
|
26
|
+
}
|
|
27
|
+
catch (exception) {
|
|
28
|
+
reason = exception;
|
|
29
|
+
if (exception.name && exception.name == "InternalServerErrorException") {
|
|
30
|
+
return { state: WaiterState.RETRY, reason };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return { state: WaiterState.RETRY, reason };
|
|
34
|
+
};
|
|
35
|
+
export const waitForMultiplexStopped = async (params, input) => {
|
|
36
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
37
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
38
|
+
};
|
|
39
|
+
export const waitUntilMultiplexStopped = async (params, input) => {
|
|
40
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
41
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
42
|
+
return checkExceptions(result);
|
|
43
|
+
};
|
|
@@ -5,7 +5,7 @@ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-s
|
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
8
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
|
|
10
10
|
import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
|
|
11
11
|
import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
|
|
@@ -171,6 +171,11 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
171
171
|
* The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
172
172
|
*/
|
|
173
173
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
174
|
+
/**
|
|
175
|
+
* The internal function that inject utilities to runtime-specific stream to help users consume the data
|
|
176
|
+
* @internal
|
|
177
|
+
*/
|
|
178
|
+
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
174
179
|
}
|
|
175
180
|
declare type MediaLiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
176
181
|
/**
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
4
|
import { DescribeInputDeviceThumbnailRequest, DescribeInputDeviceThumbnailResponse } from "../models/models_1";
|
|
5
5
|
export interface DescribeInputDeviceThumbnailCommandInput extends DescribeInputDeviceThumbnailRequest {
|
|
6
6
|
}
|
|
7
|
-
export interface DescribeInputDeviceThumbnailCommandOutput extends DescribeInputDeviceThumbnailResponse, __MetadataBearer {
|
|
7
|
+
export interface DescribeInputDeviceThumbnailCommandOutput extends __WithSdkStreamMixin<DescribeInputDeviceThumbnailResponse, "Body">, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* Get the latest thumbnail data for the input device.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { StopMultiplexRequest
|
|
4
|
+
import { StopMultiplexRequest } from "../models/models_1";
|
|
5
|
+
import { StopMultiplexResponse } from "../models/models_2";
|
|
5
6
|
export interface StopMultiplexCommandInput extends StopMultiplexRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface StopMultiplexCommandOutput extends StopMultiplexResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import { TransferInputDeviceRequest, TransferInputDeviceResponse } from "../models/
|
|
4
|
+
import { TransferInputDeviceRequest, TransferInputDeviceResponse } from "../models/models_2";
|
|
5
5
|
export interface TransferInputDeviceCommandInput extends TransferInputDeviceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface TransferInputDeviceCommandOutput extends TransferInputDeviceResponse, __MetadataBearer {
|
|
@@ -799,6 +799,23 @@ export interface PauseStateScheduleActionSettings {
|
|
|
799
799
|
*/
|
|
800
800
|
Pipelines?: PipelinePauseStateSettings[];
|
|
801
801
|
}
|
|
802
|
+
export declare enum Scte35InputMode {
|
|
803
|
+
FIXED = "FIXED",
|
|
804
|
+
FOLLOW_ACTIVE = "FOLLOW_ACTIVE"
|
|
805
|
+
}
|
|
806
|
+
/**
|
|
807
|
+
* Settings for the "scte35 input" action
|
|
808
|
+
*/
|
|
809
|
+
export interface Scte35InputScheduleActionSettings {
|
|
810
|
+
/**
|
|
811
|
+
* In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"
|
|
812
|
+
*/
|
|
813
|
+
InputAttachmentNameReference?: string;
|
|
814
|
+
/**
|
|
815
|
+
* Whether the SCTE-35 input should be the active input or a fixed input.
|
|
816
|
+
*/
|
|
817
|
+
Mode: Scte35InputMode | string | undefined;
|
|
818
|
+
}
|
|
802
819
|
/**
|
|
803
820
|
* Settings for a SCTE-35 return_to_network message.
|
|
804
821
|
*/
|
|
@@ -1030,6 +1047,10 @@ export interface ScheduleActionSettings {
|
|
|
1030
1047
|
* Action to pause or unpause one or both channel pipelines
|
|
1031
1048
|
*/
|
|
1032
1049
|
PauseStateSettings?: PauseStateScheduleActionSettings;
|
|
1050
|
+
/**
|
|
1051
|
+
* Action to specify scte35 input
|
|
1052
|
+
*/
|
|
1053
|
+
Scte35InputSettings?: Scte35InputScheduleActionSettings;
|
|
1033
1054
|
/**
|
|
1034
1055
|
* Action to insert SCTE-35 return_to_network message
|
|
1035
1056
|
*/
|
|
@@ -2194,6 +2215,35 @@ export interface AvailBlanking {
|
|
|
2194
2215
|
*/
|
|
2195
2216
|
State?: AvailBlankingState | string;
|
|
2196
2217
|
}
|
|
2218
|
+
/**
|
|
2219
|
+
* Settings for the Esam
|
|
2220
|
+
*/
|
|
2221
|
+
export interface Esam {
|
|
2222
|
+
/**
|
|
2223
|
+
* Sent as acquisitionPointIdentity to identify the MediaLive channel to the POIS.
|
|
2224
|
+
*/
|
|
2225
|
+
AcquisitionPointId: string | undefined;
|
|
2226
|
+
/**
|
|
2227
|
+
* When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.
|
|
2228
|
+
*/
|
|
2229
|
+
AdAvailOffset?: number;
|
|
2230
|
+
/**
|
|
2231
|
+
* Password if credentials are required to access the POIS endpoint. This is a reference to an AWS parameter store name from which the password can be retrieved. AWS Parameter store format: "ssm://<parameter name>"
|
|
2232
|
+
*/
|
|
2233
|
+
PasswordParam?: string;
|
|
2234
|
+
/**
|
|
2235
|
+
* The URL of the signal conditioner endpoint on the Placement Opportunity Information System (POIS). MediaLive sends SignalProcessingEvents here when SCTE-35 messages are read.
|
|
2236
|
+
*/
|
|
2237
|
+
PoisEndpoint: string | undefined;
|
|
2238
|
+
/**
|
|
2239
|
+
* Username if credentials are required to access the POIS endpoint. This can be either a plaintext username, or a reference to an AWS parameter store name from which the username can be retrieved. AWS Parameter store format: "ssm://<parameter name>"
|
|
2240
|
+
*/
|
|
2241
|
+
Username?: string;
|
|
2242
|
+
/**
|
|
2243
|
+
* Optional data sent as zoneIdentity to identify the MediaLive channel to the POIS.
|
|
2244
|
+
*/
|
|
2245
|
+
ZoneIdentity?: string;
|
|
2246
|
+
}
|
|
2197
2247
|
export declare enum Scte35SpliceInsertNoRegionalBlackoutBehavior {
|
|
2198
2248
|
FOLLOW = "FOLLOW",
|
|
2199
2249
|
IGNORE = "IGNORE"
|
|
@@ -2248,6 +2298,10 @@ export interface Scte35TimeSignalApos {
|
|
|
2248
2298
|
* Avail Settings
|
|
2249
2299
|
*/
|
|
2250
2300
|
export interface AvailSettings {
|
|
2301
|
+
/**
|
|
2302
|
+
* Settings for the Esam
|
|
2303
|
+
*/
|
|
2304
|
+
Esam?: Esam;
|
|
2251
2305
|
/**
|
|
2252
2306
|
* Scte35 Splice Insert
|
|
2253
2307
|
*/
|
|
@@ -4906,77 +4960,6 @@ export interface StopMultiplexRequest {
|
|
|
4906
4960
|
*/
|
|
4907
4961
|
MultiplexId: string | undefined;
|
|
4908
4962
|
}
|
|
4909
|
-
/**
|
|
4910
|
-
* Placeholder documentation for StopMultiplexResponse
|
|
4911
|
-
*/
|
|
4912
|
-
export interface StopMultiplexResponse {
|
|
4913
|
-
/**
|
|
4914
|
-
* The unique arn of the multiplex.
|
|
4915
|
-
*/
|
|
4916
|
-
Arn?: string;
|
|
4917
|
-
/**
|
|
4918
|
-
* A list of availability zones for the multiplex.
|
|
4919
|
-
*/
|
|
4920
|
-
AvailabilityZones?: string[];
|
|
4921
|
-
/**
|
|
4922
|
-
* A list of the multiplex output destinations.
|
|
4923
|
-
*/
|
|
4924
|
-
Destinations?: MultiplexOutputDestination[];
|
|
4925
|
-
/**
|
|
4926
|
-
* The unique id of the multiplex.
|
|
4927
|
-
*/
|
|
4928
|
-
Id?: string;
|
|
4929
|
-
/**
|
|
4930
|
-
* Configuration for a multiplex event.
|
|
4931
|
-
*/
|
|
4932
|
-
MultiplexSettings?: MultiplexSettings;
|
|
4933
|
-
/**
|
|
4934
|
-
* The name of the multiplex.
|
|
4935
|
-
*/
|
|
4936
|
-
Name?: string;
|
|
4937
|
-
/**
|
|
4938
|
-
* The number of currently healthy pipelines.
|
|
4939
|
-
*/
|
|
4940
|
-
PipelinesRunningCount?: number;
|
|
4941
|
-
/**
|
|
4942
|
-
* The number of programs in the multiplex.
|
|
4943
|
-
*/
|
|
4944
|
-
ProgramCount?: number;
|
|
4945
|
-
/**
|
|
4946
|
-
* The current state of the multiplex.
|
|
4947
|
-
*/
|
|
4948
|
-
State?: MultiplexState | string;
|
|
4949
|
-
/**
|
|
4950
|
-
* A collection of key-value pairs.
|
|
4951
|
-
*/
|
|
4952
|
-
Tags?: Record<string, string>;
|
|
4953
|
-
}
|
|
4954
|
-
/**
|
|
4955
|
-
* A request to transfer an input device.
|
|
4956
|
-
*/
|
|
4957
|
-
export interface TransferInputDeviceRequest {
|
|
4958
|
-
/**
|
|
4959
|
-
* The unique ID of this input device. For example, hd-123456789abcdef.
|
|
4960
|
-
*/
|
|
4961
|
-
InputDeviceId: string | undefined;
|
|
4962
|
-
/**
|
|
4963
|
-
* The AWS account ID (12 digits) for the recipient of the device transfer.
|
|
4964
|
-
*/
|
|
4965
|
-
TargetCustomerId?: string;
|
|
4966
|
-
/**
|
|
4967
|
-
* The target AWS region to transfer the device.
|
|
4968
|
-
*/
|
|
4969
|
-
TargetRegion?: string;
|
|
4970
|
-
/**
|
|
4971
|
-
* An optional message for the recipient. Maximum 280 characters.
|
|
4972
|
-
*/
|
|
4973
|
-
TransferMessage?: string;
|
|
4974
|
-
}
|
|
4975
|
-
/**
|
|
4976
|
-
* Placeholder documentation for TransferInputDeviceResponse
|
|
4977
|
-
*/
|
|
4978
|
-
export interface TransferInputDeviceResponse {
|
|
4979
|
-
}
|
|
4980
4963
|
/**
|
|
4981
4964
|
* @internal
|
|
4982
4965
|
*/
|
|
@@ -5065,6 +5048,10 @@ export declare const MotionGraphicsDeactivateScheduleActionSettingsFilterSensiti
|
|
|
5065
5048
|
* @internal
|
|
5066
5049
|
*/
|
|
5067
5050
|
export declare const PauseStateScheduleActionSettingsFilterSensitiveLog: (obj: PauseStateScheduleActionSettings) => any;
|
|
5051
|
+
/**
|
|
5052
|
+
* @internal
|
|
5053
|
+
*/
|
|
5054
|
+
export declare const Scte35InputScheduleActionSettingsFilterSensitiveLog: (obj: Scte35InputScheduleActionSettings) => any;
|
|
5068
5055
|
/**
|
|
5069
5056
|
* @internal
|
|
5070
5057
|
*/
|
|
@@ -5209,6 +5196,10 @@ export declare const AcceptInputDeviceTransferResponseFilterSensitiveLog: (obj:
|
|
|
5209
5196
|
* @internal
|
|
5210
5197
|
*/
|
|
5211
5198
|
export declare const AvailBlankingFilterSensitiveLog: (obj: AvailBlanking) => any;
|
|
5199
|
+
/**
|
|
5200
|
+
* @internal
|
|
5201
|
+
*/
|
|
5202
|
+
export declare const EsamFilterSensitiveLog: (obj: Esam) => any;
|
|
5212
5203
|
/**
|
|
5213
5204
|
* @internal
|
|
5214
5205
|
*/
|
|
@@ -5717,15 +5708,3 @@ export declare const StopChannelResponseFilterSensitiveLog: (obj: StopChannelRes
|
|
|
5717
5708
|
* @internal
|
|
5718
5709
|
*/
|
|
5719
5710
|
export declare const StopMultiplexRequestFilterSensitiveLog: (obj: StopMultiplexRequest) => any;
|
|
5720
|
-
/**
|
|
5721
|
-
* @internal
|
|
5722
|
-
*/
|
|
5723
|
-
export declare const StopMultiplexResponseFilterSensitiveLog: (obj: StopMultiplexResponse) => any;
|
|
5724
|
-
/**
|
|
5725
|
-
* @internal
|
|
5726
|
-
*/
|
|
5727
|
-
export declare const TransferInputDeviceRequestFilterSensitiveLog: (obj: TransferInputDeviceRequest) => any;
|
|
5728
|
-
/**
|
|
5729
|
-
* @internal
|
|
5730
|
-
*/
|
|
5731
|
-
export declare const TransferInputDeviceResponseFilterSensitiveLog: (obj: TransferInputDeviceResponse) => any;
|
|
@@ -1,5 +1,76 @@
|
|
|
1
|
-
import { CdiInputSpecification, ChannelClass, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MediaConnectFlowRequest, OutputDestination } from "./models_0";
|
|
1
|
+
import { CdiInputSpecification, ChannelClass, DeviceSettingsSyncState, DeviceUpdateStatus, Input, InputAttachment, InputDestinationRequest, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceType, InputDeviceUhdSettings, InputSecurityGroup, InputSourceRequest, InputSpecification, InputWhitelistRuleCidr, LogLevel, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexState, OutputDestination } from "./models_0";
|
|
2
2
|
import { Channel, EncoderSettings, InputDeviceConfigurableSettings, MaintenanceUpdateSettings, Multiplex, MultiplexProgram, MultiplexProgramSettings, MultiplexSettings, RenewalSettings, Reservation } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* Placeholder documentation for StopMultiplexResponse
|
|
5
|
+
*/
|
|
6
|
+
export interface StopMultiplexResponse {
|
|
7
|
+
/**
|
|
8
|
+
* The unique arn of the multiplex.
|
|
9
|
+
*/
|
|
10
|
+
Arn?: string;
|
|
11
|
+
/**
|
|
12
|
+
* A list of availability zones for the multiplex.
|
|
13
|
+
*/
|
|
14
|
+
AvailabilityZones?: string[];
|
|
15
|
+
/**
|
|
16
|
+
* A list of the multiplex output destinations.
|
|
17
|
+
*/
|
|
18
|
+
Destinations?: MultiplexOutputDestination[];
|
|
19
|
+
/**
|
|
20
|
+
* The unique id of the multiplex.
|
|
21
|
+
*/
|
|
22
|
+
Id?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Configuration for a multiplex event.
|
|
25
|
+
*/
|
|
26
|
+
MultiplexSettings?: MultiplexSettings;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the multiplex.
|
|
29
|
+
*/
|
|
30
|
+
Name?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The number of currently healthy pipelines.
|
|
33
|
+
*/
|
|
34
|
+
PipelinesRunningCount?: number;
|
|
35
|
+
/**
|
|
36
|
+
* The number of programs in the multiplex.
|
|
37
|
+
*/
|
|
38
|
+
ProgramCount?: number;
|
|
39
|
+
/**
|
|
40
|
+
* The current state of the multiplex.
|
|
41
|
+
*/
|
|
42
|
+
State?: MultiplexState | string;
|
|
43
|
+
/**
|
|
44
|
+
* A collection of key-value pairs.
|
|
45
|
+
*/
|
|
46
|
+
Tags?: Record<string, string>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* A request to transfer an input device.
|
|
50
|
+
*/
|
|
51
|
+
export interface TransferInputDeviceRequest {
|
|
52
|
+
/**
|
|
53
|
+
* The unique ID of this input device. For example, hd-123456789abcdef.
|
|
54
|
+
*/
|
|
55
|
+
InputDeviceId: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* The AWS account ID (12 digits) for the recipient of the device transfer.
|
|
58
|
+
*/
|
|
59
|
+
TargetCustomerId?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The target AWS region to transfer the device.
|
|
62
|
+
*/
|
|
63
|
+
TargetRegion?: string;
|
|
64
|
+
/**
|
|
65
|
+
* An optional message for the recipient. Maximum 280 characters.
|
|
66
|
+
*/
|
|
67
|
+
TransferMessage?: string;
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* Placeholder documentation for TransferInputDeviceResponse
|
|
71
|
+
*/
|
|
72
|
+
export interface TransferInputDeviceResponse {
|
|
73
|
+
}
|
|
3
74
|
/**
|
|
4
75
|
* A request to update a channel.
|
|
5
76
|
*/
|
|
@@ -308,6 +379,18 @@ export interface UpdateReservationResponse {
|
|
|
308
379
|
*/
|
|
309
380
|
Reservation?: Reservation;
|
|
310
381
|
}
|
|
382
|
+
/**
|
|
383
|
+
* @internal
|
|
384
|
+
*/
|
|
385
|
+
export declare const StopMultiplexResponseFilterSensitiveLog: (obj: StopMultiplexResponse) => any;
|
|
386
|
+
/**
|
|
387
|
+
* @internal
|
|
388
|
+
*/
|
|
389
|
+
export declare const TransferInputDeviceRequestFilterSensitiveLog: (obj: TransferInputDeviceRequest) => any;
|
|
390
|
+
/**
|
|
391
|
+
* @internal
|
|
392
|
+
*/
|
|
393
|
+
export declare const TransferInputDeviceResponseFilterSensitiveLog: (obj: TransferInputDeviceResponse) => any;
|
|
311
394
|
/**
|
|
312
395
|
* @internal
|
|
313
396
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
2
|
+
import { SdkStreamSerdeContext as __SdkStreamSerdeContext, SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
3
|
import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "../commands/AcceptInputDeviceTransferCommand";
|
|
4
4
|
import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "../commands/BatchDeleteCommand";
|
|
5
5
|
import { BatchStartCommandInput, BatchStartCommandOutput } from "../commands/BatchStartCommand";
|
|
@@ -143,7 +143,7 @@ export declare const deserializeAws_restJson1DeleteTagsCommand: (output: __HttpR
|
|
|
143
143
|
export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
|
|
144
144
|
export declare const deserializeAws_restJson1DescribeInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputCommandOutput>;
|
|
145
145
|
export declare const deserializeAws_restJson1DescribeInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputDeviceCommandOutput>;
|
|
146
|
-
export declare const deserializeAws_restJson1DescribeInputDeviceThumbnailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputDeviceThumbnailCommandOutput>;
|
|
146
|
+
export declare const deserializeAws_restJson1DescribeInputDeviceThumbnailCommand: (output: __HttpResponse, context: __SerdeContext & __SdkStreamSerdeContext) => Promise<DescribeInputDeviceThumbnailCommandOutput>;
|
|
147
147
|
export declare const deserializeAws_restJson1DescribeInputSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputSecurityGroupCommandOutput>;
|
|
148
148
|
export declare const deserializeAws_restJson1DescribeMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiplexCommandOutput>;
|
|
149
149
|
export declare const deserializeAws_restJson1DescribeMultiplexProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiplexProgramCommandOutput>;
|
|
@@ -15,6 +15,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
15
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
16
16
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
18
19
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
19
20
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
20
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
@@ -15,6 +15,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
15
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
16
16
|
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
17
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
18
19
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
19
20
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
20
21
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
@@ -26,6 +26,7 @@ export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
28
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
+
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
29
30
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
30
31
|
tls?: boolean | undefined;
|
|
31
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -38,6 +38,7 @@ import {
|
|
|
38
38
|
Provider as __Provider,
|
|
39
39
|
Provider,
|
|
40
40
|
RegionInfoProvider,
|
|
41
|
+
SdkStreamMixinInjector as __SdkStreamMixinInjector,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -422,6 +423,7 @@ export interface ClientDefaults
|
|
|
422
423
|
regionInfoProvider?: RegionInfoProvider;
|
|
423
424
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
424
425
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
426
|
+
sdkStreamMixin?: __SdkStreamMixinInjector;
|
|
425
427
|
}
|
|
426
428
|
declare type MediaLiveClientConfigType = Partial<
|
|
427
429
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
|
+
WithSdkStreamMixin as __WithSdkStreamMixin,
|
|
7
8
|
} from "@aws-sdk/types";
|
|
8
9
|
import {
|
|
9
10
|
MediaLiveClientResolvedConfig,
|
|
@@ -17,7 +18,7 @@ import {
|
|
|
17
18
|
export interface DescribeInputDeviceThumbnailCommandInput
|
|
18
19
|
extends DescribeInputDeviceThumbnailRequest {}
|
|
19
20
|
export interface DescribeInputDeviceThumbnailCommandOutput
|
|
20
|
-
extends DescribeInputDeviceThumbnailResponse,
|
|
21
|
+
extends __WithSdkStreamMixin<DescribeInputDeviceThumbnailResponse, "Body">,
|
|
21
22
|
__MetadataBearer {}
|
|
22
23
|
export declare class DescribeInputDeviceThumbnailCommand extends $Command<
|
|
23
24
|
DescribeInputDeviceThumbnailCommandInput,
|
|
@@ -10,10 +10,8 @@ import {
|
|
|
10
10
|
ServiceInputTypes,
|
|
11
11
|
ServiceOutputTypes,
|
|
12
12
|
} from "../MediaLiveClient";
|
|
13
|
-
import {
|
|
14
|
-
|
|
15
|
-
StopMultiplexResponse,
|
|
16
|
-
} from "../models/models_1";
|
|
13
|
+
import { StopMultiplexRequest } from "../models/models_1";
|
|
14
|
+
import { StopMultiplexResponse } from "../models/models_2";
|
|
17
15
|
export interface StopMultiplexCommandInput extends StopMultiplexRequest {}
|
|
18
16
|
export interface StopMultiplexCommandOutput
|
|
19
17
|
extends StopMultiplexResponse,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
TransferInputDeviceRequest,
|
|
15
15
|
TransferInputDeviceResponse,
|
|
16
|
-
} from "../models/
|
|
16
|
+
} from "../models/models_2";
|
|
17
17
|
export interface TransferInputDeviceCommandInput
|
|
18
18
|
extends TransferInputDeviceRequest {}
|
|
19
19
|
export interface TransferInputDeviceCommandOutput
|
|
@@ -368,6 +368,14 @@ export interface MotionGraphicsDeactivateScheduleActionSettings {}
|
|
|
368
368
|
export interface PauseStateScheduleActionSettings {
|
|
369
369
|
Pipelines?: PipelinePauseStateSettings[];
|
|
370
370
|
}
|
|
371
|
+
export declare enum Scte35InputMode {
|
|
372
|
+
FIXED = "FIXED",
|
|
373
|
+
FOLLOW_ACTIVE = "FOLLOW_ACTIVE",
|
|
374
|
+
}
|
|
375
|
+
export interface Scte35InputScheduleActionSettings {
|
|
376
|
+
InputAttachmentNameReference?: string;
|
|
377
|
+
Mode: Scte35InputMode | string | undefined;
|
|
378
|
+
}
|
|
371
379
|
export interface Scte35ReturnToNetworkScheduleActionSettings {
|
|
372
380
|
SpliceEventId: number | undefined;
|
|
373
381
|
}
|
|
@@ -454,6 +462,7 @@ export interface ScheduleActionSettings {
|
|
|
454
462
|
MotionGraphicsImageActivateSettings?: MotionGraphicsActivateScheduleActionSettings;
|
|
455
463
|
MotionGraphicsImageDeactivateSettings?: MotionGraphicsDeactivateScheduleActionSettings;
|
|
456
464
|
PauseStateSettings?: PauseStateScheduleActionSettings;
|
|
465
|
+
Scte35InputSettings?: Scte35InputScheduleActionSettings;
|
|
457
466
|
Scte35ReturnToNetworkSettings?: Scte35ReturnToNetworkScheduleActionSettings;
|
|
458
467
|
Scte35SpliceInsertSettings?: Scte35SpliceInsertScheduleActionSettings;
|
|
459
468
|
Scte35TimeSignalSettings?: Scte35TimeSignalScheduleActionSettings;
|
|
@@ -990,6 +999,14 @@ export interface AvailBlanking {
|
|
|
990
999
|
AvailBlankingImage?: InputLocation;
|
|
991
1000
|
State?: AvailBlankingState | string;
|
|
992
1001
|
}
|
|
1002
|
+
export interface Esam {
|
|
1003
|
+
AcquisitionPointId: string | undefined;
|
|
1004
|
+
AdAvailOffset?: number;
|
|
1005
|
+
PasswordParam?: string;
|
|
1006
|
+
PoisEndpoint: string | undefined;
|
|
1007
|
+
Username?: string;
|
|
1008
|
+
ZoneIdentity?: string;
|
|
1009
|
+
}
|
|
993
1010
|
export declare enum Scte35SpliceInsertNoRegionalBlackoutBehavior {
|
|
994
1011
|
FOLLOW = "FOLLOW",
|
|
995
1012
|
IGNORE = "IGNORE",
|
|
@@ -1021,6 +1038,7 @@ export interface Scte35TimeSignalApos {
|
|
|
1021
1038
|
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | string;
|
|
1022
1039
|
}
|
|
1023
1040
|
export interface AvailSettings {
|
|
1041
|
+
Esam?: Esam;
|
|
1024
1042
|
Scte35SpliceInsert?: Scte35SpliceInsert;
|
|
1025
1043
|
Scte35TimeSignalApos?: Scte35TimeSignalApos;
|
|
1026
1044
|
}
|
|
@@ -1804,25 +1822,6 @@ export interface StopChannelResponse {
|
|
|
1804
1822
|
export interface StopMultiplexRequest {
|
|
1805
1823
|
MultiplexId: string | undefined;
|
|
1806
1824
|
}
|
|
1807
|
-
export interface StopMultiplexResponse {
|
|
1808
|
-
Arn?: string;
|
|
1809
|
-
AvailabilityZones?: string[];
|
|
1810
|
-
Destinations?: MultiplexOutputDestination[];
|
|
1811
|
-
Id?: string;
|
|
1812
|
-
MultiplexSettings?: MultiplexSettings;
|
|
1813
|
-
Name?: string;
|
|
1814
|
-
PipelinesRunningCount?: number;
|
|
1815
|
-
ProgramCount?: number;
|
|
1816
|
-
State?: MultiplexState | string;
|
|
1817
|
-
Tags?: Record<string, string>;
|
|
1818
|
-
}
|
|
1819
|
-
export interface TransferInputDeviceRequest {
|
|
1820
|
-
InputDeviceId: string | undefined;
|
|
1821
|
-
TargetCustomerId?: string;
|
|
1822
|
-
TargetRegion?: string;
|
|
1823
|
-
TransferMessage?: string;
|
|
1824
|
-
}
|
|
1825
|
-
export interface TransferInputDeviceResponse {}
|
|
1826
1825
|
export declare const HlsGroupSettingsFilterSensitiveLog: (
|
|
1827
1826
|
obj: HlsGroupSettings
|
|
1828
1827
|
) => any;
|
|
@@ -1883,6 +1882,9 @@ export declare const MotionGraphicsDeactivateScheduleActionSettingsFilterSensiti
|
|
|
1883
1882
|
export declare const PauseStateScheduleActionSettingsFilterSensitiveLog: (
|
|
1884
1883
|
obj: PauseStateScheduleActionSettings
|
|
1885
1884
|
) => any;
|
|
1885
|
+
export declare const Scte35InputScheduleActionSettingsFilterSensitiveLog: (
|
|
1886
|
+
obj: Scte35InputScheduleActionSettings
|
|
1887
|
+
) => any;
|
|
1886
1888
|
export declare const Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog: (
|
|
1887
1889
|
obj: Scte35ReturnToNetworkScheduleActionSettings
|
|
1888
1890
|
) => any;
|
|
@@ -1987,6 +1989,7 @@ export declare const AcceptInputDeviceTransferResponseFilterSensitiveLog: (
|
|
|
1987
1989
|
export declare const AvailBlankingFilterSensitiveLog: (
|
|
1988
1990
|
obj: AvailBlanking
|
|
1989
1991
|
) => any;
|
|
1992
|
+
export declare const EsamFilterSensitiveLog: (obj: Esam) => any;
|
|
1990
1993
|
export declare const Scte35SpliceInsertFilterSensitiveLog: (
|
|
1991
1994
|
obj: Scte35SpliceInsert
|
|
1992
1995
|
) => any;
|
|
@@ -2364,12 +2367,3 @@ export declare const StopChannelResponseFilterSensitiveLog: (
|
|
|
2364
2367
|
export declare const StopMultiplexRequestFilterSensitiveLog: (
|
|
2365
2368
|
obj: StopMultiplexRequest
|
|
2366
2369
|
) => any;
|
|
2367
|
-
export declare const StopMultiplexResponseFilterSensitiveLog: (
|
|
2368
|
-
obj: StopMultiplexResponse
|
|
2369
|
-
) => any;
|
|
2370
|
-
export declare const TransferInputDeviceRequestFilterSensitiveLog: (
|
|
2371
|
-
obj: TransferInputDeviceRequest
|
|
2372
|
-
) => any;
|
|
2373
|
-
export declare const TransferInputDeviceResponseFilterSensitiveLog: (
|
|
2374
|
-
obj: TransferInputDeviceResponse
|
|
2375
|
-
) => any;
|