@aws-sdk/client-mediapackage 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/MediaPackage.d.ts +343 -97
- package/dist-types/ts3.4/MediaPackageClient.d.ts +244 -92
- package/dist-types/ts3.4/commands/ConfigureLogsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateHarvestJobCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateOriginEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteOriginEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeHarvestJobCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeOriginEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListHarvestJobsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListOriginEndpointsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +37 -16
- package/dist-types/ts3.4/commands/RotateChannelCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RotateIngestEndpointCredentialsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +31 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +31 -16
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOriginEndpointCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +19 -19
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/MediaPackageServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1065 -1010
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHarvestJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOriginEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +233 -59
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,92 +1,244 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
ConfigureLogsCommandInput,
|
|
47
|
+
ConfigureLogsCommandOutput,
|
|
48
|
+
} from "./commands/ConfigureLogsCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateChannelCommandInput,
|
|
51
|
+
CreateChannelCommandOutput,
|
|
52
|
+
} from "./commands/CreateChannelCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateHarvestJobCommandInput,
|
|
55
|
+
CreateHarvestJobCommandOutput,
|
|
56
|
+
} from "./commands/CreateHarvestJobCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateOriginEndpointCommandInput,
|
|
59
|
+
CreateOriginEndpointCommandOutput,
|
|
60
|
+
} from "./commands/CreateOriginEndpointCommand";
|
|
61
|
+
import {
|
|
62
|
+
DeleteChannelCommandInput,
|
|
63
|
+
DeleteChannelCommandOutput,
|
|
64
|
+
} from "./commands/DeleteChannelCommand";
|
|
65
|
+
import {
|
|
66
|
+
DeleteOriginEndpointCommandInput,
|
|
67
|
+
DeleteOriginEndpointCommandOutput,
|
|
68
|
+
} from "./commands/DeleteOriginEndpointCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeChannelCommandInput,
|
|
71
|
+
DescribeChannelCommandOutput,
|
|
72
|
+
} from "./commands/DescribeChannelCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeHarvestJobCommandInput,
|
|
75
|
+
DescribeHarvestJobCommandOutput,
|
|
76
|
+
} from "./commands/DescribeHarvestJobCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeOriginEndpointCommandInput,
|
|
79
|
+
DescribeOriginEndpointCommandOutput,
|
|
80
|
+
} from "./commands/DescribeOriginEndpointCommand";
|
|
81
|
+
import {
|
|
82
|
+
ListChannelsCommandInput,
|
|
83
|
+
ListChannelsCommandOutput,
|
|
84
|
+
} from "./commands/ListChannelsCommand";
|
|
85
|
+
import {
|
|
86
|
+
ListHarvestJobsCommandInput,
|
|
87
|
+
ListHarvestJobsCommandOutput,
|
|
88
|
+
} from "./commands/ListHarvestJobsCommand";
|
|
89
|
+
import {
|
|
90
|
+
ListOriginEndpointsCommandInput,
|
|
91
|
+
ListOriginEndpointsCommandOutput,
|
|
92
|
+
} from "./commands/ListOriginEndpointsCommand";
|
|
93
|
+
import {
|
|
94
|
+
ListTagsForResourceCommandInput,
|
|
95
|
+
ListTagsForResourceCommandOutput,
|
|
96
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
97
|
+
import {
|
|
98
|
+
RotateChannelCredentialsCommandInput,
|
|
99
|
+
RotateChannelCredentialsCommandOutput,
|
|
100
|
+
} from "./commands/RotateChannelCredentialsCommand";
|
|
101
|
+
import {
|
|
102
|
+
RotateIngestEndpointCredentialsCommandInput,
|
|
103
|
+
RotateIngestEndpointCredentialsCommandOutput,
|
|
104
|
+
} from "./commands/RotateIngestEndpointCredentialsCommand";
|
|
105
|
+
import {
|
|
106
|
+
TagResourceCommandInput,
|
|
107
|
+
TagResourceCommandOutput,
|
|
108
|
+
} from "./commands/TagResourceCommand";
|
|
109
|
+
import {
|
|
110
|
+
UntagResourceCommandInput,
|
|
111
|
+
UntagResourceCommandOutput,
|
|
112
|
+
} from "./commands/UntagResourceCommand";
|
|
113
|
+
import {
|
|
114
|
+
UpdateChannelCommandInput,
|
|
115
|
+
UpdateChannelCommandOutput,
|
|
116
|
+
} from "./commands/UpdateChannelCommand";
|
|
117
|
+
import {
|
|
118
|
+
UpdateOriginEndpointCommandInput,
|
|
119
|
+
UpdateOriginEndpointCommandOutput,
|
|
120
|
+
} from "./commands/UpdateOriginEndpointCommand";
|
|
121
|
+
export declare type ServiceInputTypes =
|
|
122
|
+
| ConfigureLogsCommandInput
|
|
123
|
+
| CreateChannelCommandInput
|
|
124
|
+
| CreateHarvestJobCommandInput
|
|
125
|
+
| CreateOriginEndpointCommandInput
|
|
126
|
+
| DeleteChannelCommandInput
|
|
127
|
+
| DeleteOriginEndpointCommandInput
|
|
128
|
+
| DescribeChannelCommandInput
|
|
129
|
+
| DescribeHarvestJobCommandInput
|
|
130
|
+
| DescribeOriginEndpointCommandInput
|
|
131
|
+
| ListChannelsCommandInput
|
|
132
|
+
| ListHarvestJobsCommandInput
|
|
133
|
+
| ListOriginEndpointsCommandInput
|
|
134
|
+
| ListTagsForResourceCommandInput
|
|
135
|
+
| RotateChannelCredentialsCommandInput
|
|
136
|
+
| RotateIngestEndpointCredentialsCommandInput
|
|
137
|
+
| TagResourceCommandInput
|
|
138
|
+
| UntagResourceCommandInput
|
|
139
|
+
| UpdateChannelCommandInput
|
|
140
|
+
| UpdateOriginEndpointCommandInput;
|
|
141
|
+
export declare type ServiceOutputTypes =
|
|
142
|
+
| ConfigureLogsCommandOutput
|
|
143
|
+
| CreateChannelCommandOutput
|
|
144
|
+
| CreateHarvestJobCommandOutput
|
|
145
|
+
| CreateOriginEndpointCommandOutput
|
|
146
|
+
| DeleteChannelCommandOutput
|
|
147
|
+
| DeleteOriginEndpointCommandOutput
|
|
148
|
+
| DescribeChannelCommandOutput
|
|
149
|
+
| DescribeHarvestJobCommandOutput
|
|
150
|
+
| DescribeOriginEndpointCommandOutput
|
|
151
|
+
| ListChannelsCommandOutput
|
|
152
|
+
| ListHarvestJobsCommandOutput
|
|
153
|
+
| ListOriginEndpointsCommandOutput
|
|
154
|
+
| ListTagsForResourceCommandOutput
|
|
155
|
+
| RotateChannelCredentialsCommandOutput
|
|
156
|
+
| RotateIngestEndpointCredentialsCommandOutput
|
|
157
|
+
| TagResourceCommandOutput
|
|
158
|
+
| UntagResourceCommandOutput
|
|
159
|
+
| UpdateChannelCommandOutput
|
|
160
|
+
| UpdateOriginEndpointCommandOutput;
|
|
161
|
+
export interface ClientDefaults
|
|
162
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
163
|
+
requestHandler?: __HttpHandler;
|
|
164
|
+
|
|
165
|
+
sha256?: __HashConstructor;
|
|
166
|
+
|
|
167
|
+
urlParser?: __UrlParser;
|
|
168
|
+
|
|
169
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
170
|
+
|
|
171
|
+
streamCollector?: __StreamCollector;
|
|
172
|
+
|
|
173
|
+
base64Decoder?: __Decoder;
|
|
174
|
+
|
|
175
|
+
base64Encoder?: __Encoder;
|
|
176
|
+
|
|
177
|
+
utf8Decoder?: __Decoder;
|
|
178
|
+
|
|
179
|
+
utf8Encoder?: __Encoder;
|
|
180
|
+
|
|
181
|
+
runtime?: string;
|
|
182
|
+
|
|
183
|
+
disableHostPrefix?: boolean;
|
|
184
|
+
|
|
185
|
+
maxAttempts?: number | __Provider<number>;
|
|
186
|
+
|
|
187
|
+
retryMode?: string | __Provider<string>;
|
|
188
|
+
|
|
189
|
+
logger?: __Logger;
|
|
190
|
+
|
|
191
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
192
|
+
|
|
193
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
194
|
+
|
|
195
|
+
serviceId?: string;
|
|
196
|
+
|
|
197
|
+
region?: string | __Provider<string>;
|
|
198
|
+
|
|
199
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
200
|
+
|
|
201
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
202
|
+
|
|
203
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
204
|
+
|
|
205
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
206
|
+
}
|
|
207
|
+
declare type MediaPackageClientConfigType = Partial<
|
|
208
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
209
|
+
> &
|
|
210
|
+
ClientDefaults &
|
|
211
|
+
RegionInputConfig &
|
|
212
|
+
EndpointsInputConfig &
|
|
213
|
+
RetryInputConfig &
|
|
214
|
+
HostHeaderInputConfig &
|
|
215
|
+
AwsAuthInputConfig &
|
|
216
|
+
UserAgentInputConfig;
|
|
217
|
+
|
|
218
|
+
export interface MediaPackageClientConfig
|
|
219
|
+
extends MediaPackageClientConfigType {}
|
|
220
|
+
declare type MediaPackageClientResolvedConfigType =
|
|
221
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
222
|
+
Required<ClientDefaults> &
|
|
223
|
+
RegionResolvedConfig &
|
|
224
|
+
EndpointsResolvedConfig &
|
|
225
|
+
RetryResolvedConfig &
|
|
226
|
+
HostHeaderResolvedConfig &
|
|
227
|
+
AwsAuthResolvedConfig &
|
|
228
|
+
UserAgentResolvedConfig;
|
|
229
|
+
|
|
230
|
+
export interface MediaPackageClientResolvedConfig
|
|
231
|
+
extends MediaPackageClientResolvedConfigType {}
|
|
232
|
+
|
|
233
|
+
export declare class MediaPackageClient extends __Client<
|
|
234
|
+
__HttpHandlerOptions,
|
|
235
|
+
ServiceInputTypes,
|
|
236
|
+
ServiceOutputTypes,
|
|
237
|
+
MediaPackageClientResolvedConfig
|
|
238
|
+
> {
|
|
239
|
+
readonly config: MediaPackageClientResolvedConfig;
|
|
240
|
+
constructor(configuration: MediaPackageClientConfig);
|
|
241
|
+
|
|
242
|
+
destroy(): void;
|
|
243
|
+
}
|
|
244
|
+
export {};
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageClient";
|
|
13
|
+
import {
|
|
14
|
+
ConfigureLogsRequest,
|
|
15
|
+
ConfigureLogsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ConfigureLogsCommandInput extends ConfigureLogsRequest {}
|
|
18
|
+
export interface ConfigureLogsCommandOutput
|
|
19
|
+
extends ConfigureLogsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class ConfigureLogsCommand extends $Command<
|
|
23
|
+
ConfigureLogsCommandInput,
|
|
24
|
+
ConfigureLogsCommandOutput,
|
|
25
|
+
MediaPackageClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ConfigureLogsCommandInput;
|
|
28
|
+
constructor(input: ConfigureLogsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<ConfigureLogsCommandInput, ConfigureLogsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateChannelRequest,
|
|
15
|
+
CreateChannelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
18
|
+
export interface CreateChannelCommandOutput
|
|
19
|
+
extends CreateChannelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateChannelCommand extends $Command<
|
|
23
|
+
CreateChannelCommandInput,
|
|
24
|
+
CreateChannelCommandOutput,
|
|
25
|
+
MediaPackageClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateChannelCommandInput;
|
|
28
|
+
constructor(input: CreateChannelCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateChannelCommandInput, CreateChannelCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateHarvestJobRequest,
|
|
15
|
+
CreateHarvestJobResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateHarvestJobCommandInput extends CreateHarvestJobRequest {}
|
|
18
|
+
export interface CreateHarvestJobCommandOutput
|
|
19
|
+
extends CreateHarvestJobResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateHarvestJobCommand extends $Command<
|
|
23
|
+
CreateHarvestJobCommandInput,
|
|
24
|
+
CreateHarvestJobCommandOutput,
|
|
25
|
+
MediaPackageClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateHarvestJobCommandInput;
|
|
28
|
+
constructor(input: CreateHarvestJobCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateHarvestJobCommandInput, CreateHarvestJobCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateOriginEndpointRequest,
|
|
15
|
+
CreateOriginEndpointResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateOriginEndpointCommandInput
|
|
18
|
+
extends CreateOriginEndpointRequest {}
|
|
19
|
+
export interface CreateOriginEndpointCommandOutput
|
|
20
|
+
extends CreateOriginEndpointResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateOriginEndpointCommand extends $Command<
|
|
24
|
+
CreateOriginEndpointCommandInput,
|
|
25
|
+
CreateOriginEndpointCommandOutput,
|
|
26
|
+
MediaPackageClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateOriginEndpointCommandInput;
|
|
29
|
+
constructor(input: CreateOriginEndpointCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: MediaPackageClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateOriginEndpointCommandInput,
|
|
37
|
+
CreateOriginEndpointCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
MediaPackageClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../MediaPackageClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteChannelRequest,
|
|
15
|
+
DeleteChannelResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
|
|
18
|
+
export interface DeleteChannelCommandOutput
|
|
19
|
+
extends DeleteChannelResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteChannelCommand extends $Command<
|
|
23
|
+
DeleteChannelCommandInput,
|
|
24
|
+
DeleteChannelCommandOutput,
|
|
25
|
+
MediaPackageClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteChannelCommandInput;
|
|
28
|
+
constructor(input: DeleteChannelCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: MediaPackageClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteChannelCommandInput, DeleteChannelCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|