@aws-sdk/client-mediatailor 3.194.0 → 3.196.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/CHANGELOG.md +12 -0
- package/README.md +2 -1
- package/dist-cjs/MediaTailorClient.js +11 -8
- package/dist-cjs/commands/ConfigureLogsForPlaybackConfigurationCommand.js +10 -0
- package/dist-cjs/commands/CreateChannelCommand.js +10 -0
- package/dist-cjs/commands/CreateLiveSourceCommand.js +10 -0
- package/dist-cjs/commands/CreatePrefetchScheduleCommand.js +10 -0
- package/dist-cjs/commands/CreateProgramCommand.js +10 -0
- package/dist-cjs/commands/CreateSourceLocationCommand.js +10 -0
- package/dist-cjs/commands/CreateVodSourceCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteLiveSourceCommand.js +10 -0
- package/dist-cjs/commands/DeletePlaybackConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeletePrefetchScheduleCommand.js +10 -0
- package/dist-cjs/commands/DeleteProgramCommand.js +10 -0
- package/dist-cjs/commands/DeleteSourceLocationCommand.js +10 -0
- package/dist-cjs/commands/DeleteVodSourceCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
- package/dist-cjs/commands/DescribeLiveSourceCommand.js +10 -0
- package/dist-cjs/commands/DescribeProgramCommand.js +10 -0
- package/dist-cjs/commands/DescribeSourceLocationCommand.js +10 -0
- package/dist-cjs/commands/DescribeVodSourceCommand.js +10 -0
- package/dist-cjs/commands/GetChannelPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetChannelScheduleCommand.js +10 -0
- package/dist-cjs/commands/GetPlaybackConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetPrefetchScheduleCommand.js +10 -0
- package/dist-cjs/commands/ListAlertsCommand.js +10 -0
- package/dist-cjs/commands/ListChannelsCommand.js +10 -0
- package/dist-cjs/commands/ListLiveSourcesCommand.js +10 -0
- package/dist-cjs/commands/ListPlaybackConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/ListPrefetchSchedulesCommand.js +10 -0
- package/dist-cjs/commands/ListSourceLocationsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListVodSourcesCommand.js +10 -0
- package/dist-cjs/commands/PutChannelPolicyCommand.js +10 -0
- package/dist-cjs/commands/PutPlaybackConfigurationCommand.js +10 -0
- package/dist-cjs/commands/StartChannelCommand.js +10 -0
- package/dist-cjs/commands/StopChannelCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
- package/dist-cjs/commands/UpdateLiveSourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateSourceLocationCommand.js +10 -0
- package/dist-cjs/commands/UpdateVodSourceCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/models/models_0.js +124 -124
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/MediaTailorClient.js +12 -9
- package/dist-es/commands/ConfigureLogsForPlaybackConfigurationCommand.js +10 -0
- package/dist-es/commands/CreateChannelCommand.js +10 -0
- package/dist-es/commands/CreateLiveSourceCommand.js +10 -0
- package/dist-es/commands/CreatePrefetchScheduleCommand.js +10 -0
- package/dist-es/commands/CreateProgramCommand.js +10 -0
- package/dist-es/commands/CreateSourceLocationCommand.js +10 -0
- package/dist-es/commands/CreateVodSourceCommand.js +10 -0
- package/dist-es/commands/DeleteChannelCommand.js +10 -0
- package/dist-es/commands/DeleteChannelPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteLiveSourceCommand.js +10 -0
- package/dist-es/commands/DeletePlaybackConfigurationCommand.js +10 -0
- package/dist-es/commands/DeletePrefetchScheduleCommand.js +10 -0
- package/dist-es/commands/DeleteProgramCommand.js +10 -0
- package/dist-es/commands/DeleteSourceLocationCommand.js +10 -0
- package/dist-es/commands/DeleteVodSourceCommand.js +10 -0
- package/dist-es/commands/DescribeChannelCommand.js +10 -0
- package/dist-es/commands/DescribeLiveSourceCommand.js +10 -0
- package/dist-es/commands/DescribeProgramCommand.js +10 -0
- package/dist-es/commands/DescribeSourceLocationCommand.js +10 -0
- package/dist-es/commands/DescribeVodSourceCommand.js +10 -0
- package/dist-es/commands/GetChannelPolicyCommand.js +10 -0
- package/dist-es/commands/GetChannelScheduleCommand.js +10 -0
- package/dist-es/commands/GetPlaybackConfigurationCommand.js +10 -0
- package/dist-es/commands/GetPrefetchScheduleCommand.js +10 -0
- package/dist-es/commands/ListAlertsCommand.js +10 -0
- package/dist-es/commands/ListChannelsCommand.js +10 -0
- package/dist-es/commands/ListLiveSourcesCommand.js +10 -0
- package/dist-es/commands/ListPlaybackConfigurationsCommand.js +10 -0
- package/dist-es/commands/ListPrefetchSchedulesCommand.js +10 -0
- package/dist-es/commands/ListSourceLocationsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListVodSourcesCommand.js +10 -0
- package/dist-es/commands/PutChannelPolicyCommand.js +10 -0
- package/dist-es/commands/PutPlaybackConfigurationCommand.js +10 -0
- package/dist-es/commands/StartChannelCommand.js +10 -0
- package/dist-es/commands/StopChannelCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateChannelCommand.js +10 -0
- package/dist-es/commands/UpdateLiveSourceCommand.js +10 -0
- package/dist-es/commands/UpdateSourceLocationCommand.js +10 -0
- package/dist-es/commands/UpdateVodSourceCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/models/models_0.js +80 -80
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/MediaTailor.d.ts +43 -42
- package/dist-types/MediaTailorClient.d.ts +8 -10
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -1
- package/dist-types/commands/CreateLiveSourceCommand.d.ts +3 -1
- package/dist-types/commands/CreatePrefetchScheduleCommand.d.ts +3 -1
- package/dist-types/commands/CreateProgramCommand.d.ts +3 -1
- package/dist-types/commands/CreateSourceLocationCommand.d.ts +3 -1
- package/dist-types/commands/CreateVodSourceCommand.d.ts +3 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -1
- package/dist-types/commands/DeleteChannelPolicyCommand.d.ts +3 -1
- package/dist-types/commands/DeleteLiveSourceCommand.d.ts +3 -1
- package/dist-types/commands/DeletePlaybackConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/DeletePrefetchScheduleCommand.d.ts +3 -1
- package/dist-types/commands/DeleteProgramCommand.d.ts +3 -1
- package/dist-types/commands/DeleteSourceLocationCommand.d.ts +3 -1
- package/dist-types/commands/DeleteVodSourceCommand.d.ts +3 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -1
- package/dist-types/commands/DescribeLiveSourceCommand.d.ts +3 -1
- package/dist-types/commands/DescribeProgramCommand.d.ts +3 -1
- package/dist-types/commands/DescribeSourceLocationCommand.d.ts +3 -1
- package/dist-types/commands/DescribeVodSourceCommand.d.ts +3 -1
- package/dist-types/commands/GetChannelPolicyCommand.d.ts +3 -1
- package/dist-types/commands/GetChannelScheduleCommand.d.ts +2 -0
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/GetPrefetchScheduleCommand.d.ts +3 -1
- package/dist-types/commands/ListAlertsCommand.d.ts +3 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -1
- package/dist-types/commands/ListLiveSourcesCommand.d.ts +3 -1
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +3 -1
- package/dist-types/commands/ListPrefetchSchedulesCommand.d.ts +3 -1
- package/dist-types/commands/ListSourceLocationsCommand.d.ts +3 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -1
- package/dist-types/commands/ListVodSourcesCommand.d.ts +3 -1
- package/dist-types/commands/PutChannelPolicyCommand.d.ts +3 -1
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +3 -1
- package/dist-types/commands/StartChannelCommand.d.ts +3 -1
- package/dist-types/commands/StopChannelCommand.d.ts +3 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +3 -1
- package/dist-types/commands/UpdateLiveSourceCommand.d.ts +3 -1
- package/dist-types/commands/UpdateSourceLocationCommand.d.ts +3 -1
- package/dist-types/commands/UpdateVodSourceCommand.d.ts +3 -1
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +709 -659
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/MediaTailorClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +242 -242
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -132
- package/dist-es/endpoints.js +0 -128
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface ListAlertsCommandInput extends ListAlertsRequest {
|
|
|
7
8
|
export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>Lists the alerts that are associated with a MediaTailor channel assembly resource.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListAlertsCommand extends $Command<ListAlertsCommandInput, ListAlertsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListAlertsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAlertsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {
|
|
|
7
8
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Retrieves
|
|
11
|
+
* <p>Retrieves information about the channels that are associated with the current AWS account.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface ListChannelsCommandOutput extends ListChannelsResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListChannelsCommand extends $Command<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListChannelsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListChannelsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface ListLiveSourcesCommandInput extends ListLiveSourcesRequest {
|
|
|
7
8
|
export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>Lists the live sources contained in a source location. A source represents a piece of content.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface ListLiveSourcesCommandOutput extends ListLiveSourcesResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListLiveSourcesCommand extends $Command<ListLiveSourcesCommandInput, ListLiveSourcesCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListLiveSourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListLiveSourcesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface ListPlaybackConfigurationsCommandInput extends ListPlaybackConf
|
|
|
7
8
|
export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackConfigurationsResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>Retrieves existing playback configurations. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with Configurations in AWS Elemental MediaTailor</a>.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface ListPlaybackConfigurationsCommandOutput extends ListPlaybackCon
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListPlaybackConfigurationsCommand extends $Command<ListPlaybackConfigurationsCommandInput, ListPlaybackConfigurationsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListPlaybackConfigurationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListPlaybackConfigurationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface ListPrefetchSchedulesCommandInput extends ListPrefetchSchedules
|
|
|
7
8
|
export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedulesResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>Lists the prefetch schedules for a playback configuration.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface ListPrefetchSchedulesCommandOutput extends ListPrefetchSchedule
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListPrefetchSchedulesCommand extends $Command<ListPrefetchSchedulesCommandInput, ListPrefetchSchedulesCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListPrefetchSchedulesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListPrefetchSchedulesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface ListSourceLocationsCommandInput extends ListSourceLocationsRequ
|
|
|
7
8
|
export interface ListSourceLocationsCommandOutput extends ListSourceLocationsResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>Lists the source locations for a channel. A source location defines the host server URL, and contains a list of sources.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface ListSourceLocationsCommandOutput extends ListSourceLocationsRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListSourceLocationsCommand extends $Command<ListSourceLocationsCommandInput, ListSourceLocationsCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListSourceLocationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListSourceLocationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
7
8
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>A list of tags that are associated with this resource. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListTagsForResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface ListVodSourcesCommandInput extends ListVodSourcesRequest {
|
|
|
7
8
|
export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Lists
|
|
11
|
+
* <p>Lists the VOD sources contained in a source location. A source represents a piece of content.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface ListVodSourcesCommandOutput extends ListVodSourcesResponse, __M
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListVodSourcesCommand extends $Command<ListVodSourcesCommandInput, ListVodSourcesCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: ListVodSourcesCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListVodSourcesCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {
|
|
|
7
8
|
export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Creates an IAM policy for the channel.</p>
|
|
11
|
+
* <p>Creates an IAM policy for the channel. IAM policies are used to control access to your channel.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface PutChannelPolicyCommandOutput extends PutChannelPolicyResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class PutChannelPolicyCommand extends $Command<PutChannelPolicyCommandInput, PutChannelPolicyCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: PutChannelPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutChannelPolicyCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface PutPlaybackConfigurationCommandInput extends PutPlaybackConfigu
|
|
|
7
8
|
export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfigurationResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>Creates a playback configuration. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface PutPlaybackConfigurationCommandOutput extends PutPlaybackConfig
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class PutPlaybackConfigurationCommand extends $Command<PutPlaybackConfigurationCommandInput, PutPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: PutPlaybackConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: PutPlaybackConfigurationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface StartChannelCommandInput extends StartChannelRequest {
|
|
|
7
8
|
export interface StartChannelCommandOutput extends StartChannelResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Starts a
|
|
11
|
+
* <p>Starts 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>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StartChannelCommand extends $Command<StartChannelCommandInput, StartChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: StartChannelCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StartChannelCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface StopChannelCommandInput extends StopChannelRequest {
|
|
|
7
8
|
export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Stops a
|
|
11
|
+
* <p>Stops 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>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: StopChannelCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: StopChannelCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
7
8
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>The resource to tag. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: TagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: TagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
7
8
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>The resource to untag.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: UntagResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UntagResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {
|
|
|
7
8
|
export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Updates
|
|
11
|
+
* <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>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateChannelCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateChannelCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface UpdateLiveSourceCommandInput extends UpdateLiveSourceRequest {
|
|
|
7
8
|
export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Updates a
|
|
11
|
+
* <p>Updates a live source's configuration.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse,
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateLiveSourceCommand extends $Command<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateLiveSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateLiveSourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface UpdateSourceLocationCommandInput extends UpdateSourceLocationRe
|
|
|
7
8
|
export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Updates a source location
|
|
11
|
+
* <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>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateSourceLocationCommand extends $Command<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateSourceLocationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateSourceLocationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
|
|
@@ -7,7 +8,7 @@ export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {
|
|
|
7
8
|
export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, __MetadataBearer {
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
|
-
* <p>Updates a
|
|
11
|
+
* <p>Updates a VOD source's configuration.</p>
|
|
11
12
|
* @example
|
|
12
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
14
|
* ```javascript
|
|
@@ -25,6 +26,7 @@ export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateVodSourceCommand extends $Command<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateVodSourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateVodSourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|