@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
@@ -0,0 +1,149 @@
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 { StartUpdateSignalMapRequest, StartUpdateSignalMapResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link StartUpdateSignalMapCommand}.
13
+ */
14
+ export interface StartUpdateSignalMapCommandInput extends StartUpdateSignalMapRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link StartUpdateSignalMapCommand}.
20
+ */
21
+ export interface StartUpdateSignalMapCommandOutput extends StartUpdateSignalMapResponse, __MetadataBearer {
22
+ }
23
+ declare const StartUpdateSignalMapCommand_base: {
24
+ new (input: StartUpdateSignalMapCommandInput): import("@smithy/smithy-client").CommandImpl<StartUpdateSignalMapCommandInput, StartUpdateSignalMapCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartUpdateSignalMapCommandInput): import("@smithy/smithy-client").CommandImpl<StartUpdateSignalMapCommandInput, StartUpdateSignalMapCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Initiates an update for the specified signal map. Will discover a new signal map if a changed discoveryEntryPointArn is provided.
30
+ * @example
31
+ * Use a bare-bones client and the command you need to make an API call.
32
+ * ```javascript
33
+ * import { MediaLiveClient, StartUpdateSignalMapCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, StartUpdateSignalMapCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // StartUpdateSignalMapRequest
37
+ * CloudWatchAlarmTemplateGroupIdentifiers: [ // __listOf__stringPatternS
38
+ * "STRING_VALUE",
39
+ * ],
40
+ * Description: "STRING_VALUE",
41
+ * DiscoveryEntryPointArn: "STRING_VALUE",
42
+ * EventBridgeRuleTemplateGroupIdentifiers: [
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * ForceRediscovery: true || false,
46
+ * Identifier: "STRING_VALUE", // required
47
+ * Name: "STRING_VALUE",
48
+ * };
49
+ * const command = new StartUpdateSignalMapCommand(input);
50
+ * const response = await client.send(command);
51
+ * // { // StartUpdateSignalMapResponse
52
+ * // Arn: "STRING_VALUE",
53
+ * // CloudWatchAlarmTemplateGroupIds: [ // __listOf__stringMin7Max11PatternAws097
54
+ * // "STRING_VALUE",
55
+ * // ],
56
+ * // CreatedAt: new Date("TIMESTAMP"),
57
+ * // Description: "STRING_VALUE",
58
+ * // DiscoveryEntryPointArn: "STRING_VALUE",
59
+ * // ErrorMessage: "STRING_VALUE",
60
+ * // EventBridgeRuleTemplateGroupIds: [
61
+ * // "STRING_VALUE",
62
+ * // ],
63
+ * // FailedMediaResourceMap: { // FailedMediaResourceMap
64
+ * // "<keys>": { // MediaResource
65
+ * // Destinations: [ // __listOfMediaResourceNeighbor
66
+ * // { // MediaResourceNeighbor
67
+ * // Arn: "STRING_VALUE", // required
68
+ * // Name: "STRING_VALUE",
69
+ * // },
70
+ * // ],
71
+ * // Name: "STRING_VALUE",
72
+ * // Sources: [
73
+ * // {
74
+ * // Arn: "STRING_VALUE", // required
75
+ * // Name: "STRING_VALUE",
76
+ * // },
77
+ * // ],
78
+ * // },
79
+ * // },
80
+ * // Id: "STRING_VALUE",
81
+ * // LastDiscoveredAt: new Date("TIMESTAMP"),
82
+ * // LastSuccessfulMonitorDeployment: { // SuccessfulMonitorDeployment
83
+ * // DetailsUri: "STRING_VALUE", // required
84
+ * // 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
85
+ * // },
86
+ * // MediaResourceMap: { // MediaResourceMap
87
+ * // "<keys>": {
88
+ * // Destinations: [
89
+ * // {
90
+ * // Arn: "STRING_VALUE", // required
91
+ * // Name: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // Name: "STRING_VALUE",
95
+ * // Sources: [
96
+ * // {
97
+ * // Arn: "STRING_VALUE", // required
98
+ * // Name: "STRING_VALUE",
99
+ * // },
100
+ * // ],
101
+ * // },
102
+ * // },
103
+ * // ModifiedAt: new Date("TIMESTAMP"),
104
+ * // MonitorChangesPendingDeployment: true || false,
105
+ * // MonitorDeployment: { // MonitorDeployment
106
+ * // DetailsUri: "STRING_VALUE",
107
+ * // ErrorMessage: "STRING_VALUE",
108
+ * // 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
109
+ * // },
110
+ * // Name: "STRING_VALUE",
111
+ * // Status: "CREATE_IN_PROGRESS" || "CREATE_COMPLETE" || "CREATE_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_REVERTED" || "UPDATE_FAILED" || "READY" || "NOT_READY",
112
+ * // Tags: { // TagMap
113
+ * // "<keys>": "STRING_VALUE",
114
+ * // },
115
+ * // };
116
+ *
117
+ * ```
118
+ *
119
+ * @param StartUpdateSignalMapCommandInput - {@link StartUpdateSignalMapCommandInput}
120
+ * @returns {@link StartUpdateSignalMapCommandOutput}
121
+ * @see {@link StartUpdateSignalMapCommandInput} for command's `input` shape.
122
+ * @see {@link StartUpdateSignalMapCommandOutput} for command's `response` shape.
123
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
124
+ *
125
+ * @throws {@link BadRequestException} (client fault)
126
+ * Placeholder documentation for BadRequestException
127
+ *
128
+ * @throws {@link ConflictException} (client fault)
129
+ * Placeholder documentation for ConflictException
130
+ *
131
+ * @throws {@link ForbiddenException} (client fault)
132
+ * Placeholder documentation for ForbiddenException
133
+ *
134
+ * @throws {@link InternalServerErrorException} (server fault)
135
+ * Placeholder documentation for InternalServerErrorException
136
+ *
137
+ * @throws {@link NotFoundException} (client fault)
138
+ * Placeholder documentation for NotFoundException
139
+ *
140
+ * @throws {@link TooManyRequestsException} (client fault)
141
+ * Placeholder documentation for TooManyRequestsException
142
+ *
143
+ * @throws {@link MediaLiveServiceException}
144
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
145
+ *
146
+ * @public
147
+ */
148
+ export declare class StartUpdateSignalMapCommand extends StartUpdateSignalMapCommand_base {
149
+ }
@@ -0,0 +1,107 @@
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 { UpdateCloudWatchAlarmTemplateRequest, UpdateCloudWatchAlarmTemplateResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link UpdateCloudWatchAlarmTemplateCommand}.
13
+ */
14
+ export interface UpdateCloudWatchAlarmTemplateCommandInput extends UpdateCloudWatchAlarmTemplateRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link UpdateCloudWatchAlarmTemplateCommand}.
20
+ */
21
+ export interface UpdateCloudWatchAlarmTemplateCommandOutput extends UpdateCloudWatchAlarmTemplateResponse, __MetadataBearer {
22
+ }
23
+ declare const UpdateCloudWatchAlarmTemplateCommand_base: {
24
+ new (input: UpdateCloudWatchAlarmTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCloudWatchAlarmTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Updates 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, UpdateCloudWatchAlarmTemplateCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, UpdateCloudWatchAlarmTemplateCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // UpdateCloudWatchAlarmTemplateRequest
37
+ * ComparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold",
38
+ * DatapointsToAlarm: Number("int"),
39
+ * Description: "STRING_VALUE",
40
+ * EvaluationPeriods: Number("int"),
41
+ * GroupIdentifier: "STRING_VALUE",
42
+ * Identifier: "STRING_VALUE", // required
43
+ * MetricName: "STRING_VALUE",
44
+ * Name: "STRING_VALUE",
45
+ * Period: Number("int"),
46
+ * Statistic: "SampleCount" || "Average" || "Sum" || "Minimum" || "Maximum",
47
+ * TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET",
48
+ * Threshold: Number("double"),
49
+ * TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing",
50
+ * };
51
+ * const command = new UpdateCloudWatchAlarmTemplateCommand(input);
52
+ * const response = await client.send(command);
53
+ * // { // UpdateCloudWatchAlarmTemplateResponse
54
+ * // Arn: "STRING_VALUE",
55
+ * // ComparisonOperator: "GreaterThanOrEqualToThreshold" || "GreaterThanThreshold" || "LessThanThreshold" || "LessThanOrEqualToThreshold",
56
+ * // CreatedAt: new Date("TIMESTAMP"),
57
+ * // DatapointsToAlarm: Number("int"),
58
+ * // Description: "STRING_VALUE",
59
+ * // EvaluationPeriods: Number("int"),
60
+ * // GroupId: "STRING_VALUE",
61
+ * // Id: "STRING_VALUE",
62
+ * // MetricName: "STRING_VALUE",
63
+ * // ModifiedAt: new Date("TIMESTAMP"),
64
+ * // Name: "STRING_VALUE",
65
+ * // Period: Number("int"),
66
+ * // Statistic: "SampleCount" || "Average" || "Sum" || "Minimum" || "Maximum",
67
+ * // Tags: { // TagMap
68
+ * // "<keys>": "STRING_VALUE",
69
+ * // },
70
+ * // TargetResourceType: "CLOUDFRONT_DISTRIBUTION" || "MEDIALIVE_MULTIPLEX" || "MEDIALIVE_CHANNEL" || "MEDIALIVE_INPUT_DEVICE" || "MEDIAPACKAGE_CHANNEL" || "MEDIAPACKAGE_ORIGIN_ENDPOINT" || "MEDIACONNECT_FLOW" || "S3_BUCKET",
71
+ * // Threshold: Number("double"),
72
+ * // TreatMissingData: "notBreaching" || "breaching" || "ignore" || "missing",
73
+ * // };
74
+ *
75
+ * ```
76
+ *
77
+ * @param UpdateCloudWatchAlarmTemplateCommandInput - {@link UpdateCloudWatchAlarmTemplateCommandInput}
78
+ * @returns {@link UpdateCloudWatchAlarmTemplateCommandOutput}
79
+ * @see {@link UpdateCloudWatchAlarmTemplateCommandInput} for command's `input` shape.
80
+ * @see {@link UpdateCloudWatchAlarmTemplateCommandOutput} for command's `response` shape.
81
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
82
+ *
83
+ * @throws {@link BadRequestException} (client fault)
84
+ * Placeholder documentation for BadRequestException
85
+ *
86
+ * @throws {@link ConflictException} (client fault)
87
+ * Placeholder documentation for ConflictException
88
+ *
89
+ * @throws {@link ForbiddenException} (client fault)
90
+ * Placeholder documentation for ForbiddenException
91
+ *
92
+ * @throws {@link InternalServerErrorException} (server fault)
93
+ * Placeholder documentation for InternalServerErrorException
94
+ *
95
+ * @throws {@link NotFoundException} (client fault)
96
+ * Placeholder documentation for NotFoundException
97
+ *
98
+ * @throws {@link TooManyRequestsException} (client fault)
99
+ * Placeholder documentation for TooManyRequestsException
100
+ *
101
+ * @throws {@link MediaLiveServiceException}
102
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
103
+ *
104
+ * @public
105
+ */
106
+ export declare class UpdateCloudWatchAlarmTemplateCommand extends UpdateCloudWatchAlarmTemplateCommand_base {
107
+ }
@@ -0,0 +1,86 @@
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 { UpdateCloudWatchAlarmTemplateGroupRequest, UpdateCloudWatchAlarmTemplateGroupResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link UpdateCloudWatchAlarmTemplateGroupCommand}.
13
+ */
14
+ export interface UpdateCloudWatchAlarmTemplateGroupCommandInput extends UpdateCloudWatchAlarmTemplateGroupRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link UpdateCloudWatchAlarmTemplateGroupCommand}.
20
+ */
21
+ export interface UpdateCloudWatchAlarmTemplateGroupCommandOutput extends UpdateCloudWatchAlarmTemplateGroupResponse, __MetadataBearer {
22
+ }
23
+ declare const UpdateCloudWatchAlarmTemplateGroupCommand_base: {
24
+ new (input: UpdateCloudWatchAlarmTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCloudWatchAlarmTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Updates 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, UpdateCloudWatchAlarmTemplateGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, UpdateCloudWatchAlarmTemplateGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // UpdateCloudWatchAlarmTemplateGroupRequest
37
+ * Description: "STRING_VALUE",
38
+ * Identifier: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new UpdateCloudWatchAlarmTemplateGroupCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // UpdateCloudWatchAlarmTemplateGroupResponse
43
+ * // Arn: "STRING_VALUE",
44
+ * // CreatedAt: new Date("TIMESTAMP"),
45
+ * // Description: "STRING_VALUE",
46
+ * // Id: "STRING_VALUE",
47
+ * // ModifiedAt: new Date("TIMESTAMP"),
48
+ * // Name: "STRING_VALUE",
49
+ * // Tags: { // TagMap
50
+ * // "<keys>": "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param UpdateCloudWatchAlarmTemplateGroupCommandInput - {@link UpdateCloudWatchAlarmTemplateGroupCommandInput}
57
+ * @returns {@link UpdateCloudWatchAlarmTemplateGroupCommandOutput}
58
+ * @see {@link UpdateCloudWatchAlarmTemplateGroupCommandInput} for command's `input` shape.
59
+ * @see {@link UpdateCloudWatchAlarmTemplateGroupCommandOutput} for command's `response` shape.
60
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
61
+ *
62
+ * @throws {@link BadRequestException} (client fault)
63
+ * Placeholder documentation for BadRequestException
64
+ *
65
+ * @throws {@link ConflictException} (client fault)
66
+ * Placeholder documentation for ConflictException
67
+ *
68
+ * @throws {@link ForbiddenException} (client fault)
69
+ * Placeholder documentation for ForbiddenException
70
+ *
71
+ * @throws {@link InternalServerErrorException} (server fault)
72
+ * Placeholder documentation for InternalServerErrorException
73
+ *
74
+ * @throws {@link NotFoundException} (client fault)
75
+ * Placeholder documentation for NotFoundException
76
+ *
77
+ * @throws {@link TooManyRequestsException} (client fault)
78
+ * Placeholder documentation for TooManyRequestsException
79
+ *
80
+ * @throws {@link MediaLiveServiceException}
81
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
82
+ *
83
+ * @public
84
+ */
85
+ export declare class UpdateCloudWatchAlarmTemplateGroupCommand extends UpdateCloudWatchAlarmTemplateGroupCommand_base {
86
+ }
@@ -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 { UpdateEventBridgeRuleTemplateRequest, UpdateEventBridgeRuleTemplateResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link UpdateEventBridgeRuleTemplateCommand}.
13
+ */
14
+ export interface UpdateEventBridgeRuleTemplateCommandInput extends UpdateEventBridgeRuleTemplateRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link UpdateEventBridgeRuleTemplateCommand}.
20
+ */
21
+ export interface UpdateEventBridgeRuleTemplateCommandOutput extends UpdateEventBridgeRuleTemplateResponse, __MetadataBearer {
22
+ }
23
+ declare const UpdateEventBridgeRuleTemplateCommand_base: {
24
+ new (input: UpdateEventBridgeRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEventBridgeRuleTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Updates 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, UpdateEventBridgeRuleTemplateCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, UpdateEventBridgeRuleTemplateCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // UpdateEventBridgeRuleTemplateRequest
37
+ * Description: "STRING_VALUE",
38
+ * EventTargets: [ // __listOfEventBridgeRuleTemplateTarget
39
+ * { // EventBridgeRuleTemplateTarget
40
+ * Arn: "STRING_VALUE", // required
41
+ * },
42
+ * ],
43
+ * 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",
44
+ * GroupIdentifier: "STRING_VALUE",
45
+ * Identifier: "STRING_VALUE", // required
46
+ * Name: "STRING_VALUE",
47
+ * };
48
+ * const command = new UpdateEventBridgeRuleTemplateCommand(input);
49
+ * const response = await client.send(command);
50
+ * // { // UpdateEventBridgeRuleTemplateResponse
51
+ * // Arn: "STRING_VALUE",
52
+ * // CreatedAt: new Date("TIMESTAMP"),
53
+ * // Description: "STRING_VALUE",
54
+ * // EventTargets: [ // __listOfEventBridgeRuleTemplateTarget
55
+ * // { // EventBridgeRuleTemplateTarget
56
+ * // Arn: "STRING_VALUE", // required
57
+ * // },
58
+ * // ],
59
+ * // 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",
60
+ * // GroupId: "STRING_VALUE",
61
+ * // Id: "STRING_VALUE",
62
+ * // ModifiedAt: new Date("TIMESTAMP"),
63
+ * // Name: "STRING_VALUE",
64
+ * // Tags: { // TagMap
65
+ * // "<keys>": "STRING_VALUE",
66
+ * // },
67
+ * // };
68
+ *
69
+ * ```
70
+ *
71
+ * @param UpdateEventBridgeRuleTemplateCommandInput - {@link UpdateEventBridgeRuleTemplateCommandInput}
72
+ * @returns {@link UpdateEventBridgeRuleTemplateCommandOutput}
73
+ * @see {@link UpdateEventBridgeRuleTemplateCommandInput} for command's `input` shape.
74
+ * @see {@link UpdateEventBridgeRuleTemplateCommandOutput} for command's `response` shape.
75
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
76
+ *
77
+ * @throws {@link BadRequestException} (client fault)
78
+ * Placeholder documentation for BadRequestException
79
+ *
80
+ * @throws {@link ConflictException} (client fault)
81
+ * Placeholder documentation for ConflictException
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 UpdateEventBridgeRuleTemplateCommand extends UpdateEventBridgeRuleTemplateCommand_base {
101
+ }
@@ -0,0 +1,86 @@
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 { UpdateEventBridgeRuleTemplateGroupRequest, UpdateEventBridgeRuleTemplateGroupResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export { __MetadataBearer, $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link UpdateEventBridgeRuleTemplateGroupCommand}.
13
+ */
14
+ export interface UpdateEventBridgeRuleTemplateGroupCommandInput extends UpdateEventBridgeRuleTemplateGroupRequest {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link UpdateEventBridgeRuleTemplateGroupCommand}.
20
+ */
21
+ export interface UpdateEventBridgeRuleTemplateGroupCommandOutput extends UpdateEventBridgeRuleTemplateGroupResponse, __MetadataBearer {
22
+ }
23
+ declare const UpdateEventBridgeRuleTemplateGroupCommand_base: {
24
+ new (input: UpdateEventBridgeRuleTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEventBridgeRuleTemplateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput, MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * Updates 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, UpdateEventBridgeRuleTemplateGroupCommand } from "@aws-sdk/client-medialive"; // ES Modules import
34
+ * // const { MediaLiveClient, UpdateEventBridgeRuleTemplateGroupCommand } = require("@aws-sdk/client-medialive"); // CommonJS import
35
+ * const client = new MediaLiveClient(config);
36
+ * const input = { // UpdateEventBridgeRuleTemplateGroupRequest
37
+ * Description: "STRING_VALUE",
38
+ * Identifier: "STRING_VALUE", // required
39
+ * };
40
+ * const command = new UpdateEventBridgeRuleTemplateGroupCommand(input);
41
+ * const response = await client.send(command);
42
+ * // { // UpdateEventBridgeRuleTemplateGroupResponse
43
+ * // Arn: "STRING_VALUE",
44
+ * // CreatedAt: new Date("TIMESTAMP"),
45
+ * // Description: "STRING_VALUE",
46
+ * // Id: "STRING_VALUE",
47
+ * // ModifiedAt: new Date("TIMESTAMP"),
48
+ * // Name: "STRING_VALUE",
49
+ * // Tags: { // TagMap
50
+ * // "<keys>": "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param UpdateEventBridgeRuleTemplateGroupCommandInput - {@link UpdateEventBridgeRuleTemplateGroupCommandInput}
57
+ * @returns {@link UpdateEventBridgeRuleTemplateGroupCommandOutput}
58
+ * @see {@link UpdateEventBridgeRuleTemplateGroupCommandInput} for command's `input` shape.
59
+ * @see {@link UpdateEventBridgeRuleTemplateGroupCommandOutput} for command's `response` shape.
60
+ * @see {@link MediaLiveClientResolvedConfig | config} for MediaLiveClient's `config` shape.
61
+ *
62
+ * @throws {@link BadRequestException} (client fault)
63
+ * Placeholder documentation for BadRequestException
64
+ *
65
+ * @throws {@link ConflictException} (client fault)
66
+ * Placeholder documentation for ConflictException
67
+ *
68
+ * @throws {@link ForbiddenException} (client fault)
69
+ * Placeholder documentation for ForbiddenException
70
+ *
71
+ * @throws {@link InternalServerErrorException} (server fault)
72
+ * Placeholder documentation for InternalServerErrorException
73
+ *
74
+ * @throws {@link NotFoundException} (client fault)
75
+ * Placeholder documentation for NotFoundException
76
+ *
77
+ * @throws {@link TooManyRequestsException} (client fault)
78
+ * Placeholder documentation for TooManyRequestsException
79
+ *
80
+ * @throws {@link MediaLiveServiceException}
81
+ * <p>Base exception class for all service exceptions from MediaLive service.</p>
82
+ *
83
+ * @public
84
+ */
85
+ export declare class UpdateEventBridgeRuleTemplateGroupCommand extends UpdateEventBridgeRuleTemplateGroupCommand_base {
86
+ }
@@ -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";