@aws-sdk/client-mediatailor 3.49.0 → 3.50.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 (60) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +25 -25
  3. package/dist-types/ts3.4/MediaTailor.d.ts +0 -190
  4. package/dist-types/ts3.4/MediaTailorClient.d.ts +0 -110
  5. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +0 -17
  6. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -17
  7. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +0 -17
  8. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +0 -17
  9. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +0 -17
  10. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +0 -17
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +0 -17
  13. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +0 -17
  14. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +0 -17
  15. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +0 -17
  16. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +0 -17
  17. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +0 -17
  18. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -17
  19. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +0 -17
  20. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +0 -17
  21. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +0 -17
  22. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +0 -17
  23. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +0 -17
  24. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +0 -17
  25. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +0 -17
  26. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +0 -17
  27. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -17
  28. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +0 -17
  29. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +0 -17
  30. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +0 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
  32. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +0 -17
  33. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +0 -17
  34. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +0 -17
  35. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +0 -17
  36. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +0 -17
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
  39. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -17
  40. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +0 -17
  41. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +0 -17
  42. package/dist-types/ts3.4/commands/index.d.ts +0 -37
  43. package/dist-types/ts3.4/endpoints.d.ts +0 -2
  44. package/dist-types/ts3.4/index.d.ts +0 -5
  45. package/dist-types/ts3.4/models/index.d.ts +0 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +0 -1571
  47. package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +0 -4
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
  49. package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +0 -4
  50. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -4
  51. package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +0 -4
  52. package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +0 -4
  53. package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +0 -4
  54. package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +0 -4
  55. package/dist-types/ts3.4/pagination/index.d.ts +0 -8
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -113
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.50.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.49.0...v3.50.0) (2022-02-08)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-mediatailor
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-mediatailor
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.49.0",
4
+ "version": "3.50.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",
@@ -18,34 +18,34 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.49.0",
22
- "@aws-sdk/config-resolver": "3.49.0",
23
- "@aws-sdk/credential-provider-node": "3.49.0",
24
- "@aws-sdk/fetch-http-handler": "3.49.0",
25
- "@aws-sdk/hash-node": "3.49.0",
26
- "@aws-sdk/invalid-dependency": "3.49.0",
27
- "@aws-sdk/middleware-content-length": "3.49.0",
28
- "@aws-sdk/middleware-host-header": "3.49.0",
29
- "@aws-sdk/middleware-logger": "3.49.0",
30
- "@aws-sdk/middleware-retry": "3.49.0",
31
- "@aws-sdk/middleware-serde": "3.49.0",
32
- "@aws-sdk/middleware-signing": "3.49.0",
33
- "@aws-sdk/middleware-stack": "3.49.0",
34
- "@aws-sdk/middleware-user-agent": "3.49.0",
35
- "@aws-sdk/node-config-provider": "3.49.0",
36
- "@aws-sdk/node-http-handler": "3.49.0",
37
- "@aws-sdk/protocol-http": "3.49.0",
38
- "@aws-sdk/smithy-client": "3.49.0",
39
- "@aws-sdk/types": "3.49.0",
40
- "@aws-sdk/url-parser": "3.49.0",
21
+ "@aws-sdk/client-sts": "3.50.0",
22
+ "@aws-sdk/config-resolver": "3.50.0",
23
+ "@aws-sdk/credential-provider-node": "3.50.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.50.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.50.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
41
  "@aws-sdk/util-base64-browser": "3.49.0",
42
42
  "@aws-sdk/util-base64-node": "3.49.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.49.0",
44
44
  "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.49.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.49.0",
47
- "@aws-sdk/util-user-agent-browser": "3.49.0",
48
- "@aws-sdk/util-user-agent-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.50.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.49.0",
50
50
  "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0"
