@aws-sdk/client-mediatailor 3.288.0 → 3.290.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-types/commands/ConfigureLogsForChannelCommand.d.ts +1 -0
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +1 -0
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +1 -0
- package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +1 -0
- package/dist-types/commands/CreateProgramCommand.d.ts +1 -0
- package/dist-types/commands/CreateSourceLocationCommand.d.ts +1 -0
- package/dist-types/commands/CreateVodSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteProgramCommand.d.ts +1 -0
- package/dist-types/commands/DeleteSourceLocationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVodSourceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeProgramCommand.d.ts +1 -0
- package/dist-types/commands/DescribeSourceLocationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVodSourceCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +1 -0
- package/dist-types/commands/GetChannelScheduleCommand.d.ts +1 -0
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +1 -0
- package/dist-types/commands/ListAlertsCommand.d.ts +1 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +1 -0
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +1 -0
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +1 -0
- package/dist-types/commands/ListSourceLocationsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/ListVodSourcesCommand.d.ts +1 -0
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +1 -0
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/StartChannelCommand.d.ts +1 -0
- package/dist-types/commands/StopChannelCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateProgramCommand.d.ts +1 -0
- package/dist-types/commands/UpdateSourceLocationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVodSourceCommand.d.ts +1 -0
- package/package.json +29 -29
|
@@ -29,6 +29,7 @@ export interface ConfigureLogsForChannelCommandOutput extends ConfigureLogsForCh
|
|
|
29
29
|
* @see {@link ConfigureLogsForChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ConfigureLogsForChannelCommand extends $Command<ConfigureLogsForChannelCommandInput, ConfigureLogsForChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: ConfigureLogsForChannelCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends Conf
|
|
|
29
29
|
* @see {@link ConfigureLogsForPlaybackConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ConfigureLogsForPlaybackConfigurationCommand extends $Command<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: ConfigureLogsForPlaybackConfigurationCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
|
|
|
29
29
|
* @see {@link CreateChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: CreateChannelCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse,
|
|
|
29
29
|
* @see {@link CreateLiveSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class CreateLiveSourceCommand extends $Command<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: CreateLiveSourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchSched
|
|
|
29
29
|
* @see {@link CreatePrefetchScheduleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class CreatePrefetchScheduleCommand extends $Command<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: CreatePrefetchScheduleCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface CreateProgramCommandOutput extends CreateProgramResponse, __Met
|
|
|
29
29
|
* @see {@link CreateProgramCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class CreateProgramCommand extends $Command<CreateProgramCommandInput, CreateProgramCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: CreateProgramCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface CreateSourceLocationCommandOutput extends CreateSourceLocationR
|
|
|
29
29
|
* @see {@link CreateSourceLocationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class CreateSourceLocationCommand extends $Command<CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: CreateSourceLocationCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, _
|
|
|
29
29
|
* @see {@link CreateVodSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class CreateVodSourceCommand extends $Command<CreateVodSourceCommandInput, CreateVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: CreateVodSourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteChannelCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyRes
|
|
|
29
29
|
* @see {@link DeleteChannelPolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteChannelPolicyCommand extends $Command<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteChannelPolicyCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse,
|
|
|
29
29
|
* @see {@link DeleteLiveSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteLiveSourceCommand extends $Command<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteLiveSourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DeletePlaybackConfigurationCommandOutput extends DeletePlayback
|
|
|
29
29
|
* @see {@link DeletePlaybackConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeletePlaybackConfigurationCommand extends $Command<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DeletePlaybackConfigurationCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchSched
|
|
|
29
29
|
* @see {@link DeletePrefetchScheduleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeletePrefetchScheduleCommand extends $Command<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DeletePrefetchScheduleCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteProgramCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteProgramCommand extends $Command<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteProgramCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationR
|
|
|
29
29
|
* @see {@link DeleteSourceLocationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteSourceLocationCommand extends $Command<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteSourceLocationCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, _
|
|
|
29
29
|
* @see {@link DeleteVodSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteVodSourceCommand extends $Command<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteVodSourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
|
|
|
29
29
|
* @see {@link DescribeChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeChannelCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceRespo
|
|
|
29
29
|
* @see {@link DescribeLiveSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DescribeLiveSourceCommand extends $Command<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeLiveSourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeProgramCommandOutput extends DescribeProgramResponse, _
|
|
|
29
29
|
* @see {@link DescribeProgramCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DescribeProgramCommand extends $Command<DescribeProgramCommandInput, DescribeProgramCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeProgramCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocat
|
|
|
29
29
|
* @see {@link DescribeSourceLocationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DescribeSourceLocationCommand extends $Command<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeSourceLocationCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface DescribeVodSourceCommandOutput extends DescribeVodSourceRespons
|
|
|
29
29
|
* @see {@link DescribeVodSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class DescribeVodSourceCommand extends $Command<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: DescribeVodSourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse,
|
|
|
29
29
|
* @see {@link GetChannelPolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class GetChannelPolicyCommand extends $Command<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: GetChannelPolicyCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface GetChannelScheduleCommandOutput extends GetChannelScheduleRespo
|
|
|
29
29
|
* @see {@link GetChannelScheduleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class GetChannelScheduleCommand extends $Command<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: GetChannelScheduleCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfig
|
|
|
29
29
|
* @see {@link GetPlaybackConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class GetPlaybackConfigurationCommand extends $Command<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: GetPlaybackConfigurationCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleRes
|
|
|
29
29
|
* @see {@link GetPrefetchScheduleCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class GetPrefetchScheduleCommand extends $Command<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: GetPrefetchScheduleCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataB
|
|
|
29
29
|
* @see {@link ListAlertsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListAlertsCommand extends $Command<ListAlertsCommandInput, ListAlertsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: ListAlertsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
29
29
|
* @see {@link ListChannelsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: ListChannelsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, _
|
|
|
29
29
|
* @see {@link ListLiveSourcesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListLiveSourcesCommand extends $Command<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: ListLiveSourcesCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackCon
|
|
|
29
29
|
* @see {@link ListPlaybackConfigurationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListPlaybackConfigurationsCommand extends $Command<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: ListPlaybackConfigurationsCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedule
|
|
|
29
29
|
* @see {@link ListPrefetchSchedulesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListPrefetchSchedulesCommand extends $Command<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: ListPrefetchSchedulesCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListSourceLocationsCommandOutput extends ListSourceLocationsRes
|
|
|
29
29
|
* @see {@link ListSourceLocationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListSourceLocationsCommand extends $Command<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: ListSourceLocationsCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>A request contains unexpected data.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
38
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __M
|
|
|
29
29
|
* @see {@link ListVodSourcesCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListVodSourcesCommand extends $Command<ListVodSourcesCommandInput, ListVodSourcesCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: ListVodSourcesCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse,
|
|
|
29
29
|
* @see {@link PutChannelPolicyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class PutChannelPolicyCommand extends $Command<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: PutChannelPolicyCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfig
|
|
|
29
29
|
* @see {@link PutPlaybackConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class PutPlaybackConfigurationCommand extends $Command<PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: PutPlaybackConfigurationCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
29
29
|
* @see {@link StartChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class StartChannelCommand extends $Command<StartChannelCommandInput, StartChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: StartChannelCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
29
29
|
* @see {@link StopChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: StopChannelCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>A request contains unexpected data.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
38
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>A request contains unexpected data.</p>
|
|
34
|
+
*
|
|
35
|
+
*
|
|
32
36
|
*/
|
|
33
37
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
38
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateChannelCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: UpdateChannelCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse,
|
|
|
29
29
|
* @see {@link UpdateLiveSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class UpdateLiveSourceCommand extends $Command<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: UpdateLiveSourceCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __Met
|
|
|
29
29
|
* @see {@link UpdateProgramCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class UpdateProgramCommand extends $Command<UpdateProgramCommandInput, UpdateProgramCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: UpdateProgramCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationR
|
|
|
29
29
|
* @see {@link UpdateSourceLocationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class UpdateSourceLocationCommand extends $Command<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: UpdateSourceLocationCommandInput;
|
|
@@ -29,6 +29,7 @@ export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, _
|
|
|
29
29
|
* @see {@link UpdateVodSourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link MediaTailorClientResolvedConfig | config} for MediaTailorClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
*
|
|
32
33
|
*/
|
|
33
34
|
export declare class UpdateVodSourceCommand extends $Command<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
34
35
|
readonly input: UpdateVodSourceCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediatailor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|