@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,101 @@
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 { ListCloudWatchAlarmTemplatesRequest, ListCloudWatchAlarmTemplatesResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link ListCloudWatchAlarmTemplatesCommand}.
13
+ */
14
+ export interface ListCloudWatchAlarmTemplatesCommandInput extends ListCloudWatchAlarmTemplatesRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link ListCloudWatchAlarmTemplatesCommand}.
20
+ */
21
+ export interface ListCloudWatchAlarmTemplatesCommandOutput extends ListCloudWatchAlarmTemplatesResponse, __MetadataBearer {
22
+ }
23
+ declare const ListCloudWatchAlarmTemplatesCommand_base: {
24
+ new (input: ListCloudWatchAlarmTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListCloudWatchAlarmTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Lists cloudwatch alarm templates.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, ListCloudWatchAlarmTemplatesCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, ListCloudWatchAlarmTemplatesCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // ListCloudWatchAlarmTemplatesRequest
37
+ * GroupIdentifier: "STRING_VALUE",
38
+ * MaxResults: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * Scope: "STRING_VALUE",
41
+ * SignalMapIdentifier: "STRING_VALUE",
42
+ * };
43
+ * const command = new ListCloudWatchAlarmTemplatesCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // ListCloudWatchAlarmTemplatesResponse
46
+ * // CloudWatchAlarmTemplates: [ // __listOfCloudWatchAlarmTemplateSummary
47
+ * // { // CloudWatchAlarmTemplateSummary
48
+ * // Arn: "STRING_VALUE", // required
49
+ * // ComparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold", // required
50
+ * // CreatedAt: new Date("TIMESTAMP"), // required
51
+ * // DatapointsToAlarm: Number("int"),
52
+ * // Description: "STRING_VALUE",
53
+ * // EvaluationPeriods: Number("int"), // required
54
+ * // GroupId: "STRING_VALUE", // required
55
+ * // Id: "STRING_VALUE", // required
56
+ * // MetricName: "STRING_VALUE", // required
57
+ * // ModifiedAt: new Date("TIMESTAMP"),
58
+ * // Name: "STRING_VALUE", // required
59
+ * // Period: Number("int"), // required
60
+ * // Statistic: "SampleCount" || "Average" || "Sum" || "Minimum" || "Maximum", // required
61
+ * // Tags: { // TagMap
62
+ * // "<keys>": "STRING_VALUE",
63
+ * // },
64
+ * // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET", // required
65
+ * // Threshold: Number("double"), // required
66
+ * // TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing", // required
67
+ * // },
68
+ * // ],
69
+ * // NextToken: "STRING_VALUE",
70
+ * // };
71
+ *
72
+ * ```
73
+ *
74
+ * @param ListCloudWatchAlarmTemplatesCommandInput - {@link ListCloudWatchAlarmTemplatesCommandInput}
75
+ * @returns {@link ListCloudWatchAlarmTemplatesCommandOutput}
76
+ * @see {@link ListCloudWatchAlarmTemplatesCommandInput} for command's `input` shape.
77
+ * @see {@link ListCloudWatchAlarmTemplatesCommandOutput} for command's `response` shape.
78
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
79
+ *
80
+ * @throws {@link BadRequestException} (client fault)
81
+ * Placeholder documentation for BadRequestException
82
+ *
83
+ * @throws {@link ForbiddenException} (client fault)
84
+ * Placeholder documentation for ForbiddenException
85
+ *
86
+ * @throws {@link InternalServerErrorException} (server fault)
87
+ * Placeholder documentation for InternalServerErrorException
88
+ *
89
+ * @throws {@link NotFoundException} (client fault)
90
+ * Placeholder documentation for NotFoundException
91
+ *
92
+ * @throws {@link TooManyRequestsException} (client fault)
93
+ * Placeholder documentation for TooManyRequestsException
94
+ *
95
+ * @throws {@link MediaLiveServiceException}
96
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
97
+ *
98
+ * @public
99
+ */
100
+ export declare class ListCloudWatchAlarmTemplatesCommand extends ListCloudWatchAlarmTemplatesCommand_base {
101
+ }
@@ -0,0 +1,90 @@
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 { ListEventBridgeRuleTemplateGroupsRequest, ListEventBridgeRuleTemplateGroupsResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link ListEventBridgeRuleTemplateGroupsCommand}.
13
+ */
14
+ export interface ListEventBridgeRuleTemplateGroupsCommandInput extends ListEventBridgeRuleTemplateGroupsRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link ListEventBridgeRuleTemplateGroupsCommand}.
20
+ */
21
+ export interface ListEventBridgeRuleTemplateGroupsCommandOutput extends ListEventBridgeRuleTemplateGroupsResponse, __MetadataBearer {
22
+ }
23
+ declare const ListEventBridgeRuleTemplateGroupsCommand_base: {
24
+ new (input: ListEventBridgeRuleTemplateGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEventBridgeRuleTemplateGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Lists eventbridge rule 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, ListEventBridgeRuleTemplateGroupsCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, ListEventBridgeRuleTemplateGroupsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // ListEventBridgeRuleTemplateGroupsRequest
37
+ * MaxResults: Number("int"),
38
+ * NextToken: "STRING_VALUE",
39
+ * SignalMapIdentifier: "STRING_VALUE",
40
+ * };
41
+ * const command = new ListEventBridgeRuleTemplateGroupsCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // ListEventBridgeRuleTemplateGroupsResponse
44
+ * // EventBridgeRuleTemplateGroups: [ // __listOfEventBridgeRuleTemplateGroupSummary
45
+ * // { // EventBridgeRuleTemplateGroupSummary
46
+ * // Arn: "STRING_VALUE", // required
47
+ * // CreatedAt: new Date("TIMESTAMP"), // required
48
+ * // Description: "STRING_VALUE",
49
+ * // Id: "STRING_VALUE", // required
50
+ * // ModifiedAt: new Date("TIMESTAMP"),
51
+ * // Name: "STRING_VALUE", // required
52
+ * // Tags: { // TagMap
53
+ * // "<keys>": "STRING_VALUE",
54
+ * // },
55
+ * // TemplateCount: Number("int"), // required
56
+ * // },
57
+ * // ],
58
+ * // NextToken: "STRING_VALUE",
59
+ * // };
60
+ *
61
+ * ```
62
+ *
63
+ * @param ListEventBridgeRuleTemplateGroupsCommandInput - {@link ListEventBridgeRuleTemplateGroupsCommandInput}
64
+ * @returns {@link ListEventBridgeRuleTemplateGroupsCommandOutput}
65
+ * @see {@link ListEventBridgeRuleTemplateGroupsCommandInput} for command's `input` shape.
66
+ * @see {@link ListEventBridgeRuleTemplateGroupsCommandOutput} for command's `response` shape.
67
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
68
+ *
69
+ * @throws {@link BadRequestException} (client fault)
70
+ * Placeholder documentation for BadRequestException
71
+ *
72
+ * @throws {@link ForbiddenException} (client fault)
73
+ * Placeholder documentation for ForbiddenException
74
+ *
75
+ * @throws {@link InternalServerErrorException} (server fault)
76
+ * Placeholder documentation for InternalServerErrorException
77
+ *
78
+ * @throws {@link NotFoundException} (client fault)
79
+ * Placeholder documentation for NotFoundException
80
+ *
81
+ * @throws {@link TooManyRequestsException} (client fault)
82
+ * Placeholder documentation for TooManyRequestsException
83
+ *
84
+ * @throws {@link MediaLiveServiceException}
85
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
86
+ *
87
+ * @public
88
+ */
89
+ export declare class ListEventBridgeRuleTemplateGroupsCommand extends ListEventBridgeRuleTemplateGroupsCommand_base {
90
+ }
@@ -0,0 +1,93 @@
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 { ListEventBridgeRuleTemplatesRequest, ListEventBridgeRuleTemplatesResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link ListEventBridgeRuleTemplatesCommand}.
13
+ */
14
+ export interface ListEventBridgeRuleTemplatesCommandInput extends ListEventBridgeRuleTemplatesRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link ListEventBridgeRuleTemplatesCommand}.
20
+ */
21
+ export interface ListEventBridgeRuleTemplatesCommandOutput extends ListEventBridgeRuleTemplatesResponse, __MetadataBearer {
22
+ }
23
+ declare const ListEventBridgeRuleTemplatesCommand_base: {
24
+ new (input: ListEventBridgeRuleTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEventBridgeRuleTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Lists eventbridge rule templates.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, ListEventBridgeRuleTemplatesCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, ListEventBridgeRuleTemplatesCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // ListEventBridgeRuleTemplatesRequest
37
+ * GroupIdentifier: "STRING_VALUE",
38
+ * MaxResults: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * SignalMapIdentifier: "STRING_VALUE",
41
+ * };
42
+ * const command = new ListEventBridgeRuleTemplatesCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // ListEventBridgeRuleTemplatesResponse
45
+ * // EventBridgeRuleTemplates: [ // __listOfEventBridgeRuleTemplateSummary
46
+ * // { // EventBridgeRuleTemplateSummary
47
+ * // Arn: "STRING_VALUE", // required
48
+ * // CreatedAt: new Date("TIMESTAMP"), // required
49
+ * // Description: "STRING_VALUE",
50
+ * // EventTargetCount: Number("int"), // required
51
+ * // 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", // required
52
+ * // GroupId: "STRING_VALUE", // required
53
+ * // Id: "STRING_VALUE", // required
54
+ * // ModifiedAt: new Date("TIMESTAMP"),
55
+ * // Name: "STRING_VALUE", // required
56
+ * // Tags: { // TagMap
57
+ * // "<keys>": "STRING_VALUE",
58
+ * // },
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param ListEventBridgeRuleTemplatesCommandInput - {@link ListEventBridgeRuleTemplatesCommandInput}
67
+ * @returns {@link ListEventBridgeRuleTemplatesCommandOutput}
68
+ * @see {@link ListEventBridgeRuleTemplatesCommandInput} for command's `input` shape.
69
+ * @see {@link ListEventBridgeRuleTemplatesCommandOutput} for command's `response` shape.
70
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
71
+ *
72
+ * @throws {@link BadRequestException} (client fault)
73
+ * Placeholder documentation for BadRequestException
74
+ *
75
+ * @throws {@link ForbiddenException} (client fault)
76
+ * Placeholder documentation for ForbiddenException
77
+ *
78
+ * @throws {@link InternalServerErrorException} (server fault)
79
+ * Placeholder documentation for InternalServerErrorException
80
+ *
81
+ * @throws {@link NotFoundException} (client fault)
82
+ * Placeholder documentation for NotFoundException
83
+ *
84
+ * @throws {@link TooManyRequestsException} (client fault)
85
+ * Placeholder documentation for TooManyRequestsException
86
+ *
87
+ * @throws {@link MediaLiveServiceException}
88
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
89
+ *
90
+ * @public
91
+ */
92
+ export declare class ListEventBridgeRuleTemplatesCommand extends ListEventBridgeRuleTemplatesCommand_base {
93
+ }
@@ -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 { ListSignalMapsRequest, ListSignalMapsResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link ListSignalMapsCommand}.
13
+ */
14
+ export interface ListSignalMapsCommandInput extends ListSignalMapsRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link ListSignalMapsCommand}.
20
+ */
21
+ export interface ListSignalMapsCommandOutput extends ListSignalMapsResponse, __MetadataBearer {
22
+ }
23
+ declare const ListSignalMapsCommand_base: {
24
+ new (input: ListSignalMapsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSignalMapsCommandInput, ListSignalMapsCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSignalMapsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSignalMapsCommandInput, ListSignalMapsCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Lists signal maps.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, ListSignalMapsCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, ListSignalMapsCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // ListSignalMapsRequest
37
+ * CloudWatchAlarmTemplateGroupIdentifier: "STRING_VALUE",
38
+ * EventBridgeRuleTemplateGroupIdentifier: "STRING_VALUE",
39
+ * MaxResults: Number("int"),
40
+ * NextToken: "STRING_VALUE",
41
+ * };
42
+ * const command = new ListSignalMapsCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // ListSignalMapsResponse
45
+ * // NextToken: "STRING_VALUE",
46
+ * // SignalMaps: [ // __listOfSignalMapSummary
47
+ * // { // SignalMapSummary
48
+ * // Arn: "STRING_VALUE", // required
49
+ * // CreatedAt: new Date("TIMESTAMP"), // required
50
+ * // Description: "STRING_VALUE",
51
+ * // Id: "STRING_VALUE", // required
52
+ * // ModifiedAt: new Date("TIMESTAMP"),
53
+ * // MonitorDeploymentStatus: "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
54
+ * // Name: "STRING_VALUE", // required
55
+ * // Status: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_REVERTED" || "UPDATE_FAILED" || "READY" || "NOT_READY", // required
56
+ * // Tags: { // TagMap
57
+ * // "<keys>": "STRING_VALUE",
58
+ * // },
59
+ * // },
60
+ * // ],
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param ListSignalMapsCommandInput - {@link ListSignalMapsCommandInput}
66
+ * @returns {@link ListSignalMapsCommandOutput}
67
+ * @see {@link ListSignalMapsCommandInput} for command's `input` shape.
68
+ * @see {@link ListSignalMapsCommandOutput} 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 ListSignalMapsCommand extends ListSignalMapsCommand_base {
92
+ }
@@ -0,0 +1,139 @@
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 { StartDeleteMonitorDeploymentRequest, StartDeleteMonitorDeploymentResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link StartDeleteMonitorDeploymentCommand}.
13
+ */
14
+ export interface StartDeleteMonitorDeploymentCommandInput extends StartDeleteMonitorDeploymentRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link StartDeleteMonitorDeploymentCommand}.
20
+ */
21
+ export interface StartDeleteMonitorDeploymentCommandOutput extends StartDeleteMonitorDeploymentResponse, __MetadataBearer {
22
+ }
23
+ declare const StartDeleteMonitorDeploymentCommand_base: {
24
+ new (input: StartDeleteMonitorDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDeleteMonitorDeploymentCommandInput, StartDeleteMonitorDeploymentCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDeleteMonitorDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartDeleteMonitorDeploymentCommandInput, StartDeleteMonitorDeploymentCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Initiates a deployment to delete the monitor of 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, StartDeleteMonitorDeploymentCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, StartDeleteMonitorDeploymentCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // StartDeleteMonitorDeploymentRequest
37
+ * Identifier: "STRING_VALUE", // required
38
+ * };
39
+ * const command = new StartDeleteMonitorDeploymentCommand(input);
40
+ * const response = await client.send(command);
41
+ * // { // StartDeleteMonitorDeploymentResponse
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 StartDeleteMonitorDeploymentCommandInput - {@link StartDeleteMonitorDeploymentCommandInput}
110
+ * @returns {@link StartDeleteMonitorDeploymentCommandOutput}
111
+ * @see {@link StartDeleteMonitorDeploymentCommandInput} for command's `input` shape.
112
+ * @see {@link StartDeleteMonitorDeploymentCommandOutput} 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 ConflictException} (client fault)
119
+ * Placeholder documentation for ConflictException
120
+ *
121
+ * @throws {@link ForbiddenException} (client fault)
122
+ * Placeholder documentation for ForbiddenException
123
+ *
124
+ * @throws {@link InternalServerErrorException} (server fault)
125
+ * Placeholder documentation for InternalServerErrorException
126
+ *
127
+ * @throws {@link NotFoundException} (client fault)
128
+ * Placeholder documentation for NotFoundException
129
+ *
130
+ * @throws {@link TooManyRequestsException} (client fault)
131
+ * Placeholder documentation for TooManyRequestsException
132
+ *
133
+ * @throws {@link MediaLiveServiceException}
134
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
135
+ *
136
+ * @public
137
+ */
138
+ export declare class StartDeleteMonitorDeploymentCommand extends StartDeleteMonitorDeploymentCommand_base {
139
+ }
@@ -0,0 +1,140 @@
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 { StartMonitorDeploymentRequest, StartMonitorDeploymentResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link StartMonitorDeploymentCommand}.
13
+ */
14
+ export interface StartMonitorDeploymentCommandInput extends StartMonitorDeploymentRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link StartMonitorDeploymentCommand}.
20
+ */
21
+ export interface StartMonitorDeploymentCommandOutput extends StartMonitorDeploymentResponse, __MetadataBearer {
22
+ }
23
+ declare const StartMonitorDeploymentCommand_base: {
24
+ new (input: StartMonitorDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartMonitorDeploymentCommandInput, StartMonitorDeploymentCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartMonitorDeploymentCommandInput): import("@smithy/smithy-client").CommandImpl<StartMonitorDeploymentCommandInput, StartMonitorDeploymentCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Initiates a deployment to deploy the latest monitor of 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, StartMonitorDeploymentCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, StartMonitorDeploymentCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // StartMonitorDeploymentRequest
37
+ * DryRun: true || false,
38
+ * Identifier: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new StartMonitorDeploymentCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // StartMonitorDeploymentResponse
43
+ * // Arn: "STRING_VALUE",
44
+ * // CloudWatchAlarmTemplateGroupIds: [ // __listOf__stringMin7Max11PatternAws097
45
+ * // "STRING_VALUE",
46
+ * // ],
47
+ * // CreatedAt: new Date("TIMESTAMP"),
48
+ * // Description: "STRING_VALUE",
49
+ * // DiscoveryEntryPointArn: "STRING_VALUE",
50
+ * // ErrorMessage: "STRING_VALUE",
51
+ * // EventBridgeRuleTemplateGroupIds: [
52
+ * // "STRING_VALUE",
53
+ * // ],
54
+ * // FailedMediaResourceMap: { // FailedMediaResourceMap
55
+ * // "<keys>": { // MediaResource
56
+ * // Destinations: [ // __listOfMediaResourceNeighbor
57
+ * // { // MediaResourceNeighbor
58
+ * // Arn: "STRING_VALUE", // required
59
+ * // Name: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // Name: "STRING_VALUE",
63
+ * // Sources: [
64
+ * // {
65
+ * // Arn: "STRING_VALUE", // required
66
+ * // Name: "STRING_VALUE",
67
+ * // },
68
+ * // ],
69
+ * // },
70
+ * // },
71
+ * // Id: "STRING_VALUE",
72
+ * // LastDiscoveredAt: new Date("TIMESTAMP"),
73
+ * // LastSuccessfulMonitorDeployment: { // SuccessfulMonitorDeployment
74
+ * // DetailsUri: "STRING_VALUE", // required
75
+ * // 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
76
+ * // },
77
+ * // MediaResourceMap: { // MediaResourceMap
78
+ * // "<keys>": {
79
+ * // Destinations: [
80
+ * // {
81
+ * // Arn: "STRING_VALUE", // required
82
+ * // Name: "STRING_VALUE",
83
+ * // },
84
+ * // ],
85
+ * // Name: "STRING_VALUE",
86
+ * // Sources: [
87
+ * // {
88
+ * // Arn: "STRING_VALUE", // required
89
+ * // Name: "STRING_VALUE",
90
+ * // },
91
+ * // ],
92
+ * // },
93
+ * // },
94
+ * // ModifiedAt: new Date("TIMESTAMP"),
95
+ * // MonitorChangesPendingDeployment: true || false,
96
+ * // MonitorDeployment: { // MonitorDeployment
97
+ * // DetailsUri: "STRING_VALUE",
98
+ * // ErrorMessage: "STRING_VALUE",
99
+ * // 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
100
+ * // },
101
+ * // Name: "STRING_VALUE",
102
+ * // Status: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_REVERTED" || "UPDATE_FAILED" || "READY" || "NOT_READY",
103
+ * // Tags: { // TagMap
104
+ * // "<keys>": "STRING_VALUE",
105
+ * // },
106
+ * // };
107
+ *
108
+ * ```
109
+ *
110
+ * @param StartMonitorDeploymentCommandInput - {@link StartMonitorDeploymentCommandInput}
111
+ * @returns {@link StartMonitorDeploymentCommandOutput}
112
+ * @see {@link StartMonitorDeploymentCommandInput} for command's `input` shape.
113
+ * @see {@link StartMonitorDeploymentCommandOutput} for command's `response` shape.
114
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
115
+ *
116
+ * @throws {@link BadRequestException} (client fault)
117
+ * Placeholder documentation for BadRequestException
118
+ *
119
+ * @throws {@link ConflictException} (client fault)
120
+ * Placeholder documentation for ConflictException
121
+ *
122
+ * @throws {@link ForbiddenException} (client fault)
123
+ * Placeholder documentation for ForbiddenException
124
+ *
125
+ * @throws {@link InternalServerErrorException} (server fault)
126
+ * Placeholder documentation for InternalServerErrorException
127
+ *
128
+ * @throws {@link NotFoundException} (client fault)
129
+ * Placeholder documentation for NotFoundException
130
+ *
131
+ * @throws {@link TooManyRequestsException} (client fault)
132
+ * Placeholder documentation for TooManyRequestsException
133
+ *
134
+ * @throws {@link MediaLiveServiceException}
135
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
136
+ *
137
+ * @public
138
+ */
139
+ export declare class StartMonitorDeploymentCommand extends StartMonitorDeploymentCommand_base {
140
+ }