@aws-sdk/client-medialive 3.552.0 → 3.556.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 (166) hide show
  1. package/README.md +216 -0
  2. package/dist-cjs/index.js +2212 -147
  3. package/dist-es/MediaLive.js +54 -0
  4. package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +24 -0
  5. package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +24 -0
  6. package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +24 -0
  7. package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +24 -0
  8. package/dist-es/commands/CreateSignalMapCommand.js +24 -0
  9. package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +24 -0
  10. package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +24 -0
  11. package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +24 -0
  12. package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +24 -0
  13. package/dist-es/commands/DeleteSignalMapCommand.js +24 -0
  14. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
  15. package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +24 -0
  16. package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +24 -0
  17. package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +24 -0
  18. package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +24 -0
  19. package/dist-es/commands/GetSignalMapCommand.js +24 -0
  20. package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +24 -0
  21. package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +24 -0
  22. package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +24 -0
  23. package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +24 -0
  24. package/dist-es/commands/ListSignalMapsCommand.js +24 -0
  25. package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +24 -0
  26. package/dist-es/commands/StartMonitorDeploymentCommand.js +24 -0
  27. package/dist-es/commands/StartUpdateSignalMapCommand.js +24 -0
  28. package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +24 -0
  29. package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +24 -0
  30. package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +24 -0
  31. package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +24 -0
  32. package/dist-es/commands/index.js +27 -0
  33. package/dist-es/models/models_0.js +44 -29
  34. package/dist-es/models/models_1.js +52 -3
  35. package/dist-es/models/models_2.js +3 -0
  36. package/dist-es/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.js +4 -0
  37. package/dist-es/pagination/ListCloudWatchAlarmTemplatesPaginator.js +4 -0
  38. package/dist-es/pagination/ListEventBridgeRuleTemplateGroupsPaginator.js +4 -0
  39. package/dist-es/pagination/ListEventBridgeRuleTemplatesPaginator.js +4 -0
  40. package/dist-es/pagination/ListSignalMapsPaginator.js +4 -0
  41. package/dist-es/pagination/index.js +5 -0
  42. package/dist-es/protocols/Aws_restJson1.js +1164 -6
  43. package/dist-es/waiters/index.js +4 -0
  44. package/dist-es/waiters/waitForSignalMapCreated.js +49 -0
  45. package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +49 -0
  46. package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +76 -0
  47. package/dist-es/waiters/waitForSignalMapUpdated.js +58 -0
  48. package/dist-types/MediaLive.d.ts +194 -0
  49. package/dist-types/MediaLiveClient.d.ts +29 -2
  50. package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +109 -0
  51. package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +89 -0
  52. package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +103 -0
  53. package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +89 -0
  54. package/dist-types/commands/CreateSignalMapCommand.d.ts +150 -0
  55. package/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +75 -0
  56. package/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +75 -0
  57. package/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +75 -0
  58. package/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +75 -0
  59. package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteSignalMapCommand.d.ts +75 -0
  66. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
  74. package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +92 -0
  75. package/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +82 -0
  76. package/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +89 -0
  77. package/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +82 -0
  78. package/dist-types/commands/GetSignalMapCommand.d.ts +136 -0
  79. package/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +91 -0
  80. package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +101 -0
  81. package/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +90 -0
  82. package/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +93 -0
  83. package/dist-types/commands/ListSignalMapsCommand.d.ts +92 -0
  84. package/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +139 -0
  85. package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +140 -0
  86. package/dist-types/commands/StartUpdateSignalMapCommand.d.ts +149 -0
  87. package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +107 -0
  88. package/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +86 -0
  89. package/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +101 -0
  90. package/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +86 -0
  91. package/dist-types/commands/index.d.ts +27 -0
  92. package/dist-types/models/models_0.d.ts +350 -159
  93. package/dist-types/models/models_1.d.ts +783 -747
  94. package/dist-types/models/models_2.d.ts +2297 -147
  95. package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +7 -0
  96. package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +7 -0
  97. package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +7 -0
  98. package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +7 -0
  99. package/dist-types/pagination/ListSignalMapsPaginator.d.ts +7 -0
  100. package/dist-types/pagination/index.d.ts +5 -0
  101. package/dist-types/protocols/Aws_restJson1.d.ts +243 -0
  102. package/dist-types/ts3.4/MediaLive.d.ts +512 -0
  103. package/dist-types/ts3.4/MediaLiveClient.d.ts +162 -0
  104. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +39 -0
  105. package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
  106. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +39 -0
  107. package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
  108. package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +38 -0
  109. package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +35 -0
  110. package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +35 -0
  111. package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +35 -0
  112. package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +35 -0
  113. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +33 -0
  120. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +39 -0
  129. package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
  130. package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +39 -0
  131. package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
  132. package/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +35 -0
  133. package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +39 -0
  134. package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +39 -0
  135. package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +39 -0
  136. package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +39 -0
  137. package/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +38 -0
  138. package/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +39 -0
  139. package/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +39 -0
  140. package/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +39 -0
  141. package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +39 -0
  142. package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
  143. package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +39 -0
  144. package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
  145. package/dist-types/ts3.4/commands/index.d.ts +27 -0
  146. package/dist-types/ts3.4/models/models_0.d.ts +112 -60
  147. package/dist-types/ts3.4/models/models_1.d.ts +223 -192
  148. package/dist-types/ts3.4/models/models_2.d.ts +508 -0
  149. package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +11 -0
  150. package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +11 -0
  151. package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +11 -0
  152. package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +11 -0
  153. package/dist-types/ts3.4/pagination/ListSignalMapsPaginator.d.ts +11 -0
  154. package/dist-types/ts3.4/pagination/index.d.ts +5 -0
  155. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +324 -0
  156. package/dist-types/ts3.4/waiters/index.d.ts +4 -0
  157. package/dist-types/ts3.4/waiters/waitForSignalMapCreated.d.ts +11 -0
  158. package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeleted.d.ts +11 -0
  159. package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeployed.d.ts +11 -0
  160. package/dist-types/ts3.4/waiters/waitForSignalMapUpdated.d.ts +11 -0
  161. package/dist-types/waiters/index.d.ts +4 -0
  162. package/dist-types/waiters/waitForSignalMapCreated.d.ts +14 -0
  163. package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +14 -0
  164. package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +14 -0
  165. package/dist-types/waiters/waitForSignalMapUpdated.d.ts +14 -0
  166. package/package.json +4 -4
