@aws-sdk/client-mediatailor 3.169.0 → 3.170.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/MediaTailor.d.ts +766 -215
  3. package/dist-types/ts3.4/MediaTailorClient.d.ts +381 -115
  4. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +34 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/index.d.ts +42 -42
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  48. package/dist-types/ts3.4/index.d.ts +6 -6
  49. package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +8 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1569 -1464
  52. package/dist-types/ts3.4/pagination/GetChannelSchedulePaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListLiveSourcesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListPlaybackConfigurationsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListPrefetchSchedulesPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListSourceLocationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListVodSourcesPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +509 -128
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  67. package/package.json +34 -34
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { StopChannelRequest, StopChannelResponse } from "../models/models_0";
5
- export interface StopChannelCommandInput extends StopChannelRequest {
6
- }
7
- export interface StopChannelCommandOutput extends StopChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StopChannelCommand extends $Command<StopChannelCommandInput, StopChannelCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: StopChannelCommandInput;
12
- constructor(input: StopChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopChannelCommandInput, StopChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import { StopChannelRequest, StopChannelResponse } from "../models/models_0";
14
+ export interface StopChannelCommandInput extends StopChannelRequest {}
15
+ export interface StopChannelCommandOutput
16
+ extends StopChannelResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class StopChannelCommand extends $Command<
20
+ StopChannelCommandInput,
21
+ StopChannelCommandOutput,
22
+ MediaTailorClientResolvedConfig
23
+ > {
24
+ readonly input: StopChannelCommandInput;
25
+ constructor(input: StopChannelCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: MediaTailorClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<StopChannelCommandInput, StopChannelCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { TagResourceRequest } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import { TagResourceRequest } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class TagResourceCommand extends $Command<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ MediaTailorClientResolvedConfig
21
+ > {
22
+ readonly input: TagResourceCommandInput;
23
+ constructor(input: TagResourceCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaTailorClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { UntagResourceRequest } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import { UntagResourceRequest } from "../models/models_0";
14
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
+ export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
+
17
+ export declare class UntagResourceCommand extends $Command<
18
+ UntagResourceCommandInput,
19
+ UntagResourceCommandOutput,
20
+ MediaTailorClientResolvedConfig
21
+ > {
22
+ readonly input: UntagResourceCommandInput;
23
+ constructor(input: UntagResourceCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: MediaTailorClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0";
5
- export interface UpdateChannelCommandInput extends UpdateChannelRequest {
6
- }
7
- export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: UpdateChannelCommandInput;
12
- constructor(input: UpdateChannelCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ UpdateChannelRequest,
15
+ UpdateChannelResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
18
+ export interface UpdateChannelCommandOutput
19
+ extends UpdateChannelResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateChannelCommand extends $Command<
23
+ UpdateChannelCommandInput,
24
+ UpdateChannelCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateChannelCommandInput;
28
+ constructor(input: UpdateChannelCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { UpdateLiveSourceRequest, UpdateLiveSourceResponse } from "../models/models_0";
5
- export interface UpdateLiveSourceCommandInput extends UpdateLiveSourceRequest {
6
- }
7
- export interface UpdateLiveSourceCommandOutput extends UpdateLiveSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLiveSourceCommand extends $Command<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: UpdateLiveSourceCommandInput;
12
- constructor(input: UpdateLiveSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ UpdateLiveSourceRequest,
15
+ UpdateLiveSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateLiveSourceCommandInput extends UpdateLiveSourceRequest {}
18
+ export interface UpdateLiveSourceCommandOutput
19
+ extends UpdateLiveSourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateLiveSourceCommand extends $Command<
23
+ UpdateLiveSourceCommandInput,
24
+ UpdateLiveSourceCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLiveSourceCommandInput;
28
+ constructor(input: UpdateLiveSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { UpdateSourceLocationRequest, UpdateSourceLocationResponse } from "../models/models_0";
5
- export interface UpdateSourceLocationCommandInput extends UpdateSourceLocationRequest {
6
- }
7
- export interface UpdateSourceLocationCommandOutput extends UpdateSourceLocationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateSourceLocationCommand extends $Command<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: UpdateSourceLocationCommandInput;
12
- constructor(input: UpdateSourceLocationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSourceLocationCommandInput, UpdateSourceLocationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ UpdateSourceLocationRequest,
15
+ UpdateSourceLocationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateSourceLocationCommandInput
18
+ extends UpdateSourceLocationRequest {}
19
+ export interface UpdateSourceLocationCommandOutput
20
+ extends UpdateSourceLocationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateSourceLocationCommand extends $Command<
24
+ UpdateSourceLocationCommandInput,
25
+ UpdateSourceLocationCommandOutput,
26
+ MediaTailorClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateSourceLocationCommandInput;
29
+ constructor(input: UpdateSourceLocationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: MediaTailorClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateSourceLocationCommandInput,
37
+ UpdateSourceLocationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaTailorClient";
4
- import { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0";
5
- export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {
6
- }
7
- export interface UpdateVodSourceCommandOutput extends UpdateVodSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateVodSourceCommand extends $Command<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput, MediaTailorClientResolvedConfig> {
11
- readonly input: UpdateVodSourceCommandInput;
12
- constructor(input: UpdateVodSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: MediaTailorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ MediaTailorClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../MediaTailorClient";
13
+ import {
14
+ UpdateVodSourceRequest,
15
+ UpdateVodSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {}
18
+ export interface UpdateVodSourceCommandOutput
19
+ extends UpdateVodSourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateVodSourceCommand extends $Command<
23
+ UpdateVodSourceCommandInput,
24
+ UpdateVodSourceCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateVodSourceCommandInput;
28
+ constructor(input: UpdateVodSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: MediaTailorClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,42 +1,42 @@
1
- export * from "./ConfigureLogsForPlaybackConfigurationCommand";
2
- export * from "./CreateChannelCommand";
3
- export * from "./CreateLiveSourceCommand";
4
- export * from "./CreatePrefetchScheduleCommand";
5
- export * from "./CreateProgramCommand";
6
- export * from "./CreateSourceLocationCommand";
7
- export * from "./CreateVodSourceCommand";
8
- export * from "./DeleteChannelCommand";
9
- export * from "./DeleteChannelPolicyCommand";
10
- export * from "./DeleteLiveSourceCommand";
11
- export * from "./DeletePlaybackConfigurationCommand";
12
- export * from "./DeletePrefetchScheduleCommand";
13
- export * from "./DeleteProgramCommand";
14
- export * from "./DeleteSourceLocationCommand";
15
- export * from "./DeleteVodSourceCommand";
16
- export * from "./DescribeChannelCommand";
17
- export * from "./DescribeLiveSourceCommand";
18
- export * from "./DescribeProgramCommand";
19
- export * from "./DescribeSourceLocationCommand";
20
- export * from "./DescribeVodSourceCommand";
21
- export * from "./GetChannelPolicyCommand";
22
- export * from "./GetChannelScheduleCommand";
23
- export * from "./GetPlaybackConfigurationCommand";
24
- export * from "./GetPrefetchScheduleCommand";
25
- export * from "./ListAlertsCommand";
26
- export * from "./ListChannelsCommand";
27
- export * from "./ListLiveSourcesCommand";
28
- export * from "./ListPlaybackConfigurationsCommand";
29
- export * from "./ListPrefetchSchedulesCommand";
30
- export * from "./ListSourceLocationsCommand";
31
- export * from "./ListTagsForResourceCommand";
32
- export * from "./ListVodSourcesCommand";
33
- export * from "./PutChannelPolicyCommand";
34
- export * from "./PutPlaybackConfigurationCommand";
35
- export * from "./StartChannelCommand";
36
- export * from "./StopChannelCommand";
37
- export * from "./TagResourceCommand";
38
- export * from "./UntagResourceCommand";
39
- export * from "./UpdateChannelCommand";
40
- export * from "./UpdateLiveSourceCommand";
41
- export * from "./UpdateSourceLocationCommand";
42
- export * from "./UpdateVodSourceCommand";
1
+ export * from "./ConfigureLogsForPlaybackConfigurationCommand";
2
+ export * from "./CreateChannelCommand";
3
+ export * from "./CreateLiveSourceCommand";
4
+ export * from "./CreatePrefetchScheduleCommand";
5
+ export * from "./CreateProgramCommand";
6
+ export * from "./CreateSourceLocationCommand";
7
+ export * from "./CreateVodSourceCommand";
8
+ export * from "./DeleteChannelCommand";
9
+ export * from "./DeleteChannelPolicyCommand";
10
+ export * from "./DeleteLiveSourceCommand";
11
+ export * from "./DeletePlaybackConfigurationCommand";
12
+ export * from "./DeletePrefetchScheduleCommand";
13
+ export * from "./DeleteProgramCommand";
14
+ export * from "./DeleteSourceLocationCommand";
15
+ export * from "./DeleteVodSourceCommand";
16
+ export * from "./DescribeChannelCommand";
17
+ export * from "./DescribeLiveSourceCommand";
18
+ export * from "./DescribeProgramCommand";
19
+ export * from "./DescribeSourceLocationCommand";
20
+ export * from "./DescribeVodSourceCommand";
21
+ export * from "./GetChannelPolicyCommand";
22
+ export * from "./GetChannelScheduleCommand";
23
+ export * from "./GetPlaybackConfigurationCommand";
24
+ export * from "./GetPrefetchScheduleCommand";
25
+ export * from "./ListAlertsCommand";
26
+ export * from "./ListChannelsCommand";
27
+ export * from "./ListLiveSourcesCommand";
28
+ export * from "./ListPlaybackConfigurationsCommand";
29
+ export * from "./ListPrefetchSchedulesCommand";
30
+ export * from "./ListSourceLocationsCommand";
31
+ export * from "./ListTagsForResourceCommand";
32
+ export * from "./ListVodSourcesCommand";
33
+ export * from "./PutChannelPolicyCommand";
34
+ export * from "./PutPlaybackConfigurationCommand";
35
+ export * from "./StartChannelCommand";
36
+ export * from "./StopChannelCommand";
37
+ export * from "./TagResourceCommand";
38
+ export * from "./UntagResourceCommand";
39
+ export * from "./UpdateChannelCommand";
40
+ export * from "./UpdateLiveSourceCommand";
41
+ export * from "./UpdateSourceLocationCommand";
42
+ export * from "./UpdateVodSourceCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./MediaTailor";
2
- export * from "./MediaTailorClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { MediaTailorServiceException } from "./models/MediaTailorServiceException";
1
+ export * from "./MediaTailor";
2
+ export * from "./MediaTailorClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { MediaTailorServiceException } from "./models/MediaTailorServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class MediaTailorServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class MediaTailorServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";