@aws-sdk/client-mediatailor 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/MediaTailor.d.ts +724 -215
  3. package/dist-types/ts3.4/MediaTailorClient.d.ts +356 -115
  4. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +35 -17
  20. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +35 -17
  25. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  42. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +39 -17
  45. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +35 -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 +7 -6
  50. package/dist-types/ts3.4/models/index.d.ts +1 -1
  51. package/dist-types/ts3.4/models/models_0.d.ts +1069 -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 +65 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  67. package/package.json +34 -34
@@ -1,17 +1,30 @@
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
+ export declare class TagResourceCommand extends $Command<
17
+ TagResourceCommandInput,
18
+ TagResourceCommandOutput,
19
+ MediaTailorClientResolvedConfig
20
+ > {
21
+ readonly input: TagResourceCommandInput;
22
+ constructor(input: TagResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: MediaTailorClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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
+ export declare class UntagResourceCommand extends $Command<
17
+ UntagResourceCommandInput,
18
+ UntagResourceCommandOutput,
19
+ MediaTailorClientResolvedConfig
20
+ > {
21
+ readonly input: UntagResourceCommandInput;
22
+ constructor(input: UntagResourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: MediaTailorClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,35 @@
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
+ export declare class UpdateChannelCommand extends $Command<
22
+ UpdateChannelCommandInput,
23
+ UpdateChannelCommandOutput,
24
+ MediaTailorClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateChannelCommandInput;
27
+ constructor(input: UpdateChannelCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaTailorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateChannelCommandInput, UpdateChannelCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
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
+ export declare class UpdateLiveSourceCommand extends $Command<
22
+ UpdateLiveSourceCommandInput,
23
+ UpdateLiveSourceCommandOutput,
24
+ MediaTailorClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateLiveSourceCommandInput;
27
+ constructor(input: UpdateLiveSourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaTailorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateLiveSourceCommandInput, UpdateLiveSourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class UpdateSourceLocationCommand extends $Command<
23
+ UpdateSourceLocationCommandInput,
24
+ UpdateSourceLocationCommandOutput,
25
+ MediaTailorClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateSourceLocationCommandInput;
28
+ constructor(input: UpdateSourceLocationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: MediaTailorClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateSourceLocationCommandInput,
35
+ UpdateSourceLocationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class UpdateVodSourceCommand extends $Command<
22
+ UpdateVodSourceCommandInput,
23
+ UpdateVodSourceCommandOutput,
24
+ MediaTailorClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateVodSourceCommandInput;
27
+ constructor(input: UpdateVodSourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: MediaTailorClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateVodSourceCommandInput, UpdateVodSourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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,7 @@
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
+ export declare class MediaTailorServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";