@aws-sdk/client-mediatailor 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/MediaTailor.d.ts +766 -215
- package/dist-types/ts3.4/MediaTailorClient.d.ts +381 -115
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +42 -42
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1569 -1464
- package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetChannelScheduleCommandInput,
|
|
4
|
+
GetChannelScheduleCommandOutput,
|
|
5
|
+
} from "../commands/GetChannelScheduleCommand";
|
|
6
|
+
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetChannelSchedule(
|
|
8
|
+
config: MediaTailorPaginationConfiguration,
|
|
9
|
+
input: GetChannelScheduleCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetChannelScheduleCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { MediaTailor } from "../MediaTailor";
|
|
3
|
-
import { MediaTailorClient } from "../MediaTailorClient";
|
|
4
|
-
export interface MediaTailorPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { MediaTailor } from "../MediaTailor";
|
|
3
|
+
import { MediaTailorClient } from "../MediaTailorClient";
|
|
4
|
+
export interface MediaTailorPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: MediaTailor | MediaTailorClient;
|
|
7
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAlertsCommandInput,
|
|
4
|
+
ListAlertsCommandOutput,
|
|
5
|
+
} from "../commands/ListAlertsCommand";
|
|
6
|
+
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAlerts(
|
|
8
|
+
config: MediaTailorPaginationConfiguration,
|
|
9
|
+
input: ListAlertsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAlertsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListChannelsCommandInput,
|
|
4
|
+
ListChannelsCommandOutput,
|
|
5
|
+
} from "../commands/ListChannelsCommand";
|
|
6
|
+
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListChannels(
|
|
8
|
+
config: MediaTailorPaginationConfiguration,
|
|
9
|
+
input: ListChannelsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListChannelsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListLiveSourcesCommandInput,
|
|
4
|
+
ListLiveSourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListLiveSourcesCommand";
|
|
6
|
+
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListLiveSources(
|
|
8
|
+
config: MediaTailorPaginationConfiguration,
|
|
9
|
+
input: ListLiveSourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListLiveSourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPlaybackConfigurationsCommandInput,
|
|
4
|
+
ListPlaybackConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListPlaybackConfigurationsCommand";
|
|
6
|
+
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPlaybackConfigurations(
|
|
8
|
+
config: MediaTailorPaginationConfiguration,
|
|
9
|
+
input: ListPlaybackConfigurationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPlaybackConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListPrefetchSchedulesCommandInput,
|
|
4
|
+
ListPrefetchSchedulesCommandOutput,
|
|
5
|
+
} from "../commands/ListPrefetchSchedulesCommand";
|
|
6
|
+
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListPrefetchSchedules(
|
|
8
|
+
config: MediaTailorPaginationConfiguration,
|
|
9
|
+
input: ListPrefetchSchedulesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListPrefetchSchedulesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSourceLocationsCommandInput,
|
|
4
|
+
ListSourceLocationsCommandOutput,
|
|
5
|
+
} from "../commands/ListSourceLocationsCommand";
|
|
6
|
+
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSourceLocations(
|
|
8
|
+
config: MediaTailorPaginationConfiguration,
|
|
9
|
+
input: ListSourceLocationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSourceLocationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListVodSourcesCommandInput,
|
|
4
|
+
ListVodSourcesCommandOutput,
|
|
5
|
+
} from "../commands/ListVodSourcesCommand";
|
|
6
|
+
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListVodSources(
|
|
8
|
+
config: MediaTailorPaginationConfiguration,
|
|
9
|
+
input: ListVodSourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListVodSourcesCommandOutput>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from "./GetChannelSchedulePaginator";
|
|
2
|
-
export * from "./Interfaces";
|
|
3
|
-
export * from "./ListAlertsPaginator";
|
|
4
|
-
export * from "./ListChannelsPaginator";
|
|
5
|
-
export * from "./ListLiveSourcesPaginator";
|
|
6
|
-
export * from "./ListPlaybackConfigurationsPaginator";
|
|
7
|
-
export * from "./ListPrefetchSchedulesPaginator";
|
|
8
|
-
export * from "./ListSourceLocationsPaginator";
|
|
9
|
-
export * from "./ListVodSourcesPaginator";
|
|
1
|
+
export * from "./GetChannelSchedulePaginator";
|
|
2
|
+
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListAlertsPaginator";
|
|
4
|
+
export * from "./ListChannelsPaginator";
|
|
5
|
+
export * from "./ListLiveSourcesPaginator";
|
|
6
|
+
export * from "./ListPlaybackConfigurationsPaginator";
|
|
7
|
+
export * from "./ListPrefetchSchedulesPaginator";
|
|
8
|
+
export * from "./ListSourceLocationsPaginator";
|
|
9
|
+
export * from "./ListVodSourcesPaginator";
|