@aws-sdk/client-mediapackage 3.35.0 → 3.38.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 +48 -0
- package/dist-cjs/MediaPackage.js +0 -4
- package/dist-cjs/MediaPackageClient.js +0 -9
- package/dist-cjs/commands/ConfigureLogsCommand.js +0 -25
- package/dist-cjs/commands/CreateChannelCommand.js +0 -25
- package/dist-cjs/commands/CreateHarvestJobCommand.js +0 -25
- package/dist-cjs/commands/CreateOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/DeleteChannelCommand.js +0 -25
- package/dist-cjs/commands/DeleteOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/DescribeChannelCommand.js +0 -25
- package/dist-cjs/commands/DescribeHarvestJobCommand.js +0 -25
- package/dist-cjs/commands/DescribeOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/ListChannelsCommand.js +0 -25
- package/dist-cjs/commands/ListHarvestJobsCommand.js +0 -25
- package/dist-cjs/commands/ListOriginEndpointsCommand.js +0 -25
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -8
- package/dist-cjs/commands/RotateChannelCredentialsCommand.js +0 -27
- package/dist-cjs/commands/RotateIngestEndpointCredentialsCommand.js +0 -25
- package/dist-cjs/commands/TagResourceCommand.js +0 -8
- package/dist-cjs/commands/UntagResourceCommand.js +0 -8
- package/dist-cjs/commands/UpdateChannelCommand.js +0 -25
- package/dist-cjs/commands/UpdateOriginEndpointCommand.js +0 -25
- package/dist-cjs/commands/index.js +22 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -26
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -196
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js +0 -11
- package/dist-cjs/pagination/ListHarvestJobsPaginator.js +0 -11
- package/dist-cjs/pagination/ListOriginEndpointsPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +3 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/MediaPackage.js +0 -1
- package/dist-es/MediaPackageClient.js +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js +0 -1
- package/dist-es/commands/CreateChannelCommand.js +0 -1
- package/dist-es/commands/CreateHarvestJobCommand.js +0 -1
- package/dist-es/commands/CreateOriginEndpointCommand.js +0 -1
- package/dist-es/commands/DeleteChannelCommand.js +0 -1
- package/dist-es/commands/DeleteOriginEndpointCommand.js +0 -1
- package/dist-es/commands/DescribeChannelCommand.js +0 -1
- package/dist-es/commands/DescribeHarvestJobCommand.js +0 -1
- package/dist-es/commands/DescribeOriginEndpointCommand.js +0 -1
- package/dist-es/commands/ListChannelsCommand.js +0 -1
- package/dist-es/commands/ListHarvestJobsCommand.js +0 -1
- package/dist-es/commands/ListOriginEndpointsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/RotateChannelCredentialsCommand.js +0 -1
- package/dist-es/commands/RotateIngestEndpointCredentialsCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateChannelCommand.js +0 -1
- package/dist-es/commands/UpdateOriginEndpointCommand.js +0 -1
- package/dist-es/commands/index.js +19 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -26
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListChannelsPaginator.js +0 -1
- package/dist-es/pagination/ListHarvestJobsPaginator.js +0 -1
- package/dist-es/pagination/ListOriginEndpointsPaginator.js +0 -1
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +4 -3
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +19 -0
- package/dist-types/index.d.ts +4 -25
- package/dist-types/models/models_0.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/MediaPackage.d.ts +17 -53
- package/dist-types/ts3.4/MediaPackageClient.d.ts +24 -89
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +2 -22
- package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -3
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +19 -0
- package/dist-types/ts3.4/index.d.ts +4 -25
- package/dist-types/ts3.4/models/models_0.d.ts +396 -1325
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/MediaPackage.js.map +0 -1
- package/dist-cjs/MediaPackageClient.js.map +0 -1
- package/dist-cjs/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist-cjs/commands/CreateHarvestJobCommand.js.map +0 -1
- package/dist-cjs/commands/CreateOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeChannelCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeHarvestJobCommand.js.map +0 -1
- package/dist-cjs/commands/DescribeOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist-cjs/commands/ListHarvestJobsCommand.js.map +0 -1
- package/dist-cjs/commands/ListOriginEndpointsCommand.js.map +0 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-cjs/commands/RotateChannelCredentialsCommand.js.map +0 -1
- package/dist-cjs/commands/RotateIngestEndpointCredentialsCommand.js.map +0 -1
- package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateOriginEndpointCommand.js.map +0 -1
- package/dist-cjs/endpoints.js.map +0 -1
- package/dist-cjs/index.js.map +0 -1
- package/dist-cjs/models/index.js.map +0 -1
- package/dist-cjs/models/models_0.js.map +0 -1
- package/dist-cjs/pagination/Interfaces.js.map +0 -1
- package/dist-cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListHarvestJobsPaginator.js.map +0 -1
- package/dist-cjs/pagination/ListOriginEndpointsPaginator.js.map +0 -1
- package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist-cjs/runtimeConfig.browser.js.map +0 -1
- package/dist-cjs/runtimeConfig.js.map +0 -1
- package/dist-cjs/runtimeConfig.native.js.map +0 -1
- package/dist-cjs/runtimeConfig.shared.js.map +0 -1
- package/dist-es/MediaPackage.js.map +0 -1
- package/dist-es/MediaPackageClient.js.map +0 -1
- package/dist-es/commands/ConfigureLogsCommand.js.map +0 -1
- package/dist-es/commands/CreateChannelCommand.js.map +0 -1
- package/dist-es/commands/CreateHarvestJobCommand.js.map +0 -1
- package/dist-es/commands/CreateOriginEndpointCommand.js.map +0 -1
- package/dist-es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist-es/commands/DeleteOriginEndpointCommand.js.map +0 -1
- package/dist-es/commands/DescribeChannelCommand.js.map +0 -1
- package/dist-es/commands/DescribeHarvestJobCommand.js.map +0 -1
- package/dist-es/commands/DescribeOriginEndpointCommand.js.map +0 -1
- package/dist-es/commands/ListChannelsCommand.js.map +0 -1
- package/dist-es/commands/ListHarvestJobsCommand.js.map +0 -1
- package/dist-es/commands/ListOriginEndpointsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/RotateChannelCredentialsCommand.js.map +0 -1
- package/dist-es/commands/RotateIngestEndpointCredentialsCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/UntagResourceCommand.js.map +0 -1
- package/dist-es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist-es/commands/UpdateOriginEndpointCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/Interfaces.js.map +0 -1
- package/dist-es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist-es/pagination/ListHarvestJobsPaginator.js.map +0 -1
- package/dist-es/pagination/ListOriginEndpointsPaginator.js.map +0 -1
- package/dist-es/protocols/Aws_restJson1.js.map +0 -1
- package/dist-es/runtimeConfig.browser.js.map +0 -1
- package/dist-es/runtimeConfig.js.map +0 -1
- package/dist-es/runtimeConfig.native.js.map +0 -1
- package/dist-es/runtimeConfig.shared.js.map +0 -1
- package/jest.config.js +0 -4
- package/src/MediaPackage.ts +0 -691
- package/src/MediaPackageClient.ts +0 -317
- package/src/commands/ConfigureLogsCommand.ts +0 -95
- package/src/commands/CreateChannelCommand.ts +0 -95
- package/src/commands/CreateHarvestJobCommand.ts +0 -95
- package/src/commands/CreateOriginEndpointCommand.ts +0 -95
- package/src/commands/DeleteChannelCommand.ts +0 -95
- package/src/commands/DeleteOriginEndpointCommand.ts +0 -95
- package/src/commands/DescribeChannelCommand.ts +0 -95
- package/src/commands/DescribeHarvestJobCommand.ts +0 -95
- package/src/commands/DescribeOriginEndpointCommand.ts +0 -95
- package/src/commands/ListChannelsCommand.ts +0 -95
- package/src/commands/ListHarvestJobsCommand.ts +0 -95
- package/src/commands/ListOriginEndpointsCommand.ts +0 -95
- package/src/commands/ListTagsForResourceCommand.ts +0 -78
- package/src/commands/RotateChannelCredentialsCommand.ts +0 -97
- package/src/commands/RotateIngestEndpointCredentialsCommand.ts +0 -103
- package/src/commands/TagResourceCommand.ts +0 -78
- package/src/commands/UntagResourceCommand.ts +0 -78
- package/src/commands/UpdateChannelCommand.ts +0 -95
- package/src/commands/UpdateOriginEndpointCommand.ts +0 -95
- package/src/endpoints.ts +0 -57
- package/src/index.ts +0 -26
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -2553
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListChannelsPaginator.ts +0 -59
- package/src/pagination/ListHarvestJobsPaginator.ts +0 -59
- package/src/pagination/ListOriginEndpointsPaginator.ts +0 -59
- package/src/protocols/Aws_restJson1.ts +0 -3669
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -19,96 +19,64 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
19
19
|
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
20
20
|
import { UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput } from "./commands/UpdateOriginEndpointCommand";
|
|
21
21
|
import { MediaPackageClient } from "./MediaPackageClient";
|
|
22
|
-
|
|
23
|
-
* AWS Elemental MediaPackage
|
|
24
|
-
*/
|
|
22
|
+
|
|
25
23
|
export declare class MediaPackage extends MediaPackageClient {
|
|
26
|
-
|
|
27
|
-
* Changes the Channel's properities to configure log subscription
|
|
28
|
-
*/
|
|
24
|
+
|
|
29
25
|
configureLogs(args: ConfigureLogsCommandInput, options?: __HttpHandlerOptions): Promise<ConfigureLogsCommandOutput>;
|
|
30
26
|
configureLogs(args: ConfigureLogsCommandInput, cb: (err: any, data?: ConfigureLogsCommandOutput) => void): void;
|
|
31
27
|
configureLogs(args: ConfigureLogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConfigureLogsCommandOutput) => void): void;
|
|
32
|
-
|
|
33
|
-
* Creates a new Channel.
|
|
34
|
-
*/
|
|
28
|
+
|
|
35
29
|
createChannel(args: CreateChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateChannelCommandOutput>;
|
|
36
30
|
createChannel(args: CreateChannelCommandInput, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
|
|
37
31
|
createChannel(args: CreateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateChannelCommandOutput) => void): void;
|
|
38
|
-
|
|
39
|
-
* Creates a new HarvestJob record.
|
|
40
|
-
*/
|
|
32
|
+
|
|
41
33
|
createHarvestJob(args: CreateHarvestJobCommandInput, options?: __HttpHandlerOptions): Promise<CreateHarvestJobCommandOutput>;
|
|
42
34
|
createHarvestJob(args: CreateHarvestJobCommandInput, cb: (err: any, data?: CreateHarvestJobCommandOutput) => void): void;
|
|
43
35
|
createHarvestJob(args: CreateHarvestJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHarvestJobCommandOutput) => void): void;
|
|
44
|
-
|
|
45
|
-
* Creates a new OriginEndpoint record.
|
|
46
|
-
*/
|
|
36
|
+
|
|
47
37
|
createOriginEndpoint(args: CreateOriginEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateOriginEndpointCommandOutput>;
|
|
48
38
|
createOriginEndpoint(args: CreateOriginEndpointCommandInput, cb: (err: any, data?: CreateOriginEndpointCommandOutput) => void): void;
|
|
49
39
|
createOriginEndpoint(args: CreateOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateOriginEndpointCommandOutput) => void): void;
|
|
50
|
-
|
|
51
|
-
* Deletes an existing Channel.
|
|
52
|
-
*/
|
|
40
|
+
|
|
53
41
|
deleteChannel(args: DeleteChannelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteChannelCommandOutput>;
|
|
54
42
|
deleteChannel(args: DeleteChannelCommandInput, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
|
|
55
43
|
deleteChannel(args: DeleteChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteChannelCommandOutput) => void): void;
|
|
56
|
-
|
|
57
|
-
* Deletes an existing OriginEndpoint.
|
|
58
|
-
*/
|
|
44
|
+
|
|
59
45
|
deleteOriginEndpoint(args: DeleteOriginEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteOriginEndpointCommandOutput>;
|
|
60
46
|
deleteOriginEndpoint(args: DeleteOriginEndpointCommandInput, cb: (err: any, data?: DeleteOriginEndpointCommandOutput) => void): void;
|
|
61
47
|
deleteOriginEndpoint(args: DeleteOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteOriginEndpointCommandOutput) => void): void;
|
|
62
|
-
|
|
63
|
-
* Gets details about a Channel.
|
|
64
|
-
*/
|
|
48
|
+
|
|
65
49
|
describeChannel(args: DescribeChannelCommandInput, options?: __HttpHandlerOptions): Promise<DescribeChannelCommandOutput>;
|
|
66
50
|
describeChannel(args: DescribeChannelCommandInput, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
|
|
67
51
|
describeChannel(args: DescribeChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeChannelCommandOutput) => void): void;
|
|
68
|
-
|
|
69
|
-
* Gets details about an existing HarvestJob.
|
|
70
|
-
*/
|
|
52
|
+
|
|
71
53
|
describeHarvestJob(args: DescribeHarvestJobCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHarvestJobCommandOutput>;
|
|
72
54
|
describeHarvestJob(args: DescribeHarvestJobCommandInput, cb: (err: any, data?: DescribeHarvestJobCommandOutput) => void): void;
|
|
73
55
|
describeHarvestJob(args: DescribeHarvestJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHarvestJobCommandOutput) => void): void;
|
|
74
|
-
|
|
75
|
-
* Gets details about an existing OriginEndpoint.
|
|
76
|
-
*/
|
|
56
|
+
|
|
77
57
|
describeOriginEndpoint(args: DescribeOriginEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOriginEndpointCommandOutput>;
|
|
78
58
|
describeOriginEndpoint(args: DescribeOriginEndpointCommandInput, cb: (err: any, data?: DescribeOriginEndpointCommandOutput) => void): void;
|
|
79
59
|
describeOriginEndpoint(args: DescribeOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOriginEndpointCommandOutput) => void): void;
|
|
80
|
-
|
|
81
|
-
* Returns a collection of Channels.
|
|
82
|
-
*/
|
|
60
|
+
|
|
83
61
|
listChannels(args: ListChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListChannelsCommandOutput>;
|
|
84
62
|
listChannels(args: ListChannelsCommandInput, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
|
|
85
63
|
listChannels(args: ListChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListChannelsCommandOutput) => void): void;
|
|
86
|
-
|
|
87
|
-
* Returns a collection of HarvestJob records.
|
|
88
|
-
*/
|
|
64
|
+
|
|
89
65
|
listHarvestJobs(args: ListHarvestJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListHarvestJobsCommandOutput>;
|
|
90
66
|
listHarvestJobs(args: ListHarvestJobsCommandInput, cb: (err: any, data?: ListHarvestJobsCommandOutput) => void): void;
|
|
91
67
|
listHarvestJobs(args: ListHarvestJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHarvestJobsCommandOutput) => void): void;
|
|
92
|
-
|
|
93
|
-
* Returns a collection of OriginEndpoint records.
|
|
94
|
-
*/
|
|
68
|
+
|
|
95
69
|
listOriginEndpoints(args: ListOriginEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<ListOriginEndpointsCommandOutput>;
|
|
96
70
|
listOriginEndpoints(args: ListOriginEndpointsCommandInput, cb: (err: any, data?: ListOriginEndpointsCommandOutput) => void): void;
|
|
97
71
|
listOriginEndpoints(args: ListOriginEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOriginEndpointsCommandOutput) => void): void;
|
|
98
72
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
99
73
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
100
74
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
101
|
-
|
|
102
|
-
* @deprecated
|
|
103
|
-
*
|
|
104
|
-
* Changes the Channel's first IngestEndpoint's username and password. WARNING - This API is deprecated. Please use RotateIngestEndpointCredentials instead
|
|
105
|
-
*/
|
|
75
|
+
|
|
106
76
|
rotateChannelCredentials(args: RotateChannelCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<RotateChannelCredentialsCommandOutput>;
|
|
107
77
|
rotateChannelCredentials(args: RotateChannelCredentialsCommandInput, cb: (err: any, data?: RotateChannelCredentialsCommandOutput) => void): void;
|
|
108
78
|
rotateChannelCredentials(args: RotateChannelCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RotateChannelCredentialsCommandOutput) => void): void;
|
|
109
|
-
|
|
110
|
-
* Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.
|
|
111
|
-
*/
|
|
79
|
+
|
|
112
80
|
rotateIngestEndpointCredentials(args: RotateIngestEndpointCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<RotateIngestEndpointCredentialsCommandOutput>;
|
|
113
81
|
rotateIngestEndpointCredentials(args: RotateIngestEndpointCredentialsCommandInput, cb: (err: any, data?: RotateIngestEndpointCredentialsCommandOutput) => void): void;
|
|
114
82
|
rotateIngestEndpointCredentials(args: RotateIngestEndpointCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RotateIngestEndpointCredentialsCommandOutput) => void): void;
|
|
@@ -118,15 +86,11 @@ export declare class MediaPackage extends MediaPackageClient {
|
|
|
118
86
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
119
87
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
120
88
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
121
|
-
|
|
122
|
-
* Updates an existing Channel.
|
|
123
|
-
*/
|
|
89
|
+
|
|
124
90
|
updateChannel(args: UpdateChannelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateChannelCommandOutput>;
|
|
125
91
|
updateChannel(args: UpdateChannelCommandInput, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
|
|
126
92
|
updateChannel(args: UpdateChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateChannelCommandOutput) => void): void;
|
|
127
|
-
|
|
128
|
-
* Updates an existing OriginEndpoint.
|
|
129
|
-
*/
|
|
93
|
+
|
|
130
94
|
updateOriginEndpoint(args: UpdateOriginEndpointCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOriginEndpointCommandOutput>;
|
|
131
95
|
updateOriginEndpoint(args: UpdateOriginEndpointCommandInput, cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void): void;
|
|
132
96
|
updateOriginEndpoint(args: UpdateOriginEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateOriginEndpointCommandOutput) => void): void;
|
|
@@ -28,124 +28,59 @@ import { UpdateOriginEndpointCommandInput, UpdateOriginEndpointCommandOutput } f
|
|
|
28
28
|
export declare type ServiceInputTypes = ConfigureLogsCommandInput | CreateChannelCommandInput | CreateHarvestJobCommandInput | CreateOriginEndpointCommandInput | DeleteChannelCommandInput | DeleteOriginEndpointCommandInput | DescribeChannelCommandInput | DescribeHarvestJobCommandInput | DescribeOriginEndpointCommandInput | ListChannelsCommandInput | ListHarvestJobsCommandInput | ListOriginEndpointsCommandInput | ListTagsForResourceCommandInput | RotateChannelCredentialsCommandInput | RotateIngestEndpointCredentialsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateChannelCommandInput | UpdateOriginEndpointCommandInput;
|
|
29
29
|
export declare type ServiceOutputTypes = ConfigureLogsCommandOutput | CreateChannelCommandOutput | CreateHarvestJobCommandOutput | CreateOriginEndpointCommandOutput | DeleteChannelCommandOutput | DeleteOriginEndpointCommandOutput | DescribeChannelCommandOutput | DescribeHarvestJobCommandOutput | DescribeOriginEndpointCommandOutput | ListChannelsCommandOutput | ListHarvestJobsCommandOutput | ListOriginEndpointsCommandOutput | ListTagsForResourceCommandOutput | RotateChannelCredentialsCommandOutput | RotateIngestEndpointCredentialsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateChannelCommandOutput | UpdateOriginEndpointCommandOutput;
|
|
30
30
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
31
|
-
|
|
32
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
33
|
-
*/
|
|
31
|
+
|
|
34
32
|
requestHandler?: __HttpHandler;
|
|
35
|
-
|
|
36
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
37
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
33
|
+
|
|
40
34
|
sha256?: __HashConstructor;
|
|
41
|
-
|
|
42
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
35
|
+
|
|
45
36
|
urlParser?: __UrlParser;
|
|
46
|
-
|
|
47
|
-
* A function that can calculate the length of a request body.
|
|
48
|
-
* @internal
|
|
49
|
-
*/
|
|
37
|
+
|
|
50
38
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
51
|
-
|
|
52
|
-
* A function that converts a stream into an array of bytes.
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
39
|
+
|
|
55
40
|
streamCollector?: __StreamCollector;
|
|
56
|
-
|
|
57
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
41
|
+
|
|
60
42
|
base64Decoder?: __Decoder;
|
|
61
|
-
|
|
62
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
43
|
+
|
|
65
44
|
base64Encoder?: __Encoder;
|
|
66
|
-
|
|
67
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
45
|
+
|
|
70
46
|
utf8Decoder?: __Decoder;
|
|
71
|
-
|
|
72
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
47
|
+
|
|
75
48
|
utf8Encoder?: __Encoder;
|
|
76
|
-
|
|
77
|
-
* The runtime environment.
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
49
|
+
|
|
80
50
|
runtime?: string;
|
|
81
|
-
|
|
82
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
83
|
-
* trait of an operation.
|
|
84
|
-
*/
|
|
51
|
+
|
|
85
52
|
disableHostPrefix?: boolean;
|
|
86
|
-
|
|
87
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
88
|
-
*/
|
|
53
|
+
|
|
89
54
|
maxAttempts?: number | __Provider<number>;
|
|
90
|
-
|
|
91
|
-
* Specifies which retry algorithm to use.
|
|
92
|
-
*/
|
|
55
|
+
|
|
93
56
|
retryMode?: string | __Provider<string>;
|
|
94
|
-
|
|
95
|
-
* Optional logger for logging debug/info/warn/error.
|
|
96
|
-
*/
|
|
57
|
+
|
|
97
58
|
logger?: __Logger;
|
|
98
|
-
|
|
99
|
-
* Unique service identifier.
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
59
|
+
|
|
102
60
|
serviceId?: string;
|
|
103
|
-
|
|
104
|
-
* The AWS region to which this client will send requests
|
|
105
|
-
*/
|
|
61
|
+
|
|
106
62
|
region?: string | __Provider<string>;
|
|
107
|
-
|
|
108
|
-
* Default credentials provider; Not available in browser runtime.
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
63
|
+
|
|
111
64
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
112
|
-
|
|
113
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
65
|
+
|
|
116
66
|
regionInfoProvider?: RegionInfoProvider;
|
|
117
|
-
|
|
118
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
67
|
+
|
|
121
68
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
122
69
|
}
|
|
123
70
|
declare type MediaPackageClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
124
|
-
|
|
125
|
-
* The configuration interface of MediaPackageClient class constructor that set the region, credentials and other options.
|
|
126
|
-
*/
|
|
71
|
+
|
|
127
72
|
export interface MediaPackageClientConfig extends MediaPackageClientConfigType {
|
|
128
73
|
}
|
|
129
74
|
declare type MediaPackageClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
130
|
-
|
|
131
|
-
* The resolved configuration interface of MediaPackageClient class. This is resolved and normalized from the {@link MediaPackageClientConfig | constructor configuration interface}.
|
|
132
|
-
*/
|
|
75
|
+
|
|
133
76
|
export interface MediaPackageClientResolvedConfig extends MediaPackageClientResolvedConfigType {
|
|
134
77
|
}
|
|
135
|
-
|
|
136
|
-
* AWS Elemental MediaPackage
|
|
137
|
-
*/
|
|
78
|
+
|
|
138
79
|
export declare class MediaPackageClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, MediaPackageClientResolvedConfig> {
|
|
139
|
-
|
|
140
|
-
* The resolved configuration of MediaPackageClient class. This is resolved and normalized from the {@link MediaPackageClientConfig | constructor configuration interface}.
|
|
141
|
-
*/
|
|
80
|
+
|
|
142
81
|
readonly config: MediaPackageClientResolvedConfig;
|
|
143
82
|
constructor(configuration: MediaPackageClientConfig);
|
|
144
|
-
|
|
145
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
146
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
147
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
148
|
-
*/
|
|
83
|
+
|
|
149
84
|
destroy(): void;
|
|
150
85
|
}
|
|
151
86
|
export {};
|
|
@@ -6,29 +6,11 @@ export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ConfigureLogsCommandOutput extends ConfigureLogsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Changes the Channel's properities to configure log subscription
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, ConfigureLogsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, ConfigureLogsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new ConfigureLogsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ConfigureLogsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ConfigureLogsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ConfigureLogsCommand extends $Command<ConfigureLogsCommandInput, ConfigureLogsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: ConfigureLogsCommandInput;
|
|
28
12
|
constructor(input: ConfigureLogsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ConfigureLogsCommandInput, ConfigureLogsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Creates a new Channel.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, CreateChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, CreateChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new CreateChannelCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateChannelCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateChannelCommand extends $Command<CreateChannelCommandInput, CreateChannelCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateChannelCommandInput;
|
|
28
12
|
constructor(input: CreateChannelCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface CreateHarvestJobCommandInput extends CreateHarvestJobRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateHarvestJobCommandOutput extends CreateHarvestJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Creates a new HarvestJob record.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, CreateHarvestJobCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, CreateHarvestJobCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new CreateHarvestJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateHarvestJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateHarvestJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateHarvestJobCommand extends $Command<CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateHarvestJobCommandInput;
|
|
28
12
|
constructor(input: CreateHarvestJobCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface CreateOriginEndpointCommandInput extends CreateOriginEndpointRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateOriginEndpointCommandOutput extends CreateOriginEndpointResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Creates a new OriginEndpoint record.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, CreateOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, CreateOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new CreateOriginEndpointCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link CreateOriginEndpointCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link CreateOriginEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class CreateOriginEndpointCommand extends $Command<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: CreateOriginEndpointCommandInput;
|
|
28
12
|
constructor(input: CreateOriginEndpointCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateOriginEndpointCommandInput, CreateOriginEndpointCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteChannelCommandInput extends DeleteChannelRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Deletes an existing Channel.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, DeleteChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, DeleteChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new DeleteChannelCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteChannelCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteChannelCommand extends $Command<DeleteChannelCommandInput, DeleteChannelCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteChannelCommandInput;
|
|
28
12
|
constructor(input: DeleteChannelCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DeleteOriginEndpointCommandInput extends DeleteOriginEndpointRe
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteOriginEndpointCommandOutput extends DeleteOriginEndpointResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Deletes an existing OriginEndpoint.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, DeleteOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, DeleteOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new DeleteOriginEndpointCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DeleteOriginEndpointCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DeleteOriginEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DeleteOriginEndpointCommand extends $Command<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: DeleteOriginEndpointCommandInput;
|
|
28
12
|
constructor(input: DeleteOriginEndpointCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteOriginEndpointCommandInput, DeleteOriginEndpointCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeChannelCommandInput extends DescribeChannelRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Gets details about a Channel.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, DescribeChannelCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, DescribeChannelCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new DescribeChannelCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeChannelCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeChannelCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeChannelCommand extends $Command<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeChannelCommandInput;
|
|
28
12
|
constructor(input: DescribeChannelCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeChannelCommandInput, DescribeChannelCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeHarvestJobCommandInput extends DescribeHarvestJobReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeHarvestJobCommandOutput extends DescribeHarvestJobResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Gets details about an existing HarvestJob.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, DescribeHarvestJobCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, DescribeHarvestJobCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new DescribeHarvestJobCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeHarvestJobCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeHarvestJobCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeHarvestJobCommand extends $Command<DescribeHarvestJobCommandInput, DescribeHarvestJobCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeHarvestJobCommandInput;
|
|
28
12
|
constructor(input: DescribeHarvestJobCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHarvestJobCommandInput, DescribeHarvestJobCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface DescribeOriginEndpointCommandInput extends DescribeOriginEndpoi
|
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeOriginEndpointCommandOutput extends DescribeOriginEndpointResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Gets details about an existing OriginEndpoint.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, DescribeOriginEndpointCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, DescribeOriginEndpointCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new DescribeOriginEndpointCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link DescribeOriginEndpointCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link DescribeOriginEndpointCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class DescribeOriginEndpointCommand extends $Command<DescribeOriginEndpointCommandInput, DescribeOriginEndpointCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: DescribeOriginEndpointCommandInput;
|
|
28
12
|
constructor(input: DescribeOriginEndpointCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOriginEndpointCommandInput, DescribeOriginEndpointCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Returns a collection of Channels.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, ListChannelsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, ListChannelsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new ListChannelsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListChannelsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListChannelsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: ListChannelsCommandInput;
|
|
28
12
|
constructor(input: ListChannelsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListChannelsCommandInput, ListChannelsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|
|
@@ -6,29 +6,11 @@ export interface ListHarvestJobsCommandInput extends ListHarvestJobsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListHarvestJobsCommandOutput extends ListHarvestJobsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* Returns a collection of HarvestJob records.
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { MediaPackageClient, ListHarvestJobsCommand } from "@aws-sdk/client-mediapackage"; // ES Modules import
|
|
15
|
-
* // const { MediaPackageClient, ListHarvestJobsCommand } = require("@aws-sdk/client-mediapackage"); // CommonJS import
|
|
16
|
-
* const client = new MediaPackageClient(config);
|
|
17
|
-
* const command = new ListHarvestJobsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListHarvestJobsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListHarvestJobsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link MediaPackageClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
9
|
+
|
|
26
10
|
export declare class ListHarvestJobsCommand extends $Command<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput, MediaPackageClientResolvedConfig> {
|
|
27
11
|
readonly input: ListHarvestJobsCommandInput;
|
|
28
12
|
constructor(input: ListHarvestJobsCommandInput);
|
|
29
|
-
|
|
30
|
-
* @internal
|
|
31
|
-
*/
|
|
13
|
+
|
|
32
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaPackageClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHarvestJobsCommandInput, ListHarvestJobsCommandOutput>;
|
|
33
15
|
private serialize;
|
|
34
16
|
private deserialize;
|