@aws-sdk/client-mediatailor 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/MediaTailor.d.ts +159 -182
- package/dist-types/ts3.4/MediaTailorClient.d.ts +10 -34
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutFunctionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +1 -3
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39