@aws-sdk/client-medialive 3.549.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 +10 -10
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { DescribeInputSecurityGroupRequest, DescribeInputSecurityGroupResponse } from "../models/models_1";
4
+ import { DescribeInputSecurityGroupRequest, DescribeInputSecurityGroupResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
- import { DescribeMultiplexRequest, DescribeMultiplexResponse } from "../models/models_1";
4
+ import { DescribeMultiplexRequest, DescribeMultiplexResponse } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -0,0 +1,92 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { GetCloudWatchAlarmTemplateRequest, GetCloudWatchAlarmTemplateResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link GetCloudWatchAlarmTemplateCommand}.
13
+ */
14
+ export interface GetCloudWatchAlarmTemplateCommandInput extends GetCloudWatchAlarmTemplateRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link GetCloudWatchAlarmTemplateCommand}.
20
+ */
21
+ export interface GetCloudWatchAlarmTemplateCommandOutput extends GetCloudWatchAlarmTemplateResponse, __MetadataBearer {
22
+ }
23
+ declare const GetCloudWatchAlarmTemplateCommand_base: {
24
+ new (input: GetCloudWatchAlarmTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCloudWatchAlarmTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Retrieves the specified cloudwatch alarm template.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, GetCloudWatchAlarmTemplateCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, GetCloudWatchAlarmTemplateCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // GetCloudWatchAlarmTemplateRequest
37
+ * Identifier: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new GetCloudWatchAlarmTemplateCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetCloudWatchAlarmTemplateResponse
42
+ * // Arn: "STRING_VALUE",
43
+ * // ComparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold",
44
+ * // CreatedAt: new Date("TIMESTAMP"),
45
+ * // DatapointsToAlarm: Number("int"),
46
+ * // Description: "STRING_VALUE",
47
+ * // EvaluationPeriods: Number("int"),
48
+ * // GroupId: "STRING_VALUE",
49
+ * // Id: "STRING_VALUE",
50
+ * // MetricName: "STRING_VALUE",
51
+ * // ModifiedAt: new Date("TIMESTAMP"),
52
+ * // Name: "STRING_VALUE",
53
+ * // Period: Number("int"),
54
+ * // Statistic: "SampleCount" || "Average" || "Sum" || "Minimum" || "Maximum",
55
+ * // Tags: { // TagMap
56
+ * // "<keys>": "STRING_VALUE",
57
+ * // },
58
+ * // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET",
59
+ * // Threshold: Number("double"),
60
+ * // TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing",
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param GetCloudWatchAlarmTemplateCommandInput - {@link GetCloudWatchAlarmTemplateCommandInput}
66
+ * @returns {@link GetCloudWatchAlarmTemplateCommandOutput}
67
+ * @see {@link GetCloudWatchAlarmTemplateCommandInput} for command's `input` shape.
68
+ * @see {@link GetCloudWatchAlarmTemplateCommandOutput} for command's `response` shape.
69
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
70
+ *
71
+ * @throws {@link BadRequestException} (client fault)
72
+ * Placeholder documentation for BadRequestException
73
+ *
74
+ * @throws {@link ForbiddenException} (client fault)
75
+ * Placeholder documentation for ForbiddenException
76
+ *
77
+ * @throws {@link InternalServerErrorException} (server fault)
78
+ * Placeholder documentation for InternalServerErrorException
79
+ *
80
+ * @throws {@link NotFoundException} (client fault)
81
+ * Placeholder documentation for NotFoundException
82
+ *
83
+ * @throws {@link TooManyRequestsException} (client fault)
84
+ * Placeholder documentation for TooManyRequestsException
85
+ *
86
+ * @throws {@link MediaLiveServiceException}
87
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
88
+ *
89
+ * @public
90
+ */
91
+ export declare class GetCloudWatchAlarmTemplateCommand extends GetCloudWatchAlarmTemplateCommand_base {
92
+ }
@@ -0,0 +1,82 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { GetCloudWatchAlarmTemplateGroupRequest, GetCloudWatchAlarmTemplateGroupResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link GetCloudWatchAlarmTemplateGroupCommand}.
13
+ */
14
+ export interface GetCloudWatchAlarmTemplateGroupCommandInput extends GetCloudWatchAlarmTemplateGroupRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link GetCloudWatchAlarmTemplateGroupCommand}.
20
+ */
21
+ export interface GetCloudWatchAlarmTemplateGroupCommandOutput extends GetCloudWatchAlarmTemplateGroupResponse, __MetadataBearer {
22
+ }
23
+ declare const GetCloudWatchAlarmTemplateGroupCommand_base: {
24
+ new (input: GetCloudWatchAlarmTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCloudWatchAlarmTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Retrieves the specified cloudwatch alarm template group.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, GetCloudWatchAlarmTemplateGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, GetCloudWatchAlarmTemplateGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // GetCloudWatchAlarmTemplateGroupRequest
37
+ * Identifier: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new GetCloudWatchAlarmTemplateGroupCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetCloudWatchAlarmTemplateGroupResponse
42
+ * // Arn: "STRING_VALUE",
43
+ * // CreatedAt: new Date("TIMESTAMP"),
44
+ * // Description: "STRING_VALUE",
45
+ * // Id: "STRING_VALUE",
46
+ * // ModifiedAt: new Date("TIMESTAMP"),
47
+ * // Name: "STRING_VALUE",
48
+ * // Tags: { // TagMap
49
+ * // "<keys>": "STRING_VALUE",
50
+ * // },
51
+ * // };
52
+ *
53
+ * ```
54
+ *
55
+ * @param GetCloudWatchAlarmTemplateGroupCommandInput - {@link GetCloudWatchAlarmTemplateGroupCommandInput}
56
+ * @returns {@link GetCloudWatchAlarmTemplateGroupCommandOutput}
57
+ * @see {@link GetCloudWatchAlarmTemplateGroupCommandInput} for command's `input` shape.
58
+ * @see {@link GetCloudWatchAlarmTemplateGroupCommandOutput} for command's `response` shape.
59
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
60
+ *
61
+ * @throws {@link BadRequestException} (client fault)
62
+ * Placeholder documentation for BadRequestException
63
+ *
64
+ * @throws {@link ForbiddenException} (client fault)
65
+ * Placeholder documentation for ForbiddenException
66
+ *
67
+ * @throws {@link InternalServerErrorException} (server fault)
68
+ * Placeholder documentation for InternalServerErrorException
69
+ *
70
+ * @throws {@link NotFoundException} (client fault)
71
+ * Placeholder documentation for NotFoundException
72
+ *
73
+ * @throws {@link TooManyRequestsException} (client fault)
74
+ * Placeholder documentation for TooManyRequestsException
75
+ *
76
+ * @throws {@link MediaLiveServiceException}
77
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
78
+ *
79
+ * @public
80
+ */
81
+ export declare class GetCloudWatchAlarmTemplateGroupCommand extends GetCloudWatchAlarmTemplateGroupCommand_base {
82
+ }
@@ -0,0 +1,89 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { GetEventBridgeRuleTemplateRequest, GetEventBridgeRuleTemplateResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link GetEventBridgeRuleTemplateCommand}.
13
+ */
14
+ export interface GetEventBridgeRuleTemplateCommandInput extends GetEventBridgeRuleTemplateRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link GetEventBridgeRuleTemplateCommand}.
20
+ */
21
+ export interface GetEventBridgeRuleTemplateCommandOutput extends GetEventBridgeRuleTemplateResponse, __MetadataBearer {
22
+ }
23
+ declare const GetEventBridgeRuleTemplateCommand_base: {
24
+ new (input: GetEventBridgeRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEventBridgeRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Retrieves the specified eventbridge rule template.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, GetEventBridgeRuleTemplateCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, GetEventBridgeRuleTemplateCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // GetEventBridgeRuleTemplateRequest
37
+ * Identifier: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new GetEventBridgeRuleTemplateCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetEventBridgeRuleTemplateResponse
42
+ * // Arn: "STRING_VALUE",
43
+ * // CreatedAt: new Date("TIMESTAMP"),
44
+ * // Description: "STRING_VALUE",
45
+ * // EventTargets: [ // __listOfEventBridgeRuleTemplateTarget
46
+ * // { // EventBridgeRuleTemplateTarget
47
+ * // Arn: "STRING_VALUE", // required
48
+ * // },
49
+ * // ],
50
+ * // EventType: "MEDIALIVE_MULTIPLEX_ALERT" || "MEDIALIVE_MULTIPLEX_STATE_CHANGE" || "MEDIALIVE_CHANNEL_ALERT" || "MEDIALIVE_CHANNEL_INPUT_CHANGE" || "MEDIALIVE_CHANNEL_STATE_CHANGE" || "MEDIAPACKAGE_INPUT_NOTIFICATION" || "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION" || "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION" || "SIGNAL_MAP_ACTIVE_ALARM" || "MEDIACONNECT_ALERT" || "MEDIACONNECT_SOURCE_HEALTH" || "MEDIACONNECT_OUTPUT_HEALTH" || "MEDIACONNECT_FLOW_STATUS_CHANGE",
51
+ * // GroupId: "STRING_VALUE",
52
+ * // Id: "STRING_VALUE",
53
+ * // ModifiedAt: new Date("TIMESTAMP"),
54
+ * // Name: "STRING_VALUE",
55
+ * // Tags: { // TagMap
56
+ * // "<keys>": "STRING_VALUE",
57
+ * // },
58
+ * // };
59
+ *
60
+ * ```
61
+ *
62
+ * @param GetEventBridgeRuleTemplateCommandInput - {@link GetEventBridgeRuleTemplateCommandInput}
63
+ * @returns {@link GetEventBridgeRuleTemplateCommandOutput}
64
+ * @see {@link GetEventBridgeRuleTemplateCommandInput} for command's `input` shape.
65
+ * @see {@link GetEventBridgeRuleTemplateCommandOutput} for command's `response` shape.
66
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
67
+ *
68
+ * @throws {@link BadRequestException} (client fault)
69
+ * Placeholder documentation for BadRequestException
70
+ *
71
+ * @throws {@link ForbiddenException} (client fault)
72
+ * Placeholder documentation for ForbiddenException
73
+ *
74
+ * @throws {@link InternalServerErrorException} (server fault)
75
+ * Placeholder documentation for InternalServerErrorException
76
+ *
77
+ * @throws {@link NotFoundException} (client fault)
78
+ * Placeholder documentation for NotFoundException
79
+ *
80
+ * @throws {@link TooManyRequestsException} (client fault)
81
+ * Placeholder documentation for TooManyRequestsException
82
+ *
83
+ * @throws {@link MediaLiveServiceException}
84
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
85
+ *
86
+ * @public
87
+ */
88
+ export declare class GetEventBridgeRuleTemplateCommand extends GetEventBridgeRuleTemplateCommand_base {
89
+ }
@@ -0,0 +1,82 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { GetEventBridgeRuleTemplateGroupRequest, GetEventBridgeRuleTemplateGroupResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link GetEventBridgeRuleTemplateGroupCommand}.
13
+ */
14
+ export interface GetEventBridgeRuleTemplateGroupCommandInput extends GetEventBridgeRuleTemplateGroupRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link GetEventBridgeRuleTemplateGroupCommand}.
20
+ */
21
+ export interface GetEventBridgeRuleTemplateGroupCommandOutput extends GetEventBridgeRuleTemplateGroupResponse, __MetadataBearer {
22
+ }
23
+ declare const GetEventBridgeRuleTemplateGroupCommand_base: {
24
+ new (input: GetEventBridgeRuleTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetEventBridgeRuleTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Retrieves the specified eventbridge rule template group.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, GetEventBridgeRuleTemplateGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, GetEventBridgeRuleTemplateGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // GetEventBridgeRuleTemplateGroupRequest
37
+ * Identifier: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new GetEventBridgeRuleTemplateGroupCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetEventBridgeRuleTemplateGroupResponse
42
+ * // Arn: "STRING_VALUE",
43
+ * // CreatedAt: new Date("TIMESTAMP"),
44
+ * // Description: "STRING_VALUE",
45
+ * // Id: "STRING_VALUE",
46
+ * // ModifiedAt: new Date("TIMESTAMP"),
47
+ * // Name: "STRING_VALUE",
48
+ * // Tags: { // TagMap
49
+ * // "<keys>": "STRING_VALUE",
50
+ * // },
51
+ * // };
52
+ *
53
+ * ```
54
+ *
55
+ * @param GetEventBridgeRuleTemplateGroupCommandInput - {@link GetEventBridgeRuleTemplateGroupCommandInput}
56
+ * @returns {@link GetEventBridgeRuleTemplateGroupCommandOutput}
57
+ * @see {@link GetEventBridgeRuleTemplateGroupCommandInput} for command's `input` shape.
58
+ * @see {@link GetEventBridgeRuleTemplateGroupCommandOutput} for command's `response` shape.
59
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
60
+ *
61
+ * @throws {@link BadRequestException} (client fault)
62
+ * Placeholder documentation for BadRequestException
63
+ *
64
+ * @throws {@link ForbiddenException} (client fault)
65
+ * Placeholder documentation for ForbiddenException
66
+ *
67
+ * @throws {@link InternalServerErrorException} (server fault)
68
+ * Placeholder documentation for InternalServerErrorException
69
+ *
70
+ * @throws {@link NotFoundException} (client fault)
71
+ * Placeholder documentation for NotFoundException
72
+ *
73
+ * @throws {@link TooManyRequestsException} (client fault)
74
+ * Placeholder documentation for TooManyRequestsException
75
+ *
76
+ * @throws {@link MediaLiveServiceException}
77
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
78
+ *
79
+ * @public
80
+ */
81
+ export declare class GetEventBridgeRuleTemplateGroupCommand extends GetEventBridgeRuleTemplateGroupCommand_base {
82
+ }
@@ -0,0 +1,136 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { GetSignalMapRequest, GetSignalMapResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link GetSignalMapCommand}.
13
+ */
14
+ export interface GetSignalMapCommandInput extends GetSignalMapRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link GetSignalMapCommand}.
20
+ */
21
+ export interface GetSignalMapCommandOutput extends GetSignalMapResponse, __MetadataBearer {
22
+ }
23
+ declare const GetSignalMapCommand_base: {
24
+ new (input: GetSignalMapCommandInput): import("@smithy/smithy-client").CommandImpl<GetSignalMapCommandInput, GetSignalMapCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSignalMapCommandInput): import("@smithy/smithy-client").CommandImpl<GetSignalMapCommandInput, GetSignalMapCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Retrieves the specified signal map.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, GetSignalMapCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, GetSignalMapCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // GetSignalMapRequest
37
+ * Identifier: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new GetSignalMapCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // GetSignalMapResponse
42
+ * // Arn: "STRING_VALUE",
43
+ * // CloudWatchAlarmTemplateGroupIds: [ // __listOf__stringMin7Max11PatternAws097
44
+ * // "STRING_VALUE",
45
+ * // ],
46
+ * // CreatedAt: new Date("TIMESTAMP"),
47
+ * // Description: "STRING_VALUE",
48
+ * // DiscoveryEntryPointArn: "STRING_VALUE",
49
+ * // ErrorMessage: "STRING_VALUE",
50
+ * // EventBridgeRuleTemplateGroupIds: [
51
+ * // "STRING_VALUE",
52
+ * // ],
53
+ * // FailedMediaResourceMap: { // FailedMediaResourceMap
54
+ * // "<keys>": { // MediaResource
55
+ * // Destinations: [ // __listOfMediaResourceNeighbor
56
+ * // { // MediaResourceNeighbor
57
+ * // Arn: "STRING_VALUE", // required
58
+ * // Name: "STRING_VALUE",
59
+ * // },
60
+ * // ],
61
+ * // Name: "STRING_VALUE",
62
+ * // Sources: [
63
+ * // {
64
+ * // Arn: "STRING_VALUE", // required
65
+ * // Name: "STRING_VALUE",
66
+ * // },
67
+ * // ],
68
+ * // },
69
+ * // },
70
+ * // Id: "STRING_VALUE",
71
+ * // LastDiscoveredAt: new Date("TIMESTAMP"),
72
+ * // LastSuccessfulMonitorDeployment: { // SuccessfulMonitorDeployment
73
+ * // DetailsUri: "STRING_VALUE", // required
74
+ * // Status: "NOT_DEPLOYED" || "DRY_RUN_DEPLOYMENT_COMPLETE" || "DRY_RUN_DEPLOYMENT_FAILED" || "DRY_RUN_DEPLOYMENT_IN_PROGRESS" || "DEPLOYMENT_COMPLETE" || "DEPLOYMENT_FAILED" || "DEPLOYMENT_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "DELETE_IN_PROGRESS", // required
75
+ * // },
76
+ * // MediaResourceMap: { // MediaResourceMap
77
+ * // "<keys>": {
78
+ * // Destinations: [
79
+ * // {
80
+ * // Arn: "STRING_VALUE", // required
81
+ * // Name: "STRING_VALUE",
82
+ * // },
83
+ * // ],
84
+ * // Name: "STRING_VALUE",
85
+ * // Sources: [
86
+ * // {
87
+ * // Arn: "STRING_VALUE", // required
88
+ * // Name: "STRING_VALUE",
89
+ * // },
90
+ * // ],
91
+ * // },
92
+ * // },
93
+ * // ModifiedAt: new Date("TIMESTAMP"),
94
+ * // MonitorChangesPendingDeployment: true || false,
95
+ * // MonitorDeployment: { // MonitorDeployment
96
+ * // DetailsUri: "STRING_VALUE",
97
+ * // ErrorMessage: "STRING_VALUE",
98
+ * // Status: "NOT_DEPLOYED" || "DRY_RUN_DEPLOYMENT_COMPLETE" || "DRY_RUN_DEPLOYMENT_FAILED" || "DRY_RUN_DEPLOYMENT_IN_PROGRESS" || "DEPLOYMENT_COMPLETE" || "DEPLOYMENT_FAILED" || "DEPLOYMENT_IN_PROGRESS" || "DELETE_COMPLETE" || "DELETE_FAILED" || "DELETE_IN_PROGRESS", // required
99
+ * // },
100
+ * // Name: "STRING_VALUE",
101
+ * // Status: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_REVERTED" || "UPDATE_FAILED" || "READY" || "NOT_READY",
102
+ * // Tags: { // TagMap
103
+ * // "<keys>": "STRING_VALUE",
104
+ * // },
105
+ * // };
106
+ *
107
+ * ```
108
+ *
109
+ * @param GetSignalMapCommandInput - {@link GetSignalMapCommandInput}
110
+ * @returns {@link GetSignalMapCommandOutput}
111
+ * @see {@link GetSignalMapCommandInput} for command's `input` shape.
112
+ * @see {@link GetSignalMapCommandOutput} for command's `response` shape.
113
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
114
+ *
115
+ * @throws {@link BadRequestException} (client fault)
116
+ * Placeholder documentation for BadRequestException
117
+ *
118
+ * @throws {@link ForbiddenException} (client fault)
119
+ * Placeholder documentation for ForbiddenException
120
+ *
121
+ * @throws {@link InternalServerErrorException} (server fault)
122
+ * Placeholder documentation for InternalServerErrorException
123
+ *
124
+ * @throws {@link NotFoundException} (client fault)
125
+ * Placeholder documentation for NotFoundException
126
+ *
127
+ * @throws {@link TooManyRequestsException} (client fault)
128
+ * Placeholder documentation for TooManyRequestsException
129
+ *
130
+ * @throws {@link MediaLiveServiceException}
131
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
132
+ *
133
+ * @public
134
+ */
135
+ export declare class GetSignalMapCommand extends GetSignalMapCommand_base {
136
+ }
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
4
+ import { ListCloudWatchAlarmTemplateGroupsRequest, ListCloudWatchAlarmTemplateGroupsResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link ListCloudWatchAlarmTemplateGroupsCommand}.
13
+ */
14
+ export interface ListCloudWatchAlarmTemplateGroupsCommandInput extends ListCloudWatchAlarmTemplateGroupsRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link ListCloudWatchAlarmTemplateGroupsCommand}.
20
+ */
21
+ export interface ListCloudWatchAlarmTemplateGroupsCommandOutput extends ListCloudWatchAlarmTemplateGroupsResponse, __MetadataBearer {
22
+ }
23
+ declare const ListCloudWatchAlarmTemplateGroupsCommand_base: {
24
+ new (input: ListCloudWatchAlarmTemplateGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCloudWatchAlarmTemplateGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Lists cloudwatch alarm template groups.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, ListCloudWatchAlarmTemplateGroupsCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, ListCloudWatchAlarmTemplateGroupsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // ListCloudWatchAlarmTemplateGroupsRequest
37
+ * MaxResults: Number("int"),
38
+ * NextToken: "STRING_VALUE",
39
+ * Scope: "STRING_VALUE",
40
+ * SignalMapIdentifier: "STRING_VALUE",
41
+ * };
42
+ * const command = new ListCloudWatchAlarmTemplateGroupsCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // ListCloudWatchAlarmTemplateGroupsResponse
45
+ * // CloudWatchAlarmTemplateGroups: [ // __listOfCloudWatchAlarmTemplateGroupSummary
46
+ * // { // CloudWatchAlarmTemplateGroupSummary
47
+ * // Arn: "STRING_VALUE", // required
48
+ * // CreatedAt: new Date("TIMESTAMP"), // required
49
+ * // Description: "STRING_VALUE",
50
+ * // Id: "STRING_VALUE", // required
51
+ * // ModifiedAt: new Date("TIMESTAMP"),
52
+ * // Name: "STRING_VALUE", // required
53
+ * // Tags: { // TagMap
54
+ * // "<keys>": "STRING_VALUE",
55
+ * // },
56
+ * // TemplateCount: Number("int"), // required
57
+ * // },
58
+ * // ],
59
+ * // NextToken: "STRING_VALUE",
60
+ * // };
61
+ *
62
+ * ```
63
+ *
64
+ * @param ListCloudWatchAlarmTemplateGroupsCommandInput - {@link ListCloudWatchAlarmTemplateGroupsCommandInput}
65
+ * @returns {@link ListCloudWatchAlarmTemplateGroupsCommandOutput}
66
+ * @see {@link ListCloudWatchAlarmTemplateGroupsCommandInput} for command's `input` shape.
67
+ * @see {@link ListCloudWatchAlarmTemplateGroupsCommandOutput} for command's `response` shape.
68
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
69
+ *
70
+ * @throws {@link BadRequestException} (client fault)
71
+ * Placeholder documentation for BadRequestException
72
+ *
73
+ * @throws {@link ForbiddenException} (client fault)
74
+ * Placeholder documentation for ForbiddenException
75
+ *
76
+ * @throws {@link InternalServerErrorException} (server fault)
77
+ * Placeholder documentation for InternalServerErrorException
78
+ *
79
+ * @throws {@link NotFoundException} (client fault)
80
+ * Placeholder documentation for NotFoundException
81
+ *
82
+ * @throws {@link TooManyRequestsException} (client fault)
83
+ * Placeholder documentation for TooManyRequestsException
84
+ *
85
+ * @throws {@link MediaLiveServiceException}
86
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
87
+ *
88
+ * @public
89
+ */
90
+ export declare class ListCloudWatchAlarmTemplateGroupsCommand extends ListCloudWatchAlarmTemplateGroupsCommand_base {
91
+ }