@aws-sdk/client-mediatailor 3.1087.0 → 3.1089.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
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteProgramRequest,
|
|
4
|
-
DeleteProgramResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteProgramRequest, DeleteProgramResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteProgramCommandInput extends DeleteProgramRequest {}
|
|
8
|
-
export interface DeleteProgramCommandOutput
|
|
9
|
-
extends DeleteProgramResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteProgramCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteProgramCommandInput
|
|
8
|
+
input: DeleteProgramCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteProgramCommandInput,
|
|
16
11
|
DeleteProgramCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteProgramCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteProgramCommandInput
|
|
17
|
+
input: DeleteProgramCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteProgramCommandInput,
|
|
25
20
|
DeleteProgramCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteSourceLocationRequest,
|
|
4
|
-
DeleteSourceLocationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteSourceLocationRequest, DeleteSourceLocationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DeleteSourceLocationCommandInput
|
|
8
|
-
extends DeleteSourceLocationRequest {}
|
|
4
|
+
export interface DeleteSourceLocationCommandInput extends DeleteSourceLocationRequest {}
|
|
9
5
|
export interface DeleteSourceLocationCommandOutput
|
|
10
|
-
extends DeleteSourceLocationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DeleteSourceLocationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DeleteSourceLocationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DeleteSourceLocationCommandInput
|
|
9
|
+
input: DeleteSourceLocationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DeleteSourceLocationCommandInput,
|
|
17
12
|
DeleteSourceLocationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DeleteSourceLocationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DeleteSourceLocationCommandInput
|
|
18
|
+
input: DeleteSourceLocationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DeleteSourceLocationCommandInput,
|
|
26
21
|
DeleteSourceLocationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteVodSourceRequest,
|
|
4
|
-
DeleteVodSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteVodSourceRequest, DeleteVodSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {}
|
|
8
|
-
export interface DeleteVodSourceCommandOutput
|
|
9
|
-
extends DeleteVodSourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteVodSourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteVodSourceCommandInput
|
|
8
|
+
input: DeleteVodSourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteVodSourceCommandInput,
|
|
16
11
|
DeleteVodSourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteVodSourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteVodSourceCommandInput
|
|
17
|
+
input: DeleteVodSourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteVodSourceCommandInput,
|
|
25
20
|
DeleteVodSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeChannelRequest,
|
|
4
|
-
DescribeChannelResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
|
|
8
|
-
export interface DescribeChannelCommandOutput
|
|
9
|
-
extends DescribeChannelResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeChannelCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeChannelCommandInput
|
|
8
|
+
input: DescribeChannelCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeChannelCommandInput,
|
|
16
11
|
DescribeChannelCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeChannelCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeChannelCommandInput
|
|
17
|
+
input: DescribeChannelCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeChannelCommandInput,
|
|
25
20
|
DescribeChannelCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeLiveSourceRequest,
|
|
4
|
-
DescribeLiveSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeLiveSourceRequest, DescribeLiveSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeLiveSourceCommandInput
|
|
8
|
-
extends DescribeLiveSourceRequest {}
|
|
4
|
+
export interface DescribeLiveSourceCommandInput extends DescribeLiveSourceRequest {}
|
|
9
5
|
export interface DescribeLiveSourceCommandOutput
|
|
10
|
-
extends DescribeLiveSourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeLiveSourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeLiveSourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeLiveSourceCommandInput
|
|
9
|
+
input: DescribeLiveSourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeLiveSourceCommandInput,
|
|
17
12
|
DescribeLiveSourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeLiveSourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeLiveSourceCommandInput
|
|
18
|
+
input: DescribeLiveSourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeLiveSourceCommandInput,
|
|
26
21
|
DescribeLiveSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeProgramRequest,
|
|
4
|
-
DescribeProgramResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeProgramRequest, DescribeProgramResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DescribeProgramCommandInput extends DescribeProgramRequest {}
|
|
8
|
-
export interface DescribeProgramCommandOutput
|
|
9
|
-
extends DescribeProgramResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DescribeProgramCommandOutput extends DescribeProgramResponse, __MetadataBearer {}
|
|
11
6
|
declare const DescribeProgramCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DescribeProgramCommandInput
|
|
8
|
+
input: DescribeProgramCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DescribeProgramCommandInput,
|
|
16
11
|
DescribeProgramCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DescribeProgramCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DescribeProgramCommandInput
|
|
17
|
+
input: DescribeProgramCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DescribeProgramCommandInput,
|
|
25
20
|
DescribeProgramCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeSourceLocationRequest,
|
|
4
|
-
DescribeSourceLocationResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeSourceLocationRequest, DescribeSourceLocationResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeSourceLocationCommandInput
|
|
8
|
-
extends DescribeSourceLocationRequest {}
|
|
4
|
+
export interface DescribeSourceLocationCommandInput extends DescribeSourceLocationRequest {}
|
|
9
5
|
export interface DescribeSourceLocationCommandOutput
|
|
10
|
-
extends DescribeSourceLocationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeSourceLocationResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeSourceLocationCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeSourceLocationCommandInput
|
|
9
|
+
input: DescribeSourceLocationCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeSourceLocationCommandInput,
|
|
17
12
|
DescribeSourceLocationCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeSourceLocationCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeSourceLocationCommandInput
|
|
18
|
+
input: DescribeSourceLocationCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeSourceLocationCommandInput,
|
|
26
21
|
DescribeSourceLocationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeVodSourceRequest,
|
|
4
|
-
DescribeVodSourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeVodSourceRequest, DescribeVodSourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeVodSourceCommandInput
|
|
8
|
-
extends DescribeVodSourceRequest {}
|
|
4
|
+
export interface DescribeVodSourceCommandInput extends DescribeVodSourceRequest {}
|
|
9
5
|
export interface DescribeVodSourceCommandOutput
|
|
10
|
-
extends DescribeVodSourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeVodSourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeVodSourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeVodSourceCommandInput
|
|
9
|
+
input: DescribeVodSourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeVodSourceCommandInput,
|
|
17
12
|
DescribeVodSourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeVodSourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeVodSourceCommandInput
|
|
18
|
+
input: DescribeVodSourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeVodSourceCommandInput,
|
|
26
21
|
DescribeVodSourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetChannelPolicyRequest,
|
|
4
|
-
GetChannelPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {}
|
|
8
|
-
export interface GetChannelPolicyCommandOutput
|
|
9
|
-
extends GetChannelPolicyResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, __MetadataBearer {}
|
|
11
6
|
declare const GetChannelPolicyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetChannelPolicyCommandInput
|
|
8
|
+
input: GetChannelPolicyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetChannelPolicyCommandInput,
|
|
16
11
|
GetChannelPolicyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetChannelPolicyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetChannelPolicyCommandInput
|
|
17
|
+
input: GetChannelPolicyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetChannelPolicyCommandInput,
|
|
25
20
|
GetChannelPolicyCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetChannelScheduleRequest,
|
|
4
|
-
GetChannelScheduleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetChannelScheduleRequest, GetChannelScheduleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetChannelScheduleCommandInput
|
|
8
|
-
extends GetChannelScheduleRequest {}
|
|
4
|
+
export interface GetChannelScheduleCommandInput extends GetChannelScheduleRequest {}
|
|
9
5
|
export interface GetChannelScheduleCommandOutput
|
|
10
|
-
extends GetChannelScheduleResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetChannelScheduleResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetChannelScheduleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetChannelScheduleCommandInput
|
|
9
|
+
input: GetChannelScheduleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetChannelScheduleCommandInput,
|
|
17
12
|
GetChannelScheduleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetChannelScheduleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetChannelScheduleCommandInput
|
|
18
|
+
input: GetChannelScheduleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetChannelScheduleCommandInput,
|
|
26
21
|
GetChannelScheduleCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface GetFunctionCommandInput extends GetFunctionRequest {}
|
|
5
|
-
export interface GetFunctionCommandOutput
|
|
6
|
-
extends GetFunctionResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {}
|
|
8
6
|
declare const GetFunctionCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: GetFunctionCommandInput
|
|
8
|
+
input: GetFunctionCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
GetFunctionCommandInput,
|
|
13
11
|
GetFunctionCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const GetFunctionCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: GetFunctionCommandInput
|
|
17
|
+
input: GetFunctionCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
GetFunctionCommandInput,
|
|
22
20
|
GetFunctionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetPlaybackConfigurationResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPlaybackConfigurationCommandInput
|
|
8
|
-
extends GetPlaybackConfigurationRequest {}
|
|
7
|
+
export interface GetPlaybackConfigurationCommandInput extends GetPlaybackConfigurationRequest {}
|
|
9
8
|
export interface GetPlaybackConfigurationCommandOutput
|
|
10
|
-
extends GetPlaybackConfigurationResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetPlaybackConfigurationResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetPlaybackConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetPlaybackConfigurationCommandInput
|
|
12
|
+
input: GetPlaybackConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetPlaybackConfigurationCommandInput,
|
|
17
15
|
GetPlaybackConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetPlaybackConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetPlaybackConfigurationCommandInput
|
|
21
|
+
input: GetPlaybackConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetPlaybackConfigurationCommandInput,
|
|
26
24
|
GetPlaybackConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetPrefetchScheduleRequest,
|
|
4
|
-
GetPrefetchScheduleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetPrefetchScheduleRequest, GetPrefetchScheduleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetPrefetchScheduleCommandInput
|
|
8
|
-
extends GetPrefetchScheduleRequest {}
|
|
4
|
+
export interface GetPrefetchScheduleCommandInput extends GetPrefetchScheduleRequest {}
|
|
9
5
|
export interface GetPrefetchScheduleCommandOutput
|
|
10
|
-
extends GetPrefetchScheduleResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetPrefetchScheduleResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetPrefetchScheduleCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetPrefetchScheduleCommandInput
|
|
9
|
+
input: GetPrefetchScheduleCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetPrefetchScheduleCommandInput,
|
|
17
12
|
GetPrefetchScheduleCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetPrefetchScheduleCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetPrefetchScheduleCommandInput
|
|
18
|
+
input: GetPrefetchScheduleCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetPrefetchScheduleCommandInput,
|
|
26
21
|
GetPrefetchScheduleCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListAlertsRequest, ListAlertsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListAlertsCommandInput extends ListAlertsRequest {}
|
|
5
|
-
export interface ListAlertsCommandOutput
|
|
6
|
-
extends ListAlertsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListAlertsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListAlertsCommandInput
|
|
8
|
+
input: ListAlertsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListAlertsCommandInput,
|
|
13
11
|
ListAlertsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListAlertsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListAlertsCommandInput
|
|
17
|
+
input: ListAlertsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListAlertsCommandInput,
|
|
22
20
|
ListAlertsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
5
|
-
export interface ListChannelsCommandOutput
|
|
6
|
-
extends ListChannelsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListChannelsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListChannelsCommandInput
|
|
8
|
+
input: ListChannelsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListChannelsCommandInput,
|
|
13
11
|
ListChannelsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListFunctionsRequest,
|
|
4
|
-
ListFunctionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListFunctionsCommandInput extends ListFunctionsRequest {}
|
|
8
|
-
export interface ListFunctionsCommandOutput
|
|
9
|
-
extends ListFunctionsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListFunctionsCommandOutput extends ListFunctionsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListFunctionsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListFunctionsCommandInput
|
|
8
|
+
input: ListFunctionsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListFunctionsCommandInput,
|
|
16
11
|
ListFunctionsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListLiveSourcesRequest,
|
|
4
|
-
ListLiveSourcesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListLiveSourcesRequest, ListLiveSourcesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListLiveSourcesCommandInput extends ListLiveSourcesRequest {}
|
|
8
|
-
export interface ListLiveSourcesCommandOutput
|
|
9
|
-
extends ListLiveSourcesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListLiveSourcesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListLiveSourcesCommandInput
|
|
8
|
+
input: ListLiveSourcesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListLiveSourcesCommandInput,
|
|
16
11
|
ListLiveSourcesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListLiveSourcesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListLiveSourcesCommandInput
|
|
17
|
+
input: ListLiveSourcesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListLiveSourcesCommandInput,
|
|
25
20
|
ListLiveSourcesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListPlaybackConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPlaybackConfigurationsCommandInput
|
|
8
|
-
extends ListPlaybackConfigurationsRequest {}
|
|
7
|
+
export interface ListPlaybackConfigurationsCommandInput extends ListPlaybackConfigurationsRequest {}
|
|
9
8
|
export interface ListPlaybackConfigurationsCommandOutput
|
|
10
|
-
extends ListPlaybackConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListPlaybackConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListPlaybackConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListPlaybackConfigurationsCommandInput
|
|
12
|
+
input: ListPlaybackConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListPlaybackConfigurationsCommandInput,
|
|
17
15
|
ListPlaybackConfigurationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListPrefetchSchedulesRequest,
|
|
4
|
-
ListPrefetchSchedulesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListPrefetchSchedulesRequest, ListPrefetchSchedulesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListPrefetchSchedulesCommandInput
|
|
8
|
-
extends ListPrefetchSchedulesRequest {}
|
|
4
|
+
export interface ListPrefetchSchedulesCommandInput extends ListPrefetchSchedulesRequest {}
|
|
9
5
|
export interface ListPrefetchSchedulesCommandOutput
|
|
10
|
-
extends ListPrefetchSchedulesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListPrefetchSchedulesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListPrefetchSchedulesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListPrefetchSchedulesCommandInput
|
|
9
|
+
input: ListPrefetchSchedulesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListPrefetchSchedulesCommandInput,
|
|
17
12
|
ListPrefetchSchedulesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListPrefetchSchedulesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListPrefetchSchedulesCommandInput
|
|
18
|
+
input: ListPrefetchSchedulesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListPrefetchSchedulesCommandInput,
|
|
26
21
|
ListPrefetchSchedulesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSourceLocationsRequest,
|
|
4
|
-
ListSourceLocationsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSourceLocationsRequest, ListSourceLocationsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListSourceLocationsCommandInput
|
|
8
|
-
extends ListSourceLocationsRequest {}
|
|
4
|
+
export interface ListSourceLocationsCommandInput extends ListSourceLocationsRequest {}
|
|
9
5
|
export interface ListSourceLocationsCommandOutput
|
|
10
|
-
extends ListSourceLocationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListSourceLocationsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListSourceLocationsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListSourceLocationsCommandInput
|
|
9
|
+
input: ListSourceLocationsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListSourceLocationsCommandInput,
|
|
17
12
|
ListSourceLocationsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListVodSourcesRequest,
|
|
4
|
-
ListVodSourcesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListVodSourcesRequest, ListVodSourcesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListVodSourcesCommandInput extends ListVodSourcesRequest {}
|
|
8
|
-
export interface ListVodSourcesCommandOutput
|
|
9
|
-
extends ListVodSourcesResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListVodSourcesCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListVodSourcesCommandInput
|
|
8
|
+
input: ListVodSourcesCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListVodSourcesCommandInput,
|
|
16
11
|
ListVodSourcesCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListVodSourcesCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListVodSourcesCommandInput
|
|
17
|
+
input: ListVodSourcesCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListVodSourcesCommandInput,
|
|
25
20
|
ListVodSourcesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
PutChannelPolicyRequest,
|
|
4
|
-
PutChannelPolicyResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {}
|
|
8
|
-
export interface PutChannelPolicyCommandOutput
|
|
9
|
-
extends PutChannelPolicyResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse, __MetadataBearer {}
|
|
11
6
|
declare const PutChannelPolicyCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: PutChannelPolicyCommandInput
|
|
8
|
+
input: PutChannelPolicyCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
PutChannelPolicyCommandInput,
|
|
16
11
|
PutChannelPolicyCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const PutChannelPolicyCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: PutChannelPolicyCommandInput
|
|
17
|
+
input: PutChannelPolicyCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
PutChannelPolicyCommandInput,
|
|
25
20
|
PutChannelPolicyCommandOutput,
|