@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
|
@@ -1,98 +1,101 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
export declare const
|
|
37
|
-
export declare const
|
|
38
|
-
export declare const
|
|
39
|
-
export declare const
|
|
40
|
-
export declare const
|
|
41
|
-
export declare const
|
|
42
|
-
export declare const
|
|
43
|
-
export declare const
|
|
44
|
-
export declare const
|
|
45
|
-
export declare const
|
|
46
|
-
export declare const
|
|
47
|
-
export declare const
|
|
48
|
-
export declare const
|
|
49
|
-
export declare const
|
|
50
|
-
export declare const
|
|
51
|
-
export declare const
|
|
52
|
-
export declare const
|
|
53
|
-
export declare const
|
|
54
|
-
export declare const
|
|
55
|
-
export declare const
|
|
56
|
-
export declare const
|
|
57
|
-
export declare const
|
|
58
|
-
export declare const
|
|
59
|
-
export declare const
|
|
60
|
-
export declare const
|
|
61
|
-
export declare const
|
|
62
|
-
export declare const
|
|
63
|
-
export declare const
|
|
64
|
-
export declare const
|
|
65
|
-
export declare const
|
|
66
|
-
export declare const
|
|
67
|
-
export declare const
|
|
68
|
-
export declare const
|
|
69
|
-
export declare const
|
|
70
|
-
export declare const
|
|
71
|
-
export declare const
|
|
72
|
-
export declare const
|
|
73
|
-
export declare const
|
|
74
|
-
export declare const
|
|
75
|
-
export declare const
|
|
76
|
-
export declare const
|
|
77
|
-
export declare const
|
|
78
|
-
export declare const
|
|
79
|
-
export declare const
|
|
80
|
-
export declare const
|
|
81
|
-
export declare const
|
|
82
|
-
export declare const
|
|
83
|
-
export declare const
|
|
84
|
-
export declare const
|
|
85
|
-
export declare const
|
|
86
|
-
export declare const
|
|
87
|
-
export declare const
|
|
88
|
-
export declare const
|
|
89
|
-
export declare const
|
|
90
|
-
export declare const
|
|
91
|
-
export declare const
|
|
92
|
-
export declare const
|
|
93
|
-
export declare const
|
|
94
|
-
export declare const
|
|
95
|
-
export declare const
|
|
96
|
-
export declare const
|
|
97
|
-
export declare const
|
|
98
|
-
export declare const
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "../commands/ConfigureLogsForPlaybackConfigurationCommand";
|
|
4
|
+
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
|
|
5
|
+
import { CreateProgramCommandInput, CreateProgramCommandOutput } from "../commands/CreateProgramCommand";
|
|
6
|
+
import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "../commands/CreateSourceLocationCommand";
|
|
7
|
+
import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "../commands/CreateVodSourceCommand";
|
|
8
|
+
import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
|
|
9
|
+
import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "../commands/DeleteChannelPolicyCommand";
|
|
10
|
+
import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "../commands/DeletePlaybackConfigurationCommand";
|
|
11
|
+
import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "../commands/DeleteProgramCommand";
|
|
12
|
+
import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "../commands/DeleteSourceLocationCommand";
|
|
13
|
+
import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "../commands/DeleteVodSourceCommand";
|
|
14
|
+
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
|
|
15
|
+
import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "../commands/DescribeProgramCommand";
|
|
16
|
+
import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "../commands/DescribeSourceLocationCommand";
|
|
17
|
+
import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "../commands/DescribeVodSourceCommand";
|
|
18
|
+
import { GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput } from "../commands/GetChannelPolicyCommand";
|
|
19
|
+
import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "../commands/GetChannelScheduleCommand";
|
|
20
|
+
import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput } from "../commands/GetPlaybackConfigurationCommand";
|
|
21
|
+
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
|
|
22
|
+
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
23
|
+
import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "../commands/ListPlaybackConfigurationsCommand";
|
|
24
|
+
import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "../commands/ListSourceLocationsCommand";
|
|
25
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
26
|
+
import { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "../commands/ListVodSourcesCommand";
|
|
27
|
+
import { PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput } from "../commands/PutChannelPolicyCommand";
|
|
28
|
+
import { PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput } from "../commands/PutPlaybackConfigurationCommand";
|
|
29
|
+
import { StartChannelCommandInput, StartChannelCommandOutput } from "../commands/StartChannelCommand";
|
|
30
|
+
import { StopChannelCommandInput, StopChannelCommandOutput } from "../commands/StopChannelCommand";
|
|
31
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
32
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
33
|
+
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
|
|
34
|
+
import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "../commands/UpdateSourceLocationCommand";
|
|
35
|
+
import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "../commands/UpdateVodSourceCommand";
|
|
36
|
+
export declare const serializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (input: ConfigureLogsForPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
export declare const serializeAws_restJson1CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
export declare const serializeAws_restJson1CreateProgramCommand: (input: CreateProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_restJson1CreateSourceLocationCommand: (input: CreateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
export declare const serializeAws_restJson1CreateVodSourceCommand: (input: CreateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
export declare const serializeAws_restJson1DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
export declare const serializeAws_restJson1DeleteChannelPolicyCommand: (input: DeleteChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
export declare const serializeAws_restJson1DeletePlaybackConfigurationCommand: (input: DeletePlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
export declare const serializeAws_restJson1DeleteProgramCommand: (input: DeleteProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
export declare const serializeAws_restJson1DeleteSourceLocationCommand: (input: DeleteSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
export declare const serializeAws_restJson1DeleteVodSourceCommand: (input: DeleteVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_restJson1DescribeChannelCommand: (input: DescribeChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
export declare const serializeAws_restJson1DescribeProgramCommand: (input: DescribeProgramCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_restJson1DescribeSourceLocationCommand: (input: DescribeSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const serializeAws_restJson1DescribeVodSourceCommand: (input: DescribeVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
export declare const serializeAws_restJson1GetChannelPolicyCommand: (input: GetChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
export declare const serializeAws_restJson1GetChannelScheduleCommand: (input: GetChannelScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_restJson1GetPlaybackConfigurationCommand: (input: GetPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_restJson1ListAlertsCommand: (input: ListAlertsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
export declare const serializeAws_restJson1ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
export declare const serializeAws_restJson1ListPlaybackConfigurationsCommand: (input: ListPlaybackConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
export declare const serializeAws_restJson1ListSourceLocationsCommand: (input: ListSourceLocationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
export declare const serializeAws_restJson1ListVodSourcesCommand: (input: ListVodSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
export declare const serializeAws_restJson1PutChannelPolicyCommand: (input: PutChannelPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
+
export declare const serializeAws_restJson1PutPlaybackConfigurationCommand: (input: PutPlaybackConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_restJson1StartChannelCommand: (input: StartChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
export declare const serializeAws_restJson1StopChannelCommand: (input: StopChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_restJson1UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
export declare const serializeAws_restJson1UpdateSourceLocationCommand: (input: UpdateSourceLocationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
export declare const serializeAws_restJson1UpdateVodSourceCommand: (input: UpdateVodSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
|
+
export declare const deserializeAws_restJson1ConfigureLogsForPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
|
|
70
|
+
export declare const deserializeAws_restJson1CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
|
|
71
|
+
export declare const deserializeAws_restJson1CreateProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProgramCommandOutput>;
|
|
72
|
+
export declare const deserializeAws_restJson1CreateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSourceLocationCommandOutput>;
|
|
73
|
+
export declare const deserializeAws_restJson1CreateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVodSourceCommandOutput>;
|
|
74
|
+
export declare const deserializeAws_restJson1DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
|
|
75
|
+
export declare const deserializeAws_restJson1DeleteChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelPolicyCommandOutput>;
|
|
76
|
+
export declare const deserializeAws_restJson1DeletePlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePlaybackConfigurationCommandOutput>;
|
|
77
|
+
export declare const deserializeAws_restJson1DeleteProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProgramCommandOutput>;
|
|
78
|
+
export declare const deserializeAws_restJson1DeleteSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSourceLocationCommandOutput>;
|
|
79
|
+
export declare const deserializeAws_restJson1DeleteVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVodSourceCommandOutput>;
|
|
80
|
+
export declare const deserializeAws_restJson1DescribeChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeChannelCommandOutput>;
|
|
81
|
+
export declare const deserializeAws_restJson1DescribeProgramCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProgramCommandOutput>;
|
|
82
|
+
export declare const deserializeAws_restJson1DescribeSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSourceLocationCommandOutput>;
|
|
83
|
+
export declare const deserializeAws_restJson1DescribeVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVodSourceCommandOutput>;
|
|
84
|
+
export declare const deserializeAws_restJson1GetChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelPolicyCommandOutput>;
|
|
85
|
+
export declare const deserializeAws_restJson1GetChannelScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelScheduleCommandOutput>;
|
|
86
|
+
export declare const deserializeAws_restJson1GetPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPlaybackConfigurationCommandOutput>;
|
|
87
|
+
export declare const deserializeAws_restJson1ListAlertsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAlertsCommandOutput>;
|
|
88
|
+
export declare const deserializeAws_restJson1ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
|
|
89
|
+
export declare const deserializeAws_restJson1ListPlaybackConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPlaybackConfigurationsCommandOutput>;
|
|
90
|
+
export declare const deserializeAws_restJson1ListSourceLocationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSourceLocationsCommandOutput>;
|
|
91
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
92
|
+
export declare const deserializeAws_restJson1ListVodSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVodSourcesCommandOutput>;
|
|
93
|
+
export declare const deserializeAws_restJson1PutChannelPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutChannelPolicyCommandOutput>;
|
|
94
|
+
export declare const deserializeAws_restJson1PutPlaybackConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPlaybackConfigurationCommandOutput>;
|
|
95
|
+
export declare const deserializeAws_restJson1StartChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChannelCommandOutput>;
|
|
96
|
+
export declare const deserializeAws_restJson1StopChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopChannelCommandOutput>;
|
|
97
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
98
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
99
|
+
export declare const deserializeAws_restJson1UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
|
|
100
|
+
export declare const deserializeAws_restJson1UpdateSourceLocationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSourceLocationCommandOutput>;
|
|
101
|
+
export declare const deserializeAws_restJson1UpdateVodSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVodSourceCommandOutput>;
|
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { MediaTailorClientConfig } from "./MediaTailorClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { MediaTailorClientConfig } from "./MediaTailorClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { MediaTailorClientConfig } from "./MediaTailorClient";
|
|
3
|
-
/**
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
6
|
-
export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
7
|
-
runtime: string;
|
|
8
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
12
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
-
apiVersion: string;
|
|
22
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
-
disableHostPrefix: boolean;
|
|
24
|
-
logger: import("@aws-sdk/types").Logger;
|
|
25
|
-
serviceId: string;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
|
|
36
|
-
|
|
1
|
+
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { MediaTailorClientConfig } from "./MediaTailorClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
7
|
+
runtime: string;
|
|
8
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
|
|
16
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
19
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
20
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
21
|
+
apiVersion: string;
|
|
22
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
23
|
+
disableHostPrefix: boolean;
|
|
24
|
+
logger: import("@aws-sdk/types").Logger;
|
|
25
|
+
serviceId: string;
|
|
26
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
+
tls?: boolean | undefined;
|
|
29
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
+
signingEscapePath?: boolean | undefined;
|
|
33
|
+
systemClockOffset?: number | undefined;
|
|
34
|
+
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
+
};
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
import { MediaTailorClientConfig } from "./MediaTailorClient";
|
|
2
|
-
/**
|
|
3
|
-
* @internal
|
|
4
|
-
*/
|
|
5
|
-
export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
6
|
-
runtime: string;
|
|
7
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
-
disableHostPrefix: boolean;
|
|
18
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
-
logger: import("@aws-sdk/types").Logger;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
-
tls?: boolean | undefined;
|
|
28
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
-
signingEscapePath?: boolean | undefined;
|
|
32
|
-
systemClockOffset?: number | undefined;
|
|
33
|
-
signingRegion?: string | undefined;
|
|
34
|
-
|
|
35
|
-
|
|
1
|
+
import { MediaTailorClientConfig } from "./MediaTailorClient";
|
|
2
|
+
/**
|
|
3
|
+
* @internal
|
|
4
|
+
*/
|
|
5
|
+
export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
6
|
+
runtime: string;
|
|
7
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
8
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
9
|
+
apiVersion: string;
|
|
10
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
+
bodyLengthChecker: (body: any) => number | undefined;
|
|
12
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
13
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
16
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
17
|
+
disableHostPrefix: boolean;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
logger: import("@aws-sdk/types").Logger;
|
|
21
|
+
serviceId: string;
|
|
22
|
+
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
|
+
tls?: boolean | undefined;
|
|
28
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
29
|
+
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
30
|
+
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
31
|
+
signingEscapePath?: boolean | undefined;
|
|
32
|
+
systemClockOffset?: number | undefined;
|
|
33
|
+
signingRegion?: string | undefined;
|
|
34
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
|
+
};
|
|
File without changes
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
|
|
2
3
|
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
|
|
3
4
|
import { CreateProgramCommandInput, CreateProgramCommandOutput } from "./commands/CreateProgramCommand";
|
|
4
5
|
import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "./commands/CreateSourceLocationCommand";
|
|
@@ -31,11 +32,17 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
31
32
|
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
32
33
|
import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
|
|
33
34
|
import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
|
|
34
|
-
import {
|
|
35
|
+
import { MediaTailorClient } from "./MediaTailorClient";
|
|
35
36
|
/**
|
|
36
37
|
* <p>Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/">AWS Elemental MediaTailor User Guide</a>.</p> <p>Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).</p>
|
|
37
38
|
*/
|
|
38
39
|
export declare class MediaTailor extends MediaTailorClient {
|
|
40
|
+
/**
|
|
41
|
+
* <p>Configures Amazon CloudWatch log settings for a playback configuration.</p>
|
|
42
|
+
*/
|
|
43
|
+
configureLogsForPlaybackConfiguration(args: ConfigureLogsForPlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ConfigureLogsForPlaybackConfigurationCommandOutput>;
|
|
44
|
+
configureLogsForPlaybackConfiguration(args: ConfigureLogsForPlaybackConfigurationCommandInput, cb: (err: any, data?: ConfigureLogsForPlaybackConfigurationCommandOutput) => void): void;
|
|
45
|
+
configureLogsForPlaybackConfiguration(args: ConfigureLogsForPlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfigureLogsForPlaybackConfigurationCommandOutput) => void): void;
|
|
39
46
|
/**
|
|
40
47
|
* <p>Creates a channel.</p>
|
|
41
48
|
*/
|