@@ -1,5 +1,4 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { StreamingBlobTypes } from "@smithy/types";
3
2
  import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
4
3
  import {
5
4
  ArchiveGroupSettings,
@@ -12,46 +11,31 @@ import {
12
11
  ChannelClass,
13
12
  ChannelEgressEndpoint,
14
13
  ChannelState,
15
- CmafIngestGroupSettings,
14
+ CloudWatchAlarmTemplateComparisonOperator,
15
+ CloudWatchAlarmTemplateStatistic,
16
+ CloudWatchAlarmTemplateTargetResourceType,
17
+ CloudWatchAlarmTemplateTreatMissingData,
18
+ CmafNielsenId3Behavior,
16
19
  ColorCorrection,
17
- DeviceSettingsSyncState,
18
- DeviceUpdateStatus,
19
- FrameCaptureGroupSettings,
20
+ EventBridgeRuleTemplateEventType,
21
+ EventBridgeRuleTemplateTarget,
20
22
  Hdr10Settings,
21
23
  HlsAdMarkers,
22
- HlsCaptionLanguageSetting,
23
- HlsClientCache,
24
- HlsCodecSpecification,
25
- HlsDirectoryStructure,
26
- HlsDiscontinuityTags,
27
24
  Input,
28
25
  InputAttachment,
29
- InputClass,
30
- InputDestination,
31
26
  InputDestinationRequest,
32
- InputDeviceConnectionState,
33
- InputDeviceHdSettings,
34
- InputDeviceNetworkSettings,
35
- InputDeviceOutputType,
36
27
  InputDeviceSettings,
37
- InputDeviceType,
38
- InputDeviceUhdSettings,
39
28
  InputLocation,
40
29
  InputSecurityGroup,
41
- InputSecurityGroupState,
42
- InputSource,
43
30
  InputSourceRequest,
44
- InputSourceType,
45
31
  InputSpecification,
46
- InputState,
47
32
  InputType,
48
- InputWhitelistRule,
49
33
  InputWhitelistRuleCidr,
50
34
  LogLevel,
51
35
  MaintenanceDay,
52
36
  MaintenanceStatus,
53
- MediaConnectFlow,
54
37
  MediaConnectFlowRequest,
38
+ MediaResourceNeighbor,
55
39
  MultiplexOutputDestination,
56
40
  MultiplexProgramPipelineDetail,
57
41
  MultiplexState,
@@ -64,6 +48,66 @@ import {
64
48
  S3CannedAcl,
65
49
  VpcOutputSettingsDescription,
66
50
  } from "./models_0";
51
+ export declare const Scte35Type: {
52
+ readonly NONE: "NONE";
53
+ readonly SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION";
54
+ };
55
+ export type Scte35Type = (typeof Scte35Type)[keyof typeof Scte35Type];
56
+ export declare const CmafIngestSegmentLengthUnits: {
57
+ readonly MILLISECONDS: "MILLISECONDS";
58
+ readonly SECONDS: "SECONDS";
59
+ };
60
+ export type CmafIngestSegmentLengthUnits =
61
+ (typeof CmafIngestSegmentLengthUnits)[keyof typeof CmafIngestSegmentLengthUnits];
62
+ export interface CmafIngestGroupSettings {
63
+ Destination: OutputLocationRef | undefined;
64
+ NielsenId3Behavior?: CmafNielsenId3Behavior;
65
+ Scte35Type?: Scte35Type;
66
+ SegmentLength?: number;
67
+ SegmentLengthUnits?: CmafIngestSegmentLengthUnits;
68
+ SendDelayMs?: number;
69
+ }
70
+ export interface FrameCaptureS3Settings {
71
+ CannedAcl?: S3CannedAcl;
72
+ }
73
+ export interface FrameCaptureCdnSettings {
74
+ FrameCaptureS3Settings?: FrameCaptureS3Settings;
75
+ }
76
+ export interface FrameCaptureGroupSettings {
77
+ Destination: OutputLocationRef | undefined;
78
+ FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
79
+ }
80
+ export declare const HlsCaptionLanguageSetting: {
81
+ readonly INSERT: "INSERT";
82
+ readonly NONE: "NONE";
83
+ readonly OMIT: "OMIT";
84
+ };
85
+ export type HlsCaptionLanguageSetting =
86
+ (typeof HlsCaptionLanguageSetting)[keyof typeof HlsCaptionLanguageSetting];
87
+ export declare const HlsClientCache: {
88
+ readonly DISABLED: "DISABLED";
89
+ readonly ENABLED: "ENABLED";
90
+ };
91
+ export type HlsClientCache =
92
+ (typeof HlsClientCache)[keyof typeof HlsClientCache];
93
+ export declare const HlsCodecSpecification: {
94
+ readonly RFC_4281: "RFC_4281";
95
+ readonly RFC_6381: "RFC_6381";
96
+ };
97
+ export type HlsCodecSpecification =
98
+ (typeof HlsCodecSpecification)[keyof typeof HlsCodecSpecification];
99
+ export declare const HlsDirectoryStructure: {
100
+ readonly SINGLE_DIRECTORY: "SINGLE_DIRECTORY";
101
+ readonly SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM";
102
+ };
103
+ export type HlsDirectoryStructure =
104
+ (typeof HlsDirectoryStructure)[keyof typeof HlsDirectoryStructure];
105
+ export declare const HlsDiscontinuityTags: {
106
+ readonly INSERT: "INSERT";
107
+ readonly NEVER_INSERT: "NEVER_INSERT";
108
+ };
109
+ export type HlsDiscontinuityTags =
110
+ (typeof HlsDiscontinuityTags)[keyof typeof HlsDiscontinuityTags];
67
111
  export declare const HlsEncryptionType: {
68
112
  readonly AES128: "AES128";
69
113
  readonly SAMPLE_AES: "SAMPLE_AES";
@@ -700,6 +744,44 @@ export interface ScheduleAction {
700
744
  ScheduleActionSettings: ScheduleActionSettings | undefined;
701
745
  ScheduleActionStartSettings: ScheduleActionStartSettings | undefined;
702
746
  }
747
+ export declare const SignalMapMonitorDeploymentStatus: {
748
+ readonly DELETE_COMPLETE: "DELETE_COMPLETE";
749
+ readonly DELETE_FAILED: "DELETE_FAILED";
750
+ readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
751
+ readonly DEPLOYMENT_COMPLETE: "DEPLOYMENT_COMPLETE";
752
+ readonly DEPLOYMENT_FAILED: "DEPLOYMENT_FAILED";
753
+ readonly DEPLOYMENT_IN_PROGRESS: "DEPLOYMENT_IN_PROGRESS";
754
+ readonly DRY_RUN_DEPLOYMENT_COMPLETE: "DRY_RUN_DEPLOYMENT_COMPLETE";
755
+ readonly DRY_RUN_DEPLOYMENT_FAILED: "DRY_RUN_DEPLOYMENT_FAILED";
756
+ readonly DRY_RUN_DEPLOYMENT_IN_PROGRESS: "DRY_RUN_DEPLOYMENT_IN_PROGRESS";
757
+ readonly NOT_DEPLOYED: "NOT_DEPLOYED";
758
+ };
759
+ export type SignalMapMonitorDeploymentStatus =
760
+ (typeof SignalMapMonitorDeploymentStatus)[keyof typeof SignalMapMonitorDeploymentStatus];
761
+ export declare const SignalMapStatus: {
762
+ readonly CREATE_COMPLETE: "CREATE_COMPLETE";
763
+ readonly CREATE_FAILED: "CREATE_FAILED";
764
+ readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
765
+ readonly NOT_READY: "NOT_READY";
766
+ readonly READY: "READY";
767
+ readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
768
+ readonly UPDATE_FAILED: "UPDATE_FAILED";
769
+ readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
770
+ readonly UPDATE_REVERTED: "UPDATE_REVERTED";
771
+ };
772
+ export type SignalMapStatus =
773
+ (typeof SignalMapStatus)[keyof typeof SignalMapStatus];
774
+ export interface SignalMapSummary {
775
+ Arn: string | undefined;
776
+ CreatedAt: Date | undefined;
777
+ Description?: string;
778
+ Id: string | undefined;
779
+ ModifiedAt?: Date;
780
+ MonitorDeploymentStatus: SignalMapMonitorDeploymentStatus | undefined;
781
+ Name: string | undefined;
782
+ Status: SignalMapStatus | undefined;
783
+ Tags?: Record<string, string>;
784
+ }
703
785
  export declare const ThumbnailType: {
704
786
  readonly CURRENT_ACTIVE: "CURRENT_ACTIVE";
705
787
  readonly UNSPECIFIED: "UNSPECIFIED";
@@ -1685,6 +1767,88 @@ export interface CreateChannelRequest {
1685
1767
  export interface CreateChannelResponse {
1686
1768
  Channel?: Channel;
1687
1769
  }
1770
+ export interface CreateCloudWatchAlarmTemplateRequest {
1771
+ ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator | undefined;
1772
+ DatapointsToAlarm?: number;
1773
+ Description?: string;
1774
+ EvaluationPeriods: number | undefined;
1775
+ GroupIdentifier: string | undefined;
1776
+ MetricName: string | undefined;
1777
+ Name: string | undefined;
1778
+ Period: number | undefined;
1779
+ Statistic: CloudWatchAlarmTemplateStatistic | undefined;
1780
+ Tags?: Record<string, string>;
1781
+ TargetResourceType: CloudWatchAlarmTemplateTargetResourceType | undefined;
1782
+ Threshold: number | undefined;
1783
+ TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
1784
+ }
1785
+ export interface CreateCloudWatchAlarmTemplateResponse {
1786
+ Arn?: string;
1787
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
1788
+ CreatedAt?: Date;
1789
+ DatapointsToAlarm?: number;
1790
+ Description?: string;
1791
+ EvaluationPeriods?: number;
1792
+ GroupId?: string;
1793
+ Id?: string;
1794
+ MetricName?: string;
1795
+ ModifiedAt?: Date;
1796
+ Name?: string;
1797
+ Period?: number;
1798
+ Statistic?: CloudWatchAlarmTemplateStatistic;
1799
+ Tags?: Record<string, string>;
1800
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
1801
+ Threshold?: number;
1802
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
1803
+ }
1804
+ export interface CreateCloudWatchAlarmTemplateGroupRequest {
1805
+ Description?: string;
1806
+ Name: string | undefined;
1807
+ Tags?: Record<string, string>;
1808
+ }
1809
+ export interface CreateCloudWatchAlarmTemplateGroupResponse {
1810
+ Arn?: string;
1811
+ CreatedAt?: Date;
1812
+ Description?: string;
1813
+ Id?: string;
1814
+ ModifiedAt?: Date;
1815
+ Name?: string;
1816
+ Tags?: Record<string, string>;
1817
+ }
1818
+ export interface CreateEventBridgeRuleTemplateRequest {
1819
+ Description?: string;
1820
+ EventTargets?: EventBridgeRuleTemplateTarget[];
1821
+ EventType: EventBridgeRuleTemplateEventType | undefined;
1822
+ GroupIdentifier: string | undefined;
1823
+ Name: string | undefined;
1824
+ Tags?: Record<string, string>;
1825
+ }
1826
+ export interface CreateEventBridgeRuleTemplateResponse {
1827
+ Arn?: string;
1828
+ CreatedAt?: Date;
1829
+ Description?: string;
1830
+ EventTargets?: EventBridgeRuleTemplateTarget[];
1831
+ EventType?: EventBridgeRuleTemplateEventType;
1832
+ GroupId?: string;
1833
+ Id?: string;
1834
+ ModifiedAt?: Date;
1835
+ Name?: string;
1836
+ Tags?: Record<string, string>;
1837
+ }
1838
+ export interface CreateEventBridgeRuleTemplateGroupRequest {
1839
+ Description?: string;
1840
+ Name: string | undefined;
1841
+ Tags?: Record<string, string>;
1842
+ }
1843
+ export interface CreateEventBridgeRuleTemplateGroupResponse {
1844
+ Arn?: string;
1845
+ CreatedAt?: Date;
1846
+ Description?: string;
1847
+ Id?: string;
1848
+ ModifiedAt?: Date;
1849
+ Name?: string;
1850
+ Tags?: Record<string, string>;
1851
+ }
1688
1852
  export interface InputVpcRequest {
1689
1853
  SecurityGroupIds?: string[];
1690
1854
  SubnetIds: string[] | undefined;
@@ -1805,107 +1969,56 @@ export interface CreatePartnerInputRequest {
1805
1969
  export interface CreatePartnerInputResponse {
1806
1970
  Input?: Input;
1807
1971
  }
1808
- export interface CreateTagsRequest {
1809
- ResourceArn: string | undefined;
1972
+ export interface CreateSignalMapRequest {
1973
+ CloudWatchAlarmTemplateGroupIdentifiers?: string[];
1974
+ Description?: string;
1975
+ DiscoveryEntryPointArn: string | undefined;
1976
+ EventBridgeRuleTemplateGroupIdentifiers?: string[];
1977
+ Name: string | undefined;
1810
1978
  Tags?: Record<string, string>;
1811
1979
  }
1812
- export interface DeleteChannelRequest {
1813
- ChannelId: string | undefined;
1814
- }
1815
- export interface DeleteChannelResponse {
1816
- Arn?: string;
1817
- CdiInputSpecification?: CdiInputSpecification;
1818
- ChannelClass?: ChannelClass;
1819
- Destinations?: OutputDestination[];
1820
- EgressEndpoints?: ChannelEgressEndpoint[];
1821
- EncoderSettings?: EncoderSettings;
1822
- Id?: string;
1823
- InputAttachments?: InputAttachment[];
1824
- InputSpecification?: InputSpecification;
1825
- LogLevel?: LogLevel;
1826
- Maintenance?: MaintenanceStatus;
1980
+ export interface MediaResource {
1981
+ Destinations?: MediaResourceNeighbor[];
1827
1982
  Name?: string;
1828
- PipelineDetails?: PipelineDetail[];
1829
- PipelinesRunningCount?: number;
1830
- RoleArn?: string;
1831
- State?: ChannelState;
1832
- Tags?: Record<string, string>;
1833
- Vpc?: VpcOutputSettingsDescription;
1834
- }
1835
- export interface DeleteInputRequest {
1836
- InputId: string | undefined;
1983
+ Sources?: MediaResourceNeighbor[];
1837
1984
  }
1838
- export interface DeleteInputResponse {}
1839
- export interface DeleteInputSecurityGroupRequest {
1840
- InputSecurityGroupId: string | undefined;
1985
+ export interface SuccessfulMonitorDeployment {
1986
+ DetailsUri: string | undefined;
1987
+ Status: SignalMapMonitorDeploymentStatus | undefined;
1841
1988
  }
1842
- export interface DeleteInputSecurityGroupResponse {}
1843
- export interface DeleteMultiplexRequest {
1844
- MultiplexId: string | undefined;
1989
+ export interface MonitorDeployment {
1990
+ DetailsUri?: string;
1991
+ ErrorMessage?: string;
1992
+ Status: SignalMapMonitorDeploymentStatus | undefined;
1845
1993
  }
1846
- export interface DeleteMultiplexResponse {
1994
+ export interface CreateSignalMapResponse {
1847
1995
  Arn?: string;
1848
- AvailabilityZones?: string[];
1849
- Destinations?: MultiplexOutputDestination[];
1996
+ CloudWatchAlarmTemplateGroupIds?: string[];
1997
+ CreatedAt?: Date;
1998
+ Description?: string;
1999
+ DiscoveryEntryPointArn?: string;
2000
+ ErrorMessage?: string;
2001
+ EventBridgeRuleTemplateGroupIds?: string[];
2002
+ FailedMediaResourceMap?: Record<string, MediaResource>;
1850
2003
  Id?: string;
1851
- MultiplexSettings?: MultiplexSettings;
1852
- Name?: string;
1853
- PipelinesRunningCount?: number;
1854
- ProgramCount?: number;
1855
- State?: MultiplexState;
1856
- Tags?: Record<string, string>;
1857
- }
1858
- export interface DeleteMultiplexProgramRequest {
1859
- MultiplexId: string | undefined;
1860
- ProgramName: string | undefined;
1861
- }
1862
- export interface DeleteMultiplexProgramResponse {
1863
- ChannelId?: string;
1864
- MultiplexProgramSettings?: MultiplexProgramSettings;
1865
- PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
1866
- PipelineDetails?: MultiplexProgramPipelineDetail[];
1867
- ProgramName?: string;
1868
- }
1869
- export interface DeleteReservationRequest {
1870
- ReservationId: string | undefined;
1871
- }
1872
- export interface DeleteReservationResponse {
1873
- Arn?: string;
1874
- Count?: number;
1875
- CurrencyCode?: string;
1876
- Duration?: number;
1877
- DurationUnits?: OfferingDurationUnits;
1878
- End?: string;
1879
- FixedPrice?: number;
2004
+ LastDiscoveredAt?: Date;
2005
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
2006
+ MediaResourceMap?: Record<string, MediaResource>;
2007
+ ModifiedAt?: Date;
2008
+ MonitorChangesPendingDeployment?: boolean;
2009
+ MonitorDeployment?: MonitorDeployment;
1880
2010
  Name?: string;
1881
- OfferingDescription?: string;
1882
- OfferingId?: string;
1883
- OfferingType?: OfferingType;
1884
- Region?: string;
1885
- RenewalSettings?: RenewalSettings;
1886
- ReservationId?: string;
1887
- ResourceSpecification?: ReservationResourceSpecification;
1888
- Start?: string;
1889
- State?: ReservationState;
2011
+ Status?: SignalMapStatus;
1890
2012
  Tags?: Record<string, string>;
1891
- UsagePrice?: number;
1892
2013
  }
1893
- export interface DeleteScheduleRequest {
1894
- ChannelId: string | undefined;
1895
- }
1896
- export interface DeleteScheduleResponse {}
1897
- export interface DeleteTagsRequest {
2014
+ export interface CreateTagsRequest {
1898
2015
  ResourceArn: string | undefined;
1899
- TagKeys: string[] | undefined;
1900
- }
1901
- export interface DescribeAccountConfigurationRequest {}
1902
- export interface DescribeAccountConfigurationResponse {
1903
- AccountConfiguration?: AccountConfiguration;
2016
+ Tags?: Record<string, string>;
1904
2017
  }
1905
- export interface DescribeChannelRequest {
2018
+ export interface DeleteChannelRequest {
1906
2019
  ChannelId: string | undefined;
1907
2020
  }
1908
- export interface DescribeChannelResponse {
2021
+ export interface DeleteChannelResponse {
1909
2022
  Arn?: string;
1910
2023
  CdiInputSpecification?: CdiInputSpecification;
1911
2024
  ChannelClass?: ChannelClass;
@@ -1925,85 +2038,3 @@ export interface DescribeChannelResponse {
1925
2038
  Tags?: Record<string, string>;
1926
2039
  Vpc?: VpcOutputSettingsDescription;
1927
2040
  }
1928
- export interface DescribeInputRequest {
1929
- InputId: string | undefined;
1930
- }
1931
- export interface DescribeInputResponse {
1932
- Arn?: string;
1933
- AttachedChannels?: string[];
1934
- Destinations?: InputDestination[];
1935
- Id?: string;
1936
- InputClass?: InputClass;
1937
- InputDevices?: InputDeviceSettings[];
1938
- InputPartnerIds?: string[];
1939
- InputSourceType?: InputSourceType;
1940
- MediaConnectFlows?: MediaConnectFlow[];
1941
- Name?: string;
1942
- RoleArn?: string;
1943
- SecurityGroups?: string[];
1944
- Sources?: InputSource[];
1945
- State?: InputState;
1946
- Tags?: Record<string, string>;
1947
- Type?: InputType;
1948
- }
1949
- export interface DescribeInputDeviceRequest {
1950
- InputDeviceId: string | undefined;
1951
- }
1952
- export interface DescribeInputDeviceResponse {
1953
- Arn?: string;
1954
- ConnectionState?: InputDeviceConnectionState;
1955
- DeviceSettingsSyncState?: DeviceSettingsSyncState;
1956
- DeviceUpdateStatus?: DeviceUpdateStatus;
1957
- HdDeviceSettings?: InputDeviceHdSettings;
1958
- Id?: string;
1959
- MacAddress?: string;
1960
- Name?: string;
1961
- NetworkSettings?: InputDeviceNetworkSettings;
1962
- SerialNumber?: string;
1963
- Type?: InputDeviceType;
1964
- UhdDeviceSettings?: InputDeviceUhdSettings;
1965
- Tags?: Record<string, string>;
1966
- AvailabilityZone?: string;
1967
- MedialiveInputArns?: string[];
1968
- OutputType?: InputDeviceOutputType;
1969
- }
1970
- export interface DescribeInputDeviceThumbnailRequest {
1971
- InputDeviceId: string | undefined;
1972
- Accept: AcceptHeader | undefined;
1973
- }
1974
- export interface DescribeInputDeviceThumbnailResponse {
1975
- Body?: StreamingBlobTypes;
1976
- ContentType?: ContentType;
1977
- ContentLength?: number;
1978
- ETag?: string;
1979
- LastModified?: Date;
1980
- }
1981
- export interface DescribeInputSecurityGroupRequest {
1982
- InputSecurityGroupId: string | undefined;
1983
- }
1984
- export interface DescribeInputSecurityGroupResponse {
1985
- Arn?: string;
1986
- Id?: string;
1987
- Inputs?: string[];
1988
- State?: InputSecurityGroupState;
1989
- Tags?: Record<string, string>;
1990
- WhitelistRules?: InputWhitelistRule[];
1991
- }
1992
- export interface DescribeMultiplexRequest {
1993
- MultiplexId: string | undefined;
1994
- }
1995
- export interface DescribeMultiplexResponse {
1996
- Arn?: string;
1997
- AvailabilityZones?: string[];
1998
- Destinations?: MultiplexOutputDestination[];
1999
- Id?: string;
2000
- MultiplexSettings?: MultiplexSettings;
2001
- Name?: string;
2002
- PipelinesRunningCount?: number;
2003
- ProgramCount?: number;
2004
- State?: MultiplexState;
2005
- Tags?: Record<string, string>;
2006
- }
2007
- export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (
2008
- obj: DescribeInputDeviceThumbnailResponse
2009
- ) => any;