@@ -1,190 +0,0 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
3
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
4
- import { CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput } from "./commands/CreatePrefetchScheduleCommand";
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 { DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput } from "./commands/DeletePrefetchScheduleCommand";
12
- import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "./commands/DeleteProgramCommand";
13
- import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "./commands/DeleteSourceLocationCommand";
14
- import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "./commands/DeleteVodSourceCommand";
15
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
16
- import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "./commands/DescribeProgramCommand";
17
- import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "./commands/DescribeSourceLocationCommand";
18
- import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "./commands/DescribeVodSourceCommand";
19
- import { GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput } from "./commands/GetChannelPolicyCommand";
20
- import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "./commands/GetChannelScheduleCommand";
21
- import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput } from "./commands/GetPlaybackConfigurationCommand";
22
- import { GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput } from "./commands/GetPrefetchScheduleCommand";
23
- import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
24
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
25
- import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "./commands/ListPlaybackConfigurationsCommand";
26
- import { ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput } from "./commands/ListPrefetchSchedulesCommand";
27
- import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "./commands/ListSourceLocationsCommand";
28
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
29
- import { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "./commands/ListVodSourcesCommand";
30
- import { PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput } from "./commands/PutChannelPolicyCommand";
31
- import { PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput } from "./commands/PutPlaybackConfigurationCommand";
32
- import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
33
- import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
35
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
36
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
37
- import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
38
- import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
39
- import { MediaTailorClient } from "./MediaTailorClient";
40
-
41
- export declare class MediaTailor extends MediaTailorClient {
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;
46
-
47
- createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
48
- createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
49
- createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
50
-
51
- createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<CreatePrefetchScheduleCommandOutput>;
52
- createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void): void;
53
- createPrefetchSchedule(args: CreatePrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreatePrefetchScheduleCommandOutput) => void): void;
54
-
55
- createProgram(args: CreateProgramCommandInput, options?: __HttpHandlerOptions): Promise<CreateProgramCommandOutput>;
56
- createProgram(args: CreateProgramCommandInput, cb: (err: any, data?: CreateProgramCommandOutput) => void): void;
57
- createProgram(args: CreateProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProgramCommandOutput) => void): void;
58
-
59
- createSourceLocation(args: CreateSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<CreateSourceLocationCommandOutput>;
60
- createSourceLocation(args: CreateSourceLocationCommandInput, cb: (err: any, data?: CreateSourceLocationCommandOutput) => void): void;
61
- createSourceLocation(args: CreateSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSourceLocationCommandOutput) => void): void;
62
-
63
- createVodSource(args: CreateVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<CreateVodSourceCommandOutput>;
64
- createVodSource(args: CreateVodSourceCommandInput, cb: (err: any, data?: CreateVodSourceCommandOutput) => void): void;
65
- createVodSource(args: CreateVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVodSourceCommandOutput) => void): void;
66
-
67
- deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
68
- deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
69
- deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
70
-
71
- deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelPolicyCommandOutput>;
72
- deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void): void;
73
- deleteChannelPolicy(args: DeleteChannelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelPolicyCommandOutput) => void): void;
74
-
75
- deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeletePlaybackConfigurationCommandOutput>;
76
- deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void): void;
77
- deletePlaybackConfiguration(args: DeletePlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePlaybackConfigurationCommandOutput) => void): void;
78
-
79
- deletePrefetchSchedule(args: DeletePrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<DeletePrefetchScheduleCommandOutput>;
80
- deletePrefetchSchedule(args: DeletePrefetchScheduleCommandInput, cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void): void;
81
- deletePrefetchSchedule(args: DeletePrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePrefetchScheduleCommandOutput) => void): void;
82
-
83
- deleteProgram(args: DeleteProgramCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProgramCommandOutput>;
84
- deleteProgram(args: DeleteProgramCommandInput, cb: (err: any, data?: DeleteProgramCommandOutput) => void): void;
85
- deleteProgram(args: DeleteProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProgramCommandOutput) => void): void;
86
-
87
- deleteSourceLocation(args: DeleteSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteSourceLocationCommandOutput>;
88
- deleteSourceLocation(args: DeleteSourceLocationCommandInput, cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void): void;
89
- deleteSourceLocation(args: DeleteSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSourceLocationCommandOutput) => void): void;
90
-
91
- deleteVodSource(args: DeleteVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVodSourceCommandOutput>;
92
- deleteVodSource(args: DeleteVodSourceCommandInput, cb: (err: any, data?: DeleteVodSourceCommandOutput) => void): void;
93
- deleteVodSource(args: DeleteVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVodSourceCommandOutput) => void): void;
94
-
95
- describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
96
- describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
97
- describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
98
-
99
- describeProgram(args: DescribeProgramCommandInput, options?: __HttpHandlerOptions): Promise<DescribeProgramCommandOutput>;
100
- describeProgram(args: DescribeProgramCommandInput, cb: (err: any, data?: DescribeProgramCommandOutput) => void): void;
101
- describeProgram(args: DescribeProgramCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeProgramCommandOutput) => void): void;
102
-
103
- describeSourceLocation(args: DescribeSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeSourceLocationCommandOutput>;
104
- describeSourceLocation(args: DescribeSourceLocationCommandInput, cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void): void;
105
- describeSourceLocation(args: DescribeSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSourceLocationCommandOutput) => void): void;
106
-
107
- describeVodSource(args: DescribeVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<DescribeVodSourceCommandOutput>;
108
- describeVodSource(args: DescribeVodSourceCommandInput, cb: (err: any, data?: DescribeVodSourceCommandOutput) => void): void;
109
- describeVodSource(args: DescribeVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeVodSourceCommandOutput) => void): void;
110
-
111
- getChannelPolicy(args: GetChannelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelPolicyCommandOutput>;
112
- getChannelPolicy(args: GetChannelPolicyCommandInput, cb: (err: any, data?: GetChannelPolicyCommandOutput) => void): void;
113
- getChannelPolicy(args: GetChannelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelPolicyCommandOutput) => void): void;
114
-
115
- getChannelSchedule(args: GetChannelScheduleCommandInput, options?: __HttpHandlerOptions): Promise<GetChannelScheduleCommandOutput>;
116
- getChannelSchedule(args: GetChannelScheduleCommandInput, cb: (err: any, data?: GetChannelScheduleCommandOutput) => void): void;
117
- getChannelSchedule(args: GetChannelScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetChannelScheduleCommandOutput) => void): void;
118
-
119
- getPlaybackConfiguration(args: GetPlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetPlaybackConfigurationCommandOutput>;
120
- getPlaybackConfiguration(args: GetPlaybackConfigurationCommandInput, cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void): void;
121
- getPlaybackConfiguration(args: GetPlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPlaybackConfigurationCommandOutput) => void): void;
122
-
123
- getPrefetchSchedule(args: GetPrefetchScheduleCommandInput, options?: __HttpHandlerOptions): Promise<GetPrefetchScheduleCommandOutput>;
124
- getPrefetchSchedule(args: GetPrefetchScheduleCommandInput, cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void): void;
125
- getPrefetchSchedule(args: GetPrefetchScheduleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPrefetchScheduleCommandOutput) => void): void;
126
-
127
- listAlerts(args: ListAlertsCommandInput, options?: __HttpHandlerOptions): Promise<ListAlertsCommandOutput>;
128
- listAlerts(args: ListAlertsCommandInput, cb: (err: any, data?: ListAlertsCommandOutput) => void): void;
129
- listAlerts(args: ListAlertsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlertsCommandOutput) => void): void;
130
-
131
- listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
132
- listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
133
- listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
134
-
135
- listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListPlaybackConfigurationsCommandOutput>;
136
- listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void): void;
137
- listPlaybackConfigurations(args: ListPlaybackConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPlaybackConfigurationsCommandOutput) => void): void;
138
-
139
- listPrefetchSchedules(args: ListPrefetchSchedulesCommandInput, options?: __HttpHandlerOptions): Promise<ListPrefetchSchedulesCommandOutput>;
140
- listPrefetchSchedules(args: ListPrefetchSchedulesCommandInput, cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void): void;
141
- listPrefetchSchedules(args: ListPrefetchSchedulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPrefetchSchedulesCommandOutput) => void): void;
142
-
143
- listSourceLocations(args: ListSourceLocationsCommandInput, options?: __HttpHandlerOptions): Promise<ListSourceLocationsCommandOutput>;
144
- listSourceLocations(args: ListSourceLocationsCommandInput, cb: (err: any, data?: ListSourceLocationsCommandOutput) => void): void;
145
- listSourceLocations(args: ListSourceLocationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSourceLocationsCommandOutput) => void): void;
146
-
147
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
148
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
149
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
150
-
151
- listVodSources(args: ListVodSourcesCommandInput, options?: __HttpHandlerOptions): Promise<ListVodSourcesCommandOutput>;
152
- listVodSources(args: ListVodSourcesCommandInput, cb: (err: any, data?: ListVodSourcesCommandOutput) => void): void;
153
- listVodSources(args: ListVodSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVodSourcesCommandOutput) => void): void;
154
-
155
- putChannelPolicy(args: PutChannelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutChannelPolicyCommandOutput>;
156
- putChannelPolicy(args: PutChannelPolicyCommandInput, cb: (err: any, data?: PutChannelPolicyCommandOutput) => void): void;
157
- putChannelPolicy(args: PutChannelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutChannelPolicyCommandOutput) => void): void;
158
-
159
- putPlaybackConfiguration(args: PutPlaybackConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutPlaybackConfigurationCommandOutput>;
160
- putPlaybackConfiguration(args: PutPlaybackConfigurationCommandInput, cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void): void;
161
- putPlaybackConfiguration(args: PutPlaybackConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPlaybackConfigurationCommandOutput) => void): void;
162
-
163
- startChannel(args: StartChannelCommandInput, options?: __HttpHandlerOptions): Promise<StartChannelCommandOutput>;
164
- startChannel(args: StartChannelCommandInput, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
165
- startChannel(args: StartChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartChannelCommandOutput) => void): void;
166
-
167
- stopChannel(args: StopChannelCommandInput, options?: __HttpHandlerOptions): Promise<StopChannelCommandOutput>;
168
- stopChannel(args: StopChannelCommandInput, cb: (err: any, data?: StopChannelCommandOutput) => void): void;
169
- stopChannel(args: StopChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopChannelCommandOutput) => void): void;
170
-
171
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
172
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
173
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
174
-
175
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
176
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
177
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
178
-
179
- updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
180
- updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
181
- updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
182
-
183
- updateSourceLocation(args: UpdateSourceLocationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSourceLocationCommandOutput>;
184
- updateSourceLocation(args: UpdateSourceLocationCommandInput, cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void): void;
185
- updateSourceLocation(args: UpdateSourceLocationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSourceLocationCommandOutput) => void): void;
186
-
187
- updateVodSource(args: UpdateVodSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVodSourceCommandOutput>;
188
- updateVodSource(args: UpdateVodSourceCommandInput, cb: (err: any, data?: UpdateVodSourceCommandOutput) => void): void;
189
- updateVodSource(args: UpdateVodSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVodSourceCommandOutput) => void): void;
190
- }
@@ -1,110 +0,0 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput } from "./commands/ConfigureLogsForPlaybackConfigurationCommand";
10
- import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
11
- import { CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput } from "./commands/CreatePrefetchScheduleCommand";
12
- import { CreateProgramCommandInput, CreateProgramCommandOutput } from "./commands/CreateProgramCommand";
13
- import { CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput } from "./commands/CreateSourceLocationCommand";
14
- import { CreateVodSourceCommandInput, CreateVodSourceCommandOutput } from "./commands/CreateVodSourceCommand";
15
- import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
16
- import { DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput } from "./commands/DeleteChannelPolicyCommand";
17
- import { DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput } from "./commands/DeletePlaybackConfigurationCommand";
18
- import { DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput } from "./commands/DeletePrefetchScheduleCommand";
19
- import { DeleteProgramCommandInput, DeleteProgramCommandOutput } from "./commands/DeleteProgramCommand";
20
- import { DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput } from "./commands/DeleteSourceLocationCommand";
21
- import { DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput } from "./commands/DeleteVodSourceCommand";
22
- import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
23
- import { DescribeProgramCommandInput, DescribeProgramCommandOutput } from "./commands/DescribeProgramCommand";
24
- import { DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput } from "./commands/DescribeSourceLocationCommand";
25
- import { DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput } from "./commands/DescribeVodSourceCommand";
26
- import { GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput } from "./commands/GetChannelPolicyCommand";
27
- import { GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput } from "./commands/GetChannelScheduleCommand";
28
- import { GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput } from "./commands/GetPlaybackConfigurationCommand";
29
- import { GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput } from "./commands/GetPrefetchScheduleCommand";
30
- import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
31
- import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
32
- import { ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput } from "./commands/ListPlaybackConfigurationsCommand";
33
- import { ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput } from "./commands/ListPrefetchSchedulesCommand";
34
- import { ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput } from "./commands/ListSourceLocationsCommand";
35
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
36
- import { ListVodSourcesCommandInput, ListVodSourcesCommandOutput } from "./commands/ListVodSourcesCommand";
37
- import { PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput } from "./commands/PutChannelPolicyCommand";
38
- import { PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput } from "./commands/PutPlaybackConfigurationCommand";
39
- import { StartChannelCommandInput, StartChannelCommandOutput } from "./commands/StartChannelCommand";
40
- import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
41
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
42
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
43
- import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
44
- import { UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput } from "./commands/UpdateSourceLocationCommand";
45
- import { UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput } from "./commands/UpdateVodSourceCommand";
46
- export declare type ServiceInputTypes = ConfigureLogsForPlaybackConfigurationCommandInput | CreateChannelCommandInput | CreatePrefetchScheduleCommandInput | CreateProgramCommandInput | CreateSourceLocationCommandInput | CreateVodSourceCommandInput | DeleteChannelCommandInput | DeleteChannelPolicyCommandInput | DeletePlaybackConfigurationCommandInput | DeletePrefetchScheduleCommandInput | DeleteProgramCommandInput | DeleteSourceLocationCommandInput | DeleteVodSourceCommandInput | DescribeChannelCommandInput | DescribeProgramCommandInput | DescribeSourceLocationCommandInput | DescribeVodSourceCommandInput | GetChannelPolicyCommandInput | GetChannelScheduleCommandInput | GetPlaybackConfigurationCommandInput | GetPrefetchScheduleCommandInput | ListAlertsCommandInput | ListChannelsCommandInput | ListPlaybackConfigurationsCommandInput | ListPrefetchSchedulesCommandInput | ListSourceLocationsCommandInput | ListTagsForResourceCommandInput | ListVodSourcesCommandInput | PutChannelPolicyCommandInput | PutPlaybackConfigurationCommandInput | StartChannelCommandInput | StopChannelCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateSourceLocationCommandInput | UpdateVodSourceCommandInput;
47
- export declare type ServiceOutputTypes = ConfigureLogsForPlaybackConfigurationCommandOutput | CreateChannelCommandOutput | CreatePrefetchScheduleCommandOutput | CreateProgramCommandOutput | CreateSourceLocationCommandOutput | CreateVodSourceCommandOutput | DeleteChannelCommandOutput | DeleteChannelPolicyCommandOutput | DeletePlaybackConfigurationCommandOutput | DeletePrefetchScheduleCommandOutput | DeleteProgramCommandOutput | DeleteSourceLocationCommandOutput | DeleteVodSourceCommandOutput | DescribeChannelCommandOutput | DescribeProgramCommandOutput | DescribeSourceLocationCommandOutput | DescribeVodSourceCommandOutput | GetChannelPolicyCommandOutput | GetChannelScheduleCommandOutput | GetPlaybackConfigurationCommandOutput | GetPrefetchScheduleCommandOutput | ListAlertsCommandOutput | ListChannelsCommandOutput | ListPlaybackConfigurationsCommandOutput | ListPrefetchSchedulesCommandOutput | ListSourceLocationsCommandOutput | ListTagsForResourceCommandOutput | ListVodSourcesCommandOutput | PutChannelPolicyCommandOutput | PutPlaybackConfigurationCommandOutput | StartChannelCommandOutput | StopChannelCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateSourceLocationCommandOutput | UpdateVodSourceCommandOutput;
48
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
49
-
50
- requestHandler?: __HttpHandler;
51
-
52
- sha256?: __HashConstructor;
53
-
54
- urlParser?: __UrlParser;
55
-
56
- bodyLengthChecker?: (body: any) => number | undefined;
57
-
58
- streamCollector?: __StreamCollector;
59
-
60
- base64Decoder?: __Decoder;
61
-
62
- base64Encoder?: __Encoder;
63
-
64
- utf8Decoder?: __Decoder;
65
-
66
- utf8Encoder?: __Encoder;
67
-
68
- runtime?: string;
69
-
70
- disableHostPrefix?: boolean;
71
-
72
- maxAttempts?: number | __Provider<number>;
73
-
74
- retryMode?: string | __Provider<string>;
75
-
76
- logger?: __Logger;
77
-
78
- useDualstackEndpoint?: boolean | __Provider<boolean>;
79
-
80
- useFipsEndpoint?: boolean | __Provider<boolean>;
81
-
82
- serviceId?: string;
83
-
84
- region?: string | __Provider<string>;
85
-
86
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
87
-
88
- regionInfoProvider?: RegionInfoProvider;
89
-
90
- defaultUserAgentProvider?: Provider<__UserAgent>;
91
-
92
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
93
- }
94
- declare type MediaTailorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
95
-
96
- export interface MediaTailorClientConfig extends MediaTailorClientConfigType {
97
- }
98
- declare type MediaTailorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
99
-
100
- export interface MediaTailorClientResolvedConfig extends MediaTailorClientResolvedConfigType {
101
- }
102
-
103
- export declare class MediaTailorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaTailorClientResolvedConfig> {
104
-
105
- readonly config: MediaTailorClientResolvedConfig;
106
- constructor(configuration: MediaTailorClientConfig);
107
-
108
- destroy(): void;
109
- }
110
- export {};
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { ConfigureLogsForPlaybackConfigurationRequest, ConfigureLogsForPlaybackConfigurationResponse } from "../models/models_0";
5
- export interface ConfigureLogsForPlaybackConfigurationCommandInput extends ConfigureLogsForPlaybackConfigurationRequest {
6
- }
7
- export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends ConfigureLogsForPlaybackConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ConfigureLogsForPlaybackConfigurationCommand extends $Command<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: ConfigureLogsForPlaybackConfigurationCommandInput;
12
- constructor(input: ConfigureLogsForPlaybackConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
5
- export interface CreateChannelCommandInput extends CreateChannelRequest {
6
- }
7
- export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreateChannelCommandInput;
12
- constructor(input: CreateChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } from "../models/models_0";
5
- export interface CreatePrefetchScheduleCommandInput extends CreatePrefetchScheduleRequest {
6
- }
7
- export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchScheduleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePrefetchScheduleCommand extends $Command<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreatePrefetchScheduleCommandInput;
12
- constructor(input: CreatePrefetchScheduleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { CreateProgramRequest, CreateProgramResponse } from "../models/models_0";
5
- export interface CreateProgramCommandInput extends CreateProgramRequest {
6
- }
7
- export interface CreateProgramCommandOutput extends CreateProgramResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateProgramCommand extends $Command<CreateProgramCommandInput, CreateProgramCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreateProgramCommandInput;
12
- constructor(input: CreateProgramCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProgramCommandInput, CreateProgramCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { CreateSourceLocationRequest, CreateSourceLocationResponse } from "../models/models_0";
5
- export interface CreateSourceLocationCommandInput extends CreateSourceLocationRequest {
6
- }
7
- export interface CreateSourceLocationCommandOutput extends CreateSourceLocationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateSourceLocationCommand extends $Command<CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreateSourceLocationCommandInput;
12
- constructor(input: CreateSourceLocationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSourceLocationCommandInput, CreateSourceLocationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { CreateVodSourceRequest, CreateVodSourceResponse } from "../models/models_0";
5
- export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {
6
- }
7
- export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateVodSourceCommand extends $Command<CreateVodSourceCommandInput, CreateVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: CreateVodSourceCommandInput;
12
- constructor(input: CreateVodSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVodSourceCommandInput, CreateVodSourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
5
- export interface DeleteChannelCommandInput extends DeleteChannelRequest {
6
- }
7
- export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeleteChannelCommandInput;
12
- constructor(input: DeleteChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0";
5
- export interface DeleteChannelPolicyCommandInput extends DeleteChannelPolicyRequest {
6
- }
7
- export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteChannelPolicyCommand extends $Command<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeleteChannelPolicyCommandInput;
12
- constructor(input: DeleteChannelPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { DeletePlaybackConfigurationRequest, DeletePlaybackConfigurationResponse } from "../models/models_0";
5
- export interface DeletePlaybackConfigurationCommandInput extends DeletePlaybackConfigurationRequest {
6
- }
7
- export interface DeletePlaybackConfigurationCommandOutput extends DeletePlaybackConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePlaybackConfigurationCommand extends $Command<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeletePlaybackConfigurationCommandInput;
12
- constructor(input: DeletePlaybackConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } from "../models/models_0";
5
- export interface DeletePrefetchScheduleCommandInput extends DeletePrefetchScheduleRequest {
6
- }
7
- export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchScheduleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePrefetchScheduleCommand extends $Command<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeletePrefetchScheduleCommandInput;
12
- constructor(input: DeletePrefetchScheduleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
@@ -1,17 +0,0 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { DeleteProgramRequest, DeleteProgramResponse } from "../models/models_0";
5
- export interface DeleteProgramCommandInput extends DeleteProgramRequest {
6
- }
7
- export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteProgramCommand extends $Command<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: DeleteProgramCommandInput;
12
- constructor(input: DeleteProgramCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProgramCommandInput, DeleteProgramCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }