Type definitions#
Index > Mediapackagev2 > Type definitions
Auto-generated documentation for Mediapackagev2 type annotations stubs module mypy-boto3-mediapackagev2.
TimestampTypeDef#
# TimestampTypeDef definition
TimestampTypeDef = Union[
datetime,
str,
]
ScteUnionTypeDef#
# ScteUnionTypeDef definition
ScteUnionTypeDef = Union[
ScteTypeDef, # (1)
ScteOutputTypeDef, # (2)
]
- See ScteTypeDef
- See ScteOutputTypeDef
SpekeKeyProviderUnionTypeDef#
# SpekeKeyProviderUnionTypeDef definition
SpekeKeyProviderUnionTypeDef = Union[
SpekeKeyProviderTypeDef, # (1)
SpekeKeyProviderOutputTypeDef, # (2)
]
FilterConfigurationUnionTypeDef#
# FilterConfigurationUnionTypeDef definition
FilterConfigurationUnionTypeDef = Union[
FilterConfigurationTypeDef, # (1)
FilterConfigurationOutputTypeDef, # (2)
]
EncryptionUnionTypeDef#
# EncryptionUnionTypeDef definition
EncryptionUnionTypeDef = Union[
EncryptionTypeDef, # (1)
EncryptionOutputTypeDef, # (2)
]
CancelHarvestJobRequestRequestTypeDef#
# CancelHarvestJobRequestRequestTypeDef definition
class CancelHarvestJobRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
HarvestJobName: str,
ETag: NotRequired[str],
ChannelGroupListConfigurationTypeDef#
# ChannelGroupListConfigurationTypeDef definition
class ChannelGroupListConfigurationTypeDef(TypedDict):
ChannelGroupName: str,
Arn: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Description: NotRequired[str],
ChannelListConfigurationTypeDef#
# ChannelListConfigurationTypeDef definition
class ChannelListConfigurationTypeDef(TypedDict):
Arn: str,
ChannelName: str,
ChannelGroupName: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Description: NotRequired[str],
InputType: NotRequired[InputTypeType], # (1)
- See InputTypeType
CreateChannelGroupRequestRequestTypeDef#
# CreateChannelGroupRequestRequestTypeDef definition
class CreateChannelGroupRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ClientToken: NotRequired[str],
Description: NotRequired[str],
Tags: NotRequired[Mapping[str, str]],
ResponseMetadataTypeDef#
# ResponseMetadataTypeDef definition
class ResponseMetadataTypeDef(TypedDict):
RequestId: str,
HTTPStatusCode: int,
HTTPHeaders: Dict[str, str],
RetryAttempts: int,
HostId: NotRequired[str],
InputSwitchConfigurationTypeDef#
# InputSwitchConfigurationTypeDef definition
class InputSwitchConfigurationTypeDef(TypedDict):
MQCSInputSwitching: NotRequired[bool],
OutputHeaderConfigurationTypeDef#
# OutputHeaderConfigurationTypeDef definition
class OutputHeaderConfigurationTypeDef(TypedDict):
PublishMQCS: NotRequired[bool],
IngestEndpointTypeDef#
# IngestEndpointTypeDef definition
class IngestEndpointTypeDef(TypedDict):
Id: NotRequired[str],
Url: NotRequired[str],
DashUtcTimingTypeDef#
# DashUtcTimingTypeDef definition
class DashUtcTimingTypeDef(TypedDict):
TimingMode: NotRequired[DashUtcTimingModeType], # (1)
TimingSource: NotRequired[str],
ScteDashTypeDef#
# ScteDashTypeDef definition
class ScteDashTypeDef(TypedDict):
AdMarkerDash: NotRequired[AdMarkerDashType], # (1)
- See AdMarkerDashType
HarvesterScheduleConfigurationOutputTypeDef#
# HarvesterScheduleConfigurationOutputTypeDef definition
class HarvesterScheduleConfigurationOutputTypeDef(TypedDict):
StartTime: datetime,
EndTime: datetime,
ScteHlsTypeDef#
# ScteHlsTypeDef definition
class ScteHlsTypeDef(TypedDict):
AdMarkerHls: NotRequired[AdMarkerHlsType], # (1)
- See AdMarkerHlsType
StartTagTypeDef#
# StartTagTypeDef definition
class StartTagTypeDef(TypedDict):
TimeOffset: float,
Precise: NotRequired[bool],
ForceEndpointErrorConfigurationTypeDef#
# ForceEndpointErrorConfigurationTypeDef definition
class ForceEndpointErrorConfigurationTypeDef(TypedDict):
EndpointErrorConditions: NotRequired[Sequence[EndpointErrorConditionType]], # (1)
ForceEndpointErrorConfigurationOutputTypeDef#
# ForceEndpointErrorConfigurationOutputTypeDef definition
class ForceEndpointErrorConfigurationOutputTypeDef(TypedDict):
EndpointErrorConditions: NotRequired[List[EndpointErrorConditionType]], # (1)
DeleteChannelGroupRequestRequestTypeDef#
# DeleteChannelGroupRequestRequestTypeDef definition
class DeleteChannelGroupRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
DeleteChannelPolicyRequestRequestTypeDef#
# DeleteChannelPolicyRequestRequestTypeDef definition
class DeleteChannelPolicyRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
DeleteChannelRequestRequestTypeDef#
# DeleteChannelRequestRequestTypeDef definition
class DeleteChannelRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
DeleteOriginEndpointPolicyRequestRequestTypeDef#
# DeleteOriginEndpointPolicyRequestRequestTypeDef definition
class DeleteOriginEndpointPolicyRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
DeleteOriginEndpointRequestRequestTypeDef#
# DeleteOriginEndpointRequestRequestTypeDef definition
class DeleteOriginEndpointRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
S3DestinationConfigTypeDef#
# S3DestinationConfigTypeDef definition
class S3DestinationConfigTypeDef(TypedDict):
BucketName: str,
DestinationPath: str,
EncryptionContractConfigurationTypeDef#
# EncryptionContractConfigurationTypeDef definition
class EncryptionContractConfigurationTypeDef(TypedDict):
PresetSpeke20Audio: PresetSpeke20AudioType, # (1)
PresetSpeke20Video: PresetSpeke20VideoType, # (2)
EncryptionMethodTypeDef#
# EncryptionMethodTypeDef definition
class EncryptionMethodTypeDef(TypedDict):
TsEncryptionMethod: NotRequired[TsEncryptionMethodType], # (1)
CmafEncryptionMethod: NotRequired[CmafEncryptionMethodType], # (2)
FilterConfigurationOutputTypeDef#
# FilterConfigurationOutputTypeDef definition
class FilterConfigurationOutputTypeDef(TypedDict):
ManifestFilter: NotRequired[str],
Start: NotRequired[datetime],
End: NotRequired[datetime],
TimeDelaySeconds: NotRequired[int],
ClipStartTime: NotRequired[datetime],
GetChannelGroupRequestRequestTypeDef#
# GetChannelGroupRequestRequestTypeDef definition
class GetChannelGroupRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
GetChannelPolicyRequestRequestTypeDef#
# GetChannelPolicyRequestRequestTypeDef definition
class GetChannelPolicyRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
GetChannelRequestRequestTypeDef#
# GetChannelRequestRequestTypeDef definition
class GetChannelRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
WaiterConfigTypeDef#
# WaiterConfigTypeDef definition
class WaiterConfigTypeDef(TypedDict):
Delay: NotRequired[int],
MaxAttempts: NotRequired[int],
GetHarvestJobRequestRequestTypeDef#
# GetHarvestJobRequestRequestTypeDef definition
class GetHarvestJobRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
HarvestJobName: str,
GetOriginEndpointPolicyRequestRequestTypeDef#
# GetOriginEndpointPolicyRequestRequestTypeDef definition
class GetOriginEndpointPolicyRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
GetOriginEndpointRequestRequestTypeDef#
# GetOriginEndpointRequestRequestTypeDef definition
class GetOriginEndpointRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
HarvestedDashManifestTypeDef#
# HarvestedDashManifestTypeDef definition
class HarvestedDashManifestTypeDef(TypedDict):
ManifestName: str,
HarvestedHlsManifestTypeDef#
# HarvestedHlsManifestTypeDef definition
class HarvestedHlsManifestTypeDef(TypedDict):
ManifestName: str,
HarvestedLowLatencyHlsManifestTypeDef#
# HarvestedLowLatencyHlsManifestTypeDef definition
class HarvestedLowLatencyHlsManifestTypeDef(TypedDict):
ManifestName: str,
PaginatorConfigTypeDef#
# PaginatorConfigTypeDef definition
class PaginatorConfigTypeDef(TypedDict):
MaxItems: NotRequired[int],
PageSize: NotRequired[int],
StartingToken: NotRequired[str],
ListChannelGroupsRequestRequestTypeDef#
# ListChannelGroupsRequestRequestTypeDef definition
class ListChannelGroupsRequestRequestTypeDef(TypedDict):
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
ListChannelsRequestRequestTypeDef#
# ListChannelsRequestRequestTypeDef definition
class ListChannelsRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
ListDashManifestConfigurationTypeDef#
# ListDashManifestConfigurationTypeDef definition
class ListDashManifestConfigurationTypeDef(TypedDict):
ManifestName: str,
Url: NotRequired[str],
ListHarvestJobsRequestRequestTypeDef#
# ListHarvestJobsRequestRequestTypeDef definition
class ListHarvestJobsRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: NotRequired[str],
OriginEndpointName: NotRequired[str],
Status: NotRequired[HarvestJobStatusType], # (1)
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
ListHlsManifestConfigurationTypeDef#
# ListHlsManifestConfigurationTypeDef definition
class ListHlsManifestConfigurationTypeDef(TypedDict):
ManifestName: str,
ChildManifestName: NotRequired[str],
Url: NotRequired[str],
ListLowLatencyHlsManifestConfigurationTypeDef#
# ListLowLatencyHlsManifestConfigurationTypeDef definition
class ListLowLatencyHlsManifestConfigurationTypeDef(TypedDict):
ManifestName: str,
ChildManifestName: NotRequired[str],
Url: NotRequired[str],
ListOriginEndpointsRequestRequestTypeDef#
# ListOriginEndpointsRequestRequestTypeDef definition
class ListOriginEndpointsRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
MaxResults: NotRequired[int],
NextToken: NotRequired[str],
ListTagsForResourceRequestRequestTypeDef#
# ListTagsForResourceRequestRequestTypeDef definition
class ListTagsForResourceRequestRequestTypeDef(TypedDict):
ResourceArn: str,
PutChannelPolicyRequestRequestTypeDef#
# PutChannelPolicyRequestRequestTypeDef definition
class PutChannelPolicyRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
Policy: str,
PutOriginEndpointPolicyRequestRequestTypeDef#
# PutOriginEndpointPolicyRequestRequestTypeDef definition
class PutOriginEndpointPolicyRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
Policy: str,
ScteOutputTypeDef#
# ScteOutputTypeDef definition
class ScteOutputTypeDef(TypedDict):
ScteFilter: NotRequired[List[ScteFilterType]], # (1)
- See ScteFilterType
ScteTypeDef#
# ScteTypeDef definition
class ScteTypeDef(TypedDict):
ScteFilter: NotRequired[Sequence[ScteFilterType]], # (1)
- See ScteFilterType
TagResourceRequestRequestTypeDef#
# TagResourceRequestRequestTypeDef definition
class TagResourceRequestRequestTypeDef(TypedDict):
ResourceArn: str,
Tags: Mapping[str, str],
UntagResourceRequestRequestTypeDef#
# UntagResourceRequestRequestTypeDef definition
class UntagResourceRequestRequestTypeDef(TypedDict):
ResourceArn: str,
TagKeys: Sequence[str],
UpdateChannelGroupRequestRequestTypeDef#
# UpdateChannelGroupRequestRequestTypeDef definition
class UpdateChannelGroupRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ETag: NotRequired[str],
Description: NotRequired[str],
CreateChannelGroupResponseTypeDef#
# CreateChannelGroupResponseTypeDef definition
class CreateChannelGroupResponseTypeDef(TypedDict):
ChannelGroupName: str,
Arn: str,
EgressDomain: str,
CreatedAt: datetime,
ModifiedAt: datetime,
ETag: str,
Description: str,
Tags: Dict[str, str],
ResponseMetadata: ResponseMetadataTypeDef, # (1)
EmptyResponseMetadataTypeDef#
# EmptyResponseMetadataTypeDef definition
class EmptyResponseMetadataTypeDef(TypedDict):
ResponseMetadata: ResponseMetadataTypeDef, # (1)
GetChannelGroupResponseTypeDef#
# GetChannelGroupResponseTypeDef definition
class GetChannelGroupResponseTypeDef(TypedDict):
ChannelGroupName: str,
Arn: str,
EgressDomain: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Description: str,
ETag: str,
Tags: Dict[str, str],
ResponseMetadata: ResponseMetadataTypeDef, # (1)
GetChannelPolicyResponseTypeDef#
# GetChannelPolicyResponseTypeDef definition
class GetChannelPolicyResponseTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
Policy: str,
ResponseMetadata: ResponseMetadataTypeDef, # (1)
GetOriginEndpointPolicyResponseTypeDef#
# GetOriginEndpointPolicyResponseTypeDef definition
class GetOriginEndpointPolicyResponseTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
Policy: str,
ResponseMetadata: ResponseMetadataTypeDef, # (1)
ListChannelGroupsResponseTypeDef#
# ListChannelGroupsResponseTypeDef definition
class ListChannelGroupsResponseTypeDef(TypedDict):
Items: List[ChannelGroupListConfigurationTypeDef], # (1)
ResponseMetadata: ResponseMetadataTypeDef, # (2)
NextToken: NotRequired[str],
ListChannelsResponseTypeDef#
# ListChannelsResponseTypeDef definition
class ListChannelsResponseTypeDef(TypedDict):
Items: List[ChannelListConfigurationTypeDef], # (1)
ResponseMetadata: ResponseMetadataTypeDef, # (2)
NextToken: NotRequired[str],
ListTagsForResourceResponseTypeDef#
# ListTagsForResourceResponseTypeDef definition
class ListTagsForResourceResponseTypeDef(TypedDict):
Tags: Dict[str, str],
ResponseMetadata: ResponseMetadataTypeDef, # (1)
UpdateChannelGroupResponseTypeDef#
# UpdateChannelGroupResponseTypeDef definition
class UpdateChannelGroupResponseTypeDef(TypedDict):
ChannelGroupName: str,
Arn: str,
EgressDomain: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Description: str,
ETag: str,
Tags: Dict[str, str],
ResponseMetadata: ResponseMetadataTypeDef, # (1)
CreateChannelRequestRequestTypeDef#
# CreateChannelRequestRequestTypeDef definition
class CreateChannelRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
ClientToken: NotRequired[str],
InputType: NotRequired[InputTypeType], # (1)
Description: NotRequired[str],
InputSwitchConfiguration: NotRequired[InputSwitchConfigurationTypeDef], # (2)
OutputHeaderConfiguration: NotRequired[OutputHeaderConfigurationTypeDef], # (3)
Tags: NotRequired[Mapping[str, str]],
UpdateChannelRequestRequestTypeDef#
# UpdateChannelRequestRequestTypeDef definition
class UpdateChannelRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
ETag: NotRequired[str],
Description: NotRequired[str],
InputSwitchConfiguration: NotRequired[InputSwitchConfigurationTypeDef], # (1)
OutputHeaderConfiguration: NotRequired[OutputHeaderConfigurationTypeDef], # (2)
CreateChannelResponseTypeDef#
# CreateChannelResponseTypeDef definition
class CreateChannelResponseTypeDef(TypedDict):
Arn: str,
ChannelName: str,
ChannelGroupName: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Description: str,
IngestEndpoints: List[IngestEndpointTypeDef], # (1)
InputType: InputTypeType, # (2)
ETag: str,
Tags: Dict[str, str],
InputSwitchConfiguration: InputSwitchConfigurationTypeDef, # (3)
OutputHeaderConfiguration: OutputHeaderConfigurationTypeDef, # (4)
ResponseMetadata: ResponseMetadataTypeDef, # (5)
- See IngestEndpointTypeDef
- See InputTypeType
- See InputSwitchConfigurationTypeDef
- See OutputHeaderConfigurationTypeDef
- See ResponseMetadataTypeDef
GetChannelResponseTypeDef#
# GetChannelResponseTypeDef definition
class GetChannelResponseTypeDef(TypedDict):
Arn: str,
ChannelName: str,
ChannelGroupName: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Description: str,
IngestEndpoints: List[IngestEndpointTypeDef], # (1)
InputType: InputTypeType, # (2)
ETag: str,
Tags: Dict[str, str],
InputSwitchConfiguration: InputSwitchConfigurationTypeDef, # (3)
OutputHeaderConfiguration: OutputHeaderConfigurationTypeDef, # (4)
ResponseMetadata: ResponseMetadataTypeDef, # (5)
- See IngestEndpointTypeDef
- See InputTypeType
- See InputSwitchConfigurationTypeDef
- See OutputHeaderConfigurationTypeDef
- See ResponseMetadataTypeDef
UpdateChannelResponseTypeDef#
# UpdateChannelResponseTypeDef definition
class UpdateChannelResponseTypeDef(TypedDict):
Arn: str,
ChannelName: str,
ChannelGroupName: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Description: str,
IngestEndpoints: List[IngestEndpointTypeDef], # (1)
InputType: InputTypeType, # (2)
ETag: str,
Tags: Dict[str, str],
InputSwitchConfiguration: InputSwitchConfigurationTypeDef, # (3)
OutputHeaderConfiguration: OutputHeaderConfigurationTypeDef, # (4)
ResponseMetadata: ResponseMetadataTypeDef, # (5)
- See IngestEndpointTypeDef
- See InputTypeType
- See InputSwitchConfigurationTypeDef
- See OutputHeaderConfigurationTypeDef
- See ResponseMetadataTypeDef
DestinationTypeDef#
# DestinationTypeDef definition
class DestinationTypeDef(TypedDict):
S3Destination: S3DestinationConfigTypeDef, # (1)
SpekeKeyProviderOutputTypeDef#
# SpekeKeyProviderOutputTypeDef definition
class SpekeKeyProviderOutputTypeDef(TypedDict):
EncryptionContractConfiguration: EncryptionContractConfigurationTypeDef, # (1)
ResourceId: str,
DrmSystems: List[DrmSystemType], # (2)
RoleArn: str,
Url: str,
SpekeKeyProviderTypeDef#
# SpekeKeyProviderTypeDef definition
class SpekeKeyProviderTypeDef(TypedDict):
EncryptionContractConfiguration: EncryptionContractConfigurationTypeDef, # (1)
ResourceId: str,
DrmSystems: Sequence[DrmSystemType], # (2)
RoleArn: str,
Url: str,
GetDashManifestConfigurationTypeDef#
# GetDashManifestConfigurationTypeDef definition
class GetDashManifestConfigurationTypeDef(TypedDict):
ManifestName: str,
Url: str,
ManifestWindowSeconds: NotRequired[int],
FilterConfiguration: NotRequired[FilterConfigurationOutputTypeDef], # (1)
MinUpdatePeriodSeconds: NotRequired[int],
MinBufferTimeSeconds: NotRequired[int],
SuggestedPresentationDelaySeconds: NotRequired[int],
SegmentTemplateFormat: NotRequired[DashSegmentTemplateFormatType], # (2)
PeriodTriggers: NotRequired[List[DashPeriodTriggerType]], # (3)
ScteDash: NotRequired[ScteDashTypeDef], # (4)
DrmSignaling: NotRequired[DashDrmSignalingType], # (5)
UtcTiming: NotRequired[DashUtcTimingTypeDef], # (6)
- See FilterConfigurationOutputTypeDef
- See DashSegmentTemplateFormatType
- See DashPeriodTriggerType
- See ScteDashTypeDef
- See DashDrmSignalingType
- See DashUtcTimingTypeDef
GetHlsManifestConfigurationTypeDef#
# GetHlsManifestConfigurationTypeDef definition
class GetHlsManifestConfigurationTypeDef(TypedDict):
ManifestName: str,
Url: str,
ChildManifestName: NotRequired[str],
ManifestWindowSeconds: NotRequired[int],
ProgramDateTimeIntervalSeconds: NotRequired[int],
ScteHls: NotRequired[ScteHlsTypeDef], # (1)
FilterConfiguration: NotRequired[FilterConfigurationOutputTypeDef], # (2)
StartTag: NotRequired[StartTagTypeDef], # (3)
GetLowLatencyHlsManifestConfigurationTypeDef#
# GetLowLatencyHlsManifestConfigurationTypeDef definition
class GetLowLatencyHlsManifestConfigurationTypeDef(TypedDict):
ManifestName: str,
Url: str,
ChildManifestName: NotRequired[str],
ManifestWindowSeconds: NotRequired[int],
ProgramDateTimeIntervalSeconds: NotRequired[int],
ScteHls: NotRequired[ScteHlsTypeDef], # (1)
FilterConfiguration: NotRequired[FilterConfigurationOutputTypeDef], # (2)
StartTag: NotRequired[StartTagTypeDef], # (3)
FilterConfigurationTypeDef#
# FilterConfigurationTypeDef definition
class FilterConfigurationTypeDef(TypedDict):
ManifestFilter: NotRequired[str],
Start: NotRequired[TimestampTypeDef],
End: NotRequired[TimestampTypeDef],
TimeDelaySeconds: NotRequired[int],
ClipStartTime: NotRequired[TimestampTypeDef],
HarvesterScheduleConfigurationTypeDef#
# HarvesterScheduleConfigurationTypeDef definition
class HarvesterScheduleConfigurationTypeDef(TypedDict):
StartTime: TimestampTypeDef,
EndTime: TimestampTypeDef,
GetHarvestJobRequestHarvestJobFinishedWaitTypeDef#
# GetHarvestJobRequestHarvestJobFinishedWaitTypeDef definition
class GetHarvestJobRequestHarvestJobFinishedWaitTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
HarvestJobName: str,
WaiterConfig: NotRequired[WaiterConfigTypeDef], # (1)
HarvestedManifestsOutputTypeDef#
# HarvestedManifestsOutputTypeDef definition
class HarvestedManifestsOutputTypeDef(TypedDict):
HlsManifests: NotRequired[List[HarvestedHlsManifestTypeDef]], # (1)
DashManifests: NotRequired[List[HarvestedDashManifestTypeDef]], # (2)
LowLatencyHlsManifests: NotRequired[List[HarvestedLowLatencyHlsManifestTypeDef]], # (3)
- See HarvestedHlsManifestTypeDef
- See HarvestedDashManifestTypeDef
- See HarvestedLowLatencyHlsManifestTypeDef
HarvestedManifestsTypeDef#
# HarvestedManifestsTypeDef definition
class HarvestedManifestsTypeDef(TypedDict):
HlsManifests: NotRequired[Sequence[HarvestedHlsManifestTypeDef]], # (1)
DashManifests: NotRequired[Sequence[HarvestedDashManifestTypeDef]], # (2)
LowLatencyHlsManifests: NotRequired[Sequence[HarvestedLowLatencyHlsManifestTypeDef]], # (3)
- See HarvestedHlsManifestTypeDef
- See HarvestedDashManifestTypeDef
- See HarvestedLowLatencyHlsManifestTypeDef
ListChannelGroupsRequestListChannelGroupsPaginateTypeDef#
# ListChannelGroupsRequestListChannelGroupsPaginateTypeDef definition
class ListChannelGroupsRequestListChannelGroupsPaginateTypeDef(TypedDict):
PaginationConfig: NotRequired[PaginatorConfigTypeDef], # (1)
ListChannelsRequestListChannelsPaginateTypeDef#
# ListChannelsRequestListChannelsPaginateTypeDef definition
class ListChannelsRequestListChannelsPaginateTypeDef(TypedDict):
ChannelGroupName: str,
PaginationConfig: NotRequired[PaginatorConfigTypeDef], # (1)
ListHarvestJobsRequestListHarvestJobsPaginateTypeDef#
# ListHarvestJobsRequestListHarvestJobsPaginateTypeDef definition
class ListHarvestJobsRequestListHarvestJobsPaginateTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: NotRequired[str],
OriginEndpointName: NotRequired[str],
Status: NotRequired[HarvestJobStatusType], # (1)
PaginationConfig: NotRequired[PaginatorConfigTypeDef], # (2)
ListOriginEndpointsRequestListOriginEndpointsPaginateTypeDef#
# ListOriginEndpointsRequestListOriginEndpointsPaginateTypeDef definition
class ListOriginEndpointsRequestListOriginEndpointsPaginateTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
PaginationConfig: NotRequired[PaginatorConfigTypeDef], # (1)
OriginEndpointListConfigurationTypeDef#
# OriginEndpointListConfigurationTypeDef definition
class OriginEndpointListConfigurationTypeDef(TypedDict):
Arn: str,
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
ContainerType: ContainerTypeType, # (1)
Description: NotRequired[str],
CreatedAt: NotRequired[datetime],
ModifiedAt: NotRequired[datetime],
HlsManifests: NotRequired[List[ListHlsManifestConfigurationTypeDef]], # (2)
LowLatencyHlsManifests: NotRequired[List[ListLowLatencyHlsManifestConfigurationTypeDef]], # (3)
DashManifests: NotRequired[List[ListDashManifestConfigurationTypeDef]], # (4)
ForceEndpointErrorConfiguration: NotRequired[ForceEndpointErrorConfigurationOutputTypeDef], # (5)
- See ContainerTypeType
- See ListHlsManifestConfigurationTypeDef
- See ListLowLatencyHlsManifestConfigurationTypeDef
- See ListDashManifestConfigurationTypeDef
- See ForceEndpointErrorConfigurationOutputTypeDef
EncryptionOutputTypeDef#
# EncryptionOutputTypeDef definition
class EncryptionOutputTypeDef(TypedDict):
EncryptionMethod: EncryptionMethodTypeDef, # (1)
SpekeKeyProvider: SpekeKeyProviderOutputTypeDef, # (2)
ConstantInitializationVector: NotRequired[str],
KeyRotationIntervalSeconds: NotRequired[int],
CreateHarvestJobResponseTypeDef#
# CreateHarvestJobResponseTypeDef definition
class CreateHarvestJobResponseTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
Destination: DestinationTypeDef, # (1)
HarvestJobName: str,
HarvestedManifests: HarvestedManifestsOutputTypeDef, # (2)
Description: str,
ScheduleConfiguration: HarvesterScheduleConfigurationOutputTypeDef, # (3)
Arn: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Status: HarvestJobStatusType, # (4)
ErrorMessage: str,
ETag: str,
Tags: Dict[str, str],
ResponseMetadata: ResponseMetadataTypeDef, # (5)
- See DestinationTypeDef
- See HarvestedManifestsOutputTypeDef
- See HarvesterScheduleConfigurationOutputTypeDef
- See HarvestJobStatusType
- See ResponseMetadataTypeDef
GetHarvestJobResponseTypeDef#
# GetHarvestJobResponseTypeDef definition
class GetHarvestJobResponseTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
Destination: DestinationTypeDef, # (1)
HarvestJobName: str,
HarvestedManifests: HarvestedManifestsOutputTypeDef, # (2)
Description: str,
ScheduleConfiguration: HarvesterScheduleConfigurationOutputTypeDef, # (3)
Arn: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Status: HarvestJobStatusType, # (4)
ErrorMessage: str,
ETag: str,
Tags: Dict[str, str],
ResponseMetadata: ResponseMetadataTypeDef, # (5)
- See DestinationTypeDef
- See HarvestedManifestsOutputTypeDef
- See HarvesterScheduleConfigurationOutputTypeDef
- See HarvestJobStatusType
- See ResponseMetadataTypeDef
HarvestJobTypeDef#
# HarvestJobTypeDef definition
class HarvestJobTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
Destination: DestinationTypeDef, # (1)
HarvestJobName: str,
HarvestedManifests: HarvestedManifestsOutputTypeDef, # (2)
ScheduleConfiguration: HarvesterScheduleConfigurationOutputTypeDef, # (3)
Arn: str,
CreatedAt: datetime,
ModifiedAt: datetime,
Status: HarvestJobStatusType, # (4)
Description: NotRequired[str],
ErrorMessage: NotRequired[str],
ETag: NotRequired[str],
- See DestinationTypeDef
- See HarvestedManifestsOutputTypeDef
- See HarvesterScheduleConfigurationOutputTypeDef
- See HarvestJobStatusType
CreateHarvestJobRequestRequestTypeDef#
# CreateHarvestJobRequestRequestTypeDef definition
class CreateHarvestJobRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
HarvestedManifests: HarvestedManifestsTypeDef, # (1)
ScheduleConfiguration: HarvesterScheduleConfigurationTypeDef, # (2)
Destination: DestinationTypeDef, # (3)
Description: NotRequired[str],
ClientToken: NotRequired[str],
HarvestJobName: NotRequired[str],
Tags: NotRequired[Mapping[str, str]],
ListOriginEndpointsResponseTypeDef#
# ListOriginEndpointsResponseTypeDef definition
class ListOriginEndpointsResponseTypeDef(TypedDict):
Items: List[OriginEndpointListConfigurationTypeDef], # (1)
ResponseMetadata: ResponseMetadataTypeDef, # (2)
NextToken: NotRequired[str],
SegmentOutputTypeDef#
# SegmentOutputTypeDef definition
class SegmentOutputTypeDef(TypedDict):
SegmentDurationSeconds: NotRequired[int],
SegmentName: NotRequired[str],
TsUseAudioRenditionGroup: NotRequired[bool],
IncludeIframeOnlyStreams: NotRequired[bool],
TsIncludeDvbSubtitles: NotRequired[bool],
Scte: NotRequired[ScteOutputTypeDef], # (1)
Encryption: NotRequired[EncryptionOutputTypeDef], # (2)
EncryptionTypeDef#
# EncryptionTypeDef definition
class EncryptionTypeDef(TypedDict):
EncryptionMethod: EncryptionMethodTypeDef, # (1)
SpekeKeyProvider: SpekeKeyProviderUnionTypeDef, # (2)
ConstantInitializationVector: NotRequired[str],
KeyRotationIntervalSeconds: NotRequired[int],
CreateDashManifestConfigurationTypeDef#
# CreateDashManifestConfigurationTypeDef definition
class CreateDashManifestConfigurationTypeDef(TypedDict):
ManifestName: str,
ManifestWindowSeconds: NotRequired[int],
FilterConfiguration: NotRequired[FilterConfigurationUnionTypeDef], # (1)
MinUpdatePeriodSeconds: NotRequired[int],
MinBufferTimeSeconds: NotRequired[int],
SuggestedPresentationDelaySeconds: NotRequired[int],
SegmentTemplateFormat: NotRequired[DashSegmentTemplateFormatType], # (2)
PeriodTriggers: NotRequired[Sequence[DashPeriodTriggerType]], # (3)
ScteDash: NotRequired[ScteDashTypeDef], # (4)
DrmSignaling: NotRequired[DashDrmSignalingType], # (5)
UtcTiming: NotRequired[DashUtcTimingTypeDef], # (6)
- See FilterConfigurationTypeDef FilterConfigurationOutputTypeDef
- See DashSegmentTemplateFormatType
- See DashPeriodTriggerType
- See ScteDashTypeDef
- See DashDrmSignalingType
- See DashUtcTimingTypeDef
CreateHlsManifestConfigurationTypeDef#
# CreateHlsManifestConfigurationTypeDef definition
class CreateHlsManifestConfigurationTypeDef(TypedDict):
ManifestName: str,
ChildManifestName: NotRequired[str],
ScteHls: NotRequired[ScteHlsTypeDef], # (1)
StartTag: NotRequired[StartTagTypeDef], # (2)
ManifestWindowSeconds: NotRequired[int],
ProgramDateTimeIntervalSeconds: NotRequired[int],
FilterConfiguration: NotRequired[FilterConfigurationUnionTypeDef], # (3)
- See ScteHlsTypeDef
- See StartTagTypeDef
- See FilterConfigurationTypeDef FilterConfigurationOutputTypeDef
CreateLowLatencyHlsManifestConfigurationTypeDef#
# CreateLowLatencyHlsManifestConfigurationTypeDef definition
class CreateLowLatencyHlsManifestConfigurationTypeDef(TypedDict):
ManifestName: str,
ChildManifestName: NotRequired[str],
ScteHls: NotRequired[ScteHlsTypeDef], # (1)
StartTag: NotRequired[StartTagTypeDef], # (2)
ManifestWindowSeconds: NotRequired[int],
ProgramDateTimeIntervalSeconds: NotRequired[int],
FilterConfiguration: NotRequired[FilterConfigurationUnionTypeDef], # (3)
- See ScteHlsTypeDef
- See StartTagTypeDef
- See FilterConfigurationTypeDef FilterConfigurationOutputTypeDef
ListHarvestJobsResponseTypeDef#
# ListHarvestJobsResponseTypeDef definition
class ListHarvestJobsResponseTypeDef(TypedDict):
Items: List[HarvestJobTypeDef], # (1)
ResponseMetadata: ResponseMetadataTypeDef, # (2)
NextToken: NotRequired[str],
CreateOriginEndpointResponseTypeDef#
# CreateOriginEndpointResponseTypeDef definition
class CreateOriginEndpointResponseTypeDef(TypedDict):
Arn: str,
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
ContainerType: ContainerTypeType, # (1)
Segment: SegmentOutputTypeDef, # (2)
CreatedAt: datetime,
ModifiedAt: datetime,
Description: str,
StartoverWindowSeconds: int,
HlsManifests: List[GetHlsManifestConfigurationTypeDef], # (3)
LowLatencyHlsManifests: List[GetLowLatencyHlsManifestConfigurationTypeDef], # (4)
DashManifests: List[GetDashManifestConfigurationTypeDef], # (5)
ForceEndpointErrorConfiguration: ForceEndpointErrorConfigurationOutputTypeDef, # (6)
ETag: str,
Tags: Dict[str, str],
ResponseMetadata: ResponseMetadataTypeDef, # (7)
- See ContainerTypeType
- See SegmentOutputTypeDef
- See GetHlsManifestConfigurationTypeDef
- See GetLowLatencyHlsManifestConfigurationTypeDef
- See GetDashManifestConfigurationTypeDef
- See ForceEndpointErrorConfigurationOutputTypeDef
- See ResponseMetadataTypeDef
GetOriginEndpointResponseTypeDef#
# GetOriginEndpointResponseTypeDef definition
class GetOriginEndpointResponseTypeDef(TypedDict):
Arn: str,
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
ContainerType: ContainerTypeType, # (1)
Segment: SegmentOutputTypeDef, # (2)
CreatedAt: datetime,
ModifiedAt: datetime,
Description: str,
StartoverWindowSeconds: int,
HlsManifests: List[GetHlsManifestConfigurationTypeDef], # (3)
LowLatencyHlsManifests: List[GetLowLatencyHlsManifestConfigurationTypeDef], # (4)
DashManifests: List[GetDashManifestConfigurationTypeDef], # (5)
ForceEndpointErrorConfiguration: ForceEndpointErrorConfigurationOutputTypeDef, # (6)
ETag: str,
Tags: Dict[str, str],
ResponseMetadata: ResponseMetadataTypeDef, # (7)
- See ContainerTypeType
- See SegmentOutputTypeDef
- See GetHlsManifestConfigurationTypeDef
- See GetLowLatencyHlsManifestConfigurationTypeDef
- See GetDashManifestConfigurationTypeDef
- See ForceEndpointErrorConfigurationOutputTypeDef
- See ResponseMetadataTypeDef
UpdateOriginEndpointResponseTypeDef#
# UpdateOriginEndpointResponseTypeDef definition
class UpdateOriginEndpointResponseTypeDef(TypedDict):
Arn: str,
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
ContainerType: ContainerTypeType, # (1)
Segment: SegmentOutputTypeDef, # (2)
CreatedAt: datetime,
ModifiedAt: datetime,
Description: str,
StartoverWindowSeconds: int,
HlsManifests: List[GetHlsManifestConfigurationTypeDef], # (3)
LowLatencyHlsManifests: List[GetLowLatencyHlsManifestConfigurationTypeDef], # (4)
ForceEndpointErrorConfiguration: ForceEndpointErrorConfigurationOutputTypeDef, # (5)
ETag: str,
Tags: Dict[str, str],
DashManifests: List[GetDashManifestConfigurationTypeDef], # (6)
ResponseMetadata: ResponseMetadataTypeDef, # (7)
- See ContainerTypeType
- See SegmentOutputTypeDef
- See GetHlsManifestConfigurationTypeDef
- See GetLowLatencyHlsManifestConfigurationTypeDef
- See ForceEndpointErrorConfigurationOutputTypeDef
- See GetDashManifestConfigurationTypeDef
- See ResponseMetadataTypeDef
SegmentTypeDef#
# SegmentTypeDef definition
class SegmentTypeDef(TypedDict):
SegmentDurationSeconds: NotRequired[int],
SegmentName: NotRequired[str],
TsUseAudioRenditionGroup: NotRequired[bool],
IncludeIframeOnlyStreams: NotRequired[bool],
TsIncludeDvbSubtitles: NotRequired[bool],
Scte: NotRequired[ScteUnionTypeDef], # (1)
Encryption: NotRequired[EncryptionUnionTypeDef], # (2)
CreateOriginEndpointRequestRequestTypeDef#
# CreateOriginEndpointRequestRequestTypeDef definition
class CreateOriginEndpointRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
ContainerType: ContainerTypeType, # (1)
Segment: NotRequired[SegmentTypeDef], # (2)
ClientToken: NotRequired[str],
Description: NotRequired[str],
StartoverWindowSeconds: NotRequired[int],
HlsManifests: NotRequired[Sequence[CreateHlsManifestConfigurationTypeDef]], # (3)
LowLatencyHlsManifests: NotRequired[Sequence[CreateLowLatencyHlsManifestConfigurationTypeDef]], # (4)
DashManifests: NotRequired[Sequence[CreateDashManifestConfigurationTypeDef]], # (5)
ForceEndpointErrorConfiguration: NotRequired[ForceEndpointErrorConfigurationTypeDef], # (6)
Tags: NotRequired[Mapping[str, str]],
- See ContainerTypeType
- See SegmentTypeDef
- See CreateHlsManifestConfigurationTypeDef
- See CreateLowLatencyHlsManifestConfigurationTypeDef
- See CreateDashManifestConfigurationTypeDef
- See ForceEndpointErrorConfigurationTypeDef
UpdateOriginEndpointRequestRequestTypeDef#
# UpdateOriginEndpointRequestRequestTypeDef definition
class UpdateOriginEndpointRequestRequestTypeDef(TypedDict):
ChannelGroupName: str,
ChannelName: str,
OriginEndpointName: str,
ContainerType: ContainerTypeType, # (1)
Segment: NotRequired[SegmentTypeDef], # (2)
Description: NotRequired[str],
StartoverWindowSeconds: NotRequired[int],
HlsManifests: NotRequired[Sequence[CreateHlsManifestConfigurationTypeDef]], # (3)
LowLatencyHlsManifests: NotRequired[Sequence[CreateLowLatencyHlsManifestConfigurationTypeDef]], # (4)
DashManifests: NotRequired[Sequence[CreateDashManifestConfigurationTypeDef]], # (5)
ForceEndpointErrorConfiguration: NotRequired[ForceEndpointErrorConfigurationTypeDef], # (6)
ETag: NotRequired[str],