@aws-sdk/client-mediatailor 3.31.0 → 3.35.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 +40 -0
- package/README.md +7 -7
- package/{dist/cjs → dist-cjs}/MediaTailor.js +16 -1
- package/dist-cjs/MediaTailor.js.map +1 -0
- package/{dist/cjs → dist-cjs}/MediaTailorClient.js +14 -14
- package/dist-cjs/MediaTailorClient.js.map +1 -0
- package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +61 -0
- package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateChannelCommand.js +5 -5
- package/dist-cjs/commands/CreateChannelCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateProgramCommand.js +5 -5
- package/dist-cjs/commands/CreateProgramCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateSourceLocationCommand.js +5 -5
- package/dist-cjs/commands/CreateSourceLocationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateVodSourceCommand.js +5 -5
- package/dist-cjs/commands/CreateVodSourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteChannelCommand.js +5 -5
- package/dist-cjs/commands/DeleteChannelCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteChannelPolicyCommand.js +5 -5
- package/dist-cjs/commands/DeleteChannelPolicyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeletePlaybackConfigurationCommand.js +5 -5
- package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteProgramCommand.js +5 -5
- package/dist-cjs/commands/DeleteProgramCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteSourceLocationCommand.js +5 -5
- package/dist-cjs/commands/DeleteSourceLocationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteVodSourceCommand.js +5 -5
- package/dist-cjs/commands/DeleteVodSourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeChannelCommand.js +5 -5
- package/dist-cjs/commands/DescribeChannelCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeProgramCommand.js +5 -5
- package/dist-cjs/commands/DescribeProgramCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeSourceLocationCommand.js +5 -5
- package/dist-cjs/commands/DescribeSourceLocationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DescribeVodSourceCommand.js +5 -5
- package/dist-cjs/commands/DescribeVodSourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetChannelPolicyCommand.js +5 -5
- package/dist-cjs/commands/GetChannelPolicyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetChannelScheduleCommand.js +5 -5
- package/dist-cjs/commands/GetChannelScheduleCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetPlaybackConfigurationCommand.js +5 -5
- package/dist-cjs/commands/GetPlaybackConfigurationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListAlertsCommand.js +5 -5
- package/dist-cjs/commands/ListAlertsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListChannelsCommand.js +5 -5
- package/dist-cjs/commands/ListChannelsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListPlaybackConfigurationsCommand.js +5 -5
- package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListSourceLocationsCommand.js +5 -5
- package/dist-cjs/commands/ListSourceLocationsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListVodSourcesCommand.js +5 -5
- package/dist-cjs/commands/ListVodSourcesCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/PutChannelPolicyCommand.js +5 -5
- package/dist-cjs/commands/PutChannelPolicyCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/PutPlaybackConfigurationCommand.js +5 -5
- package/dist-cjs/commands/PutPlaybackConfigurationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StartChannelCommand.js +5 -5
- package/dist-cjs/commands/StartChannelCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StopChannelCommand.js +5 -5
- package/dist-cjs/commands/StopChannelCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateChannelCommand.js +5 -5
- package/dist-cjs/commands/UpdateChannelCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateSourceLocationCommand.js +5 -5
- package/dist-cjs/commands/UpdateSourceLocationCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateVodSourceCommand.js +5 -5
- package/dist-cjs/commands/UpdateVodSourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +47 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +30 -3
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/GetChannelSchedulePaginator.js +1 -1
- package/dist-cjs/pagination/GetChannelSchedulePaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAlertsPaginator.js +1 -1
- package/dist-cjs/pagination/ListAlertsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListChannelsPaginator.js +1 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListPlaybackConfigurationsPaginator.js +1 -1
- package/dist-cjs/pagination/ListPlaybackConfigurationsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListSourceLocationsPaginator.js +1 -1
- package/dist-cjs/pagination/ListSourceLocationsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListVodSourcesPaginator.js +1 -1
- package/dist-cjs/pagination/ListVodSourcesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +311 -227
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/MediaTailor.js +17 -5
- package/dist-es/MediaTailor.js.map +1 -0
- package/{dist/es → dist-es}/MediaTailorClient.js +2 -10
- package/dist-es/MediaTailorClient.js.map +1 -0
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +40 -0
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateChannelCommand.js +4 -29
- package/dist-es/commands/CreateChannelCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateProgramCommand.js +4 -29
- package/dist-es/commands/CreateProgramCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateSourceLocationCommand.js +4 -29
- package/dist-es/commands/CreateSourceLocationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateVodSourceCommand.js +4 -29
- package/dist-es/commands/CreateVodSourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteChannelCommand.js +4 -29
- package/dist-es/commands/DeleteChannelCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteChannelPolicyCommand.js +4 -29
- package/dist-es/commands/DeleteChannelPolicyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeletePlaybackConfigurationCommand.js +4 -29
- package/dist-es/commands/DeletePlaybackConfigurationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteProgramCommand.js +4 -29
- package/dist-es/commands/DeleteProgramCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteSourceLocationCommand.js +4 -29
- package/dist-es/commands/DeleteSourceLocationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteVodSourceCommand.js +4 -29
- package/dist-es/commands/DeleteVodSourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeChannelCommand.js +4 -29
- package/dist-es/commands/DescribeChannelCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeProgramCommand.js +4 -29
- package/dist-es/commands/DescribeProgramCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeSourceLocationCommand.js +4 -29
- package/dist-es/commands/DescribeSourceLocationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DescribeVodSourceCommand.js +4 -29
- package/dist-es/commands/DescribeVodSourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetChannelPolicyCommand.js +4 -29
- package/dist-es/commands/GetChannelPolicyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetChannelScheduleCommand.js +4 -29
- package/dist-es/commands/GetChannelScheduleCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetPlaybackConfigurationCommand.js +4 -29
- package/dist-es/commands/GetPlaybackConfigurationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListAlertsCommand.js +4 -29
- package/dist-es/commands/ListAlertsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListChannelsCommand.js +4 -29
- package/dist-es/commands/ListChannelsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListPlaybackConfigurationsCommand.js +4 -29
- package/dist-es/commands/ListPlaybackConfigurationsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListSourceLocationsCommand.js +4 -29
- package/dist-es/commands/ListSourceLocationsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListVodSourcesCommand.js +4 -29
- package/dist-es/commands/ListVodSourcesCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/PutChannelPolicyCommand.js +4 -29
- package/dist-es/commands/PutChannelPolicyCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/PutPlaybackConfigurationCommand.js +4 -29
- package/dist-es/commands/PutPlaybackConfigurationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StartChannelCommand.js +4 -29
- package/dist-es/commands/StartChannelCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StopChannelCommand.js +4 -29
- package/dist-es/commands/StopChannelCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateChannelCommand.js +4 -29
- package/dist-es/commands/UpdateChannelCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateSourceLocationCommand.js +4 -29
- package/dist-es/commands/UpdateSourceLocationCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateVodSourceCommand.js +4 -29
- package/dist-es/commands/UpdateVodSourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +1 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +12 -279
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/GetChannelSchedulePaginator.js +17 -29
- package/dist-es/pagination/GetChannelSchedulePaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/pagination/ListAlertsPaginator.js +17 -29
- package/dist-es/pagination/ListAlertsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelsPaginator.js +17 -29
- package/dist-es/pagination/ListChannelsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListPlaybackConfigurationsPaginator.js +17 -29
- package/dist-es/pagination/ListPlaybackConfigurationsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListSourceLocationsPaginator.js +17 -29
- package/dist-es/pagination/ListSourceLocationsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListVodSourcesPaginator.js +17 -29
- package/dist-es/pagination/ListVodSourcesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +336 -245
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- 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/{dist/types → 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 +50 -50
- package/{MediaTailor.ts → src/MediaTailor.ts} +42 -2
- package/{MediaTailorClient.ts → src/MediaTailorClient.ts} +64 -57
- package/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts +107 -0
- package/{commands → src/commands}/CreateChannelCommand.ts +8 -7
- package/{commands → src/commands}/CreateProgramCommand.ts +8 -7
- package/{commands → src/commands}/CreateSourceLocationCommand.ts +8 -7
- package/{commands → src/commands}/CreateVodSourceCommand.ts +8 -7
- package/{commands → src/commands}/DeleteChannelCommand.ts +8 -7
- package/{commands → src/commands}/DeleteChannelPolicyCommand.ts +8 -7
- package/{commands → src/commands}/DeletePlaybackConfigurationCommand.ts +8 -7
- package/{commands → src/commands}/DeleteProgramCommand.ts +8 -7
- package/{commands → src/commands}/DeleteSourceLocationCommand.ts +8 -7
- package/{commands → src/commands}/DeleteVodSourceCommand.ts +8 -7
- package/{commands → src/commands}/DescribeChannelCommand.ts +8 -7
- package/{commands → src/commands}/DescribeProgramCommand.ts +8 -7
- package/{commands → src/commands}/DescribeSourceLocationCommand.ts +8 -7
- package/{commands → src/commands}/DescribeVodSourceCommand.ts +8 -7
- package/{commands → src/commands}/GetChannelPolicyCommand.ts +8 -7
- package/{commands → src/commands}/GetChannelScheduleCommand.ts +8 -7
- package/{commands → src/commands}/GetPlaybackConfigurationCommand.ts +8 -7
- package/{commands → src/commands}/ListAlertsCommand.ts +8 -7
- package/{commands → src/commands}/ListChannelsCommand.ts +8 -7
- package/{commands → src/commands}/ListPlaybackConfigurationsCommand.ts +8 -7
- package/{commands → src/commands}/ListSourceLocationsCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
- package/{commands → src/commands}/ListVodSourcesCommand.ts +8 -7
- package/{commands → src/commands}/PutChannelPolicyCommand.ts +8 -7
- package/{commands → src/commands}/PutPlaybackConfigurationCommand.ts +8 -7
- package/{commands → src/commands}/StartChannelCommand.ts +8 -7
- package/{commands → src/commands}/StopChannelCommand.ts +8 -7
- package/{commands → src/commands}/TagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UpdateChannelCommand.ts +8 -7
- package/{commands → src/commands}/UpdateSourceLocationCommand.ts +8 -7
- package/{commands → src/commands}/UpdateVodSourceCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +1 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +80 -1
- package/{pagination → src/pagination}/GetChannelSchedulePaginator.ts +4 -3
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListAlertsPaginator.ts +3 -2
- package/{pagination → src/pagination}/ListChannelsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListPlaybackConfigurationsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListSourceLocationsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListVodSourcesPaginator.ts +4 -3
- package/{protocols → src/protocols}/Aws_restJson1.ts +160 -56
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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 +0 -46
- package/dist/cjs/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/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.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/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
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { ListPlaybackConfigurationsRequest, ListPlaybackConfigurationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListPlaybackConfigurationsCommandInput extends ListPlaybackConfigurationsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackConfigurationsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { ListSourceLocationsRequest, ListSourceLocationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListSourceLocationsCommandInput extends ListSourceLocationsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListSourceLocationsCommandOutput extends ListSourceLocationsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { ListVodSourcesRequest, ListVodSourcesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListVodSourcesCommandInput extends ListVodSourcesRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { PutPlaybackConfigurationRequest, PutPlaybackConfigurationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface PutPlaybackConfigurationCommandInput extends PutPlaybackConfigurationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfigurationResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { StartChannelRequest, StartChannelResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface StartChannelCommandInput extends StartChannelRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface StartChannelCommandOutput extends StartChannelResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { StopChannelRequest, StopChannelResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface StopChannelCommandInput extends StopChannelRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { TagResourceRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { UntagResourceRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateChannelCommandInput extends UpdateChannelRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { UpdateSourceLocationRequest, UpdateSourceLocationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateSourceLocationCommandInput extends UpdateSourceLocationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
2
4
|
import { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, __MetadataBearer {
|
|
File without changes
|
|
@@ -1,42 +1,43 @@
|
|
|
1
|
-
export * from "./MediaTailorClient";
|
|
2
|
-
export * from "./MediaTailor";
|
|
3
|
-
export * from "./commands/
|
|
4
|
-
export * from "./commands/
|
|
5
|
-
export * from "./commands/
|
|
6
|
-
export * from "./commands/
|
|
7
|
-
export * from "./commands/
|
|
8
|
-
export * from "./commands/
|
|
9
|
-
export * from "./commands/
|
|
10
|
-
export * from "./commands/
|
|
11
|
-
export * from "./commands/
|
|
12
|
-
export * from "./commands/
|
|
13
|
-
export * from "./commands/
|
|
14
|
-
export * from "./commands/
|
|
15
|
-
export * from "./commands/
|
|
16
|
-
export * from "./commands/
|
|
17
|
-
export * from "./commands/
|
|
18
|
-
export * from "./commands/
|
|
19
|
-
export * from "./
|
|
20
|
-
export * from "./
|
|
21
|
-
export * from "./commands/
|
|
22
|
-
export * from "./
|
|
23
|
-
export * from "./
|
|
24
|
-
export * from "./
|
|
25
|
-
export * from "./
|
|
26
|
-
export * from "./
|
|
27
|
-
export * from "./
|
|
28
|
-
export * from "./
|
|
29
|
-
export * from "./
|
|
30
|
-
export * from "./commands/
|
|
31
|
-
export * from "./
|
|
32
|
-
export * from "./
|
|
33
|
-
export * from "./commands/
|
|
34
|
-
export * from "./commands/
|
|
35
|
-
export * from "./commands/
|
|
36
|
-
export * from "./commands/
|
|
37
|
-
export * from "./commands/
|
|
38
|
-
export * from "./commands/
|
|
39
|
-
export * from "./commands/
|
|
40
|
-
export * from "./commands/
|
|
41
|
-
export * from "./
|
|
42
|
-
export * from "./
|
|
1
|
+
export * from "./MediaTailorClient";
|
|
2
|
+
export * from "./MediaTailor";
|
|
3
|
+
export * from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
|
|
4
|
+
export * from "./commands/CreateChannelCommand";
|
|
5
|
+
export * from "./commands/CreateProgramCommand";
|
|
6
|
+
export * from "./commands/CreateSourceLocationCommand";
|
|
7
|
+
export * from "./commands/CreateVodSourceCommand";
|
|
8
|
+
export * from "./commands/DeleteChannelCommand";
|
|
9
|
+
export * from "./commands/DeleteChannelPolicyCommand";
|
|
10
|
+
export * from "./commands/DeletePlaybackConfigurationCommand";
|
|
11
|
+
export * from "./commands/DeleteProgramCommand";
|
|
12
|
+
export * from "./commands/DeleteSourceLocationCommand";
|
|
13
|
+
export * from "./commands/DeleteVodSourceCommand";
|
|
14
|
+
export * from "./commands/DescribeChannelCommand";
|
|
15
|
+
export * from "./commands/DescribeProgramCommand";
|
|
16
|
+
export * from "./commands/DescribeSourceLocationCommand";
|
|
17
|
+
export * from "./commands/DescribeVodSourceCommand";
|
|
18
|
+
export * from "./commands/GetChannelPolicyCommand";
|
|
19
|
+
export * from "./commands/GetChannelScheduleCommand";
|
|
20
|
+
export * from "./pagination/GetChannelSchedulePaginator";
|
|
21
|
+
export * from "./commands/GetPlaybackConfigurationCommand";
|
|
22
|
+
export * from "./commands/ListAlertsCommand";
|
|
23
|
+
export * from "./pagination/ListAlertsPaginator";
|
|
24
|
+
export * from "./commands/ListChannelsCommand";
|
|
25
|
+
export * from "./pagination/ListChannelsPaginator";
|
|
26
|
+
export * from "./commands/ListPlaybackConfigurationsCommand";
|
|
27
|
+
export * from "./pagination/ListPlaybackConfigurationsPaginator";
|
|
28
|
+
export * from "./commands/ListSourceLocationsCommand";
|
|
29
|
+
export * from "./pagination/ListSourceLocationsPaginator";
|
|
30
|
+
export * from "./commands/ListTagsForResourceCommand";
|
|
31
|
+
export * from "./commands/ListVodSourcesCommand";
|
|
32
|
+
export * from "./pagination/ListVodSourcesPaginator";
|
|
33
|
+
export * from "./commands/PutChannelPolicyCommand";
|
|
34
|
+
export * from "./commands/PutPlaybackConfigurationCommand";
|
|
35
|
+
export * from "./commands/StartChannelCommand";
|
|
36
|
+
export * from "./commands/StopChannelCommand";
|
|
37
|
+
export * from "./commands/TagResourceCommand";
|
|
38
|
+
export * from "./commands/UntagResourceCommand";
|
|
39
|
+
export * from "./commands/UpdateChannelCommand";
|
|
40
|
+
export * from "./commands/UpdateSourceLocationCommand";
|
|
41
|
+
export * from "./commands/UpdateVodSourceCommand";
|
|
42
|
+
export * from "./pagination/Interfaces";
|
|
43
|
+
export * from "./models/index";
|
|
File without changes
|
|
@@ -350,6 +350,21 @@ export declare namespace LivePreRollConfiguration {
|
|
|
350
350
|
*/
|
|
351
351
|
const filterSensitiveLog: (obj: LivePreRollConfiguration) => any;
|
|
352
352
|
}
|
|
353
|
+
/**
|
|
354
|
+
* <p>Returns Amazon CloudWatch log settings for a playback configuration.</p>
|
|
355
|
+
*/
|
|
356
|
+
export interface LogConfiguration {
|
|
357
|
+
/**
|
|
358
|
+
* <p>The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html">debug log mode</a>.</p> <p>Valid values: 0 - 100</p>
|
|
359
|
+
*/
|
|
360
|
+
PercentEnabled: number | undefined;
|
|
361
|
+
}
|
|
362
|
+
export declare namespace LogConfiguration {
|
|
363
|
+
/**
|
|
364
|
+
* @internal
|
|
365
|
+
*/
|
|
366
|
+
const filterSensitiveLog: (obj: LogConfiguration) => any;
|
|
367
|
+
}
|
|
353
368
|
/**
|
|
354
369
|
* <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>
|
|
355
370
|
*/
|
|
@@ -420,6 +435,10 @@ export interface PlaybackConfiguration {
|
|
|
420
435
|
* <p>The configuration for pre-roll ad insertion.</p>
|
|
421
436
|
*/
|
|
422
437
|
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
438
|
+
/**
|
|
439
|
+
* <p>The Amazon CloudWatch log settings for a playback configuration.</p>
|
|
440
|
+
*/
|
|
441
|
+
LogConfiguration?: LogConfiguration;
|
|
423
442
|
/**
|
|
424
443
|
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
425
444
|
*/
|
|
@@ -754,6 +773,41 @@ export declare enum ChannelState {
|
|
|
754
773
|
RUNNING = "RUNNING",
|
|
755
774
|
STOPPED = "STOPPED"
|
|
756
775
|
}
|
|
776
|
+
/**
|
|
777
|
+
* <p>Configures Amazon CloudWatch log settings for a playback configuration.</p>
|
|
778
|
+
*/
|
|
779
|
+
export interface ConfigureLogsForPlaybackConfigurationRequest {
|
|
780
|
+
/**
|
|
781
|
+
* <p>The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html">debug log mode</a>.</p> <p>Valid values: 0 - 100</p>
|
|
782
|
+
*/
|
|
783
|
+
PercentEnabled: number | undefined;
|
|
784
|
+
/**
|
|
785
|
+
* <p>The name of the playback configuration.</p>
|
|
786
|
+
*/
|
|
787
|
+
PlaybackConfigurationName: string | undefined;
|
|
788
|
+
}
|
|
789
|
+
export declare namespace ConfigureLogsForPlaybackConfigurationRequest {
|
|
790
|
+
/**
|
|
791
|
+
* @internal
|
|
792
|
+
*/
|
|
793
|
+
const filterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationRequest) => any;
|
|
794
|
+
}
|
|
795
|
+
export interface ConfigureLogsForPlaybackConfigurationResponse {
|
|
796
|
+
/**
|
|
797
|
+
* <p>The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.</p>
|
|
798
|
+
*/
|
|
799
|
+
PercentEnabled?: number;
|
|
800
|
+
/**
|
|
801
|
+
* <p>The name of the playback configuration.</p>
|
|
802
|
+
*/
|
|
803
|
+
PlaybackConfigurationName?: string;
|
|
804
|
+
}
|
|
805
|
+
export declare namespace ConfigureLogsForPlaybackConfigurationResponse {
|
|
806
|
+
/**
|
|
807
|
+
* @internal
|
|
808
|
+
*/
|
|
809
|
+
const filterSensitiveLog: (obj: ConfigureLogsForPlaybackConfigurationResponse) => any;
|
|
810
|
+
}
|
|
757
811
|
/**
|
|
758
812
|
* <p>The output configuration for this channel.</p>
|
|
759
813
|
*/
|
|
@@ -791,7 +845,7 @@ export interface CreateChannelRequest {
|
|
|
791
845
|
*/
|
|
792
846
|
ChannelName: string | undefined;
|
|
793
847
|
/**
|
|
794
|
-
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses
|
|
848
|
+
* <p>The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses a LINEAR PlaybackMode.</p>
|
|
795
849
|
*/
|
|
796
850
|
FillerSlate?: SlateSource;
|
|
797
851
|
/**
|
|
@@ -1597,6 +1651,10 @@ export interface GetPlaybackConfigurationResponse {
|
|
|
1597
1651
|
* <p>The configuration for pre-roll ad insertion.</p>
|
|
1598
1652
|
*/
|
|
1599
1653
|
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
1654
|
+
/**
|
|
1655
|
+
* <p>The Amazon CloudWatch log settings for a playback configuration.</p>
|
|
1656
|
+
*/
|
|
1657
|
+
LogConfiguration?: LogConfiguration;
|
|
1600
1658
|
/**
|
|
1601
1659
|
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
1602
1660
|
*/
|
|
@@ -1971,6 +2029,10 @@ export interface PutPlaybackConfigurationResponse {
|
|
|
1971
2029
|
* <p>The configuration for pre-roll ad insertion.</p>
|
|
1972
2030
|
*/
|
|
1973
2031
|
LivePreRollConfiguration?: LivePreRollConfiguration;
|
|
2032
|
+
/**
|
|
2033
|
+
* <p>The Amazon CloudWatch log settings for a playback configuration.</p>
|
|
2034
|
+
*/
|
|
2035
|
+
LogConfiguration?: LogConfiguration;
|
|
1974
2036
|
/**
|
|
1975
2037
|
* <p>The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.</p>
|
|
1976
2038
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "../commands/GetChannelScheduleCommand";
|
|
2
3
|
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateGetChannelSchedule(config: MediaTailorPaginationConfiguration, input: GetChannelScheduleCommandInput, ...additionalArguments: any): Paginator<GetChannelScheduleCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { MediaTailor } from "../MediaTailor";
|
|
2
3
|
import { MediaTailorClient } from "../MediaTailorClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface MediaTailorPaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: MediaTailor | MediaTailorClient;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
|
|
2
3
|
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListAlerts(config: MediaTailorPaginationConfiguration, input: ListAlertsCommandInput, ...additionalArguments: any): Paginator<ListAlertsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
2
3
|
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListChannels(config: MediaTailorPaginationConfiguration, input: ListChannelsCommandInput, ...additionalArguments: any): Paginator<ListChannelsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "../commands/ListPlaybackConfigurationsCommand";
|
|
2
3
|
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListPlaybackConfigurations(config: MediaTailorPaginationConfiguration, input: ListPlaybackConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListPlaybackConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "../commands/ListSourceLocationsCommand";
|
|
2
3
|
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListSourceLocations(config: MediaTailorPaginationConfiguration, input: ListSourceLocationsCommandInput, ...additionalArguments: any): Paginator<ListSourceLocationsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "../commands/ListVodSourcesCommand";
|
|
2
3
|
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListVodSources(config: MediaTailorPaginationConfiguration, input: ListVodSourcesCommandInput, ...additionalArguments: any): Paginator<ListVodSourcesCommandOutput>;
|