@aws-sdk/client-medialive 3.279.0 → 3.281.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +475 -0
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +6 -0
- package/dist-types/commands/BatchDeleteCommand.d.ts +6 -0
- package/dist-types/commands/BatchStartCommand.d.ts +6 -0
- package/dist-types/commands/BatchStopCommand.d.ts +6 -0
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +6 -0
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +6 -0
- package/dist-types/commands/ClaimDeviceCommand.d.ts +6 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +6 -0
- package/dist-types/commands/CreateInputCommand.d.ts +6 -0
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +6 -0
- package/dist-types/commands/CreateMultiplexCommand.d.ts +6 -0
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +6 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +6 -0
- package/dist-types/commands/CreateTagsCommand.d.ts +6 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +6 -0
- package/dist-types/commands/DeleteReservationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteScheduleCommand.d.ts +6 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +6 -0
- package/dist-types/commands/DescribeOfferingCommand.d.ts +6 -0
- package/dist-types/commands/DescribeReservationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeScheduleCommand.d.ts +6 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +6 -0
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +6 -0
- package/dist-types/commands/ListInputDevicesCommand.d.ts +6 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +6 -0
- package/dist-types/commands/ListInputsCommand.d.ts +6 -0
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +6 -0
- package/dist-types/commands/ListMultiplexesCommand.d.ts +6 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +6 -0
- package/dist-types/commands/ListReservationsCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +6 -0
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +6 -0
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +6 -0
- package/dist-types/commands/StartChannelCommand.d.ts +6 -0
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/StartMultiplexCommand.d.ts +6 -0
- package/dist-types/commands/StopChannelCommand.d.ts +6 -0
- package/dist-types/commands/StopMultiplexCommand.d.ts +6 -0
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +6 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +6 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +6 -0
- package/package.json +3 -3
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { CreateInputSecurityGroupRequest, CreateInputSecurityGroupResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateInputSecurityGroupCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateInputSecurityGroupCommandInput extends CreateInputSecurityGroupRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateInputSecurityGroupCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateInputSecurityGroupCommandOutput extends CreateInputSecurityGroupResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { CreateMultiplexRequest, CreateMultiplexResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateMultiplexCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateMultiplexCommandInput extends CreateMultiplexRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateMultiplexCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateMultiplexCommandOutput extends CreateMultiplexResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { CreateMultiplexProgramRequest, CreateMultiplexProgramResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateMultiplexProgramCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateMultiplexProgramCommandInput extends CreateMultiplexProgramRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateMultiplexProgramCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateMultiplexProgramCommandOutput extends CreateMultiplexProgramResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { CreatePartnerInputRequest, CreatePartnerInputResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreatePartnerInputCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreatePartnerInputCommandInput extends CreatePartnerInputRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreatePartnerInputCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreatePartnerInputCommandOutput extends CreatePartnerInputResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { CreateTagsRequest } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateTagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateTagsCommandInput extends CreateTagsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateTagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateTagsCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteChannelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteChannelCommandInput extends DeleteChannelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteChannelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DeleteInputRequest, DeleteInputResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteInputCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteInputCommandInput extends DeleteInputRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteInputCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteInputCommandOutput extends DeleteInputResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DeleteInputSecurityGroupRequest, DeleteInputSecurityGroupResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteInputSecurityGroupCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteInputSecurityGroupCommandInput extends DeleteInputSecurityGroupRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteInputSecurityGroupCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteInputSecurityGroupCommandOutput extends DeleteInputSecurityGroupResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DeleteMultiplexRequest, DeleteMultiplexResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteMultiplexCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteMultiplexCommandInput extends DeleteMultiplexRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteMultiplexCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteMultiplexCommandOutput extends DeleteMultiplexResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DeleteMultiplexProgramRequest, DeleteMultiplexProgramResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteMultiplexProgramCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteMultiplexProgramCommandInput extends DeleteMultiplexProgramRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteMultiplexProgramCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteMultiplexProgramCommandOutput extends DeleteMultiplexProgramResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DeleteReservationRequest, DeleteReservationResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteReservationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteReservationCommandInput extends DeleteReservationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteReservationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteReservationCommandOutput extends DeleteReservationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteScheduleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteScheduleCommandInput extends DeleteScheduleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteScheduleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteScheduleCommandOutput extends DeleteScheduleResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DeleteTagsRequest } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteTagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteTagsCommandInput extends DeleteTagsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteTagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteTagsCommandOutput extends __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeChannelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeChannelCommandInput extends DescribeChannelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeChannelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeInputRequest, DescribeInputResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeInputCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeInputCommandInput extends DescribeInputRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeInputCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeInputCommandOutput extends DescribeInputResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeInputDeviceRequest, DescribeInputDeviceResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeInputDeviceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeInputDeviceCommandInput extends DescribeInputDeviceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeInputDeviceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeInputDeviceCommandOutput extends DescribeInputDeviceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack, WithSdkStreamMixin as __WithSdkStreamMixin } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeInputDeviceThumbnailRequest, DescribeInputDeviceThumbnailResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeInputDeviceThumbnailCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeInputDeviceThumbnailCommandInput extends DescribeInputDeviceThumbnailRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeInputDeviceThumbnailCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeInputDeviceThumbnailCommandOutput extends __WithSdkStreamMixin<DescribeInputDeviceThumbnailResponse, "Body">, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeInputSecurityGroupRequest, DescribeInputSecurityGroupResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeInputSecurityGroupCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeInputSecurityGroupCommandInput extends DescribeInputSecurityGroupRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeInputSecurityGroupCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeInputSecurityGroupCommandOutput extends DescribeInputSecurityGroupResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeMultiplexRequest, DescribeMultiplexResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeMultiplexCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeMultiplexCommandInput extends DescribeMultiplexRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeMultiplexCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeMultiplexCommandOutput extends DescribeMultiplexResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeMultiplexProgramRequest, DescribeMultiplexProgramResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeMultiplexProgramCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeMultiplexProgramCommandInput extends DescribeMultiplexProgramRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeMultiplexProgramCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeMultiplexProgramCommandOutput extends DescribeMultiplexProgramResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeOfferingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeOfferingCommandInput extends DescribeOfferingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeOfferingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeOfferingCommandOutput extends DescribeOfferingResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeReservationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeReservationCommandInput extends DescribeReservationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeReservationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeReservationCommandOutput extends DescribeReservationResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeScheduleCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeScheduleCommandInput extends DescribeScheduleRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeScheduleCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeScheduleCommandOutput extends DescribeScheduleResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListChannelsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListChannelsCommandInput extends ListChannelsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListChannelsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListInputDeviceTransfersRequest, ListInputDeviceTransfersResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListInputDeviceTransfersCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListInputDeviceTransfersCommandInput extends ListInputDeviceTransfersRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListInputDeviceTransfersCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListInputDeviceTransfersCommandOutput extends ListInputDeviceTransfersResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListInputDevicesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListInputDevicesCommandInput extends ListInputDevicesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListInputDevicesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListInputDevicesCommandOutput extends ListInputDevicesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListInputSecurityGroupsRequest, ListInputSecurityGroupsResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListInputSecurityGroupsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListInputSecurityGroupsCommandInput extends ListInputSecurityGroupsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListInputSecurityGroupsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListInputSecurityGroupsCommandOutput extends ListInputSecurityGroupsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListInputsRequest, ListInputsResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListInputsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListInputsCommandInput extends ListInputsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListInputsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListInputsCommandOutput extends ListInputsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListMultiplexProgramsRequest, ListMultiplexProgramsResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListMultiplexProgramsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListMultiplexProgramsCommandInput extends ListMultiplexProgramsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListMultiplexProgramsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListMultiplexProgramsCommandOutput extends ListMultiplexProgramsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListMultiplexesRequest, ListMultiplexesResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListMultiplexesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListMultiplexesCommandInput extends ListMultiplexesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListMultiplexesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListMultiplexesCommandOutput extends ListMultiplexesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListOfferingsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListOfferingsCommandInput extends ListOfferingsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListOfferingsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListOfferingsCommandOutput extends ListOfferingsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListReservationsRequest, ListReservationsResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListReservationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListReservationsCommandInput extends ListReservationsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListReservationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListReservationsCommandOutput extends ListReservationsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PurchaseOfferingCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PurchaseOfferingCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { RebootInputDeviceRequest, RebootInputDeviceResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RebootInputDeviceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RebootInputDeviceCommandInput extends RebootInputDeviceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RebootInputDeviceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RebootInputDeviceCommandOutput extends RebootInputDeviceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { RejectInputDeviceTransferRequest, RejectInputDeviceTransferResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link RejectInputDeviceTransferCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface RejectInputDeviceTransferCommandInput extends RejectInputDeviceTransferRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link RejectInputDeviceTransferCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface RejectInputDeviceTransferCommandOutput extends RejectInputDeviceTransferResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { StartChannelRequest, StartChannelResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartChannelCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartChannelCommandInput extends StartChannelRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartChannelCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartChannelCommandOutput extends StartChannelResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { StartInputDeviceMaintenanceWindowRequest, StartInputDeviceMaintenanceWindowResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartInputDeviceMaintenanceWindowCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartInputDeviceMaintenanceWindowCommandInput extends StartInputDeviceMaintenanceWindowRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartInputDeviceMaintenanceWindowCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartInputDeviceMaintenanceWindowCommandOutput extends StartInputDeviceMaintenanceWindowResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
5
5
|
import { StartMultiplexRequest, StartMultiplexResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link StartMultiplexCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface StartMultiplexCommandInput extends StartMultiplexRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link StartMultiplexCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface StartMultiplexCommandOutput extends StartMultiplexResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|