@aws-sdk/client-mediatailor 3.170.0 → 3.178.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 (55) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/MediaTailor.d.ts +0 -42
  6. package/dist-types/ts3.4/MediaTailorClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateLiveSourceCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreatePrefetchScheduleCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateProgramCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateSourceLocationCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateVodSourceCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteChannelPolicyCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteLiveSourceCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeletePlaybackConfigurationCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeletePrefetchScheduleCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DeleteProgramCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DeleteSourceLocationCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DeleteVodSourceCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeLiveSourceCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeProgramCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/DescribeSourceLocationCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/DescribeVodSourceCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GetChannelPolicyCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GetChannelScheduleCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/GetPlaybackConfigurationCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/GetPrefetchScheduleCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListLiveSourcesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListPlaybackConfigurationsCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ListPrefetchSchedulesCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/ListSourceLocationsCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/ListVodSourcesCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/PutChannelPolicyCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/PutPlaybackConfigurationCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UpdateLiveSourceCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UpdateSourceLocationCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/UpdateVodSourceCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/models/MediaTailorServiceException.d.ts +0 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +0 -500
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  55. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface DeleteSourceLocationCommandInput
19
19
  export interface DeleteSourceLocationCommandOutput
20
20
  extends DeleteSourceLocationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteSourceLocationCommand extends $Command<
24
23
  DeleteSourceLocationCommandInput,
25
24
  DeleteSourceLocationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteSourceLocationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteSourceLocationCommandInput;
