@aws-sdk/client-mediatailor 3.1086.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/MediaTailor.d.ts +159 -182
- package/dist-types/ts3.4/MediaTailorClient.d.ts +10 -34
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutFunctionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +1 -3
- package/dist-types/ts3.4/models/models_0.d.ts +7 -21
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -132,10 +129,7 @@ import {
|
|
|
132
129
|
GetChannelScheduleCommandInput,
|
|
133
130
|
GetChannelScheduleCommandOutput,
|
|
134
131
|
} from "./commands/GetChannelScheduleCommand";
|
|
135
|
-
import {
|
|
136
|
-
GetFunctionCommandInput,
|
|
137
|
-
GetFunctionCommandOutput,
|
|
138
|
-
} from "./commands/GetFunctionCommand";
|
|
132
|
+
import { GetFunctionCommandInput, GetFunctionCommandOutput } from "./commands/GetFunctionCommand";
|
|
139
133
|
import {
|
|
140
134
|
GetPlaybackConfigurationCommandInput,
|
|
141
135
|
GetPlaybackConfigurationCommandOutput,
|
|
@@ -144,10 +138,7 @@ import {
|
|
|
144
138
|
GetPrefetchScheduleCommandInput,
|
|
145
139
|
GetPrefetchScheduleCommandOutput,
|
|
146
140
|
} from "./commands/GetPrefetchScheduleCommand";
|
|
147
|
-
import {
|
|
148
|
-
ListAlertsCommandInput,
|
|
149
|
-
ListAlertsCommandOutput,
|
|
150
|
-
} from "./commands/ListAlertsCommand";
|
|
141
|
+
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "./commands/ListAlertsCommand";
|
|
151
142
|
import {
|
|
152
143
|
ListChannelsCommandInput,
|
|
153
144
|
ListChannelsCommandOutput,
|
|
@@ -184,10 +175,7 @@ import {
|
|
|
184
175
|
PutChannelPolicyCommandInput,
|
|
185
176
|
PutChannelPolicyCommandOutput,
|
|
186
177
|
} from "./commands/PutChannelPolicyCommand";
|
|
187
|
-
import {
|
|
188
|
-
PutFunctionCommandInput,
|
|
189
|
-
PutFunctionCommandOutput,
|
|
190
|
-
} from "./commands/PutFunctionCommand";
|
|
178
|
+
import { PutFunctionCommandInput, PutFunctionCommandOutput } from "./commands/PutFunctionCommand";
|
|
191
179
|
import {
|
|
192
180
|
PutPlaybackConfigurationCommandInput,
|
|
193
181
|
PutPlaybackConfigurationCommandOutput,
|
|
@@ -196,14 +184,8 @@ import {
|
|
|
196
184
|
StartChannelCommandInput,
|
|
197
185
|
StartChannelCommandOutput,
|
|
198
186
|
} from "./commands/StartChannelCommand";
|
|
199
|
-
import {
|
|
200
|
-
|
|
201
|
-
StopChannelCommandOutput,
|
|
202
|
-
} from "./commands/StopChannelCommand";
|
|
203
|
-
import {
|
|
204
|
-
TagResourceCommandInput,
|
|
205
|
-
TagResourceCommandOutput,
|
|
206
|
-
} from "./commands/TagResourceCommand";
|
|
187
|
+
import { StopChannelCommandInput, StopChannelCommandOutput } from "./commands/StopChannelCommand";
|
|
188
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
207
189
|
import {
|
|
208
190
|
UntagResourceCommandInput,
|
|
209
191
|
UntagResourceCommandOutput,
|
|
@@ -333,8 +315,7 @@ export type ServiceOutputTypes =
|
|
|
333
315
|
| UpdateProgramCommandOutput
|
|
334
316
|
| UpdateSourceLocationCommandOutput
|
|
335
317
|
| UpdateVodSourceCommandOutput;
|
|
336
|
-
export interface ClientDefaults
|
|
337
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
318
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
338
319
|
requestHandler?: __HttpHandlerUserInput;
|
|
339
320
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
340
321
|
urlParser?: __UrlParser;
|
|
@@ -359,9 +340,7 @@ export interface ClientDefaults
|
|
|
359
340
|
extensions?: RuntimeExtension[];
|
|
360
341
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
361
342
|
}
|
|
362
|
-
export type MediaTailorClientConfigType = Partial<
|
|
363
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
364
|
-
> &
|
|
343
|
+
export type MediaTailorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
365
344
|
ClientDefaults &
|
|
366
345
|
UserAgentInputConfig &
|
|
367
346
|
RetryInputConfig &
|
|
@@ -382,8 +361,7 @@ export type MediaTailorClientResolvedConfigType =
|
|
|
382
361
|
EndpointResolvedConfig<EndpointParameters> &
|
|
383
362
|
HttpAuthSchemeResolvedConfig &
|
|
384
363
|
ClientResolvedEndpointParameters;
|
|
385
|
-
export interface MediaTailorClientResolvedConfig
|
|
386
|
-
extends MediaTailorClientResolvedConfigType {}
|
|
364
|
+
export interface MediaTailorClientResolvedConfig extends MediaTailorClientResolvedConfigType {}
|
|
387
365
|
export declare class MediaTailorClient extends __Client<
|
|
388
366
|
__HttpHandlerOptions,
|
|
389
367
|
ServiceInputTypes,
|
|
@@ -391,8 +369,6 @@ export declare class MediaTailorClient extends __Client<
|
|
|
391
369
|
MediaTailorClientResolvedConfig
|
|
392
370
|
> {
|
|
393
371
|
readonly config: MediaTailorClientResolvedConfig;
|
|
394
|
-
constructor(
|
|
395
|
-
...[configuration]: __CheckOptionalClientConfig<MediaTailorClientConfig>
|
|
396
|
-
);
|
|
372
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<MediaTailorClientConfig>);
|
|
397
373
|
destroy(): void;
|
|
398
374
|
}
|
|
@@ -7,17 +7,10 @@ import { MediaTailorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: MediaTailorHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: MediaTailorHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): MediaTailorHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { MediaTailorClientResolvedConfig } from "../MediaTailorClient";
|
|
15
|
-
export interface MediaTailorHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface MediaTailorHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface MediaTailorHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface MediaTailorHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
MediaTailorClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
MediaTailorHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultMediaTailorHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: MediaTailorClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<MediaTailorHttpAuthSchemeParameters>;
|
|
31
|
-
export interface MediaTailorHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<MediaTailorHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface MediaTailorHttpAuthSchemeProvider extends HttpAuthSchemeProvider<MediaTailorHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultMediaTailorHttpAuthSchemeProvider: MediaTailorHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: MediaTailorHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: MediaTailorHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./MediaTailorClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
MediaTailorClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ConfigureLogsForChannelResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ConfigureLogsForChannelCommandInput
|
|
8
|
-
extends ConfigureLogsForChannelRequest {}
|
|
7
|
+
export interface ConfigureLogsForChannelCommandInput extends ConfigureLogsForChannelRequest {}
|
|
9
8
|
export interface ConfigureLogsForChannelCommandOutput
|
|
10
|
-
extends ConfigureLogsForChannelResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ConfigureLogsForChannelResponse, __MetadataBearer {}
|
|
12
10
|
declare const ConfigureLogsForChannelCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ConfigureLogsForChannelCommandInput
|
|
12
|
+
input: ConfigureLogsForChannelCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ConfigureLogsForChannelCommandInput,
|
|
17
15
|
ConfigureLogsForChannelCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ConfigureLogsForChannelCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ConfigureLogsForChannelCommandInput
|
|
21
|
+
input: ConfigureLogsForChannelCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ConfigureLogsForChannelCommandInput,
|
|
26
24
|
ConfigureLogsForChannelCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ConfigureLogsForPlaybackConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ConfigureLogsForPlaybackConfigurationCommandInput
|
|
8
|
-
extends ConfigureLogsForPlaybackConfigurationRequest {}
|
|
7
|
+
export interface ConfigureLogsForPlaybackConfigurationCommandInput extends ConfigureLogsForPlaybackConfigurationRequest {}
|
|
9
8
|
export interface ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
10
|
-
extends ConfigureLogsForPlaybackConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ConfigureLogsForPlaybackConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ConfigureLogsForPlaybackConfigurationCommandInput
|
|
12
|
+
input: ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
17
15
|
ConfigureLogsForPlaybackConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ConfigureLogsForPlaybackConfigurationCommandInput
|
|
21
|
+
input: ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
26
24
|
ConfigureLogsForPlaybackConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateChannelRequest,
|
|
4
|
-
CreateChannelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
8
|
-
export interface CreateChannelCommandOutput
|
|
9
|
-
extends CreateChannelResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateChannelCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateChannelCommandInput
|
|
8
|
+
input: CreateChannelCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateChannelCommandInput,
|
|
16
11
|
CreateChannelCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateChannelCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateChannelCommandInput
|
|
17
|
+
input: CreateChannelCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateChannelCommandInput,
|
|
25
20
|
CreateChannelCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateLiveSourceRequest,
|
|
4
|
-
CreateLiveSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateLiveSourceRequest, CreateLiveSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {}
|
|
8
|
-
export interface CreateLiveSourceCommandOutput
|
|
9
|
-
extends CreateLiveSourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateLiveSourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateLiveSourceCommandInput
|
|
8
|
+
input: CreateLiveSourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateLiveSourceCommandInput,
|
|
16
11
|
CreateLiveSourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateLiveSourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateLiveSourceCommandInput
|
|
17
|
+
input: CreateLiveSourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateLiveSourceCommandInput,
|
|
25
20
|
CreateLiveSourceCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreatePrefetchScheduleRequest,
|
|
4
|
-
CreatePrefetchScheduleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreatePrefetchScheduleCommandInput
|
|
8
|
-
extends CreatePrefetchScheduleRequest {}
|
|
4
|
+
export interface CreatePrefetchScheduleCommandInput extends CreatePrefetchScheduleRequest {}
|
|
9
5
|
export interface CreatePrefetchScheduleCommandOutput
|
|
10
|
-
extends CreatePrefetchScheduleResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreatePrefetchScheduleResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreatePrefetchScheduleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreatePrefetchScheduleCommandInput
|
|
9
|
+
input: CreatePrefetchScheduleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreatePrefetchScheduleCommandInput,
|
|
17
12
|
CreatePrefetchScheduleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreatePrefetchScheduleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreatePrefetchScheduleCommandInput
|
|
18
|
+
input: CreatePrefetchScheduleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreatePrefetchScheduleCommandInput,
|
|
26
21
|
CreatePrefetchScheduleCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateProgramRequest,
|
|
4
|
-
CreateProgramResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateProgramRequest, CreateProgramResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateProgramCommandInput extends CreateProgramRequest {}
|
|
8
|
-
export interface CreateProgramCommandOutput
|
|
9
|
-
extends CreateProgramResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateProgramCommandOutput extends CreateProgramResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateProgramCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateProgramCommandInput
|
|
8
|
+
input: CreateProgramCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateProgramCommandInput,
|
|
16
11
|
CreateProgramCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateProgramCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateProgramCommandInput
|
|
17
|
+
input: CreateProgramCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateProgramCommandInput,
|
|
25
20
|
CreateProgramCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateSourceLocationRequest,
|
|
4
|
-
CreateSourceLocationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateSourceLocationRequest, CreateSourceLocationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateSourceLocationCommandInput
|
|
8
|
-
extends CreateSourceLocationRequest {}
|
|
4
|
+
export interface CreateSourceLocationCommandInput extends CreateSourceLocationRequest {}
|
|
9
5
|
export interface CreateSourceLocationCommandOutput
|
|
10
|
-
extends CreateSourceLocationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateSourceLocationResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateSourceLocationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateSourceLocationCommandInput
|
|
9
|
+
input: CreateSourceLocationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateSourceLocationCommandInput,
|
|
17
12
|
CreateSourceLocationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateSourceLocationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateSourceLocationCommandInput
|
|
18
|
+
input: CreateSourceLocationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateSourceLocationCommandInput,
|
|
26
21
|
CreateSourceLocationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateVodSourceRequest,
|
|
4
|
-
CreateVodSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateVodSourceRequest, CreateVodSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateVodSourceCommandInput extends CreateVodSourceRequest {}
|
|
8
|
-
export interface CreateVodSourceCommandOutput
|
|
9
|
-
extends CreateVodSourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateVodSourceCommandOutput extends CreateVodSourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateVodSourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateVodSourceCommandInput
|
|
8
|
+
input: CreateVodSourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateVodSourceCommandInput,
|
|
16
11
|
CreateVodSourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateVodSourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateVodSourceCommandInput
|
|
17
|
+
input: CreateVodSourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateVodSourceCommandInput,
|
|
25
20
|
CreateVodSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteChannelRequest,
|
|
4
|
-
DeleteChannelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteChannelCommandInput extends DeleteChannelRequest {}
|
|
8
|
-
export interface DeleteChannelCommandOutput
|
|
9
|
-
extends DeleteChannelResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteChannelCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteChannelCommandInput
|
|
8
|
+
input: DeleteChannelCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteChannelCommandInput,
|
|
16
11
|
DeleteChannelCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteChannelCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteChannelCommandInput
|
|
17
|
+
input: DeleteChannelCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteChannelCommandInput,
|
|
25
20
|
DeleteChannelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteChannelPolicyRequest,
|
|
4
|
-
DeleteChannelPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteChannelPolicyCommandInput
|
|
8
|
-
extends DeleteChannelPolicyRequest {}
|
|
4
|
+
export interface DeleteChannelPolicyCommandInput extends DeleteChannelPolicyRequest {}
|
|
9
5
|
export interface DeleteChannelPolicyCommandOutput
|
|
10
|
-
extends DeleteChannelPolicyResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteChannelPolicyResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteChannelPolicyCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteChannelPolicyCommandInput
|
|
9
|
+
input: DeleteChannelPolicyCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteChannelPolicyCommandInput,
|
|
17
12
|
DeleteChannelPolicyCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteChannelPolicyCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteChannelPolicyCommandInput
|
|
18
|
+
input: DeleteChannelPolicyCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteChannelPolicyCommandInput,
|
|
26
21
|
DeleteChannelPolicyCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteFunctionRequest,
|
|
4
|
-
DeleteFunctionResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteFunctionRequest, DeleteFunctionResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteFunctionCommandInput extends DeleteFunctionRequest {}
|
|
8
|
-
export interface DeleteFunctionCommandOutput
|
|
9
|
-
extends DeleteFunctionResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteFunctionCommandOutput extends DeleteFunctionResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteFunctionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteFunctionCommandInput
|
|
8
|
+
input: DeleteFunctionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteFunctionCommandInput,
|
|
16
11
|
DeleteFunctionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteFunctionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteFunctionCommandInput
|
|
17
|
+
input: DeleteFunctionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteFunctionCommandInput,
|
|
25
20
|
DeleteFunctionCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteLiveSourceRequest,
|
|
4
|
-
DeleteLiveSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteLiveSourceRequest, DeleteLiveSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {}
|
|
8
|
-
export interface DeleteLiveSourceCommandOutput
|
|
9
|
-
extends DeleteLiveSourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteLiveSourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteLiveSourceCommandInput
|
|
8
|
+
input: DeleteLiveSourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteLiveSourceCommandInput,
|
|
16
11
|
DeleteLiveSourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteLiveSourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteLiveSourceCommandInput
|
|
17
|
+
input: DeleteLiveSourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteLiveSourceCommandInput,
|
|
25
20
|
DeleteLiveSourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DeletePlaybackConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePlaybackConfigurationCommandInput
|
|
8
|
-
extends DeletePlaybackConfigurationRequest {}
|
|
7
|
+
export interface DeletePlaybackConfigurationCommandInput extends DeletePlaybackConfigurationRequest {}
|
|
9
8
|
export interface DeletePlaybackConfigurationCommandOutput
|
|
10
|
-
extends DeletePlaybackConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DeletePlaybackConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const DeletePlaybackConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DeletePlaybackConfigurationCommandInput
|
|
12
|
+
input: DeletePlaybackConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DeletePlaybackConfigurationCommandInput,
|
|
17
15
|
DeletePlaybackConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DeletePlaybackConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DeletePlaybackConfigurationCommandInput
|
|
21
|
+
input: DeletePlaybackConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DeletePlaybackConfigurationCommandInput,
|
|
26
24
|
DeletePlaybackConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeletePrefetchScheduleRequest,
|
|
4
|
-
DeletePrefetchScheduleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeletePrefetchScheduleCommandInput
|
|
8
|
-
extends DeletePrefetchScheduleRequest {}
|
|
4
|
+
export interface DeletePrefetchScheduleCommandInput extends DeletePrefetchScheduleRequest {}
|
|
9
5
|
export interface DeletePrefetchScheduleCommandOutput
|
|
10
|
-
extends DeletePrefetchScheduleResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeletePrefetchScheduleResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeletePrefetchScheduleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeletePrefetchScheduleCommandInput
|
|
9
|
+
input: DeletePrefetchScheduleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeletePrefetchScheduleCommandInput,
|
|
17
12
|
DeletePrefetchScheduleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeletePrefetchScheduleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeletePrefetchScheduleCommandInput
|
|
18
|
+
input: DeletePrefetchScheduleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeletePrefetchScheduleCommandInput,
|
|
26
21
|
DeletePrefetchScheduleCommandOutput,
|