@aws-sdk/client-medialive 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/MediaLiveServiceException.js +11 -0
- package/dist-cjs/models/models_1.js +132 -4
- package/dist-cjs/protocols/Aws_restJson1.js +784 -3150
- package/dist-es/index.js +1 -0
- package/dist-es/models/MediaLiveServiceException.js +12 -0
- package/dist-es/models/models_1.js +120 -1
- package/dist-es/protocols/Aws_restJson1.js +1635 -3388
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/MediaLiveServiceException.d.ts +10 -0
- package/dist-types/models/models_1.d.ts +65 -28
- package/dist-types/ts3.4/MediaLive.d.ts +290 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +130 -0
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +7 -0
- package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2930 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3563 -0
- package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +7 -0
- package/package.json +34 -34
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeSchedule(config: MediaLivePaginationConfiguration, input: DescribeScheduleCommandInput, ...additionalArguments: any): Paginator<DescribeScheduleCommandOutput>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { MediaLive } from "../MediaLive";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
export interface MediaLivePaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: MediaLive | MediaLiveClient;
|
|
6
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListChannels(config: MediaLivePaginationConfiguration, input: ListChannelsCommandInput, ...additionalArguments: any): Paginator<ListChannelsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListInputDeviceTransfers(config: MediaLivePaginationConfiguration, input: ListInputDeviceTransfersCommandInput, ...additionalArguments: any): Paginator<ListInputDeviceTransfersCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListInputDevices(config: MediaLivePaginationConfiguration, input: ListInputDevicesCommandInput, ...additionalArguments: any): Paginator<ListInputDevicesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "../commands/ListInputSecurityGroupsCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListInputSecurityGroups(config: MediaLivePaginationConfiguration, input: ListInputSecurityGroupsCommandInput, ...additionalArguments: any): Paginator<ListInputSecurityGroupsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListInputs(config: MediaLivePaginationConfiguration, input: ListInputsCommandInput, ...additionalArguments: any): Paginator<ListInputsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListMultiplexPrograms(config: MediaLivePaginationConfiguration, input: ListMultiplexProgramsCommandInput, ...additionalArguments: any): Paginator<ListMultiplexProgramsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../commands/ListMultiplexesCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListMultiplexes(config: MediaLivePaginationConfiguration, input: ListMultiplexesCommandInput, ...additionalArguments: any): Paginator<ListMultiplexesCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListOfferings(config: MediaLivePaginationConfiguration, input: ListOfferingsCommandInput, ...additionalArguments: any): Paginator<ListOfferingsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListReservations(config: MediaLivePaginationConfiguration, input: ListReservationsCommandInput, ...additionalArguments: any): Paginator<ListReservationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./DescribeSchedulePaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListChannelsPaginator";
|
|
4
|
+
export * from "./ListInputDeviceTransfersPaginator";
|
|
5
|
+
export * from "./ListInputDevicesPaginator";
|
|
6
|
+
export * from "./ListInputSecurityGroupsPaginator";
|
|
7
|
+
export * from "./ListInputsPaginator";
|
|
8
|
+
export * from "./ListMultiplexProgramsPaginator";
|
|
9
|
+
export * from "./ListMultiplexesPaginator";
|
|
10
|
+
export * from "./ListOfferingsPaginator";
|
|
11
|
+
export * from "./ListReservationsPaginator";
|
|
@@ -0,0 +1,173 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "../commands/AcceptInputDeviceTransferCommand";
|
|
4
|
+
import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "../commands/BatchDeleteCommand";
|
|
5
|
+
import { BatchStartCommandInput, BatchStartCommandOutput } from "../commands/BatchStartCommand";
|
|
6
|
+
import { BatchStopCommandInput, BatchStopCommandOutput } from "../commands/BatchStopCommand";
|
|
7
|
+
import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "../commands/BatchUpdateScheduleCommand";
|
|
8
|
+
import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "../commands/CancelInputDeviceTransferCommand";
|
|
9
|
+
import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "../commands/ClaimDeviceCommand";
|
|
10
|
+
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
|
|
11
|
+
import { CreateInputCommandInput, CreateInputCommandOutput } from "../commands/CreateInputCommand";
|
|
12
|
+
import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "../commands/CreateInputSecurityGroupCommand";
|
|
13
|
+
import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "../commands/CreateMultiplexCommand";
|
|
14
|
+
import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "../commands/CreateMultiplexProgramCommand";
|
|
15
|
+
import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "../commands/CreatePartnerInputCommand";
|
|
16
|
+
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
|
|
17
|
+
import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
|
|
18
|
+
import { DeleteInputCommandInput, DeleteInputCommandOutput } from "../commands/DeleteInputCommand";
|
|
19
|
+
import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "../commands/DeleteInputSecurityGroupCommand";
|
|
20
|
+
import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "../commands/DeleteMultiplexCommand";
|
|
21
|
+
import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "../commands/DeleteMultiplexProgramCommand";
|
|
22
|
+
import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "../commands/DeleteReservationCommand";
|
|
23
|
+
import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "../commands/DeleteScheduleCommand";
|
|
24
|
+
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
|
|
25
|
+
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
|
|
26
|
+
import { DescribeInputCommandInput, DescribeInputCommandOutput } from "../commands/DescribeInputCommand";
|
|
27
|
+
import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "../commands/DescribeInputDeviceCommand";
|
|
28
|
+
import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "../commands/DescribeInputDeviceThumbnailCommand";
|
|
29
|
+
import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "../commands/DescribeInputSecurityGroupCommand";
|
|
30
|
+
import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "../commands/DescribeMultiplexCommand";
|
|
31
|
+
import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "../commands/DescribeMultiplexProgramCommand";
|
|
32
|
+
import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "../commands/DescribeOfferingCommand";
|
|
33
|
+
import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "../commands/DescribeReservationCommand";
|
|
34
|
+
import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
|
|
35
|
+
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
36
|
+
import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
|
|
37
|
+
import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
|
|
38
|
+
import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
|
|
39
|
+
import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "../commands/ListInputSecurityGroupsCommand";
|
|
40
|
+
import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../commands/ListMultiplexesCommand";
|
|
41
|
+
import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
|
|
42
|
+
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
|
|
43
|
+
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
|
|
44
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
45
|
+
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "../commands/PurchaseOfferingCommand";
|
|
46
|
+
import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "../commands/RejectInputDeviceTransferCommand";
|
|
47
|
+
import { StartChannelCommandInput, StartChannelCommandOutput } from "../commands/StartChannelCommand";
|
|
48
|
+
import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "../commands/StartMultiplexCommand";
|
|
49
|
+
import { StopChannelCommandInput, StopChannelCommandOutput } from "../commands/StopChannelCommand";
|
|
50
|
+
import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "../commands/StopMultiplexCommand";
|
|
51
|
+
import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "../commands/TransferInputDeviceCommand";
|
|
52
|
+
import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "../commands/UpdateChannelClassCommand";
|
|
53
|
+
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
|
|
54
|
+
import { UpdateInputCommandInput, UpdateInputCommandOutput } from "../commands/UpdateInputCommand";
|
|
55
|
+
import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "../commands/UpdateInputDeviceCommand";
|
|
56
|
+
import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "../commands/UpdateInputSecurityGroupCommand";
|
|
57
|
+
import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "../commands/UpdateMultiplexCommand";
|
|
58
|
+
import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "../commands/UpdateMultiplexProgramCommand";
|
|
59
|
+
import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "../commands/UpdateReservationCommand";
|
|
60
|
+
export declare const serializeAws_restJson1AcceptInputDeviceTransferCommand: (input: AcceptInputDeviceTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
export declare const serializeAws_restJson1BatchDeleteCommand: (input: BatchDeleteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_restJson1BatchStartCommand: (input: BatchStartCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
export declare const serializeAws_restJson1BatchStopCommand: (input: BatchStopCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
export declare const serializeAws_restJson1BatchUpdateScheduleCommand: (input: BatchUpdateScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
export declare const serializeAws_restJson1CancelInputDeviceTransferCommand: (input: CancelInputDeviceTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_restJson1ClaimDeviceCommand: (input: ClaimDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_restJson1CreateInputCommand: (input: CreateInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const serializeAws_restJson1CreateInputSecurityGroupCommand: (input: CreateInputSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_restJson1CreateMultiplexCommand: (input: CreateMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
export declare const serializeAws_restJson1CreateMultiplexProgramCommand: (input: CreateMultiplexProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
export declare const serializeAws_restJson1CreatePartnerInputCommand: (input: CreatePartnerInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
73
|
+
export declare const serializeAws_restJson1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
export declare const serializeAws_restJson1DeleteInputCommand: (input: DeleteInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
export declare const serializeAws_restJson1DeleteInputSecurityGroupCommand: (input: DeleteInputSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
|
+
export declare const serializeAws_restJson1DeleteMultiplexCommand: (input: DeleteMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_restJson1DeleteMultiplexProgramCommand: (input: DeleteMultiplexProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
export declare const serializeAws_restJson1DeleteReservationCommand: (input: DeleteReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
export declare const serializeAws_restJson1DeleteScheduleCommand: (input: DeleteScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
81
|
+
export declare const serializeAws_restJson1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
export declare const serializeAws_restJson1DescribeInputCommand: (input: DescribeInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
export declare const serializeAws_restJson1DescribeInputDeviceCommand: (input: DescribeInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
85
|
+
export declare const serializeAws_restJson1DescribeInputDeviceThumbnailCommand: (input: DescribeInputDeviceThumbnailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_restJson1DescribeInputSecurityGroupCommand: (input: DescribeInputSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
export declare const serializeAws_restJson1DescribeMultiplexCommand: (input: DescribeMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
export declare const serializeAws_restJson1DescribeMultiplexProgramCommand: (input: DescribeMultiplexProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
89
|
+
export declare const serializeAws_restJson1DescribeOfferingCommand: (input: DescribeOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_restJson1DescribeReservationCommand: (input: DescribeReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
export declare const serializeAws_restJson1DescribeScheduleCommand: (input: DescribeScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
93
|
+
export declare const serializeAws_restJson1ListInputDevicesCommand: (input: ListInputDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_restJson1ListInputDeviceTransfersCommand: (input: ListInputDeviceTransfersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
export declare const serializeAws_restJson1ListInputsCommand: (input: ListInputsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
export declare const serializeAws_restJson1ListInputSecurityGroupsCommand: (input: ListInputSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
97
|
+
export declare const serializeAws_restJson1ListMultiplexesCommand: (input: ListMultiplexesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_restJson1ListMultiplexProgramsCommand: (input: ListMultiplexProgramsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
export declare const serializeAws_restJson1ListOfferingsCommand: (input: ListOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
export declare const serializeAws_restJson1ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_restJson1PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
export declare const serializeAws_restJson1RejectInputDeviceTransferCommand: (input: RejectInputDeviceTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
export declare const serializeAws_restJson1StartChannelCommand: (input: StartChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
export declare const serializeAws_restJson1StartMultiplexCommand: (input: StartMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_restJson1StopChannelCommand: (input: StopChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
export declare const serializeAws_restJson1StopMultiplexCommand: (input: StopMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
export declare const serializeAws_restJson1TransferInputDeviceCommand: (input: TransferInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const serializeAws_restJson1UpdateChannelClassCommand: (input: UpdateChannelClassCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
export declare const serializeAws_restJson1UpdateInputCommand: (input: UpdateInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
export declare const serializeAws_restJson1UpdateInputDeviceCommand: (input: UpdateInputDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
export declare const serializeAws_restJson1UpdateInputSecurityGroupCommand: (input: UpdateInputSecurityGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
export declare const serializeAws_restJson1UpdateMultiplexCommand: (input: UpdateMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
export declare const serializeAws_restJson1UpdateMultiplexProgramCommand: (input: UpdateMultiplexProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
export declare const serializeAws_restJson1UpdateReservationCommand: (input: UpdateReservationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
117
|
+
export declare const deserializeAws_restJson1AcceptInputDeviceTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInputDeviceTransferCommandOutput>;
|
|
118
|
+
export declare const deserializeAws_restJson1BatchDeleteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteCommandOutput>;
|
|
119
|
+
export declare const deserializeAws_restJson1BatchStartCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStartCommandOutput>;
|
|
120
|
+
export declare const deserializeAws_restJson1BatchStopCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchStopCommandOutput>;
|
|
121
|
+
export declare const deserializeAws_restJson1BatchUpdateScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateScheduleCommandOutput>;
|
|
122
|
+
export declare const deserializeAws_restJson1CancelInputDeviceTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelInputDeviceTransferCommandOutput>;
|
|
123
|
+
export declare const deserializeAws_restJson1ClaimDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ClaimDeviceCommandOutput>;
|
|
124
|
+
export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
|
|
125
|
+
export declare const deserializeAws_restJson1CreateInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInputCommandOutput>;
|
|
126
|
+
export declare const deserializeAws_restJson1CreateInputSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInputSecurityGroupCommandOutput>;
|
|
127
|
+
export declare const deserializeAws_restJson1CreateMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultiplexCommandOutput>;
|
|
128
|
+
export declare const deserializeAws_restJson1CreateMultiplexProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMultiplexProgramCommandOutput>;
|
|
129
|
+
export declare const deserializeAws_restJson1CreatePartnerInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartnerInputCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_restJson1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
|
|
131
|
+
export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
|
|
132
|
+
export declare const deserializeAws_restJson1DeleteInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInputCommandOutput>;
|
|
133
|
+
export declare const deserializeAws_restJson1DeleteInputSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInputSecurityGroupCommandOutput>;
|
|
134
|
+
export declare const deserializeAws_restJson1DeleteMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMultiplexCommandOutput>;
|
|
135
|
+
export declare const deserializeAws_restJson1DeleteMultiplexProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMultiplexProgramCommandOutput>;
|
|
136
|
+
export declare const deserializeAws_restJson1DeleteReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReservationCommandOutput>;
|
|
137
|
+
export declare const deserializeAws_restJson1DeleteScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduleCommandOutput>;
|
|
138
|
+
export declare const deserializeAws_restJson1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
139
|
+
export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
|
|
140
|
+
export declare const deserializeAws_restJson1DescribeInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputCommandOutput>;
|
|
141
|
+
export declare const deserializeAws_restJson1DescribeInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputDeviceCommandOutput>;
|
|
142
|
+
export declare const deserializeAws_restJson1DescribeInputDeviceThumbnailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputDeviceThumbnailCommandOutput>;
|
|
143
|
+
export declare const deserializeAws_restJson1DescribeInputSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInputSecurityGroupCommandOutput>;
|
|
144
|
+
export declare const deserializeAws_restJson1DescribeMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiplexCommandOutput>;
|
|
145
|
+
export declare const deserializeAws_restJson1DescribeMultiplexProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMultiplexProgramCommandOutput>;
|
|
146
|
+
export declare const deserializeAws_restJson1DescribeOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOfferingCommandOutput>;
|
|
147
|
+
export declare const deserializeAws_restJson1DescribeReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReservationCommandOutput>;
|
|
148
|
+
export declare const deserializeAws_restJson1DescribeScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeScheduleCommandOutput>;
|
|
149
|
+
export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
|
|
150
|
+
export declare const deserializeAws_restJson1ListInputDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputDevicesCommandOutput>;
|
|
151
|
+
export declare const deserializeAws_restJson1ListInputDeviceTransfersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputDeviceTransfersCommandOutput>;
|
|
152
|
+
export declare const deserializeAws_restJson1ListInputsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputsCommandOutput>;
|
|
153
|
+
export declare const deserializeAws_restJson1ListInputSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInputSecurityGroupsCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_restJson1ListMultiplexesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultiplexesCommandOutput>;
|
|
155
|
+
export declare const deserializeAws_restJson1ListMultiplexProgramsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMultiplexProgramsCommandOutput>;
|
|
156
|
+
export declare const deserializeAws_restJson1ListOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingsCommandOutput>;
|
|
157
|
+
export declare const deserializeAws_restJson1ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
|
|
158
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
159
|
+
export declare const deserializeAws_restJson1PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
|
|
160
|
+
export declare const deserializeAws_restJson1RejectInputDeviceTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInputDeviceTransferCommandOutput>;
|
|
161
|
+
export declare const deserializeAws_restJson1StartChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChannelCommandOutput>;
|
|
162
|
+
export declare const deserializeAws_restJson1StartMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMultiplexCommandOutput>;
|
|
163
|
+
export declare const deserializeAws_restJson1StopChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopChannelCommandOutput>;
|
|
164
|
+
export declare const deserializeAws_restJson1StopMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMultiplexCommandOutput>;
|
|
165
|
+
export declare const deserializeAws_restJson1TransferInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TransferInputDeviceCommandOutput>;
|
|
166
|
+
export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
|
|
167
|
+
export declare const deserializeAws_restJson1UpdateChannelClassCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelClassCommandOutput>;
|
|
168
|
+
export declare const deserializeAws_restJson1UpdateInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInputCommandOutput>;
|
|
169
|
+
export declare const deserializeAws_restJson1UpdateInputDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInputDeviceCommandOutput>;
|
|
170
|
+
export declare const deserializeAws_restJson1UpdateInputSecurityGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInputSecurityGroupCommandOutput>;
|
|
171
|
+
export declare const deserializeAws_restJson1UpdateMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMultiplexCommandOutput>;
|
|
172
|
+
export declare const deserializeAws_restJson1UpdateMultiplexProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMultiplexProgramCommandOutput>;
|
|
173
|
+
export declare const deserializeAws_restJson1UpdateReservationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateReservationCommandOutput>;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { MediaLiveClientConfig } from "./MediaLiveClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { MediaLiveClientConfig } from "./MediaLiveClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
+
apiVersion: string;
|
|
23
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
+
disableHostPrefix: boolean;
|
|
25
|
+
logger: import("@aws-sdk/types").Logger;
|
|
26
|
+
serviceId: string;
|
|
27
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
+
tls?: boolean | undefined;
|
|
30
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
+
signingEscapePath?: boolean | undefined;
|
|
34
|
+
systemClockOffset?: number | undefined;
|
|
35
|
+
signingRegion?: string | undefined;
|
|
36
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { MediaLiveClientConfig } from "./MediaLiveClient";
|
|
2
|
+
|
|
3
|
+
export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
4
|
+
runtime: string;
|
|
5
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
+
apiVersion: string;
|
|
8
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
disableHostPrefix: boolean;
|
|
16
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
+
logger: import("@aws-sdk/types").Logger;
|
|
19
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
+
import { MediaLiveClientConfig } from "./MediaLiveClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: MediaLiveClientConfig) => {
|
|
5
|
+
apiVersion: string;
|
|
6
|
+
disableHostPrefix: boolean;
|
|
7
|
+
logger: __Logger;
|
|
8
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
+
serviceId: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from "./waitForChannelCreated";
|
|
2
|
+
export * from "./waitForChannelDeleted";
|
|
3
|
+
export * from "./waitForChannelRunning";
|
|
4
|
+
export * from "./waitForChannelStopped";
|
|
5
|
+
export * from "./waitForInputAttached";
|
|
6
|
+
export * from "./waitForInputDeleted";
|
|
7
|
+
export * from "./waitForInputDetached";
|
|
8
|
+
export * from "./waitForMultiplexCreated";
|
|
9
|
+
export * from "./waitForMultiplexDeleted";
|
|
10
|
+
export * from "./waitForMultiplexRunning";
|
|
11
|
+
export * from "./waitForMultiplexStopped";
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForChannelCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilChannelCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForChannelDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilChannelDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForChannelRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilChannelRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeChannelCommandInput } from "../commands/DescribeChannelCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForChannelStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilChannelStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeChannelCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForInputAttached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilInputAttached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForInputDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilInputDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeInputCommandInput } from "../commands/DescribeInputCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForInputDetached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilInputDetached: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeInputCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForMultiplexCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilMultiplexCreated: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForMultiplexDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilMultiplexDeleted: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForMultiplexRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilMultiplexRunning: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
|
|
2
|
+
import { DescribeMultiplexCommandInput } from "../commands/DescribeMultiplexCommand";
|
|
3
|
+
import { MediaLiveClient } from "../MediaLiveClient";
|
|
4
|
+
|
|
5
|
+
export declare const waitForMultiplexStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult>;
|
|
6
|
+
|
|
7
|
+
export declare const waitUntilMultiplexStopped: (params: WaiterConfiguration<MediaLiveClient>, input: DescribeMultiplexCommandInput) => Promise<WaiterResult>;
|