@aws-sdk/client-mediatailor 3.1077.0 → 3.1079.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 +72 -495
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/ConfigureLogsForChannelCommand.js +2 -14
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateChannelCommand.js +2 -14
- package/dist-es/commands/CreateLiveSourceCommand.js +2 -14
- package/dist-es/commands/CreatePrefetchScheduleCommand.js +2 -14
- package/dist-es/commands/CreateProgramCommand.js +2 -14
- package/dist-es/commands/CreateSourceLocationCommand.js +2 -14
- package/dist-es/commands/CreateVodSourceCommand.js +2 -14
- package/dist-es/commands/DeleteChannelCommand.js +2 -14
- package/dist-es/commands/DeleteChannelPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteFunctionCommand.js +2 -14
- package/dist-es/commands/DeleteLiveSourceCommand.js +2 -14
- package/dist-es/commands/DeletePlaybackConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePrefetchScheduleCommand.js +2 -14
- package/dist-es/commands/DeleteProgramCommand.js +2 -14
- package/dist-es/commands/DeleteSourceLocationCommand.js +2 -14
- package/dist-es/commands/DeleteVodSourceCommand.js +2 -14
- package/dist-es/commands/DescribeChannelCommand.js +2 -14
- package/dist-es/commands/DescribeLiveSourceCommand.js +2 -14
- package/dist-es/commands/DescribeProgramCommand.js +2 -14
- package/dist-es/commands/DescribeSourceLocationCommand.js +2 -14
- package/dist-es/commands/DescribeVodSourceCommand.js +2 -14
- package/dist-es/commands/GetChannelPolicyCommand.js +2 -14
- package/dist-es/commands/GetChannelScheduleCommand.js +2 -14
- package/dist-es/commands/GetFunctionCommand.js +2 -14
- package/dist-es/commands/GetPlaybackConfigurationCommand.js +2 -14
- package/dist-es/commands/GetPrefetchScheduleCommand.js +2 -14
- package/dist-es/commands/ListAlertsCommand.js +2 -14
- package/dist-es/commands/ListChannelsCommand.js +2 -14
- package/dist-es/commands/ListFunctionsCommand.js +2 -14
- package/dist-es/commands/ListLiveSourcesCommand.js +2 -14
- package/dist-es/commands/ListPlaybackConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListPrefetchSchedulesCommand.js +2 -14
- package/dist-es/commands/ListSourceLocationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVodSourcesCommand.js +2 -14
- package/dist-es/commands/PutChannelPolicyCommand.js +2 -14
- package/dist-es/commands/PutFunctionCommand.js +2 -14
- package/dist-es/commands/PutPlaybackConfigurationCommand.js +2 -14
- package/dist-es/commands/StartChannelCommand.js +2 -14
- package/dist-es/commands/StopChannelCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateChannelCommand.js +2 -14
- package/dist-es/commands/UpdateLiveSourceCommand.js +2 -14
- package/dist-es/commands/UpdateProgramCommand.js +2 -14
- package/dist-es/commands/UpdateSourceLocationCommand.js +2 -14
- package/dist-es/commands/UpdateVodSourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +16 -12
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/ConfigureLogsForChannelCommand.d.ts +3 -8
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelCommand.d.ts +4 -8
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +3 -8
- package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +3 -8
- package/dist-types/commands/CreateProgramCommand.d.ts +3 -8
- package/dist-types/commands/CreateSourceLocationCommand.d.ts +3 -8
- package/dist-types/commands/CreateVodSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFunctionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +3 -8
- package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProgramCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSourceLocationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVodSourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelCommand.d.ts +4 -8
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProgramCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSourceLocationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVodSourceCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelScheduleCommand.d.ts +3 -8
- package/dist-types/commands/GetFunctionCommand.d.ts +3 -8
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +7 -8
- package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +3 -8
- package/dist-types/commands/ListAlertsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsCommand.d.ts +4 -8
- package/dist-types/commands/ListFunctionsCommand.d.ts +3 -8
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +7 -8
- package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +3 -8
- package/dist-types/commands/ListSourceLocationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVodSourcesCommand.d.ts +3 -8
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutFunctionCommand.d.ts +3 -8
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +7 -8
- package/dist-types/commands/StartChannelCommand.d.ts +3 -8
- package/dist-types/commands/StopChannelCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelCommand.d.ts +4 -8
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProgramCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSourceLocationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +52 -7
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/ConfigureLogsForChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutFunctionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProgramCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -0
- package/package.json +8 -8
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPlaybackConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPlaybackConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "ListPlaybackConfigurations", {})
|
|
13
|
-
.n("MediaTailorClient", "ListPlaybackConfigurationsCommand")
|
|
14
|
-
.sc(ListPlaybackConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPlaybackConfigurationsCommand extends command(_ep0, _mw0, "ListPlaybackConfigurations", ListPlaybackConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListPrefetchSchedules$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListPrefetchSchedulesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "ListPrefetchSchedules", {})
|
|
13
|
-
.n("MediaTailorClient", "ListPrefetchSchedulesCommand")
|
|
14
|
-
.sc(ListPrefetchSchedules$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListPrefetchSchedulesCommand extends command(_ep0, _mw0, "ListPrefetchSchedules", ListPrefetchSchedules$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListSourceLocations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSourceLocationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "ListSourceLocations", {})
|
|
13
|
-
.n("MediaTailorClient", "ListSourceLocationsCommand")
|
|
14
|
-
.sc(ListSourceLocations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSourceLocationsCommand extends command(_ep0, _mw0, "ListSourceLocations", ListSourceLocations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "ListTagsForResource", {})
|
|
13
|
-
.n("MediaTailorClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListVodSources$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListVodSourcesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "ListVodSources", {})
|
|
13
|
-
.n("MediaTailorClient", "ListVodSourcesCommand")
|
|
14
|
-
.sc(ListVodSources$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListVodSourcesCommand extends command(_ep0, _mw0, "ListVodSources", ListVodSources$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutChannelPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutChannelPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "PutChannelPolicy", {})
|
|
13
|
-
.n("MediaTailorClient", "PutChannelPolicyCommand")
|
|
14
|
-
.sc(PutChannelPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutChannelPolicyCommand extends command(_ep0, _mw0, "PutChannelPolicy", PutChannelPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutFunction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutFunctionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "PutFunction", {})
|
|
13
|
-
.n("MediaTailorClient", "PutFunctionCommand")
|
|
14
|
-
.sc(PutFunction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutFunctionCommand extends command(_ep0, _mw0, "PutFunction", PutFunction$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutPlaybackConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutPlaybackConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "PutPlaybackConfiguration", {})
|
|
13
|
-
.n("MediaTailorClient", "PutPlaybackConfigurationCommand")
|
|
14
|
-
.sc(PutPlaybackConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutPlaybackConfigurationCommand extends command(_ep0, _mw0, "PutPlaybackConfiguration", PutPlaybackConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StartChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StartChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "StartChannel", {})
|
|
13
|
-
.n("MediaTailorClient", "StartChannelCommand")
|
|
14
|
-
.sc(StartChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StartChannelCommand extends command(_ep0, _mw0, "StartChannel", StartChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { StopChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class StopChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "StopChannel", {})
|
|
13
|
-
.n("MediaTailorClient", "StopChannelCommand")
|
|
14
|
-
.sc(StopChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class StopChannelCommand extends command(_ep0, _mw0, "StopChannel", StopChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "TagResource", {})
|
|
13
|
-
.n("MediaTailorClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "UntagResource", {})
|
|
13
|
-
.n("MediaTailorClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "UpdateChannel", {})
|
|
13
|
-
.n("MediaTailorClient", "UpdateChannelCommand")
|
|
14
|
-
.sc(UpdateChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateChannelCommand extends command(_ep0, _mw0, "UpdateChannel", UpdateChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateLiveSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateLiveSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "UpdateLiveSource", {})
|
|
13
|
-
.n("MediaTailorClient", "UpdateLiveSourceCommand")
|
|
14
|
-
.sc(UpdateLiveSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateLiveSourceCommand extends command(_ep0, _mw0, "UpdateLiveSource", UpdateLiveSource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateProgram$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateProgramCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "UpdateProgram", {})
|
|
13
|
-
.n("MediaTailorClient", "UpdateProgramCommand")
|
|
14
|
-
.sc(UpdateProgram$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateProgramCommand extends command(_ep0, _mw0, "UpdateProgram", UpdateProgram$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSourceLocation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSourceLocationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "UpdateSourceLocation", {})
|
|
13
|
-
.n("MediaTailorClient", "UpdateSourceLocationCommand")
|
|
14
|
-
.sc(UpdateSourceLocation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSourceLocationCommand extends command(_ep0, _mw0, "UpdateSourceLocation", UpdateSourceLocation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateVodSource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateVodSourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("MediaTailor", "UpdateVodSource", {})
|
|
13
|
-
.n("MediaTailorClient", "UpdateVodSourceCommand")
|
|
14
|
-
.sc(UpdateVodSource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateVodSourceCommand extends command(_ep0, _mw0, "UpdateVodSource", UpdateVodSource$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -113,6 +113,10 @@ const _DSLRe = "DeleteSourceLocationResponse";
|
|
|
113
113
|
const _DSLRes = "DescribeSourceLocationRequest";
|
|
114
114
|
const _DSLResc = "DescribeSourceLocationResponse";
|
|
115
115
|
const _DSLe = "DescribeSourceLocation";
|
|
116
|
+
const _DSMEP = "DualStackManifestEndpointPrefix";
|
|
117
|
+
const _DSPEP = "DualStackPlaybackEndpointPrefix";
|
|
118
|
+
const _DSPU = "DualStackPlaybackUrl";
|
|
119
|
+
const _DSSIEP = "DualStackSessionInitializationEndpointPrefix";
|
|
116
120
|
const _DV = "DynamicVariable";
|
|
117
121
|
const _DVS = "DeleteVodSource";
|
|
118
122
|
const _DVSR = "DeleteVodSourceRequest";
|
|
@@ -563,8 +567,8 @@ export var CustomOutputConfiguration$ = [3, n0, _COC,
|
|
|
563
567
|
];
|
|
564
568
|
export var DashConfiguration$ = [3, n0, _DC,
|
|
565
569
|
0,
|
|
566
|
-
[_MEP, _ML, _OMT],
|
|
567
|
-
[0, 0, 0]
|
|
570
|
+
[_MEP, _DSMEP, _ML, _OMT],
|
|
571
|
+
[0, 0, 0, 0]
|
|
568
572
|
];
|
|
569
573
|
export var DashConfigurationForPut$ = [3, n0, _DCFP,
|
|
570
574
|
0,
|
|
@@ -768,8 +772,8 @@ export var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
|
|
|
768
772
|
];
|
|
769
773
|
export var GetPlaybackConfigurationResponse$ = [3, n0, _GPCRe,
|
|
770
774
|
0,
|
|
771
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _SIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM],
|
|
772
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0]
|
|
775
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM],
|
|
776
|
+
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0]
|
|
773
777
|
];
|
|
774
778
|
export var GetPrefetchScheduleRequest$ = [3, n0, _GPSR,
|
|
775
779
|
0,
|
|
@@ -783,8 +787,8 @@ export var GetPrefetchScheduleResponse$ = [3, n0, _GPSRe,
|
|
|
783
787
|
];
|
|
784
788
|
export var HlsConfiguration$ = [3, n0, _HCl,
|
|
785
789
|
0,
|
|
786
|
-
[_MEP],
|
|
787
|
-
[0]
|
|
790
|
+
[_MEP, _DSMEP],
|
|
791
|
+
[0, 0]
|
|
788
792
|
];
|
|
789
793
|
export var HlsPlaylistSettings$ = [3, n0, _HPS,
|
|
790
794
|
0,
|
|
@@ -938,8 +942,8 @@ export var ManifestServiceInteractionLog$ = [3, n0, _MSIL,
|
|
|
938
942
|
];
|
|
939
943
|
export var PlaybackConfiguration$ = [3, n0, _PC,
|
|
940
944
|
0,
|
|
941
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _SIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM],
|
|
942
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0]
|
|
945
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM],
|
|
946
|
+
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0]
|
|
943
947
|
];
|
|
944
948
|
export var PrefetchConsumption$ = [3, n0, _PCr,
|
|
945
949
|
0,
|
|
@@ -983,8 +987,8 @@ export var PutPlaybackConfigurationRequest$ = [3, n0, _PPCR,
|
|
|
983
987
|
];
|
|
984
988
|
export var PutPlaybackConfigurationResponse$ = [3, n0, _PPCRu,
|
|
985
989
|
0,
|
|
986
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _SIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM],
|
|
987
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0]
|
|
990
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM],
|
|
991
|
+
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0]
|
|
988
992
|
];
|
|
989
993
|
export var RecurringConsumption$ = [3, n0, _RCe,
|
|
990
994
|
0,
|
|
@@ -1008,8 +1012,8 @@ export var RequestOutputItem$ = [3, n0, _ROI,
|
|
|
1008
1012
|
];
|
|
1009
1013
|
export var ResponseOutputItem$ = [3, n0, _ROIe,
|
|
1010
1014
|
0,
|
|
1011
|
-
[_MN, _PU, _SG, _DPS, _HPS],
|
|
1012
|
-
[0, 0, 0, () => DashPlaylistSettings$, () => HlsPlaylistSettings
|
|
1015
|
+
[_MN, _PU, _SG, _DPS, _HPS, _DSPU],
|
|
1016
|
+
[0, 0, 0, () => DashPlaylistSettings$, () => HlsPlaylistSettings$, 0], 3
|
|
1013
1017
|
];
|
|
1014
1018
|
export var ScheduleAdBreak$ = [3, n0, _SAB,
|
|
1015
1019
|
0,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./MediaTailorClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
2
|
import type { ConfigureLogsForChannelRequest, ConfigureLogsForChannelResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ConfigureLogsForChannelCommandInput extends ConfigureLogsForCha
|
|
|
22
19
|
export interface ConfigureLogsForChannelCommandOutput extends ConfigureLogsForChannelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ConfigureLogsForChannelCommand_base: {
|
|
25
|
-
new (input: ConfigureLogsForChannelCommandInput): import("@smithy/core/client").CommandImpl<ConfigureLogsForChannelCommandInput, ConfigureLogsForChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ConfigureLogsForChannelCommandInput): import("@smithy/core/client").CommandImpl<ConfigureLogsForChannelCommandInput, ConfigureLogsForChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ConfigureLogsForChannelCommandInput): import("@smithy/core/client").CommandImpl<ConfigureLogsForChannelCommandInput, ConfigureLogsForChannelCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ConfigureLogsForChannelCommandInput): import("@smithy/core/client").CommandImpl<ConfigureLogsForChannelCommandInput, ConfigureLogsForChannelCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Configures Amazon CloudWatch log settings for a channel.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
2
|
import type { ConfigureLogsForPlaybackConfigurationRequest, ConfigureLogsForPlaybackConfigurationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ConfigureLogsForPlaybackConfigurationCommandInput extends Confi
|
|
|
22
19
|
export interface ConfigureLogsForPlaybackConfigurationCommandOutput extends ConfigureLogsForPlaybackConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
25
|
-
new (input: ConfigureLogsForPlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ConfigureLogsForPlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ConfigureLogsForPlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ConfigureLogsForPlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<ConfigureLogsForPlaybackConfigurationCommandInput, ConfigureLogsForPlaybackConfigurationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Defines where AWS Elemental MediaTailor sends logs for the playback configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
2
|
import type { CreateChannelRequest, CreateChannelResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateChannelCommandInput extends CreateChannelRequest {
|
|
|
22
19
|
export interface CreateChannelCommandOutput extends CreateChannelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateChannelCommand_base: {
|
|
25
|
-
new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateChannelCommandInput): import("@smithy/core/client").CommandImpl<CreateChannelCommandInput, CreateChannelCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working with channels</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
@@ -102,6 +97,7 @@ declare const CreateChannelCommand_base: {
|
|
|
102
97
|
* // },
|
|
103
98
|
* // ManifestName: "STRING_VALUE", // required
|
|
104
99
|
* // PlaybackUrl: "STRING_VALUE", // required
|
|
100
|
+
* // DualStackPlaybackUrl: "STRING_VALUE",
|
|
105
101
|
* // SourceGroup: "STRING_VALUE", // required
|
|
106
102
|
* // },
|
|
107
103
|
* // ],
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
2
|
import type { CreateLiveSourceRequest, CreateLiveSourceResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {
|
|
|
22
19
|
export interface CreateLiveSourceCommandOutput extends CreateLiveSourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateLiveSourceCommand_base: {
|
|
25
|
-
new (input: CreateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<CreateLiveSourceCommandInput, CreateLiveSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>The live source configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
2
|
import type { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreatePrefetchScheduleCommandInput extends CreatePrefetchSchedu
|
|
|
22
19
|
export interface CreatePrefetchScheduleCommandOutput extends CreatePrefetchScheduleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreatePrefetchScheduleCommand_base: {
|
|
25
|
-
new (input: CreatePrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreatePrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreatePrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreatePrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<CreatePrefetchScheduleCommandInput, CreatePrefetchScheduleCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a prefetch schedule for a playback configuration. A prefetch schedule allows you to tell MediaTailor to fetch and prepare certain ads before an ad break happens. For more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using ad prefetching</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
4
2
|
import type { CreateProgramRequest, CreateProgramResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateProgramCommandInput extends CreateProgramRequest {
|
|
|
22
19
|
export interface CreateProgramCommandOutput extends CreateProgramResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateProgramCommand_base: {
|
|
25
|
-
new (input: CreateProgramCommandInput): import("@smithy/core/client").CommandImpl<CreateProgramCommandInput, CreateProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateProgramCommandInput): import("@smithy/core/client").CommandImpl<CreateProgramCommandInput, CreateProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateProgramCommandInput): import("@smithy/core/client").CommandImpl<CreateProgramCommandInput, CreateProgramCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateProgramCommandInput): import("@smithy/core/client").CommandImpl<CreateProgramCommandInput, CreateProgramCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working with programs</a> in the <i>MediaTailor User Guide</i>.</p>
|