@aws-sdk/client-mediatailor 3.169.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/MediaTailor.d.ts +766 -215
  3. package/dist-types/ts3.4/MediaTailorClient.d.ts +381 -115
  4. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +8 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1569 -1464
  52. package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  67. package/package.json +34 -34
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "../commands/GetChannelScheduleCommand";
3
- import { MediaTailorPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateGetChannelSchedule(config: MediaTailorPaginationConfiguration, input: GetChannelScheduleCommandInput, ...additionalArguments: any): Paginator<GetChannelScheduleCommandOutput>;
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 extends PaginationConfiguration {
5
- client: MediaTailor | MediaTailorClient;
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 { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
3
- import { MediaTailorPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAlerts(config: MediaTailorPaginationConfiguration, input: ListAlertsCommandInput, ...additionalArguments: any): Paginator<ListAlertsCommandOutput>;
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 { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
3
- import { MediaTailorPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListChannels(config: MediaTailorPaginationConfiguration, input: ListChannelsCommandInput, ...additionalArguments: any): Paginator<ListChannelsCommandOutput>;
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 { ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput } from "../commands/ListLiveSourcesCommand";
3
- import { MediaTailorPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListLiveSources(config: MediaTailorPaginationConfiguration, input: ListLiveSourcesCommandInput, ...additionalArguments: any): Paginator<ListLiveSourcesCommandOutput>;
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 { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "../commands/ListPlaybackConfigurationsCommand";
3
- import { MediaTailorPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListPlaybackConfigurations(config: MediaTailorPaginationConfiguration, input: ListPlaybackConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListPlaybackConfigurationsCommandOutput>;
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 { ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput } from "../commands/ListPrefetchSchedulesCommand";
3
- import { MediaTailorPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListPrefetchSchedules(config: MediaTailorPaginationConfiguration, input: ListPrefetchSchedulesCommandInput, ...additionalArguments: any): Paginator<ListPrefetchSchedulesCommandOutput>;
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 { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "../commands/ListSourceLocationsCommand";
3
- import { MediaTailorPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListSourceLocations(config: MediaTailorPaginationConfiguration, input: ListSourceLocationsCommandInput, ...additionalArguments: any): Paginator<ListSourceLocationsCommandOutput>;
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 { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "../commands/ListVodSourcesCommand";
3
- import { MediaTailorPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListVodSources(config: MediaTailorPaginationConfiguration, input: ListVodSourcesCommandInput, ...additionalArguments: any): Paginator<ListVodSourcesCommandOutput>;
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";