@aws-sdk/client-mediatailor 3.1087.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 +38 -38
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { PutFunctionRequest, PutFunctionResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface PutFunctionCommandInput extends PutFunctionRequest {}
|
|
5
|
-
export interface PutFunctionCommandOutput
|
|
6
|
-
extends PutFunctionResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutFunctionCommandOutput extends PutFunctionResponse, __MetadataBearer {}
|
|
8
6
|
declare const PutFunctionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: PutFunctionCommandInput
|
|
8
|
+
input: PutFunctionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
PutFunctionCommandInput,
|
|
13
11
|
PutFunctionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const PutFunctionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: PutFunctionCommandInput
|
|
17
|
+
input: PutFunctionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
PutFunctionCommandInput,
|
|
22
20
|
PutFunctionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutPlaybackConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutPlaybackConfigurationCommandInput
|
|
8
|
-
extends PutPlaybackConfigurationRequest {}
|
|
7
|
+
export interface PutPlaybackConfigurationCommandInput extends PutPlaybackConfigurationRequest {}
|
|
9
8
|
export interface PutPlaybackConfigurationCommandOutput
|
|
10
|
-
extends PutPlaybackConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutPlaybackConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutPlaybackConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutPlaybackConfigurationCommandInput
|
|
12
|
+
input: PutPlaybackConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutPlaybackConfigurationCommandInput,
|
|
17
15
|
PutPlaybackConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutPlaybackConfigurationCommandInput
|
|
21
|
+
input: PutPlaybackConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutPlaybackConfigurationCommandInput,
|
|
26
24
|
PutPlaybackConfigurationCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StartChannelRequest, StartChannelResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StartChannelCommandInput extends StartChannelRequest {}
|
|
5
|
-
export interface StartChannelCommandOutput
|
|
6
|
-
extends StartChannelResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StartChannelCommandOutput extends StartChannelResponse, __MetadataBearer {}
|
|
8
6
|
declare const StartChannelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StartChannelCommandInput
|
|
8
|
+
input: StartChannelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StartChannelCommandInput,
|
|
13
11
|
StartChannelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StartChannelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StartChannelCommandInput
|
|
17
|
+
input: StartChannelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StartChannelCommandInput,
|
|
22
20
|
StartChannelCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { StopChannelRequest, StopChannelResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface StopChannelCommandInput extends StopChannelRequest {}
|
|
5
|
-
export interface StopChannelCommandOutput
|
|
6
|
-
extends StopChannelResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {}
|
|
8
6
|
declare const StopChannelCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: StopChannelCommandInput
|
|
8
|
+
input: StopChannelCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
StopChannelCommandInput,
|
|
13
11
|
StopChannelCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const StopChannelCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: StopChannelCommandInput
|
|
17
|
+
input: StopChannelCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
StopChannelCommandInput,
|
|
22
20
|
StopChannelCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
5
5
|
export interface TagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const TagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
TagResourceCommandInput,
|
|
11
11
|
TagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
@@ -5,7 +5,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
5
5
|
export interface UntagResourceCommandOutput extends __MetadataBearer {}
|
|
6
6
|
declare const UntagResourceCommand_base: {
|
|
7
7
|
new (
|
|
8
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
9
9
|
): import("@smithy/core/client").CommandImpl<
|
|
10
10
|
UntagResourceCommandInput,
|
|
11
11
|
UntagResourceCommandOutput,
|
|
@@ -14,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UntagResourceCommandInput,
|
|
20
20
|
UntagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateChannelRequest,
|
|
4
|
-
UpdateChannelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
|
|
8
|
-
export interface UpdateChannelCommandOutput
|
|
9
|
-
extends UpdateChannelResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateChannelCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateChannelCommandInput
|
|
8
|
+
input: UpdateChannelCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateChannelCommandInput,
|
|
16
11
|
UpdateChannelCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateChannelCommandInput
|
|
17
|
+
input: UpdateChannelCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateChannelCommandInput,
|
|
25
20
|
UpdateChannelCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateLiveSourceRequest,
|
|
4
|
-
UpdateLiveSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateLiveSourceRequest, UpdateLiveSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateLiveSourceCommandInput extends UpdateLiveSourceRequest {}
|
|
8
|
-
export interface UpdateLiveSourceCommandOutput
|
|
9
|
-
extends UpdateLiveSourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateLiveSourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateLiveSourceCommandInput
|
|
8
|
+
input: UpdateLiveSourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateLiveSourceCommandInput,
|
|
16
11
|
UpdateLiveSourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateLiveSourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateLiveSourceCommandInput
|
|
17
|
+
input: UpdateLiveSourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateLiveSourceCommandInput,
|
|
25
20
|
UpdateLiveSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateProgramRequest,
|
|
4
|
-
UpdateProgramResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateProgramRequest, UpdateProgramResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateProgramCommandInput extends UpdateProgramRequest {}
|
|
8
|
-
export interface UpdateProgramCommandOutput
|
|
9
|
-
extends UpdateProgramResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateProgramCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateProgramCommandInput
|
|
8
|
+
input: UpdateProgramCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateProgramCommandInput,
|
|
16
11
|
UpdateProgramCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateProgramCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateProgramCommandInput
|
|
17
|
+
input: UpdateProgramCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateProgramCommandInput,
|
|
25
20
|
UpdateProgramCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateSourceLocationRequest,
|
|
4
|
-
UpdateSourceLocationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateSourceLocationRequest, UpdateSourceLocationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateSourceLocationCommandInput
|
|
8
|
-
extends UpdateSourceLocationRequest {}
|
|
4
|
+
export interface UpdateSourceLocationCommandInput extends UpdateSourceLocationRequest {}
|
|
9
5
|
export interface UpdateSourceLocationCommandOutput
|
|
10
|
-
extends UpdateSourceLocationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateSourceLocationResponse, __MetadataBearer {}
|
|
12
7
|
declare const UpdateSourceLocationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateSourceLocationCommandInput
|
|
9
|
+
input: UpdateSourceLocationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateSourceLocationCommandInput,
|
|
17
12
|
UpdateSourceLocationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateSourceLocationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateSourceLocationCommandInput
|
|
18
|
+
input: UpdateSourceLocationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateSourceLocationCommandInput,
|
|
26
21
|
UpdateSourceLocationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateVodSourceRequest,
|
|
4
|
-
UpdateVodSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {}
|
|
8
|
-
export interface UpdateVodSourceCommandOutput
|
|
9
|
-
extends UpdateVodSourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UpdateVodSourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UpdateVodSourceCommandInput
|
|
8
|
+
input: UpdateVodSourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UpdateVodSourceCommandInput,
|
|
16
11
|
UpdateVodSourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UpdateVodSourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UpdateVodSourceCommandInput
|
|
17
|
+
input: UpdateVodSourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UpdateVodSourceCommandInput,
|
|
25
20
|
UpdateVodSourceCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface MediaTailorExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|
|
@@ -101,8 +101,7 @@ export declare const LoggingStrategy: {
|
|
|
101
101
|
readonly LEGACY_CLOUDWATCH: "LEGACY_CLOUDWATCH";
|
|
102
102
|
readonly VENDED_LOGS: "VENDED_LOGS";
|
|
103
103
|
};
|
|
104
|
-
export type LoggingStrategy =
|
|
105
|
-
(typeof LoggingStrategy)[keyof typeof LoggingStrategy];
|
|
104
|
+
export type LoggingStrategy = (typeof LoggingStrategy)[keyof typeof LoggingStrategy];
|
|
106
105
|
export declare const StreamingMediaFileConditioning: {
|
|
107
106
|
readonly NONE: "NONE";
|
|
108
107
|
readonly TRANSCODE: "TRANSCODE";
|
|
@@ -113,8 +112,7 @@ export declare const CompressionMethod: {
|
|
|
113
112
|
readonly GZIP: "GZIP";
|
|
114
113
|
readonly NONE: "NONE";
|
|
115
114
|
};
|
|
116
|
-
export type CompressionMethod =
|
|
117
|
-
(typeof CompressionMethod)[keyof typeof CompressionMethod];
|
|
115
|
+
export type CompressionMethod = (typeof CompressionMethod)[keyof typeof CompressionMethod];
|
|
118
116
|
export declare const Method: {
|
|
119
117
|
readonly GET: "GET";
|
|
120
118
|
readonly POST: "POST";
|
|
@@ -135,8 +133,7 @@ export declare const OriginManifestType: {
|
|
|
135
133
|
readonly MULTI_PERIOD: "MULTI_PERIOD";
|
|
136
134
|
readonly SINGLE_PERIOD: "SINGLE_PERIOD";
|
|
137
135
|
};
|
|
138
|
-
export type OriginManifestType =
|
|
139
|
-
(typeof OriginManifestType)[keyof typeof OriginManifestType];
|
|
136
|
+
export type OriginManifestType = (typeof OriginManifestType)[keyof typeof OriginManifestType];
|
|
140
137
|
export declare const EventName: {
|
|
141
138
|
readonly PRE_ADS_REQUEST: "PRE_ADS_REQUEST";
|
|
142
139
|
readonly PRE_SESSION_INITIALIZATION: "PRE_SESSION_INITIALIZATION";
|
|
@@ -195,21 +192,18 @@ export declare const TrafficShapingType: {
|
|
|
195
192
|
readonly RETRIEVAL_WINDOW: "RETRIEVAL_WINDOW";
|
|
196
193
|
readonly TPS: "TPS";
|
|
197
194
|
};
|
|
198
|
-
export type TrafficShapingType =
|
|
199
|
-
(typeof TrafficShapingType)[keyof typeof TrafficShapingType];
|
|
195
|
+
export type TrafficShapingType = (typeof TrafficShapingType)[keyof typeof TrafficShapingType];
|
|
200
196
|
export declare const PrefetchScheduleType: {
|
|
201
197
|
readonly RECURRING: "RECURRING";
|
|
202
198
|
readonly SINGLE: "SINGLE";
|
|
203
199
|
};
|
|
204
|
-
export type PrefetchScheduleType =
|
|
205
|
-
(typeof PrefetchScheduleType)[keyof typeof PrefetchScheduleType];
|
|
200
|
+
export type PrefetchScheduleType = (typeof PrefetchScheduleType)[keyof typeof PrefetchScheduleType];
|
|
206
201
|
export declare const ScheduleEntryType: {
|
|
207
202
|
readonly ALTERNATE_MEDIA: "ALTERNATE_MEDIA";
|
|
208
203
|
readonly FILLER_SLATE: "FILLER_SLATE";
|
|
209
204
|
readonly PROGRAM: "PROGRAM";
|
|
210
205
|
};
|
|
211
|
-
export type ScheduleEntryType =
|
|
212
|
-
(typeof ScheduleEntryType)[keyof typeof ScheduleEntryType];
|
|
206
|
+
export type ScheduleEntryType = (typeof ScheduleEntryType)[keyof typeof ScheduleEntryType];
|
|
213
207
|
export declare const AccessType: {
|
|
214
208
|
readonly AUTODETECT_SIGV4: "AUTODETECT_SIGV4";
|
|
215
209
|
readonly S3_SIGV4: "S3_SIGV4";
|
|
@@ -235,8 +229,7 @@ export declare const RelativePosition: {
|
|
|
235
229
|
readonly AFTER_PROGRAM: "AFTER_PROGRAM";
|
|
236
230
|
readonly BEFORE_PROGRAM: "BEFORE_PROGRAM";
|
|
237
231
|
};
|
|
238
|
-
export type RelativePosition =
|
|
239
|
-
(typeof RelativePosition)[keyof typeof RelativePosition];
|
|
232
|
+
export type RelativePosition = (typeof RelativePosition)[keyof typeof RelativePosition];
|
|
240
233
|
export declare const ListPrefetchScheduleType: {
|
|
241
234
|
readonly ALL: "ALL";
|
|
242
235
|
readonly RECURRING: "RECURRING";
|
|
@@ -4,7 +4,5 @@ export declare class BadRequestException extends __BaseException {
|
|
|
4
4
|
readonly name: "BadRequestException";
|
|
5
5
|
readonly $fault: "client";
|
|
6
6
|
Message?: string | undefined;
|
|
7
|
-
constructor(
|
|
8
|
-
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
9
|
-
);
|
|
7
|
+
constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
|
|
10
8
|
}
|
|
@@ -341,9 +341,7 @@ export interface SecretsManagerAccessTokenConfiguration {
|
|
|
341
341
|
}
|
|
342
342
|
export interface AccessConfiguration {
|
|
343
343
|
AccessType?: AccessType | undefined;
|
|
344
|
-
SecretsManagerAccessTokenConfiguration?:
|
|
345
|
-
| SecretsManagerAccessTokenConfiguration
|
|
346
|
-
| undefined;
|
|
344
|
+
SecretsManagerAccessTokenConfiguration?: SecretsManagerAccessTokenConfiguration | undefined;
|
|
347
345
|
}
|
|
348
346
|
export interface DefaultSegmentDeliveryConfiguration {
|
|
349
347
|
BaseUrl?: string | undefined;
|
|
@@ -355,9 +353,7 @@ export interface SourceLocation {
|
|
|
355
353
|
AccessConfiguration?: AccessConfiguration | undefined;
|
|
356
354
|
Arn: string | undefined;
|
|
357
355
|
CreationTime?: Date | undefined;
|
|
358
|
-
DefaultSegmentDeliveryConfiguration?:
|
|
359
|
-
| DefaultSegmentDeliveryConfiguration
|
|
360
|
-
| undefined;
|
|
356
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | undefined;
|
|
361
357
|
HttpConfiguration: HttpConfiguration | undefined;
|
|
362
358
|
LastModifiedTime?: Date | undefined;
|
|
363
359
|
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | undefined;
|
|
@@ -645,9 +641,7 @@ export interface CreatePrefetchScheduleResponse {
|
|
|
645
641
|
}
|
|
646
642
|
export interface CreateSourceLocationRequest {
|
|
647
643
|
AccessConfiguration?: AccessConfiguration | undefined;
|
|
648
|
-
DefaultSegmentDeliveryConfiguration?:
|
|
649
|
-
| DefaultSegmentDeliveryConfiguration
|
|
650
|
-
| undefined;
|
|
644
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | undefined;
|
|
651
645
|
HttpConfiguration: HttpConfiguration | undefined;
|
|
652
646
|
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | undefined;
|
|
653
647
|
SourceLocationName: string | undefined;
|
|
@@ -657,9 +651,7 @@ export interface CreateSourceLocationResponse {
|
|
|
657
651
|
AccessConfiguration?: AccessConfiguration | undefined;
|
|
658
652
|
Arn?: string | undefined;
|
|
659
653
|
CreationTime?: Date | undefined;
|
|
660
|
-
DefaultSegmentDeliveryConfiguration?:
|
|
661
|
-
| DefaultSegmentDeliveryConfiguration
|
|
662
|
-
| undefined;
|
|
654
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | undefined;
|
|
663
655
|
HttpConfiguration?: HttpConfiguration | undefined;
|
|
664
656
|
LastModifiedTime?: Date | undefined;
|
|
665
657
|
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | undefined;
|
|
@@ -732,9 +724,7 @@ export interface DescribeSourceLocationResponse {
|
|
|
732
724
|
AccessConfiguration?: AccessConfiguration | undefined;
|
|
733
725
|
Arn?: string | undefined;
|
|
734
726
|
CreationTime?: Date | undefined;
|
|
735
|
-
DefaultSegmentDeliveryConfiguration?:
|
|
736
|
-
| DefaultSegmentDeliveryConfiguration
|
|
737
|
-
| undefined;
|
|
727
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | undefined;
|
|
738
728
|
HttpConfiguration?: HttpConfiguration | undefined;
|
|
739
729
|
LastModifiedTime?: Date | undefined;
|
|
740
730
|
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | undefined;
|
|
@@ -963,9 +953,7 @@ export interface PutPlaybackConfigurationResponse {
|
|
|
963
953
|
}
|
|
964
954
|
export interface UpdateSourceLocationRequest {
|
|
965
955
|
AccessConfiguration?: AccessConfiguration | undefined;
|
|
966
|
-
DefaultSegmentDeliveryConfiguration?:
|
|
967
|
-
| DefaultSegmentDeliveryConfiguration
|
|
968
|
-
| undefined;
|
|
956
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | undefined;
|
|
969
957
|
HttpConfiguration: HttpConfiguration | undefined;
|
|
970
958
|
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | undefined;
|
|
971
959
|
SourceLocationName: string | undefined;
|
|
@@ -974,9 +962,7 @@ export interface UpdateSourceLocationResponse {
|
|
|
974
962
|
AccessConfiguration?: AccessConfiguration | undefined;
|
|
975
963
|
Arn?: string | undefined;
|
|
976
964
|
CreationTime?: Date | undefined;
|
|
977
|
-
DefaultSegmentDeliveryConfiguration?:
|
|
978
|
-
| DefaultSegmentDeliveryConfiguration
|
|
979
|
-
| undefined;
|
|
965
|
+
DefaultSegmentDeliveryConfiguration?: DefaultSegmentDeliveryConfiguration | undefined;
|
|
980
966
|
HttpConfiguration?: HttpConfiguration | undefined;
|
|
981
967
|
LastModifiedTime?: Date | undefined;
|
|
982
968
|
SegmentDeliveryConfigurations?: SegmentDeliveryConfiguration[] | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@smithy/types";
|
|
2
2
|
import { MediaTailorClient } from "../MediaTailorClient";
|
|
3
|
-
export interface MediaTailorPaginationConfiguration
|
|
4
|
-
extends PaginationConfiguration {
|
|
3
|
+
export interface MediaTailorPaginationConfiguration extends PaginationConfiguration {
|
|
5
4
|
client: MediaTailorClient;
|
|
6
5
|
}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
import { Paginator } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAlertsCommandInput,
|
|
4
|
-
ListAlertsCommandOutput,
|
|
5
|
-
} from "../commands/ListAlertsCommand";
|
|
2
|
+
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
|
|
6
3
|
import { MediaTailorPaginationConfiguration } from "./Interfaces";
|
|
7
4
|
export declare const paginateListAlerts: (
|
|
8
5
|
config: MediaTailorPaginationConfiguration,
|
|
@@ -8,24 +8,16 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
10
10
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
-
| ((
|
|
12
|
-
_: unknown
|
|
13
|
-
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
|
+
| ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
12
|
defaultUserAgentProvider: (
|
|
15
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
13
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
16
14
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
15
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
16
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
|
-
requestHandler:
|
|
20
|
-
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
|
-
| RequestHandler;
|
|
17
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
22
18
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
19
|
streamCollector: (
|
|
24
|
-
stream:
|
|
25
|
-
| import("stream").Readable
|
|
26
|
-
| import("stream/web").ReadableStream
|
|
27
|
-
| ReadableStream
|
|
28
|
-
| Blob
|
|
20
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
29
21
|
) => Promise<Uint8Array>;
|
|
30
22
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
31
23
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -53,13 +45,8 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
|
53
45
|
logger: import("@smithy/types").Logger;
|
|
54
46
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
47
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
userAgentAppId?:
|
|
57
|
-
|
|
58
|
-
| undefined
|
|
59
|
-
| import("@smithy/types").Provider<string | undefined>;
|
|
60
|
-
retryStrategy?:
|
|
61
|
-
| import("@smithy/types").RetryStrategy
|
|
62
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
48
|
+
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
49
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
63
50
|
endpoint?:
|
|
64
51
|
| ((
|
|
65
52
|
| string
|
|
@@ -81,7 +68,7 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
|
81
68
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
82
69
|
context?: {
|
|
83
70
|
logger?: import("@smithy/types").Logger;
|
|
84
|
-
}
|
|
71
|
+
},
|
|
85
72
|
) => import("@smithy/types").EndpointV2;
|
|
86
73
|
tls?: boolean;
|
|
87
74
|
serviceConfiguredEndpoint?: never;
|
|
@@ -94,13 +81,13 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
|
94
81
|
signer?:
|
|
95
82
|
| import("@smithy/types").RequestSigner
|
|
96
83
|
| ((
|
|
97
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
98
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
99
86
|
signingEscapePath?: boolean;
|
|
100
87
|
systemClockOffset?: number;
|
|
101
88
|
signingRegion?: string;
|
|
102
89
|
signerConstructor?: new (
|
|
103
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
104
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
105
92
|
) => import("@smithy/types").RequestSigner;
|
|
106
93
|
};
|
|
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
|
10
10
|
credentialDefaultProvider:
|
|
11
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
12
12
|
| ((
|
|
13
|
-
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
13
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
|
|
14
14
|
) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
15
15
|
defaultUserAgentProvider: (
|
|
16
|
-
config?: import("@aws-sdk/core/client").PreviouslyResolved
|
|
16
|
+
config?: import("@aws-sdk/core/client").PreviouslyResolved,
|
|
17
17
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
|
-
requestHandler:
|
|
21
|
-
| RequestHandler
|
|
22
|
-
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
20
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
21
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
22
|
streamCollector: (
|
|
25
|
-
stream:
|
|
26
|
-
| import("stream").Readable
|
|
27
|
-
| import("stream/web").ReadableStream
|
|
28
|
-
| ReadableStream
|
|
29
|
-
| Blob
|
|
23
|
+
stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
|
|
30
24
|
) => Promise<Uint8Array>;
|
|
31
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -53,9 +47,7 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
|
53
47
|
logger: import("@smithy/types").Logger;
|
|
54
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
55
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
56
|
-
retryStrategy?:
|
|
57
|
-
| import("@smithy/types").RetryStrategy
|
|
58
|
-
| import("@smithy/types").RetryStrategyV2;
|
|
50
|
+
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
59
51
|
endpoint?:
|
|
60
52
|
| ((
|
|
61
53
|
| string
|
|
@@ -77,7 +69,7 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
|
77
69
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
78
70
|
context?: {
|
|
79
71
|
logger?: import("@smithy/types").Logger;
|
|
80
|
-
}
|
|
72
|
+
},
|
|
81
73
|
) => import("@smithy/types").EndpointV2;
|
|
82
74
|
tls?: boolean;
|
|
83
75
|
serviceConfiguredEndpoint?: never;
|
|
@@ -89,13 +81,13 @@ export declare const getRuntimeConfig: (config: MediaTailorClientConfig) => {
|
|
|
89
81
|
signer?:
|
|
90
82
|
| import("@smithy/types").RequestSigner
|
|
91
83
|
| ((
|
|
92
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
84
|
+
authScheme?: import("@smithy/types").AuthScheme,
|
|
93
85
|
) => Promise<import("@smithy/types").RequestSigner>);
|
|
94
86
|
signingEscapePath?: boolean;
|
|
95
87
|
systemClockOffset?: number;
|
|
96
88
|
signingRegion?: string;
|
|
97
89
|
signerConstructor?: new (
|
|
98
90
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
99
|
-
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
91
|
+
import("@smithy/signature-v4").SignatureV4CryptoInit,
|
|
100
92
|
) => import("@smithy/types").RequestSigner;
|
|
101
93
|
};
|