@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,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 { UpdateChannelRequest, UpdateChannelResponse } 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 UpdateChannelCommandInput extends UpdateChannelRequest {
|
|
|
22
19
|
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateChannelCommand_base: {
|
|
25
|
-
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateChannelCommandInput): import("@smithy/core/client").CommandImpl<UpdateChannelCommandInput, UpdateChannelCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates 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>
|
|
@@ -97,6 +92,7 @@ declare const UpdateChannelCommand_base: {
|
|
|
97
92
|
* // },
|
|
98
93
|
* // ManifestName: "STRING_VALUE", // required
|
|
99
94
|
* // PlaybackUrl: "STRING_VALUE", // required
|
|
95
|
+
* // DualStackPlaybackUrl: "STRING_VALUE",
|
|
100
96
|
* // SourceGroup: "STRING_VALUE", // required
|
|
101
97
|
* // },
|
|
102
98
|
* // ],
|
|
@@ -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 { UpdateLiveSourceRequest, UpdateLiveSourceResponse } 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 UpdateLiveSourceCommandInput extends UpdateLiveSourceRequest {
|
|
|
22
19
|
export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateLiveSourceCommand_base: {
|
|
25
|
-
new (input: UpdateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a live source's 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 { UpdateProgramRequest, UpdateProgramResponse } 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 UpdateProgramCommandInput extends UpdateProgramRequest {
|
|
|
22
19
|
export interface UpdateProgramCommandOutput extends UpdateProgramResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateProgramCommand_base: {
|
|
25
|
-
new (input: UpdateProgramCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramCommandInput, UpdateProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateProgramCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramCommandInput, UpdateProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateProgramCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramCommandInput, UpdateProgramCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateProgramCommandInput): import("@smithy/core/client").CommandImpl<UpdateProgramCommandInput, UpdateProgramCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a program within 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 { UpdateSourceLocationRequest, UpdateSourceLocationResponse } 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 UpdateSourceLocationCommandInput extends UpdateSourceLocationRe
|
|
|
22
19
|
export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateSourceLocationCommand_base: {
|
|
25
|
-
new (input: UpdateSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a source location. A source location is a container for sources. For more information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working with source locations</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 { UpdateVodSourceRequest, UpdateVodSourceResponse } 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 UpdateVodSourceCommandInput extends UpdateVodSourceRequest {
|
|
|
22
19
|
export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateVodSourceCommand_base: {
|
|
25
|
-
new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateVodSourceCommandInput): import("@smithy/core/client").CommandImpl<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates a VOD source's configuration.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { MediaTailorExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
12
13
|
export * from "./schemas/schemas_0";
|
|
13
14
|
export * from "./pagination";
|
|
14
15
|
export * from "./models/enums";
|
|
@@ -349,10 +349,15 @@ export interface ResponseOutputItem {
|
|
|
349
349
|
*/
|
|
350
350
|
ManifestName: string | undefined;
|
|
351
351
|
/**
|
|
352
|
-
* <p>The URL
|
|
352
|
+
* <p>The URL that your player uses for playback.</p>
|
|
353
353
|
* @public
|
|
354
354
|
*/
|
|
355
355
|
PlaybackUrl: string | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* <p>The dual-stack (IPv4 and IPv6) URL that your player uses for playback.</p>
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
DualStackPlaybackUrl?: string | undefined;
|
|
356
361
|
/**
|
|
357
362
|
* <p>A string used to associate a package configuration source group with a channel output.</p>
|
|
358
363
|
* @public
|
|
@@ -739,10 +744,15 @@ export interface CdnConfiguration {
|
|
|
739
744
|
*/
|
|
740
745
|
export interface DashConfiguration {
|
|
741
746
|
/**
|
|
742
|
-
* <p>The URL
|
|
747
|
+
* <p>The URL that MediaTailor generates to initiate a playback session. The session uses server-side reporting.</p>
|
|
743
748
|
* @public
|
|
744
749
|
*/
|
|
745
750
|
ManifestEndpointPrefix?: string | undefined;
|
|
751
|
+
/**
|
|
752
|
+
* <p>The dual-stack (IPv4 and IPv6) URL that MediaTailor generates to initiate a playback session. The session uses server-side reporting.</p>
|
|
753
|
+
* @public
|
|
754
|
+
*/
|
|
755
|
+
DualStackManifestEndpointPrefix?: string | undefined;
|
|
746
756
|
/**
|
|
747
757
|
* <p>The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are <code>DISABLED</code> and <code>EMT_DEFAULT</code>. The <code>EMT_DEFAULT</code> setting enables the inclusion of the tag and is the default value.</p>
|
|
748
758
|
* @public
|
|
@@ -760,10 +770,15 @@ export interface DashConfiguration {
|
|
|
760
770
|
*/
|
|
761
771
|
export interface HlsConfiguration {
|
|
762
772
|
/**
|
|
763
|
-
* <p>The URL that
|
|
773
|
+
* <p>The URL that MediaTailor generates to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.</p>
|
|
764
774
|
* @public
|
|
765
775
|
*/
|
|
766
776
|
ManifestEndpointPrefix?: string | undefined;
|
|
777
|
+
/**
|
|
778
|
+
* <p>The dual-stack (IPv4 and IPv6) URL that MediaTailor generates to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.</p>
|
|
779
|
+
* @public
|
|
780
|
+
*/
|
|
781
|
+
DualStackManifestEndpointPrefix?: string | undefined;
|
|
767
782
|
}
|
|
768
783
|
/**
|
|
769
784
|
* <p>The configuration for pre-roll ad insertion.</p>
|
|
@@ -937,15 +952,25 @@ export interface PlaybackConfiguration {
|
|
|
937
952
|
*/
|
|
938
953
|
PlaybackConfigurationArn?: string | undefined;
|
|
939
954
|
/**
|
|
940
|
-
* <p>The URL that
|
|
955
|
+
* <p>The URL that your player accesses to get a manifest from AWS Elemental MediaTailor.</p>
|
|
941
956
|
* @public
|
|
942
957
|
*/
|
|
943
958
|
PlaybackEndpointPrefix?: string | undefined;
|
|
944
959
|
/**
|
|
945
|
-
* <p>The URL that
|
|
960
|
+
* <p>The dual-stack (IPv4 and IPv6) URL that your player accesses to get a manifest from AWS Elemental MediaTailor.</p>
|
|
961
|
+
* @public
|
|
962
|
+
*/
|
|
963
|
+
DualStackPlaybackEndpointPrefix?: string | undefined;
|
|
964
|
+
/**
|
|
965
|
+
* <p>The URL that your player uses to initialize a session that uses client-side reporting.</p>
|
|
946
966
|
* @public
|
|
947
967
|
*/
|
|
948
968
|
SessionInitializationEndpointPrefix?: string | undefined;
|
|
969
|
+
/**
|
|
970
|
+
* <p>The dual-stack (IPv4 and IPv6) URL that your player uses to initialize a session that uses client-side reporting.</p>
|
|
971
|
+
* @public
|
|
972
|
+
*/
|
|
973
|
+
DualStackSessionInitializationEndpointPrefix?: string | undefined;
|
|
949
974
|
/**
|
|
950
975
|
* <p>The URL for a video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
951
976
|
* @public
|
|
@@ -3312,15 +3337,25 @@ export interface GetPlaybackConfigurationResponse {
|
|
|
3312
3337
|
*/
|
|
3313
3338
|
PlaybackConfigurationArn?: string | undefined;
|
|
3314
3339
|
/**
|
|
3315
|
-
* <p>The URL that
|
|
3340
|
+
* <p>The URL that your player accesses to get a manifest from AWS Elemental MediaTailor. The session uses server-side reporting.</p>
|
|
3316
3341
|
* @public
|
|
3317
3342
|
*/
|
|
3318
3343
|
PlaybackEndpointPrefix?: string | undefined;
|
|
3319
3344
|
/**
|
|
3320
|
-
* <p>The URL that
|
|
3345
|
+
* <p>The dual-stack (IPv4 and IPv6) URL that your player accesses to get a manifest from AWS Elemental MediaTailor. The session uses server-side reporting.</p>
|
|
3346
|
+
* @public
|
|
3347
|
+
*/
|
|
3348
|
+
DualStackPlaybackEndpointPrefix?: string | undefined;
|
|
3349
|
+
/**
|
|
3350
|
+
* <p>The URL that your player uses to initialize a session that uses client-side reporting.</p>
|
|
3321
3351
|
* @public
|
|
3322
3352
|
*/
|
|
3323
3353
|
SessionInitializationEndpointPrefix?: string | undefined;
|
|
3354
|
+
/**
|
|
3355
|
+
* <p>The dual-stack (IPv4 and IPv6) URL that your player uses to initialize a session that uses client-side reporting.</p>
|
|
3356
|
+
* @public
|
|
3357
|
+
*/
|
|
3358
|
+
DualStackSessionInitializationEndpointPrefix?: string | undefined;
|
|
3324
3359
|
/**
|
|
3325
3360
|
* <p>The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
3326
3361
|
* @public
|
|
@@ -3886,11 +3921,21 @@ export interface PutPlaybackConfigurationResponse {
|
|
|
3886
3921
|
* @public
|
|
3887
3922
|
*/
|
|
3888
3923
|
PlaybackEndpointPrefix?: string | undefined;
|
|
3924
|
+
/**
|
|
3925
|
+
* <p>The dual-stack (IPv4 and IPv6) playback endpoint prefix associated with the playback configuration.</p>
|
|
3926
|
+
* @public
|
|
3927
|
+
*/
|
|
3928
|
+
DualStackPlaybackEndpointPrefix?: string | undefined;
|
|
3889
3929
|
/**
|
|
3890
3930
|
* <p>The session initialization endpoint prefix associated with the playback configuration.</p>
|
|
3891
3931
|
* @public
|
|
3892
3932
|
*/
|
|
3893
3933
|
SessionInitializationEndpointPrefix?: string | undefined;
|
|
3934
|
+
/**
|
|
3935
|
+
* <p>The dual-stack (IPv4 and IPv6) session initialization endpoint prefix associated with the playback configuration.</p>
|
|
3936
|
+
* @public
|
|
3937
|
+
*/
|
|
3938
|
+
DualStackSessionInitializationEndpointPrefix?: string | undefined;
|
|
3894
3939
|
/**
|
|
3895
3940
|
* <p>The URL for a high-quality video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID configurations. For VPAID, the slate is required because MediaTailor provides it in the slots that are designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.</p>
|
|
3896
3941
|
* @public
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
MediaTailorClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./MediaTailorClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
MediaTailorClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
MediaTailorClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MediaTailorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MediaTailorClient";
|
|
8
2
|
import {
|
|
9
3
|
ConfigureLogsForChannelRequest,
|
|
10
4
|
ConfigureLogsForChannelResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ConfigureLogsForChannelCommandInput
|
|
15
8
|
extends ConfigureLogsForChannelRequest {}
|
|
16
9
|
export interface ConfigureLogsForChannelCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ConfigureLogsForChannelCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ConfigureLogsForChannelCommandInput,
|
|
24
17
|
ConfigureLogsForChannelCommandOutput,
|
|
25
|
-
MediaTailorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ConfigureLogsForChannelCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ConfigureLogsForChannelCommandInput,
|
|
33
26
|
ConfigureLogsForChannelCommandOutput,
|
|
34
|
-
MediaTailorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ConfigureLogsForChannelCommand extends ConfigureLogsForChannelCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MediaTailorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MediaTailorClient";
|
|
8
2
|
import {
|
|
9
3
|
ConfigureLogsForPlaybackConfigurationRequest,
|
|
10
4
|
ConfigureLogsForPlaybackConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ConfigureLogsForPlaybackConfigurationCommandInput
|
|
15
8
|
extends ConfigureLogsForPlaybackConfigurationRequest {}
|
|
16
9
|
export interface ConfigureLogsForPlaybackConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
24
17
|
ConfigureLogsForPlaybackConfigurationCommandOutput,
|
|
25
|
-
MediaTailorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ConfigureLogsForPlaybackConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ConfigureLogsForPlaybackConfigurationCommandInput,
|
|
33
26
|
ConfigureLogsForPlaybackConfigurationCommandOutput,
|
|
34
|
-
MediaTailorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ConfigureLogsForPlaybackConfigurationCommand extends ConfigureLogsForPlaybackConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MediaTailorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MediaTailorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateChannelRequest,
|
|
10
4
|
CreateChannelResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateChannelCommandInput extends CreateChannelRequest {}
|
|
15
8
|
export interface CreateChannelCommandOutput
|
|
16
9
|
extends CreateChannelResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateChannelCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateChannelCommandInput,
|
|
23
16
|
CreateChannelCommandOutput,
|
|
24
|
-
MediaTailorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateChannelCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateChannelCommandInput,
|
|
32
25
|
CreateChannelCommandOutput,
|
|
33
|
-
MediaTailorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MediaTailorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MediaTailorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateLiveSourceRequest,
|
|
10
4
|
CreateLiveSourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateLiveSourceCommandInput extends CreateLiveSourceRequest {}
|
|
15
8
|
export interface CreateLiveSourceCommandOutput
|
|
16
9
|
extends CreateLiveSourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateLiveSourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateLiveSourceCommandInput,
|
|
23
16
|
CreateLiveSourceCommandOutput,
|
|
24
|
-
MediaTailorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateLiveSourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateLiveSourceCommandInput,
|
|
32
25
|
CreateLiveSourceCommandOutput,
|
|
33
|
-
MediaTailorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateLiveSourceCommand extends CreateLiveSourceCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MediaTailorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MediaTailorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreatePrefetchScheduleRequest,
|
|
10
4
|
CreatePrefetchScheduleResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreatePrefetchScheduleCommandInput
|
|
15
8
|
extends CreatePrefetchScheduleRequest {}
|
|
16
9
|
export interface CreatePrefetchScheduleCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const CreatePrefetchScheduleCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
CreatePrefetchScheduleCommandInput,
|
|
24
17
|
CreatePrefetchScheduleCommandOutput,
|
|
25
|
-
MediaTailorClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: CreatePrefetchScheduleCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
CreatePrefetchScheduleCommandInput,
|
|
33
26
|
CreatePrefetchScheduleCommandOutput,
|
|
34
|
-
MediaTailorClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class CreatePrefetchScheduleCommand extends CreatePrefetchScheduleCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
MediaTailorClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../MediaTailorClient";
|
|
8
2
|
import {
|
|
9
3
|
CreateProgramRequest,
|
|
10
4
|
CreateProgramResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface CreateProgramCommandInput extends CreateProgramRequest {}
|
|
15
8
|
export interface CreateProgramCommandOutput
|
|
16
9
|
extends CreateProgramResponse,
|
|
@@ -21,22 +14,20 @@ declare const CreateProgramCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
CreateProgramCommandInput,
|
|
23
16
|
CreateProgramCommandOutput,
|
|
24
|
-
MediaTailorClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: CreateProgramCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
CreateProgramCommandInput,
|
|
32
25
|
CreateProgramCommandOutput,
|
|
33
|
-
MediaTailorClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").MediaTailorClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class CreateProgramCommand extends CreateProgramCommand_base {
|
|
42
33
|
protected static __types: {
|