@aws-sdk/client-mediatailor 3.1077.0 → 3.1078.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 +56 -483
- 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-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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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 +3 -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/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/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 { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } 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 DeleteChannelPolicyCommandInput extends DeleteChannelPolicyRequ
|
|
|
22
19
|
export interface DeleteChannelPolicyCommandOutput extends DeleteChannelPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteChannelPolicyCommand_base: {
|
|
25
|
-
new (input: DeleteChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteChannelPolicyCommandInput, DeleteChannelPolicyCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>The channel policy to delete.</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 { DeleteFunctionRequest, DeleteFunctionResponse } 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 DeleteFunctionCommandInput extends DeleteFunctionRequest {
|
|
|
22
19
|
export interface DeleteFunctionCommandOutput extends DeleteFunctionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteFunctionCommand_base: {
|
|
25
|
-
new (input: DeleteFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteFunctionCommandInput): import("@smithy/core/client").CommandImpl<DeleteFunctionCommandInput, DeleteFunctionCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a function. MediaTailor prevents deletion of a function that is still referenced by a playback configuration or by another function. Remove all references before deleting. For more information about functions, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions.html">Working with functions</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 { DeleteLiveSourceRequest, DeleteLiveSourceResponse } 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 DeleteLiveSourceCommandInput extends DeleteLiveSourceRequest {
|
|
|
22
19
|
export interface DeleteLiveSourceCommandOutput extends DeleteLiveSourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteLiveSourceCommand_base: {
|
|
25
|
-
new (input: DeleteLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteLiveSourceCommandInput, DeleteLiveSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>The live source to delete.</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 { DeletePlaybackConfigurationRequest, DeletePlaybackConfigurationResponse } 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 DeletePlaybackConfigurationCommandInput extends DeletePlaybackC
|
|
|
22
19
|
export interface DeletePlaybackConfigurationCommandOutput extends DeletePlaybackConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePlaybackConfigurationCommand_base: {
|
|
25
|
-
new (input: DeletePlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeletePlaybackConfigurationCommandInput, DeletePlaybackConfigurationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes 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>
|
|
@@ -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 { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } 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 DeletePrefetchScheduleCommandInput extends DeletePrefetchSchedu
|
|
|
22
19
|
export interface DeletePrefetchScheduleCommandOutput extends DeletePrefetchScheduleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeletePrefetchScheduleCommand_base: {
|
|
25
|
-
new (input: DeletePrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeletePrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeletePrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeletePrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<DeletePrefetchScheduleCommandInput, DeletePrefetchScheduleCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a prefetch schedule for a specific playback configuration. If you call <code>DeletePrefetchSchedule</code> on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code. 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 { DeleteProgramRequest, DeleteProgramResponse } 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 DeleteProgramCommandInput extends DeleteProgramRequest {
|
|
|
22
19
|
export interface DeleteProgramCommandOutput extends DeleteProgramResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteProgramCommand_base: {
|
|
25
|
-
new (input: DeleteProgramCommandInput): import("@smithy/core/client").CommandImpl<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteProgramCommandInput): import("@smithy/core/client").CommandImpl<DeleteProgramCommandInput, DeleteProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteProgramCommandInput): import("@smithy/core/client").CommandImpl<DeleteProgramCommandInput, DeleteProgramCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteProgramCommandInput): import("@smithy/core/client").CommandImpl<DeleteProgramCommandInput, DeleteProgramCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes 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>
|
|
@@ -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 { DeleteSourceLocationRequest, DeleteSourceLocationResponse } 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 DeleteSourceLocationCommandInput extends DeleteSourceLocationRe
|
|
|
22
19
|
export interface DeleteSourceLocationCommandOutput extends DeleteSourceLocationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSourceLocationCommand_base: {
|
|
25
|
-
new (input: DeleteSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSourceLocationCommandInput, DeleteSourceLocationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes 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 { DeleteVodSourceRequest, DeleteVodSourceResponse } 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 DeleteVodSourceCommandInput extends DeleteVodSourceRequest {
|
|
|
22
19
|
export interface DeleteVodSourceCommandOutput extends DeleteVodSourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteVodSourceCommand_base: {
|
|
25
|
-
new (input: DeleteVodSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteVodSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteVodSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteVodSourceCommandInput): import("@smithy/core/client").CommandImpl<DeleteVodSourceCommandInput, DeleteVodSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>The video on demand (VOD) source to delete.</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 { DescribeChannelRequest, DescribeChannelResponse } 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 DescribeChannelCommandInput extends DescribeChannelRequest {
|
|
|
22
19
|
export interface DescribeChannelCommandOutput extends DescribeChannelResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeChannelCommand_base: {
|
|
25
|
-
new (input: DescribeChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeChannelCommandInput): import("@smithy/core/client").CommandImpl<DescribeChannelCommandInput, DescribeChannelCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes 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>
|
|
@@ -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 { DescribeLiveSourceRequest, DescribeLiveSourceResponse } 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 DescribeLiveSourceCommandInput extends DescribeLiveSourceReques
|
|
|
22
19
|
export interface DescribeLiveSourceCommandOutput extends DescribeLiveSourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeLiveSourceCommand_base: {
|
|
25
|
-
new (input: DescribeLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeLiveSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeLiveSourceCommandInput, DescribeLiveSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>The live source to describe.</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 { DescribeProgramRequest, DescribeProgramResponse } 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 DescribeProgramCommandInput extends DescribeProgramRequest {
|
|
|
22
19
|
export interface DescribeProgramCommandOutput extends DescribeProgramResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeProgramCommand_base: {
|
|
25
|
-
new (input: DescribeProgramCommandInput): import("@smithy/core/client").CommandImpl<DescribeProgramCommandInput, DescribeProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeProgramCommandInput): import("@smithy/core/client").CommandImpl<DescribeProgramCommandInput, DescribeProgramCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeProgramCommandInput): import("@smithy/core/client").CommandImpl<DescribeProgramCommandInput, DescribeProgramCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeProgramCommandInput): import("@smithy/core/client").CommandImpl<DescribeProgramCommandInput, DescribeProgramCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes 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>
|
|
@@ -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 { DescribeSourceLocationRequest, DescribeSourceLocationResponse } 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 DescribeSourceLocationCommandInput extends DescribeSourceLocati
|
|
|
22
19
|
export interface DescribeSourceLocationCommandOutput extends DescribeSourceLocationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSourceLocationCommand_base: {
|
|
25
|
-
new (input: DescribeSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeSourceLocationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSourceLocationCommandInput, DescribeSourceLocationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes 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 { DescribeVodSourceRequest, DescribeVodSourceResponse } 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 DescribeVodSourceCommandInput extends DescribeVodSourceRequest
|
|
|
22
19
|
export interface DescribeVodSourceCommandOutput extends DescribeVodSourceResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeVodSourceCommand_base: {
|
|
25
|
-
new (input: DescribeVodSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeVodSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeVodSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeVodSourceCommandInput): import("@smithy/core/client").CommandImpl<DescribeVodSourceCommandInput, DescribeVodSourceCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Provides details about a specific video on demand (VOD) source in a specific source location.</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 { GetChannelPolicyRequest, GetChannelPolicyResponse } 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 GetChannelPolicyCommandInput extends GetChannelPolicyRequest {
|
|
|
22
19
|
export interface GetChannelPolicyCommandOutput extends GetChannelPolicyResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetChannelPolicyCommand_base: {
|
|
25
|
-
new (input: GetChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetChannelPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetChannelPolicyCommandInput, GetChannelPolicyCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the channel's IAM policy. IAM policies are used to control access to your 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 { GetChannelScheduleRequest, GetChannelScheduleResponse } 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 GetChannelScheduleCommandInput extends GetChannelScheduleReques
|
|
|
22
19
|
export interface GetChannelScheduleCommandOutput extends GetChannelScheduleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetChannelScheduleCommand_base: {
|
|
25
|
-
new (input: GetChannelScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetChannelScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetChannelScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetChannelScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetChannelScheduleCommandInput, GetChannelScheduleCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about your channel's schedule.</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 { GetFunctionRequest, GetFunctionResponse } 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 GetFunctionCommandInput extends GetFunctionRequest {
|
|
|
22
19
|
export interface GetFunctionCommandOutput extends GetFunctionResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetFunctionCommand_base: {
|
|
25
|
-
new (input: GetFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetFunctionCommandInput): import("@smithy/core/client").CommandImpl<GetFunctionCommandInput, GetFunctionCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves the configuration and metadata for a function. For more information about functions, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions.html">Working with functions</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 { GetPlaybackConfigurationRequest, GetPlaybackConfigurationResponse } 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 GetPlaybackConfigurationCommandInput extends GetPlaybackConfigu
|
|
|
22
19
|
export interface GetPlaybackConfigurationCommandOutput extends GetPlaybackConfigurationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetPlaybackConfigurationCommand_base: {
|
|
25
|
-
new (input: GetPlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetPlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetPlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetPlaybackConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetPlaybackConfigurationCommandInput, GetPlaybackConfigurationCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves 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>
|
|
@@ -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 { GetPrefetchScheduleRequest, GetPrefetchScheduleResponse } 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 GetPrefetchScheduleCommandInput extends GetPrefetchScheduleRequ
|
|
|
22
19
|
export interface GetPrefetchScheduleCommandOutput extends GetPrefetchScheduleResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetPrefetchScheduleCommand_base: {
|
|
25
|
-
new (input: GetPrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetPrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetPrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetPrefetchScheduleCommandInput): import("@smithy/core/client").CommandImpl<GetPrefetchScheduleCommandInput, GetPrefetchScheduleCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves 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 { ListAlertsRequest, ListAlertsResponse } 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 ListAlertsCommandInput extends ListAlertsRequest {
|
|
|
22
19
|
export interface ListAlertsCommandOutput extends ListAlertsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAlertsCommand_base: {
|
|
25
|
-
new (input: ListAlertsCommandInput): import("@smithy/core/client").CommandImpl<ListAlertsCommandInput, ListAlertsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAlertsCommandInput): import("@smithy/core/client").CommandImpl<ListAlertsCommandInput, ListAlertsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAlertsCommandInput): import("@smithy/core/client").CommandImpl<ListAlertsCommandInput, ListAlertsCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAlertsCommandInput): import("@smithy/core/client").CommandImpl<ListAlertsCommandInput, ListAlertsCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists the alerts that are associated with a MediaTailor channel assembly resource.</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 { ListChannelsRequest, ListChannelsResponse } 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 ListChannelsCommandInput extends ListChannelsRequest {
|
|
|
22
19
|
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListChannelsCommand_base: {
|
|
25
|
-
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListChannelsCommandInput]): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListChannelsCommandInput): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListChannelsCommandInput]): import("@smithy/core/client").CommandImpl<ListChannelsCommandInput, ListChannelsCommandOutput, import("..").MediaTailorClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about the channels that are associated with the current AWS account.</p>
|