@aws-sdk/client-medialive 3.934.0 → 3.936.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +3869 -3666
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +1725 -0
- package/dist-es/models/errors.js +129 -0
- package/dist-es/models/models_0.js +1 -819
- package/dist-es/models/models_1.js +1 -948
- package/dist-es/schemas/schemas_0.js +203 -5
- package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/commands/BatchStartCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +1 -1
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/ClaimDeviceCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateInputCommand.d.ts +22 -3
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkCommand.d.ts +1 -1
- package/dist-types/commands/CreateNodeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +12 -2
- package/dist-types/commands/CreateSdiSourceCommand.d.ts +1 -1
- package/dist-types/commands/CreateSignalMapCommand.d.ts +1 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNodeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSdiSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSignalMapCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +12 -2
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNetworkCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSdiSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeThumbnailsCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetSignalMapCommand.d.ts +1 -1
- package/dist-types/commands/ListAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelPlacementGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
- package/dist-types/commands/ListInputDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListInputsCommand.d.ts +12 -2
- package/dist-types/commands/ListMultiplexAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultiplexesCommand.d.ts +1 -1
- package/dist-types/commands/ListNetworksCommand.d.ts +1 -1
- package/dist-types/commands/ListNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSdiSourcesCommand.d.ts +1 -1
- package/dist-types/commands/ListSignalMapsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +1 -1
- package/dist-types/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StartInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +1 -1
- package/dist-types/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/StartUpdateSignalMapCommand.d.ts +1 -1
- package/dist-types/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/commands/StopInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/StopMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +15 -2
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNetworkCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNodeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateNodeStateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateReservationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSdiSourceCommand.d.ts +1 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +4397 -0
- package/dist-types/models/errors.d.ts +161 -0
- package/dist-types/models/models_0.d.ts +4543 -1987
- package/dist-types/models/models_1.d.ts +5504 -4165
- package/dist-types/schemas/schemas_0.d.ts +7 -0
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNodeRegistrationScriptCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeThumbnailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListChannelPlacementGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMultiplexAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNetworksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSdiSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestartChannelPipelinesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateChannelPlacementGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNetworkCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNodeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateNodeStateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +2324 -0
- package/dist-types/ts3.4/models/errors.d.ts +70 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1324 -1072
- package/dist-types/ts3.4/models/models_1.d.ts +1860 -2074
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/package.json +19 -19
- package/dist-es/models/index.js +0 -4
- package/dist-es/models/models_2.js +0 -82
- package/dist-es/models/models_3.js +0 -1
- package/dist-types/models/index.d.ts +0 -4
- package/dist-types/models/models_2.d.ts +0 -8184
- package/dist-types/models/models_3.d.ts +0 -154
- package/dist-types/ts3.4/models/index.d.ts +0 -4
- package/dist-types/ts3.4/models/models_2.d.ts +0 -2055
- package/dist-types/ts3.4/models/models_3.d.ts +0 -49
|
@@ -1,2055 +0,0 @@
|
|
|
1
|
-
import { StreamingBlobTypes } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
AudioDescription,
|
|
4
|
-
BatchFailedResultModel,
|
|
5
|
-
BatchSuccessfulResultModel,
|
|
6
|
-
CaptionDescription,
|
|
7
|
-
CdiInputSpecification,
|
|
8
|
-
ChannelAlert,
|
|
9
|
-
ChannelClass,
|
|
10
|
-
ChannelEgressEndpoint,
|
|
11
|
-
ChannelEngineVersionResponse,
|
|
12
|
-
ChannelPipelineIdToRestart,
|
|
13
|
-
ChannelPlacementGroupState,
|
|
14
|
-
ChannelState,
|
|
15
|
-
ChannelSummary,
|
|
16
|
-
CloudWatchAlarmTemplateComparisonOperator,
|
|
17
|
-
CloudWatchAlarmTemplateGroupSummary,
|
|
18
|
-
CloudWatchAlarmTemplateStatistic,
|
|
19
|
-
CloudWatchAlarmTemplateSummary,
|
|
20
|
-
CloudWatchAlarmTemplateTargetResourceType,
|
|
21
|
-
CloudWatchAlarmTemplateTreatMissingData,
|
|
22
|
-
ClusterAlert,
|
|
23
|
-
ClusterNetworkSettings,
|
|
24
|
-
ClusterState,
|
|
25
|
-
ClusterType,
|
|
26
|
-
ColorCorrection,
|
|
27
|
-
DescribeAnywhereSettings,
|
|
28
|
-
DescribeChannelPlacementGroupSummary,
|
|
29
|
-
DescribeClusterSummary,
|
|
30
|
-
DescribeNetworkSummary,
|
|
31
|
-
DescribeNodeSummary,
|
|
32
|
-
DeviceSettingsSyncState,
|
|
33
|
-
DeviceUpdateStatus,
|
|
34
|
-
EventBridgeRuleTemplateEventType,
|
|
35
|
-
EventBridgeRuleTemplateGroupSummary,
|
|
36
|
-
EventBridgeRuleTemplateSummary,
|
|
37
|
-
EventBridgeRuleTemplateTarget,
|
|
38
|
-
Input,
|
|
39
|
-
InputAttachment,
|
|
40
|
-
InputClass,
|
|
41
|
-
InputDestination,
|
|
42
|
-
InputDestinationRequest,
|
|
43
|
-
InputDeviceCodec,
|
|
44
|
-
InputDeviceConfigurableAudioChannelPairConfig,
|
|
45
|
-
InputDeviceConfiguredInput,
|
|
46
|
-
InputDeviceConnectionState,
|
|
47
|
-
InputDeviceHdSettings,
|
|
48
|
-
InputDeviceNetworkSettings,
|
|
49
|
-
InputDeviceOutputType,
|
|
50
|
-
InputDeviceRequest,
|
|
51
|
-
InputDeviceSettings,
|
|
52
|
-
InputDeviceSummary,
|
|
53
|
-
InputDeviceType,
|
|
54
|
-
InputDeviceUhdSettings,
|
|
55
|
-
InputLocation,
|
|
56
|
-
InputNetworkLocation,
|
|
57
|
-
InputSecurityGroup,
|
|
58
|
-
InputSecurityGroupState,
|
|
59
|
-
InputSource,
|
|
60
|
-
InputSourceRequest,
|
|
61
|
-
InputSourceType,
|
|
62
|
-
InputSpecification,
|
|
63
|
-
InputState,
|
|
64
|
-
InputType,
|
|
65
|
-
InputWhitelistRule,
|
|
66
|
-
InputWhitelistRuleCidr,
|
|
67
|
-
InterfaceMappingCreateRequest,
|
|
68
|
-
InterfaceMappingUpdateRequest,
|
|
69
|
-
IpPool,
|
|
70
|
-
IpPoolCreateRequest,
|
|
71
|
-
IpPoolUpdateRequest,
|
|
72
|
-
LogLevel,
|
|
73
|
-
MaintenanceDay,
|
|
74
|
-
MaintenanceStatus,
|
|
75
|
-
MediaConnectFlow,
|
|
76
|
-
MediaConnectFlowRequest,
|
|
77
|
-
MediaResourceNeighbor,
|
|
78
|
-
MulticastSettings,
|
|
79
|
-
MulticastSourceCreateRequest,
|
|
80
|
-
MulticastSourceUpdateRequest,
|
|
81
|
-
MultiplexAlert,
|
|
82
|
-
MultiplexOutputDestination,
|
|
83
|
-
MultiplexProgramPipelineDetail,
|
|
84
|
-
MultiplexProgramSummary,
|
|
85
|
-
MultiplexState,
|
|
86
|
-
MultiplexSummary,
|
|
87
|
-
NetworkState,
|
|
88
|
-
NodeConnectionState,
|
|
89
|
-
NodeInterfaceMapping,
|
|
90
|
-
NodeInterfaceMappingCreateRequest,
|
|
91
|
-
NodeRole,
|
|
92
|
-
NodeState,
|
|
93
|
-
Offering,
|
|
94
|
-
OfferingDurationUnits,
|
|
95
|
-
OfferingType,
|
|
96
|
-
OutputDestination,
|
|
97
|
-
ReservationResourceSpecification,
|
|
98
|
-
Route,
|
|
99
|
-
SdiSourceMapping,
|
|
100
|
-
Smpte2110ReceiverGroupSettings,
|
|
101
|
-
SrtSettings,
|
|
102
|
-
VpcOutputSettingsDescription,
|
|
103
|
-
} from "./models_0";
|
|
104
|
-
import {
|
|
105
|
-
AcceptHeader,
|
|
106
|
-
AccountConfiguration,
|
|
107
|
-
AnywhereSettings,
|
|
108
|
-
AvailBlanking,
|
|
109
|
-
Esam,
|
|
110
|
-
OutputGroup,
|
|
111
|
-
PipelineDetail,
|
|
112
|
-
RenewalSettings,
|
|
113
|
-
Reservation,
|
|
114
|
-
ReservationState,
|
|
115
|
-
RouteCreateRequest,
|
|
116
|
-
RouteUpdateRequest,
|
|
117
|
-
ScheduleAction,
|
|
118
|
-
Scte35SpliceInsertNoRegionalBlackoutBehavior,
|
|
119
|
-
Scte35SpliceInsertWebDeliveryAllowedBehavior,
|
|
120
|
-
SdiSourceMode,
|
|
121
|
-
SdiSourceState,
|
|
122
|
-
SdiSourceSummary,
|
|
123
|
-
SdiSourceType,
|
|
124
|
-
SignalMapMonitorDeploymentStatus,
|
|
125
|
-
SignalMapStatus,
|
|
126
|
-
SignalMapSummary,
|
|
127
|
-
SrtCallerSourceRequest,
|
|
128
|
-
ThumbnailDetail,
|
|
129
|
-
TransferringInputDeviceSummary,
|
|
130
|
-
VideoDescription,
|
|
131
|
-
} from "./models_1";
|
|
132
|
-
export interface Scte35SpliceInsert {
|
|
133
|
-
AdAvailOffset?: number | undefined;
|
|
134
|
-
NoRegionalBlackoutFlag?:
|
|
135
|
-
| Scte35SpliceInsertNoRegionalBlackoutBehavior
|
|
136
|
-
| undefined;
|
|
137
|
-
WebDeliveryAllowedFlag?:
|
|
138
|
-
| Scte35SpliceInsertWebDeliveryAllowedBehavior
|
|
139
|
-
| undefined;
|
|
140
|
-
}
|
|
141
|
-
export declare const Scte35AposNoRegionalBlackoutBehavior: {
|
|
142
|
-
readonly FOLLOW: "FOLLOW";
|
|
143
|
-
readonly IGNORE: "IGNORE";
|
|
144
|
-
};
|
|
145
|
-
export type Scte35AposNoRegionalBlackoutBehavior =
|
|
146
|
-
(typeof Scte35AposNoRegionalBlackoutBehavior)[keyof typeof Scte35AposNoRegionalBlackoutBehavior];
|
|
147
|
-
export declare const Scte35AposWebDeliveryAllowedBehavior: {
|
|
148
|
-
readonly FOLLOW: "FOLLOW";
|
|
149
|
-
readonly IGNORE: "IGNORE";
|
|
150
|
-
};
|
|
151
|
-
export type Scte35AposWebDeliveryAllowedBehavior =
|
|
152
|
-
(typeof Scte35AposWebDeliveryAllowedBehavior)[keyof typeof Scte35AposWebDeliveryAllowedBehavior];
|
|
153
|
-
export interface Scte35TimeSignalApos {
|
|
154
|
-
AdAvailOffset?: number | undefined;
|
|
155
|
-
NoRegionalBlackoutFlag?: Scte35AposNoRegionalBlackoutBehavior | undefined;
|
|
156
|
-
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | undefined;
|
|
157
|
-
}
|
|
158
|
-
export interface AvailSettings {
|
|
159
|
-
Esam?: Esam | undefined;
|
|
160
|
-
Scte35SpliceInsert?: Scte35SpliceInsert | undefined;
|
|
161
|
-
Scte35TimeSignalApos?: Scte35TimeSignalApos | undefined;
|
|
162
|
-
}
|
|
163
|
-
export declare const Scte35SegmentationScope: {
|
|
164
|
-
readonly ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS";
|
|
165
|
-
readonly SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS";
|
|
166
|
-
};
|
|
167
|
-
export type Scte35SegmentationScope =
|
|
168
|
-
(typeof Scte35SegmentationScope)[keyof typeof Scte35SegmentationScope];
|
|
169
|
-
export interface AvailConfiguration {
|
|
170
|
-
AvailSettings?: AvailSettings | undefined;
|
|
171
|
-
Scte35SegmentationScope?: Scte35SegmentationScope | undefined;
|
|
172
|
-
}
|
|
173
|
-
export interface BatchDeleteRequest {
|
|
174
|
-
ChannelIds?: string[] | undefined;
|
|
175
|
-
InputIds?: string[] | undefined;
|
|
176
|
-
InputSecurityGroupIds?: string[] | undefined;
|
|
177
|
-
MultiplexIds?: string[] | undefined;
|
|
178
|
-
}
|
|
179
|
-
export interface BatchDeleteResponse {
|
|
180
|
-
Failed?: BatchFailedResultModel[] | undefined;
|
|
181
|
-
Successful?: BatchSuccessfulResultModel[] | undefined;
|
|
182
|
-
}
|
|
183
|
-
export interface BatchScheduleActionCreateRequest {
|
|
184
|
-
ScheduleActions: ScheduleAction[] | undefined;
|
|
185
|
-
}
|
|
186
|
-
export interface BatchScheduleActionCreateResult {
|
|
187
|
-
ScheduleActions: ScheduleAction[] | undefined;
|
|
188
|
-
}
|
|
189
|
-
export interface BatchScheduleActionDeleteRequest {
|
|
190
|
-
ActionNames: string[] | undefined;
|
|
191
|
-
}
|
|
192
|
-
export interface BatchScheduleActionDeleteResult {
|
|
193
|
-
ScheduleActions: ScheduleAction[] | undefined;
|
|
194
|
-
}
|
|
195
|
-
export interface BatchStartRequest {
|
|
196
|
-
ChannelIds?: string[] | undefined;
|
|
197
|
-
MultiplexIds?: string[] | undefined;
|
|
198
|
-
}
|
|
199
|
-
export interface BatchStartResponse {
|
|
200
|
-
Failed?: BatchFailedResultModel[] | undefined;
|
|
201
|
-
Successful?: BatchSuccessfulResultModel[] | undefined;
|
|
202
|
-
}
|
|
203
|
-
export interface BatchStopRequest {
|
|
204
|
-
ChannelIds?: string[] | undefined;
|
|
205
|
-
MultiplexIds?: string[] | undefined;
|
|
206
|
-
}
|
|
207
|
-
export interface BatchStopResponse {
|
|
208
|
-
Failed?: BatchFailedResultModel[] | undefined;
|
|
209
|
-
Successful?: BatchSuccessfulResultModel[] | undefined;
|
|
210
|
-
}
|
|
211
|
-
export interface BatchUpdateScheduleRequest {
|
|
212
|
-
ChannelId: string | undefined;
|
|
213
|
-
Creates?: BatchScheduleActionCreateRequest | undefined;
|
|
214
|
-
Deletes?: BatchScheduleActionDeleteRequest | undefined;
|
|
215
|
-
}
|
|
216
|
-
export interface BatchUpdateScheduleResponse {
|
|
217
|
-
Creates?: BatchScheduleActionCreateResult | undefined;
|
|
218
|
-
Deletes?: BatchScheduleActionDeleteResult | undefined;
|
|
219
|
-
}
|
|
220
|
-
export declare const BlackoutSlateNetworkEndBlackout: {
|
|
221
|
-
readonly DISABLED: "DISABLED";
|
|
222
|
-
readonly ENABLED: "ENABLED";
|
|
223
|
-
};
|
|
224
|
-
export type BlackoutSlateNetworkEndBlackout =
|
|
225
|
-
(typeof BlackoutSlateNetworkEndBlackout)[keyof typeof BlackoutSlateNetworkEndBlackout];
|
|
226
|
-
export declare const BlackoutSlateState: {
|
|
227
|
-
readonly DISABLED: "DISABLED";
|
|
228
|
-
readonly ENABLED: "ENABLED";
|
|
229
|
-
};
|
|
230
|
-
export type BlackoutSlateState =
|
|
231
|
-
(typeof BlackoutSlateState)[keyof typeof BlackoutSlateState];
|
|
232
|
-
export interface BlackoutSlate {
|
|
233
|
-
BlackoutSlateImage?: InputLocation | undefined;
|
|
234
|
-
NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout | undefined;
|
|
235
|
-
NetworkEndBlackoutImage?: InputLocation | undefined;
|
|
236
|
-
NetworkId?: string | undefined;
|
|
237
|
-
State?: BlackoutSlateState | undefined;
|
|
238
|
-
}
|
|
239
|
-
export interface CancelInputDeviceTransferRequest {
|
|
240
|
-
InputDeviceId: string | undefined;
|
|
241
|
-
}
|
|
242
|
-
export interface CancelInputDeviceTransferResponse {}
|
|
243
|
-
export interface ColorCorrectionSettings {
|
|
244
|
-
GlobalColorCorrections: ColorCorrection[] | undefined;
|
|
245
|
-
}
|
|
246
|
-
export declare const FeatureActivationsInputPrepareScheduleActions: {
|
|
247
|
-
readonly DISABLED: "DISABLED";
|
|
248
|
-
readonly ENABLED: "ENABLED";
|
|
249
|
-
};
|
|
250
|
-
export type FeatureActivationsInputPrepareScheduleActions =
|
|
251
|
-
(typeof FeatureActivationsInputPrepareScheduleActions)[keyof typeof FeatureActivationsInputPrepareScheduleActions];
|
|
252
|
-
export declare const FeatureActivationsOutputStaticImageOverlayScheduleActions: {
|
|
253
|
-
readonly DISABLED: "DISABLED";
|
|
254
|
-
readonly ENABLED: "ENABLED";
|
|
255
|
-
};
|
|
256
|
-
export type FeatureActivationsOutputStaticImageOverlayScheduleActions =
|
|
257
|
-
(typeof FeatureActivationsOutputStaticImageOverlayScheduleActions)[keyof typeof FeatureActivationsOutputStaticImageOverlayScheduleActions];
|
|
258
|
-
export interface FeatureActivations {
|
|
259
|
-
InputPrepareScheduleActions?:
|
|
260
|
-
| FeatureActivationsInputPrepareScheduleActions
|
|
261
|
-
| undefined;
|
|
262
|
-
OutputStaticImageOverlayScheduleActions?:
|
|
263
|
-
| FeatureActivationsOutputStaticImageOverlayScheduleActions
|
|
264
|
-
| undefined;
|
|
265
|
-
}
|
|
266
|
-
export declare const GlobalConfigurationInputEndAction: {
|
|
267
|
-
readonly NONE: "NONE";
|
|
268
|
-
readonly SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS";
|
|
269
|
-
};
|
|
270
|
-
export type GlobalConfigurationInputEndAction =
|
|
271
|
-
(typeof GlobalConfigurationInputEndAction)[keyof typeof GlobalConfigurationInputEndAction];
|
|
272
|
-
export declare const InputLossImageType: {
|
|
273
|
-
readonly COLOR: "COLOR";
|
|
274
|
-
readonly SLATE: "SLATE";
|
|
275
|
-
};
|
|
276
|
-
export type InputLossImageType =
|
|
277
|
-
(typeof InputLossImageType)[keyof typeof InputLossImageType];
|
|
278
|
-
export interface InputLossBehavior {
|
|
279
|
-
BlackFrameMsec?: number | undefined;
|
|
280
|
-
InputLossImageColor?: string | undefined;
|
|
281
|
-
InputLossImageSlate?: InputLocation | undefined;
|
|
282
|
-
InputLossImageType?: InputLossImageType | undefined;
|
|
283
|
-
RepeatFrameMsec?: number | undefined;
|
|
284
|
-
}
|
|
285
|
-
export declare const GlobalConfigurationOutputLockingMode: {
|
|
286
|
-
readonly DISABLED: "DISABLED";
|
|
287
|
-
readonly EPOCH_LOCKING: "EPOCH_LOCKING";
|
|
288
|
-
readonly PIPELINE_LOCKING: "PIPELINE_LOCKING";
|
|
289
|
-
};
|
|
290
|
-
export type GlobalConfigurationOutputLockingMode =
|
|
291
|
-
(typeof GlobalConfigurationOutputLockingMode)[keyof typeof GlobalConfigurationOutputLockingMode];
|
|
292
|
-
export interface EpochLockingSettings {
|
|
293
|
-
CustomEpoch?: string | undefined;
|
|
294
|
-
JamSyncTime?: string | undefined;
|
|
295
|
-
}
|
|
296
|
-
export interface PipelineLockingSettings {}
|
|
297
|
-
export interface OutputLockingSettings {
|
|
298
|
-
EpochLockingSettings?: EpochLockingSettings | undefined;
|
|
299
|
-
PipelineLockingSettings?: PipelineLockingSettings | undefined;
|
|
300
|
-
}
|
|
301
|
-
export declare const GlobalConfigurationOutputTimingSource: {
|
|
302
|
-
readonly INPUT_CLOCK: "INPUT_CLOCK";
|
|
303
|
-
readonly SYSTEM_CLOCK: "SYSTEM_CLOCK";
|
|
304
|
-
};
|
|
305
|
-
export type GlobalConfigurationOutputTimingSource =
|
|
306
|
-
(typeof GlobalConfigurationOutputTimingSource)[keyof typeof GlobalConfigurationOutputTimingSource];
|
|
307
|
-
export declare const GlobalConfigurationLowFramerateInputs: {
|
|
308
|
-
readonly DISABLED: "DISABLED";
|
|
309
|
-
readonly ENABLED: "ENABLED";
|
|
310
|
-
};
|
|
311
|
-
export type GlobalConfigurationLowFramerateInputs =
|
|
312
|
-
(typeof GlobalConfigurationLowFramerateInputs)[keyof typeof GlobalConfigurationLowFramerateInputs];
|
|
313
|
-
export interface GlobalConfiguration {
|
|
314
|
-
InitialAudioGain?: number | undefined;
|
|
315
|
-
InputEndAction?: GlobalConfigurationInputEndAction | undefined;
|
|
316
|
-
InputLossBehavior?: InputLossBehavior | undefined;
|
|
317
|
-
OutputLockingMode?: GlobalConfigurationOutputLockingMode | undefined;
|
|
318
|
-
OutputTimingSource?: GlobalConfigurationOutputTimingSource | undefined;
|
|
319
|
-
SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs | undefined;
|
|
320
|
-
OutputLockingSettings?: OutputLockingSettings | undefined;
|
|
321
|
-
}
|
|
322
|
-
export declare const MotionGraphicsInsertion: {
|
|
323
|
-
readonly DISABLED: "DISABLED";
|
|
324
|
-
readonly ENABLED: "ENABLED";
|
|
325
|
-
};
|
|
326
|
-
export type MotionGraphicsInsertion =
|
|
327
|
-
(typeof MotionGraphicsInsertion)[keyof typeof MotionGraphicsInsertion];
|
|
328
|
-
export interface HtmlMotionGraphicsSettings {}
|
|
329
|
-
export interface MotionGraphicsSettings {
|
|
330
|
-
HtmlMotionGraphicsSettings?: HtmlMotionGraphicsSettings | undefined;
|
|
331
|
-
}
|
|
332
|
-
export interface MotionGraphicsConfiguration {
|
|
333
|
-
MotionGraphicsInsertion?: MotionGraphicsInsertion | undefined;
|
|
334
|
-
MotionGraphicsSettings: MotionGraphicsSettings | undefined;
|
|
335
|
-
}
|
|
336
|
-
export declare const NielsenPcmToId3TaggingState: {
|
|
337
|
-
readonly DISABLED: "DISABLED";
|
|
338
|
-
readonly ENABLED: "ENABLED";
|
|
339
|
-
};
|
|
340
|
-
export type NielsenPcmToId3TaggingState =
|
|
341
|
-
(typeof NielsenPcmToId3TaggingState)[keyof typeof NielsenPcmToId3TaggingState];
|
|
342
|
-
export interface NielsenConfiguration {
|
|
343
|
-
DistributorId?: string | undefined;
|
|
344
|
-
NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState | undefined;
|
|
345
|
-
}
|
|
346
|
-
export declare const ThumbnailState: {
|
|
347
|
-
readonly AUTO: "AUTO";
|
|
348
|
-
readonly DISABLED: "DISABLED";
|
|
349
|
-
};
|
|
350
|
-
export type ThumbnailState =
|
|
351
|
-
(typeof ThumbnailState)[keyof typeof ThumbnailState];
|
|
352
|
-
export interface ThumbnailConfiguration {
|
|
353
|
-
State: ThumbnailState | undefined;
|
|
354
|
-
}
|
|
355
|
-
export declare const TimecodeConfigSource: {
|
|
356
|
-
readonly EMBEDDED: "EMBEDDED";
|
|
357
|
-
readonly SYSTEMCLOCK: "SYSTEMCLOCK";
|
|
358
|
-
readonly ZEROBASED: "ZEROBASED";
|
|
359
|
-
};
|
|
360
|
-
export type TimecodeConfigSource =
|
|
361
|
-
(typeof TimecodeConfigSource)[keyof typeof TimecodeConfigSource];
|
|
362
|
-
export interface TimecodeConfig {
|
|
363
|
-
Source: TimecodeConfigSource | undefined;
|
|
364
|
-
SyncThreshold?: number | undefined;
|
|
365
|
-
}
|
|
366
|
-
export interface EncoderSettings {
|
|
367
|
-
AudioDescriptions: AudioDescription[] | undefined;
|
|
368
|
-
AvailBlanking?: AvailBlanking | undefined;
|
|
369
|
-
AvailConfiguration?: AvailConfiguration | undefined;
|
|
370
|
-
BlackoutSlate?: BlackoutSlate | undefined;
|
|
371
|
-
CaptionDescriptions?: CaptionDescription[] | undefined;
|
|
372
|
-
FeatureActivations?: FeatureActivations | undefined;
|
|
373
|
-
GlobalConfiguration?: GlobalConfiguration | undefined;
|
|
374
|
-
MotionGraphicsConfiguration?: MotionGraphicsConfiguration | undefined;
|
|
375
|
-
NielsenConfiguration?: NielsenConfiguration | undefined;
|
|
376
|
-
OutputGroups: OutputGroup[] | undefined;
|
|
377
|
-
TimecodeConfig: TimecodeConfig | undefined;
|
|
378
|
-
VideoDescriptions: VideoDescription[] | undefined;
|
|
379
|
-
ThumbnailConfiguration?: ThumbnailConfiguration | undefined;
|
|
380
|
-
ColorCorrectionSettings?: ColorCorrectionSettings | undefined;
|
|
381
|
-
}
|
|
382
|
-
export interface Channel {
|
|
383
|
-
Arn?: string | undefined;
|
|
384
|
-
CdiInputSpecification?: CdiInputSpecification | undefined;
|
|
385
|
-
ChannelClass?: ChannelClass | undefined;
|
|
386
|
-
Destinations?: OutputDestination[] | undefined;
|
|
387
|
-
EgressEndpoints?: ChannelEgressEndpoint[] | undefined;
|
|
388
|
-
EncoderSettings?: EncoderSettings | undefined;
|
|
389
|
-
Id?: string | undefined;
|
|
390
|
-
InputAttachments?: InputAttachment[] | undefined;
|
|
391
|
-
InputSpecification?: InputSpecification | undefined;
|
|
392
|
-
LogLevel?: LogLevel | undefined;
|
|
393
|
-
Maintenance?: MaintenanceStatus | undefined;
|
|
394
|
-
Name?: string | undefined;
|
|
395
|
-
PipelineDetails?: PipelineDetail[] | undefined;
|
|
396
|
-
PipelinesRunningCount?: number | undefined;
|
|
397
|
-
RoleArn?: string | undefined;
|
|
398
|
-
State?: ChannelState | undefined;
|
|
399
|
-
Tags?: Record<string, string> | undefined;
|
|
400
|
-
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
401
|
-
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
402
|
-
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
403
|
-
}
|
|
404
|
-
export interface ChannelEngineVersionRequest {
|
|
405
|
-
Version?: string | undefined;
|
|
406
|
-
}
|
|
407
|
-
export interface ClaimDeviceRequest {
|
|
408
|
-
Id?: string | undefined;
|
|
409
|
-
}
|
|
410
|
-
export interface ClaimDeviceResponse {}
|
|
411
|
-
export interface ClusterNetworkSettingsCreateRequest {
|
|
412
|
-
DefaultRoute?: string | undefined;
|
|
413
|
-
InterfaceMappings?: InterfaceMappingCreateRequest[] | undefined;
|
|
414
|
-
}
|
|
415
|
-
export interface ClusterNetworkSettingsUpdateRequest {
|
|
416
|
-
DefaultRoute?: string | undefined;
|
|
417
|
-
InterfaceMappings?: InterfaceMappingUpdateRequest[] | undefined;
|
|
418
|
-
}
|
|
419
|
-
export declare const ContentType: {
|
|
420
|
-
readonly image_jpeg: "image/jpeg";
|
|
421
|
-
};
|
|
422
|
-
export type ContentType = (typeof ContentType)[keyof typeof ContentType];
|
|
423
|
-
export interface MaintenanceCreateSettings {
|
|
424
|
-
MaintenanceDay?: MaintenanceDay | undefined;
|
|
425
|
-
MaintenanceStartTime?: string | undefined;
|
|
426
|
-
}
|
|
427
|
-
export interface VpcOutputSettings {
|
|
428
|
-
PublicAddressAllocationIds?: string[] | undefined;
|
|
429
|
-
SecurityGroupIds?: string[] | undefined;
|
|
430
|
-
SubnetIds: string[] | undefined;
|
|
431
|
-
}
|
|
432
|
-
export interface CreateChannelRequest {
|
|
433
|
-
CdiInputSpecification?: CdiInputSpecification | undefined;
|
|
434
|
-
ChannelClass?: ChannelClass | undefined;
|
|
435
|
-
Destinations?: OutputDestination[] | undefined;
|
|
436
|
-
EncoderSettings?: EncoderSettings | undefined;
|
|
437
|
-
InputAttachments?: InputAttachment[] | undefined;
|
|
438
|
-
InputSpecification?: InputSpecification | undefined;
|
|
439
|
-
LogLevel?: LogLevel | undefined;
|
|
440
|
-
Maintenance?: MaintenanceCreateSettings | undefined;
|
|
441
|
-
Name?: string | undefined;
|
|
442
|
-
RequestId?: string | undefined;
|
|
443
|
-
Reserved?: string | undefined;
|
|
444
|
-
RoleArn?: string | undefined;
|
|
445
|
-
Tags?: Record<string, string> | undefined;
|
|
446
|
-
Vpc?: VpcOutputSettings | undefined;
|
|
447
|
-
AnywhereSettings?: AnywhereSettings | undefined;
|
|
448
|
-
ChannelEngineVersion?: ChannelEngineVersionRequest | undefined;
|
|
449
|
-
DryRun?: boolean | undefined;
|
|
450
|
-
}
|
|
451
|
-
export interface CreateChannelResponse {
|
|
452
|
-
Channel?: Channel | undefined;
|
|
453
|
-
}
|
|
454
|
-
export interface CreateChannelPlacementGroupRequest {
|
|
455
|
-
ClusterId: string | undefined;
|
|
456
|
-
Name?: string | undefined;
|
|
457
|
-
Nodes?: string[] | undefined;
|
|
458
|
-
RequestId?: string | undefined;
|
|
459
|
-
Tags?: Record<string, string> | undefined;
|
|
460
|
-
}
|
|
461
|
-
export interface CreateChannelPlacementGroupResponse {
|
|
462
|
-
Arn?: string | undefined;
|
|
463
|
-
Channels?: string[] | undefined;
|
|
464
|
-
ClusterId?: string | undefined;
|
|
465
|
-
Id?: string | undefined;
|
|
466
|
-
Name?: string | undefined;
|
|
467
|
-
Nodes?: string[] | undefined;
|
|
468
|
-
State?: ChannelPlacementGroupState | undefined;
|
|
469
|
-
}
|
|
470
|
-
export interface CreateCloudWatchAlarmTemplateRequest {
|
|
471
|
-
ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator | undefined;
|
|
472
|
-
DatapointsToAlarm?: number | undefined;
|
|
473
|
-
Description?: string | undefined;
|
|
474
|
-
EvaluationPeriods: number | undefined;
|
|
475
|
-
GroupIdentifier: string | undefined;
|
|
476
|
-
MetricName: string | undefined;
|
|
477
|
-
Name: string | undefined;
|
|
478
|
-
Period: number | undefined;
|
|
479
|
-
Statistic: CloudWatchAlarmTemplateStatistic | undefined;
|
|
480
|
-
Tags?: Record<string, string> | undefined;
|
|
481
|
-
TargetResourceType: CloudWatchAlarmTemplateTargetResourceType | undefined;
|
|
482
|
-
Threshold: number | undefined;
|
|
483
|
-
TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
|
|
484
|
-
RequestId?: string | undefined;
|
|
485
|
-
}
|
|
486
|
-
export interface CreateCloudWatchAlarmTemplateResponse {
|
|
487
|
-
Arn?: string | undefined;
|
|
488
|
-
ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator | undefined;
|
|
489
|
-
CreatedAt?: Date | undefined;
|
|
490
|
-
DatapointsToAlarm?: number | undefined;
|
|
491
|
-
Description?: string | undefined;
|
|
492
|
-
EvaluationPeriods?: number | undefined;
|
|
493
|
-
GroupId?: string | undefined;
|
|
494
|
-
Id?: string | undefined;
|
|
495
|
-
MetricName?: string | undefined;
|
|
496
|
-
ModifiedAt?: Date | undefined;
|
|
497
|
-
Name?: string | undefined;
|
|
498
|
-
Period?: number | undefined;
|
|
499
|
-
Statistic?: CloudWatchAlarmTemplateStatistic | undefined;
|
|
500
|
-
Tags?: Record<string, string> | undefined;
|
|
501
|
-
TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType | undefined;
|
|
502
|
-
Threshold?: number | undefined;
|
|
503
|
-
TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData | undefined;
|
|
504
|
-
}
|
|
505
|
-
export interface CreateCloudWatchAlarmTemplateGroupRequest {
|
|
506
|
-
Description?: string | undefined;
|
|
507
|
-
Name: string | undefined;
|
|
508
|
-
Tags?: Record<string, string> | undefined;
|
|
509
|
-
RequestId?: string | undefined;
|
|
510
|
-
}
|
|
511
|
-
export interface CreateCloudWatchAlarmTemplateGroupResponse {
|
|
512
|
-
Arn?: string | undefined;
|
|
513
|
-
CreatedAt?: Date | undefined;
|
|
514
|
-
Description?: string | undefined;
|
|
515
|
-
Id?: string | undefined;
|
|
516
|
-
ModifiedAt?: Date | undefined;
|
|
517
|
-
Name?: string | undefined;
|
|
518
|
-
Tags?: Record<string, string> | undefined;
|
|
519
|
-
}
|
|
520
|
-
export interface CreateClusterRequest {
|
|
521
|
-
ClusterType?: ClusterType | undefined;
|
|
522
|
-
InstanceRoleArn?: string | undefined;
|
|
523
|
-
Name?: string | undefined;
|
|
524
|
-
NetworkSettings?: ClusterNetworkSettingsCreateRequest | undefined;
|
|
525
|
-
RequestId?: string | undefined;
|
|
526
|
-
Tags?: Record<string, string> | undefined;
|
|
527
|
-
}
|
|
528
|
-
export interface CreateClusterResponse {
|
|
529
|
-
Arn?: string | undefined;
|
|
530
|
-
ChannelIds?: string[] | undefined;
|
|
531
|
-
ClusterType?: ClusterType | undefined;
|
|
532
|
-
Id?: string | undefined;
|
|
533
|
-
InstanceRoleArn?: string | undefined;
|
|
534
|
-
Name?: string | undefined;
|
|
535
|
-
NetworkSettings?: ClusterNetworkSettings | undefined;
|
|
536
|
-
State?: ClusterState | undefined;
|
|
537
|
-
}
|
|
538
|
-
export interface CreateEventBridgeRuleTemplateRequest {
|
|
539
|
-
Description?: string | undefined;
|
|
540
|
-
EventTargets?: EventBridgeRuleTemplateTarget[] | undefined;
|
|
541
|
-
EventType: EventBridgeRuleTemplateEventType | undefined;
|
|
542
|
-
GroupIdentifier: string | undefined;
|
|
543
|
-
Name: string | undefined;
|
|
544
|
-
Tags?: Record<string, string> | undefined;
|
|
545
|
-
RequestId?: string | undefined;
|
|
546
|
-
}
|
|
547
|
-
export interface CreateEventBridgeRuleTemplateResponse {
|
|
548
|
-
Arn?: string | undefined;
|
|
549
|
-
CreatedAt?: Date | undefined;
|
|
550
|
-
Description?: string | undefined;
|
|
551
|
-
EventTargets?: EventBridgeRuleTemplateTarget[] | undefined;
|
|
552
|
-
EventType?: EventBridgeRuleTemplateEventType | undefined;
|
|
553
|
-
GroupId?: string | undefined;
|
|
554
|
-
Id?: string | undefined;
|
|
555
|
-
ModifiedAt?: Date | undefined;
|
|
556
|
-
Name?: string | undefined;
|
|
557
|
-
Tags?: Record<string, string> | undefined;
|
|
558
|
-
}
|
|
559
|
-
export interface CreateEventBridgeRuleTemplateGroupRequest {
|
|
560
|
-
Description?: string | undefined;
|
|
561
|
-
Name: string | undefined;
|
|
562
|
-
Tags?: Record<string, string> | undefined;
|
|
563
|
-
RequestId?: string | undefined;
|
|
564
|
-
}
|
|
565
|
-
export interface CreateEventBridgeRuleTemplateGroupResponse {
|
|
566
|
-
Arn?: string | undefined;
|
|
567
|
-
CreatedAt?: Date | undefined;
|
|
568
|
-
Description?: string | undefined;
|
|
569
|
-
Id?: string | undefined;
|
|
570
|
-
ModifiedAt?: Date | undefined;
|
|
571
|
-
Name?: string | undefined;
|
|
572
|
-
Tags?: Record<string, string> | undefined;
|
|
573
|
-
}
|
|
574
|
-
export interface MulticastSettingsCreateRequest {
|
|
575
|
-
Sources?: MulticastSourceCreateRequest[] | undefined;
|
|
576
|
-
}
|
|
577
|
-
export interface SrtSettingsRequest {
|
|
578
|
-
SrtCallerSources?: SrtCallerSourceRequest[] | undefined;
|
|
579
|
-
}
|
|
580
|
-
export interface InputVpcRequest {
|
|
581
|
-
SecurityGroupIds?: string[] | undefined;
|
|
582
|
-
SubnetIds: string[] | undefined;
|
|
583
|
-
}
|
|
584
|
-
export interface CreateInputRequest {
|
|
585
|
-
Destinations?: InputDestinationRequest[] | undefined;
|
|
586
|
-
InputDevices?: InputDeviceSettings[] | undefined;
|
|
587
|
-
InputSecurityGroups?: string[] | undefined;
|
|
588
|
-
MediaConnectFlows?: MediaConnectFlowRequest[] | undefined;
|
|
589
|
-
Name?: string | undefined;
|
|
590
|
-
RequestId?: string | undefined;
|
|
591
|
-
RoleArn?: string | undefined;
|
|
592
|
-
Sources?: InputSourceRequest[] | undefined;
|
|
593
|
-
Tags?: Record<string, string> | undefined;
|
|
594
|
-
Type?: InputType | undefined;
|
|
595
|
-
Vpc?: InputVpcRequest | undefined;
|
|
596
|
-
SrtSettings?: SrtSettingsRequest | undefined;
|
|
597
|
-
InputNetworkLocation?: InputNetworkLocation | undefined;
|
|
598
|
-
MulticastSettings?: MulticastSettingsCreateRequest | undefined;
|
|
599
|
-
Smpte2110ReceiverGroupSettings?: Smpte2110ReceiverGroupSettings | undefined;
|
|
600
|
-
SdiSources?: string[] | undefined;
|
|
601
|
-
}
|
|
602
|
-
export interface CreateInputResponse {
|
|
603
|
-
Input?: Input | undefined;
|
|
604
|
-
}
|
|
605
|
-
export interface CreateInputSecurityGroupRequest {
|
|
606
|
-
Tags?: Record<string, string> | undefined;
|
|
607
|
-
WhitelistRules?: InputWhitelistRuleCidr[] | undefined;
|
|
608
|
-
}
|
|
609
|
-
export interface CreateInputSecurityGroupResponse {
|
|
610
|
-
SecurityGroup?: InputSecurityGroup | undefined;
|
|
611
|
-
}
|
|
612
|
-
export interface MultiplexSettings {
|
|
613
|
-
MaximumVideoBufferDelayMilliseconds?: number | undefined;
|
|
614
|
-
TransportStreamBitrate: number | undefined;
|
|
615
|
-
TransportStreamId: number | undefined;
|
|
616
|
-
TransportStreamReservedBitrate?: number | undefined;
|
|
617
|
-
}
|
|
618
|
-
export interface CreateMultiplexRequest {
|
|
619
|
-
AvailabilityZones: string[] | undefined;
|
|
620
|
-
MultiplexSettings: MultiplexSettings | undefined;
|
|
621
|
-
Name: string | undefined;
|
|
622
|
-
RequestId?: string | undefined;
|
|
623
|
-
Tags?: Record<string, string> | undefined;
|
|
624
|
-
}
|
|
625
|
-
export interface Multiplex {
|
|
626
|
-
Arn?: string | undefined;
|
|
627
|
-
AvailabilityZones?: string[] | undefined;
|
|
628
|
-
Destinations?: MultiplexOutputDestination[] | undefined;
|
|
629
|
-
Id?: string | undefined;
|
|
630
|
-
MultiplexSettings?: MultiplexSettings | undefined;
|
|
631
|
-
Name?: string | undefined;
|
|
632
|
-
PipelinesRunningCount?: number | undefined;
|
|
633
|
-
ProgramCount?: number | undefined;
|
|
634
|
-
State?: MultiplexState | undefined;
|
|
635
|
-
Tags?: Record<string, string> | undefined;
|
|
636
|
-
}
|
|
637
|
-
export interface CreateMultiplexResponse {
|
|
638
|
-
Multiplex?: Multiplex | undefined;
|
|
639
|
-
}
|
|
640
|
-
export declare const PreferredChannelPipeline: {
|
|
641
|
-
readonly CURRENTLY_ACTIVE: "CURRENTLY_ACTIVE";
|
|
642
|
-
readonly PIPELINE_0: "PIPELINE_0";
|
|
643
|
-
readonly PIPELINE_1: "PIPELINE_1";
|
|
644
|
-
};
|
|
645
|
-
export type PreferredChannelPipeline =
|
|
646
|
-
(typeof PreferredChannelPipeline)[keyof typeof PreferredChannelPipeline];
|
|
647
|
-
export interface MultiplexProgramServiceDescriptor {
|
|
648
|
-
ProviderName: string | undefined;
|
|
649
|
-
ServiceName: string | undefined;
|
|
650
|
-
}
|
|
651
|
-
export interface MultiplexStatmuxVideoSettings {
|
|
652
|
-
MaximumBitrate?: number | undefined;
|
|
653
|
-
MinimumBitrate?: number | undefined;
|
|
654
|
-
Priority?: number | undefined;
|
|
655
|
-
}
|
|
656
|
-
export interface MultiplexVideoSettings {
|
|
657
|
-
ConstantBitrate?: number | undefined;
|
|
658
|
-
StatmuxSettings?: MultiplexStatmuxVideoSettings | undefined;
|
|
659
|
-
}
|
|
660
|
-
export interface MultiplexProgramSettings {
|
|
661
|
-
PreferredChannelPipeline?: PreferredChannelPipeline | undefined;
|
|
662
|
-
ProgramNumber: number | undefined;
|
|
663
|
-
ServiceDescriptor?: MultiplexProgramServiceDescriptor | undefined;
|
|
664
|
-
VideoSettings?: MultiplexVideoSettings | undefined;
|
|
665
|
-
}
|
|
666
|
-
export interface CreateMultiplexProgramRequest {
|
|
667
|
-
MultiplexId: string | undefined;
|
|
668
|
-
MultiplexProgramSettings: MultiplexProgramSettings | undefined;
|
|
669
|
-
ProgramName: string | undefined;
|
|
670
|
-
RequestId?: string | undefined;
|
|
671
|
-
}
|
|
672
|
-
export interface MultiplexProgramPacketIdentifiersMap {
|
|
673
|
-
AudioPids?: number[] | undefined;
|
|
674
|
-
DvbSubPids?: number[] | undefined;
|
|
675
|
-
DvbTeletextPid?: number | undefined;
|
|
676
|
-
EtvPlatformPid?: number | undefined;
|
|
677
|
-
EtvSignalPid?: number | undefined;
|
|
678
|
-
KlvDataPids?: number[] | undefined;
|
|
679
|
-
PcrPid?: number | undefined;
|
|
680
|
-
PmtPid?: number | undefined;
|
|
681
|
-
PrivateMetadataPid?: number | undefined;
|
|
682
|
-
Scte27Pids?: number[] | undefined;
|
|
683
|
-
Scte35Pid?: number | undefined;
|
|
684
|
-
TimedMetadataPid?: number | undefined;
|
|
685
|
-
VideoPid?: number | undefined;
|
|
686
|
-
AribCaptionsPid?: number | undefined;
|
|
687
|
-
DvbTeletextPids?: number[] | undefined;
|
|
688
|
-
EcmPid?: number | undefined;
|
|
689
|
-
Smpte2038Pid?: number | undefined;
|
|
690
|
-
}
|
|
691
|
-
export interface MultiplexProgram {
|
|
692
|
-
ChannelId?: string | undefined;
|
|
693
|
-
MultiplexProgramSettings?: MultiplexProgramSettings | undefined;
|
|
694
|
-
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap | undefined;
|
|
695
|
-
PipelineDetails?: MultiplexProgramPipelineDetail[] | undefined;
|
|
696
|
-
ProgramName?: string | undefined;
|
|
697
|
-
}
|
|
698
|
-
export interface CreateMultiplexProgramResponse {
|
|
699
|
-
MultiplexProgram?: MultiplexProgram | undefined;
|
|
700
|
-
}
|
|
701
|
-
export interface CreateNetworkRequest {
|
|
702
|
-
IpPools?: IpPoolCreateRequest[] | undefined;
|
|
703
|
-
Name?: string | undefined;
|
|
704
|
-
RequestId?: string | undefined;
|
|
705
|
-
Routes?: RouteCreateRequest[] | undefined;
|
|
706
|
-
Tags?: Record<string, string> | undefined;
|
|
707
|
-
}
|
|
708
|
-
export interface CreateNetworkResponse {
|
|
709
|
-
Arn?: string | undefined;
|
|
710
|
-
AssociatedClusterIds?: string[] | undefined;
|
|
711
|
-
Id?: string | undefined;
|
|
712
|
-
IpPools?: IpPool[] | undefined;
|
|
713
|
-
Name?: string | undefined;
|
|
714
|
-
Routes?: Route[] | undefined;
|
|
715
|
-
State?: NetworkState | undefined;
|
|
716
|
-
}
|
|
717
|
-
export interface CreateNodeRequest {
|
|
718
|
-
ClusterId: string | undefined;
|
|
719
|
-
Name?: string | undefined;
|
|
720
|
-
NodeInterfaceMappings?: NodeInterfaceMappingCreateRequest[] | undefined;
|
|
721
|
-
RequestId?: string | undefined;
|
|
722
|
-
Role?: NodeRole | undefined;
|
|
723
|
-
Tags?: Record<string, string> | undefined;
|
|
724
|
-
}
|
|
725
|
-
export interface CreateNodeResponse {
|
|
726
|
-
Arn?: string | undefined;
|
|
727
|
-
ChannelPlacementGroups?: string[] | undefined;
|
|
728
|
-
ClusterId?: string | undefined;
|
|
729
|
-
ConnectionState?: NodeConnectionState | undefined;
|
|
730
|
-
Id?: string | undefined;
|
|
731
|
-
InstanceArn?: string | undefined;
|
|
732
|
-
Name?: string | undefined;
|
|
733
|
-
NodeInterfaceMappings?: NodeInterfaceMapping[] | undefined;
|
|
734
|
-
Role?: NodeRole | undefined;
|
|
735
|
-
State?: NodeState | undefined;
|
|
736
|
-
SdiSourceMappings?: SdiSourceMapping[] | undefined;
|
|
737
|
-
}
|
|
738
|
-
export interface CreateNodeRegistrationScriptRequest {
|
|
739
|
-
ClusterId: string | undefined;
|
|
740
|
-
Id?: string | undefined;
|
|
741
|
-
Name?: string | undefined;
|
|
742
|
-
NodeInterfaceMappings?: NodeInterfaceMapping[] | undefined;
|
|
743
|
-
RequestId?: string | undefined;
|
|
744
|
-
Role?: NodeRole | undefined;
|
|
745
|
-
}
|
|
746
|
-
export interface CreateNodeRegistrationScriptResponse {
|
|
747
|
-
NodeRegistrationScript?: string | undefined;
|
|
748
|
-
}
|
|
749
|
-
export interface CreatePartnerInputRequest {
|
|
750
|
-
InputId: string | undefined;
|
|
751
|
-
RequestId?: string | undefined;
|
|
752
|
-
Tags?: Record<string, string> | undefined;
|
|
753
|
-
}
|
|
754
|
-
export interface CreatePartnerInputResponse {
|
|
755
|
-
Input?: Input | undefined;
|
|
756
|
-
}
|
|
757
|
-
export interface CreateSdiSourceRequest {
|
|
758
|
-
Mode?: SdiSourceMode | undefined;
|
|
759
|
-
Name?: string | undefined;
|
|
760
|
-
RequestId?: string | undefined;
|
|
761
|
-
Tags?: Record<string, string> | undefined;
|
|
762
|
-
Type?: SdiSourceType | undefined;
|
|
763
|
-
}
|
|
764
|
-
export interface SdiSource {
|
|
765
|
-
Arn?: string | undefined;
|
|
766
|
-
Id?: string | undefined;
|
|
767
|
-
Inputs?: string[] | undefined;
|
|
768
|
-
Mode?: SdiSourceMode | undefined;
|
|
769
|
-
Name?: string | undefined;
|
|
770
|
-
State?: SdiSourceState | undefined;
|
|
771
|
-
Type?: SdiSourceType | undefined;
|
|
772
|
-
}
|
|
773
|
-
export interface CreateSdiSourceResponse {
|
|
774
|
-
SdiSource?: SdiSource | undefined;
|
|
775
|
-
}
|
|
776
|
-
export interface CreateSignalMapRequest {
|
|
777
|
-
CloudWatchAlarmTemplateGroupIdentifiers?: string[] | undefined;
|
|
778
|
-
Description?: string | undefined;
|
|
779
|
-
DiscoveryEntryPointArn: string | undefined;
|
|
780
|
-
EventBridgeRuleTemplateGroupIdentifiers?: string[] | undefined;
|
|
781
|
-
Name: string | undefined;
|
|
782
|
-
Tags?: Record<string, string> | undefined;
|
|
783
|
-
RequestId?: string | undefined;
|
|
784
|
-
}
|
|
785
|
-
export interface MediaResource {
|
|
786
|
-
Destinations?: MediaResourceNeighbor[] | undefined;
|
|
787
|
-
Name?: string | undefined;
|
|
788
|
-
Sources?: MediaResourceNeighbor[] | undefined;
|
|
789
|
-
}
|
|
790
|
-
export interface SuccessfulMonitorDeployment {
|
|
791
|
-
DetailsUri: string | undefined;
|
|
792
|
-
Status: SignalMapMonitorDeploymentStatus | undefined;
|
|
793
|
-
}
|
|
794
|
-
export interface MonitorDeployment {
|
|
795
|
-
DetailsUri?: string | undefined;
|
|
796
|
-
ErrorMessage?: string | undefined;
|
|
797
|
-
Status: SignalMapMonitorDeploymentStatus | undefined;
|
|
798
|
-
}
|
|
799
|
-
export interface CreateSignalMapResponse {
|
|
800
|
-
Arn?: string | undefined;
|
|
801
|
-
CloudWatchAlarmTemplateGroupIds?: string[] | undefined;
|
|
802
|
-
CreatedAt?: Date | undefined;
|
|
803
|
-
Description?: string | undefined;
|
|
804
|
-
DiscoveryEntryPointArn?: string | undefined;
|
|
805
|
-
ErrorMessage?: string | undefined;
|
|
806
|
-
EventBridgeRuleTemplateGroupIds?: string[] | undefined;
|
|
807
|
-
FailedMediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
808
|
-
Id?: string | undefined;
|
|
809
|
-
LastDiscoveredAt?: Date | undefined;
|
|
810
|
-
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment | undefined;
|
|
811
|
-
MediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
812
|
-
ModifiedAt?: Date | undefined;
|
|
813
|
-
MonitorChangesPendingDeployment?: boolean | undefined;
|
|
814
|
-
MonitorDeployment?: MonitorDeployment | undefined;
|
|
815
|
-
Name?: string | undefined;
|
|
816
|
-
Status?: SignalMapStatus | undefined;
|
|
817
|
-
Tags?: Record<string, string> | undefined;
|
|
818
|
-
}
|
|
819
|
-
export interface CreateTagsRequest {
|
|
820
|
-
ResourceArn: string | undefined;
|
|
821
|
-
Tags?: Record<string, string> | undefined;
|
|
822
|
-
}
|
|
823
|
-
export interface DeleteChannelRequest {
|
|
824
|
-
ChannelId: string | undefined;
|
|
825
|
-
}
|
|
826
|
-
export interface DeleteChannelResponse {
|
|
827
|
-
Arn?: string | undefined;
|
|
828
|
-
CdiInputSpecification?: CdiInputSpecification | undefined;
|
|
829
|
-
ChannelClass?: ChannelClass | undefined;
|
|
830
|
-
Destinations?: OutputDestination[] | undefined;
|
|
831
|
-
EgressEndpoints?: ChannelEgressEndpoint[] | undefined;
|
|
832
|
-
EncoderSettings?: EncoderSettings | undefined;
|
|
833
|
-
Id?: string | undefined;
|
|
834
|
-
InputAttachments?: InputAttachment[] | undefined;
|
|
835
|
-
InputSpecification?: InputSpecification | undefined;
|
|
836
|
-
LogLevel?: LogLevel | undefined;
|
|
837
|
-
Maintenance?: MaintenanceStatus | undefined;
|
|
838
|
-
Name?: string | undefined;
|
|
839
|
-
PipelineDetails?: PipelineDetail[] | undefined;
|
|
840
|
-
PipelinesRunningCount?: number | undefined;
|
|
841
|
-
RoleArn?: string | undefined;
|
|
842
|
-
State?: ChannelState | undefined;
|
|
843
|
-
Tags?: Record<string, string> | undefined;
|
|
844
|
-
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
845
|
-
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
846
|
-
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
847
|
-
}
|
|
848
|
-
export interface DeleteChannelPlacementGroupRequest {
|
|
849
|
-
ChannelPlacementGroupId: string | undefined;
|
|
850
|
-
ClusterId: string | undefined;
|
|
851
|
-
}
|
|
852
|
-
export interface DeleteChannelPlacementGroupResponse {
|
|
853
|
-
Arn?: string | undefined;
|
|
854
|
-
Channels?: string[] | undefined;
|
|
855
|
-
ClusterId?: string | undefined;
|
|
856
|
-
Id?: string | undefined;
|
|
857
|
-
Name?: string | undefined;
|
|
858
|
-
Nodes?: string[] | undefined;
|
|
859
|
-
State?: ChannelPlacementGroupState | undefined;
|
|
860
|
-
}
|
|
861
|
-
export interface DeleteCloudWatchAlarmTemplateRequest {
|
|
862
|
-
Identifier: string | undefined;
|
|
863
|
-
}
|
|
864
|
-
export interface DeleteCloudWatchAlarmTemplateGroupRequest {
|
|
865
|
-
Identifier: string | undefined;
|
|
866
|
-
}
|
|
867
|
-
export interface DeleteClusterRequest {
|
|
868
|
-
ClusterId: string | undefined;
|
|
869
|
-
}
|
|
870
|
-
export interface DeleteClusterResponse {
|
|
871
|
-
Arn?: string | undefined;
|
|
872
|
-
ChannelIds?: string[] | undefined;
|
|
873
|
-
ClusterType?: ClusterType | undefined;
|
|
874
|
-
Id?: string | undefined;
|
|
875
|
-
InstanceRoleArn?: string | undefined;
|
|
876
|
-
Name?: string | undefined;
|
|
877
|
-
NetworkSettings?: ClusterNetworkSettings | undefined;
|
|
878
|
-
State?: ClusterState | undefined;
|
|
879
|
-
}
|
|
880
|
-
export interface DeleteEventBridgeRuleTemplateRequest {
|
|
881
|
-
Identifier: string | undefined;
|
|
882
|
-
}
|
|
883
|
-
export interface DeleteEventBridgeRuleTemplateGroupRequest {
|
|
884
|
-
Identifier: string | undefined;
|
|
885
|
-
}
|
|
886
|
-
export interface DeleteInputRequest {
|
|
887
|
-
InputId: string | undefined;
|
|
888
|
-
}
|
|
889
|
-
export interface DeleteInputResponse {}
|
|
890
|
-
export interface DeleteInputSecurityGroupRequest {
|
|
891
|
-
InputSecurityGroupId: string | undefined;
|
|
892
|
-
}
|
|
893
|
-
export interface DeleteInputSecurityGroupResponse {}
|
|
894
|
-
export interface DeleteMultiplexRequest {
|
|
895
|
-
MultiplexId: string | undefined;
|
|
896
|
-
}
|
|
897
|
-
export interface DeleteMultiplexResponse {
|
|
898
|
-
Arn?: string | undefined;
|
|
899
|
-
AvailabilityZones?: string[] | undefined;
|
|
900
|
-
Destinations?: MultiplexOutputDestination[] | undefined;
|
|
901
|
-
Id?: string | undefined;
|
|
902
|
-
MultiplexSettings?: MultiplexSettings | undefined;
|
|
903
|
-
Name?: string | undefined;
|
|
904
|
-
PipelinesRunningCount?: number | undefined;
|
|
905
|
-
ProgramCount?: number | undefined;
|
|
906
|
-
State?: MultiplexState | undefined;
|
|
907
|
-
Tags?: Record<string, string> | undefined;
|
|
908
|
-
}
|
|
909
|
-
export interface DeleteMultiplexProgramRequest {
|
|
910
|
-
MultiplexId: string | undefined;
|
|
911
|
-
ProgramName: string | undefined;
|
|
912
|
-
}
|
|
913
|
-
export interface DeleteMultiplexProgramResponse {
|
|
914
|
-
ChannelId?: string | undefined;
|
|
915
|
-
MultiplexProgramSettings?: MultiplexProgramSettings | undefined;
|
|
916
|
-
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap | undefined;
|
|
917
|
-
PipelineDetails?: MultiplexProgramPipelineDetail[] | undefined;
|
|
918
|
-
ProgramName?: string | undefined;
|
|
919
|
-
}
|
|
920
|
-
export interface DeleteNetworkRequest {
|
|
921
|
-
NetworkId: string | undefined;
|
|
922
|
-
}
|
|
923
|
-
export interface DeleteNetworkResponse {
|
|
924
|
-
Arn?: string | undefined;
|
|
925
|
-
AssociatedClusterIds?: string[] | undefined;
|
|
926
|
-
Id?: string | undefined;
|
|
927
|
-
IpPools?: IpPool[] | undefined;
|
|
928
|
-
Name?: string | undefined;
|
|
929
|
-
Routes?: Route[] | undefined;
|
|
930
|
-
State?: NetworkState | undefined;
|
|
931
|
-
}
|
|
932
|
-
export interface DeleteNodeRequest {
|
|
933
|
-
ClusterId: string | undefined;
|
|
934
|
-
NodeId: string | undefined;
|
|
935
|
-
}
|
|
936
|
-
export interface DeleteNodeResponse {
|
|
937
|
-
Arn?: string | undefined;
|
|
938
|
-
ChannelPlacementGroups?: string[] | undefined;
|
|
939
|
-
ClusterId?: string | undefined;
|
|
940
|
-
ConnectionState?: NodeConnectionState | undefined;
|
|
941
|
-
Id?: string | undefined;
|
|
942
|
-
InstanceArn?: string | undefined;
|
|
943
|
-
Name?: string | undefined;
|
|
944
|
-
NodeInterfaceMappings?: NodeInterfaceMapping[] | undefined;
|
|
945
|
-
Role?: NodeRole | undefined;
|
|
946
|
-
State?: NodeState | undefined;
|
|
947
|
-
SdiSourceMappings?: SdiSourceMapping[] | undefined;
|
|
948
|
-
}
|
|
949
|
-
export interface DeleteReservationRequest {
|
|
950
|
-
ReservationId: string | undefined;
|
|
951
|
-
}
|
|
952
|
-
export interface DeleteReservationResponse {
|
|
953
|
-
Arn?: string | undefined;
|
|
954
|
-
Count?: number | undefined;
|
|
955
|
-
CurrencyCode?: string | undefined;
|
|
956
|
-
Duration?: number | undefined;
|
|
957
|
-
DurationUnits?: OfferingDurationUnits | undefined;
|
|
958
|
-
End?: string | undefined;
|
|
959
|
-
FixedPrice?: number | undefined;
|
|
960
|
-
Name?: string | undefined;
|
|
961
|
-
OfferingDescription?: string | undefined;
|
|
962
|
-
OfferingId?: string | undefined;
|
|
963
|
-
OfferingType?: OfferingType | undefined;
|
|
964
|
-
Region?: string | undefined;
|
|
965
|
-
RenewalSettings?: RenewalSettings | undefined;
|
|
966
|
-
ReservationId?: string | undefined;
|
|
967
|
-
ResourceSpecification?: ReservationResourceSpecification | undefined;
|
|
968
|
-
Start?: string | undefined;
|
|
969
|
-
State?: ReservationState | undefined;
|
|
970
|
-
Tags?: Record<string, string> | undefined;
|
|
971
|
-
UsagePrice?: number | undefined;
|
|
972
|
-
}
|
|
973
|
-
export interface DeleteScheduleRequest {
|
|
974
|
-
ChannelId: string | undefined;
|
|
975
|
-
}
|
|
976
|
-
export interface DeleteScheduleResponse {}
|
|
977
|
-
export interface DeleteSdiSourceRequest {
|
|
978
|
-
SdiSourceId: string | undefined;
|
|
979
|
-
}
|
|
980
|
-
export interface DeleteSdiSourceResponse {
|
|
981
|
-
SdiSource?: SdiSource | undefined;
|
|
982
|
-
}
|
|
983
|
-
export interface DeleteSignalMapRequest {
|
|
984
|
-
Identifier: string | undefined;
|
|
985
|
-
}
|
|
986
|
-
export interface DeleteTagsRequest {
|
|
987
|
-
ResourceArn: string | undefined;
|
|
988
|
-
TagKeys: string[] | undefined;
|
|
989
|
-
}
|
|
990
|
-
export interface DescribeAccountConfigurationRequest {}
|
|
991
|
-
export interface DescribeAccountConfigurationResponse {
|
|
992
|
-
AccountConfiguration?: AccountConfiguration | undefined;
|
|
993
|
-
}
|
|
994
|
-
export interface DescribeChannelRequest {
|
|
995
|
-
ChannelId: string | undefined;
|
|
996
|
-
}
|
|
997
|
-
export interface DescribeChannelResponse {
|
|
998
|
-
Arn?: string | undefined;
|
|
999
|
-
CdiInputSpecification?: CdiInputSpecification | undefined;
|
|
1000
|
-
ChannelClass?: ChannelClass | undefined;
|
|
1001
|
-
Destinations?: OutputDestination[] | undefined;
|
|
1002
|
-
EgressEndpoints?: ChannelEgressEndpoint[] | undefined;
|
|
1003
|
-
EncoderSettings?: EncoderSettings | undefined;
|
|
1004
|
-
Id?: string | undefined;
|
|
1005
|
-
InputAttachments?: InputAttachment[] | undefined;
|
|
1006
|
-
InputSpecification?: InputSpecification | undefined;
|
|
1007
|
-
LogLevel?: LogLevel | undefined;
|
|
1008
|
-
Maintenance?: MaintenanceStatus | undefined;
|
|
1009
|
-
Name?: string | undefined;
|
|
1010
|
-
PipelineDetails?: PipelineDetail[] | undefined;
|
|
1011
|
-
PipelinesRunningCount?: number | undefined;
|
|
1012
|
-
RoleArn?: string | undefined;
|
|
1013
|
-
State?: ChannelState | undefined;
|
|
1014
|
-
Tags?: Record<string, string> | undefined;
|
|
1015
|
-
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1016
|
-
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1017
|
-
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1018
|
-
}
|
|
1019
|
-
export interface DescribeChannelPlacementGroupRequest {
|
|
1020
|
-
ChannelPlacementGroupId: string | undefined;
|
|
1021
|
-
ClusterId: string | undefined;
|
|
1022
|
-
}
|
|
1023
|
-
export interface DescribeChannelPlacementGroupResponse {
|
|
1024
|
-
Arn?: string | undefined;
|
|
1025
|
-
Channels?: string[] | undefined;
|
|
1026
|
-
ClusterId?: string | undefined;
|
|
1027
|
-
Id?: string | undefined;
|
|
1028
|
-
Name?: string | undefined;
|
|
1029
|
-
Nodes?: string[] | undefined;
|
|
1030
|
-
State?: ChannelPlacementGroupState | undefined;
|
|
1031
|
-
}
|
|
1032
|
-
export interface DescribeClusterRequest {
|
|
1033
|
-
ClusterId: string | undefined;
|
|
1034
|
-
}
|
|
1035
|
-
export interface DescribeClusterResponse {
|
|
1036
|
-
Arn?: string | undefined;
|
|
1037
|
-
ChannelIds?: string[] | undefined;
|
|
1038
|
-
ClusterType?: ClusterType | undefined;
|
|
1039
|
-
Id?: string | undefined;
|
|
1040
|
-
InstanceRoleArn?: string | undefined;
|
|
1041
|
-
Name?: string | undefined;
|
|
1042
|
-
NetworkSettings?: ClusterNetworkSettings | undefined;
|
|
1043
|
-
State?: ClusterState | undefined;
|
|
1044
|
-
}
|
|
1045
|
-
export interface DescribeInputRequest {
|
|
1046
|
-
InputId: string | undefined;
|
|
1047
|
-
}
|
|
1048
|
-
export interface DescribeInputResponse {
|
|
1049
|
-
Arn?: string | undefined;
|
|
1050
|
-
AttachedChannels?: string[] | undefined;
|
|
1051
|
-
Destinations?: InputDestination[] | undefined;
|
|
1052
|
-
Id?: string | undefined;
|
|
1053
|
-
InputClass?: InputClass | undefined;
|
|
1054
|
-
InputDevices?: InputDeviceSettings[] | undefined;
|
|
1055
|
-
InputPartnerIds?: string[] | undefined;
|
|
1056
|
-
InputSourceType?: InputSourceType | undefined;
|
|
1057
|
-
MediaConnectFlows?: MediaConnectFlow[] | undefined;
|
|
1058
|
-
Name?: string | undefined;
|
|
1059
|
-
RoleArn?: string | undefined;
|
|
1060
|
-
SecurityGroups?: string[] | undefined;
|
|
1061
|
-
Sources?: InputSource[] | undefined;
|
|
1062
|
-
State?: InputState | undefined;
|
|
1063
|
-
Tags?: Record<string, string> | undefined;
|
|
1064
|
-
Type?: InputType | undefined;
|
|
1065
|
-
SrtSettings?: SrtSettings | undefined;
|
|
1066
|
-
InputNetworkLocation?: InputNetworkLocation | undefined;
|
|
1067
|
-
MulticastSettings?: MulticastSettings | undefined;
|
|
1068
|
-
Smpte2110ReceiverGroupSettings?: Smpte2110ReceiverGroupSettings | undefined;
|
|
1069
|
-
SdiSources?: string[] | undefined;
|
|
1070
|
-
}
|
|
1071
|
-
export interface DescribeInputDeviceRequest {
|
|
1072
|
-
InputDeviceId: string | undefined;
|
|
1073
|
-
}
|
|
1074
|
-
export interface DescribeInputDeviceResponse {
|
|
1075
|
-
Arn?: string | undefined;
|
|
1076
|
-
ConnectionState?: InputDeviceConnectionState | undefined;
|
|
1077
|
-
DeviceSettingsSyncState?: DeviceSettingsSyncState | undefined;
|
|
1078
|
-
DeviceUpdateStatus?: DeviceUpdateStatus | undefined;
|
|
1079
|
-
HdDeviceSettings?: InputDeviceHdSettings | undefined;
|
|
1080
|
-
Id?: string | undefined;
|
|
1081
|
-
MacAddress?: string | undefined;
|
|
1082
|
-
Name?: string | undefined;
|
|
1083
|
-
NetworkSettings?: InputDeviceNetworkSettings | undefined;
|
|
1084
|
-
SerialNumber?: string | undefined;
|
|
1085
|
-
Type?: InputDeviceType | undefined;
|
|
1086
|
-
UhdDeviceSettings?: InputDeviceUhdSettings | undefined;
|
|
1087
|
-
Tags?: Record<string, string> | undefined;
|
|
1088
|
-
AvailabilityZone?: string | undefined;
|
|
1089
|
-
MedialiveInputArns?: string[] | undefined;
|
|
1090
|
-
OutputType?: InputDeviceOutputType | undefined;
|
|
1091
|
-
}
|
|
1092
|
-
export interface DescribeInputDeviceThumbnailRequest {
|
|
1093
|
-
InputDeviceId: string | undefined;
|
|
1094
|
-
Accept: AcceptHeader | undefined;
|
|
1095
|
-
}
|
|
1096
|
-
export interface DescribeInputDeviceThumbnailResponse {
|
|
1097
|
-
Body?: StreamingBlobTypes | undefined;
|
|
1098
|
-
ContentType?: ContentType | undefined;
|
|
1099
|
-
ContentLength?: number | undefined;
|
|
1100
|
-
ETag?: string | undefined;
|
|
1101
|
-
LastModified?: Date | undefined;
|
|
1102
|
-
}
|
|
1103
|
-
export interface DescribeInputSecurityGroupRequest {
|
|
1104
|
-
InputSecurityGroupId: string | undefined;
|
|
1105
|
-
}
|
|
1106
|
-
export interface DescribeInputSecurityGroupResponse {
|
|
1107
|
-
Arn?: string | undefined;
|
|
1108
|
-
Id?: string | undefined;
|
|
1109
|
-
Inputs?: string[] | undefined;
|
|
1110
|
-
State?: InputSecurityGroupState | undefined;
|
|
1111
|
-
Tags?: Record<string, string> | undefined;
|
|
1112
|
-
WhitelistRules?: InputWhitelistRule[] | undefined;
|
|
1113
|
-
}
|
|
1114
|
-
export interface DescribeMultiplexRequest {
|
|
1115
|
-
MultiplexId: string | undefined;
|
|
1116
|
-
}
|
|
1117
|
-
export interface DescribeMultiplexResponse {
|
|
1118
|
-
Arn?: string | undefined;
|
|
1119
|
-
AvailabilityZones?: string[] | undefined;
|
|
1120
|
-
Destinations?: MultiplexOutputDestination[] | undefined;
|
|
1121
|
-
Id?: string | undefined;
|
|
1122
|
-
MultiplexSettings?: MultiplexSettings | undefined;
|
|
1123
|
-
Name?: string | undefined;
|
|
1124
|
-
PipelinesRunningCount?: number | undefined;
|
|
1125
|
-
ProgramCount?: number | undefined;
|
|
1126
|
-
State?: MultiplexState | undefined;
|
|
1127
|
-
Tags?: Record<string, string> | undefined;
|
|
1128
|
-
}
|
|
1129
|
-
export interface DescribeMultiplexProgramRequest {
|
|
1130
|
-
MultiplexId: string | undefined;
|
|
1131
|
-
ProgramName: string | undefined;
|
|
1132
|
-
}
|
|
1133
|
-
export interface DescribeMultiplexProgramResponse {
|
|
1134
|
-
ChannelId?: string | undefined;
|
|
1135
|
-
MultiplexProgramSettings?: MultiplexProgramSettings | undefined;
|
|
1136
|
-
PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap | undefined;
|
|
1137
|
-
PipelineDetails?: MultiplexProgramPipelineDetail[] | undefined;
|
|
1138
|
-
ProgramName?: string | undefined;
|
|
1139
|
-
}
|
|
1140
|
-
export interface DescribeNetworkRequest {
|
|
1141
|
-
NetworkId: string | undefined;
|
|
1142
|
-
}
|
|
1143
|
-
export interface DescribeNetworkResponse {
|
|
1144
|
-
Arn?: string | undefined;
|
|
1145
|
-
AssociatedClusterIds?: string[] | undefined;
|
|
1146
|
-
Id?: string | undefined;
|
|
1147
|
-
IpPools?: IpPool[] | undefined;
|
|
1148
|
-
Name?: string | undefined;
|
|
1149
|
-
Routes?: Route[] | undefined;
|
|
1150
|
-
State?: NetworkState | undefined;
|
|
1151
|
-
}
|
|
1152
|
-
export interface DescribeNodeRequest {
|
|
1153
|
-
ClusterId: string | undefined;
|
|
1154
|
-
NodeId: string | undefined;
|
|
1155
|
-
}
|
|
1156
|
-
export interface DescribeNodeResponse {
|
|
1157
|
-
Arn?: string | undefined;
|
|
1158
|
-
ChannelPlacementGroups?: string[] | undefined;
|
|
1159
|
-
ClusterId?: string | undefined;
|
|
1160
|
-
ConnectionState?: NodeConnectionState | undefined;
|
|
1161
|
-
Id?: string | undefined;
|
|
1162
|
-
InstanceArn?: string | undefined;
|
|
1163
|
-
Name?: string | undefined;
|
|
1164
|
-
NodeInterfaceMappings?: NodeInterfaceMapping[] | undefined;
|
|
1165
|
-
Role?: NodeRole | undefined;
|
|
1166
|
-
State?: NodeState | undefined;
|
|
1167
|
-
SdiSourceMappings?: SdiSourceMapping[] | undefined;
|
|
1168
|
-
}
|
|
1169
|
-
export interface DescribeOfferingRequest {
|
|
1170
|
-
OfferingId: string | undefined;
|
|
1171
|
-
}
|
|
1172
|
-
export interface DescribeOfferingResponse {
|
|
1173
|
-
Arn?: string | undefined;
|
|
1174
|
-
CurrencyCode?: string | undefined;
|
|
1175
|
-
Duration?: number | undefined;
|
|
1176
|
-
DurationUnits?: OfferingDurationUnits | undefined;
|
|
1177
|
-
FixedPrice?: number | undefined;
|
|
1178
|
-
OfferingDescription?: string | undefined;
|
|
1179
|
-
OfferingId?: string | undefined;
|
|
1180
|
-
OfferingType?: OfferingType | undefined;
|
|
1181
|
-
Region?: string | undefined;
|
|
1182
|
-
ResourceSpecification?: ReservationResourceSpecification | undefined;
|
|
1183
|
-
UsagePrice?: number | undefined;
|
|
1184
|
-
}
|
|
1185
|
-
export interface DescribeReservationRequest {
|
|
1186
|
-
ReservationId: string | undefined;
|
|
1187
|
-
}
|
|
1188
|
-
export interface DescribeReservationResponse {
|
|
1189
|
-
Arn?: string | undefined;
|
|
1190
|
-
Count?: number | undefined;
|
|
1191
|
-
CurrencyCode?: string | undefined;
|
|
1192
|
-
Duration?: number | undefined;
|
|
1193
|
-
DurationUnits?: OfferingDurationUnits | undefined;
|
|
1194
|
-
End?: string | undefined;
|
|
1195
|
-
FixedPrice?: number | undefined;
|
|
1196
|
-
Name?: string | undefined;
|
|
1197
|
-
OfferingDescription?: string | undefined;
|
|
1198
|
-
OfferingId?: string | undefined;
|
|
1199
|
-
OfferingType?: OfferingType | undefined;
|
|
1200
|
-
Region?: string | undefined;
|
|
1201
|
-
RenewalSettings?: RenewalSettings | undefined;
|
|
1202
|
-
ReservationId?: string | undefined;
|
|
1203
|
-
ResourceSpecification?: ReservationResourceSpecification | undefined;
|
|
1204
|
-
Start?: string | undefined;
|
|
1205
|
-
State?: ReservationState | undefined;
|
|
1206
|
-
Tags?: Record<string, string> | undefined;
|
|
1207
|
-
UsagePrice?: number | undefined;
|
|
1208
|
-
}
|
|
1209
|
-
export interface DescribeScheduleRequest {
|
|
1210
|
-
ChannelId: string | undefined;
|
|
1211
|
-
MaxResults?: number | undefined;
|
|
1212
|
-
NextToken?: string | undefined;
|
|
1213
|
-
}
|
|
1214
|
-
export interface DescribeScheduleResponse {
|
|
1215
|
-
NextToken?: string | undefined;
|
|
1216
|
-
ScheduleActions?: ScheduleAction[] | undefined;
|
|
1217
|
-
}
|
|
1218
|
-
export interface DescribeSdiSourceRequest {
|
|
1219
|
-
SdiSourceId: string | undefined;
|
|
1220
|
-
}
|
|
1221
|
-
export interface DescribeSdiSourceResponse {
|
|
1222
|
-
SdiSource?: SdiSource | undefined;
|
|
1223
|
-
}
|
|
1224
|
-
export interface DescribeThumbnailsRequest {
|
|
1225
|
-
ChannelId: string | undefined;
|
|
1226
|
-
PipelineId: string | undefined;
|
|
1227
|
-
ThumbnailType: string | undefined;
|
|
1228
|
-
}
|
|
1229
|
-
export interface DescribeThumbnailsResponse {
|
|
1230
|
-
ThumbnailDetails?: ThumbnailDetail[] | undefined;
|
|
1231
|
-
}
|
|
1232
|
-
export interface GetCloudWatchAlarmTemplateRequest {
|
|
1233
|
-
Identifier: string | undefined;
|
|
1234
|
-
}
|
|
1235
|
-
export interface GetCloudWatchAlarmTemplateResponse {
|
|
1236
|
-
Arn?: string | undefined;
|
|
1237
|
-
ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator | undefined;
|
|
1238
|
-
CreatedAt?: Date | undefined;
|
|
1239
|
-
DatapointsToAlarm?: number | undefined;
|
|
1240
|
-
Description?: string | undefined;
|
|
1241
|
-
EvaluationPeriods?: number | undefined;
|
|
1242
|
-
GroupId?: string | undefined;
|
|
1243
|
-
Id?: string | undefined;
|
|
1244
|
-
MetricName?: string | undefined;
|
|
1245
|
-
ModifiedAt?: Date | undefined;
|
|
1246
|
-
Name?: string | undefined;
|
|
1247
|
-
Period?: number | undefined;
|
|
1248
|
-
Statistic?: CloudWatchAlarmTemplateStatistic | undefined;
|
|
1249
|
-
Tags?: Record<string, string> | undefined;
|
|
1250
|
-
TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType | undefined;
|
|
1251
|
-
Threshold?: number | undefined;
|
|
1252
|
-
TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData | undefined;
|
|
1253
|
-
}
|
|
1254
|
-
export interface GetCloudWatchAlarmTemplateGroupRequest {
|
|
1255
|
-
Identifier: string | undefined;
|
|
1256
|
-
}
|
|
1257
|
-
export interface GetCloudWatchAlarmTemplateGroupResponse {
|
|
1258
|
-
Arn?: string | undefined;
|
|
1259
|
-
CreatedAt?: Date | undefined;
|
|
1260
|
-
Description?: string | undefined;
|
|
1261
|
-
Id?: string | undefined;
|
|
1262
|
-
ModifiedAt?: Date | undefined;
|
|
1263
|
-
Name?: string | undefined;
|
|
1264
|
-
Tags?: Record<string, string> | undefined;
|
|
1265
|
-
}
|
|
1266
|
-
export interface GetEventBridgeRuleTemplateRequest {
|
|
1267
|
-
Identifier: string | undefined;
|
|
1268
|
-
}
|
|
1269
|
-
export interface GetEventBridgeRuleTemplateResponse {
|
|
1270
|
-
Arn?: string | undefined;
|
|
1271
|
-
CreatedAt?: Date | undefined;
|
|
1272
|
-
Description?: string | undefined;
|
|
1273
|
-
EventTargets?: EventBridgeRuleTemplateTarget[] | undefined;
|
|
1274
|
-
EventType?: EventBridgeRuleTemplateEventType | undefined;
|
|
1275
|
-
GroupId?: string | undefined;
|
|
1276
|
-
Id?: string | undefined;
|
|
1277
|
-
ModifiedAt?: Date | undefined;
|
|
1278
|
-
Name?: string | undefined;
|
|
1279
|
-
Tags?: Record<string, string> | undefined;
|
|
1280
|
-
}
|
|
1281
|
-
export interface GetEventBridgeRuleTemplateGroupRequest {
|
|
1282
|
-
Identifier: string | undefined;
|
|
1283
|
-
}
|
|
1284
|
-
export interface GetEventBridgeRuleTemplateGroupResponse {
|
|
1285
|
-
Arn?: string | undefined;
|
|
1286
|
-
CreatedAt?: Date | undefined;
|
|
1287
|
-
Description?: string | undefined;
|
|
1288
|
-
Id?: string | undefined;
|
|
1289
|
-
ModifiedAt?: Date | undefined;
|
|
1290
|
-
Name?: string | undefined;
|
|
1291
|
-
Tags?: Record<string, string> | undefined;
|
|
1292
|
-
}
|
|
1293
|
-
export interface GetSignalMapRequest {
|
|
1294
|
-
Identifier: string | undefined;
|
|
1295
|
-
}
|
|
1296
|
-
export interface GetSignalMapResponse {
|
|
1297
|
-
Arn?: string | undefined;
|
|
1298
|
-
CloudWatchAlarmTemplateGroupIds?: string[] | undefined;
|
|
1299
|
-
CreatedAt?: Date | undefined;
|
|
1300
|
-
Description?: string | undefined;
|
|
1301
|
-
DiscoveryEntryPointArn?: string | undefined;
|
|
1302
|
-
ErrorMessage?: string | undefined;
|
|
1303
|
-
EventBridgeRuleTemplateGroupIds?: string[] | undefined;
|
|
1304
|
-
FailedMediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
1305
|
-
Id?: string | undefined;
|
|
1306
|
-
LastDiscoveredAt?: Date | undefined;
|
|
1307
|
-
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment | undefined;
|
|
1308
|
-
MediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
1309
|
-
ModifiedAt?: Date | undefined;
|
|
1310
|
-
MonitorChangesPendingDeployment?: boolean | undefined;
|
|
1311
|
-
MonitorDeployment?: MonitorDeployment | undefined;
|
|
1312
|
-
Name?: string | undefined;
|
|
1313
|
-
Status?: SignalMapStatus | undefined;
|
|
1314
|
-
Tags?: Record<string, string> | undefined;
|
|
1315
|
-
}
|
|
1316
|
-
export interface InputDeviceMediaConnectConfigurableSettings {
|
|
1317
|
-
FlowArn?: string | undefined;
|
|
1318
|
-
RoleArn?: string | undefined;
|
|
1319
|
-
SecretArn?: string | undefined;
|
|
1320
|
-
SourceName?: string | undefined;
|
|
1321
|
-
}
|
|
1322
|
-
export interface InputDeviceConfigurableSettings {
|
|
1323
|
-
ConfiguredInput?: InputDeviceConfiguredInput | undefined;
|
|
1324
|
-
MaxBitrate?: number | undefined;
|
|
1325
|
-
LatencyMs?: number | undefined;
|
|
1326
|
-
Codec?: InputDeviceCodec | undefined;
|
|
1327
|
-
MediaconnectSettings?:
|
|
1328
|
-
| InputDeviceMediaConnectConfigurableSettings
|
|
1329
|
-
| undefined;
|
|
1330
|
-
AudioChannelPairs?:
|
|
1331
|
-
| InputDeviceConfigurableAudioChannelPairConfig[]
|
|
1332
|
-
| undefined;
|
|
1333
|
-
InputResolution?: string | undefined;
|
|
1334
|
-
}
|
|
1335
|
-
export interface ListAlertsRequest {
|
|
1336
|
-
ChannelId: string | undefined;
|
|
1337
|
-
MaxResults?: number | undefined;
|
|
1338
|
-
NextToken?: string | undefined;
|
|
1339
|
-
StateFilter?: string | undefined;
|
|
1340
|
-
}
|
|
1341
|
-
export interface ListAlertsResponse {
|
|
1342
|
-
Alerts?: ChannelAlert[] | undefined;
|
|
1343
|
-
NextToken?: string | undefined;
|
|
1344
|
-
}
|
|
1345
|
-
export interface ListChannelPlacementGroupsRequest {
|
|
1346
|
-
ClusterId: string | undefined;
|
|
1347
|
-
MaxResults?: number | undefined;
|
|
1348
|
-
NextToken?: string | undefined;
|
|
1349
|
-
}
|
|
1350
|
-
export interface ListChannelPlacementGroupsResponse {
|
|
1351
|
-
ChannelPlacementGroups?: DescribeChannelPlacementGroupSummary[] | undefined;
|
|
1352
|
-
NextToken?: string | undefined;
|
|
1353
|
-
}
|
|
1354
|
-
export interface ListChannelsRequest {
|
|
1355
|
-
MaxResults?: number | undefined;
|
|
1356
|
-
NextToken?: string | undefined;
|
|
1357
|
-
}
|
|
1358
|
-
export interface ListChannelsResponse {
|
|
1359
|
-
Channels?: ChannelSummary[] | undefined;
|
|
1360
|
-
NextToken?: string | undefined;
|
|
1361
|
-
}
|
|
1362
|
-
export interface ListCloudWatchAlarmTemplateGroupsRequest {
|
|
1363
|
-
MaxResults?: number | undefined;
|
|
1364
|
-
NextToken?: string | undefined;
|
|
1365
|
-
Scope?: string | undefined;
|
|
1366
|
-
SignalMapIdentifier?: string | undefined;
|
|
1367
|
-
}
|
|
1368
|
-
export interface ListCloudWatchAlarmTemplateGroupsResponse {
|
|
1369
|
-
CloudWatchAlarmTemplateGroups?:
|
|
1370
|
-
| CloudWatchAlarmTemplateGroupSummary[]
|
|
1371
|
-
| undefined;
|
|
1372
|
-
NextToken?: string | undefined;
|
|
1373
|
-
}
|
|
1374
|
-
export interface ListCloudWatchAlarmTemplatesRequest {
|
|
1375
|
-
GroupIdentifier?: string | undefined;
|
|
1376
|
-
MaxResults?: number | undefined;
|
|
1377
|
-
NextToken?: string | undefined;
|
|
1378
|
-
Scope?: string | undefined;
|
|
1379
|
-
SignalMapIdentifier?: string | undefined;
|
|
1380
|
-
}
|
|
1381
|
-
export interface ListCloudWatchAlarmTemplatesResponse {
|
|
1382
|
-
CloudWatchAlarmTemplates?: CloudWatchAlarmTemplateSummary[] | undefined;
|
|
1383
|
-
NextToken?: string | undefined;
|
|
1384
|
-
}
|
|
1385
|
-
export interface ListClusterAlertsRequest {
|
|
1386
|
-
ClusterId: string | undefined;
|
|
1387
|
-
MaxResults?: number | undefined;
|
|
1388
|
-
NextToken?: string | undefined;
|
|
1389
|
-
StateFilter?: string | undefined;
|
|
1390
|
-
}
|
|
1391
|
-
export interface ListClusterAlertsResponse {
|
|
1392
|
-
Alerts?: ClusterAlert[] | undefined;
|
|
1393
|
-
NextToken?: string | undefined;
|
|
1394
|
-
}
|
|
1395
|
-
export interface ListClustersRequest {
|
|
1396
|
-
MaxResults?: number | undefined;
|
|
1397
|
-
NextToken?: string | undefined;
|
|
1398
|
-
}
|
|
1399
|
-
export interface ListClustersResponse {
|
|
1400
|
-
Clusters?: DescribeClusterSummary[] | undefined;
|
|
1401
|
-
NextToken?: string | undefined;
|
|
1402
|
-
}
|
|
1403
|
-
export interface ListEventBridgeRuleTemplateGroupsRequest {
|
|
1404
|
-
MaxResults?: number | undefined;
|
|
1405
|
-
NextToken?: string | undefined;
|
|
1406
|
-
SignalMapIdentifier?: string | undefined;
|
|
1407
|
-
}
|
|
1408
|
-
export interface ListEventBridgeRuleTemplateGroupsResponse {
|
|
1409
|
-
EventBridgeRuleTemplateGroups?:
|
|
1410
|
-
| EventBridgeRuleTemplateGroupSummary[]
|
|
1411
|
-
| undefined;
|
|
1412
|
-
NextToken?: string | undefined;
|
|
1413
|
-
}
|
|
1414
|
-
export interface ListEventBridgeRuleTemplatesRequest {
|
|
1415
|
-
GroupIdentifier?: string | undefined;
|
|
1416
|
-
MaxResults?: number | undefined;
|
|
1417
|
-
NextToken?: string | undefined;
|
|
1418
|
-
SignalMapIdentifier?: string | undefined;
|
|
1419
|
-
}
|
|
1420
|
-
export interface ListEventBridgeRuleTemplatesResponse {
|
|
1421
|
-
EventBridgeRuleTemplates?: EventBridgeRuleTemplateSummary[] | undefined;
|
|
1422
|
-
NextToken?: string | undefined;
|
|
1423
|
-
}
|
|
1424
|
-
export interface ListInputDevicesRequest {
|
|
1425
|
-
MaxResults?: number | undefined;
|
|
1426
|
-
NextToken?: string | undefined;
|
|
1427
|
-
}
|
|
1428
|
-
export interface ListInputDevicesResponse {
|
|
1429
|
-
InputDevices?: InputDeviceSummary[] | undefined;
|
|
1430
|
-
NextToken?: string | undefined;
|
|
1431
|
-
}
|
|
1432
|
-
export interface ListInputDeviceTransfersRequest {
|
|
1433
|
-
MaxResults?: number | undefined;
|
|
1434
|
-
NextToken?: string | undefined;
|
|
1435
|
-
TransferType: string | undefined;
|
|
1436
|
-
}
|
|
1437
|
-
export interface ListInputDeviceTransfersResponse {
|
|
1438
|
-
InputDeviceTransfers?: TransferringInputDeviceSummary[] | undefined;
|
|
1439
|
-
NextToken?: string | undefined;
|
|
1440
|
-
}
|
|
1441
|
-
export interface ListInputsRequest {
|
|
1442
|
-
MaxResults?: number | undefined;
|
|
1443
|
-
NextToken?: string | undefined;
|
|
1444
|
-
}
|
|
1445
|
-
export interface ListInputsResponse {
|
|
1446
|
-
Inputs?: Input[] | undefined;
|
|
1447
|
-
NextToken?: string | undefined;
|
|
1448
|
-
}
|
|
1449
|
-
export interface ListInputSecurityGroupsRequest {
|
|
1450
|
-
MaxResults?: number | undefined;
|
|
1451
|
-
NextToken?: string | undefined;
|
|
1452
|
-
}
|
|
1453
|
-
export interface ListInputSecurityGroupsResponse {
|
|
1454
|
-
InputSecurityGroups?: InputSecurityGroup[] | undefined;
|
|
1455
|
-
NextToken?: string | undefined;
|
|
1456
|
-
}
|
|
1457
|
-
export interface ListMultiplexAlertsRequest {
|
|
1458
|
-
MaxResults?: number | undefined;
|
|
1459
|
-
MultiplexId: string | undefined;
|
|
1460
|
-
NextToken?: string | undefined;
|
|
1461
|
-
StateFilter?: string | undefined;
|
|
1462
|
-
}
|
|
1463
|
-
export interface ListMultiplexAlertsResponse {
|
|
1464
|
-
Alerts?: MultiplexAlert[] | undefined;
|
|
1465
|
-
NextToken?: string | undefined;
|
|
1466
|
-
}
|
|
1467
|
-
export interface ListMultiplexesRequest {
|
|
1468
|
-
MaxResults?: number | undefined;
|
|
1469
|
-
NextToken?: string | undefined;
|
|
1470
|
-
}
|
|
1471
|
-
export interface ListMultiplexesResponse {
|
|
1472
|
-
Multiplexes?: MultiplexSummary[] | undefined;
|
|
1473
|
-
NextToken?: string | undefined;
|
|
1474
|
-
}
|
|
1475
|
-
export interface ListMultiplexProgramsRequest {
|
|
1476
|
-
MaxResults?: number | undefined;
|
|
1477
|
-
MultiplexId: string | undefined;
|
|
1478
|
-
NextToken?: string | undefined;
|
|
1479
|
-
}
|
|
1480
|
-
export interface ListMultiplexProgramsResponse {
|
|
1481
|
-
MultiplexPrograms?: MultiplexProgramSummary[] | undefined;
|
|
1482
|
-
NextToken?: string | undefined;
|
|
1483
|
-
}
|
|
1484
|
-
export interface ListNetworksRequest {
|
|
1485
|
-
MaxResults?: number | undefined;
|
|
1486
|
-
NextToken?: string | undefined;
|
|
1487
|
-
}
|
|
1488
|
-
export interface ListNetworksResponse {
|
|
1489
|
-
Networks?: DescribeNetworkSummary[] | undefined;
|
|
1490
|
-
NextToken?: string | undefined;
|
|
1491
|
-
}
|
|
1492
|
-
export interface ListNodesRequest {
|
|
1493
|
-
ClusterId: string | undefined;
|
|
1494
|
-
MaxResults?: number | undefined;
|
|
1495
|
-
NextToken?: string | undefined;
|
|
1496
|
-
}
|
|
1497
|
-
export interface ListNodesResponse {
|
|
1498
|
-
NextToken?: string | undefined;
|
|
1499
|
-
Nodes?: DescribeNodeSummary[] | undefined;
|
|
1500
|
-
}
|
|
1501
|
-
export interface ListOfferingsRequest {
|
|
1502
|
-
ChannelClass?: string | undefined;
|
|
1503
|
-
ChannelConfiguration?: string | undefined;
|
|
1504
|
-
Codec?: string | undefined;
|
|
1505
|
-
Duration?: string | undefined;
|
|
1506
|
-
MaxResults?: number | undefined;
|
|
1507
|
-
MaximumBitrate?: string | undefined;
|
|
1508
|
-
MaximumFramerate?: string | undefined;
|
|
1509
|
-
NextToken?: string | undefined;
|
|
1510
|
-
Resolution?: string | undefined;
|
|
1511
|
-
ResourceType?: string | undefined;
|
|
1512
|
-
SpecialFeature?: string | undefined;
|
|
1513
|
-
VideoQuality?: string | undefined;
|
|
1514
|
-
}
|
|
1515
|
-
export interface ListOfferingsResponse {
|
|
1516
|
-
NextToken?: string | undefined;
|
|
1517
|
-
Offerings?: Offering[] | undefined;
|
|
1518
|
-
}
|
|
1519
|
-
export interface ListReservationsRequest {
|
|
1520
|
-
ChannelClass?: string | undefined;
|
|
1521
|
-
Codec?: string | undefined;
|
|
1522
|
-
MaxResults?: number | undefined;
|
|
1523
|
-
MaximumBitrate?: string | undefined;
|
|
1524
|
-
MaximumFramerate?: string | undefined;
|
|
1525
|
-
NextToken?: string | undefined;
|
|
1526
|
-
Resolution?: string | undefined;
|
|
1527
|
-
ResourceType?: string | undefined;
|
|
1528
|
-
SpecialFeature?: string | undefined;
|
|
1529
|
-
VideoQuality?: string | undefined;
|
|
1530
|
-
}
|
|
1531
|
-
export interface ListReservationsResponse {
|
|
1532
|
-
NextToken?: string | undefined;
|
|
1533
|
-
Reservations?: Reservation[] | undefined;
|
|
1534
|
-
}
|
|
1535
|
-
export interface ListSdiSourcesRequest {
|
|
1536
|
-
MaxResults?: number | undefined;
|
|
1537
|
-
NextToken?: string | undefined;
|
|
1538
|
-
}
|
|
1539
|
-
export interface ListSdiSourcesResponse {
|
|
1540
|
-
NextToken?: string | undefined;
|
|
1541
|
-
SdiSources?: SdiSourceSummary[] | undefined;
|
|
1542
|
-
}
|
|
1543
|
-
export interface ListSignalMapsRequest {
|
|
1544
|
-
CloudWatchAlarmTemplateGroupIdentifier?: string | undefined;
|
|
1545
|
-
EventBridgeRuleTemplateGroupIdentifier?: string | undefined;
|
|
1546
|
-
MaxResults?: number | undefined;
|
|
1547
|
-
NextToken?: string | undefined;
|
|
1548
|
-
}
|
|
1549
|
-
export interface ListSignalMapsResponse {
|
|
1550
|
-
NextToken?: string | undefined;
|
|
1551
|
-
SignalMaps?: SignalMapSummary[] | undefined;
|
|
1552
|
-
}
|
|
1553
|
-
export interface ListTagsForResourceRequest {
|
|
1554
|
-
ResourceArn: string | undefined;
|
|
1555
|
-
}
|
|
1556
|
-
export interface ListTagsForResourceResponse {
|
|
1557
|
-
Tags?: Record<string, string> | undefined;
|
|
1558
|
-
}
|
|
1559
|
-
export interface ListVersionsRequest {}
|
|
1560
|
-
export interface ListVersionsResponse {
|
|
1561
|
-
Versions?: ChannelEngineVersionResponse[] | undefined;
|
|
1562
|
-
}
|
|
1563
|
-
export interface MaintenanceUpdateSettings {
|
|
1564
|
-
MaintenanceDay?: MaintenanceDay | undefined;
|
|
1565
|
-
MaintenanceScheduledDate?: string | undefined;
|
|
1566
|
-
MaintenanceStartTime?: string | undefined;
|
|
1567
|
-
}
|
|
1568
|
-
export interface PurchaseOfferingRequest {
|
|
1569
|
-
Count: number | undefined;
|
|
1570
|
-
Name?: string | undefined;
|
|
1571
|
-
OfferingId: string | undefined;
|
|
1572
|
-
RenewalSettings?: RenewalSettings | undefined;
|
|
1573
|
-
RequestId?: string | undefined;
|
|
1574
|
-
Start?: string | undefined;
|
|
1575
|
-
Tags?: Record<string, string> | undefined;
|
|
1576
|
-
}
|
|
1577
|
-
export interface PurchaseOfferingResponse {
|
|
1578
|
-
Reservation?: Reservation | undefined;
|
|
1579
|
-
}
|
|
1580
|
-
export declare const RebootInputDeviceForce: {
|
|
1581
|
-
readonly NO: "NO";
|
|
1582
|
-
readonly YES: "YES";
|
|
1583
|
-
};
|
|
1584
|
-
export type RebootInputDeviceForce =
|
|
1585
|
-
(typeof RebootInputDeviceForce)[keyof typeof RebootInputDeviceForce];
|
|
1586
|
-
export interface RebootInputDeviceRequest {
|
|
1587
|
-
Force?: RebootInputDeviceForce | undefined;
|
|
1588
|
-
InputDeviceId: string | undefined;
|
|
1589
|
-
}
|
|
1590
|
-
export interface RebootInputDeviceResponse {}
|
|
1591
|
-
export interface RejectInputDeviceTransferRequest {
|
|
1592
|
-
InputDeviceId: string | undefined;
|
|
1593
|
-
}
|
|
1594
|
-
export interface RejectInputDeviceTransferResponse {}
|
|
1595
|
-
export interface RestartChannelPipelinesRequest {
|
|
1596
|
-
ChannelId: string | undefined;
|
|
1597
|
-
PipelineIds?: ChannelPipelineIdToRestart[] | undefined;
|
|
1598
|
-
}
|
|
1599
|
-
export interface RestartChannelPipelinesResponse {
|
|
1600
|
-
Arn?: string | undefined;
|
|
1601
|
-
CdiInputSpecification?: CdiInputSpecification | undefined;
|
|
1602
|
-
ChannelClass?: ChannelClass | undefined;
|
|
1603
|
-
Destinations?: OutputDestination[] | undefined;
|
|
1604
|
-
EgressEndpoints?: ChannelEgressEndpoint[] | undefined;
|
|
1605
|
-
EncoderSettings?: EncoderSettings | undefined;
|
|
1606
|
-
Id?: string | undefined;
|
|
1607
|
-
InputAttachments?: InputAttachment[] | undefined;
|
|
1608
|
-
InputSpecification?: InputSpecification | undefined;
|
|
1609
|
-
LogLevel?: LogLevel | undefined;
|
|
1610
|
-
Maintenance?: MaintenanceStatus | undefined;
|
|
1611
|
-
MaintenanceStatus?: string | undefined;
|
|
1612
|
-
Name?: string | undefined;
|
|
1613
|
-
PipelineDetails?: PipelineDetail[] | undefined;
|
|
1614
|
-
PipelinesRunningCount?: number | undefined;
|
|
1615
|
-
RoleArn?: string | undefined;
|
|
1616
|
-
State?: ChannelState | undefined;
|
|
1617
|
-
Tags?: Record<string, string> | undefined;
|
|
1618
|
-
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1619
|
-
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1620
|
-
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1621
|
-
}
|
|
1622
|
-
export interface StartChannelRequest {
|
|
1623
|
-
ChannelId: string | undefined;
|
|
1624
|
-
}
|
|
1625
|
-
export interface StartChannelResponse {
|
|
1626
|
-
Arn?: string | undefined;
|
|
1627
|
-
CdiInputSpecification?: CdiInputSpecification | undefined;
|
|
1628
|
-
ChannelClass?: ChannelClass | undefined;
|
|
1629
|
-
Destinations?: OutputDestination[] | undefined;
|
|
1630
|
-
EgressEndpoints?: ChannelEgressEndpoint[] | undefined;
|
|
1631
|
-
EncoderSettings?: EncoderSettings | undefined;
|
|
1632
|
-
Id?: string | undefined;
|
|
1633
|
-
InputAttachments?: InputAttachment[] | undefined;
|
|
1634
|
-
InputSpecification?: InputSpecification | undefined;
|
|
1635
|
-
LogLevel?: LogLevel | undefined;
|
|
1636
|
-
Maintenance?: MaintenanceStatus | undefined;
|
|
1637
|
-
Name?: string | undefined;
|
|
1638
|
-
PipelineDetails?: PipelineDetail[] | undefined;
|
|
1639
|
-
PipelinesRunningCount?: number | undefined;
|
|
1640
|
-
RoleArn?: string | undefined;
|
|
1641
|
-
State?: ChannelState | undefined;
|
|
1642
|
-
Tags?: Record<string, string> | undefined;
|
|
1643
|
-
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1644
|
-
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1645
|
-
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1646
|
-
}
|
|
1647
|
-
export interface StartDeleteMonitorDeploymentRequest {
|
|
1648
|
-
Identifier: string | undefined;
|
|
1649
|
-
}
|
|
1650
|
-
export interface StartDeleteMonitorDeploymentResponse {
|
|
1651
|
-
Arn?: string | undefined;
|
|
1652
|
-
CloudWatchAlarmTemplateGroupIds?: string[] | undefined;
|
|
1653
|
-
CreatedAt?: Date | undefined;
|
|
1654
|
-
Description?: string | undefined;
|
|
1655
|
-
DiscoveryEntryPointArn?: string | undefined;
|
|
1656
|
-
ErrorMessage?: string | undefined;
|
|
1657
|
-
EventBridgeRuleTemplateGroupIds?: string[] | undefined;
|
|
1658
|
-
FailedMediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
1659
|
-
Id?: string | undefined;
|
|
1660
|
-
LastDiscoveredAt?: Date | undefined;
|
|
1661
|
-
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment | undefined;
|
|
1662
|
-
MediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
1663
|
-
ModifiedAt?: Date | undefined;
|
|
1664
|
-
MonitorChangesPendingDeployment?: boolean | undefined;
|
|
1665
|
-
MonitorDeployment?: MonitorDeployment | undefined;
|
|
1666
|
-
Name?: string | undefined;
|
|
1667
|
-
Status?: SignalMapStatus | undefined;
|
|
1668
|
-
Tags?: Record<string, string> | undefined;
|
|
1669
|
-
}
|
|
1670
|
-
export interface StartInputDeviceRequest {
|
|
1671
|
-
InputDeviceId: string | undefined;
|
|
1672
|
-
}
|
|
1673
|
-
export interface StartInputDeviceResponse {}
|
|
1674
|
-
export interface StartInputDeviceMaintenanceWindowRequest {
|
|
1675
|
-
InputDeviceId: string | undefined;
|
|
1676
|
-
}
|
|
1677
|
-
export interface StartInputDeviceMaintenanceWindowResponse {}
|
|
1678
|
-
export interface StartMonitorDeploymentRequest {
|
|
1679
|
-
DryRun?: boolean | undefined;
|
|
1680
|
-
Identifier: string | undefined;
|
|
1681
|
-
}
|
|
1682
|
-
export interface StartMonitorDeploymentResponse {
|
|
1683
|
-
Arn?: string | undefined;
|
|
1684
|
-
CloudWatchAlarmTemplateGroupIds?: string[] | undefined;
|
|
1685
|
-
CreatedAt?: Date | undefined;
|
|
1686
|
-
Description?: string | undefined;
|
|
1687
|
-
DiscoveryEntryPointArn?: string | undefined;
|
|
1688
|
-
ErrorMessage?: string | undefined;
|
|
1689
|
-
EventBridgeRuleTemplateGroupIds?: string[] | undefined;
|
|
1690
|
-
FailedMediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
1691
|
-
Id?: string | undefined;
|
|
1692
|
-
LastDiscoveredAt?: Date | undefined;
|
|
1693
|
-
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment | undefined;
|
|
1694
|
-
MediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
1695
|
-
ModifiedAt?: Date | undefined;
|
|
1696
|
-
MonitorChangesPendingDeployment?: boolean | undefined;
|
|
1697
|
-
MonitorDeployment?: MonitorDeployment | undefined;
|
|
1698
|
-
Name?: string | undefined;
|
|
1699
|
-
Status?: SignalMapStatus | undefined;
|
|
1700
|
-
Tags?: Record<string, string> | undefined;
|
|
1701
|
-
}
|
|
1702
|
-
export interface StartMultiplexRequest {
|
|
1703
|
-
MultiplexId: string | undefined;
|
|
1704
|
-
}
|
|
1705
|
-
export interface StartMultiplexResponse {
|
|
1706
|
-
Arn?: string | undefined;
|
|
1707
|
-
AvailabilityZones?: string[] | undefined;
|
|
1708
|
-
Destinations?: MultiplexOutputDestination[] | undefined;
|
|
1709
|
-
Id?: string | undefined;
|
|
1710
|
-
MultiplexSettings?: MultiplexSettings | undefined;
|
|
1711
|
-
Name?: string | undefined;
|
|
1712
|
-
PipelinesRunningCount?: number | undefined;
|
|
1713
|
-
ProgramCount?: number | undefined;
|
|
1714
|
-
State?: MultiplexState | undefined;
|
|
1715
|
-
Tags?: Record<string, string> | undefined;
|
|
1716
|
-
}
|
|
1717
|
-
export interface StartUpdateSignalMapRequest {
|
|
1718
|
-
CloudWatchAlarmTemplateGroupIdentifiers?: string[] | undefined;
|
|
1719
|
-
Description?: string | undefined;
|
|
1720
|
-
DiscoveryEntryPointArn?: string | undefined;
|
|
1721
|
-
EventBridgeRuleTemplateGroupIdentifiers?: string[] | undefined;
|
|
1722
|
-
ForceRediscovery?: boolean | undefined;
|
|
1723
|
-
Identifier: string | undefined;
|
|
1724
|
-
Name?: string | undefined;
|
|
1725
|
-
}
|
|
1726
|
-
export interface StartUpdateSignalMapResponse {
|
|
1727
|
-
Arn?: string | undefined;
|
|
1728
|
-
CloudWatchAlarmTemplateGroupIds?: string[] | undefined;
|
|
1729
|
-
CreatedAt?: Date | undefined;
|
|
1730
|
-
Description?: string | undefined;
|
|
1731
|
-
DiscoveryEntryPointArn?: string | undefined;
|
|
1732
|
-
ErrorMessage?: string | undefined;
|
|
1733
|
-
EventBridgeRuleTemplateGroupIds?: string[] | undefined;
|
|
1734
|
-
FailedMediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
1735
|
-
Id?: string | undefined;
|
|
1736
|
-
LastDiscoveredAt?: Date | undefined;
|
|
1737
|
-
LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment | undefined;
|
|
1738
|
-
MediaResourceMap?: Record<string, MediaResource> | undefined;
|
|
1739
|
-
ModifiedAt?: Date | undefined;
|
|
1740
|
-
MonitorChangesPendingDeployment?: boolean | undefined;
|
|
1741
|
-
MonitorDeployment?: MonitorDeployment | undefined;
|
|
1742
|
-
Name?: string | undefined;
|
|
1743
|
-
Status?: SignalMapStatus | undefined;
|
|
1744
|
-
Tags?: Record<string, string> | undefined;
|
|
1745
|
-
}
|
|
1746
|
-
export interface StopChannelRequest {
|
|
1747
|
-
ChannelId: string | undefined;
|
|
1748
|
-
}
|
|
1749
|
-
export interface StopChannelResponse {
|
|
1750
|
-
Arn?: string | undefined;
|
|
1751
|
-
CdiInputSpecification?: CdiInputSpecification | undefined;
|
|
1752
|
-
ChannelClass?: ChannelClass | undefined;
|
|
1753
|
-
Destinations?: OutputDestination[] | undefined;
|
|
1754
|
-
EgressEndpoints?: ChannelEgressEndpoint[] | undefined;
|
|
1755
|
-
EncoderSettings?: EncoderSettings | undefined;
|
|
1756
|
-
Id?: string | undefined;
|
|
1757
|
-
InputAttachments?: InputAttachment[] | undefined;
|
|
1758
|
-
InputSpecification?: InputSpecification | undefined;
|
|
1759
|
-
LogLevel?: LogLevel | undefined;
|
|
1760
|
-
Maintenance?: MaintenanceStatus | undefined;
|
|
1761
|
-
Name?: string | undefined;
|
|
1762
|
-
PipelineDetails?: PipelineDetail[] | undefined;
|
|
1763
|
-
PipelinesRunningCount?: number | undefined;
|
|
1764
|
-
RoleArn?: string | undefined;
|
|
1765
|
-
State?: ChannelState | undefined;
|
|
1766
|
-
Tags?: Record<string, string> | undefined;
|
|
1767
|
-
Vpc?: VpcOutputSettingsDescription | undefined;
|
|
1768
|
-
AnywhereSettings?: DescribeAnywhereSettings | undefined;
|
|
1769
|
-
ChannelEngineVersion?: ChannelEngineVersionResponse | undefined;
|
|
1770
|
-
}
|
|
1771
|
-
export interface StopInputDeviceRequest {
|
|
1772
|
-
InputDeviceId: string | undefined;
|
|
1773
|
-
}
|
|
1774
|
-
export interface StopInputDeviceResponse {}
|
|
1775
|
-
export interface StopMultiplexRequest {
|
|
1776
|
-
MultiplexId: string | undefined;
|
|
1777
|
-
}
|
|
1778
|
-
export interface StopMultiplexResponse {
|
|
1779
|
-
Arn?: string | undefined;
|
|
1780
|
-
AvailabilityZones?: string[] | undefined;
|
|
1781
|
-
Destinations?: MultiplexOutputDestination[] | undefined;
|
|
1782
|
-
Id?: string | undefined;
|
|
1783
|
-
MultiplexSettings?: MultiplexSettings | undefined;
|
|
1784
|
-
Name?: string | undefined;
|
|
1785
|
-
PipelinesRunningCount?: number | undefined;
|
|
1786
|
-
ProgramCount?: number | undefined;
|
|
1787
|
-
State?: MultiplexState | undefined;
|
|
1788
|
-
Tags?: Record<string, string> | undefined;
|
|
1789
|
-
}
|
|
1790
|
-
export interface TransferInputDeviceRequest {
|
|
1791
|
-
InputDeviceId: string | undefined;
|
|
1792
|
-
TargetCustomerId?: string | undefined;
|
|
1793
|
-
TargetRegion?: string | undefined;
|
|
1794
|
-
TransferMessage?: string | undefined;
|
|
1795
|
-
}
|
|
1796
|
-
export interface TransferInputDeviceResponse {}
|
|
1797
|
-
export interface UpdateAccountConfigurationRequest {
|
|
1798
|
-
AccountConfiguration?: AccountConfiguration | undefined;
|
|
1799
|
-
}
|
|
1800
|
-
export interface UpdateAccountConfigurationResponse {
|
|
1801
|
-
AccountConfiguration?: AccountConfiguration | undefined;
|
|
1802
|
-
}
|
|
1803
|
-
export interface UpdateChannelRequest {
|
|
1804
|
-
CdiInputSpecification?: CdiInputSpecification | undefined;
|
|
1805
|
-
ChannelId: string | undefined;
|
|
1806
|
-
Destinations?: OutputDestination[] | undefined;
|
|
1807
|
-
EncoderSettings?: EncoderSettings | undefined;
|
|
1808
|
-
InputAttachments?: InputAttachment[] | undefined;
|
|
1809
|
-
InputSpecification?: InputSpecification | undefined;
|
|
1810
|
-
LogLevel?: LogLevel | undefined;
|
|
1811
|
-
Maintenance?: MaintenanceUpdateSettings | undefined;
|
|
1812
|
-
Name?: string | undefined;
|
|
1813
|
-
RoleArn?: string | undefined;
|
|
1814
|
-
ChannelEngineVersion?: ChannelEngineVersionRequest | undefined;
|
|
1815
|
-
DryRun?: boolean | undefined;
|
|
1816
|
-
AnywhereSettings?: AnywhereSettings | undefined;
|
|
1817
|
-
}
|
|
1818
|
-
export interface UpdateChannelResponse {
|
|
1819
|
-
Channel?: Channel | undefined;
|
|
1820
|
-
}
|
|
1821
|
-
export interface UpdateChannelClassRequest {
|
|
1822
|
-
ChannelClass: ChannelClass | undefined;
|
|
1823
|
-
ChannelId: string | undefined;
|
|
1824
|
-
Destinations?: OutputDestination[] | undefined;
|
|
1825
|
-
}
|
|
1826
|
-
export interface UpdateChannelClassResponse {
|
|
1827
|
-
Channel?: Channel | undefined;
|
|
1828
|
-
}
|
|
1829
|
-
export interface UpdateChannelPlacementGroupRequest {
|
|
1830
|
-
ChannelPlacementGroupId: string | undefined;
|
|
1831
|
-
ClusterId: string | undefined;
|
|
1832
|
-
Name?: string | undefined;
|
|
1833
|
-
Nodes?: string[] | undefined;
|
|
1834
|
-
}
|
|
1835
|
-
export interface UpdateChannelPlacementGroupResponse {
|
|
1836
|
-
Arn?: string | undefined;
|
|
1837
|
-
Channels?: string[] | undefined;
|
|
1838
|
-
ClusterId?: string | undefined;
|
|
1839
|
-
Id?: string | undefined;
|
|
1840
|
-
Name?: string | undefined;
|
|
1841
|
-
Nodes?: string[] | undefined;
|
|
1842
|
-
State?: ChannelPlacementGroupState | undefined;
|
|
1843
|
-
}
|
|
1844
|
-
export interface UpdateCloudWatchAlarmTemplateRequest {
|
|
1845
|
-
ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator | undefined;
|
|
1846
|
-
DatapointsToAlarm?: number | undefined;
|
|
1847
|
-
Description?: string | undefined;
|
|
1848
|
-
EvaluationPeriods?: number | undefined;
|
|
1849
|
-
GroupIdentifier?: string | undefined;
|
|
1850
|
-
Identifier: string | undefined;
|
|
1851
|
-
MetricName?: string | undefined;
|
|
1852
|
-
Name?: string | undefined;
|
|
1853
|
-
Period?: number | undefined;
|
|
1854
|
-
Statistic?: CloudWatchAlarmTemplateStatistic | undefined;
|
|
1855
|
-
TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType | undefined;
|
|
1856
|
-
Threshold?: number | undefined;
|
|
1857
|
-
TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData | undefined;
|
|
1858
|
-
}
|
|
1859
|
-
export interface UpdateCloudWatchAlarmTemplateResponse {
|
|
1860
|
-
Arn?: string | undefined;
|
|
1861
|
-
ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator | undefined;
|
|
1862
|
-
CreatedAt?: Date | undefined;
|
|
1863
|
-
DatapointsToAlarm?: number | undefined;
|
|
1864
|
-
Description?: string | undefined;
|
|
1865
|
-
EvaluationPeriods?: number | undefined;
|
|
1866
|
-
GroupId?: string | undefined;
|
|
1867
|
-
Id?: string | undefined;
|
|
1868
|
-
MetricName?: string | undefined;
|
|
1869
|
-
ModifiedAt?: Date | undefined;
|
|
1870
|
-
Name?: string | undefined;
|
|
1871
|
-
Period?: number | undefined;
|
|
1872
|
-
Statistic?: CloudWatchAlarmTemplateStatistic | undefined;
|
|
1873
|
-
Tags?: Record<string, string> | undefined;
|
|
1874
|
-
TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType | undefined;
|
|
1875
|
-
Threshold?: number | undefined;
|
|
1876
|
-
TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData | undefined;
|
|
1877
|
-
}
|
|
1878
|
-
export interface UpdateCloudWatchAlarmTemplateGroupRequest {
|
|
1879
|
-
Description?: string | undefined;
|
|
1880
|
-
Identifier: string | undefined;
|
|
1881
|
-
}
|
|
1882
|
-
export interface UpdateCloudWatchAlarmTemplateGroupResponse {
|
|
1883
|
-
Arn?: string | undefined;
|
|
1884
|
-
CreatedAt?: Date | undefined;
|
|
1885
|
-
Description?: string | undefined;
|
|
1886
|
-
Id?: string | undefined;
|
|
1887
|
-
ModifiedAt?: Date | undefined;
|
|
1888
|
-
Name?: string | undefined;
|
|
1889
|
-
Tags?: Record<string, string> | undefined;
|
|
1890
|
-
}
|
|
1891
|
-
export interface UpdateClusterRequest {
|
|
1892
|
-
ClusterId: string | undefined;
|
|
1893
|
-
Name?: string | undefined;
|
|
1894
|
-
NetworkSettings?: ClusterNetworkSettingsUpdateRequest | undefined;
|
|
1895
|
-
}
|
|
1896
|
-
export interface UpdateClusterResponse {
|
|
1897
|
-
Arn?: string | undefined;
|
|
1898
|
-
ChannelIds?: string[] | undefined;
|
|
1899
|
-
ClusterType?: ClusterType | undefined;
|
|
1900
|
-
Id?: string | undefined;
|
|
1901
|
-
Name?: string | undefined;
|
|
1902
|
-
NetworkSettings?: ClusterNetworkSettings | undefined;
|
|
1903
|
-
State?: ClusterState | undefined;
|
|
1904
|
-
}
|
|
1905
|
-
export interface UpdateEventBridgeRuleTemplateRequest {
|
|
1906
|
-
Description?: string | undefined;
|
|
1907
|
-
EventTargets?: EventBridgeRuleTemplateTarget[] | undefined;
|
|
1908
|
-
EventType?: EventBridgeRuleTemplateEventType | undefined;
|
|
1909
|
-
GroupIdentifier?: string | undefined;
|
|
1910
|
-
Identifier: string | undefined;
|
|
1911
|
-
Name?: string | undefined;
|
|
1912
|
-
}
|
|
1913
|
-
export interface UpdateEventBridgeRuleTemplateResponse {
|
|
1914
|
-
Arn?: string | undefined;
|
|
1915
|
-
CreatedAt?: Date | undefined;
|
|
1916
|
-
Description?: string | undefined;
|
|
1917
|
-
EventTargets?: EventBridgeRuleTemplateTarget[] | undefined;
|
|
1918
|
-
EventType?: EventBridgeRuleTemplateEventType | undefined;
|
|
1919
|
-
GroupId?: string | undefined;
|
|
1920
|
-
Id?: string | undefined;
|
|
1921
|
-
ModifiedAt?: Date | undefined;
|
|
1922
|
-
Name?: string | undefined;
|
|
1923
|
-
Tags?: Record<string, string> | undefined;
|
|
1924
|
-
}
|
|
1925
|
-
export interface UpdateEventBridgeRuleTemplateGroupRequest {
|
|
1926
|
-
Description?: string | undefined;
|
|
1927
|
-
Identifier: string | undefined;
|
|
1928
|
-
}
|
|
1929
|
-
export interface UpdateEventBridgeRuleTemplateGroupResponse {
|
|
1930
|
-
Arn?: string | undefined;
|
|
1931
|
-
CreatedAt?: Date | undefined;
|
|
1932
|
-
Description?: string | undefined;
|
|
1933
|
-
Id?: string | undefined;
|
|
1934
|
-
ModifiedAt?: Date | undefined;
|
|
1935
|
-
Name?: string | undefined;
|
|
1936
|
-
Tags?: Record<string, string> | undefined;
|
|
1937
|
-
}
|
|
1938
|
-
export interface MulticastSettingsUpdateRequest {
|
|
1939
|
-
Sources?: MulticastSourceUpdateRequest[] | undefined;
|
|
1940
|
-
}
|
|
1941
|
-
export interface UpdateInputRequest {
|
|
1942
|
-
Destinations?: InputDestinationRequest[] | undefined;
|
|
1943
|
-
InputDevices?: InputDeviceRequest[] | undefined;
|
|
1944
|
-
InputId: string | undefined;
|
|
1945
|
-
InputSecurityGroups?: string[] | undefined;
|
|
1946
|
-
MediaConnectFlows?: MediaConnectFlowRequest[] | undefined;
|
|
1947
|
-
Name?: string | undefined;
|
|
1948
|
-
RoleArn?: string | undefined;
|
|
1949
|
-
Sources?: InputSourceRequest[] | undefined;
|
|
1950
|
-
SrtSettings?: SrtSettingsRequest | undefined;
|
|
1951
|
-
MulticastSettings?: MulticastSettingsUpdateRequest | undefined;
|
|
1952
|
-
Smpte2110ReceiverGroupSettings?: Smpte2110ReceiverGroupSettings | undefined;
|
|
1953
|
-
SdiSources?: string[] | undefined;
|
|
1954
|
-
}
|
|
1955
|
-
export interface UpdateInputResponse {
|
|
1956
|
-
Input?: Input | undefined;
|
|
1957
|
-
}
|
|
1958
|
-
export interface UpdateInputDeviceRequest {
|
|
1959
|
-
HdDeviceSettings?: InputDeviceConfigurableSettings | undefined;
|
|
1960
|
-
InputDeviceId: string | undefined;
|
|
1961
|
-
Name?: string | undefined;
|
|
1962
|
-
UhdDeviceSettings?: InputDeviceConfigurableSettings | undefined;
|
|
1963
|
-
AvailabilityZone?: string | undefined;
|
|
1964
|
-
}
|
|
1965
|
-
export interface UpdateInputDeviceResponse {
|
|
1966
|
-
Arn?: string | undefined;
|
|
1967
|
-
ConnectionState?: InputDeviceConnectionState | undefined;
|
|
1968
|
-
DeviceSettingsSyncState?: DeviceSettingsSyncState | undefined;
|
|
1969
|
-
DeviceUpdateStatus?: DeviceUpdateStatus | undefined;
|
|
1970
|
-
HdDeviceSettings?: InputDeviceHdSettings | undefined;
|
|
1971
|
-
Id?: string | undefined;
|
|
1972
|
-
MacAddress?: string | undefined;
|
|
1973
|
-
Name?: string | undefined;
|
|
1974
|
-
NetworkSettings?: InputDeviceNetworkSettings | undefined;
|
|
1975
|
-
SerialNumber?: string | undefined;
|
|
1976
|
-
Type?: InputDeviceType | undefined;
|
|
1977
|
-
UhdDeviceSettings?: InputDeviceUhdSettings | undefined;
|
|
1978
|
-
Tags?: Record<string, string> | undefined;
|
|
1979
|
-
AvailabilityZone?: string | undefined;
|
|
1980
|
-
MedialiveInputArns?: string[] | undefined;
|
|
1981
|
-
OutputType?: InputDeviceOutputType | undefined;
|
|
1982
|
-
}
|
|
1983
|
-
export interface UpdateInputSecurityGroupRequest {
|
|
1984
|
-
InputSecurityGroupId: string | undefined;
|
|
1985
|
-
Tags?: Record<string, string> | undefined;
|
|
1986
|
-
WhitelistRules?: InputWhitelistRuleCidr[] | undefined;
|
|
1987
|
-
}
|
|
1988
|
-
export interface UpdateInputSecurityGroupResponse {
|
|
1989
|
-
SecurityGroup?: InputSecurityGroup | undefined;
|
|
1990
|
-
}
|
|
1991
|
-
export interface UpdateMultiplexRequest {
|
|
1992
|
-
MultiplexId: string | undefined;
|
|
1993
|
-
MultiplexSettings?: MultiplexSettings | undefined;
|
|
1994
|
-
Name?: string | undefined;
|
|
1995
|
-
PacketIdentifiersMapping?:
|
|
1996
|
-
| Record<string, MultiplexProgramPacketIdentifiersMap>
|
|
1997
|
-
| undefined;
|
|
1998
|
-
}
|
|
1999
|
-
export interface UpdateMultiplexResponse {
|
|
2000
|
-
Multiplex?: Multiplex | undefined;
|
|
2001
|
-
}
|
|
2002
|
-
export interface UpdateMultiplexProgramRequest {
|
|
2003
|
-
MultiplexId: string | undefined;
|
|
2004
|
-
MultiplexProgramSettings?: MultiplexProgramSettings | undefined;
|
|
2005
|
-
ProgramName: string | undefined;
|
|
2006
|
-
}
|
|
2007
|
-
export interface UpdateMultiplexProgramResponse {
|
|
2008
|
-
MultiplexProgram?: MultiplexProgram | undefined;
|
|
2009
|
-
}
|
|
2010
|
-
export interface UpdateNetworkRequest {
|
|
2011
|
-
IpPools?: IpPoolUpdateRequest[] | undefined;
|
|
2012
|
-
Name?: string | undefined;
|
|
2013
|
-
NetworkId: string | undefined;
|
|
2014
|
-
Routes?: RouteUpdateRequest[] | undefined;
|
|
2015
|
-
}
|
|
2016
|
-
export interface UpdateNetworkResponse {
|
|
2017
|
-
Arn?: string | undefined;
|
|
2018
|
-
AssociatedClusterIds?: string[] | undefined;
|
|
2019
|
-
Id?: string | undefined;
|
|
2020
|
-
IpPools?: IpPool[] | undefined;
|
|
2021
|
-
Name?: string | undefined;
|
|
2022
|
-
Routes?: Route[] | undefined;
|
|
2023
|
-
State?: NetworkState | undefined;
|
|
2024
|
-
}
|
|
2025
|
-
export interface SdiSourceMappingUpdateRequest {
|
|
2026
|
-
CardNumber?: number | undefined;
|
|
2027
|
-
ChannelNumber?: number | undefined;
|
|
2028
|
-
SdiSource?: string | undefined;
|
|
2029
|
-
}
|
|
2030
|
-
export interface UpdateNodeRequest {
|
|
2031
|
-
ClusterId: string | undefined;
|
|
2032
|
-
Name?: string | undefined;
|
|
2033
|
-
NodeId: string | undefined;
|
|
2034
|
-
Role?: NodeRole | undefined;
|
|
2035
|
-
SdiSourceMappings?: SdiSourceMappingUpdateRequest[] | undefined;
|
|
2036
|
-
}
|
|
2037
|
-
export interface UpdateNodeResponse {
|
|
2038
|
-
Arn?: string | undefined;
|
|
2039
|
-
ChannelPlacementGroups?: string[] | undefined;
|
|
2040
|
-
ClusterId?: string | undefined;
|
|
2041
|
-
ConnectionState?: NodeConnectionState | undefined;
|
|
2042
|
-
Id?: string | undefined;
|
|
2043
|
-
InstanceArn?: string | undefined;
|
|
2044
|
-
Name?: string | undefined;
|
|
2045
|
-
NodeInterfaceMappings?: NodeInterfaceMapping[] | undefined;
|
|
2046
|
-
Role?: NodeRole | undefined;
|
|
2047
|
-
State?: NodeState | undefined;
|
|
2048
|
-
SdiSourceMappings?: SdiSourceMapping[] | undefined;
|
|
2049
|
-
}
|
|
2050
|
-
export declare const UpdateNodeStateShape: {
|
|
2051
|
-
readonly ACTIVE: "ACTIVE";
|
|
2052
|
-
readonly DRAINING: "DRAINING";
|
|
2053
|
-
};
|
|
2054
|
-
export type UpdateNodeStateShape =
|
|
2055
|
-
(typeof UpdateNodeStateShape)[keyof typeof UpdateNodeStateShape];
|