@aws-sdk/client-medialive 3.1019.0 → 3.1020.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-es/MediaLive.js +14 -14
- package/dist-es/waiters/waitForChannelCreated.js +1 -1
- package/dist-es/waiters/waitForChannelDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupAssigned.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupDeleted.js +1 -1
- package/dist-es/waiters/waitForChannelPlacementGroupUnassigned.js +1 -1
- package/dist-es/waiters/waitForChannelRunning.js +1 -1
- package/dist-es/waiters/waitForChannelStopped.js +1 -1
- package/dist-es/waiters/waitForClusterCreated.js +1 -1
- package/dist-es/waiters/waitForClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForInputAttached.js +1 -1
- package/dist-es/waiters/waitForInputDeleted.js +1 -1
- package/dist-es/waiters/waitForInputDetached.js +1 -1
- package/dist-es/waiters/waitForMultiplexCreated.js +1 -1
- package/dist-es/waiters/waitForMultiplexDeleted.js +1 -1
- package/dist-es/waiters/waitForMultiplexRunning.js +1 -1
- package/dist-es/waiters/waitForMultiplexStopped.js +1 -1
- package/dist-es/waiters/waitForNodeDeregistered.js +1 -1
- package/dist-es/waiters/waitForNodeRegistered.js +1 -1
- package/dist-es/waiters/waitForSignalMapCreated.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +1 -1
- package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +1 -1
- package/dist-es/waiters/waitForSignalMapUpdated.js +1 -1
- package/dist-types/MediaLive.d.ts +123 -123
- package/dist-types/MediaLiveClient.d.ts +126 -126
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +3 -3
- package/dist-types/pagination/DescribeSchedulePaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelPlacementGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInputsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultiplexesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReservationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSdiSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSignalMapsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/MediaLiveClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +20 -20
- package/dist-types/waiters/waitForChannelCreated.d.ts +3 -3
- package/dist-types/waiters/waitForChannelDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupAssigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForChannelPlacementGroupUnassigned.d.ts +3 -3
- package/dist-types/waiters/waitForChannelRunning.d.ts +3 -3
- package/dist-types/waiters/waitForChannelStopped.d.ts +3 -3
- package/dist-types/waiters/waitForClusterCreated.d.ts +3 -3
- package/dist-types/waiters/waitForClusterDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputAttached.d.ts +3 -3
- package/dist-types/waiters/waitForInputDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForInputDetached.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexCreated.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexRunning.d.ts +3 -3
- package/dist-types/waiters/waitForMultiplexStopped.d.ts +3 -3
- package/dist-types/waiters/waitForNodeDeregistered.d.ts +3 -3
- package/dist-types/waiters/waitForNodeRegistered.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapCreated.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +3 -3
- package/dist-types/waiters/waitForSignalMapUpdated.d.ts +3 -3
- package/package.json +15 -15
|
@@ -5,132 +5,132 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
|
|
11
|
-
import { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
|
|
12
|
-
import { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
|
|
13
|
-
import { BatchStopCommandInput, BatchStopCommandOutput } from "./commands/BatchStopCommand";
|
|
14
|
-
import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
|
|
15
|
-
import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
|
|
16
|
-
import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
|
|
17
|
-
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
|
|
18
|
-
import { CreateChannelPlacementGroupCommandInput, CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
|
|
19
|
-
import { CreateCloudWatchAlarmTemplateCommandInput, CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
|
|
20
|
-
import { CreateCloudWatchAlarmTemplateGroupCommandInput, CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
|
|
21
|
-
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
22
|
-
import { CreateEventBridgeRuleTemplateCommandInput, CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
|
|
23
|
-
import { CreateEventBridgeRuleTemplateGroupCommandInput, CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
|
|
24
|
-
import { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
|
|
25
|
-
import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
|
|
26
|
-
import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
|
|
27
|
-
import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
|
|
28
|
-
import { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
|
|
29
|
-
import { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
|
|
30
|
-
import { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
|
|
31
|
-
import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
|
|
32
|
-
import { CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
|
|
33
|
-
import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
|
|
34
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
35
|
-
import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
|
|
36
|
-
import { DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
|
|
37
|
-
import { DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
|
|
38
|
-
import { DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
|
|
39
|
-
import { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
40
|
-
import { DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
|
|
41
|
-
import { DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
|
|
42
|
-
import { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
|
|
43
|
-
import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
|
|
44
|
-
import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
|
|
45
|
-
import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
|
|
46
|
-
import { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
|
|
47
|
-
import { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
|
|
48
|
-
import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
|
|
49
|
-
import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
|
|
50
|
-
import { DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
|
|
51
|
-
import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
|
|
52
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
53
|
-
import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
|
|
54
|
-
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
|
|
55
|
-
import { DescribeChannelPlacementGroupCommandInput, DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
|
|
56
|
-
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
57
|
-
import { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
|
|
58
|
-
import { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
|
|
59
|
-
import { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
|
|
60
|
-
import { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
|
|
61
|
-
import { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
|
|
62
|
-
import { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
|
|
63
|
-
import { DescribeNetworkCommandInput, DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
|
|
64
|
-
import { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
|
|
65
|
-
import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
|
|
66
|
-
import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
|
|
67
|
-
import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
|
|
68
|
-
import { DescribeSdiSourceCommandInput, DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
|
|
69
|
-
import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
|
|
70
|
-
import { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
|
|
71
|
-
import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
|
|
72
|
-
import { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
|
|
73
|
-
import { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
|
|
74
|
-
import { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
|
|
75
|
-
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
|
|
76
|
-
import { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
|
|
77
|
-
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
|
|
78
|
-
import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
79
|
-
import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
|
|
80
|
-
import { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "./commands/ListClusterAlertsCommand";
|
|
81
|
-
import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
82
|
-
import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
|
|
83
|
-
import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
|
|
84
|
-
import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
|
|
85
|
-
import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
|
|
86
|
-
import { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
|
|
87
|
-
import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
|
|
88
|
-
import { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "./commands/ListMultiplexAlertsCommand";
|
|
89
|
-
import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
|
|
90
|
-
import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
|
|
91
|
-
import { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
|
|
92
|
-
import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
93
|
-
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
|
|
94
|
-
import { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
|
|
95
|
-
import { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
|
|
96
|
-
import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
|
|
97
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
98
|
-
import { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
|
|
99
|
-
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
100
|
-
import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
|
|
101
|
-
import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
|
|
102
|
-
import { RestartChannelPipelinesCommandInput, RestartChannelPipelinesCommandOutput } from "./commands/RestartChannelPipelinesCommand";
|
|
103
|
-
import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
|
|
104
|
-
import { StartDeleteMonitorDeploymentCommandInput, StartDeleteMonitorDeploymentCommandOutput } from "./commands/StartDeleteMonitorDeploymentCommand";
|
|
105
|
-
import { StartInputDeviceCommandInput, StartInputDeviceCommandOutput } from "./commands/StartInputDeviceCommand";
|
|
106
|
-
import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
|
|
107
|
-
import { StartMonitorDeploymentCommandInput, StartMonitorDeploymentCommandOutput } from "./commands/StartMonitorDeploymentCommand";
|
|
108
|
-
import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
|
|
109
|
-
import { StartUpdateSignalMapCommandInput, StartUpdateSignalMapCommandOutput } from "./commands/StartUpdateSignalMapCommand";
|
|
110
|
-
import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
|
|
111
|
-
import { StopInputDeviceCommandInput, StopInputDeviceCommandOutput } from "./commands/StopInputDeviceCommand";
|
|
112
|
-
import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
|
|
113
|
-
import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
|
|
114
|
-
import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
|
|
115
|
-
import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
|
|
116
|
-
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
117
|
-
import { UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
|
|
118
|
-
import { UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
|
|
119
|
-
import { UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
|
|
120
|
-
import { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
|
|
121
|
-
import { UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
|
|
122
|
-
import { UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
|
|
123
|
-
import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
|
|
124
|
-
import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
|
|
125
|
-
import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
|
|
126
|
-
import { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
|
|
127
|
-
import { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
|
|
128
|
-
import { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
|
|
129
|
-
import { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
|
|
130
|
-
import { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
|
|
131
|
-
import { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
|
|
132
|
-
import { UpdateSdiSourceCommandInput, UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
|
|
133
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AcceptInputDeviceTransferCommandInput, AcceptInputDeviceTransferCommandOutput } from "./commands/AcceptInputDeviceTransferCommand";
|
|
11
|
+
import type { BatchDeleteCommandInput, BatchDeleteCommandOutput } from "./commands/BatchDeleteCommand";
|
|
12
|
+
import type { BatchStartCommandInput, BatchStartCommandOutput } from "./commands/BatchStartCommand";
|
|
13
|
+
import type { BatchStopCommandInput, BatchStopCommandOutput } from "./commands/BatchStopCommand";
|
|
14
|
+
import type { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } from "./commands/BatchUpdateScheduleCommand";
|
|
15
|
+
import type { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "./commands/CancelInputDeviceTransferCommand";
|
|
16
|
+
import type { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "./commands/ClaimDeviceCommand";
|
|
17
|
+
import type { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
|
|
18
|
+
import type { CreateChannelPlacementGroupCommandInput, CreateChannelPlacementGroupCommandOutput } from "./commands/CreateChannelPlacementGroupCommand";
|
|
19
|
+
import type { CreateCloudWatchAlarmTemplateCommandInput, CreateCloudWatchAlarmTemplateCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateCommand";
|
|
20
|
+
import type { CreateCloudWatchAlarmTemplateGroupCommandInput, CreateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
|
|
21
|
+
import type { CreateClusterCommandInput, CreateClusterCommandOutput } from "./commands/CreateClusterCommand";
|
|
22
|
+
import type { CreateEventBridgeRuleTemplateCommandInput, CreateEventBridgeRuleTemplateCommandOutput } from "./commands/CreateEventBridgeRuleTemplateCommand";
|
|
23
|
+
import type { CreateEventBridgeRuleTemplateGroupCommandInput, CreateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
|
|
24
|
+
import type { CreateInputCommandInput, CreateInputCommandOutput } from "./commands/CreateInputCommand";
|
|
25
|
+
import type { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "./commands/CreateInputSecurityGroupCommand";
|
|
26
|
+
import type { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "./commands/CreateMultiplexCommand";
|
|
27
|
+
import type { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "./commands/CreateMultiplexProgramCommand";
|
|
28
|
+
import type { CreateNetworkCommandInput, CreateNetworkCommandOutput } from "./commands/CreateNetworkCommand";
|
|
29
|
+
import type { CreateNodeCommandInput, CreateNodeCommandOutput } from "./commands/CreateNodeCommand";
|
|
30
|
+
import type { CreateNodeRegistrationScriptCommandInput, CreateNodeRegistrationScriptCommandOutput } from "./commands/CreateNodeRegistrationScriptCommand";
|
|
31
|
+
import type { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "./commands/CreatePartnerInputCommand";
|
|
32
|
+
import type { CreateSdiSourceCommandInput, CreateSdiSourceCommandOutput } from "./commands/CreateSdiSourceCommand";
|
|
33
|
+
import type { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "./commands/CreateSignalMapCommand";
|
|
34
|
+
import type { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
|
|
35
|
+
import type { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
|
|
36
|
+
import type { DeleteChannelPlacementGroupCommandInput, DeleteChannelPlacementGroupCommandOutput } from "./commands/DeleteChannelPlacementGroupCommand";
|
|
37
|
+
import type { DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
|
|
38
|
+
import type { DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
|
|
39
|
+
import type { DeleteClusterCommandInput, DeleteClusterCommandOutput } from "./commands/DeleteClusterCommand";
|
|
40
|
+
import type { DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateCommand";
|
|
41
|
+
import type { DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
|
|
42
|
+
import type { DeleteInputCommandInput, DeleteInputCommandOutput } from "./commands/DeleteInputCommand";
|
|
43
|
+
import type { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "./commands/DeleteInputSecurityGroupCommand";
|
|
44
|
+
import type { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "./commands/DeleteMultiplexCommand";
|
|
45
|
+
import type { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "./commands/DeleteMultiplexProgramCommand";
|
|
46
|
+
import type { DeleteNetworkCommandInput, DeleteNetworkCommandOutput } from "./commands/DeleteNetworkCommand";
|
|
47
|
+
import type { DeleteNodeCommandInput, DeleteNodeCommandOutput } from "./commands/DeleteNodeCommand";
|
|
48
|
+
import type { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "./commands/DeleteReservationCommand";
|
|
49
|
+
import type { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "./commands/DeleteScheduleCommand";
|
|
50
|
+
import type { DeleteSdiSourceCommandInput, DeleteSdiSourceCommandOutput } from "./commands/DeleteSdiSourceCommand";
|
|
51
|
+
import type { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "./commands/DeleteSignalMapCommand";
|
|
52
|
+
import type { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
|
|
53
|
+
import type { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "./commands/DescribeAccountConfigurationCommand";
|
|
54
|
+
import type { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
|
|
55
|
+
import type { DescribeChannelPlacementGroupCommandInput, DescribeChannelPlacementGroupCommandOutput } from "./commands/DescribeChannelPlacementGroupCommand";
|
|
56
|
+
import type { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
57
|
+
import type { DescribeInputCommandInput, DescribeInputCommandOutput } from "./commands/DescribeInputCommand";
|
|
58
|
+
import type { DescribeInputDeviceCommandInput, DescribeInputDeviceCommandOutput } from "./commands/DescribeInputDeviceCommand";
|
|
59
|
+
import type { DescribeInputDeviceThumbnailCommandInput, DescribeInputDeviceThumbnailCommandOutput } from "./commands/DescribeInputDeviceThumbnailCommand";
|
|
60
|
+
import type { DescribeInputSecurityGroupCommandInput, DescribeInputSecurityGroupCommandOutput } from "./commands/DescribeInputSecurityGroupCommand";
|
|
61
|
+
import type { DescribeMultiplexCommandInput, DescribeMultiplexCommandOutput } from "./commands/DescribeMultiplexCommand";
|
|
62
|
+
import type { DescribeMultiplexProgramCommandInput, DescribeMultiplexProgramCommandOutput } from "./commands/DescribeMultiplexProgramCommand";
|
|
63
|
+
import type { DescribeNetworkCommandInput, DescribeNetworkCommandOutput } from "./commands/DescribeNetworkCommand";
|
|
64
|
+
import type { DescribeNodeCommandInput, DescribeNodeCommandOutput } from "./commands/DescribeNodeCommand";
|
|
65
|
+
import type { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "./commands/DescribeOfferingCommand";
|
|
66
|
+
import type { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "./commands/DescribeReservationCommand";
|
|
67
|
+
import type { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "./commands/DescribeScheduleCommand";
|
|
68
|
+
import type { DescribeSdiSourceCommandInput, DescribeSdiSourceCommandOutput } from "./commands/DescribeSdiSourceCommand";
|
|
69
|
+
import type { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "./commands/DescribeThumbnailsCommand";
|
|
70
|
+
import type { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "./commands/GetCloudWatchAlarmTemplateCommand";
|
|
71
|
+
import type { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
|
|
72
|
+
import type { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "./commands/GetEventBridgeRuleTemplateCommand";
|
|
73
|
+
import type { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
|
|
74
|
+
import type { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "./commands/GetSignalMapCommand";
|
|
75
|
+
import type { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
|
|
76
|
+
import type { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "./commands/ListChannelPlacementGroupsCommand";
|
|
77
|
+
import type { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
|
|
78
|
+
import type { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
79
|
+
import type { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "./commands/ListCloudWatchAlarmTemplatesCommand";
|
|
80
|
+
import type { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "./commands/ListClusterAlertsCommand";
|
|
81
|
+
import type { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
82
|
+
import type { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
|
|
83
|
+
import type { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "./commands/ListEventBridgeRuleTemplatesCommand";
|
|
84
|
+
import type { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "./commands/ListInputDevicesCommand";
|
|
85
|
+
import type { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "./commands/ListInputDeviceTransfersCommand";
|
|
86
|
+
import type { ListInputsCommandInput, ListInputsCommandOutput } from "./commands/ListInputsCommand";
|
|
87
|
+
import type { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "./commands/ListInputSecurityGroupsCommand";
|
|
88
|
+
import type { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "./commands/ListMultiplexAlertsCommand";
|
|
89
|
+
import type { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "./commands/ListMultiplexesCommand";
|
|
90
|
+
import type { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "./commands/ListMultiplexProgramsCommand";
|
|
91
|
+
import type { ListNetworksCommandInput, ListNetworksCommandOutput } from "./commands/ListNetworksCommand";
|
|
92
|
+
import type { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
|
|
93
|
+
import type { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
|
|
94
|
+
import type { ListReservationsCommandInput, ListReservationsCommandOutput } from "./commands/ListReservationsCommand";
|
|
95
|
+
import type { ListSdiSourcesCommandInput, ListSdiSourcesCommandOutput } from "./commands/ListSdiSourcesCommand";
|
|
96
|
+
import type { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "./commands/ListSignalMapsCommand";
|
|
97
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
98
|
+
import type { ListVersionsCommandInput, ListVersionsCommandOutput } from "./commands/ListVersionsCommand";
|
|
99
|
+
import type { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
100
|
+
import type { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "./commands/RebootInputDeviceCommand";
|
|
101
|
+
import type { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "./commands/RejectInputDeviceTransferCommand";
|
|
102
|
+
import type { RestartChannelPipelinesCommandInput, RestartChannelPipelinesCommandOutput } from "./commands/RestartChannelPipelinesCommand";
|
|
103
|
+
import type { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
|
|
104
|
+
import type { StartDeleteMonitorDeploymentCommandInput, StartDeleteMonitorDeploymentCommandOutput } from "./commands/StartDeleteMonitorDeploymentCommand";
|
|
105
|
+
import type { StartInputDeviceCommandInput, StartInputDeviceCommandOutput } from "./commands/StartInputDeviceCommand";
|
|
106
|
+
import type { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "./commands/StartInputDeviceMaintenanceWindowCommand";
|
|
107
|
+
import type { StartMonitorDeploymentCommandInput, StartMonitorDeploymentCommandOutput } from "./commands/StartMonitorDeploymentCommand";
|
|
108
|
+
import type { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "./commands/StartMultiplexCommand";
|
|
109
|
+
import type { StartUpdateSignalMapCommandInput, StartUpdateSignalMapCommandOutput } from "./commands/StartUpdateSignalMapCommand";
|
|
110
|
+
import type { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
|
|
111
|
+
import type { StopInputDeviceCommandInput, StopInputDeviceCommandOutput } from "./commands/StopInputDeviceCommand";
|
|
112
|
+
import type { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "./commands/StopMultiplexCommand";
|
|
113
|
+
import type { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } from "./commands/TransferInputDeviceCommand";
|
|
114
|
+
import type { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "./commands/UpdateAccountConfigurationCommand";
|
|
115
|
+
import type { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "./commands/UpdateChannelClassCommand";
|
|
116
|
+
import type { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
117
|
+
import type { UpdateChannelPlacementGroupCommandInput, UpdateChannelPlacementGroupCommandOutput } from "./commands/UpdateChannelPlacementGroupCommand";
|
|
118
|
+
import type { UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
|
|
119
|
+
import type { UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
|
|
120
|
+
import type { UpdateClusterCommandInput, UpdateClusterCommandOutput } from "./commands/UpdateClusterCommand";
|
|
121
|
+
import type { UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateCommand";
|
|
122
|
+
import type { UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
|
|
123
|
+
import type { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
|
|
124
|
+
import type { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "./commands/UpdateInputDeviceCommand";
|
|
125
|
+
import type { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "./commands/UpdateInputSecurityGroupCommand";
|
|
126
|
+
import type { UpdateMultiplexCommandInput, UpdateMultiplexCommandOutput } from "./commands/UpdateMultiplexCommand";
|
|
127
|
+
import type { UpdateMultiplexProgramCommandInput, UpdateMultiplexProgramCommandOutput } from "./commands/UpdateMultiplexProgramCommand";
|
|
128
|
+
import type { UpdateNetworkCommandInput, UpdateNetworkCommandOutput } from "./commands/UpdateNetworkCommand";
|
|
129
|
+
import type { UpdateNodeCommandInput, UpdateNodeCommandOutput } from "./commands/UpdateNodeCommand";
|
|
130
|
+
import type { UpdateNodeStateCommandInput, UpdateNodeStateCommandOutput } from "./commands/UpdateNodeStateCommand";
|
|
131
|
+
import type { UpdateReservationCommandInput, UpdateReservationCommandOutput } from "./commands/UpdateReservationCommand";
|
|
132
|
+
import type { UpdateSdiSourceCommandInput, UpdateSdiSourceCommandOutput } from "./commands/UpdateSdiSourceCommand";
|
|
133
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
134
134
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
135
135
|
export { __Client };
|
|
136
136
|
/**
|
|
@@ -239,7 +239,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
239
239
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
240
240
|
* @internal
|
|
241
241
|
*/
|
|
242
|
-
defaultUserAgentProvider?:
|
|
242
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
243
243
|
/**
|
|
244
244
|
* Default credentials provider; Not available in browser runtime.
|
|
245
245
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { MediaLiveHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer, StreamingBlobPayloadOutputTypes } from "@smithy/types";
|
|
3
3
|
import type { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import {
|
|
4
|
+
import type { DescribeInputDeviceThumbnailRequest, DescribeInputDeviceThumbnailResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export * from "./MediaLiveClient";
|
|
7
7
|
export * from "./MediaLive";
|
|
8
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
8
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { MediaLiveExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
3
|
-
import { ValidationError } from "./models_0";
|
|
3
|
+
import type { ValidationError } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* Placeholder documentation for BadGatewayException
|
|
6
6
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AacCodingMode, AacInputType, AacProfile, AacRateControlMode, AacRawFormat, AacSpec, AacVbrQuality, Ac3AttenuationControl, Ac3BitstreamMode, Ac3CodingMode, Ac3DrcProfile, Ac3LfeFilter, Ac3MetadataControl, AccessibilityType, AfdSignaling, Algorithm, AudioDescriptionAudioTypeControl, AudioDescriptionLanguageCodeControl, AudioLanguageSelectionPolicy, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioOnlyHlsSegmentType, AudioOnlyHlsTrackType, AudioType, AuthenticationScheme, Av1BitDepth, Av1GopSizeUnits, Av1Level, Av1LookAheadRateControl, Av1RateControlMode, Av1SceneChangeDetect, Av1SpatialAq, Av1TemporalAq, Av1TimecodeInsertionBehavior, AvailBlankingState, BandwidthReductionFilterStrength, BandwidthReductionPostFilterSharpening, BurnInAlignment, BurnInBackgroundColor, BurnInDestinationSubtitleRows, BurnInFontColor, BurnInOutlineColor, BurnInShadowColor, BurnInTeletextGridControl, CdiInputResolution, ChannelAlertState, ChannelClass, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterAlertState, ClusterState, ClusterType, CmafId3Behavior, CmafIngestSegmentLengthUnits, CmafKLVBehavior, CmafNielsenId3Behavior, CmafTimedMetadataId3Frame, CmafTimedMetadataPassthrough, ColorSpace, ConnectionMode, DashRoleAudio, DashRoleCaption, DeviceSettingsSyncState, DeviceUpdateStatus, DolbyEProgramSelection, DvbDashAccessibility, DvbSdtOutputSdt, DvbSubDestinationAlignment, DvbSubDestinationBackgroundColor, DvbSubDestinationFontColor, DvbSubDestinationOutlineColor, DvbSubDestinationShadowColor, DvbSubDestinationSubtitleRows, DvbSubDestinationTeletextGridControl, DvbSubOcrLanguage, Eac3AtmosCodingMode, Eac3AtmosDrcLine, Eac3AtmosDrcRf, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DrcLine, Eac3DrcRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, EbuTtDDestinationStyleControl, EbuTtDFillLineGapControl, EmbeddedConvert608To708, EmbeddedScte20Detection, EventBridgeRuleTemplateEventType, FecOutputIncludeFec, FixedAfd, Fmp4NielsenId3Behavior, Fmp4TimedMetadataBehavior, FollowPoint, FrameCaptureIntervalUnit, H264AdaptiveQuantization, H264ColorMetadata, H264EntropyEncoding, H264FlickerAq, H264ForceFieldPictures, H264FramerateControl, H264GopBReference, H264GopSizeUnits, H264Level, H264LookAheadRateControl, H264ParControl, H264Profile, H264QualityLevel, H264RateControlMode, H264ScanType, H264SceneChangeDetect, H264SpatialAq, H264SubGopLength, H264Syntax, H264TemporalAq, H264TimecodeInsertionBehavior, H265AdaptiveQuantization, H265AlternativeTransferFunction, H265ColorMetadata, H265Deblocking, H265FlickerAq, H265GopBReference, H265GopSizeUnits, H265Level, H265LookAheadRateControl, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265Profile, H265RateControlMode, H265ScanType, H265SceneChangeDetect, H265SubGopLength, H265Tier, H265TilePadding, H265TimecodeInsertionBehavior, H265TreeblockSize, HlsAdMarkers, HlsAkamaiHttpTransferMode, HlsAutoSelect, HlsCaptionLanguageSetting, HlsClientCache, HlsCodecSpecification, HlsDefault, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsH265PackagingType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMediaStoreStorageClass, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsScte35SourceType, HlsSegmentationMode, HlsStreamInfResolution, HlsTimedMetadataId3Frame, HlsTsFileMode, HlsWebdavHttpTransferMode, IFrameOnlyPlaylistType, IncludeFillerNalUnits, InputClass, InputCodec, InputDeblockFilter, InputDenoiseFilter, InputDeviceActiveInput, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairProfile, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceIpScheme, InputDeviceOutputType, InputDeviceScanType, InputDeviceState, InputDeviceTransferType, InputDeviceType, InputDeviceUhdAudioChannelPairProfile, InputFilter, InputLossActionForHlsOut, InputLossActionForMsSmoothOut, InputLossActionForRtmpOut, InputLossActionForUdpOut, InputMaximumBitrate, InputNetworkLocation, InputPreference, InputResolution, InputSecurityGroupState, InputSourceEndBehavior, InputSourceType, InputState, InputTimecodeSource, InputType, LastFrameClippingBehavior, LinkedChannelType, LogLevel, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, M2tsScte35Control, M2tsSegmentationMarkers, M2tsSegmentationStyle, M2tsTimedMetadataBehavior, M3u8KlvBehavior, M3u8NielsenId3Behavior, M3u8PcrControl, M3u8Scte35Behavior, M3u8TimedMetadataBehavior, MaintenanceDay, Mp2CodingMode, Mpeg2AdaptiveQuantization, Mpeg2ColorMetadata, Mpeg2ColorSpace, Mpeg2DisplayRatio, Mpeg2GopSizeUnits, Mpeg2ScanType, Mpeg2SubGopLength, Mpeg2TimecodeInsertionBehavior, MsSmoothH265PackagingType, MultiplexAlertState, MultiplexState, NetworkInputServerValidation, NetworkInterfaceMode, NetworkState, NielsenWatermarksCbetStepaside, NielsenWatermarksDistributionTypes, NielsenWatermarkTimezones, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineId, ReservationAutomaticRenewal, ReservationCodec, ReservationMaximumBitrate, ReservationMaximumFramerate, ReservationResolution, ReservationResourceType, ReservationSpecialFeature, ReservationState, ReservationVideoQuality, RouterEncryptionType, RtmpAdMarkers, RtmpCacheFullBehavior, RtmpCaptionData, RtmpOutputCertificateMode, S3CannedAcl, Scte20Convert608To708, Scte27OcrLanguage, Scte35AposNoRegionalBlackoutBehavior, Scte35AposWebDeliveryAllowedBehavior, Scte35ArchiveAllowedFlag, Scte35DeviceRestrictions, Scte35InputMode, Scte35NoRegionalBlackoutFlag, Scte35SegmentationCancelIndicator, Scte35SegmentationScope, Scte35SpliceInsertNoRegionalBlackoutBehavior, Scte35SpliceInsertWebDeliveryAllowedBehavior, Scte35Type, Scte35WebDeliveryAllowedFlag, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, SmoothGroupAudioOnlyTimecodeControl, SmoothGroupCertificateMode, SmoothGroupEventIdMode, SmoothGroupEventStopBehavior, SmoothGroupSegmentationMode, SmoothGroupSparseTrackType, SmoothGroupStreamManifestBehavior, SmoothGroupTimestampOffsetMode, Smpte2038DataPreference, SrtEncryptionType, TemporalFilterPostFilterSharpening, TemporalFilterStrength, ThumbnailType, TimecodeBurninFontSize, TimecodeBurninPosition, TtmlDestinationStyleControl, UdpTimedMetadataId3Frame, VideoDescriptionRespondToAfd, VideoDescriptionScalingBehavior, VideoSelectorColorSpace, VideoSelectorColorSpaceUsage, WavCodingMode, WebvttDestinationStyleControl } from "./enums";
|
|
1
|
+
import type { AacCodingMode, AacInputType, AacProfile, AacRateControlMode, AacRawFormat, AacSpec, AacVbrQuality, Ac3AttenuationControl, Ac3BitstreamMode, Ac3CodingMode, Ac3DrcProfile, Ac3LfeFilter, Ac3MetadataControl, AccessibilityType, AfdSignaling, Algorithm, AudioDescriptionAudioTypeControl, AudioDescriptionLanguageCodeControl, AudioLanguageSelectionPolicy, AudioNormalizationAlgorithm, AudioNormalizationAlgorithmControl, AudioOnlyHlsSegmentType, AudioOnlyHlsTrackType, AudioType, AuthenticationScheme, Av1BitDepth, Av1GopSizeUnits, Av1Level, Av1LookAheadRateControl, Av1RateControlMode, Av1SceneChangeDetect, Av1SpatialAq, Av1TemporalAq, Av1TimecodeInsertionBehavior, AvailBlankingState, BandwidthReductionFilterStrength, BandwidthReductionPostFilterSharpening, BurnInAlignment, BurnInBackgroundColor, BurnInDestinationSubtitleRows, BurnInFontColor, BurnInOutlineColor, BurnInShadowColor, BurnInTeletextGridControl, CdiInputResolution, ChannelAlertState, ChannelClass, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterAlertState, ClusterState, ClusterType, CmafId3Behavior, CmafIngestSegmentLengthUnits, CmafKLVBehavior, CmafNielsenId3Behavior, CmafTimedMetadataId3Frame, CmafTimedMetadataPassthrough, ColorSpace, ConnectionMode, DashRoleAudio, DashRoleCaption, DeviceSettingsSyncState, DeviceUpdateStatus, DolbyEProgramSelection, DvbDashAccessibility, DvbSdtOutputSdt, DvbSubDestinationAlignment, DvbSubDestinationBackgroundColor, DvbSubDestinationFontColor, DvbSubDestinationOutlineColor, DvbSubDestinationShadowColor, DvbSubDestinationSubtitleRows, DvbSubDestinationTeletextGridControl, DvbSubOcrLanguage, Eac3AtmosCodingMode, Eac3AtmosDrcLine, Eac3AtmosDrcRf, Eac3AttenuationControl, Eac3BitstreamMode, Eac3CodingMode, Eac3DcFilter, Eac3DrcLine, Eac3DrcRf, Eac3LfeControl, Eac3LfeFilter, Eac3MetadataControl, Eac3PassthroughControl, Eac3PhaseControl, Eac3StereoDownmix, Eac3SurroundExMode, Eac3SurroundMode, EbuTtDDestinationStyleControl, EbuTtDFillLineGapControl, EmbeddedConvert608To708, EmbeddedScte20Detection, EventBridgeRuleTemplateEventType, FecOutputIncludeFec, FixedAfd, Fmp4NielsenId3Behavior, Fmp4TimedMetadataBehavior, FollowPoint, FrameCaptureIntervalUnit, H264AdaptiveQuantization, H264ColorMetadata, H264EntropyEncoding, H264FlickerAq, H264ForceFieldPictures, H264FramerateControl, H264GopBReference, H264GopSizeUnits, H264Level, H264LookAheadRateControl, H264ParControl, H264Profile, H264QualityLevel, H264RateControlMode, H264ScanType, H264SceneChangeDetect, H264SpatialAq, H264SubGopLength, H264Syntax, H264TemporalAq, H264TimecodeInsertionBehavior, H265AdaptiveQuantization, H265AlternativeTransferFunction, H265ColorMetadata, H265Deblocking, H265FlickerAq, H265GopBReference, H265GopSizeUnits, H265Level, H265LookAheadRateControl, H265MvOverPictureBoundaries, H265MvTemporalPredictor, H265Profile, H265RateControlMode, H265ScanType, H265SceneChangeDetect, H265SubGopLength, H265Tier, H265TilePadding, H265TimecodeInsertionBehavior, H265TreeblockSize, HlsAdMarkers, HlsAkamaiHttpTransferMode, HlsAutoSelect, HlsCaptionLanguageSetting, HlsClientCache, HlsCodecSpecification, HlsDefault, HlsDirectoryStructure, HlsDiscontinuityTags, HlsEncryptionType, HlsH265PackagingType, HlsId3SegmentTaggingState, HlsIncompleteSegmentBehavior, HlsIvInManifest, HlsIvSource, HlsManifestCompression, HlsManifestDurationFormat, HlsMediaStoreStorageClass, HlsMode, HlsOutputSelection, HlsProgramDateTime, HlsProgramDateTimeClock, HlsRedundantManifest, HlsScte35SourceType, HlsSegmentationMode, HlsStreamInfResolution, HlsTimedMetadataId3Frame, HlsTsFileMode, HlsWebdavHttpTransferMode, IFrameOnlyPlaylistType, IncludeFillerNalUnits, InputClass, InputCodec, InputDeblockFilter, InputDenoiseFilter, InputDeviceActiveInput, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairProfile, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceIpScheme, InputDeviceOutputType, InputDeviceScanType, InputDeviceState, InputDeviceTransferType, InputDeviceType, InputDeviceUhdAudioChannelPairProfile, InputFilter, InputLossActionForHlsOut, InputLossActionForMsSmoothOut, InputLossActionForRtmpOut, InputLossActionForUdpOut, InputMaximumBitrate, InputNetworkLocation, InputPreference, InputResolution, InputSecurityGroupState, InputSourceEndBehavior, InputSourceType, InputState, InputTimecodeSource, InputType, LastFrameClippingBehavior, LinkedChannelType, LogLevel, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, M2tsScte35Control, M2tsSegmentationMarkers, M2tsSegmentationStyle, M2tsTimedMetadataBehavior, M3u8KlvBehavior, M3u8NielsenId3Behavior, M3u8PcrControl, M3u8Scte35Behavior, M3u8TimedMetadataBehavior, MaintenanceDay, Mp2CodingMode, Mpeg2AdaptiveQuantization, Mpeg2ColorMetadata, Mpeg2ColorSpace, Mpeg2DisplayRatio, Mpeg2GopSizeUnits, Mpeg2ScanType, Mpeg2SubGopLength, Mpeg2TimecodeInsertionBehavior, MsSmoothH265PackagingType, MultiplexAlertState, MultiplexState, NetworkInputServerValidation, NetworkInterfaceMode, NetworkState, NielsenWatermarksCbetStepaside, NielsenWatermarksDistributionTypes, NielsenWatermarkTimezones, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineId, ReservationAutomaticRenewal, ReservationCodec, ReservationMaximumBitrate, ReservationMaximumFramerate, ReservationResolution, ReservationResourceType, ReservationSpecialFeature, ReservationState, ReservationVideoQuality, RouterEncryptionType, RtmpAdMarkers, RtmpCacheFullBehavior, RtmpCaptionData, RtmpOutputCertificateMode, S3CannedAcl, Scte20Convert608To708, Scte27OcrLanguage, Scte35AposNoRegionalBlackoutBehavior, Scte35AposWebDeliveryAllowedBehavior, Scte35ArchiveAllowedFlag, Scte35DeviceRestrictions, Scte35InputMode, Scte35NoRegionalBlackoutFlag, Scte35SegmentationCancelIndicator, Scte35SegmentationScope, Scte35SpliceInsertNoRegionalBlackoutBehavior, Scte35SpliceInsertWebDeliveryAllowedBehavior, Scte35Type, Scte35WebDeliveryAllowedFlag, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, SmoothGroupAudioOnlyTimecodeControl, SmoothGroupCertificateMode, SmoothGroupEventIdMode, SmoothGroupEventStopBehavior, SmoothGroupSegmentationMode, SmoothGroupSparseTrackType, SmoothGroupStreamManifestBehavior, SmoothGroupTimestampOffsetMode, Smpte2038DataPreference, SrtEncryptionType, TemporalFilterPostFilterSharpening, TemporalFilterStrength, ThumbnailType, TimecodeBurninFontSize, TimecodeBurninPosition, TtmlDestinationStyleControl, UdpTimedMetadataId3Frame, VideoDescriptionRespondToAfd, VideoDescriptionScalingBehavior, VideoSelectorColorSpace, VideoSelectorColorSpaceUsage, WavCodingMode, WebvttDestinationStyleControl } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* Reference to an OutputDestination ID defined in the channel
|
|
4
4
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { StreamingBlobTypes } from "@smithy/types";
|
|
2
|
-
import { AcceptHeader, Algorithm, BlackoutSlateNetworkEndBlackout, BlackoutSlateState, ChannelClass, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterState, ClusterType, ContentType, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, FeatureActivationsInputPrepareScheduleActions, FeatureActivationsOutputStaticImageOverlayScheduleActions, GlobalConfigurationInputEndAction, GlobalConfigurationLowFramerateInputs, GlobalConfigurationOutputLockingMode, GlobalConfigurationOutputTimingSource, InputClass, InputDeviceCodec, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceOutputType, InputDeviceType, InputLossImageType, InputNetworkLocation, InputSecurityGroupState, InputSourceType, InputState, InputType, LinkedChannelType, LogLevel, MaintenanceDay, MotionGraphicsInsertion, MultiplexState, NetworkState, NielsenPcmToId3TaggingState, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineLockingMethod, PreferredChannelPipeline, RebootInputDeviceForce, ReservationState, RouterEncryptionType, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, ThumbnailState, TimecodeConfigSource, UpdateNodeStateShape } from "./enums";
|
|
3
|
-
import {
|
|
1
|
+
import type { StreamingBlobTypes } from "@smithy/types";
|
|
2
|
+
import type { AcceptHeader, Algorithm, BlackoutSlateNetworkEndBlackout, BlackoutSlateState, ChannelClass, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterState, ClusterType, ContentType, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, FeatureActivationsInputPrepareScheduleActions, FeatureActivationsOutputStaticImageOverlayScheduleActions, GlobalConfigurationInputEndAction, GlobalConfigurationLowFramerateInputs, GlobalConfigurationOutputLockingMode, GlobalConfigurationOutputTimingSource, InputClass, InputDeviceCodec, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceOutputType, InputDeviceType, InputLossImageType, InputNetworkLocation, InputSecurityGroupState, InputSourceType, InputState, InputType, LinkedChannelType, LogLevel, MaintenanceDay, MotionGraphicsInsertion, MultiplexState, NetworkState, NielsenPcmToId3TaggingState, NodeConnectionState, NodeRole, NodeState, OfferingDurationUnits, OfferingType, PipelineLockingMethod, PreferredChannelPipeline, RebootInputDeviceForce, ReservationState, RouterEncryptionType, SdiSourceMode, SdiSourceState, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, ThumbnailState, TimecodeConfigSource, UpdateNodeStateShape } from "./enums";
|
|
3
|
+
import type { AccountConfiguration, AnywhereSettings, AudioDescription, AvailBlanking, AvailConfiguration, BatchFailedResultModel, BatchScheduleActionCreateRequest, BatchScheduleActionCreateResult, BatchScheduleActionDeleteRequest, BatchScheduleActionDeleteResult, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelAlert, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelSummary, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateSummary, ClusterAlert, ClusterNetworkSettings, ColorCorrection, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeInferenceSettings, DescribeLinkedChannelSettings, DescribeNetworkSummary, DescribeNodeSummary, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputDestination, InputDestinationRequest, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceUhdSettings, InputLocation, InputSecurityGroup, InputSource, InputSourceRequest, InputSpecification, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexAlert, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexSummary, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, Offering, OutputDestination, OutputGroup, PipelineDetail, RenewalSettings, Reservation, ReservationResourceSpecification, Route, RouteCreateRequest, RouterDestinationSettings, RouterInputSettings, RouteUpdateRequest, ScheduleAction, SdiSourceMapping, SdiSourceSummary, SignalMapSummary, Smpte2110ReceiverGroupSettings, SrtCallerSourceRequest, SrtSettings, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription, VpcOutputSettingsDescription } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* A request to stop resources
|
|
6
6
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListChannelPlacementGroupsCommandInput, ListChannelPlacementGroupsCommandOutput } from "../commands/ListChannelPlacementGroupsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "../commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "../commands/ListCloudWatchAlarmTemplatesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "../commands/ListClusterAlertsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "../commands/ListEventBridgeRuleTemplateGroupsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "../commands/ListEventBridgeRuleTemplatesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputSecurityGroupsCommandInput, ListInputSecurityGroupsCommandOutput } from "../commands/ListInputSecurityGroupsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "../commands/ListMultiplexAlertsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../commands/ListMultiplexesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNetworksCommandInput, ListNetworksCommandOutput } from "../commands/ListNetworksCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
|
|
3
|
-
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|