@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
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ StartUpdateSignalMapRequest,
10
+ StartUpdateSignalMapResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer, $Command };
13
+ export interface StartUpdateSignalMapCommandInput
14
+ extends StartUpdateSignalMapRequest {}
15
+ export interface StartUpdateSignalMapCommandOutput
16
+ extends StartUpdateSignalMapResponse,
17
+ __MetadataBearer {}
18
+ declare const StartUpdateSignalMapCommand_base: {
19
+ new (
20
+ input: StartUpdateSignalMapCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StartUpdateSignalMapCommandInput,
23
+ StartUpdateSignalMapCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: StartUpdateSignalMapCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartUpdateSignalMapCommandInput,
32
+ StartUpdateSignalMapCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class StartUpdateSignalMapCommand extends StartUpdateSignalMapCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ UpdateCloudWatchAlarmTemplateRequest,
10
+ UpdateCloudWatchAlarmTemplateResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer, $Command };
13
+ export interface UpdateCloudWatchAlarmTemplateCommandInput
14
+ extends UpdateCloudWatchAlarmTemplateRequest {}
15
+ export interface UpdateCloudWatchAlarmTemplateCommandOutput
16
+ extends UpdateCloudWatchAlarmTemplateResponse,
17
+ __MetadataBearer {}
18
+ declare const UpdateCloudWatchAlarmTemplateCommand_base: {
19
+ new (
20
+ input: UpdateCloudWatchAlarmTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateCloudWatchAlarmTemplateCommandInput,
23
+ UpdateCloudWatchAlarmTemplateCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: UpdateCloudWatchAlarmTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateCloudWatchAlarmTemplateCommandInput,
32
+ UpdateCloudWatchAlarmTemplateCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class UpdateCloudWatchAlarmTemplateCommand extends UpdateCloudWatchAlarmTemplateCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ UpdateCloudWatchAlarmTemplateGroupRequest,
10
+ UpdateCloudWatchAlarmTemplateGroupResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer, $Command };
13
+ export interface UpdateCloudWatchAlarmTemplateGroupCommandInput
14
+ extends UpdateCloudWatchAlarmTemplateGroupRequest {}
15
+ export interface UpdateCloudWatchAlarmTemplateGroupCommandOutput
16
+ extends UpdateCloudWatchAlarmTemplateGroupResponse,
17
+ __MetadataBearer {}
18
+ declare const UpdateCloudWatchAlarmTemplateGroupCommand_base: {
19
+ new (
20
+ input: UpdateCloudWatchAlarmTemplateGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateCloudWatchAlarmTemplateGroupCommandInput,
23
+ UpdateCloudWatchAlarmTemplateGroupCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: UpdateCloudWatchAlarmTemplateGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateCloudWatchAlarmTemplateGroupCommandInput,
32
+ UpdateCloudWatchAlarmTemplateGroupCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class UpdateCloudWatchAlarmTemplateGroupCommand extends UpdateCloudWatchAlarmTemplateGroupCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ UpdateEventBridgeRuleTemplateRequest,
10
+ UpdateEventBridgeRuleTemplateResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer, $Command };
13
+ export interface UpdateEventBridgeRuleTemplateCommandInput
14
+ extends UpdateEventBridgeRuleTemplateRequest {}
15
+ export interface UpdateEventBridgeRuleTemplateCommandOutput
16
+ extends UpdateEventBridgeRuleTemplateResponse,
17
+ __MetadataBearer {}
18
+ declare const UpdateEventBridgeRuleTemplateCommand_base: {
19
+ new (
20
+ input: UpdateEventBridgeRuleTemplateCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateEventBridgeRuleTemplateCommandInput,
23
+ UpdateEventBridgeRuleTemplateCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: UpdateEventBridgeRuleTemplateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateEventBridgeRuleTemplateCommandInput,
32
+ UpdateEventBridgeRuleTemplateCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class UpdateEventBridgeRuleTemplateCommand extends UpdateEventBridgeRuleTemplateCommand_base {}
@@ -0,0 +1,39 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ MediaLiveClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../MediaLiveClient";
8
+ import {
9
+ UpdateEventBridgeRuleTemplateGroupRequest,
10
+ UpdateEventBridgeRuleTemplateGroupResponse,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer, $Command };
13
+ export interface UpdateEventBridgeRuleTemplateGroupCommandInput
14
+ extends UpdateEventBridgeRuleTemplateGroupRequest {}
15
+ export interface UpdateEventBridgeRuleTemplateGroupCommandOutput
16
+ extends UpdateEventBridgeRuleTemplateGroupResponse,
17
+ __MetadataBearer {}
18
+ declare const UpdateEventBridgeRuleTemplateGroupCommand_base: {
19
+ new (
20
+ input: UpdateEventBridgeRuleTemplateGroupCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ UpdateEventBridgeRuleTemplateGroupCommandInput,
23
+ UpdateEventBridgeRuleTemplateGroupCommandOutput,
24
+ MediaLiveClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ new (
29
+ __0_0: UpdateEventBridgeRuleTemplateGroupCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateEventBridgeRuleTemplateGroupCommandInput,
32
+ UpdateEventBridgeRuleTemplateGroupCommandOutput,
33
+ MediaLiveClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
37
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ };
39
+ export declare class UpdateEventBridgeRuleTemplateGroupCommand extends UpdateEventBridgeRuleTemplateGroupCommand_base {}
@@ -6,19 +6,29 @@ export * from "./BatchUpdateScheduleCommand";
6
6
  export * from "./CancelInputDeviceTransferCommand";
7
7
  export * from "./ClaimDeviceCommand";
8
8
  export * from "./CreateChannelCommand";
9
+ export * from "./CreateCloudWatchAlarmTemplateCommand";
10
+ export * from "./CreateCloudWatchAlarmTemplateGroupCommand";
11
+ export * from "./CreateEventBridgeRuleTemplateCommand";
12
+ export * from "./CreateEventBridgeRuleTemplateGroupCommand";
9
13
  export * from "./CreateInputCommand";
10
14
  export * from "./CreateInputSecurityGroupCommand";
11
15
  export * from "./CreateMultiplexCommand";
12
16
  export * from "./CreateMultiplexProgramCommand";
13
17
  export * from "./CreatePartnerInputCommand";
18
+ export * from "./CreateSignalMapCommand";
14
19
  export * from "./CreateTagsCommand";
15
20
  export * from "./DeleteChannelCommand";
21
+ export * from "./DeleteCloudWatchAlarmTemplateCommand";
22
+ export * from "./DeleteCloudWatchAlarmTemplateGroupCommand";
23
+ export * from "./DeleteEventBridgeRuleTemplateCommand";
24
+ export * from "./DeleteEventBridgeRuleTemplateGroupCommand";
16
25
  export * from "./DeleteInputCommand";
17
26
  export * from "./DeleteInputSecurityGroupCommand";
18
27
  export * from "./DeleteMultiplexCommand";
19
28
  export * from "./DeleteMultiplexProgramCommand";
20
29
  export * from "./DeleteReservationCommand";
21
30
  export * from "./DeleteScheduleCommand";
31
+ export * from "./DeleteSignalMapCommand";
22
32
  export * from "./DeleteTagsCommand";
23
33
  export * from "./DescribeAccountConfigurationCommand";
24
34
  export * from "./DescribeChannelCommand";
@@ -32,7 +42,16 @@ export * from "./DescribeOfferingCommand";
32
42
  export * from "./DescribeReservationCommand";
33
43
  export * from "./DescribeScheduleCommand";
34
44
  export * from "./DescribeThumbnailsCommand";
45
+ export * from "./GetCloudWatchAlarmTemplateCommand";
46
+ export * from "./GetCloudWatchAlarmTemplateGroupCommand";
47
+ export * from "./GetEventBridgeRuleTemplateCommand";
48
+ export * from "./GetEventBridgeRuleTemplateGroupCommand";
49
+ export * from "./GetSignalMapCommand";
35
50
  export * from "./ListChannelsCommand";
51
+ export * from "./ListCloudWatchAlarmTemplateGroupsCommand";
52
+ export * from "./ListCloudWatchAlarmTemplatesCommand";
53
+ export * from "./ListEventBridgeRuleTemplateGroupsCommand";
54
+ export * from "./ListEventBridgeRuleTemplatesCommand";
36
55
  export * from "./ListInputDeviceTransfersCommand";
37
56
  export * from "./ListInputDevicesCommand";
38
57
  export * from "./ListInputSecurityGroupsCommand";
@@ -41,15 +60,19 @@ export * from "./ListMultiplexProgramsCommand";
41
60
  export * from "./ListMultiplexesCommand";
42
61
  export * from "./ListOfferingsCommand";
43
62
  export * from "./ListReservationsCommand";
63
+ export * from "./ListSignalMapsCommand";
44
64
  export * from "./ListTagsForResourceCommand";
45
65
  export * from "./PurchaseOfferingCommand";
46
66
  export * from "./RebootInputDeviceCommand";
47
67
  export * from "./RejectInputDeviceTransferCommand";
48
68
  export * from "./RestartChannelPipelinesCommand";
49
69
  export * from "./StartChannelCommand";
70
+ export * from "./StartDeleteMonitorDeploymentCommand";
50
71
  export * from "./StartInputDeviceCommand";
51
72
  export * from "./StartInputDeviceMaintenanceWindowCommand";
73
+ export * from "./StartMonitorDeploymentCommand";
52
74
  export * from "./StartMultiplexCommand";
75
+ export * from "./StartUpdateSignalMapCommand";
53
76
  export * from "./StopChannelCommand";
54
77
  export * from "./StopInputDeviceCommand";
55
78
  export * from "./StopMultiplexCommand";
@@ -57,6 +80,10 @@ export * from "./TransferInputDeviceCommand";
57
80
  export * from "./UpdateAccountConfigurationCommand";
58
81
  export * from "./UpdateChannelClassCommand";
59
82
  export * from "./UpdateChannelCommand";
83
+ export * from "./UpdateCloudWatchAlarmTemplateCommand";
84
+ export * from "./UpdateCloudWatchAlarmTemplateGroupCommand";
85
+ export * from "./UpdateEventBridgeRuleTemplateCommand";
86
+ export * from "./UpdateEventBridgeRuleTemplateGroupCommand";
60
87
  export * from "./UpdateInputCommand";
61
88
  export * from "./UpdateInputDeviceCommand";
62
89
  export * from "./UpdateInputSecurityGroupCommand";
@@ -1070,6 +1070,72 @@ export interface ChannelSummary {
1070
1070
  Tags?: Record<string, string>;
1071
1071
  Vpc?: VpcOutputSettingsDescription;
1072
1072
  }
1073
+ export interface CloudWatchAlarmTemplateGroupSummary {
1074
+ Arn: string | undefined;
1075
+ CreatedAt: Date | undefined;
1076
+ Description?: string;
1077
+ Id: string | undefined;
1078
+ ModifiedAt?: Date;
1079
+ Name: string | undefined;
1080
+ Tags?: Record<string, string>;
1081
+ TemplateCount: number | undefined;
1082
+ }
1083
+ export declare const CloudWatchAlarmTemplateComparisonOperator: {
1084
+ readonly GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold";
1085
+ readonly GreaterThanThreshold: "GreaterThanThreshold";
1086
+ readonly LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold";
1087
+ readonly LessThanThreshold: "LessThanThreshold";
1088
+ };
1089
+ export type CloudWatchAlarmTemplateComparisonOperator =
1090
+ (typeof CloudWatchAlarmTemplateComparisonOperator)[keyof typeof CloudWatchAlarmTemplateComparisonOperator];
1091
+ export declare const CloudWatchAlarmTemplateStatistic: {
1092
+ readonly Average: "Average";
1093
+ readonly Maximum: "Maximum";
1094
+ readonly Minimum: "Minimum";
1095
+ readonly SampleCount: "SampleCount";
1096
+ readonly Sum: "Sum";
1097
+ };
1098
+ export type CloudWatchAlarmTemplateStatistic =
1099
+ (typeof CloudWatchAlarmTemplateStatistic)[keyof typeof CloudWatchAlarmTemplateStatistic];
1100
+ export declare const CloudWatchAlarmTemplateTargetResourceType: {
1101
+ readonly CLOUDFRONT_DISTRIBUTION: "CLOUDFRONT_DISTRIBUTION";
1102
+ readonly MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW";
1103
+ readonly MEDIALIVE_CHANNEL: "MEDIALIVE_CHANNEL";
1104
+ readonly MEDIALIVE_INPUT_DEVICE: "MEDIALIVE_INPUT_DEVICE";
1105
+ readonly MEDIALIVE_MULTIPLEX: "MEDIALIVE_MULTIPLEX";
1106
+ readonly MEDIAPACKAGE_CHANNEL: "MEDIAPACKAGE_CHANNEL";
1107
+ readonly MEDIAPACKAGE_ORIGIN_ENDPOINT: "MEDIAPACKAGE_ORIGIN_ENDPOINT";
1108
+ readonly S3_BUCKET: "S3_BUCKET";
1109
+ };
1110
+ export type CloudWatchAlarmTemplateTargetResourceType =
1111
+ (typeof CloudWatchAlarmTemplateTargetResourceType)[keyof typeof CloudWatchAlarmTemplateTargetResourceType];
1112
+ export declare const CloudWatchAlarmTemplateTreatMissingData: {
1113
+ readonly breaching: "breaching";
1114
+ readonly ignore: "ignore";
1115
+ readonly missing: "missing";
1116
+ readonly notBreaching: "notBreaching";
1117
+ };
1118
+ export type CloudWatchAlarmTemplateTreatMissingData =
1119
+ (typeof CloudWatchAlarmTemplateTreatMissingData)[keyof typeof CloudWatchAlarmTemplateTreatMissingData];
1120
+ export interface CloudWatchAlarmTemplateSummary {
1121
+ Arn: string | undefined;
1122
+ ComparisonOperator: CloudWatchAlarmTemplateComparisonOperator | undefined;
1123
+ CreatedAt: Date | undefined;
1124
+ DatapointsToAlarm?: number;
1125
+ Description?: string;
1126
+ EvaluationPeriods: number | undefined;
1127
+ GroupId: string | undefined;
1128
+ Id: string | undefined;
1129
+ MetricName: string | undefined;
1130
+ ModifiedAt?: Date;
1131
+ Name: string | undefined;
1132
+ Period: number | undefined;
1133
+ Statistic: CloudWatchAlarmTemplateStatistic | undefined;
1134
+ Tags?: Record<string, string>;
1135
+ TargetResourceType: CloudWatchAlarmTemplateTargetResourceType | undefined;
1136
+ Threshold: number | undefined;
1137
+ TreatMissingData: CloudWatchAlarmTemplateTreatMissingData | undefined;
1138
+ }
1073
1139
  export declare const ColorSpace: {
1074
1140
  readonly HDR10: "HDR10";
1075
1141
  readonly HLG_2020: "HLG_2020";
@@ -1082,6 +1148,48 @@ export interface ColorCorrection {
1082
1148
  OutputColorSpace: ColorSpace | undefined;
1083
1149
  Uri: string | undefined;
1084
1150
  }
1151
+ export interface EventBridgeRuleTemplateGroupSummary {
1152
+ Arn: string | undefined;
1153
+ CreatedAt: Date | undefined;
1154
+ Description?: string;
1155
+ Id: string | undefined;
1156
+ ModifiedAt?: Date;
1157
+ Name: string | undefined;
1158
+ Tags?: Record<string, string>;
1159
+ TemplateCount: number | undefined;
1160
+ }
1161
+ export declare const EventBridgeRuleTemplateEventType: {
1162
+ readonly MEDIACONNECT_ALERT: "MEDIACONNECT_ALERT";
1163
+ readonly MEDIACONNECT_FLOW_STATUS_CHANGE: "MEDIACONNECT_FLOW_STATUS_CHANGE";
1164
+ readonly MEDIACONNECT_OUTPUT_HEALTH: "MEDIACONNECT_OUTPUT_HEALTH";
1165
+ readonly MEDIACONNECT_SOURCE_HEALTH: "MEDIACONNECT_SOURCE_HEALTH";
1166
+ readonly MEDIALIVE_CHANNEL_ALERT: "MEDIALIVE_CHANNEL_ALERT";
1167
+ readonly MEDIALIVE_CHANNEL_INPUT_CHANGE: "MEDIALIVE_CHANNEL_INPUT_CHANGE";
1168
+ readonly MEDIALIVE_CHANNEL_STATE_CHANGE: "MEDIALIVE_CHANNEL_STATE_CHANGE";
1169
+ readonly MEDIALIVE_MULTIPLEX_ALERT: "MEDIALIVE_MULTIPLEX_ALERT";
1170
+ readonly MEDIALIVE_MULTIPLEX_STATE_CHANGE: "MEDIALIVE_MULTIPLEX_STATE_CHANGE";
1171
+ readonly MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION: "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION";
1172
+ readonly MEDIAPACKAGE_INPUT_NOTIFICATION: "MEDIAPACKAGE_INPUT_NOTIFICATION";
1173
+ readonly MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION: "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION";
1174
+ readonly SIGNAL_MAP_ACTIVE_ALARM: "SIGNAL_MAP_ACTIVE_ALARM";
1175
+ };
1176
+ export type EventBridgeRuleTemplateEventType =
1177
+ (typeof EventBridgeRuleTemplateEventType)[keyof typeof EventBridgeRuleTemplateEventType];
1178
+ export interface EventBridgeRuleTemplateSummary {
1179
+ Arn: string | undefined;
1180
+ CreatedAt: Date | undefined;
1181
+ Description?: string;
1182
+ EventTargetCount: number | undefined;
1183
+ EventType: EventBridgeRuleTemplateEventType | undefined;
1184
+ GroupId: string | undefined;
1185
+ Id: string | undefined;
1186
+ ModifiedAt?: Date;
1187
+ Name: string | undefined;
1188
+ Tags?: Record<string, string>;
1189
+ }
1190
+ export interface EventBridgeRuleTemplateTarget {
1191
+ Arn: string | undefined;
1192
+ }
1085
1193
  export declare const HlsAdMarkers: {
1086
1194
  readonly ADOBE: "ADOBE";
1087
1195
  readonly ELEMENTAL: "ELEMENTAL";
@@ -1352,6 +1460,10 @@ export interface InputWhitelistRuleCidr {
1352
1460
  export interface MediaConnectFlowRequest {
1353
1461
  FlowArn?: string;
1354
1462
  }
1463
+ export interface MediaResourceNeighbor {
1464
+ Arn: string | undefined;
1465
+ Name?: string;
1466
+ }
1355
1467
  export interface MultiplexMediaConnectOutputDestinationSettings {
1356
1468
  EntitlementArn?: string;
1357
1469
  }
@@ -1883,63 +1995,3 @@ export declare const CmafNielsenId3Behavior: {
1883
1995
  };
1884
1996
  export type CmafNielsenId3Behavior =
1885
1997
  (typeof CmafNielsenId3Behavior)[keyof typeof CmafNielsenId3Behavior];
1886
- export declare const Scte35Type: {
1887
- readonly NONE: "NONE";
1888
- readonly SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION";
1889
- };
1890
- export type Scte35Type = (typeof Scte35Type)[keyof typeof Scte35Type];
1891
- export declare const CmafIngestSegmentLengthUnits: {
1892
- readonly MILLISECONDS: "MILLISECONDS";
1893
- readonly SECONDS: "SECONDS";
1894
- };
1895
- export type CmafIngestSegmentLengthUnits =
1896
- (typeof CmafIngestSegmentLengthUnits)[keyof typeof CmafIngestSegmentLengthUnits];
1897
- export interface CmafIngestGroupSettings {
1898
- Destination: OutputLocationRef | undefined;
1899
- NielsenId3Behavior?: CmafNielsenId3Behavior;
1900
- Scte35Type?: Scte35Type;
1901
- SegmentLength?: number;
1902
- SegmentLengthUnits?: CmafIngestSegmentLengthUnits;
1903
- SendDelayMs?: number;
1904
- }
1905
- export interface FrameCaptureS3Settings {
1906
- CannedAcl?: S3CannedAcl;
1907
- }
1908
- export interface FrameCaptureCdnSettings {
1909
- FrameCaptureS3Settings?: FrameCaptureS3Settings;
1910
- }
1911
- export interface FrameCaptureGroupSettings {
1912
- Destination: OutputLocationRef | undefined;
1913
- FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
1914
- }
1915
- export declare const HlsCaptionLanguageSetting: {
1916
- readonly INSERT: "INSERT";
1917
- readonly NONE: "NONE";
1918
- readonly OMIT: "OMIT";
1919
- };
1920
- export type HlsCaptionLanguageSetting =
1921
- (typeof HlsCaptionLanguageSetting)[keyof typeof HlsCaptionLanguageSetting];
1922
- export declare const HlsClientCache: {
1923
- readonly DISABLED: "DISABLED";
1924
- readonly ENABLED: "ENABLED";
1925
- };
1926
- export type HlsClientCache =
1927
- (typeof HlsClientCache)[keyof typeof HlsClientCache];
1928
- export declare const HlsCodecSpecification: {
1929
- readonly RFC_4281: "RFC_4281";
1930
- readonly RFC_6381: "RFC_6381";
1931
- };
1932
- export type HlsCodecSpecification =
1933
- (typeof HlsCodecSpecification)[keyof typeof HlsCodecSpecification];
1934
- export declare const HlsDirectoryStructure: {
1935
- readonly SINGLE_DIRECTORY: "SINGLE_DIRECTORY";
1936
- readonly SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM";
1937
- };
1938
- export type HlsDirectoryStructure =
1939
- (typeof HlsDirectoryStructure)[keyof typeof HlsDirectoryStructure];
1940
- export declare const HlsDiscontinuityTags: {
1941
- readonly INSERT: "INSERT";
1942
- readonly NEVER_INSERT: "NEVER_INSERT";
1943
- };
1944
- export type HlsDiscontinuityTags =
1945
- (typeof HlsDiscontinuityTags)[keyof typeof HlsDiscontinuityTags];