@aws-sdk/client-medialive 3.552.0 → 3.554.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,3 +1,4 @@
1
+ import { StreamingBlobTypes } from "@smithy/types";
1
2
  import {
2
3
  CdiInputSpecification,
3
4
  ChannelClass,
@@ -5,10 +6,22 @@ import {
5
6
  ChannelPipelineIdToRestart,
6
7
  ChannelState,
7
8
  ChannelSummary,
9
+ CloudWatchAlarmTemplateComparisonOperator,
10
+ CloudWatchAlarmTemplateGroupSummary,
11
+ CloudWatchAlarmTemplateStatistic,
12
+ CloudWatchAlarmTemplateSummary,
13
+ CloudWatchAlarmTemplateTargetResourceType,
14
+ CloudWatchAlarmTemplateTreatMissingData,
8
15
  DeviceSettingsSyncState,
9
16
  DeviceUpdateStatus,
17
+ EventBridgeRuleTemplateEventType,
18
+ EventBridgeRuleTemplateGroupSummary,
19
+ EventBridgeRuleTemplateSummary,
20
+ EventBridgeRuleTemplateTarget,
10
21
  Input,
11
22
  InputAttachment,
23
+ InputClass,
24
+ InputDestination,
12
25
  InputDestinationRequest,
13
26
  InputDeviceCodec,
14
27
  InputDeviceConfigurableAudioChannelPairConfig,
@@ -18,16 +31,24 @@ import {
18
31
  InputDeviceNetworkSettings,
19
32
  InputDeviceOutputType,
20
33
  InputDeviceRequest,
34
+ InputDeviceSettings,
21
35
  InputDeviceSummary,
22
36
  InputDeviceType,
23
37
  InputDeviceUhdSettings,
24
38
  InputSecurityGroup,
39
+ InputSecurityGroupState,
40
+ InputSource,
25
41
  InputSourceRequest,
42
+ InputSourceType,
26
43
  InputSpecification,
44
+ InputState,
45
+ InputType,
46
+ InputWhitelistRule,
27
47
  InputWhitelistRuleCidr,
28
48
  LogLevel,
29
49
  MaintenanceDay,
30
50
  MaintenanceStatus,
51
+ MediaConnectFlow,
31
52
  MediaConnectFlowRequest,
32
53
  MultiplexOutputDestination,
33
54
  MultiplexProgramPipelineDetail,
@@ -42,9 +63,13 @@ import {
42
63
  VpcOutputSettingsDescription,
43
64
  } from "./models_0";
44
65
  import {
66
+ AcceptHeader,
45
67
  AccountConfiguration,
46
68
  Channel,
69
+ ContentType,
47
70
  EncoderSettings,
71
+ MediaResource,
72
+ MonitorDeployment,
48
73
  Multiplex,
49
74
  MultiplexProgram,
50
75
  MultiplexProgramPacketIdentifiersMap,
@@ -55,9 +80,199 @@ import {
55
80
  Reservation,
56
81
  ReservationState,
57
82
  ScheduleAction,
83
+ SignalMapStatus,
84
+ SignalMapSummary,
85
+ SuccessfulMonitorDeployment,
58
86
  ThumbnailDetail,
59
87
  TransferringInputDeviceSummary,
60
88
  } from "./models_1";
89
+ export interface DeleteCloudWatchAlarmTemplateRequest {
90
+ Identifier: string | undefined;
91
+ }
92
+ export interface DeleteCloudWatchAlarmTemplateGroupRequest {
93
+ Identifier: string | undefined;
94
+ }
95
+ export interface DeleteEventBridgeRuleTemplateRequest {
96
+ Identifier: string | undefined;
97
+ }
98
+ export interface DeleteEventBridgeRuleTemplateGroupRequest {
99
+ Identifier: string | undefined;
100
+ }
101
+ export interface DeleteInputRequest {
102
+ InputId: string | undefined;
103
+ }
104
+ export interface DeleteInputResponse {}
105
+ export interface DeleteInputSecurityGroupRequest {
106
+ InputSecurityGroupId: string | undefined;
107
+ }
108
+ export interface DeleteInputSecurityGroupResponse {}
109
+ export interface DeleteMultiplexRequest {
110
+ MultiplexId: string | undefined;
111
+ }
112
+ export interface DeleteMultiplexResponse {
113
+ Arn?: string;
114
+ AvailabilityZones?: string[];
115
+ Destinations?: MultiplexOutputDestination[];
116
+ Id?: string;
117
+ MultiplexSettings?: MultiplexSettings;
118
+ Name?: string;
119
+ PipelinesRunningCount?: number;
120
+ ProgramCount?: number;
121
+ State?: MultiplexState;
122
+ Tags?: Record<string, string>;
123
+ }
124
+ export interface DeleteMultiplexProgramRequest {
125
+ MultiplexId: string | undefined;
126
+ ProgramName: string | undefined;
127
+ }
128
+ export interface DeleteMultiplexProgramResponse {
129
+ ChannelId?: string;
130
+ MultiplexProgramSettings?: MultiplexProgramSettings;
131
+ PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
132
+ PipelineDetails?: MultiplexProgramPipelineDetail[];
133
+ ProgramName?: string;
134
+ }
135
+ export interface DeleteReservationRequest {
136
+ ReservationId: string | undefined;
137
+ }
138
+ export interface DeleteReservationResponse {
139
+ Arn?: string;
140
+ Count?: number;
141
+ CurrencyCode?: string;
142
+ Duration?: number;
143
+ DurationUnits?: OfferingDurationUnits;
144
+ End?: string;
145
+ FixedPrice?: number;
146
+ Name?: string;
147
+ OfferingDescription?: string;
148
+ OfferingId?: string;
149
+ OfferingType?: OfferingType;
150
+ Region?: string;
151
+ RenewalSettings?: RenewalSettings;
152
+ ReservationId?: string;
153
+ ResourceSpecification?: ReservationResourceSpecification;
154
+ Start?: string;
155
+ State?: ReservationState;
156
+ Tags?: Record<string, string>;
157
+ UsagePrice?: number;
158
+ }
159
+ export interface DeleteScheduleRequest {
160
+ ChannelId: string | undefined;
161
+ }
162
+ export interface DeleteScheduleResponse {}
163
+ export interface DeleteSignalMapRequest {
164
+ Identifier: string | undefined;
165
+ }
166
+ export interface DeleteTagsRequest {
167
+ ResourceArn: string | undefined;
168
+ TagKeys: string[] | undefined;
169
+ }
170
+ export interface DescribeAccountConfigurationRequest {}
171
+ export interface DescribeAccountConfigurationResponse {
172
+ AccountConfiguration?: AccountConfiguration;
173
+ }
174
+ export interface DescribeChannelRequest {
175
+ ChannelId: string | undefined;
176
+ }
177
+ export interface DescribeChannelResponse {
178
+ Arn?: string;
179
+ CdiInputSpecification?: CdiInputSpecification;
180
+ ChannelClass?: ChannelClass;
181
+ Destinations?: OutputDestination[];
182
+ EgressEndpoints?: ChannelEgressEndpoint[];
183
+ EncoderSettings?: EncoderSettings;
184
+ Id?: string;
185
+ InputAttachments?: InputAttachment[];
186
+ InputSpecification?: InputSpecification;
187
+ LogLevel?: LogLevel;
188
+ Maintenance?: MaintenanceStatus;
189
+ Name?: string;
190
+ PipelineDetails?: PipelineDetail[];
191
+ PipelinesRunningCount?: number;
192
+ RoleArn?: string;
193
+ State?: ChannelState;
194
+ Tags?: Record<string, string>;
195
+ Vpc?: VpcOutputSettingsDescription;
196
+ }
197
+ export interface DescribeInputRequest {
198
+ InputId: string | undefined;
199
+ }
200
+ export interface DescribeInputResponse {
201
+ Arn?: string;
202
+ AttachedChannels?: string[];
203
+ Destinations?: InputDestination[];
204
+ Id?: string;
205
+ InputClass?: InputClass;
206
+ InputDevices?: InputDeviceSettings[];
207
+ InputPartnerIds?: string[];
208
+ InputSourceType?: InputSourceType;
209
+ MediaConnectFlows?: MediaConnectFlow[];
210
+ Name?: string;
211
+ RoleArn?: string;
212
+ SecurityGroups?: string[];
213
+ Sources?: InputSource[];
214
+ State?: InputState;
215
+ Tags?: Record<string, string>;
216
+ Type?: InputType;
217
+ }
218
+ export interface DescribeInputDeviceRequest {
219
+ InputDeviceId: string | undefined;
220
+ }
221
+ export interface DescribeInputDeviceResponse {
222
+ Arn?: string;
223
+ ConnectionState?: InputDeviceConnectionState;
224
+ DeviceSettingsSyncState?: DeviceSettingsSyncState;
225
+ DeviceUpdateStatus?: DeviceUpdateStatus;
226
+ HdDeviceSettings?: InputDeviceHdSettings;
227
+ Id?: string;
228
+ MacAddress?: string;
229
+ Name?: string;
230
+ NetworkSettings?: InputDeviceNetworkSettings;
231
+ SerialNumber?: string;
232
+ Type?: InputDeviceType;
233
+ UhdDeviceSettings?: InputDeviceUhdSettings;
234
+ Tags?: Record<string, string>;
235
+ AvailabilityZone?: string;
236
+ MedialiveInputArns?: string[];
237
+ OutputType?: InputDeviceOutputType;
238
+ }
239
+ export interface DescribeInputDeviceThumbnailRequest {
240
+ InputDeviceId: string | undefined;
241
+ Accept: AcceptHeader | undefined;
242
+ }
243
+ export interface DescribeInputDeviceThumbnailResponse {
244
+ Body?: StreamingBlobTypes;
245
+ ContentType?: ContentType;
246
+ ContentLength?: number;
247
+ ETag?: string;
248
+ LastModified?: Date;
249
+ }
250
+ export interface DescribeInputSecurityGroupRequest {
251
+ InputSecurityGroupId: string | undefined;
252
+ }
253
+ export interface DescribeInputSecurityGroupResponse {
254
+ Arn?: string;
255
+ Id?: string;
256
+ Inputs?: string[];
257
+ State?: InputSecurityGroupState;
258
+ Tags?: Record<string, string>;
259
+ WhitelistRules?: InputWhitelistRule[];
260
+ }
261
+ export interface DescribeMultiplexRequest {
262
+ MultiplexId: string | undefined;
263
+ }
264
+ export interface DescribeMultiplexResponse {
265
+ Arn?: string;
266
+ AvailabilityZones?: string[];
267
+ Destinations?: MultiplexOutputDestination[];
268
+ Id?: string;
269
+ MultiplexSettings?: MultiplexSettings;
270
+ Name?: string;
271
+ PipelinesRunningCount?: number;
272
+ ProgramCount?: number;
273
+ State?: MultiplexState;
274
+ Tags?: Record<string, string>;
275
+ }
61
276
  export interface DescribeMultiplexProgramRequest {
62
277
  MultiplexId: string | undefined;
63
278
  ProgramName: string | undefined;
@@ -126,6 +341,90 @@ export interface DescribeThumbnailsRequest {
126
341
  export interface DescribeThumbnailsResponse {
127
342
  ThumbnailDetails?: ThumbnailDetail[];
128
343
  }
344
+ export interface GetCloudWatchAlarmTemplateRequest {
345
+ Identifier: string | undefined;
346
+ }
347
+ export interface GetCloudWatchAlarmTemplateResponse {
348
+ Arn?: string;
349
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
350
+ CreatedAt?: Date;
351
+ DatapointsToAlarm?: number;
352
+ Description?: string;
353
+ EvaluationPeriods?: number;
354
+ GroupId?: string;
355
+ Id?: string;
356
+ MetricName?: string;
357
+ ModifiedAt?: Date;
358
+ Name?: string;
359
+ Period?: number;
360
+ Statistic?: CloudWatchAlarmTemplateStatistic;
361
+ Tags?: Record<string, string>;
362
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
363
+ Threshold?: number;
364
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
365
+ }
366
+ export interface GetCloudWatchAlarmTemplateGroupRequest {
367
+ Identifier: string | undefined;
368
+ }
369
+ export interface GetCloudWatchAlarmTemplateGroupResponse {
370
+ Arn?: string;
371
+ CreatedAt?: Date;
372
+ Description?: string;
373
+ Id?: string;
374
+ ModifiedAt?: Date;
375
+ Name?: string;
376
+ Tags?: Record<string, string>;
377
+ }
378
+ export interface GetEventBridgeRuleTemplateRequest {
379
+ Identifier: string | undefined;
380
+ }
381
+ export interface GetEventBridgeRuleTemplateResponse {
382
+ Arn?: string;
383
+ CreatedAt?: Date;
384
+ Description?: string;
385
+ EventTargets?: EventBridgeRuleTemplateTarget[];
386
+ EventType?: EventBridgeRuleTemplateEventType;
387
+ GroupId?: string;
388
+ Id?: string;
389
+ ModifiedAt?: Date;
390
+ Name?: string;
391
+ Tags?: Record<string, string>;
392
+ }
393
+ export interface GetEventBridgeRuleTemplateGroupRequest {
394
+ Identifier: string | undefined;
395
+ }
396
+ export interface GetEventBridgeRuleTemplateGroupResponse {
397
+ Arn?: string;
398
+ CreatedAt?: Date;
399
+ Description?: string;
400
+ Id?: string;
401
+ ModifiedAt?: Date;
402
+ Name?: string;
403
+ Tags?: Record<string, string>;
404
+ }
405
+ export interface GetSignalMapRequest {
406
+ Identifier: string | undefined;
407
+ }
408
+ export interface GetSignalMapResponse {
409
+ Arn?: string;
410
+ CloudWatchAlarmTemplateGroupIds?: string[];
411
+ CreatedAt?: Date;
412
+ Description?: string;
413
+ DiscoveryEntryPointArn?: string;
414
+ ErrorMessage?: string;
415
+ EventBridgeRuleTemplateGroupIds?: string[];
416
+ FailedMediaResourceMap?: Record<string, MediaResource>;
417
+ Id?: string;
418
+ LastDiscoveredAt?: Date;
419
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
420
+ MediaResourceMap?: Record<string, MediaResource>;
421
+ ModifiedAt?: Date;
422
+ MonitorChangesPendingDeployment?: boolean;
423
+ MonitorDeployment?: MonitorDeployment;
424
+ Name?: string;
425
+ Status?: SignalMapStatus;
426
+ Tags?: Record<string, string>;
427
+ }
129
428
  export interface InputDeviceMediaConnectConfigurableSettings {
130
429
  FlowArn?: string;
131
430
  RoleArn?: string;
@@ -148,6 +447,46 @@ export interface ListChannelsResponse {
148
447
  Channels?: ChannelSummary[];
149
448
  NextToken?: string;
150
449
  }
450
+ export interface ListCloudWatchAlarmTemplateGroupsRequest {
451
+ MaxResults?: number;
452
+ NextToken?: string;
453
+ Scope?: string;
454
+ SignalMapIdentifier?: string;
455
+ }
456
+ export interface ListCloudWatchAlarmTemplateGroupsResponse {
457
+ CloudWatchAlarmTemplateGroups?: CloudWatchAlarmTemplateGroupSummary[];
458
+ NextToken?: string;
459
+ }
460
+ export interface ListCloudWatchAlarmTemplatesRequest {
461
+ GroupIdentifier?: string;
462
+ MaxResults?: number;
463
+ NextToken?: string;
464
+ Scope?: string;
465
+ SignalMapIdentifier?: string;
466
+ }
467
+ export interface ListCloudWatchAlarmTemplatesResponse {
468
+ CloudWatchAlarmTemplates?: CloudWatchAlarmTemplateSummary[];
469
+ NextToken?: string;
470
+ }
471
+ export interface ListEventBridgeRuleTemplateGroupsRequest {
472
+ MaxResults?: number;
473
+ NextToken?: string;
474
+ SignalMapIdentifier?: string;
475
+ }
476
+ export interface ListEventBridgeRuleTemplateGroupsResponse {
477
+ EventBridgeRuleTemplateGroups?: EventBridgeRuleTemplateGroupSummary[];
478
+ NextToken?: string;
479
+ }
480
+ export interface ListEventBridgeRuleTemplatesRequest {
481
+ GroupIdentifier?: string;
482
+ MaxResults?: number;
483
+ NextToken?: string;
484
+ SignalMapIdentifier?: string;
485
+ }
486
+ export interface ListEventBridgeRuleTemplatesResponse {
487
+ EventBridgeRuleTemplates?: EventBridgeRuleTemplateSummary[];
488
+ NextToken?: string;
489
+ }
151
490
  export interface ListInputDevicesRequest {
152
491
  MaxResults?: number;
153
492
  NextToken?: string;
@@ -232,6 +571,16 @@ export interface ListReservationsResponse {
232
571
  NextToken?: string;
233
572
  Reservations?: Reservation[];
234
573
  }
574
+ export interface ListSignalMapsRequest {
575
+ CloudWatchAlarmTemplateGroupIdentifier?: string;
576
+ EventBridgeRuleTemplateGroupIdentifier?: string;
577
+ MaxResults?: number;
578
+ NextToken?: string;
579
+ }
580
+ export interface ListSignalMapsResponse {
581
+ NextToken?: string;
582
+ SignalMaps?: SignalMapSummary[];
583
+ }
235
584
  export interface ListTagsForResourceRequest {
236
585
  ResourceArn: string | undefined;
237
586
  }
@@ -318,6 +667,29 @@ export interface StartChannelResponse {
318
667
  Tags?: Record<string, string>;
319
668
  Vpc?: VpcOutputSettingsDescription;
320
669
  }
670
+ export interface StartDeleteMonitorDeploymentRequest {
671
+ Identifier: string | undefined;
672
+ }
673
+ export interface StartDeleteMonitorDeploymentResponse {
674
+ Arn?: string;
675
+ CloudWatchAlarmTemplateGroupIds?: string[];
676
+ CreatedAt?: Date;
677
+ Description?: string;
678
+ DiscoveryEntryPointArn?: string;
679
+ ErrorMessage?: string;
680
+ EventBridgeRuleTemplateGroupIds?: string[];
681
+ FailedMediaResourceMap?: Record<string, MediaResource>;
682
+ Id?: string;
683
+ LastDiscoveredAt?: Date;
684
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
685
+ MediaResourceMap?: Record<string, MediaResource>;
686
+ ModifiedAt?: Date;
687
+ MonitorChangesPendingDeployment?: boolean;
688
+ MonitorDeployment?: MonitorDeployment;
689
+ Name?: string;
690
+ Status?: SignalMapStatus;
691
+ Tags?: Record<string, string>;
692
+ }
321
693
  export interface StartInputDeviceRequest {
322
694
  InputDeviceId: string | undefined;
323
695
  }
@@ -326,6 +698,30 @@ export interface StartInputDeviceMaintenanceWindowRequest {
326
698
  InputDeviceId: string | undefined;
327
699
  }
328
700
  export interface StartInputDeviceMaintenanceWindowResponse {}
701
+ export interface StartMonitorDeploymentRequest {
702
+ DryRun?: boolean;
703
+ Identifier: string | undefined;
704
+ }
705
+ export interface StartMonitorDeploymentResponse {
706
+ Arn?: string;
707
+ CloudWatchAlarmTemplateGroupIds?: string[];
708
+ CreatedAt?: Date;
709
+ Description?: string;
710
+ DiscoveryEntryPointArn?: string;
711
+ ErrorMessage?: string;
712
+ EventBridgeRuleTemplateGroupIds?: string[];
713
+ FailedMediaResourceMap?: Record<string, MediaResource>;
714
+ Id?: string;
715
+ LastDiscoveredAt?: Date;
716
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
717
+ MediaResourceMap?: Record<string, MediaResource>;
718
+ ModifiedAt?: Date;
719
+ MonitorChangesPendingDeployment?: boolean;
720
+ MonitorDeployment?: MonitorDeployment;
721
+ Name?: string;
722
+ Status?: SignalMapStatus;
723
+ Tags?: Record<string, string>;
724
+ }
329
725
  export interface StartMultiplexRequest {
330
726
  MultiplexId: string | undefined;
331
727
  }
@@ -341,6 +737,35 @@ export interface StartMultiplexResponse {
341
737
  State?: MultiplexState;
342
738
  Tags?: Record<string, string>;
343
739
  }
740
+ export interface StartUpdateSignalMapRequest {
741
+ CloudWatchAlarmTemplateGroupIdentifiers?: string[];
742
+ Description?: string;
743
+ DiscoveryEntryPointArn?: string;
744
+ EventBridgeRuleTemplateGroupIdentifiers?: string[];
745
+ ForceRediscovery?: boolean;
746
+ Identifier: string | undefined;
747
+ Name?: string;
748
+ }
749
+ export interface StartUpdateSignalMapResponse {
750
+ Arn?: string;
751
+ CloudWatchAlarmTemplateGroupIds?: string[];
752
+ CreatedAt?: Date;
753
+ Description?: string;
754
+ DiscoveryEntryPointArn?: string;
755
+ ErrorMessage?: string;
756
+ EventBridgeRuleTemplateGroupIds?: string[];
757
+ FailedMediaResourceMap?: Record<string, MediaResource>;
758
+ Id?: string;
759
+ LastDiscoveredAt?: Date;
760
+ LastSuccessfulMonitorDeployment?: SuccessfulMonitorDeployment;
761
+ MediaResourceMap?: Record<string, MediaResource>;
762
+ ModifiedAt?: Date;
763
+ MonitorChangesPendingDeployment?: boolean;
764
+ MonitorDeployment?: MonitorDeployment;
765
+ Name?: string;
766
+ Status?: SignalMapStatus;
767
+ Tags?: Record<string, string>;
768
+ }
344
769
  export interface StopChannelRequest {
345
770
  ChannelId: string | undefined;
346
771
  }
@@ -419,6 +844,86 @@ export interface UpdateChannelClassRequest {
419
844
  export interface UpdateChannelClassResponse {
420
845
  Channel?: Channel;
421
846
  }
847
+ export interface UpdateCloudWatchAlarmTemplateRequest {
848
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
849
+ DatapointsToAlarm?: number;
850
+ Description?: string;
851
+ EvaluationPeriods?: number;
852
+ GroupIdentifier?: string;
853
+ Identifier: string | undefined;
854
+ MetricName?: string;
855
+ Name?: string;
856
+ Period?: number;
857
+ Statistic?: CloudWatchAlarmTemplateStatistic;
858
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
859
+ Threshold?: number;
860
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
861
+ }
862
+ export interface UpdateCloudWatchAlarmTemplateResponse {
863
+ Arn?: string;
864
+ ComparisonOperator?: CloudWatchAlarmTemplateComparisonOperator;
865
+ CreatedAt?: Date;
866
+ DatapointsToAlarm?: number;
867
+ Description?: string;
868
+ EvaluationPeriods?: number;
869
+ GroupId?: string;
870
+ Id?: string;
871
+ MetricName?: string;
872
+ ModifiedAt?: Date;
873
+ Name?: string;
874
+ Period?: number;
875
+ Statistic?: CloudWatchAlarmTemplateStatistic;
876
+ Tags?: Record<string, string>;
877
+ TargetResourceType?: CloudWatchAlarmTemplateTargetResourceType;
878
+ Threshold?: number;
879
+ TreatMissingData?: CloudWatchAlarmTemplateTreatMissingData;
880
+ }
881
+ export interface UpdateCloudWatchAlarmTemplateGroupRequest {
882
+ Description?: string;
883
+ Identifier: string | undefined;
884
+ }
885
+ export interface UpdateCloudWatchAlarmTemplateGroupResponse {
886
+ Arn?: string;
887
+ CreatedAt?: Date;
888
+ Description?: string;
889
+ Id?: string;
890
+ ModifiedAt?: Date;
891
+ Name?: string;
892
+ Tags?: Record<string, string>;
893
+ }
894
+ export interface UpdateEventBridgeRuleTemplateRequest {
895
+ Description?: string;
896
+ EventTargets?: EventBridgeRuleTemplateTarget[];
897
+ EventType?: EventBridgeRuleTemplateEventType;
898
+ GroupIdentifier?: string;
899
+ Identifier: string | undefined;
900
+ Name?: string;
901
+ }
902
+ export interface UpdateEventBridgeRuleTemplateResponse {
903
+ Arn?: string;
904
+ CreatedAt?: Date;
905
+ Description?: string;
906
+ EventTargets?: EventBridgeRuleTemplateTarget[];
907
+ EventType?: EventBridgeRuleTemplateEventType;
908
+ GroupId?: string;
909
+ Id?: string;
910
+ ModifiedAt?: Date;
911
+ Name?: string;
912
+ Tags?: Record<string, string>;
913
+ }
914
+ export interface UpdateEventBridgeRuleTemplateGroupRequest {
915
+ Description?: string;
916
+ Identifier: string | undefined;
917
+ }
918
+ export interface UpdateEventBridgeRuleTemplateGroupResponse {
919
+ Arn?: string;
920
+ CreatedAt?: Date;
921
+ Description?: string;
922
+ Id?: string;
923
+ ModifiedAt?: Date;
924
+ Name?: string;
925
+ Tags?: Record<string, string>;
926
+ }
422
927
  export interface UpdateInputRequest {
423
928
  Destinations?: InputDestinationRequest[];
424
929
  InputDevices?: InputDeviceRequest[];
@@ -489,3 +994,6 @@ export interface UpdateReservationRequest {
489
994
  export interface UpdateReservationResponse {
490
995
  Reservation?: Reservation;
491
996
  }
997
+ export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (
998
+ obj: DescribeInputDeviceThumbnailResponse
999
+ ) => any;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListCloudWatchAlarmTemplateGroupsCommandInput,
4
+ ListCloudWatchAlarmTemplateGroupsCommandOutput,
5
+ } from "../commands/ListCloudWatchAlarmTemplateGroupsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListCloudWatchAlarmTemplateGroups: (
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListCloudWatchAlarmTemplateGroupsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListCloudWatchAlarmTemplateGroupsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListCloudWatchAlarmTemplatesCommandInput,
4
+ ListCloudWatchAlarmTemplatesCommandOutput,
5
+ } from "../commands/ListCloudWatchAlarmTemplatesCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListCloudWatchAlarmTemplates: (
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListCloudWatchAlarmTemplatesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListCloudWatchAlarmTemplatesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListEventBridgeRuleTemplateGroupsCommandInput,
4
+ ListEventBridgeRuleTemplateGroupsCommandOutput,
5
+ } from "../commands/ListEventBridgeRuleTemplateGroupsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListEventBridgeRuleTemplateGroups: (
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListEventBridgeRuleTemplateGroupsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListEventBridgeRuleTemplateGroupsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListEventBridgeRuleTemplatesCommandInput,
4
+ ListEventBridgeRuleTemplatesCommandOutput,
5
+ } from "../commands/ListEventBridgeRuleTemplatesCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListEventBridgeRuleTemplates: (
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListEventBridgeRuleTemplatesCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListEventBridgeRuleTemplatesCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListSignalMapsCommandInput,
4
+ ListSignalMapsCommandOutput,
5
+ } from "../commands/ListSignalMapsCommand";
6
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListSignalMaps: (
8
+ config: MediaLivePaginationConfiguration,
9
+ input: ListSignalMapsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListSignalMapsCommandOutput>;
@@ -1,6 +1,10 @@
1
1
  export * from "./DescribeSchedulePaginator";
2
2
  export * from "./Interfaces";
3
3
  export * from "./ListChannelsPaginator";
4
+ export * from "./ListCloudWatchAlarmTemplateGroupsPaginator";
5
+ export * from "./ListCloudWatchAlarmTemplatesPaginator";
6
+ export * from "./ListEventBridgeRuleTemplateGroupsPaginator";
7
+ export * from "./ListEventBridgeRuleTemplatesPaginator";
4
8
  export * from "./ListInputDeviceTransfersPaginator";
5
9
  export * from "./ListInputDevicesPaginator";
6
10
  export * from "./ListInputSecurityGroupsPaginator";
@@ -9,3 +13,4 @@ export * from "./ListMultiplexProgramsPaginator";
9
13
  export * from "./ListMultiplexesPaginator";
10
14
  export * from "./ListOfferingsPaginator";
11
15
  export * from "./ListReservationsPaginator";
16
+ export * from "./ListSignalMapsPaginator";