@aws-sdk/client-mediatailor 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/README.md +7 -7
- package/{dist/cjs → dist-cjs}/MediaTailor.js +16 -2
- package/{dist/cjs → dist-cjs}/MediaTailorClient.js +8 -9
- package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +60 -0
- package/{dist/cjs → dist-cjs}/commands/CreateChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateProgramCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateSourceLocationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateVodSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteChannelPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeletePlaybackConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteProgramCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteSourceLocationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteVodSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeProgramCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeSourceLocationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeVodSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetChannelPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetChannelScheduleCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetPlaybackConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAlertsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListChannelsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListPlaybackConfigurationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListSourceLocationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListVodSourcesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutChannelPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutPlaybackConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StopChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateChannelCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateSourceLocationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateVodSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +30 -4
- package/{dist/cjs → dist-cjs}/pagination/GetChannelSchedulePaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAlertsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListChannelsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListPlaybackConfigurationsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListSourceLocationsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListVodSourcesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +91 -8
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/MediaTailor.js +17 -6
- package/{dist/es → dist-es}/MediaTailorClient.js +2 -11
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateProgramCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateSourceLocationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateVodSourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteChannelPolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeletePlaybackConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteProgramCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteSourceLocationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteVodSourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeProgramCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeSourceLocationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeVodSourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetChannelPolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetChannelScheduleCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetPlaybackConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListAlertsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListChannelsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListPlaybackConfigurationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListSourceLocationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListVodSourcesCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutChannelPolicyCommand.js +4 -30
- package/{dist/es → dist-es}/commands/PutPlaybackConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StartChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StopChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateChannelCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateSourceLocationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateVodSourceCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/es → dist-es}/index.js +1 -1
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +12 -280
- package/{dist/es → dist-es}/pagination/GetChannelSchedulePaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAlertsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListChannelsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListPlaybackConfigurationsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListSourceLocationsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListVodSourcesPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +336 -246
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/MediaTailor.d.ts +9 -2
- package/{dist/types/ts3.4 → dist-types}/MediaTailorClient.d.ts +165 -164
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/CreateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateProgramCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateSourceLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateVodSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteChannelPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeletePlaybackConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteProgramCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteSourceLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteVodSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeProgramCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeSourceLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeVodSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetChannelPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetChannelScheduleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetPlaybackConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAlertsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListChannelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListPlaybackConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListSourceLocationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListVodSourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutChannelPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/PutPlaybackConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StopChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateSourceLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateVodSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types/ts3.4 → dist-types}/index.d.ts +43 -42
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +63 -1
- package/{dist/types → dist-types}/pagination/GetChannelSchedulePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAlertsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListChannelsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListPlaybackConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListSourceLocationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListVodSourcesPaginator.d.ts +1 -1
- package/{dist/types/ts3.4 → dist-types}/protocols/Aws_restJson1.d.ts +101 -98
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/MediaTailor.d.ts +9 -2
- package/{dist/types → dist-types/ts3.4}/MediaTailorClient.d.ts +165 -164
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateProgramCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateSourceLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateVodSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteProgramCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteSourceLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteVodSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeProgramCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeSourceLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DescribeVodSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetChannelPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetChannelScheduleCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAlertsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListChannelsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListSourceLocationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListVodSourcesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutChannelPolicyCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StopChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateChannelCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateSourceLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateVodSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types/ts3.4}/index.d.ts +43 -42
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +63 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAlertsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListChannelsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListVodSourcesPaginator.d.ts +1 -1
- package/{dist/types → dist-types/ts3.4}/protocols/Aws_restJson1.d.ts +101 -98
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/MediaTailor.ts +0 -1155
- package/MediaTailorClient.ts +0 -364
- package/commands/CreateChannelCommand.ts +0 -94
- package/commands/CreateProgramCommand.ts +0 -94
- package/commands/CreateSourceLocationCommand.ts +0 -94
- package/commands/CreateVodSourceCommand.ts +0 -94
- package/commands/DeleteChannelCommand.ts +0 -94
- package/commands/DeleteChannelPolicyCommand.ts +0 -94
- package/commands/DeletePlaybackConfigurationCommand.ts +0 -99
- package/commands/DeleteProgramCommand.ts +0 -94
- package/commands/DeleteSourceLocationCommand.ts +0 -94
- package/commands/DeleteVodSourceCommand.ts +0 -94
- package/commands/DescribeChannelCommand.ts +0 -94
- package/commands/DescribeProgramCommand.ts +0 -94
- package/commands/DescribeSourceLocationCommand.ts +0 -94
- package/commands/DescribeVodSourceCommand.ts +0 -94
- package/commands/GetChannelPolicyCommand.ts +0 -94
- package/commands/GetChannelScheduleCommand.ts +0 -94
- package/commands/GetPlaybackConfigurationCommand.ts +0 -94
- package/commands/ListAlertsCommand.ts +0 -94
- package/commands/ListChannelsCommand.ts +0 -94
- package/commands/ListPlaybackConfigurationsCommand.ts +0 -97
- package/commands/ListSourceLocationsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListVodSourcesCommand.ts +0 -94
- package/commands/PutChannelPolicyCommand.ts +0 -94
- package/commands/PutPlaybackConfigurationCommand.ts +0 -94
- package/commands/StartChannelCommand.ts +0 -94
- package/commands/StopChannelCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateChannelCommand.ts +0 -94
- package/commands/UpdateSourceLocationCommand.ts +0 -94
- package/commands/UpdateVodSourceCommand.ts +0 -94
- package/dist/cjs/MediaTailor.js.map +0 -1
- package/dist/cjs/MediaTailorClient.js.map +0 -1
- package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProgramCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSourceLocationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVodSourceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePlaybackConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProgramCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSourceLocationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVodSourceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeProgramCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeSourceLocationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeVodSourceCommand.js.map +0 -1
- package/dist/cjs/commands/GetChannelPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetChannelScheduleCommand.js.map +0 -1
- package/dist/cjs/commands/GetPlaybackConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/ListAlertsCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPlaybackConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSourceLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListVodSourcesCommand.js.map +0 -1
- package/dist/cjs/commands/PutChannelPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/PutPlaybackConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/StartChannelCommand.js.map +0 -1
- package/dist/cjs/commands/StopChannelCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSourceLocationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVodSourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetChannelSchedulePaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAlertsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPlaybackConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSourceLocationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVodSourcesPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/MediaTailor.js.map +0 -1
- package/dist/es/MediaTailorClient.js.map +0 -1
- package/dist/es/commands/CreateChannelCommand.js.map +0 -1
- package/dist/es/commands/CreateProgramCommand.js.map +0 -1
- package/dist/es/commands/CreateSourceLocationCommand.js.map +0 -1
- package/dist/es/commands/CreateVodSourceCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeletePlaybackConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteProgramCommand.js.map +0 -1
- package/dist/es/commands/DeleteSourceLocationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVodSourceCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/es/commands/DescribeProgramCommand.js.map +0 -1
- package/dist/es/commands/DescribeSourceLocationCommand.js.map +0 -1
- package/dist/es/commands/DescribeVodSourceCommand.js.map +0 -1
- package/dist/es/commands/GetChannelPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetChannelScheduleCommand.js.map +0 -1
- package/dist/es/commands/GetPlaybackConfigurationCommand.js.map +0 -1
- package/dist/es/commands/ListAlertsCommand.js.map +0 -1
- package/dist/es/commands/ListChannelsCommand.js.map +0 -1
- package/dist/es/commands/ListPlaybackConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListSourceLocationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListVodSourcesCommand.js.map +0 -1
- package/dist/es/commands/PutChannelPolicyCommand.js.map +0 -1
- package/dist/es/commands/PutPlaybackConfigurationCommand.js.map +0 -1
- package/dist/es/commands/StartChannelCommand.js.map +0 -1
- package/dist/es/commands/StopChannelCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/es/commands/UpdateSourceLocationCommand.js.map +0 -1
- package/dist/es/commands/UpdateVodSourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetChannelSchedulePaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAlertsPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPlaybackConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSourceLocationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListVodSourcesPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/index.ts +0 -42
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2850
- package/pagination/GetChannelSchedulePaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAlertsPaginator.ts +0 -54
- package/pagination/ListChannelsPaginator.ts +0 -58
- package/pagination/ListPlaybackConfigurationsPaginator.ts +0 -58
- package/pagination/ListSourceLocationsPaginator.ts +0 -58
- package/pagination/ListVodSourcesPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -4103
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/models/models_0.ts
DELETED
|
@@ -1,2850 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
|
|
3
|
-
export enum MessageType {
|
|
4
|
-
SPLICE_INSERT = "SPLICE_INSERT",
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* <p>Slate VOD source configuration.</p>
|
|
9
|
-
*/
|
|
10
|
-
export interface SlateSource {
|
|
11
|
-
/**
|
|
12
|
-
* <p>The name of the source location where the slate VOD source is stored.</p>
|
|
13
|
-
*/
|
|
14
|
-
SourceLocationName?: string;
|
|
15
|
-
|
|
16
|
-
/**
|
|
17
|
-
* <p>The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.</p>
|
|
18
|
-
*/
|
|
19
|
-
VodSourceName?: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
export namespace SlateSource {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
export const filterSensitiveLog = (obj: SlateSource): any => ({
|
|
27
|
-
...obj,
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* <p>Splice insert message configuration.</p>
|
|
33
|
-
*/
|
|
34
|
-
export interface SpliceInsertMessage {
|
|
35
|
-
/**
|
|
36
|
-
* <p>This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.</p>
|
|
37
|
-
*/
|
|
38
|
-
AvailNum?: number;
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* <p>This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.</p>
|
|
42
|
-
*/
|
|
43
|
-
AvailsExpected?: number;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* <p>This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 1.</p>
|
|
47
|
-
*/
|
|
48
|
-
SpliceEventId?: number;
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* <p>This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.</p>
|
|
52
|
-
*/
|
|
53
|
-
UniqueProgramId?: number;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
export namespace SpliceInsertMessage {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
export const filterSensitiveLog = (obj: SpliceInsertMessage): any => ({
|
|
61
|
-
...obj,
|
|
62
|
-
});
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/**
|
|
66
|
-
* <p>Ad break configuration parameters.</p>
|
|
67
|
-
*/
|
|
68
|
-
export interface AdBreak {
|
|
69
|
-
/**
|
|
70
|
-
* <p>The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT.</p>
|
|
71
|
-
*/
|
|
72
|
-
MessageType?: MessageType | string;
|
|
73
|
-
|
|
74
|
-
/**
|
|
75
|
-
* <p>How long (in milliseconds) after the beginning of the program that an ad starts. This value must fall within 100ms of a segment boundary, otherwise the ad break will be skipped.</p>
|
|
76
|
-
*/
|
|
77
|
-
OffsetMillis?: number;
|
|
78
|
-
|
|
79
|
-
/**
|
|
80
|
-
* <p>Ad break slate configuration.</p>
|
|
81
|
-
*/
|
|
82
|
-
Slate?: SlateSource;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* <p>This defines the SCTE-35 splice_insert() message inserted around the ad. For information about using splice_insert(), see the SCTE-35 specficiaiton, section 9.7.3.1.</p>
|
|
86
|
-
*/
|
|
87
|
-
SpliceInsertMessage?: SpliceInsertMessage;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
export namespace AdBreak {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
export const filterSensitiveLog = (obj: AdBreak): any => ({
|
|
95
|
-
...obj,
|
|
96
|
-
});
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/**
|
|
100
|
-
* <p>Alert configuration parameters.</p>
|
|
101
|
-
*/
|
|
102
|
-
export interface Alert {
|
|
103
|
-
/**
|
|
104
|
-
* <p>The code for the alert. For example, NOT_PROCESSED.</p>
|
|
105
|
-
*/
|
|
106
|
-
AlertCode: string | undefined;
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* <p>If an alert is generated for a resource, an explanation of the reason for the alert.</p>
|
|
110
|
-
*/
|
|
111
|
-
AlertMessage: string | undefined;
|
|
112
|
-
|
|
113
|
-
/**
|
|
114
|
-
* <p>The timestamp when the alert was last modified.</p>
|
|
115
|
-
*/
|
|
116
|
-
LastModifiedTime: Date | undefined;
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* <p>The Amazon Resource Names (ARNs) related to this alert.</p>
|
|
120
|
-
*/
|
|
121
|
-
RelatedResourceArns: string[] | undefined;
|
|
122
|
-
|
|
123
|
-
/**
|
|
124
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
125
|
-
*/
|
|
126
|
-
ResourceArn: string | undefined;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
export namespace Alert {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
|
-
export const filterSensitiveLog = (obj: Alert): any => ({
|
|
134
|
-
...obj,
|
|
135
|
-
});
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* <p>Dash manifest configuration parameters.</p>
|
|
140
|
-
*/
|
|
141
|
-
export interface DashPlaylistSettings {
|
|
142
|
-
/**
|
|
143
|
-
* <p>The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.</p>
|
|
144
|
-
*/
|
|
145
|
-
ManifestWindowSeconds?: number;
|
|
146
|
-
|
|
147
|
-
/**
|
|
148
|
-
* <p>Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: 2 seconds. Maximum value: 60 seconds.</p>
|
|
149
|
-
*/
|
|
150
|
-
MinBufferTimeSeconds?: number;
|
|
151
|
-
|
|
152
|
-
/**
|
|
153
|
-
* <p>Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.</p>
|
|
154
|
-
*/
|
|
155
|
-
MinUpdatePeriodSeconds?: number;
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* <p>Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.</p>
|
|
159
|
-
*/
|
|
160
|
-
SuggestedPresentationDelaySeconds?: number;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
export namespace DashPlaylistSettings {
|
|
164
|
-
/**
|
|
165
|
-
* @internal
|
|
166
|
-
*/
|
|
167
|
-
export const filterSensitiveLog = (obj: DashPlaylistSettings): any => ({
|
|
168
|
-
...obj,
|
|
169
|
-
});
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
/**
|
|
173
|
-
* <p>HLS playlist configuration parameters.</p>
|
|
174
|
-
*/
|
|
175
|
-
export interface HlsPlaylistSettings {
|
|
176
|
-
/**
|
|
177
|
-
* <p>The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.</p>
|
|
178
|
-
*/
|
|
179
|
-
ManifestWindowSeconds?: number;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
export namespace HlsPlaylistSettings {
|
|
183
|
-
/**
|
|
184
|
-
* @internal
|
|
185
|
-
*/
|
|
186
|
-
export const filterSensitiveLog = (obj: HlsPlaylistSettings): any => ({
|
|
187
|
-
...obj,
|
|
188
|
-
});
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
/**
|
|
192
|
-
* <p>This response includes only the "property" : "type" property.</p>
|
|
193
|
-
*/
|
|
194
|
-
export interface ResponseOutputItem {
|
|
195
|
-
/**
|
|
196
|
-
* <p>DASH manifest configuration settings.</p>
|
|
197
|
-
*/
|
|
198
|
-
DashPlaylistSettings?: DashPlaylistSettings;
|
|
199
|
-
|
|
200
|
-
/**
|
|
201
|
-
* <p>HLS manifest configuration settings.</p>
|
|
202
|
-
*/
|
|
203
|
-
HlsPlaylistSettings?: HlsPlaylistSettings;
|
|
204
|
-
|
|
205
|
-
/**
|
|
206
|
-
* <p>The name of the manifest for the channel that will appear in the channel output's playback URL.</p>
|
|
207
|
-
*/
|
|
208
|
-
ManifestName: string | undefined;
|
|
209
|
-
|
|
210
|
-
/**
|
|
211
|
-
* <p>The URL used for playback by content players.</p>
|
|
212
|
-
*/
|
|
213
|
-
PlaybackUrl: string | undefined;
|
|
214
|
-
|
|
215
|
-
/**
|
|
216
|
-
* <p>A string used to associate a package configuration source group with a channel output.</p>
|
|
217
|
-
*/
|
|
218
|
-
SourceGroup: string | undefined;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
export namespace ResponseOutputItem {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
export const filterSensitiveLog = (obj: ResponseOutputItem): any => ({
|
|
226
|
-
...obj,
|
|
227
|
-
});
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
/**
|
|
231
|
-
* <p>The configuration parameters for a channel.</p>
|
|
232
|
-
*/
|
|
233
|
-
export interface Channel {
|
|
234
|
-
/**
|
|
235
|
-
* <p>The ARN of the channel.</p>
|
|
236
|
-
*/
|
|
237
|
-
Arn: string | undefined;
|
|
238
|
-
|
|
239
|
-
/**
|
|
240
|
-
* <p>The name of the channel.</p>
|
|
241
|
-
*/
|
|
242
|
-
ChannelName: string | undefined;
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
* <p>Returns the state whether the channel is running or not.</p>
|
|
246
|
-
*/
|
|
247
|
-
ChannelState: string | undefined;
|
|
248
|
-
|
|
249
|
-
/**
|
|
250
|
-
* <p>The timestamp of when the channel was created.</p>
|
|
251
|
-
*/
|
|
252
|
-
CreationTime?: Date;
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
* <p>Contains information about the slate used to fill gaps between programs in the schedule. You must configure FillerSlate if your channel uses an LINEAR PlaybackMode.</p>
|
|
256
|
-
*/
|
|
257
|
-
FillerSlate?: SlateSource;
|
|
258
|
-
|
|
259
|
-
/**
|
|
260
|
-
* <p>The timestamp of when the channel was last modified.</p>
|
|
261
|
-
*/
|
|
262
|
-
LastModifiedTime?: Date;
|
|
263
|
-
|
|
264
|
-
/**
|
|
265
|
-
* <p>The channel's output properties.</p>
|
|
266
|
-
*/
|
|
267
|
-
Outputs: ResponseOutputItem[] | undefined;
|
|
268
|
-
|
|
269
|
-
/**
|
|
270
|
-
* <p>The type of playback mode for this channel.</p> <p>LINEAR - Programs play back-to-back only once.</p> <p>LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.</p>
|
|
271
|
-
*/
|
|
272
|
-
PlaybackMode: string | undefined;
|
|
273
|
-
|
|
274
|
-
/**
|
|
275
|
-
* <p>The tags to assign to the channel.</p>
|
|
276
|
-
*/
|
|
277
|
-
Tags?: { [key: string]: string };
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
export namespace Channel {
|
|
281
|
-
/**
|
|
282
|
-
* @internal
|
|
283
|
-
*/
|
|
284
|
-
export const filterSensitiveLog = (obj: Channel): any => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
export enum Mode {
|
|
290
|
-
BEHIND_LIVE_EDGE = "BEHIND_LIVE_EDGE",
|
|
291
|
-
OFF = "OFF",
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/**
|
|
295
|
-
* <p>The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Suppression</a>.</p>
|
|
296
|
-
*/
|
|
297
|
-
export interface AvailSuppression {
|
|
298
|
-
/**
|
|
299
|
-
* <p>Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set to BEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window.</p>
|
|
300
|
-
*/
|
|
301
|
-
Mode?: Mode | string;
|
|
302
|
-
|
|
303
|
-
/**
|
|
304
|
-
* <p>A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks on or behind this time in the manifest lookback window. If Value is set to 00:00:00, it is in sync with the live edge, and MediaTailor won't fill any ad breaks on or behind the live edge. If you set a Value time, MediaTailor won't fill any ad breaks on or behind this time in the manifest lookback window. For example, if you set 00:45:00, then MediaTailor will fill ad breaks that occur within 45 minutes behind the live edge, but won't fill ad breaks on or behind 45 minutes behind the live edge.</p>
|
|
305
|
-
*/
|
|
306
|
-
Value?: string;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
export namespace AvailSuppression {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
|
-
export const filterSensitiveLog = (obj: AvailSuppression): any => ({
|
|
314
|
-
...obj,
|
|
315
|
-
});
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
/**
|
|
319
|
-
* <p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html">Bumpers</a>.</p>
|
|
320
|
-
*/
|
|
321
|
-
export interface Bumper {
|
|
322
|
-
/**
|
|
323
|
-
* <p>The URL for the end bumper asset.</p>
|
|
324
|
-
*/
|
|
325
|
-
EndUrl?: string;
|
|
326
|
-
|
|
327
|
-
/**
|
|
328
|
-
* <p>The URL for the start bumper asset.</p>
|
|
329
|
-
*/
|
|
330
|
-
StartUrl?: string;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
export namespace Bumper {
|
|
334
|
-
/**
|
|
335
|
-
* @internal
|
|
336
|
-
*/
|
|
337
|
-
export const filterSensitiveLog = (obj: Bumper): any => ({
|
|
338
|
-
...obj,
|
|
339
|
-
});
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* <p>The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.</p>
|
|
344
|
-
*/
|
|
345
|
-
export interface CdnConfiguration {
|
|
346
|
-
/**
|
|
347
|
-
* <p>A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.&lt;region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.</p>
|
|
348
|
-
*/
|
|
349
|
-
AdSegmentUrlPrefix?: string;
|
|
350
|
-
|
|
351
|
-
/**
|
|
352
|
-
* <p>A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments.</p>
|
|
353
|
-
*/
|
|
354
|
-
ContentSegmentUrlPrefix?: string;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
export namespace CdnConfiguration {
|
|
358
|
-
/**
|
|
359
|
-
* @internal
|
|
360
|
-
*/
|
|
361
|
-
export const filterSensitiveLog = (obj: CdnConfiguration): any => ({
|
|
362
|
-
...obj,
|
|
363
|
-
});
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
export enum OriginManifestType {
|
|
367
|
-
MULTI_PERIOD = "MULTI_PERIOD",
|
|
368
|
-
SINGLE_PERIOD = "SINGLE_PERIOD",
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* <p>The configuration for DASH content.</p>
|
|
373
|
-
*/
|
|
374
|
-
export interface DashConfiguration {
|
|
375
|
-
/**
|
|
376
|
-
* <p>The URL generated by MediaTailor to initiate a playback session. The session uses server-side reporting. This setting is ignored in PUT operations.</p>
|
|
377
|
-
*/
|
|
378
|
-
ManifestEndpointPrefix?: string;
|
|
379
|
-
|
|
380
|
-
/**
|
|
381
|
-
* <p>The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.</p>
|
|
382
|
-
*/
|
|
383
|
-
MpdLocation?: string;
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
* <p>The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.</p>
|
|
387
|
-
*/
|
|
388
|
-
OriginManifestType?: OriginManifestType | string;
|
|
389
|
-
}
|
|
390
|
-
|
|
391
|
-
export namespace DashConfiguration {
|
|
392
|
-
/**
|
|
393
|
-
* @internal
|
|
394
|
-
*/
|
|
395
|
-
export const filterSensitiveLog = (obj: DashConfiguration): any => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
/**
|
|
401
|
-
* <p>The configuration for HLS content.</p>
|
|
402
|
-
*/
|
|
403
|
-
export interface HlsConfiguration {
|
|
404
|
-
/**
|
|
405
|
-
* <p>The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.</p>
|
|
406
|
-
*/
|
|
407
|
-
ManifestEndpointPrefix?: string;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
export namespace HlsConfiguration {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
|
-
export const filterSensitiveLog = (obj: HlsConfiguration): any => ({
|
|
415
|
-
...obj,
|
|
416
|
-
});
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
/**
|
|
420
|
-
* <p>The configuration for pre-roll ad insertion.</p>
|
|
421
|
-
*/
|
|
422
|
-
export interface LivePreRollConfiguration {
|
|
423
|
-
/**
|
|
424
|
-
* <p>The URL for the ad decision server (ADS) for pre-roll ads. This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
|
|
425
|
-
*/
|
|
426
|
-
AdDecisionServerUrl?: string;
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
* The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.
|
|
430
|
-
*/
|
|
431
|
-
MaxDurationSeconds?: number;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
export namespace LivePreRollConfiguration {
|
|
435
|
-
/**
|
|
436
|
-
* @internal
|
|
437
|
-
*/
|
|
438
|
-
export const filterSensitiveLog = (obj: LivePreRollConfiguration): any => ({
|
|
439
|
-
...obj,
|
|
440
|
-
});
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
/**
|
|
444
|
-
* <p>For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.</p> <p>No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.</p>
|
|
445
|
-
*/
|
|
446
|
-
export interface AdMarkerPassthrough {
|
|
447
|
-
/**
|
|
448
|
-
* <p>Enables ad marker passthrough for your configuration.</p>
|
|
449
|
-
*/
|
|
450
|
-
Enabled?: boolean;
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
export namespace AdMarkerPassthrough {
|
|
454
|
-
/**
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
|
-
export const filterSensitiveLog = (obj: AdMarkerPassthrough): any => ({
|
|
458
|
-
...obj,
|
|
459
|
-
});
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
/**
|
|
463
|
-
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
464
|
-
*/
|
|
465
|
-
export interface ManifestProcessingRules {
|
|
466
|
-
/**
|
|
467
|
-
* <p>For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.</p> <p>No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.</p>
|
|
468
|
-
*/
|
|
469
|
-
AdMarkerPassthrough?: AdMarkerPassthrough;
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
export namespace ManifestProcessingRules {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
|
-
export const filterSensitiveLog = (obj: ManifestProcessingRules): any => ({
|
|
477
|
-
...obj,
|
|
478
|
-
});
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
/**
|
|
482
|
-
* <p>Creates a playback configuration. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
|
|
483
|
-
*/
|
|
484
|
-
export interface PlaybackConfiguration {
|
|
485
|
-
/**
|
|
486
|
-
* <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
|
|
487
|
-
*/
|
|
488
|
-
AdDecisionServerUrl?: string;
|
|
489
|
-
|
|
490
|
-
/**
|
|
491
|
-
* <p>The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Suppression</a>.</p>
|
|
492
|
-
*/
|
|
493
|
-
AvailSuppression?: AvailSuppression;
|
|
494
|
-
|
|
495
|
-
/**
|
|
496
|
-
* <p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html">Bumpers</a>.</p>
|
|
497
|
-
*/
|
|
498
|
-
Bumper?: Bumper;
|
|
499
|
-
|
|
500
|
-
/**
|
|
501
|
-
* <p>The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.</p>
|
|
502
|
-
*/
|
|
503
|
-
CdnConfiguration?: CdnConfiguration;
|
|
504
|
-
|
|
505
|
-
/**
|
|
506
|
-
* <p>The player parameters and aliases used as dynamic variables during session initialization. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html">Domain Variables</a>.</p>
|
|
507
|
-
*/
|
|
508
|
-
ConfigurationAliases?: { [key: string]: { [key: string]: string } };
|
|
509
|
-
|
|
510
|
-
/**
|
|
511
|
-
* <p>The configuration for a DASH source.</p>
|
|
512
|
-
*/
|
|
513
|
-
DashConfiguration?: DashConfiguration;
|
|
514
|
-
|
|
515
|
-
/**
|
|
516
|
-
* <p>The configuration for HLS content.</p>
|
|
517
|
-
*/
|
|
518
|
-
HlsConfiguration?: HlsConfiguration;
|
|
519
|
-
|
|
520
|
-
/**
|
|
521
|
-
* <p>The configuration for pre-roll ad insertion.</p>
|
|
522
|
-
*/
|
|
523
|
-
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
524
|
-
|
|
525
|
-
/**
|
|
526
|
-
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
527
|
-
*/
|
|
528
|
-
ManifestProcessingRules?: ManifestProcessingRules;
|
|
529
|
-
|
|
530
|
-
/**
|
|
531
|
-
* <p>The identifier for the playback configuration.</p>
|
|
532
|
-
*/
|
|
533
|
-
Name?: string;
|
|
534
|
-
|
|
535
|
-
/**
|
|
536
|
-
* <p>Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to <i>ad replacement</i> in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Behavior in AWS Elemental MediaTailor</a>.</p>
|
|
537
|
-
*/
|
|
538
|
-
PersonalizationThresholdSeconds?: number;
|
|
539
|
-
|
|
540
|
-
/**
|
|
541
|
-
* <p>The Amazon Resource Name (ARN) for the playback configuration.</p>
|
|
542
|
-
*/
|
|
543
|
-
PlaybackConfigurationArn?: string;
|
|
544
|
-
|
|
545
|
-
/**
|
|
546
|
-
* <p>The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.</p>
|
|
547
|
-
*/
|
|
548
|
-
PlaybackEndpointPrefix?: string;
|
|
549
|
-
|
|
550
|
-
/**
|
|
551
|
-
* <p>The URL that the player uses to initialize a session that uses client-side reporting.</p>
|
|
552
|
-
*/
|
|
553
|
-
SessionInitializationEndpointPrefix?: string;
|
|
554
|
-
|
|
555
|
-
/**
|
|
556
|
-
* <p>The URL for a video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
557
|
-
*/
|
|
558
|
-
SlateAdUrl?: string;
|
|
559
|
-
|
|
560
|
-
/**
|
|
561
|
-
* <p>The tags to assign to the playback configuration.</p>
|
|
562
|
-
*/
|
|
563
|
-
Tags?: { [key: string]: string };
|
|
564
|
-
|
|
565
|
-
/**
|
|
566
|
-
* <p>The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.</p>
|
|
567
|
-
*/
|
|
568
|
-
TranscodeProfileName?: string;
|
|
569
|
-
|
|
570
|
-
/**
|
|
571
|
-
* <p>The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.</p>
|
|
572
|
-
*/
|
|
573
|
-
VideoContentSourceUrl?: string;
|
|
574
|
-
}
|
|
575
|
-
|
|
576
|
-
export namespace PlaybackConfiguration {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
|
-
export const filterSensitiveLog = (obj: PlaybackConfiguration): any => ({
|
|
581
|
-
...obj,
|
|
582
|
-
});
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
/**
|
|
586
|
-
* <p>The schedule's ad break properties.</p>
|
|
587
|
-
*/
|
|
588
|
-
export interface ScheduleAdBreak {
|
|
589
|
-
/**
|
|
590
|
-
* <p>The approximate duration of the ad break, in seconds.</p>
|
|
591
|
-
*/
|
|
592
|
-
ApproximateDurationSeconds?: number;
|
|
593
|
-
|
|
594
|
-
/**
|
|
595
|
-
* <p>The approximate time that the ad will start playing.</p>
|
|
596
|
-
*/
|
|
597
|
-
ApproximateStartTime?: Date;
|
|
598
|
-
|
|
599
|
-
/**
|
|
600
|
-
* <p>The name of the source location containing the VOD source used for the ad break.</p>
|
|
601
|
-
*/
|
|
602
|
-
SourceLocationName?: string;
|
|
603
|
-
|
|
604
|
-
/**
|
|
605
|
-
* <p>The name of the VOD source used for the ad break.</p>
|
|
606
|
-
*/
|
|
607
|
-
VodSourceName?: string;
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
export namespace ScheduleAdBreak {
|
|
611
|
-
/**
|
|
612
|
-
* @internal
|
|
613
|
-
*/
|
|
614
|
-
export const filterSensitiveLog = (obj: ScheduleAdBreak): any => ({
|
|
615
|
-
...obj,
|
|
616
|
-
});
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
export enum ScheduleEntryType {
|
|
620
|
-
FILLER_SLATE = "FILLER_SLATE",
|
|
621
|
-
PROGRAM = "PROGRAM",
|
|
622
|
-
}
|
|
623
|
-
|
|
624
|
-
/**
|
|
625
|
-
* <p>The properties for a schedule.</p>
|
|
626
|
-
*/
|
|
627
|
-
export interface ScheduleEntry {
|
|
628
|
-
/**
|
|
629
|
-
* <p>The approximate duration of this program, in seconds.</p>
|
|
630
|
-
*/
|
|
631
|
-
ApproximateDurationSeconds?: number;
|
|
632
|
-
|
|
633
|
-
/**
|
|
634
|
-
* <p>The approximate time that the program will start playing.</p>
|
|
635
|
-
*/
|
|
636
|
-
ApproximateStartTime?: Date;
|
|
637
|
-
|
|
638
|
-
/**
|
|
639
|
-
* <p>The ARN of the program.</p>
|
|
640
|
-
*/
|
|
641
|
-
Arn: string | undefined;
|
|
642
|
-
|
|
643
|
-
/**
|
|
644
|
-
* <p>The name of the channel that uses this schedule.</p>
|
|
645
|
-
*/
|
|
646
|
-
ChannelName: string | undefined;
|
|
647
|
-
|
|
648
|
-
/**
|
|
649
|
-
* <p>The name of the program.</p>
|
|
650
|
-
*/
|
|
651
|
-
ProgramName: string | undefined;
|
|
652
|
-
|
|
653
|
-
/**
|
|
654
|
-
* <p>The schedule's ad break properties.</p>
|
|
655
|
-
*/
|
|
656
|
-
ScheduleAdBreaks?: ScheduleAdBreak[];
|
|
657
|
-
|
|
658
|
-
/**
|
|
659
|
-
* <p>The type of schedule entry.</p> <p>Valid values: PROGRAM or FILLER_SLATE.</p>
|
|
660
|
-
*/
|
|
661
|
-
ScheduleEntryType?: ScheduleEntryType | string;
|
|
662
|
-
|
|
663
|
-
/**
|
|
664
|
-
* <p>The name of the source location.</p>
|
|
665
|
-
*/
|
|
666
|
-
SourceLocationName: string | undefined;
|
|
667
|
-
|
|
668
|
-
/**
|
|
669
|
-
* <p>The name of the VOD source.</p>
|
|
670
|
-
*/
|
|
671
|
-
VodSourceName: string | undefined;
|
|
672
|
-
}
|
|
673
|
-
|
|
674
|
-
export namespace ScheduleEntry {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
|
-
export const filterSensitiveLog = (obj: ScheduleEntry): any => ({
|
|
679
|
-
...obj,
|
|
680
|
-
});
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
export enum AccessType {
|
|
684
|
-
S3_SIGV4 = "S3_SIGV4",
|
|
685
|
-
SECRETS_MANAGER_ACCESS_TOKEN = "SECRETS_MANAGER_ACCESS_TOKEN",
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
/**
|
|
689
|
-
* <p>AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-access-configuration-access-token.html">Working with AWS Secrets Manager access token authentication</a>.</p>
|
|
690
|
-
*/
|
|
691
|
-
export interface SecretsManagerAccessTokenConfiguration {
|
|
692
|
-
/**
|
|
693
|
-
* <p>The name of the HTTP header used to supply the access token in requests to the source location.</p>
|
|
694
|
-
*/
|
|
695
|
-
HeaderName?: string;
|
|
696
|
-
|
|
697
|
-
/**
|
|
698
|
-
* <p>The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.</p>
|
|
699
|
-
*/
|
|
700
|
-
SecretArn?: string;
|
|
701
|
-
|
|
702
|
-
/**
|
|
703
|
-
* <p>The AWS Secrets Manager <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html#SecretsManager-CreateSecret-request-SecretString.html">SecretString</a> key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.</p>
|
|
704
|
-
*/
|
|
705
|
-
SecretStringKey?: string;
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
export namespace SecretsManagerAccessTokenConfiguration {
|
|
709
|
-
/**
|
|
710
|
-
* @internal
|
|
711
|
-
*/
|
|
712
|
-
export const filterSensitiveLog = (obj: SecretsManagerAccessTokenConfiguration): any => ({
|
|
713
|
-
...obj,
|
|
714
|
-
});
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
/**
|
|
718
|
-
* <p>Access configuration parameters.</p>
|
|
719
|
-
*/
|
|
720
|
-
export interface AccessConfiguration {
|
|
721
|
-
/**
|
|
722
|
-
* <p>The type of authentication used to access content from HttpConfiguration::BaseUrl on your source location. Accepted value: S3_SIGV4.</p> <p>S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style access. If your source location base URL is an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4) authentication to access the bucket where your source content is stored. Your MediaTailor source location baseURL must follow the S3 virtual hosted-style request URL format. For example, https://bucket-name.s3.Region.amazonaws.com/key-name.</p> <p>Before you can use S3_SIGV4, you must meet these requirements:</p> <p>• You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com principal access in IAM. For information about configuring access in IAM, see Access management in the IAM User Guide.</p> <p>• The mediatailor.amazonaws.com service principal must have permissions to read all top level manifests referenced by the VodSource packaging configurations.</p> <p>• The caller of the API must have s3:GetObject IAM permissions to read all top level manifests referenced by your MediaTailor VodSource packaging configurations.</p>
|
|
723
|
-
*/
|
|
724
|
-
AccessType?: AccessType | string;
|
|
725
|
-
|
|
726
|
-
/**
|
|
727
|
-
* <p>AWS Secrets Manager access token configuration parameters.</p>
|
|
728
|
-
*/
|
|
729
|
-
SecretsManagerAccessTokenConfiguration?: SecretsManagerAccessTokenConfiguration;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
export namespace AccessConfiguration {
|
|
733
|
-
/**
|
|
734
|
-
* @internal
|
|
735
|
-
*/
|
|
736
|
-
export const filterSensitiveLog = (obj: AccessConfiguration): any => ({
|
|
737
|
-
...obj,
|
|
738
|
-
});
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
/**
|
|
742
|
-
* <p>The optional configuration for a server that serves segments. Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.</p>
|
|
743
|
-
*/
|
|
744
|
-
export interface DefaultSegmentDeliveryConfiguration {
|
|
745
|
-
/**
|
|
746
|
-
* <p>The hostname of the server that will be used to serve segments. This string must include the protocol, such as <b>https://</b>.</p>
|
|
747
|
-
*/
|
|
748
|
-
BaseUrl?: string;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
export namespace DefaultSegmentDeliveryConfiguration {
|
|
752
|
-
/**
|
|
753
|
-
* @internal
|
|
754
|
-
*/
|
|
755
|
-
export const filterSensitiveLog = (obj: DefaultSegmentDeliveryConfiguration): any => ({
|
|
756
|
-
...obj,
|
|
757
|
-
});
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
/**
|
|
761
|
-
* <p>The HTTP configuration for the source location.</p>
|
|
762
|
-
*/
|
|
763
|
-
export interface HttpConfiguration {
|
|
764
|
-
/**
|
|
765
|
-
* <p>The base URL for the source location host server. This string must include the protocol, such as <b>https://</b>.</p>
|
|
766
|
-
*/
|
|
767
|
-
BaseUrl: string | undefined;
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
export namespace HttpConfiguration {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
|
-
export const filterSensitiveLog = (obj: HttpConfiguration): any => ({
|
|
775
|
-
...obj,
|
|
776
|
-
});
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
/**
|
|
780
|
-
* <p>This response includes only the "type" : "object" property.</p>
|
|
781
|
-
*/
|
|
782
|
-
export interface SourceLocation {
|
|
783
|
-
/**
|
|
784
|
-
* <p>The access configuration for the source location.</p>
|
|
785
|
-
*/
|
|
786
|
-
AccessConfiguration?: AccessConfiguration;
|
|
787
|
-
|
|
788
|
-
/**
|
|
789
|
-
* <p>The ARN of the SourceLocation.</p>
|
|
790
|
-
*/
|
|
791
|
-
Arn: string | undefined;
|
|
792
|
-
|
|
793
|
-
/**
|
|
794
|
-
* <p>The timestamp that indicates when the source location was created.</p>
|
|
795
|
-
*/
|
|
796
|
-
CreationTime?: Date;
|
|
797
|
-
|
|
798
|
-
/**
|
|
799
|
-
* <p>The default segment delivery configuration.</p>
|
|
800
|
-
*/
|
|
801
|
-
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
802
|
-
|
|
803
|
-
/**
|
|
804
|
-
* <p>The HTTP configuration for the source location.</p>
|
|
805
|
-
*/
|
|
806
|
-
HttpConfiguration: HttpConfiguration | undefined;
|
|
807
|
-
|
|
808
|
-
/**
|
|
809
|
-
* <p>The timestamp that indicates when the source location was last modified.</p>
|
|
810
|
-
*/
|
|
811
|
-
LastModifiedTime?: Date;
|
|
812
|
-
|
|
813
|
-
/**
|
|
814
|
-
* <p>The name of the source location.</p>
|
|
815
|
-
*/
|
|
816
|
-
SourceLocationName: string | undefined;
|
|
817
|
-
|
|
818
|
-
/**
|
|
819
|
-
* <p>The tags assigned to the source location.</p>
|
|
820
|
-
*/
|
|
821
|
-
Tags?: { [key: string]: string };
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
export namespace SourceLocation {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
|
-
export const filterSensitiveLog = (obj: SourceLocation): any => ({
|
|
829
|
-
...obj,
|
|
830
|
-
});
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
export enum Type {
|
|
834
|
-
DASH = "DASH",
|
|
835
|
-
HLS = "HLS",
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
/**
|
|
839
|
-
* <p>The HTTP package configuration properties for the requested VOD source.</p>
|
|
840
|
-
*/
|
|
841
|
-
export interface HttpPackageConfiguration {
|
|
842
|
-
/**
|
|
843
|
-
* <p>The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.</p>
|
|
844
|
-
*/
|
|
845
|
-
Path: string | undefined;
|
|
846
|
-
|
|
847
|
-
/**
|
|
848
|
-
* <p>The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.</p>
|
|
849
|
-
*/
|
|
850
|
-
SourceGroup: string | undefined;
|
|
851
|
-
|
|
852
|
-
/**
|
|
853
|
-
* <p>The streaming protocol for this package configuration. Supported values are HLS and DASH.</p>
|
|
854
|
-
*/
|
|
855
|
-
Type: Type | string | undefined;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
export namespace HttpPackageConfiguration {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
export const filterSensitiveLog = (obj: HttpPackageConfiguration): any => ({
|
|
863
|
-
...obj,
|
|
864
|
-
});
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
/**
|
|
868
|
-
* <p>VOD source configuration parameters.</p>
|
|
869
|
-
*/
|
|
870
|
-
export interface VodSource {
|
|
871
|
-
/**
|
|
872
|
-
* <p>The ARN for the VOD source.</p>
|
|
873
|
-
*/
|
|
874
|
-
Arn: string | undefined;
|
|
875
|
-
|
|
876
|
-
/**
|
|
877
|
-
* <p>The timestamp that indicates when the VOD source was created.</p>
|
|
878
|
-
*/
|
|
879
|
-
CreationTime?: Date;
|
|
880
|
-
|
|
881
|
-
/**
|
|
882
|
-
* <p>The HTTP package configurations for the VOD source.</p>
|
|
883
|
-
*/
|
|
884
|
-
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
885
|
-
|
|
886
|
-
/**
|
|
887
|
-
* <p>The timestamp that indicates when the VOD source was last modified.</p>
|
|
888
|
-
*/
|
|
889
|
-
LastModifiedTime?: Date;
|
|
890
|
-
|
|
891
|
-
/**
|
|
892
|
-
* <p>The name of the source location that the VOD source is associated with.</p>
|
|
893
|
-
*/
|
|
894
|
-
SourceLocationName: string | undefined;
|
|
895
|
-
|
|
896
|
-
/**
|
|
897
|
-
* <p>The tags assigned to the VOD source.</p>
|
|
898
|
-
*/
|
|
899
|
-
Tags?: { [key: string]: string };
|
|
900
|
-
|
|
901
|
-
/**
|
|
902
|
-
* <p>The name of the VOD source.</p>
|
|
903
|
-
*/
|
|
904
|
-
VodSourceName: string | undefined;
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
export namespace VodSource {
|
|
908
|
-
/**
|
|
909
|
-
* @internal
|
|
910
|
-
*/
|
|
911
|
-
export const filterSensitiveLog = (obj: VodSource): any => ({
|
|
912
|
-
...obj,
|
|
913
|
-
});
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
/**
|
|
917
|
-
* Invalid request parameters.
|
|
918
|
-
*/
|
|
919
|
-
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
920
|
-
name: "BadRequestException";
|
|
921
|
-
$fault: "client";
|
|
922
|
-
Message?: string;
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
export namespace BadRequestException {
|
|
926
|
-
/**
|
|
927
|
-
* @internal
|
|
928
|
-
*/
|
|
929
|
-
export const filterSensitiveLog = (obj: BadRequestException): any => ({
|
|
930
|
-
...obj,
|
|
931
|
-
});
|
|
932
|
-
}
|
|
933
|
-
|
|
934
|
-
export enum ChannelState {
|
|
935
|
-
RUNNING = "RUNNING",
|
|
936
|
-
STOPPED = "STOPPED",
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
/**
|
|
940
|
-
* <p>The output configuration for this channel.</p>
|
|
941
|
-
*/
|
|
942
|
-
export interface RequestOutputItem {
|
|
943
|
-
/**
|
|
944
|
-
* <p>DASH manifest configuration parameters.</p>
|
|
945
|
-
*/
|
|
946
|
-
DashPlaylistSettings?: DashPlaylistSettings;
|
|
947
|
-
|
|
948
|
-
/**
|
|
949
|
-
* <p>HLS playlist configuration parameters.</p>
|
|
950
|
-
*/
|
|
951
|
-
HlsPlaylistSettings?: HlsPlaylistSettings;
|
|
952
|
-
|
|
953
|
-
/**
|
|
954
|
-
* <p>The name of the manifest for the channel. The name appears in the PlaybackUrl.</p>
|
|
955
|
-
*/
|
|
956
|
-
ManifestName: string | undefined;
|
|
957
|
-
|
|
958
|
-
/**
|
|
959
|
-
* <p>A string used to match which HttpPackageConfiguration is used for each VodSource.</p>
|
|
960
|
-
*/
|
|
961
|
-
SourceGroup: string | undefined;
|
|
962
|
-
}
|
|
963
|
-
|
|
964
|
-
export namespace RequestOutputItem {
|
|
965
|
-
/**
|
|
966
|
-
* @internal
|
|
967
|
-
*/
|
|
968
|
-
export const filterSensitiveLog = (obj: RequestOutputItem): any => ({
|
|
969
|
-
...obj,
|
|
970
|
-
});
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
export enum PlaybackMode {
|
|
974
|
-
LINEAR = "LINEAR",
|
|
975
|
-
LOOP = "LOOP",
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
export interface CreateChannelRequest {
|
|
979
|
-
/**
|
|
980
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
981
|
-
*/
|
|
982
|
-
ChannelName: string | undefined;
|
|
983
|
-
|
|
984
|
-
/**
|
|
985
|
-
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses an LINEAR PlaybackMode.</p>
|
|
986
|
-
*/
|
|
987
|
-
FillerSlate?: SlateSource;
|
|
988
|
-
|
|
989
|
-
/**
|
|
990
|
-
* <p>The channel's output properties.</p>
|
|
991
|
-
*/
|
|
992
|
-
Outputs: RequestOutputItem[] | undefined;
|
|
993
|
-
|
|
994
|
-
/**
|
|
995
|
-
* <p>The type of playback mode to use for this channel.</p> <p>LINEAR - The programs in the schedule play once back-to-back in the schedule.</p> <p>LOOP - The programs in the schedule play back-to-back in an endless loop. When the last program in the schedule stops playing, playback loops back to the first program in the schedule.</p>
|
|
996
|
-
*/
|
|
997
|
-
PlaybackMode: PlaybackMode | string | undefined;
|
|
998
|
-
|
|
999
|
-
/**
|
|
1000
|
-
* <p>The tags to assign to the channel.</p>
|
|
1001
|
-
*/
|
|
1002
|
-
Tags?: { [key: string]: string };
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
export namespace CreateChannelRequest {
|
|
1006
|
-
/**
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
1009
|
-
export const filterSensitiveLog = (obj: CreateChannelRequest): any => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
export interface CreateChannelResponse {
|
|
1015
|
-
/**
|
|
1016
|
-
* <p>The ARN of the channel.</p>
|
|
1017
|
-
*/
|
|
1018
|
-
Arn?: string;
|
|
1019
|
-
|
|
1020
|
-
/**
|
|
1021
|
-
* <p>The name of the channel.</p>
|
|
1022
|
-
*/
|
|
1023
|
-
ChannelName?: string;
|
|
1024
|
-
|
|
1025
|
-
/**
|
|
1026
|
-
* <p>Indicates whether the channel is in a running state or not.</p>
|
|
1027
|
-
*/
|
|
1028
|
-
ChannelState?: ChannelState | string;
|
|
1029
|
-
|
|
1030
|
-
/**
|
|
1031
|
-
* <p>The timestamp of when the channel was created.</p>
|
|
1032
|
-
*/
|
|
1033
|
-
CreationTime?: Date;
|
|
1034
|
-
|
|
1035
|
-
/**
|
|
1036
|
-
* <p>Contains information about the slate used to fill gaps between programs in the schedule.</p>
|
|
1037
|
-
*/
|
|
1038
|
-
FillerSlate?: SlateSource;
|
|
1039
|
-
|
|
1040
|
-
/**
|
|
1041
|
-
* <p>The timestamp of when the channel was last modified.</p>
|
|
1042
|
-
*/
|
|
1043
|
-
LastModifiedTime?: Date;
|
|
1044
|
-
|
|
1045
|
-
/**
|
|
1046
|
-
* <p>The channel's output properties.</p>
|
|
1047
|
-
*/
|
|
1048
|
-
Outputs?: ResponseOutputItem[];
|
|
1049
|
-
|
|
1050
|
-
/**
|
|
1051
|
-
* <p>The channel's playback mode.</p>
|
|
1052
|
-
*/
|
|
1053
|
-
PlaybackMode?: string;
|
|
1054
|
-
|
|
1055
|
-
/**
|
|
1056
|
-
* <p>The tags assigned to the channel.</p>
|
|
1057
|
-
*/
|
|
1058
|
-
Tags?: { [key: string]: string };
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
export namespace CreateChannelResponse {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
|
-
export const filterSensitiveLog = (obj: CreateChannelResponse): any => ({
|
|
1066
|
-
...obj,
|
|
1067
|
-
});
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
export enum RelativePosition {
|
|
1071
|
-
AFTER_PROGRAM = "AFTER_PROGRAM",
|
|
1072
|
-
BEFORE_PROGRAM = "BEFORE_PROGRAM",
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
/**
|
|
1076
|
-
* <p>Program transition configuration.</p>
|
|
1077
|
-
*/
|
|
1078
|
-
export interface Transition {
|
|
1079
|
-
/**
|
|
1080
|
-
* <p>The position where this program will be inserted relative to the RelativePosition.</p>
|
|
1081
|
-
*/
|
|
1082
|
-
RelativePosition: RelativePosition | string | undefined;
|
|
1083
|
-
|
|
1084
|
-
/**
|
|
1085
|
-
* <p>The name of the program that this program will be inserted next to, as defined by RelativePosition.</p>
|
|
1086
|
-
*/
|
|
1087
|
-
RelativeProgram?: string;
|
|
1088
|
-
|
|
1089
|
-
/**
|
|
1090
|
-
* <p>The date and time that the program is scheduled to start, in epoch milliseconds.</p>
|
|
1091
|
-
*/
|
|
1092
|
-
ScheduledStartTimeMillis?: number;
|
|
1093
|
-
|
|
1094
|
-
/**
|
|
1095
|
-
* <p>Defines when the program plays in the schedule. You can set the value to ABSOLUTE or RELATIVE.</p> <p>ABSOLUTE - The program plays at a specific wall clock time. This setting can only be used for channels using the LINEAR PlaybackMode.</p> <p>Note the following considerations when using ABSOLUTE transitions:</p> <p>If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary.</p> <p>If there are gaps in playback, MediaTailor plays the FillerSlate you configured for your linear channel.</p> <p>RELATIVE - The program is inserted into the schedule either before or after a program that you specify via RelativePosition.</p>
|
|
1096
|
-
*/
|
|
1097
|
-
Type: string | undefined;
|
|
1098
|
-
}
|
|
1099
|
-
|
|
1100
|
-
export namespace Transition {
|
|
1101
|
-
/**
|
|
1102
|
-
* @internal
|
|
1103
|
-
*/
|
|
1104
|
-
export const filterSensitiveLog = (obj: Transition): any => ({
|
|
1105
|
-
...obj,
|
|
1106
|
-
});
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
/**
|
|
1110
|
-
* <p>Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.</p>
|
|
1111
|
-
*/
|
|
1112
|
-
export interface ScheduleConfiguration {
|
|
1113
|
-
/**
|
|
1114
|
-
* <p>Program transition configurations.</p>
|
|
1115
|
-
*/
|
|
1116
|
-
Transition: Transition | undefined;
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
export namespace ScheduleConfiguration {
|
|
1120
|
-
/**
|
|
1121
|
-
* @internal
|
|
1122
|
-
*/
|
|
1123
|
-
export const filterSensitiveLog = (obj: ScheduleConfiguration): any => ({
|
|
1124
|
-
...obj,
|
|
1125
|
-
});
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
export interface CreateProgramRequest {
|
|
1129
|
-
/**
|
|
1130
|
-
* <p>The ad break configuration settings.</p>
|
|
1131
|
-
*/
|
|
1132
|
-
AdBreaks?: AdBreak[];
|
|
1133
|
-
|
|
1134
|
-
/**
|
|
1135
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1136
|
-
*/
|
|
1137
|
-
ChannelName: string | undefined;
|
|
1138
|
-
|
|
1139
|
-
/**
|
|
1140
|
-
* <p>The identifier for the program you are working on.</p>
|
|
1141
|
-
*/
|
|
1142
|
-
ProgramName: string | undefined;
|
|
1143
|
-
|
|
1144
|
-
/**
|
|
1145
|
-
* <p>The schedule configuration settings.</p>
|
|
1146
|
-
*/
|
|
1147
|
-
ScheduleConfiguration: ScheduleConfiguration | undefined;
|
|
1148
|
-
|
|
1149
|
-
/**
|
|
1150
|
-
* <p>The name of the source location.</p>
|
|
1151
|
-
*/
|
|
1152
|
-
SourceLocationName: string | undefined;
|
|
1153
|
-
|
|
1154
|
-
/**
|
|
1155
|
-
* <p>The name that's used to refer to a VOD source.</p>
|
|
1156
|
-
*/
|
|
1157
|
-
VodSourceName: string | undefined;
|
|
1158
|
-
}
|
|
1159
|
-
|
|
1160
|
-
export namespace CreateProgramRequest {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
export const filterSensitiveLog = (obj: CreateProgramRequest): any => ({
|
|
1165
|
-
...obj,
|
|
1166
|
-
});
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
export interface CreateProgramResponse {
|
|
1170
|
-
/**
|
|
1171
|
-
* <p>The ad break configuration settings.</p>
|
|
1172
|
-
*/
|
|
1173
|
-
AdBreaks?: AdBreak[];
|
|
1174
|
-
|
|
1175
|
-
/**
|
|
1176
|
-
* <p>The ARN of the program.</p>
|
|
1177
|
-
*/
|
|
1178
|
-
Arn?: string;
|
|
1179
|
-
|
|
1180
|
-
/**
|
|
1181
|
-
* <p>The name of the channel that the program belongs to.</p>
|
|
1182
|
-
*/
|
|
1183
|
-
ChannelName?: string;
|
|
1184
|
-
|
|
1185
|
-
/**
|
|
1186
|
-
* <p>The timestamp of when the program was created.</p>
|
|
1187
|
-
*/
|
|
1188
|
-
CreationTime?: Date;
|
|
1189
|
-
|
|
1190
|
-
/**
|
|
1191
|
-
* <p>The name of the program.</p>
|
|
1192
|
-
*/
|
|
1193
|
-
ProgramName?: string;
|
|
1194
|
-
|
|
1195
|
-
/**
|
|
1196
|
-
* <p>The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.</p>
|
|
1197
|
-
*/
|
|
1198
|
-
ScheduledStartTime?: Date;
|
|
1199
|
-
|
|
1200
|
-
/**
|
|
1201
|
-
* <p>The source location name.</p>
|
|
1202
|
-
*/
|
|
1203
|
-
SourceLocationName?: string;
|
|
1204
|
-
|
|
1205
|
-
/**
|
|
1206
|
-
* <p>The name that's used to refer to a VOD source.</p>
|
|
1207
|
-
*/
|
|
1208
|
-
VodSourceName?: string;
|
|
1209
|
-
}
|
|
1210
|
-
|
|
1211
|
-
export namespace CreateProgramResponse {
|
|
1212
|
-
/**
|
|
1213
|
-
* @internal
|
|
1214
|
-
*/
|
|
1215
|
-
export const filterSensitiveLog = (obj: CreateProgramResponse): any => ({
|
|
1216
|
-
...obj,
|
|
1217
|
-
});
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
export interface CreateSourceLocationRequest {
|
|
1221
|
-
/**
|
|
1222
|
-
* <p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p>
|
|
1223
|
-
*/
|
|
1224
|
-
AccessConfiguration?: AccessConfiguration;
|
|
1225
|
-
|
|
1226
|
-
/**
|
|
1227
|
-
* <p>The optional configuration for the server that serves segments.</p>
|
|
1228
|
-
*/
|
|
1229
|
-
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
1230
|
-
|
|
1231
|
-
/**
|
|
1232
|
-
* <p>The source's HTTP package configurations.</p>
|
|
1233
|
-
*/
|
|
1234
|
-
HttpConfiguration: HttpConfiguration | undefined;
|
|
1235
|
-
|
|
1236
|
-
/**
|
|
1237
|
-
* <p>The identifier for the source location you are working on.</p>
|
|
1238
|
-
*/
|
|
1239
|
-
SourceLocationName: string | undefined;
|
|
1240
|
-
|
|
1241
|
-
/**
|
|
1242
|
-
* <p>The tags to assign to the source location.</p>
|
|
1243
|
-
*/
|
|
1244
|
-
Tags?: { [key: string]: string };
|
|
1245
|
-
}
|
|
1246
|
-
|
|
1247
|
-
export namespace CreateSourceLocationRequest {
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
export const filterSensitiveLog = (obj: CreateSourceLocationRequest): any => ({
|
|
1252
|
-
...obj,
|
|
1253
|
-
});
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
export interface CreateSourceLocationResponse {
|
|
1257
|
-
/**
|
|
1258
|
-
* <p>The access configuration for the source location.</p>
|
|
1259
|
-
*/
|
|
1260
|
-
AccessConfiguration?: AccessConfiguration;
|
|
1261
|
-
|
|
1262
|
-
/**
|
|
1263
|
-
* <p>The ARN of the source location.</p>
|
|
1264
|
-
*/
|
|
1265
|
-
Arn?: string;
|
|
1266
|
-
|
|
1267
|
-
/**
|
|
1268
|
-
* <p>The timestamp that indicates when the source location was created.</p>
|
|
1269
|
-
*/
|
|
1270
|
-
CreationTime?: Date;
|
|
1271
|
-
|
|
1272
|
-
/**
|
|
1273
|
-
* <p>The default segment delivery configuration settings.</p>
|
|
1274
|
-
*/
|
|
1275
|
-
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
1276
|
-
|
|
1277
|
-
/**
|
|
1278
|
-
* <p>The HTTP package configuration settings for the source location.</p>
|
|
1279
|
-
*/
|
|
1280
|
-
HttpConfiguration?: HttpConfiguration;
|
|
1281
|
-
|
|
1282
|
-
/**
|
|
1283
|
-
* <p>The timestamp that indicates when the source location was last modified.</p>
|
|
1284
|
-
*/
|
|
1285
|
-
LastModifiedTime?: Date;
|
|
1286
|
-
|
|
1287
|
-
/**
|
|
1288
|
-
* <p>The name of the source location.</p>
|
|
1289
|
-
*/
|
|
1290
|
-
SourceLocationName?: string;
|
|
1291
|
-
|
|
1292
|
-
/**
|
|
1293
|
-
* <p>The tags assigned to the source location.</p>
|
|
1294
|
-
*/
|
|
1295
|
-
Tags?: { [key: string]: string };
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
export namespace CreateSourceLocationResponse {
|
|
1299
|
-
/**
|
|
1300
|
-
* @internal
|
|
1301
|
-
*/
|
|
1302
|
-
export const filterSensitiveLog = (obj: CreateSourceLocationResponse): any => ({
|
|
1303
|
-
...obj,
|
|
1304
|
-
});
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
export interface CreateVodSourceRequest {
|
|
1308
|
-
/**
|
|
1309
|
-
* <p>An array of HTTP package configuration parameters for this VOD source.</p>
|
|
1310
|
-
*/
|
|
1311
|
-
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
1312
|
-
|
|
1313
|
-
/**
|
|
1314
|
-
* <p>The identifier for the source location you are working on.</p>
|
|
1315
|
-
*/
|
|
1316
|
-
SourceLocationName: string | undefined;
|
|
1317
|
-
|
|
1318
|
-
/**
|
|
1319
|
-
* <p>The tags to assign to the VOD source.</p>
|
|
1320
|
-
*/
|
|
1321
|
-
Tags?: { [key: string]: string };
|
|
1322
|
-
|
|
1323
|
-
/**
|
|
1324
|
-
* <p>The identifier for the VOD source you are working on.</p>
|
|
1325
|
-
*/
|
|
1326
|
-
VodSourceName: string | undefined;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
export namespace CreateVodSourceRequest {
|
|
1330
|
-
/**
|
|
1331
|
-
* @internal
|
|
1332
|
-
*/
|
|
1333
|
-
export const filterSensitiveLog = (obj: CreateVodSourceRequest): any => ({
|
|
1334
|
-
...obj,
|
|
1335
|
-
});
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
export interface CreateVodSourceResponse {
|
|
1339
|
-
/**
|
|
1340
|
-
* <p>The ARN of the VOD source.</p>
|
|
1341
|
-
*/
|
|
1342
|
-
Arn?: string;
|
|
1343
|
-
|
|
1344
|
-
/**
|
|
1345
|
-
* <p>The timestamp that indicates when the VOD source was created.</p>
|
|
1346
|
-
*/
|
|
1347
|
-
CreationTime?: Date;
|
|
1348
|
-
|
|
1349
|
-
/**
|
|
1350
|
-
* <p>The HTTP package configurations.</p>
|
|
1351
|
-
*/
|
|
1352
|
-
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
1353
|
-
|
|
1354
|
-
/**
|
|
1355
|
-
* <p>The ARN for the VOD source.</p>
|
|
1356
|
-
*/
|
|
1357
|
-
LastModifiedTime?: Date;
|
|
1358
|
-
|
|
1359
|
-
/**
|
|
1360
|
-
* <p>The name of the source location associated with the VOD source.</p>
|
|
1361
|
-
*/
|
|
1362
|
-
SourceLocationName?: string;
|
|
1363
|
-
|
|
1364
|
-
/**
|
|
1365
|
-
* <p>The tags assigned to the VOD source.</p>
|
|
1366
|
-
*/
|
|
1367
|
-
Tags?: { [key: string]: string };
|
|
1368
|
-
|
|
1369
|
-
/**
|
|
1370
|
-
* <p>The name of the VOD source.</p>
|
|
1371
|
-
*/
|
|
1372
|
-
VodSourceName?: string;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
export namespace CreateVodSourceResponse {
|
|
1376
|
-
/**
|
|
1377
|
-
* @internal
|
|
1378
|
-
*/
|
|
1379
|
-
export const filterSensitiveLog = (obj: CreateVodSourceResponse): any => ({
|
|
1380
|
-
...obj,
|
|
1381
|
-
});
|
|
1382
|
-
}
|
|
1383
|
-
|
|
1384
|
-
/**
|
|
1385
|
-
* <p>The configuration for DASH PUT operations.</p>
|
|
1386
|
-
*/
|
|
1387
|
-
export interface DashConfigurationForPut {
|
|
1388
|
-
/**
|
|
1389
|
-
* <p>The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.</p>
|
|
1390
|
-
*/
|
|
1391
|
-
MpdLocation?: string;
|
|
1392
|
-
|
|
1393
|
-
/**
|
|
1394
|
-
* <p>The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.</p>
|
|
1395
|
-
*/
|
|
1396
|
-
OriginManifestType?: OriginManifestType | string;
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
export namespace DashConfigurationForPut {
|
|
1400
|
-
/**
|
|
1401
|
-
* @internal
|
|
1402
|
-
*/
|
|
1403
|
-
export const filterSensitiveLog = (obj: DashConfigurationForPut): any => ({
|
|
1404
|
-
...obj,
|
|
1405
|
-
});
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
export interface DeleteChannelRequest {
|
|
1409
|
-
/**
|
|
1410
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1411
|
-
*/
|
|
1412
|
-
ChannelName: string | undefined;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
export namespace DeleteChannelRequest {
|
|
1416
|
-
/**
|
|
1417
|
-
* @internal
|
|
1418
|
-
*/
|
|
1419
|
-
export const filterSensitiveLog = (obj: DeleteChannelRequest): any => ({
|
|
1420
|
-
...obj,
|
|
1421
|
-
});
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
export interface DeleteChannelResponse {}
|
|
1425
|
-
|
|
1426
|
-
export namespace DeleteChannelResponse {
|
|
1427
|
-
/**
|
|
1428
|
-
* @internal
|
|
1429
|
-
*/
|
|
1430
|
-
export const filterSensitiveLog = (obj: DeleteChannelResponse): any => ({
|
|
1431
|
-
...obj,
|
|
1432
|
-
});
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
export interface DeleteChannelPolicyRequest {
|
|
1436
|
-
/**
|
|
1437
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1438
|
-
*/
|
|
1439
|
-
ChannelName: string | undefined;
|
|
1440
|
-
}
|
|
1441
|
-
|
|
1442
|
-
export namespace DeleteChannelPolicyRequest {
|
|
1443
|
-
/**
|
|
1444
|
-
* @internal
|
|
1445
|
-
*/
|
|
1446
|
-
export const filterSensitiveLog = (obj: DeleteChannelPolicyRequest): any => ({
|
|
1447
|
-
...obj,
|
|
1448
|
-
});
|
|
1449
|
-
}
|
|
1450
|
-
|
|
1451
|
-
export interface DeleteChannelPolicyResponse {}
|
|
1452
|
-
|
|
1453
|
-
export namespace DeleteChannelPolicyResponse {
|
|
1454
|
-
/**
|
|
1455
|
-
* @internal
|
|
1456
|
-
*/
|
|
1457
|
-
export const filterSensitiveLog = (obj: DeleteChannelPolicyResponse): any => ({
|
|
1458
|
-
...obj,
|
|
1459
|
-
});
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
export interface DeletePlaybackConfigurationRequest {
|
|
1463
|
-
/**
|
|
1464
|
-
* <p>The identifier for the playback configuration.</p>
|
|
1465
|
-
*/
|
|
1466
|
-
Name: string | undefined;
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
export namespace DeletePlaybackConfigurationRequest {
|
|
1470
|
-
/**
|
|
1471
|
-
* @internal
|
|
1472
|
-
*/
|
|
1473
|
-
export const filterSensitiveLog = (obj: DeletePlaybackConfigurationRequest): any => ({
|
|
1474
|
-
...obj,
|
|
1475
|
-
});
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
export interface DeletePlaybackConfigurationResponse {}
|
|
1479
|
-
|
|
1480
|
-
export namespace DeletePlaybackConfigurationResponse {
|
|
1481
|
-
/**
|
|
1482
|
-
* @internal
|
|
1483
|
-
*/
|
|
1484
|
-
export const filterSensitiveLog = (obj: DeletePlaybackConfigurationResponse): any => ({
|
|
1485
|
-
...obj,
|
|
1486
|
-
});
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
export interface DeleteProgramRequest {
|
|
1490
|
-
/**
|
|
1491
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1492
|
-
*/
|
|
1493
|
-
ChannelName: string | undefined;
|
|
1494
|
-
|
|
1495
|
-
/**
|
|
1496
|
-
* <p>The identifier for the program you are working on.</p>
|
|
1497
|
-
*/
|
|
1498
|
-
ProgramName: string | undefined;
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
export namespace DeleteProgramRequest {
|
|
1502
|
-
/**
|
|
1503
|
-
* @internal
|
|
1504
|
-
*/
|
|
1505
|
-
export const filterSensitiveLog = (obj: DeleteProgramRequest): any => ({
|
|
1506
|
-
...obj,
|
|
1507
|
-
});
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
export interface DeleteProgramResponse {}
|
|
1511
|
-
|
|
1512
|
-
export namespace DeleteProgramResponse {
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
*/
|
|
1516
|
-
export const filterSensitiveLog = (obj: DeleteProgramResponse): any => ({
|
|
1517
|
-
...obj,
|
|
1518
|
-
});
|
|
1519
|
-
}
|
|
1520
|
-
|
|
1521
|
-
export interface DeleteSourceLocationRequest {
|
|
1522
|
-
/**
|
|
1523
|
-
* <p>The identifier for the source location you are working on.</p>
|
|
1524
|
-
*/
|
|
1525
|
-
SourceLocationName: string | undefined;
|
|
1526
|
-
}
|
|
1527
|
-
|
|
1528
|
-
export namespace DeleteSourceLocationRequest {
|
|
1529
|
-
/**
|
|
1530
|
-
* @internal
|
|
1531
|
-
*/
|
|
1532
|
-
export const filterSensitiveLog = (obj: DeleteSourceLocationRequest): any => ({
|
|
1533
|
-
...obj,
|
|
1534
|
-
});
|
|
1535
|
-
}
|
|
1536
|
-
|
|
1537
|
-
export interface DeleteSourceLocationResponse {}
|
|
1538
|
-
|
|
1539
|
-
export namespace DeleteSourceLocationResponse {
|
|
1540
|
-
/**
|
|
1541
|
-
* @internal
|
|
1542
|
-
*/
|
|
1543
|
-
export const filterSensitiveLog = (obj: DeleteSourceLocationResponse): any => ({
|
|
1544
|
-
...obj,
|
|
1545
|
-
});
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
export interface DeleteVodSourceRequest {
|
|
1549
|
-
/**
|
|
1550
|
-
* <p>The identifier for the source location you are working on.</p>
|
|
1551
|
-
*/
|
|
1552
|
-
SourceLocationName: string | undefined;
|
|
1553
|
-
|
|
1554
|
-
/**
|
|
1555
|
-
* <p>The identifier for the VOD source you are working on.</p>
|
|
1556
|
-
*/
|
|
1557
|
-
VodSourceName: string | undefined;
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
export namespace DeleteVodSourceRequest {
|
|
1561
|
-
/**
|
|
1562
|
-
* @internal
|
|
1563
|
-
*/
|
|
1564
|
-
export const filterSensitiveLog = (obj: DeleteVodSourceRequest): any => ({
|
|
1565
|
-
...obj,
|
|
1566
|
-
});
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
export interface DeleteVodSourceResponse {}
|
|
1570
|
-
|
|
1571
|
-
export namespace DeleteVodSourceResponse {
|
|
1572
|
-
/**
|
|
1573
|
-
* @internal
|
|
1574
|
-
*/
|
|
1575
|
-
export const filterSensitiveLog = (obj: DeleteVodSourceResponse): any => ({
|
|
1576
|
-
...obj,
|
|
1577
|
-
});
|
|
1578
|
-
}
|
|
1579
|
-
|
|
1580
|
-
export interface DescribeChannelRequest {
|
|
1581
|
-
/**
|
|
1582
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1583
|
-
*/
|
|
1584
|
-
ChannelName: string | undefined;
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
export namespace DescribeChannelRequest {
|
|
1588
|
-
/**
|
|
1589
|
-
* @internal
|
|
1590
|
-
*/
|
|
1591
|
-
export const filterSensitiveLog = (obj: DescribeChannelRequest): any => ({
|
|
1592
|
-
...obj,
|
|
1593
|
-
});
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
export interface DescribeChannelResponse {
|
|
1597
|
-
/**
|
|
1598
|
-
* <p>The ARN of the channel.</p>
|
|
1599
|
-
*/
|
|
1600
|
-
Arn?: string;
|
|
1601
|
-
|
|
1602
|
-
/**
|
|
1603
|
-
* <p>The name of the channel.</p>
|
|
1604
|
-
*/
|
|
1605
|
-
ChannelName?: string;
|
|
1606
|
-
|
|
1607
|
-
/**
|
|
1608
|
-
* <p>Indicates whether the channel is in a running state or not.</p>
|
|
1609
|
-
*/
|
|
1610
|
-
ChannelState?: ChannelState | string;
|
|
1611
|
-
|
|
1612
|
-
/**
|
|
1613
|
-
* <p>The timestamp of when the channel was created.</p>
|
|
1614
|
-
*/
|
|
1615
|
-
CreationTime?: Date;
|
|
1616
|
-
|
|
1617
|
-
/**
|
|
1618
|
-
* <p>Contains information about the slate used to fill gaps between programs in the schedule.</p>
|
|
1619
|
-
*/
|
|
1620
|
-
FillerSlate?: SlateSource;
|
|
1621
|
-
|
|
1622
|
-
/**
|
|
1623
|
-
* <p>The timestamp of when the channel was last modified.</p>
|
|
1624
|
-
*/
|
|
1625
|
-
LastModifiedTime?: Date;
|
|
1626
|
-
|
|
1627
|
-
/**
|
|
1628
|
-
* <p>The channel's output properties.</p>
|
|
1629
|
-
*/
|
|
1630
|
-
Outputs?: ResponseOutputItem[];
|
|
1631
|
-
|
|
1632
|
-
/**
|
|
1633
|
-
* <p>The channel's playback mode.</p>
|
|
1634
|
-
*/
|
|
1635
|
-
PlaybackMode?: string;
|
|
1636
|
-
|
|
1637
|
-
/**
|
|
1638
|
-
* <p>The tags assigned to the channel.</p>
|
|
1639
|
-
*/
|
|
1640
|
-
Tags?: { [key: string]: string };
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
export namespace DescribeChannelResponse {
|
|
1644
|
-
/**
|
|
1645
|
-
* @internal
|
|
1646
|
-
*/
|
|
1647
|
-
export const filterSensitiveLog = (obj: DescribeChannelResponse): any => ({
|
|
1648
|
-
...obj,
|
|
1649
|
-
});
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
export interface DescribeProgramRequest {
|
|
1653
|
-
/**
|
|
1654
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1655
|
-
*/
|
|
1656
|
-
ChannelName: string | undefined;
|
|
1657
|
-
|
|
1658
|
-
/**
|
|
1659
|
-
* <p>The identifier for the program you are working on.</p>
|
|
1660
|
-
*/
|
|
1661
|
-
ProgramName: string | undefined;
|
|
1662
|
-
}
|
|
1663
|
-
|
|
1664
|
-
export namespace DescribeProgramRequest {
|
|
1665
|
-
/**
|
|
1666
|
-
* @internal
|
|
1667
|
-
*/
|
|
1668
|
-
export const filterSensitiveLog = (obj: DescribeProgramRequest): any => ({
|
|
1669
|
-
...obj,
|
|
1670
|
-
});
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
export interface DescribeProgramResponse {
|
|
1674
|
-
/**
|
|
1675
|
-
* <p>The ad break configuration settings.</p>
|
|
1676
|
-
*/
|
|
1677
|
-
AdBreaks?: AdBreak[];
|
|
1678
|
-
|
|
1679
|
-
/**
|
|
1680
|
-
* <p>The ARN of the program.</p>
|
|
1681
|
-
*/
|
|
1682
|
-
Arn?: string;
|
|
1683
|
-
|
|
1684
|
-
/**
|
|
1685
|
-
* <p>The name of the channel that the program belongs to.</p>
|
|
1686
|
-
*/
|
|
1687
|
-
ChannelName?: string;
|
|
1688
|
-
|
|
1689
|
-
/**
|
|
1690
|
-
* <p>The timestamp of when the program was created.</p>
|
|
1691
|
-
*/
|
|
1692
|
-
CreationTime?: Date;
|
|
1693
|
-
|
|
1694
|
-
/**
|
|
1695
|
-
* <p>The name of the program.</p>
|
|
1696
|
-
*/
|
|
1697
|
-
ProgramName?: string;
|
|
1698
|
-
|
|
1699
|
-
/**
|
|
1700
|
-
* <p>The date and time that the program is scheduled to start in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2021-03-27T17:48:16.751Z represents March 27, 2021 at 17:48:16.751 UTC.</p>
|
|
1701
|
-
*/
|
|
1702
|
-
ScheduledStartTime?: Date;
|
|
1703
|
-
|
|
1704
|
-
/**
|
|
1705
|
-
* <p>The source location name.</p>
|
|
1706
|
-
*/
|
|
1707
|
-
SourceLocationName?: string;
|
|
1708
|
-
|
|
1709
|
-
/**
|
|
1710
|
-
* <p>The name that's used to refer to a VOD source.</p>
|
|
1711
|
-
*/
|
|
1712
|
-
VodSourceName?: string;
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
export namespace DescribeProgramResponse {
|
|
1716
|
-
/**
|
|
1717
|
-
* @internal
|
|
1718
|
-
*/
|
|
1719
|
-
export const filterSensitiveLog = (obj: DescribeProgramResponse): any => ({
|
|
1720
|
-
...obj,
|
|
1721
|
-
});
|
|
1722
|
-
}
|
|
1723
|
-
|
|
1724
|
-
export interface DescribeSourceLocationRequest {
|
|
1725
|
-
/**
|
|
1726
|
-
* <p>The identifier for the source location you are working on.</p>
|
|
1727
|
-
*/
|
|
1728
|
-
SourceLocationName: string | undefined;
|
|
1729
|
-
}
|
|
1730
|
-
|
|
1731
|
-
export namespace DescribeSourceLocationRequest {
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
export const filterSensitiveLog = (obj: DescribeSourceLocationRequest): any => ({
|
|
1736
|
-
...obj,
|
|
1737
|
-
});
|
|
1738
|
-
}
|
|
1739
|
-
|
|
1740
|
-
export interface DescribeSourceLocationResponse {
|
|
1741
|
-
/**
|
|
1742
|
-
* <p>The access configuration for the source location.</p>
|
|
1743
|
-
*/
|
|
1744
|
-
AccessConfiguration?: AccessConfiguration;
|
|
1745
|
-
|
|
1746
|
-
/**
|
|
1747
|
-
* <p>The ARN of the source location.</p>
|
|
1748
|
-
*/
|
|
1749
|
-
Arn?: string;
|
|
1750
|
-
|
|
1751
|
-
/**
|
|
1752
|
-
* <p>The timestamp that indicates when the source location was created.</p>
|
|
1753
|
-
*/
|
|
1754
|
-
CreationTime?: Date;
|
|
1755
|
-
|
|
1756
|
-
/**
|
|
1757
|
-
* <p>The default segment delivery configuration settings.</p>
|
|
1758
|
-
*/
|
|
1759
|
-
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
1760
|
-
|
|
1761
|
-
/**
|
|
1762
|
-
* <p>The HTTP package configuration settings for the source location.</p>
|
|
1763
|
-
*/
|
|
1764
|
-
HttpConfiguration?: HttpConfiguration;
|
|
1765
|
-
|
|
1766
|
-
/**
|
|
1767
|
-
* <p>The timestamp that indicates when the source location was last modified.</p>
|
|
1768
|
-
*/
|
|
1769
|
-
LastModifiedTime?: Date;
|
|
1770
|
-
|
|
1771
|
-
/**
|
|
1772
|
-
* <p>The name of the source location.</p>
|
|
1773
|
-
*/
|
|
1774
|
-
SourceLocationName?: string;
|
|
1775
|
-
|
|
1776
|
-
/**
|
|
1777
|
-
* <p>The tags assigned to the source location.</p>
|
|
1778
|
-
*/
|
|
1779
|
-
Tags?: { [key: string]: string };
|
|
1780
|
-
}
|
|
1781
|
-
|
|
1782
|
-
export namespace DescribeSourceLocationResponse {
|
|
1783
|
-
/**
|
|
1784
|
-
* @internal
|
|
1785
|
-
*/
|
|
1786
|
-
export const filterSensitiveLog = (obj: DescribeSourceLocationResponse): any => ({
|
|
1787
|
-
...obj,
|
|
1788
|
-
});
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
export interface DescribeVodSourceRequest {
|
|
1792
|
-
/**
|
|
1793
|
-
* <p>The identifier for the source location you are working on.</p>
|
|
1794
|
-
*/
|
|
1795
|
-
SourceLocationName: string | undefined;
|
|
1796
|
-
|
|
1797
|
-
/**
|
|
1798
|
-
* <p>The identifier for the VOD source you are working on.</p>
|
|
1799
|
-
*/
|
|
1800
|
-
VodSourceName: string | undefined;
|
|
1801
|
-
}
|
|
1802
|
-
|
|
1803
|
-
export namespace DescribeVodSourceRequest {
|
|
1804
|
-
/**
|
|
1805
|
-
* @internal
|
|
1806
|
-
*/
|
|
1807
|
-
export const filterSensitiveLog = (obj: DescribeVodSourceRequest): any => ({
|
|
1808
|
-
...obj,
|
|
1809
|
-
});
|
|
1810
|
-
}
|
|
1811
|
-
|
|
1812
|
-
export interface DescribeVodSourceResponse {
|
|
1813
|
-
/**
|
|
1814
|
-
* <p>The ARN of the VOD source.</p>
|
|
1815
|
-
*/
|
|
1816
|
-
Arn?: string;
|
|
1817
|
-
|
|
1818
|
-
/**
|
|
1819
|
-
* <p>The timestamp that indicates when the VOD source was created.</p>
|
|
1820
|
-
*/
|
|
1821
|
-
CreationTime?: Date;
|
|
1822
|
-
|
|
1823
|
-
/**
|
|
1824
|
-
* <p>The HTTP package configurations.</p>
|
|
1825
|
-
*/
|
|
1826
|
-
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
1827
|
-
|
|
1828
|
-
/**
|
|
1829
|
-
* <p>The ARN for the VOD source.</p>
|
|
1830
|
-
*/
|
|
1831
|
-
LastModifiedTime?: Date;
|
|
1832
|
-
|
|
1833
|
-
/**
|
|
1834
|
-
* <p>The name of the source location associated with the VOD source.</p>
|
|
1835
|
-
*/
|
|
1836
|
-
SourceLocationName?: string;
|
|
1837
|
-
|
|
1838
|
-
/**
|
|
1839
|
-
* <p>The tags assigned to the VOD source.</p>
|
|
1840
|
-
*/
|
|
1841
|
-
Tags?: { [key: string]: string };
|
|
1842
|
-
|
|
1843
|
-
/**
|
|
1844
|
-
* <p>The name of the VOD source.</p>
|
|
1845
|
-
*/
|
|
1846
|
-
VodSourceName?: string;
|
|
1847
|
-
}
|
|
1848
|
-
|
|
1849
|
-
export namespace DescribeVodSourceResponse {
|
|
1850
|
-
/**
|
|
1851
|
-
* @internal
|
|
1852
|
-
*/
|
|
1853
|
-
export const filterSensitiveLog = (obj: DescribeVodSourceResponse): any => ({
|
|
1854
|
-
...obj,
|
|
1855
|
-
});
|
|
1856
|
-
}
|
|
1857
|
-
|
|
1858
|
-
export interface GetChannelPolicyRequest {
|
|
1859
|
-
/**
|
|
1860
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1861
|
-
*/
|
|
1862
|
-
ChannelName: string | undefined;
|
|
1863
|
-
}
|
|
1864
|
-
|
|
1865
|
-
export namespace GetChannelPolicyRequest {
|
|
1866
|
-
/**
|
|
1867
|
-
* @internal
|
|
1868
|
-
*/
|
|
1869
|
-
export const filterSensitiveLog = (obj: GetChannelPolicyRequest): any => ({
|
|
1870
|
-
...obj,
|
|
1871
|
-
});
|
|
1872
|
-
}
|
|
1873
|
-
|
|
1874
|
-
export interface GetChannelPolicyResponse {
|
|
1875
|
-
/**
|
|
1876
|
-
* <p>The IAM policy for the channel.</p>
|
|
1877
|
-
*/
|
|
1878
|
-
Policy?: string;
|
|
1879
|
-
}
|
|
1880
|
-
|
|
1881
|
-
export namespace GetChannelPolicyResponse {
|
|
1882
|
-
/**
|
|
1883
|
-
* @internal
|
|
1884
|
-
*/
|
|
1885
|
-
export const filterSensitiveLog = (obj: GetChannelPolicyResponse): any => ({
|
|
1886
|
-
...obj,
|
|
1887
|
-
});
|
|
1888
|
-
}
|
|
1889
|
-
|
|
1890
|
-
export interface GetChannelScheduleRequest {
|
|
1891
|
-
/**
|
|
1892
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
1893
|
-
*/
|
|
1894
|
-
ChannelName: string | undefined;
|
|
1895
|
-
|
|
1896
|
-
/**
|
|
1897
|
-
* <p>The schedule duration in minutes. The maximum duration is 4320 minutes (three days).</p>
|
|
1898
|
-
*/
|
|
1899
|
-
DurationMinutes?: string;
|
|
1900
|
-
|
|
1901
|
-
/**
|
|
1902
|
-
* <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
|
|
1903
|
-
*/
|
|
1904
|
-
MaxResults?: number;
|
|
1905
|
-
|
|
1906
|
-
/**
|
|
1907
|
-
* <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>
|
|
1908
|
-
*/
|
|
1909
|
-
NextToken?: string;
|
|
1910
|
-
}
|
|
1911
|
-
|
|
1912
|
-
export namespace GetChannelScheduleRequest {
|
|
1913
|
-
/**
|
|
1914
|
-
* @internal
|
|
1915
|
-
*/
|
|
1916
|
-
export const filterSensitiveLog = (obj: GetChannelScheduleRequest): any => ({
|
|
1917
|
-
...obj,
|
|
1918
|
-
});
|
|
1919
|
-
}
|
|
1920
|
-
|
|
1921
|
-
export interface GetChannelScheduleResponse {
|
|
1922
|
-
/**
|
|
1923
|
-
* <p>An array of schedule entries for the channel.</p>
|
|
1924
|
-
*/
|
|
1925
|
-
Items?: ScheduleEntry[];
|
|
1926
|
-
|
|
1927
|
-
/**
|
|
1928
|
-
* <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>
|
|
1929
|
-
*/
|
|
1930
|
-
NextToken?: string;
|
|
1931
|
-
}
|
|
1932
|
-
|
|
1933
|
-
export namespace GetChannelScheduleResponse {
|
|
1934
|
-
/**
|
|
1935
|
-
* @internal
|
|
1936
|
-
*/
|
|
1937
|
-
export const filterSensitiveLog = (obj: GetChannelScheduleResponse): any => ({
|
|
1938
|
-
...obj,
|
|
1939
|
-
});
|
|
1940
|
-
}
|
|
1941
|
-
|
|
1942
|
-
export interface GetPlaybackConfigurationRequest {
|
|
1943
|
-
/**
|
|
1944
|
-
* <p>The identifier for the playback configuration.</p>
|
|
1945
|
-
*/
|
|
1946
|
-
Name: string | undefined;
|
|
1947
|
-
}
|
|
1948
|
-
|
|
1949
|
-
export namespace GetPlaybackConfigurationRequest {
|
|
1950
|
-
/**
|
|
1951
|
-
* @internal
|
|
1952
|
-
*/
|
|
1953
|
-
export const filterSensitiveLog = (obj: GetPlaybackConfigurationRequest): any => ({
|
|
1954
|
-
...obj,
|
|
1955
|
-
});
|
|
1956
|
-
}
|
|
1957
|
-
|
|
1958
|
-
export interface GetPlaybackConfigurationResponse {
|
|
1959
|
-
/**
|
|
1960
|
-
* <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
|
|
1961
|
-
*/
|
|
1962
|
-
AdDecisionServerUrl?: string;
|
|
1963
|
-
|
|
1964
|
-
/**
|
|
1965
|
-
* <p>The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Suppression</a>.</p>
|
|
1966
|
-
*/
|
|
1967
|
-
AvailSuppression?: AvailSuppression;
|
|
1968
|
-
|
|
1969
|
-
/**
|
|
1970
|
-
* <p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html">Bumpers</a>.</p>
|
|
1971
|
-
*/
|
|
1972
|
-
Bumper?: Bumper;
|
|
1973
|
-
|
|
1974
|
-
/**
|
|
1975
|
-
* <p>The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.</p>
|
|
1976
|
-
*/
|
|
1977
|
-
CdnConfiguration?: CdnConfiguration;
|
|
1978
|
-
|
|
1979
|
-
/**
|
|
1980
|
-
* <p>The player parameters and aliases used as dynamic variables during session initialization. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html">Domain Variables</a>.</p>
|
|
1981
|
-
*/
|
|
1982
|
-
ConfigurationAliases?: { [key: string]: { [key: string]: string } };
|
|
1983
|
-
|
|
1984
|
-
/**
|
|
1985
|
-
* <p>The configuration for DASH content.</p>
|
|
1986
|
-
*/
|
|
1987
|
-
DashConfiguration?: DashConfiguration;
|
|
1988
|
-
|
|
1989
|
-
/**
|
|
1990
|
-
* <p>The configuration for HLS content.</p>
|
|
1991
|
-
*/
|
|
1992
|
-
HlsConfiguration?: HlsConfiguration;
|
|
1993
|
-
|
|
1994
|
-
/**
|
|
1995
|
-
* <p>The configuration for pre-roll ad insertion.</p>
|
|
1996
|
-
*/
|
|
1997
|
-
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
1998
|
-
|
|
1999
|
-
/**
|
|
2000
|
-
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
2001
|
-
*/
|
|
2002
|
-
ManifestProcessingRules?: ManifestProcessingRules;
|
|
2003
|
-
|
|
2004
|
-
/**
|
|
2005
|
-
* <p>The identifier for the playback configuration.</p>
|
|
2006
|
-
*/
|
|
2007
|
-
Name?: string;
|
|
2008
|
-
|
|
2009
|
-
/**
|
|
2010
|
-
* <p>Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to <i>ad replacement</i> in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Behavior in AWS Elemental MediaTailor</a>.</p>
|
|
2011
|
-
*/
|
|
2012
|
-
PersonalizationThresholdSeconds?: number;
|
|
2013
|
-
|
|
2014
|
-
/**
|
|
2015
|
-
* <p>The Amazon Resource Name (ARN) for the playback configuration.</p>
|
|
2016
|
-
*/
|
|
2017
|
-
PlaybackConfigurationArn?: string;
|
|
2018
|
-
|
|
2019
|
-
/**
|
|
2020
|
-
* <p>The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.</p>
|
|
2021
|
-
*/
|
|
2022
|
-
PlaybackEndpointPrefix?: string;
|
|
2023
|
-
|
|
2024
|
-
/**
|
|
2025
|
-
* <p>The URL that the player uses to initialize a session that uses client-side reporting.</p>
|
|
2026
|
-
*/
|
|
2027
|
-
SessionInitializationEndpointPrefix?: string;
|
|
2028
|
-
|
|
2029
|
-
/**
|
|
2030
|
-
* <p>The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
2031
|
-
*/
|
|
2032
|
-
SlateAdUrl?: string;
|
|
2033
|
-
|
|
2034
|
-
/**
|
|
2035
|
-
* <p>The tags assigned to the playback configuration.</p>
|
|
2036
|
-
*/
|
|
2037
|
-
Tags?: { [key: string]: string };
|
|
2038
|
-
|
|
2039
|
-
/**
|
|
2040
|
-
* <p>The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.</p>
|
|
2041
|
-
*/
|
|
2042
|
-
TranscodeProfileName?: string;
|
|
2043
|
-
|
|
2044
|
-
/**
|
|
2045
|
-
* <p>The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.</p>
|
|
2046
|
-
*/
|
|
2047
|
-
VideoContentSourceUrl?: string;
|
|
2048
|
-
}
|
|
2049
|
-
|
|
2050
|
-
export namespace GetPlaybackConfigurationResponse {
|
|
2051
|
-
/**
|
|
2052
|
-
* @internal
|
|
2053
|
-
*/
|
|
2054
|
-
export const filterSensitiveLog = (obj: GetPlaybackConfigurationResponse): any => ({
|
|
2055
|
-
...obj,
|
|
2056
|
-
});
|
|
2057
|
-
}
|
|
2058
|
-
|
|
2059
|
-
export interface ListAlertsRequest {
|
|
2060
|
-
/**
|
|
2061
|
-
* <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
|
|
2062
|
-
*/
|
|
2063
|
-
MaxResults?: number;
|
|
2064
|
-
|
|
2065
|
-
/**
|
|
2066
|
-
* <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>
|
|
2067
|
-
*/
|
|
2068
|
-
NextToken?: string;
|
|
2069
|
-
|
|
2070
|
-
/**
|
|
2071
|
-
* <p>The Amazon Resource Name (ARN) of the resource.</p>
|
|
2072
|
-
*/
|
|
2073
|
-
ResourceArn: string | undefined;
|
|
2074
|
-
}
|
|
2075
|
-
|
|
2076
|
-
export namespace ListAlertsRequest {
|
|
2077
|
-
/**
|
|
2078
|
-
* @internal
|
|
2079
|
-
*/
|
|
2080
|
-
export const filterSensitiveLog = (obj: ListAlertsRequest): any => ({
|
|
2081
|
-
...obj,
|
|
2082
|
-
});
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
export interface ListAlertsResponse {
|
|
2086
|
-
/**
|
|
2087
|
-
* <p>An array of alerts that are associated with this resource.</p>
|
|
2088
|
-
*/
|
|
2089
|
-
Items?: Alert[];
|
|
2090
|
-
|
|
2091
|
-
/**
|
|
2092
|
-
* <p>Pagination token from the list request. Use the token to fetch the next page of results.</p>
|
|
2093
|
-
*/
|
|
2094
|
-
NextToken?: string;
|
|
2095
|
-
}
|
|
2096
|
-
|
|
2097
|
-
export namespace ListAlertsResponse {
|
|
2098
|
-
/**
|
|
2099
|
-
* @internal
|
|
2100
|
-
*/
|
|
2101
|
-
export const filterSensitiveLog = (obj: ListAlertsResponse): any => ({
|
|
2102
|
-
...obj,
|
|
2103
|
-
});
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
export interface ListChannelsRequest {
|
|
2107
|
-
/**
|
|
2108
|
-
* <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
|
|
2109
|
-
*/
|
|
2110
|
-
MaxResults?: number;
|
|
2111
|
-
|
|
2112
|
-
/**
|
|
2113
|
-
* <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>
|
|
2114
|
-
*/
|
|
2115
|
-
NextToken?: string;
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
|
-
export namespace ListChannelsRequest {
|
|
2119
|
-
/**
|
|
2120
|
-
* @internal
|
|
2121
|
-
*/
|
|
2122
|
-
export const filterSensitiveLog = (obj: ListChannelsRequest): any => ({
|
|
2123
|
-
...obj,
|
|
2124
|
-
});
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
export interface ListChannelsResponse {
|
|
2128
|
-
/**
|
|
2129
|
-
* <p>An array of channels that are associated with this account.</p>
|
|
2130
|
-
*/
|
|
2131
|
-
Items?: Channel[];
|
|
2132
|
-
|
|
2133
|
-
/**
|
|
2134
|
-
* <p>Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
2135
|
-
*/
|
|
2136
|
-
NextToken?: string;
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
export namespace ListChannelsResponse {
|
|
2140
|
-
/**
|
|
2141
|
-
* @internal
|
|
2142
|
-
*/
|
|
2143
|
-
export const filterSensitiveLog = (obj: ListChannelsResponse): any => ({
|
|
2144
|
-
...obj,
|
|
2145
|
-
});
|
|
2146
|
-
}
|
|
2147
|
-
|
|
2148
|
-
export interface ListPlaybackConfigurationsRequest {
|
|
2149
|
-
/**
|
|
2150
|
-
* <p>Maximum number of records to return.</p>
|
|
2151
|
-
*/
|
|
2152
|
-
MaxResults?: number;
|
|
2153
|
-
|
|
2154
|
-
/**
|
|
2155
|
-
* <p>Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
2156
|
-
*/
|
|
2157
|
-
NextToken?: string;
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
export namespace ListPlaybackConfigurationsRequest {
|
|
2161
|
-
/**
|
|
2162
|
-
* @internal
|
|
2163
|
-
*/
|
|
2164
|
-
export const filterSensitiveLog = (obj: ListPlaybackConfigurationsRequest): any => ({
|
|
2165
|
-
...obj,
|
|
2166
|
-
});
|
|
2167
|
-
}
|
|
2168
|
-
|
|
2169
|
-
export interface ListPlaybackConfigurationsResponse {
|
|
2170
|
-
/**
|
|
2171
|
-
* <p>Array of playback configurations. This might be all the available configurations or a subset, depending on the settings that you provide and the total number of configurations stored.</p>
|
|
2172
|
-
*/
|
|
2173
|
-
Items?: PlaybackConfiguration[];
|
|
2174
|
-
|
|
2175
|
-
/**
|
|
2176
|
-
* <p>Pagination token returned by the GET list request when results exceed the maximum allowed. Use the token to fetch the next page of results.</p>
|
|
2177
|
-
*/
|
|
2178
|
-
NextToken?: string;
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
export namespace ListPlaybackConfigurationsResponse {
|
|
2182
|
-
/**
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
2185
|
-
export const filterSensitiveLog = (obj: ListPlaybackConfigurationsResponse): any => ({
|
|
2186
|
-
...obj,
|
|
2187
|
-
});
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
export interface ListSourceLocationsRequest {
|
|
2191
|
-
/**
|
|
2192
|
-
* <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
|
|
2193
|
-
*/
|
|
2194
|
-
MaxResults?: number;
|
|
2195
|
-
|
|
2196
|
-
/**
|
|
2197
|
-
* <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>
|
|
2198
|
-
*/
|
|
2199
|
-
NextToken?: string;
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
export namespace ListSourceLocationsRequest {
|
|
2203
|
-
/**
|
|
2204
|
-
* @internal
|
|
2205
|
-
*/
|
|
2206
|
-
export const filterSensitiveLog = (obj: ListSourceLocationsRequest): any => ({
|
|
2207
|
-
...obj,
|
|
2208
|
-
});
|
|
2209
|
-
}
|
|
2210
|
-
|
|
2211
|
-
export interface ListSourceLocationsResponse {
|
|
2212
|
-
/**
|
|
2213
|
-
* <p>An array of source locations.</p>
|
|
2214
|
-
*/
|
|
2215
|
-
Items?: SourceLocation[];
|
|
2216
|
-
|
|
2217
|
-
/**
|
|
2218
|
-
* <p>Pagination token from the list request. Use the token to fetch the next page of results.</p>
|
|
2219
|
-
*/
|
|
2220
|
-
NextToken?: string;
|
|
2221
|
-
}
|
|
2222
|
-
|
|
2223
|
-
export namespace ListSourceLocationsResponse {
|
|
2224
|
-
/**
|
|
2225
|
-
* @internal
|
|
2226
|
-
*/
|
|
2227
|
-
export const filterSensitiveLog = (obj: ListSourceLocationsResponse): any => ({
|
|
2228
|
-
...obj,
|
|
2229
|
-
});
|
|
2230
|
-
}
|
|
2231
|
-
|
|
2232
|
-
export interface ListTagsForResourceRequest {
|
|
2233
|
-
/**
|
|
2234
|
-
* <p>The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.</p>
|
|
2235
|
-
*/
|
|
2236
|
-
ResourceArn: string | undefined;
|
|
2237
|
-
}
|
|
2238
|
-
|
|
2239
|
-
export namespace ListTagsForResourceRequest {
|
|
2240
|
-
/**
|
|
2241
|
-
* @internal
|
|
2242
|
-
*/
|
|
2243
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
|
|
2244
|
-
...obj,
|
|
2245
|
-
});
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
export interface ListTagsForResourceResponse {
|
|
2249
|
-
/**
|
|
2250
|
-
* <p>A comma-separated list of tag key:value pairs.</p>
|
|
2251
|
-
*/
|
|
2252
|
-
Tags?: { [key: string]: string };
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
export namespace ListTagsForResourceResponse {
|
|
2256
|
-
/**
|
|
2257
|
-
* @internal
|
|
2258
|
-
*/
|
|
2259
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
|
|
2260
|
-
...obj,
|
|
2261
|
-
});
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
export interface ListVodSourcesRequest {
|
|
2265
|
-
/**
|
|
2266
|
-
* <p>Upper bound on number of records to return. The maximum number of results is 100.</p>
|
|
2267
|
-
*/
|
|
2268
|
-
MaxResults?: number;
|
|
2269
|
-
|
|
2270
|
-
/**
|
|
2271
|
-
* <p>Pagination token from the GET list request. Use the token to fetch the next page of results.</p>
|
|
2272
|
-
*/
|
|
2273
|
-
NextToken?: string;
|
|
2274
|
-
|
|
2275
|
-
/**
|
|
2276
|
-
* <p>The identifier for the source location you are working on.</p>
|
|
2277
|
-
*/
|
|
2278
|
-
SourceLocationName: string | undefined;
|
|
2279
|
-
}
|
|
2280
|
-
|
|
2281
|
-
export namespace ListVodSourcesRequest {
|
|
2282
|
-
/**
|
|
2283
|
-
* @internal
|
|
2284
|
-
*/
|
|
2285
|
-
export const filterSensitiveLog = (obj: ListVodSourcesRequest): any => ({
|
|
2286
|
-
...obj,
|
|
2287
|
-
});
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
export interface ListVodSourcesResponse {
|
|
2291
|
-
/**
|
|
2292
|
-
* <p>Lists the VOD sources.</p>
|
|
2293
|
-
*/
|
|
2294
|
-
Items?: VodSource[];
|
|
2295
|
-
|
|
2296
|
-
/**
|
|
2297
|
-
* <p>Pagination token from the list request. Use the token to fetch the next page of results.</p>
|
|
2298
|
-
*/
|
|
2299
|
-
NextToken?: string;
|
|
2300
|
-
}
|
|
2301
|
-
|
|
2302
|
-
export namespace ListVodSourcesResponse {
|
|
2303
|
-
/**
|
|
2304
|
-
* @internal
|
|
2305
|
-
*/
|
|
2306
|
-
export const filterSensitiveLog = (obj: ListVodSourcesResponse): any => ({
|
|
2307
|
-
...obj,
|
|
2308
|
-
});
|
|
2309
|
-
}
|
|
2310
|
-
|
|
2311
|
-
export interface PutChannelPolicyRequest {
|
|
2312
|
-
/**
|
|
2313
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
2314
|
-
*/
|
|
2315
|
-
ChannelName: string | undefined;
|
|
2316
|
-
|
|
2317
|
-
/**
|
|
2318
|
-
* <p>Adds an IAM role that determines the permissions of your channel.</p>
|
|
2319
|
-
*/
|
|
2320
|
-
Policy: string | undefined;
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
export namespace PutChannelPolicyRequest {
|
|
2324
|
-
/**
|
|
2325
|
-
* @internal
|
|
2326
|
-
*/
|
|
2327
|
-
export const filterSensitiveLog = (obj: PutChannelPolicyRequest): any => ({
|
|
2328
|
-
...obj,
|
|
2329
|
-
});
|
|
2330
|
-
}
|
|
2331
|
-
|
|
2332
|
-
export interface PutChannelPolicyResponse {}
|
|
2333
|
-
|
|
2334
|
-
export namespace PutChannelPolicyResponse {
|
|
2335
|
-
/**
|
|
2336
|
-
* @internal
|
|
2337
|
-
*/
|
|
2338
|
-
export const filterSensitiveLog = (obj: PutChannelPolicyResponse): any => ({
|
|
2339
|
-
...obj,
|
|
2340
|
-
});
|
|
2341
|
-
}
|
|
2342
|
-
|
|
2343
|
-
export interface PutPlaybackConfigurationRequest {
|
|
2344
|
-
/**
|
|
2345
|
-
* <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
|
|
2346
|
-
*/
|
|
2347
|
-
AdDecisionServerUrl?: string;
|
|
2348
|
-
|
|
2349
|
-
/**
|
|
2350
|
-
* <p>The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Suppression</a>.</p>
|
|
2351
|
-
*/
|
|
2352
|
-
AvailSuppression?: AvailSuppression;
|
|
2353
|
-
|
|
2354
|
-
/**
|
|
2355
|
-
* <p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html">Bumpers</a>.</p>
|
|
2356
|
-
*/
|
|
2357
|
-
Bumper?: Bumper;
|
|
2358
|
-
|
|
2359
|
-
/**
|
|
2360
|
-
* <p>The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.</p>
|
|
2361
|
-
*/
|
|
2362
|
-
CdnConfiguration?: CdnConfiguration;
|
|
2363
|
-
|
|
2364
|
-
/**
|
|
2365
|
-
* <p>The player parameters and aliases used as dynamic variables during session initialization. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html">Domain Variables</a>.</p>
|
|
2366
|
-
*/
|
|
2367
|
-
ConfigurationAliases?: { [key: string]: { [key: string]: string } };
|
|
2368
|
-
|
|
2369
|
-
/**
|
|
2370
|
-
* <p>The configuration for DASH content.</p>
|
|
2371
|
-
*/
|
|
2372
|
-
DashConfiguration?: DashConfigurationForPut;
|
|
2373
|
-
|
|
2374
|
-
/**
|
|
2375
|
-
* <p>The configuration for pre-roll ad insertion.</p>
|
|
2376
|
-
*/
|
|
2377
|
-
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
2378
|
-
|
|
2379
|
-
/**
|
|
2380
|
-
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
2381
|
-
*/
|
|
2382
|
-
ManifestProcessingRules?: ManifestProcessingRules;
|
|
2383
|
-
|
|
2384
|
-
/**
|
|
2385
|
-
* <p>The identifier for the playback configuration.</p>
|
|
2386
|
-
*/
|
|
2387
|
-
Name?: string;
|
|
2388
|
-
|
|
2389
|
-
/**
|
|
2390
|
-
* <p>Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to <i>ad replacement</i> in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Behavior in AWS Elemental MediaTailor</a>.</p>
|
|
2391
|
-
*/
|
|
2392
|
-
PersonalizationThresholdSeconds?: number;
|
|
2393
|
-
|
|
2394
|
-
/**
|
|
2395
|
-
* <p>The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
2396
|
-
*/
|
|
2397
|
-
SlateAdUrl?: string;
|
|
2398
|
-
|
|
2399
|
-
/**
|
|
2400
|
-
* <p>The tags to assign to the playback configuration.</p>
|
|
2401
|
-
*/
|
|
2402
|
-
Tags?: { [key: string]: string };
|
|
2403
|
-
|
|
2404
|
-
/**
|
|
2405
|
-
* <p>The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.</p>
|
|
2406
|
-
*/
|
|
2407
|
-
TranscodeProfileName?: string;
|
|
2408
|
-
|
|
2409
|
-
/**
|
|
2410
|
-
* <p>The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.</p>
|
|
2411
|
-
*/
|
|
2412
|
-
VideoContentSourceUrl?: string;
|
|
2413
|
-
}
|
|
2414
|
-
|
|
2415
|
-
export namespace PutPlaybackConfigurationRequest {
|
|
2416
|
-
/**
|
|
2417
|
-
* @internal
|
|
2418
|
-
*/
|
|
2419
|
-
export const filterSensitiveLog = (obj: PutPlaybackConfigurationRequest): any => ({
|
|
2420
|
-
...obj,
|
|
2421
|
-
});
|
|
2422
|
-
}
|
|
2423
|
-
|
|
2424
|
-
export interface PutPlaybackConfigurationResponse {
|
|
2425
|
-
/**
|
|
2426
|
-
* <p>The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.</p>
|
|
2427
|
-
*/
|
|
2428
|
-
AdDecisionServerUrl?: string;
|
|
2429
|
-
|
|
2430
|
-
/**
|
|
2431
|
-
* <p>The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Suppression</a>.</p>
|
|
2432
|
-
*/
|
|
2433
|
-
AvailSuppression?: AvailSuppression;
|
|
2434
|
-
|
|
2435
|
-
/**
|
|
2436
|
-
* <p>The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/bumpers.html">Bumpers</a>.</p>
|
|
2437
|
-
*/
|
|
2438
|
-
Bumper?: Bumper;
|
|
2439
|
-
|
|
2440
|
-
/**
|
|
2441
|
-
* <p>The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.</p>
|
|
2442
|
-
*/
|
|
2443
|
-
CdnConfiguration?: CdnConfiguration;
|
|
2444
|
-
|
|
2445
|
-
/**
|
|
2446
|
-
* <p>The player parameters and aliases used as dynamic variables during session initialization. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html">Domain Variables</a>.</p>
|
|
2447
|
-
*/
|
|
2448
|
-
ConfigurationAliases?: { [key: string]: { [key: string]: string } };
|
|
2449
|
-
|
|
2450
|
-
/**
|
|
2451
|
-
* <p>The configuration for DASH content.</p>
|
|
2452
|
-
*/
|
|
2453
|
-
DashConfiguration?: DashConfiguration;
|
|
2454
|
-
|
|
2455
|
-
/**
|
|
2456
|
-
* <p>The configuration for HLS content.</p>
|
|
2457
|
-
*/
|
|
2458
|
-
HlsConfiguration?: HlsConfiguration;
|
|
2459
|
-
|
|
2460
|
-
/**
|
|
2461
|
-
* <p>The configuration for pre-roll ad insertion.</p>
|
|
2462
|
-
*/
|
|
2463
|
-
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
2464
|
-
|
|
2465
|
-
/**
|
|
2466
|
-
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
2467
|
-
*/
|
|
2468
|
-
ManifestProcessingRules?: ManifestProcessingRules;
|
|
2469
|
-
|
|
2470
|
-
/**
|
|
2471
|
-
* <p>The identifier for the playback configuration.</p>
|
|
2472
|
-
*/
|
|
2473
|
-
Name?: string;
|
|
2474
|
-
|
|
2475
|
-
/**
|
|
2476
|
-
* <p>Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to <i>ad replacement</i> in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad Behavior in AWS Elemental MediaTailor</a>.</p>
|
|
2477
|
-
*/
|
|
2478
|
-
PersonalizationThresholdSeconds?: number;
|
|
2479
|
-
|
|
2480
|
-
/**
|
|
2481
|
-
* <p>The Amazon Resource Name (ARN) for the playback configuration.</p>
|
|
2482
|
-
*/
|
|
2483
|
-
PlaybackConfigurationArn?: string;
|
|
2484
|
-
|
|
2485
|
-
/**
|
|
2486
|
-
* <p>The URL that the player accesses to get a manifest from AWS Elemental MediaTailor. This session will use server-side reporting.</p>
|
|
2487
|
-
*/
|
|
2488
|
-
PlaybackEndpointPrefix?: string;
|
|
2489
|
-
|
|
2490
|
-
/**
|
|
2491
|
-
* <p>The URL that the player uses to initialize a session that uses client-side reporting.</p>
|
|
2492
|
-
*/
|
|
2493
|
-
SessionInitializationEndpointPrefix?: string;
|
|
2494
|
-
|
|
2495
|
-
/**
|
|
2496
|
-
* <p>The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
2497
|
-
*/
|
|
2498
|
-
SlateAdUrl?: string;
|
|
2499
|
-
|
|
2500
|
-
/**
|
|
2501
|
-
* <p>The tags assigned to the playback configuration.</p>
|
|
2502
|
-
*/
|
|
2503
|
-
Tags?: { [key: string]: string };
|
|
2504
|
-
|
|
2505
|
-
/**
|
|
2506
|
-
* <p>The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.</p>
|
|
2507
|
-
*/
|
|
2508
|
-
TranscodeProfileName?: string;
|
|
2509
|
-
|
|
2510
|
-
/**
|
|
2511
|
-
* <p>The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.</p>
|
|
2512
|
-
*/
|
|
2513
|
-
VideoContentSourceUrl?: string;
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
|
-
export namespace PutPlaybackConfigurationResponse {
|
|
2517
|
-
/**
|
|
2518
|
-
* @internal
|
|
2519
|
-
*/
|
|
2520
|
-
export const filterSensitiveLog = (obj: PutPlaybackConfigurationResponse): any => ({
|
|
2521
|
-
...obj,
|
|
2522
|
-
});
|
|
2523
|
-
}
|
|
2524
|
-
|
|
2525
|
-
export interface StartChannelRequest {
|
|
2526
|
-
/**
|
|
2527
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
2528
|
-
*/
|
|
2529
|
-
ChannelName: string | undefined;
|
|
2530
|
-
}
|
|
2531
|
-
|
|
2532
|
-
export namespace StartChannelRequest {
|
|
2533
|
-
/**
|
|
2534
|
-
* @internal
|
|
2535
|
-
*/
|
|
2536
|
-
export const filterSensitiveLog = (obj: StartChannelRequest): any => ({
|
|
2537
|
-
...obj,
|
|
2538
|
-
});
|
|
2539
|
-
}
|
|
2540
|
-
|
|
2541
|
-
export interface StartChannelResponse {}
|
|
2542
|
-
|
|
2543
|
-
export namespace StartChannelResponse {
|
|
2544
|
-
/**
|
|
2545
|
-
* @internal
|
|
2546
|
-
*/
|
|
2547
|
-
export const filterSensitiveLog = (obj: StartChannelResponse): any => ({
|
|
2548
|
-
...obj,
|
|
2549
|
-
});
|
|
2550
|
-
}
|
|
2551
|
-
|
|
2552
|
-
export interface StopChannelRequest {
|
|
2553
|
-
/**
|
|
2554
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
2555
|
-
*/
|
|
2556
|
-
ChannelName: string | undefined;
|
|
2557
|
-
}
|
|
2558
|
-
|
|
2559
|
-
export namespace StopChannelRequest {
|
|
2560
|
-
/**
|
|
2561
|
-
* @internal
|
|
2562
|
-
*/
|
|
2563
|
-
export const filterSensitiveLog = (obj: StopChannelRequest): any => ({
|
|
2564
|
-
...obj,
|
|
2565
|
-
});
|
|
2566
|
-
}
|
|
2567
|
-
|
|
2568
|
-
export interface StopChannelResponse {}
|
|
2569
|
-
|
|
2570
|
-
export namespace StopChannelResponse {
|
|
2571
|
-
/**
|
|
2572
|
-
* @internal
|
|
2573
|
-
*/
|
|
2574
|
-
export const filterSensitiveLog = (obj: StopChannelResponse): any => ({
|
|
2575
|
-
...obj,
|
|
2576
|
-
});
|
|
2577
|
-
}
|
|
2578
|
-
|
|
2579
|
-
export interface TagResourceRequest {
|
|
2580
|
-
/**
|
|
2581
|
-
* <p>The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.</p>
|
|
2582
|
-
*/
|
|
2583
|
-
ResourceArn: string | undefined;
|
|
2584
|
-
|
|
2585
|
-
/**
|
|
2586
|
-
* <p>A comma-separated list of tag key:value pairs.</p>
|
|
2587
|
-
*/
|
|
2588
|
-
Tags: { [key: string]: string } | undefined;
|
|
2589
|
-
}
|
|
2590
|
-
|
|
2591
|
-
export namespace TagResourceRequest {
|
|
2592
|
-
/**
|
|
2593
|
-
* @internal
|
|
2594
|
-
*/
|
|
2595
|
-
export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
|
|
2596
|
-
...obj,
|
|
2597
|
-
});
|
|
2598
|
-
}
|
|
2599
|
-
|
|
2600
|
-
export interface UntagResourceRequest {
|
|
2601
|
-
/**
|
|
2602
|
-
* <p>The Amazon Resource Name (ARN) for the playback configuration. You can get this from the response to any playback configuration request.</p>
|
|
2603
|
-
*/
|
|
2604
|
-
ResourceArn: string | undefined;
|
|
2605
|
-
|
|
2606
|
-
/**
|
|
2607
|
-
* <p>A comma-separated list of the tag keys to remove from the playback configuration.</p>
|
|
2608
|
-
*/
|
|
2609
|
-
TagKeys: string[] | undefined;
|
|
2610
|
-
}
|
|
2611
|
-
|
|
2612
|
-
export namespace UntagResourceRequest {
|
|
2613
|
-
/**
|
|
2614
|
-
* @internal
|
|
2615
|
-
*/
|
|
2616
|
-
export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
|
|
2617
|
-
...obj,
|
|
2618
|
-
});
|
|
2619
|
-
}
|
|
2620
|
-
|
|
2621
|
-
export interface UpdateChannelRequest {
|
|
2622
|
-
/**
|
|
2623
|
-
* <p>The identifier for the channel you are working on.</p>
|
|
2624
|
-
*/
|
|
2625
|
-
ChannelName: string | undefined;
|
|
2626
|
-
|
|
2627
|
-
/**
|
|
2628
|
-
* <p>The channel's output properties.</p>
|
|
2629
|
-
*/
|
|
2630
|
-
Outputs: RequestOutputItem[] | undefined;
|
|
2631
|
-
}
|
|
2632
|
-
|
|
2633
|
-
export namespace UpdateChannelRequest {
|
|
2634
|
-
/**
|
|
2635
|
-
* @internal
|
|
2636
|
-
*/
|
|
2637
|
-
export const filterSensitiveLog = (obj: UpdateChannelRequest): any => ({
|
|
2638
|
-
...obj,
|
|
2639
|
-
});
|
|
2640
|
-
}
|
|
2641
|
-
|
|
2642
|
-
export interface UpdateChannelResponse {
|
|
2643
|
-
/**
|
|
2644
|
-
* <p>The ARN of the channel.</p>
|
|
2645
|
-
*/
|
|
2646
|
-
Arn?: string;
|
|
2647
|
-
|
|
2648
|
-
/**
|
|
2649
|
-
* <p>The name of the channel.</p>
|
|
2650
|
-
*/
|
|
2651
|
-
ChannelName?: string;
|
|
2652
|
-
|
|
2653
|
-
/**
|
|
2654
|
-
* <p>Indicates whether the channel is in a running state or not.</p>
|
|
2655
|
-
*/
|
|
2656
|
-
ChannelState?: ChannelState | string;
|
|
2657
|
-
|
|
2658
|
-
/**
|
|
2659
|
-
* <p>The timestamp of when the channel was created.</p>
|
|
2660
|
-
*/
|
|
2661
|
-
CreationTime?: Date;
|
|
2662
|
-
|
|
2663
|
-
/**
|
|
2664
|
-
* <p>Contains information about the slate used to fill gaps between programs in the schedule.</p>
|
|
2665
|
-
*/
|
|
2666
|
-
FillerSlate?: SlateSource;
|
|
2667
|
-
|
|
2668
|
-
/**
|
|
2669
|
-
* <p>The timestamp of when the channel was last modified.</p>
|
|
2670
|
-
*/
|
|
2671
|
-
LastModifiedTime?: Date;
|
|
2672
|
-
|
|
2673
|
-
/**
|
|
2674
|
-
* <p>The channel's output properties.</p>
|
|
2675
|
-
*/
|
|
2676
|
-
Outputs?: ResponseOutputItem[];
|
|
2677
|
-
|
|
2678
|
-
/**
|
|
2679
|
-
* <p>The channel's playback mode.</p>
|
|
2680
|
-
*/
|
|
2681
|
-
PlaybackMode?: string;
|
|
2682
|
-
|
|
2683
|
-
/**
|
|
2684
|
-
* <p>The tags assigned to the channel.</p>
|
|
2685
|
-
*/
|
|
2686
|
-
Tags?: { [key: string]: string };
|
|
2687
|
-
}
|
|
2688
|
-
|
|
2689
|
-
export namespace UpdateChannelResponse {
|
|
2690
|
-
/**
|
|
2691
|
-
* @internal
|
|
2692
|
-
*/
|
|
2693
|
-
export const filterSensitiveLog = (obj: UpdateChannelResponse): any => ({
|
|
2694
|
-
...obj,
|
|
2695
|
-
});
|
|
2696
|
-
}
|
|
2697
|
-
|
|
2698
|
-
export interface UpdateSourceLocationRequest {
|
|
2699
|
-
/**
|
|
2700
|
-
* <p>Access configuration parameters. Configures the type of authentication used to access content from your source location.</p>
|
|
2701
|
-
*/
|
|
2702
|
-
AccessConfiguration?: AccessConfiguration;
|
|
2703
|
-
|
|
2704
|
-
/**
|
|
2705
|
-
* <p>The optional configuration for the host server that serves segments.</p>
|
|
2706
|
-
*/
|
|
2707
|
-
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
2708
|
-
|
|
2709
|
-
/**
|
|
2710
|
-
* <p>The HTTP configuration for the source location.</p>
|
|
2711
|
-
*/
|
|
2712
|
-
HttpConfiguration: HttpConfiguration | undefined;
|
|
2713
|
-
|
|
2714
|
-
/**
|
|
2715
|
-
* <p>The identifier for the source location you are working on.</p>
|
|
2716
|
-
*/
|
|
2717
|
-
SourceLocationName: string | undefined;
|
|
2718
|
-
}
|
|
2719
|
-
|
|
2720
|
-
export namespace UpdateSourceLocationRequest {
|
|
2721
|
-
/**
|
|
2722
|
-
* @internal
|
|
2723
|
-
*/
|
|
2724
|
-
export const filterSensitiveLog = (obj: UpdateSourceLocationRequest): any => ({
|
|
2725
|
-
...obj,
|
|
2726
|
-
});
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
export interface UpdateSourceLocationResponse {
|
|
2730
|
-
/**
|
|
2731
|
-
* <p>The access configuration for the source location.</p>
|
|
2732
|
-
*/
|
|
2733
|
-
AccessConfiguration?: AccessConfiguration;
|
|
2734
|
-
|
|
2735
|
-
/**
|
|
2736
|
-
* <p>The ARN of the source location.</p>
|
|
2737
|
-
*/
|
|
2738
|
-
Arn?: string;
|
|
2739
|
-
|
|
2740
|
-
/**
|
|
2741
|
-
* <p>The timestamp that indicates when the source location was created.</p>
|
|
2742
|
-
*/
|
|
2743
|
-
CreationTime?: Date;
|
|
2744
|
-
|
|
2745
|
-
/**
|
|
2746
|
-
* <p>The default segment delivery configuration settings.</p>
|
|
2747
|
-
*/
|
|
2748
|
-
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration;
|
|
2749
|
-
|
|
2750
|
-
/**
|
|
2751
|
-
* <p>The HTTP package configuration settings for the source location.</p>
|
|
2752
|
-
*/
|
|
2753
|
-
HttpConfiguration?: HttpConfiguration;
|
|
2754
|
-
|
|
2755
|
-
/**
|
|
2756
|
-
* <p>The timestamp that indicates when the source location was last modified.</p>
|
|
2757
|
-
*/
|
|
2758
|
-
LastModifiedTime?: Date;
|
|
2759
|
-
|
|
2760
|
-
/**
|
|
2761
|
-
* <p>The name of the source location.</p>
|
|
2762
|
-
*/
|
|
2763
|
-
SourceLocationName?: string;
|
|
2764
|
-
|
|
2765
|
-
/**
|
|
2766
|
-
* <p>The tags assigned to the source location.</p>
|
|
2767
|
-
*/
|
|
2768
|
-
Tags?: { [key: string]: string };
|
|
2769
|
-
}
|
|
2770
|
-
|
|
2771
|
-
export namespace UpdateSourceLocationResponse {
|
|
2772
|
-
/**
|
|
2773
|
-
* @internal
|
|
2774
|
-
*/
|
|
2775
|
-
export const filterSensitiveLog = (obj: UpdateSourceLocationResponse): any => ({
|
|
2776
|
-
...obj,
|
|
2777
|
-
});
|
|
2778
|
-
}
|
|
2779
|
-
|
|
2780
|
-
export interface UpdateVodSourceRequest {
|
|
2781
|
-
/**
|
|
2782
|
-
* <p>An array of HTTP package configurations for the VOD source on this account.</p>
|
|
2783
|
-
*/
|
|
2784
|
-
HttpPackageConfigurations: HttpPackageConfiguration[] | undefined;
|
|
2785
|
-
|
|
2786
|
-
/**
|
|
2787
|
-
* <p>The identifier for the source location you are working on.</p>
|
|
2788
|
-
*/
|
|
2789
|
-
SourceLocationName: string | undefined;
|
|
2790
|
-
|
|
2791
|
-
/**
|
|
2792
|
-
* <p>The identifier for the VOD source you are working on.</p>
|
|
2793
|
-
*/
|
|
2794
|
-
VodSourceName: string | undefined;
|
|
2795
|
-
}
|
|
2796
|
-
|
|
2797
|
-
export namespace UpdateVodSourceRequest {
|
|
2798
|
-
/**
|
|
2799
|
-
* @internal
|
|
2800
|
-
*/
|
|
2801
|
-
export const filterSensitiveLog = (obj: UpdateVodSourceRequest): any => ({
|
|
2802
|
-
...obj,
|
|
2803
|
-
});
|
|
2804
|
-
}
|
|
2805
|
-
|
|
2806
|
-
export interface UpdateVodSourceResponse {
|
|
2807
|
-
/**
|
|
2808
|
-
* <p>The ARN of the VOD source.</p>
|
|
2809
|
-
*/
|
|
2810
|
-
Arn?: string;
|
|
2811
|
-
|
|
2812
|
-
/**
|
|
2813
|
-
* <p>The timestamp that indicates when the VOD source was created.</p>
|
|
2814
|
-
*/
|
|
2815
|
-
CreationTime?: Date;
|
|
2816
|
-
|
|
2817
|
-
/**
|
|
2818
|
-
* <p>The HTTP package configurations.</p>
|
|
2819
|
-
*/
|
|
2820
|
-
HttpPackageConfigurations?: HttpPackageConfiguration[];
|
|
2821
|
-
|
|
2822
|
-
/**
|
|
2823
|
-
* <p>The ARN for the VOD source.</p>
|
|
2824
|
-
*/
|
|
2825
|
-
LastModifiedTime?: Date;
|
|
2826
|
-
|
|
2827
|
-
/**
|
|
2828
|
-
* <p>The name of the source location associated with the VOD source.</p>
|
|
2829
|
-
*/
|
|
2830
|
-
SourceLocationName?: string;
|
|
2831
|
-
|
|
2832
|
-
/**
|
|
2833
|
-
* <p>The tags assigned to the VOD source.</p>
|
|
2834
|
-
*/
|
|
2835
|
-
Tags?: { [key: string]: string };
|
|
2836
|
-
|
|
2837
|
-
/**
|
|
2838
|
-
* <p>The name of the VOD source.</p>
|
|
2839
|
-
*/
|
|
2840
|
-
VodSourceName?: string;
|
|
2841
|
-
}
|
|
2842
|
-
|
|
2843
|
-
export namespace UpdateVodSourceResponse {
|
|
2844
|
-
/**
|
|
2845
|
-
* @internal
|
|
2846
|
-
*/
|
|
2847
|
-
export const filterSensitiveLog = (obj: UpdateVodSourceResponse): any => ({
|
|
2848
|
-
...obj,
|
|
2849
|
-
});
|
|
2850
|
-
}
|