29
28
  constructor(input: DeleteSourceLocationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteVodSourceCommandInput extends DeleteVodSourceRequest {}
18
18
  export interface DeleteVodSourceCommandOutput
19
19
  extends DeleteVodSourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteVodSourceCommand extends $Command<
23
22
  DeleteVodSourceCommandInput,
24
23
  DeleteVodSourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteVodSourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteVodSourceCommandInput;
28
27
  constructor(input: DeleteVodSourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeChannelCommandInput extends DescribeChannelRequest {}
18
18
  export interface DescribeChannelCommandOutput
19
19
  extends DescribeChannelResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeChannelCommand extends $Command<
23
22
  DescribeChannelCommandInput,
24
23
  DescribeChannelCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeChannelCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeChannelCommandInput;
28
27
  constructor(input: DescribeChannelCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeLiveSourceCommandInput
19
19
  export interface DescribeLiveSourceCommandOutput
20
20
  extends DescribeLiveSourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeLiveSourceCommand extends $Command<
24
23
  DescribeLiveSourceCommandInput,
25
24
  DescribeLiveSourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeLiveSourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeLiveSourceCommandInput;
29
28
  constructor(input: DescribeLiveSourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeProgramCommandInput extends DescribeProgramRequest {}
18
18
  export interface DescribeProgramCommandOutput
19
19
  extends DescribeProgramResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeProgramCommand extends $Command<
23
22
  DescribeProgramCommandInput,
24
23
  DescribeProgramCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeProgramCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeProgramCommandInput;
28
27
  constructor(input: DescribeProgramCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeSourceLocationCommandInput
19
19
  export interface DescribeSourceLocationCommandOutput
20
20
  extends DescribeSourceLocationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeSourceLocationCommand extends $Command<
24
23
  DescribeSourceLocationCommandInput,
25
24
  DescribeSourceLocationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeSourceLocationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeSourceLocationCommandInput;
29
28
  constructor(input: DescribeSourceLocationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeVodSourceCommandInput
19
19
  export interface DescribeVodSourceCommandOutput
20
20
  extends DescribeVodSourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeVodSourceCommand extends $Command<
24
23
  DescribeVodSourceCommandInput,
25
24
  DescribeVodSourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeVodSourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeVodSourceCommandInput;
29
28
  constructor(input: DescribeVodSourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface GetChannelPolicyCommandInput extends GetChannelPolicyRequest {}
18
18
  export interface GetChannelPolicyCommandOutput
19
19
  extends GetChannelPolicyResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class GetChannelPolicyCommand extends $Command<
23
22
  GetChannelPolicyCommandInput,
24
23
  GetChannelPolicyCommandOutput,
@@ -26,7 +25,6 @@ export declare class GetChannelPolicyCommand extends $Command<
26
25
  > {
27
26
  readonly input: GetChannelPolicyCommandInput;
28
27
  constructor(input: GetChannelPolicyCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetChannelScheduleCommandInput
19
19
  export interface GetChannelScheduleCommandOutput
20
20
  extends GetChannelScheduleResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetChannelScheduleCommand extends $Command<
24
23
  GetChannelScheduleCommandInput,
25
24
  GetChannelScheduleCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetChannelScheduleCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetChannelScheduleCommandInput;
29
28
  constructor(input: GetChannelScheduleCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetPlaybackConfigurationCommandInput
19
19
  export interface GetPlaybackConfigurationCommandOutput
20
20
  extends GetPlaybackConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetPlaybackConfigurationCommand extends $Command<
24
23
  GetPlaybackConfigurationCommandInput,
25
24
  GetPlaybackConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetPlaybackConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetPlaybackConfigurationCommandInput;
29
28
  constructor(input: GetPlaybackConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetPrefetchScheduleCommandInput
19
19
  export interface GetPrefetchScheduleCommandOutput
20
20
  extends GetPrefetchScheduleResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetPrefetchScheduleCommand extends $Command<
24
23
  GetPrefetchScheduleCommandInput,
25
24
  GetPrefetchScheduleCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetPrefetchScheduleCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetPrefetchScheduleCommandInput;
29
28
  constructor(input: GetPrefetchScheduleCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListAlertsCommandInput extends ListAlertsRequest {}
15
15
  export interface ListAlertsCommandOutput
16
16
  extends ListAlertsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListAlertsCommand extends $Command<
20
19
  ListAlertsCommandInput,
21
20
  ListAlertsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListAlertsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListAlertsCommandInput;
25
24
  constructor(input: ListAlertsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaTailorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListChannelsCommandInput extends ListChannelsRequest {}
15
15
  export interface ListChannelsCommandOutput
16
16
  extends ListChannelsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListChannelsCommand extends $Command<
20
19
  ListChannelsCommandInput,
21
20
  ListChannelsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListChannelsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListChannelsCommandInput;
25
24
  constructor(input: ListChannelsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListLiveSourcesCommandInput extends ListLiveSourcesRequest {}
18
18
  export interface ListLiveSourcesCommandOutput
19
19
  extends ListLiveSourcesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListLiveSourcesCommand extends $Command<
23
22
  ListLiveSourcesCommandInput,
24
23
  ListLiveSourcesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListLiveSourcesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListLiveSourcesCommandInput;
28
27
  constructor(input: ListLiveSourcesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListPlaybackConfigurationsCommandInput
19
19
  export interface ListPlaybackConfigurationsCommandOutput
20
20
  extends ListPlaybackConfigurationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListPlaybackConfigurationsCommand extends $Command<
24
23
  ListPlaybackConfigurationsCommandInput,
25
24
  ListPlaybackConfigurationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListPlaybackConfigurationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListPlaybackConfigurationsCommandInput;
29
28
  constructor(input: ListPlaybackConfigurationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListPrefetchSchedulesCommandInput
19
19
  export interface ListPrefetchSchedulesCommandOutput
20
20
  extends ListPrefetchSchedulesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListPrefetchSchedulesCommand extends $Command<
24
23
  ListPrefetchSchedulesCommandInput,
25
24
  ListPrefetchSchedulesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListPrefetchSchedulesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListPrefetchSchedulesCommandInput;
29
28
  constructor(input: ListPrefetchSchedulesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListSourceLocationsCommandInput
19
19
  export interface ListSourceLocationsCommandOutput
20
20
  extends ListSourceLocationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListSourceLocationsCommand extends $Command<
24
23
  ListSourceLocationsCommandInput,
25
24
  ListSourceLocationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListSourceLocationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListSourceLocationsCommandInput;
29
28
  constructor(input: ListSourceLocationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListVodSourcesCommandInput extends ListVodSourcesRequest {}
18
18
  export interface ListVodSourcesCommandOutput
19
19
  extends ListVodSourcesResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListVodSourcesCommand extends $Command<
23
22
  ListVodSourcesCommandInput,
24
23
  ListVodSourcesCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListVodSourcesCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListVodSourcesCommandInput;
28
27
  constructor(input: ListVodSourcesCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface PutChannelPolicyCommandInput extends PutChannelPolicyRequest {}
18
18
  export interface PutChannelPolicyCommandOutput
19
19
  extends PutChannelPolicyResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PutChannelPolicyCommand extends $Command<
23
22
  PutChannelPolicyCommandInput,
24
23
  PutChannelPolicyCommandOutput,
@@ -26,7 +25,6 @@ export declare class PutChannelPolicyCommand extends $Command<
26
25
  > {
27
26
  readonly input: PutChannelPolicyCommandInput;
28
27
  constructor(input: PutChannelPolicyCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutPlaybackConfigurationCommandInput
19
19
  export interface PutPlaybackConfigurationCommandOutput
20
20
  extends PutPlaybackConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutPlaybackConfigurationCommand extends $Command<
24
23
  PutPlaybackConfigurationCommandInput,
25
24
  PutPlaybackConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutPlaybackConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutPlaybackConfigurationCommandInput;
29
28
  constructor(input: PutPlaybackConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StartChannelCommandInput extends StartChannelRequest {}
15
15
  export interface StartChannelCommandOutput
16
16
  extends StartChannelResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class StartChannelCommand extends $Command<
20
19
  StartChannelCommandInput,
21
20
  StartChannelCommandOutput,
@@ -23,7 +22,6 @@ export declare class StartChannelCommand extends $Command<
23
22
  > {
24
23
  readonly input: StartChannelCommandInput;
25
24
  constructor(input: StartChannelCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaTailorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface StopChannelCommandInput extends StopChannelRequest {}
15
15
  export interface StopChannelCommandOutput
16
16
  extends StopChannelResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class StopChannelCommand extends $Command<
20
19
  StopChannelCommandInput,
21
20
  StopChannelCommandOutput,
@@ -23,7 +22,6 @@ export declare class StopChannelCommand extends $Command<
23
22
  > {
24
23
  readonly input: StopChannelCommandInput;
25
24
  constructor(input: StopChannelCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MediaTailorClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { TagResourceRequest } from "../models/models_0";
14
14
  export interface TagResourceCommandInput extends TagResourceRequest {}
15
15
  export interface TagResourceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class TagResourceCommand extends $Command<
18
17
  TagResourceCommandInput,
19
18
  TagResourceCommandOutput,
@@ -21,7 +20,6 @@ export declare class TagResourceCommand extends $Command<
21
20
  > {
22
21
  readonly input: TagResourceCommandInput;
23
22
  constructor(input: TagResourceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: MediaTailorClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { UntagResourceRequest } from "../models/models_0";
14
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
15
15
  export interface UntagResourceCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class UntagResourceCommand extends $Command<
18
17
  UntagResourceCommandInput,
19
18
  UntagResourceCommandOutput,
@@ -21,7 +20,6 @@ export declare class UntagResourceCommand extends $Command<
21
20
  > {
22
21
  readonly input: UntagResourceCommandInput;
23
22
  constructor(input: UntagResourceCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateChannelCommandInput extends UpdateChannelRequest {}
18
18
  export interface UpdateChannelCommandOutput
19
19
  extends UpdateChannelResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateChannelCommand extends $Command<
23
22
  UpdateChannelCommandInput,
24
23
  UpdateChannelCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateChannelCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateChannelCommandInput;
28
27
  constructor(input: UpdateChannelCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateLiveSourceCommandInput extends UpdateLiveSourceRequest {}
18
18
  export interface UpdateLiveSourceCommandOutput
19
19
  extends UpdateLiveSourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateLiveSourceCommand extends $Command<
23
22
  UpdateLiveSourceCommandInput,
24
23
  UpdateLiveSourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateLiveSourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateLiveSourceCommandInput;
28
27
  constructor(input: UpdateLiveSourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateSourceLocationCommandInput
19
19
  export interface UpdateSourceLocationCommandOutput
20
20
  extends UpdateSourceLocationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateSourceLocationCommand extends $Command<
24
23
  UpdateSourceLocationCommandInput,
25
24
  UpdateSourceLocationCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateSourceLocationCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateSourceLocationCommandInput;
29
28
  constructor(input: UpdateSourceLocationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MediaTailorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateVodSourceCommandInput extends UpdateVodSourceRequest {}
18
18
  export interface UpdateVodSourceCommandOutput
19
19
  extends UpdateVodSourceResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateVodSourceCommand extends $Command<
23
22
  UpdateVodSourceCommandInput,
24
23
  UpdateVodSourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateVodSourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateVodSourceCommandInput;
28
27
  constructor(input: UpdateVodSourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MediaTailorClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class MediaTailorServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }