@aws-sdk/client-medialive 3.533.0 → 3.540.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/MediaLive.d.ts +17 -1
- package/dist-types/MediaLiveClient.d.ts +1 -1
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteCommand.d.ts +2 -1
- package/dist-types/commands/BatchStartCommand.d.ts +2 -1
- package/dist-types/commands/BatchStopCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +2 -1
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +2 -1
- package/dist-types/commands/ClaimDeviceCommand.d.ts +2 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -1
- package/dist-types/commands/CreateInputCommand.d.ts +2 -1
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +2 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeThumbnailsCommand.d.ts +2 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -1
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +2 -1
- package/dist-types/commands/ListInputDevicesCommand.d.ts +2 -1
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListInputsCommand.d.ts +2 -1
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +2 -1
- package/dist-types/commands/ListMultiplexesCommand.d.ts +2 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +2 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +2 -1
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +2 -1
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +2 -1
- package/dist-types/commands/StartChannelCommand.d.ts +2 -1
- package/dist-types/commands/StartInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +2 -1
- package/dist-types/commands/StartMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/StopChannelCommand.d.ts +2 -1
- package/dist-types/commands/StopInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/StopMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +2 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +2 -1
- package/dist-types/commands/UpdateReservationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +714 -714
- package/dist-types/models/models_1.d.ts +944 -944
- package/dist-types/models/models_2.d.ts +286 -286
- package/dist-types/ts3.4/MediaLive.d.ts +16 -0
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestartChannelPipelinesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +42 -42
|
@@ -24,6 +24,15 @@ declare const DescribeScheduleCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeScheduleCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeScheduleCommandInput,
|
|
31
|
+
DescribeScheduleCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeScheduleCommand extends DescribeScheduleCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeThumbnailsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeThumbnailsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeThumbnailsCommandInput,
|
|
32
|
+
DescribeThumbnailsCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeThumbnailsCommand extends DescribeThumbnailsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListChannelsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListChannelsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListChannelsCommandInput,
|
|
28
|
+
ListChannelsCommandOutput,
|
|
29
|
+
MediaLiveClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListChannelsCommand extends ListChannelsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListInputDeviceTransfersCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListInputDeviceTransfersCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListInputDeviceTransfersCommandInput,
|
|
32
|
+
ListInputDeviceTransfersCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListInputDeviceTransfersCommand extends ListInputDeviceTransfersCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListInputDevicesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListInputDevicesCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListInputDevicesCommandInput,
|
|
31
|
+
ListInputDevicesCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListInputDevicesCommand extends ListInputDevicesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListInputSecurityGroupsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListInputSecurityGroupsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListInputSecurityGroupsCommandInput,
|
|
32
|
+
ListInputSecurityGroupsCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListInputSecurityGroupsCommand extends ListInputSecurityGroupsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListInputsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListInputsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListInputsCommandInput,
|
|
28
|
+
ListInputsCommandOutput,
|
|
29
|
+
MediaLiveClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListInputsCommand extends ListInputsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListMultiplexProgramsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListMultiplexProgramsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListMultiplexProgramsCommandInput,
|
|
32
|
+
ListMultiplexProgramsCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListMultiplexProgramsCommand extends ListMultiplexProgramsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListMultiplexesCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListMultiplexesCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListMultiplexesCommandInput,
|
|
31
|
+
ListMultiplexesCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListMultiplexesCommand extends ListMultiplexesCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListOfferingsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListOfferingsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListOfferingsCommandInput,
|
|
31
|
+
ListOfferingsCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListOfferingsCommand extends ListOfferingsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListReservationsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListReservationsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListReservationsCommandInput,
|
|
31
|
+
ListReservationsCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListReservationsCommand extends ListReservationsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const PurchaseOfferingCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: PurchaseOfferingCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
PurchaseOfferingCommandInput,
|
|
31
|
+
PurchaseOfferingCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class PurchaseOfferingCommand extends PurchaseOfferingCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RebootInputDeviceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RebootInputDeviceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RebootInputDeviceCommandInput,
|
|
32
|
+
RebootInputDeviceCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RebootInputDeviceCommand extends RebootInputDeviceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RejectInputDeviceTransferCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RejectInputDeviceTransferCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RejectInputDeviceTransferCommandInput,
|
|
32
|
+
RejectInputDeviceTransferCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RejectInputDeviceTransferCommand extends RejectInputDeviceTransferCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const RestartChannelPipelinesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: RestartChannelPipelinesCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
RestartChannelPipelinesCommandInput,
|
|
32
|
+
RestartChannelPipelinesCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class RestartChannelPipelinesCommand extends RestartChannelPipelinesCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const StartChannelCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: StartChannelCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
StartChannelCommandInput,
|
|
28
|
+
StartChannelCommandOutput,
|
|
29
|
+
MediaLiveClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class StartChannelCommand extends StartChannelCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const StartInputDeviceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: StartInputDeviceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
StartInputDeviceCommandInput,
|
|
31
|
+
StartInputDeviceCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class StartInputDeviceCommand extends StartInputDeviceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const StartInputDeviceMaintenanceWindowCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartInputDeviceMaintenanceWindowCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartInputDeviceMaintenanceWindowCommandInput,
|
|
32
|
+
StartInputDeviceMaintenanceWindowCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class StartInputDeviceMaintenanceWindowCommand extends StartInputDeviceMaintenanceWindowCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const StartMultiplexCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: StartMultiplexCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
StartMultiplexCommandInput,
|
|
31
|
+
StartMultiplexCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class StartMultiplexCommand extends StartMultiplexCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const StopChannelCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: StopChannelCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
StopChannelCommandInput,
|
|
28
|
+
StopChannelCommandOutput,
|
|
29
|
+
MediaLiveClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class StopChannelCommand extends StopChannelCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const StopInputDeviceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: StopInputDeviceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
StopInputDeviceCommandInput,
|
|
31
|
+
StopInputDeviceCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class StopInputDeviceCommand extends StopInputDeviceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const StopMultiplexCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: StopMultiplexCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
StopMultiplexCommandInput,
|
|
31
|
+
StopMultiplexCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class StopMultiplexCommand extends StopMultiplexCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const TransferInputDeviceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: TransferInputDeviceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
TransferInputDeviceCommandInput,
|
|
32
|
+
TransferInputDeviceCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class TransferInputDeviceCommand extends TransferInputDeviceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateAccountConfigurationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [UpdateAccountConfigurationCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateAccountConfigurationCommandInput,
|
|
32
|
+
UpdateAccountConfigurationCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateAccountConfigurationCommand extends UpdateAccountConfigurationCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateChannelClassCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateChannelClassCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateChannelClassCommandInput,
|
|
32
|
+
UpdateChannelClassCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateChannelClassCommand extends UpdateChannelClassCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateChannelCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateChannelCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateChannelCommandInput,
|
|
31
|
+
UpdateChannelCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateChannelCommand extends UpdateChannelCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateInputCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateInputCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateInputCommandInput,
|
|
28
|
+
UpdateInputCommandOutput,
|
|
29
|
+
MediaLiveClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateInputCommand extends UpdateInputCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateInputDeviceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateInputDeviceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateInputDeviceCommandInput,
|
|
32
|
+
UpdateInputDeviceCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateInputDeviceCommand extends UpdateInputDeviceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateInputSecurityGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateInputSecurityGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateInputSecurityGroupCommandInput,
|
|
32
|
+
UpdateInputSecurityGroupCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateInputSecurityGroupCommand extends UpdateInputSecurityGroupCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UpdateMultiplexCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UpdateMultiplexCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UpdateMultiplexCommandInput,
|
|
31
|
+
UpdateMultiplexCommandOutput,
|
|
32
|
+
MediaLiveClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UpdateMultiplexCommand extends UpdateMultiplexCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateMultiplexProgramCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateMultiplexProgramCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateMultiplexProgramCommandInput,
|
|
32
|
+
UpdateMultiplexProgramCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateMultiplexProgramCommand extends UpdateMultiplexProgramCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateReservationCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateReservationCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateReservationCommandInput,
|
|
32
|
+
UpdateReservationCommandOutput,
|
|
33
|
+
MediaLiveClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateReservationCommand extends UpdateReservationCommand_base {}
|