@aws-sdk/client-medialive 3.552.0 → 3.556.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,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "../commands/ListCloudWatchAlarmTemplateGroupsCommand";
3
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCloudWatchAlarmTemplateGroups: (config: MediaLivePaginationConfiguration, input: ListCloudWatchAlarmTemplateGroupsCommandInput, ...rest: any[]) => Paginator<ListCloudWatchAlarmTemplateGroupsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "../commands/ListCloudWatchAlarmTemplatesCommand";
3
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCloudWatchAlarmTemplates: (config: MediaLivePaginationConfiguration, input: ListCloudWatchAlarmTemplatesCommandInput, ...rest: any[]) => Paginator<ListCloudWatchAlarmTemplatesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "../commands/ListEventBridgeRuleTemplateGroupsCommand";
3
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListEventBridgeRuleTemplateGroups: (config: MediaLivePaginationConfiguration, input: ListEventBridgeRuleTemplateGroupsCommandInput, ...rest: any[]) => Paginator<ListEventBridgeRuleTemplateGroupsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "../commands/ListEventBridgeRuleTemplatesCommand";
3
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListEventBridgeRuleTemplates: (config: MediaLivePaginationConfiguration, input: ListEventBridgeRuleTemplatesCommandInput, ...rest: any[]) => Paginator<ListEventBridgeRuleTemplatesCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "../commands/ListSignalMapsCommand";
3
+ import { MediaLivePaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListSignalMaps: (config: MediaLivePaginationConfiguration, input: ListSignalMapsCommandInput, ...rest: any[]) => Paginator<ListSignalMapsCommandOutput>;
@@ -1,6 +1,10 @@
1
1
  export * from "./DescribeSchedulePaginator";
2
2
  export * from "./Interfaces";
3
3
  export * from "./ListChannelsPaginator";
4
+ export * from "./ListCloudWatchAlarmTemplateGroupsPaginator";
5
+ export * from "./ListCloudWatchAlarmTemplatesPaginator";
6
+ export * from "./ListEventBridgeRuleTemplateGroupsPaginator";
7
+ export * from "./ListEventBridgeRuleTemplatesPaginator";
4
8
  export * from "./ListInputDeviceTransfersPaginator";
5
9
  export * from "./ListInputDevicesPaginator";
6
10
  export * from "./ListInputSecurityGroupsPaginator";
@@ -9,3 +13,4 @@ export * from "./ListMultiplexProgramsPaginator";
9
13
  export * from "./ListMultiplexesPaginator";
10
14
  export * from "./ListOfferingsPaginator";
11
15
  export * from "./ListReservationsPaginator";
16
+ export * from "./ListSignalMapsPaginator";
@@ -8,19 +8,29 @@ import { BatchUpdateScheduleCommandInput, BatchUpdateScheduleCommandOutput } fro
8
8
  import { CancelInputDeviceTransferCommandInput, CancelInputDeviceTransferCommandOutput } from "../commands/CancelInputDeviceTransferCommand";
9
9
  import { ClaimDeviceCommandInput, ClaimDeviceCommandOutput } from "../commands/ClaimDeviceCommand";
10
10
  import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
11
+ import { CreateCloudWatchAlarmTemplateCommandInput, CreateCloudWatchAlarmTemplateCommandOutput } from "../commands/CreateCloudWatchAlarmTemplateCommand";
12
+ import { CreateCloudWatchAlarmTemplateGroupCommandInput, CreateCloudWatchAlarmTemplateGroupCommandOutput } from "../commands/CreateCloudWatchAlarmTemplateGroupCommand";
13
+ import { CreateEventBridgeRuleTemplateCommandInput, CreateEventBridgeRuleTemplateCommandOutput } from "../commands/CreateEventBridgeRuleTemplateCommand";
14
+ import { CreateEventBridgeRuleTemplateGroupCommandInput, CreateEventBridgeRuleTemplateGroupCommandOutput } from "../commands/CreateEventBridgeRuleTemplateGroupCommand";
11
15
  import { CreateInputCommandInput, CreateInputCommandOutput } from "../commands/CreateInputCommand";
12
16
  import { CreateInputSecurityGroupCommandInput, CreateInputSecurityGroupCommandOutput } from "../commands/CreateInputSecurityGroupCommand";
13
17
  import { CreateMultiplexCommandInput, CreateMultiplexCommandOutput } from "../commands/CreateMultiplexCommand";
14
18
  import { CreateMultiplexProgramCommandInput, CreateMultiplexProgramCommandOutput } from "../commands/CreateMultiplexProgramCommand";
15
19
  import { CreatePartnerInputCommandInput, CreatePartnerInputCommandOutput } from "../commands/CreatePartnerInputCommand";
20
+ import { CreateSignalMapCommandInput, CreateSignalMapCommandOutput } from "../commands/CreateSignalMapCommand";
16
21
  import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
17
22
  import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "../commands/DeleteChannelCommand";
23
+ import { DeleteCloudWatchAlarmTemplateCommandInput, DeleteCloudWatchAlarmTemplateCommandOutput } from "../commands/DeleteCloudWatchAlarmTemplateCommand";
24
+ import { DeleteCloudWatchAlarmTemplateGroupCommandInput, DeleteCloudWatchAlarmTemplateGroupCommandOutput } from "../commands/DeleteCloudWatchAlarmTemplateGroupCommand";
25
+ import { DeleteEventBridgeRuleTemplateCommandInput, DeleteEventBridgeRuleTemplateCommandOutput } from "../commands/DeleteEventBridgeRuleTemplateCommand";
26
+ import { DeleteEventBridgeRuleTemplateGroupCommandInput, DeleteEventBridgeRuleTemplateGroupCommandOutput } from "../commands/DeleteEventBridgeRuleTemplateGroupCommand";
18
27
  import { DeleteInputCommandInput, DeleteInputCommandOutput } from "../commands/DeleteInputCommand";
19
28
  import { DeleteInputSecurityGroupCommandInput, DeleteInputSecurityGroupCommandOutput } from "../commands/DeleteInputSecurityGroupCommand";
20
29
  import { DeleteMultiplexCommandInput, DeleteMultiplexCommandOutput } from "../commands/DeleteMultiplexCommand";
21
30
  import { DeleteMultiplexProgramCommandInput, DeleteMultiplexProgramCommandOutput } from "../commands/DeleteMultiplexProgramCommand";
22
31
  import { DeleteReservationCommandInput, DeleteReservationCommandOutput } from "../commands/DeleteReservationCommand";
23
32
  import { DeleteScheduleCommandInput, DeleteScheduleCommandOutput } from "../commands/DeleteScheduleCommand";
33
+ import { DeleteSignalMapCommandInput, DeleteSignalMapCommandOutput } from "../commands/DeleteSignalMapCommand";
24
34
  import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
25
35
  import { DescribeAccountConfigurationCommandInput, DescribeAccountConfigurationCommandOutput } from "../commands/DescribeAccountConfigurationCommand";
26
36
  import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "../commands/DescribeChannelCommand";
@@ -34,7 +44,16 @@ import { DescribeOfferingCommandInput, DescribeOfferingCommandOutput } from "../
34
44
  import { DescribeReservationCommandInput, DescribeReservationCommandOutput } from "../commands/DescribeReservationCommand";
35
45
  import { DescribeScheduleCommandInput, DescribeScheduleCommandOutput } from "../commands/DescribeScheduleCommand";
36
46
  import { DescribeThumbnailsCommandInput, DescribeThumbnailsCommandOutput } from "../commands/DescribeThumbnailsCommand";
47
+ import { GetCloudWatchAlarmTemplateCommandInput, GetCloudWatchAlarmTemplateCommandOutput } from "../commands/GetCloudWatchAlarmTemplateCommand";
48
+ import { GetCloudWatchAlarmTemplateGroupCommandInput, GetCloudWatchAlarmTemplateGroupCommandOutput } from "../commands/GetCloudWatchAlarmTemplateGroupCommand";
49
+ import { GetEventBridgeRuleTemplateCommandInput, GetEventBridgeRuleTemplateCommandOutput } from "../commands/GetEventBridgeRuleTemplateCommand";
50
+ import { GetEventBridgeRuleTemplateGroupCommandInput, GetEventBridgeRuleTemplateGroupCommandOutput } from "../commands/GetEventBridgeRuleTemplateGroupCommand";
51
+ import { GetSignalMapCommandInput, GetSignalMapCommandOutput } from "../commands/GetSignalMapCommand";
37
52
  import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
53
+ import { ListCloudWatchAlarmTemplateGroupsCommandInput, ListCloudWatchAlarmTemplateGroupsCommandOutput } from "../commands/ListCloudWatchAlarmTemplateGroupsCommand";
54
+ import { ListCloudWatchAlarmTemplatesCommandInput, ListCloudWatchAlarmTemplatesCommandOutput } from "../commands/ListCloudWatchAlarmTemplatesCommand";
55
+ import { ListEventBridgeRuleTemplateGroupsCommandInput, ListEventBridgeRuleTemplateGroupsCommandOutput } from "../commands/ListEventBridgeRuleTemplateGroupsCommand";
56
+ import { ListEventBridgeRuleTemplatesCommandInput, ListEventBridgeRuleTemplatesCommandOutput } from "../commands/ListEventBridgeRuleTemplatesCommand";
38
57
  import { ListInputDevicesCommandInput, ListInputDevicesCommandOutput } from "../commands/ListInputDevicesCommand";
39
58
  import { ListInputDeviceTransfersCommandInput, ListInputDeviceTransfersCommandOutput } from "../commands/ListInputDeviceTransfersCommand";
40
59
  import { ListInputsCommandInput, ListInputsCommandOutput } from "../commands/ListInputsCommand";
@@ -43,15 +62,19 @@ import { ListMultiplexesCommandInput, ListMultiplexesCommandOutput } from "../co
43
62
  import { ListMultiplexProgramsCommandInput, ListMultiplexProgramsCommandOutput } from "../commands/ListMultiplexProgramsCommand";
44
63
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
45
64
  import { ListReservationsCommandInput, ListReservationsCommandOutput } from "../commands/ListReservationsCommand";
65
+ import { ListSignalMapsCommandInput, ListSignalMapsCommandOutput } from "../commands/ListSignalMapsCommand";
46
66
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
47
67
  import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "../commands/PurchaseOfferingCommand";
48
68
  import { RebootInputDeviceCommandInput, RebootInputDeviceCommandOutput } from "../commands/RebootInputDeviceCommand";
49
69
  import { RejectInputDeviceTransferCommandInput, RejectInputDeviceTransferCommandOutput } from "../commands/RejectInputDeviceTransferCommand";
50
70
  import { RestartChannelPipelinesCommandInput, RestartChannelPipelinesCommandOutput } from "../commands/RestartChannelPipelinesCommand";
51
71
  import { StartChannelCommandInput, StartChannelCommandOutput } from "../commands/StartChannelCommand";
72
+ import { StartDeleteMonitorDeploymentCommandInput, StartDeleteMonitorDeploymentCommandOutput } from "../commands/StartDeleteMonitorDeploymentCommand";
52
73
  import { StartInputDeviceCommandInput, StartInputDeviceCommandOutput } from "../commands/StartInputDeviceCommand";
53
74
  import { StartInputDeviceMaintenanceWindowCommandInput, StartInputDeviceMaintenanceWindowCommandOutput } from "../commands/StartInputDeviceMaintenanceWindowCommand";
75
+ import { StartMonitorDeploymentCommandInput, StartMonitorDeploymentCommandOutput } from "../commands/StartMonitorDeploymentCommand";
54
76
  import { StartMultiplexCommandInput, StartMultiplexCommandOutput } from "../commands/StartMultiplexCommand";
77
+ import { StartUpdateSignalMapCommandInput, StartUpdateSignalMapCommandOutput } from "../commands/StartUpdateSignalMapCommand";
55
78
  import { StopChannelCommandInput, StopChannelCommandOutput } from "../commands/StopChannelCommand";
56
79
  import { StopInputDeviceCommandInput, StopInputDeviceCommandOutput } from "../commands/StopInputDeviceCommand";
57
80
  import { StopMultiplexCommandInput, StopMultiplexCommandOutput } from "../commands/StopMultiplexCommand";
@@ -59,6 +82,10 @@ import { TransferInputDeviceCommandInput, TransferInputDeviceCommandOutput } fro
59
82
  import { UpdateAccountConfigurationCommandInput, UpdateAccountConfigurationCommandOutput } from "../commands/UpdateAccountConfigurationCommand";
60
83
  import { UpdateChannelClassCommandInput, UpdateChannelClassCommandOutput } from "../commands/UpdateChannelClassCommand";
61
84
  import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
85
+ import { UpdateCloudWatchAlarmTemplateCommandInput, UpdateCloudWatchAlarmTemplateCommandOutput } from "../commands/UpdateCloudWatchAlarmTemplateCommand";
86
+ import { UpdateCloudWatchAlarmTemplateGroupCommandInput, UpdateCloudWatchAlarmTemplateGroupCommandOutput } from "../commands/UpdateCloudWatchAlarmTemplateGroupCommand";
87
+ import { UpdateEventBridgeRuleTemplateCommandInput, UpdateEventBridgeRuleTemplateCommandOutput } from "../commands/UpdateEventBridgeRuleTemplateCommand";
88
+ import { UpdateEventBridgeRuleTemplateGroupCommandInput, UpdateEventBridgeRuleTemplateGroupCommandOutput } from "../commands/UpdateEventBridgeRuleTemplateGroupCommand";
62
89
  import { UpdateInputCommandInput, UpdateInputCommandOutput } from "../commands/UpdateInputCommand";
63
90
  import { UpdateInputDeviceCommandInput, UpdateInputDeviceCommandOutput } from "../commands/UpdateInputDeviceCommand";
64
91
  import { UpdateInputSecurityGroupCommandInput, UpdateInputSecurityGroupCommandOutput } from "../commands/UpdateInputSecurityGroupCommand";
@@ -97,6 +124,22 @@ export declare const se_ClaimDeviceCommand: (input: ClaimDeviceCommandInput, con
97
124
  * serializeAws_restJson1CreateChannelCommand
98
125
  */
99
126
  export declare const se_CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
+ /**
128
+ * serializeAws_restJson1CreateCloudWatchAlarmTemplateCommand
129
+ */
130
+ export declare const se_CreateCloudWatchAlarmTemplateCommand: (input: CreateCloudWatchAlarmTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
+ /**
132
+ * serializeAws_restJson1CreateCloudWatchAlarmTemplateGroupCommand
133
+ */
134
+ export declare const se_CreateCloudWatchAlarmTemplateGroupCommand: (input: CreateCloudWatchAlarmTemplateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
+ /**
136
+ * serializeAws_restJson1CreateEventBridgeRuleTemplateCommand
137
+ */
138
+ export declare const se_CreateEventBridgeRuleTemplateCommand: (input: CreateEventBridgeRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
+ /**
140
+ * serializeAws_restJson1CreateEventBridgeRuleTemplateGroupCommand
141
+ */
142
+ export declare const se_CreateEventBridgeRuleTemplateGroupCommand: (input: CreateEventBridgeRuleTemplateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
143
  /**
101
144
  * serializeAws_restJson1CreateInputCommand
102
145
  */
@@ -117,6 +160,10 @@ export declare const se_CreateMultiplexProgramCommand: (input: CreateMultiplexPr
117
160
  * serializeAws_restJson1CreatePartnerInputCommand
118
161
  */
119
162
  export declare const se_CreatePartnerInputCommand: (input: CreatePartnerInputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
+ /**
164
+ * serializeAws_restJson1CreateSignalMapCommand
165
+ */
166
+ export declare const se_CreateSignalMapCommand: (input: CreateSignalMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
167
  /**
121
168
  * serializeAws_restJson1CreateTagsCommand
122
169
  */
@@ -125,6 +172,22 @@ export declare const se_CreateTagsCommand: (input: CreateTagsCommandInput, conte
125
172
  * serializeAws_restJson1DeleteChannelCommand
126
173
  */
127
174
  export declare const se_DeleteChannelCommand: (input: DeleteChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
+ /**
176
+ * serializeAws_restJson1DeleteCloudWatchAlarmTemplateCommand
177
+ */
178
+ export declare const se_DeleteCloudWatchAlarmTemplateCommand: (input: DeleteCloudWatchAlarmTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
+ /**
180
+ * serializeAws_restJson1DeleteCloudWatchAlarmTemplateGroupCommand
181
+ */
182
+ export declare const se_DeleteCloudWatchAlarmTemplateGroupCommand: (input: DeleteCloudWatchAlarmTemplateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
+ /**
184
+ * serializeAws_restJson1DeleteEventBridgeRuleTemplateCommand
185
+ */
186
+ export declare const se_DeleteEventBridgeRuleTemplateCommand: (input: DeleteEventBridgeRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
+ /**
188
+ * serializeAws_restJson1DeleteEventBridgeRuleTemplateGroupCommand
189
+ */
190
+ export declare const se_DeleteEventBridgeRuleTemplateGroupCommand: (input: DeleteEventBridgeRuleTemplateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
191
  /**
129
192
  * serializeAws_restJson1DeleteInputCommand
130
193
  */
@@ -149,6 +212,10 @@ export declare const se_DeleteReservationCommand: (input: DeleteReservationComma
149
212
  * serializeAws_restJson1DeleteScheduleCommand
150
213
  */
151
214
  export declare const se_DeleteScheduleCommand: (input: DeleteScheduleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
+ /**
216
+ * serializeAws_restJson1DeleteSignalMapCommand
217
+ */
218
+ export declare const se_DeleteSignalMapCommand: (input: DeleteSignalMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
219
  /**
153
220
  * serializeAws_restJson1DeleteTagsCommand
154
221
  */
@@ -201,10 +268,46 @@ export declare const se_DescribeScheduleCommand: (input: DescribeScheduleCommand
201
268
  * serializeAws_restJson1DescribeThumbnailsCommand
202
269
  */
203
270
  export declare const se_DescribeThumbnailsCommand: (input: DescribeThumbnailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
271
+ /**
272
+ * serializeAws_restJson1GetCloudWatchAlarmTemplateCommand
273
+ */
274
+ export declare const se_GetCloudWatchAlarmTemplateCommand: (input: GetCloudWatchAlarmTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
275
+ /**
276
+ * serializeAws_restJson1GetCloudWatchAlarmTemplateGroupCommand
277
+ */
278
+ export declare const se_GetCloudWatchAlarmTemplateGroupCommand: (input: GetCloudWatchAlarmTemplateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
279
+ /**
280
+ * serializeAws_restJson1GetEventBridgeRuleTemplateCommand
281
+ */
282
+ export declare const se_GetEventBridgeRuleTemplateCommand: (input: GetEventBridgeRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
283
+ /**
284
+ * serializeAws_restJson1GetEventBridgeRuleTemplateGroupCommand
285
+ */
286
+ export declare const se_GetEventBridgeRuleTemplateGroupCommand: (input: GetEventBridgeRuleTemplateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
287
+ /**
288
+ * serializeAws_restJson1GetSignalMapCommand
289
+ */
290
+ export declare const se_GetSignalMapCommand: (input: GetSignalMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
291
  /**
205
292
  * serializeAws_restJson1ListChannelsCommand
206
293
  */
207
294
  export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
295
+ /**
296
+ * serializeAws_restJson1ListCloudWatchAlarmTemplateGroupsCommand
297
+ */
298
+ export declare const se_ListCloudWatchAlarmTemplateGroupsCommand: (input: ListCloudWatchAlarmTemplateGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
299
+ /**
300
+ * serializeAws_restJson1ListCloudWatchAlarmTemplatesCommand
301
+ */
302
+ export declare const se_ListCloudWatchAlarmTemplatesCommand: (input: ListCloudWatchAlarmTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
303
+ /**
304
+ * serializeAws_restJson1ListEventBridgeRuleTemplateGroupsCommand
305
+ */
306
+ export declare const se_ListEventBridgeRuleTemplateGroupsCommand: (input: ListEventBridgeRuleTemplateGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
307
+ /**
308
+ * serializeAws_restJson1ListEventBridgeRuleTemplatesCommand
309
+ */
310
+ export declare const se_ListEventBridgeRuleTemplatesCommand: (input: ListEventBridgeRuleTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
311
  /**
209
312
  * serializeAws_restJson1ListInputDevicesCommand
210
313
  */
@@ -237,6 +340,10 @@ export declare const se_ListOfferingsCommand: (input: ListOfferingsCommandInput,
237
340
  * serializeAws_restJson1ListReservationsCommand
238
341
  */
239
342
  export declare const se_ListReservationsCommand: (input: ListReservationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
343
+ /**
344
+ * serializeAws_restJson1ListSignalMapsCommand
345
+ */
346
+ export declare const se_ListSignalMapsCommand: (input: ListSignalMapsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
347
  /**
241
348
  * serializeAws_restJson1ListTagsForResourceCommand
242
349
  */
@@ -261,6 +368,10 @@ export declare const se_RestartChannelPipelinesCommand: (input: RestartChannelPi
261
368
  * serializeAws_restJson1StartChannelCommand
262
369
  */
263
370
  export declare const se_StartChannelCommand: (input: StartChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
371
+ /**
372
+ * serializeAws_restJson1StartDeleteMonitorDeploymentCommand
373
+ */
374
+ export declare const se_StartDeleteMonitorDeploymentCommand: (input: StartDeleteMonitorDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
375
  /**
265
376
  * serializeAws_restJson1StartInputDeviceCommand
266
377
  */
@@ -269,10 +380,18 @@ export declare const se_StartInputDeviceCommand: (input: StartInputDeviceCommand
269
380
  * serializeAws_restJson1StartInputDeviceMaintenanceWindowCommand
270
381
  */
271
382
  export declare const se_StartInputDeviceMaintenanceWindowCommand: (input: StartInputDeviceMaintenanceWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
383
+ /**
384
+ * serializeAws_restJson1StartMonitorDeploymentCommand
385
+ */
386
+ export declare const se_StartMonitorDeploymentCommand: (input: StartMonitorDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
387
  /**
273
388
  * serializeAws_restJson1StartMultiplexCommand
274
389
  */
275
390
  export declare const se_StartMultiplexCommand: (input: StartMultiplexCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
391
+ /**
392
+ * serializeAws_restJson1StartUpdateSignalMapCommand
393
+ */
394
+ export declare const se_StartUpdateSignalMapCommand: (input: StartUpdateSignalMapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
395
  /**
277
396
  * serializeAws_restJson1StopChannelCommand
278
397
  */
@@ -301,6 +420,22 @@ export declare const se_UpdateChannelCommand: (input: UpdateChannelCommandInput,
301
420
  * serializeAws_restJson1UpdateChannelClassCommand
302
421
  */
303
422
  export declare const se_UpdateChannelClassCommand: (input: UpdateChannelClassCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
423
+ /**
424
+ * serializeAws_restJson1UpdateCloudWatchAlarmTemplateCommand
425
+ */
426
+ export declare const se_UpdateCloudWatchAlarmTemplateCommand: (input: UpdateCloudWatchAlarmTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
427
+ /**
428
+ * serializeAws_restJson1UpdateCloudWatchAlarmTemplateGroupCommand
429
+ */
430
+ export declare const se_UpdateCloudWatchAlarmTemplateGroupCommand: (input: UpdateCloudWatchAlarmTemplateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
431
+ /**
432
+ * serializeAws_restJson1UpdateEventBridgeRuleTemplateCommand
433
+ */
434
+ export declare const se_UpdateEventBridgeRuleTemplateCommand: (input: UpdateEventBridgeRuleTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
435
+ /**
436
+ * serializeAws_restJson1UpdateEventBridgeRuleTemplateGroupCommand
437
+ */
438
+ export declare const se_UpdateEventBridgeRuleTemplateGroupCommand: (input: UpdateEventBridgeRuleTemplateGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
439
  /**
305
440
  * serializeAws_restJson1UpdateInputCommand
306
441
  */
@@ -357,6 +492,22 @@ export declare const de_ClaimDeviceCommand: (output: __HttpResponse, context: __
357
492
  * deserializeAws_restJson1CreateChannelCommand
358
493
  */
359
494
  export declare const de_CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
495
+ /**
496
+ * deserializeAws_restJson1CreateCloudWatchAlarmTemplateCommand
497
+ */
498
+ export declare const de_CreateCloudWatchAlarmTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudWatchAlarmTemplateCommandOutput>;
499
+ /**
500
+ * deserializeAws_restJson1CreateCloudWatchAlarmTemplateGroupCommand
501
+ */
502
+ export declare const de_CreateCloudWatchAlarmTemplateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCloudWatchAlarmTemplateGroupCommandOutput>;
503
+ /**
504
+ * deserializeAws_restJson1CreateEventBridgeRuleTemplateCommand
505
+ */
506
+ export declare const de_CreateEventBridgeRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventBridgeRuleTemplateCommandOutput>;
507
+ /**
508
+ * deserializeAws_restJson1CreateEventBridgeRuleTemplateGroupCommand
509
+ */
510
+ export declare const de_CreateEventBridgeRuleTemplateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventBridgeRuleTemplateGroupCommandOutput>;
360
511
  /**
361
512
  * deserializeAws_restJson1CreateInputCommand
362
513
  */
@@ -377,6 +528,10 @@ export declare const de_CreateMultiplexProgramCommand: (output: __HttpResponse,
377
528
  * deserializeAws_restJson1CreatePartnerInputCommand
378
529
  */
379
530
  export declare const de_CreatePartnerInputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePartnerInputCommandOutput>;
531
+ /**
532
+ * deserializeAws_restJson1CreateSignalMapCommand
533
+ */
534
+ export declare const de_CreateSignalMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSignalMapCommandOutput>;
380
535
  /**
381
536
  * deserializeAws_restJson1CreateTagsCommand
382
537
  */
@@ -385,6 +540,22 @@ export declare const de_CreateTagsCommand: (output: __HttpResponse, context: __S
385
540
  * deserializeAws_restJson1DeleteChannelCommand
386
541
  */
387
542
  export declare const de_DeleteChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteChannelCommandOutput>;
543
+ /**
544
+ * deserializeAws_restJson1DeleteCloudWatchAlarmTemplateCommand
545
+ */
546
+ export declare const de_DeleteCloudWatchAlarmTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudWatchAlarmTemplateCommandOutput>;
547
+ /**
548
+ * deserializeAws_restJson1DeleteCloudWatchAlarmTemplateGroupCommand
549
+ */
550
+ export declare const de_DeleteCloudWatchAlarmTemplateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCloudWatchAlarmTemplateGroupCommandOutput>;
551
+ /**
552
+ * deserializeAws_restJson1DeleteEventBridgeRuleTemplateCommand
553
+ */
554
+ export declare const de_DeleteEventBridgeRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventBridgeRuleTemplateCommandOutput>;
555
+ /**
556
+ * deserializeAws_restJson1DeleteEventBridgeRuleTemplateGroupCommand
557
+ */
558
+ export declare const de_DeleteEventBridgeRuleTemplateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventBridgeRuleTemplateGroupCommandOutput>;
388
559
  /**
389
560
  * deserializeAws_restJson1DeleteInputCommand
390
561
  */
@@ -409,6 +580,10 @@ export declare const de_DeleteReservationCommand: (output: __HttpResponse, conte
409
580
  * deserializeAws_restJson1DeleteScheduleCommand
410
581
  */
411
582
  export declare const de_DeleteScheduleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteScheduleCommandOutput>;
583
+ /**
584
+ * deserializeAws_restJson1DeleteSignalMapCommand
585
+ */
586
+ export declare const de_DeleteSignalMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSignalMapCommandOutput>;
412
587
  /**
413
588
  * deserializeAws_restJson1DeleteTagsCommand
414
589
  */
@@ -461,10 +636,46 @@ export declare const de_DescribeScheduleCommand: (output: __HttpResponse, contex
461
636
  * deserializeAws_restJson1DescribeThumbnailsCommand
462
637
  */
463
638
  export declare const de_DescribeThumbnailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeThumbnailsCommandOutput>;
639
+ /**
640
+ * deserializeAws_restJson1GetCloudWatchAlarmTemplateCommand
641
+ */
642
+ export declare const de_GetCloudWatchAlarmTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudWatchAlarmTemplateCommandOutput>;
643
+ /**
644
+ * deserializeAws_restJson1GetCloudWatchAlarmTemplateGroupCommand
645
+ */
646
+ export declare const de_GetCloudWatchAlarmTemplateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCloudWatchAlarmTemplateGroupCommandOutput>;
647
+ /**
648
+ * deserializeAws_restJson1GetEventBridgeRuleTemplateCommand
649
+ */
650
+ export declare const de_GetEventBridgeRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventBridgeRuleTemplateCommandOutput>;
651
+ /**
652
+ * deserializeAws_restJson1GetEventBridgeRuleTemplateGroupCommand
653
+ */
654
+ export declare const de_GetEventBridgeRuleTemplateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventBridgeRuleTemplateGroupCommandOutput>;
655
+ /**
656
+ * deserializeAws_restJson1GetSignalMapCommand
657
+ */
658
+ export declare const de_GetSignalMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSignalMapCommandOutput>;
464
659
  /**
465
660
  * deserializeAws_restJson1ListChannelsCommand
466
661
  */
467
662
  export declare const de_ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
663
+ /**
664
+ * deserializeAws_restJson1ListCloudWatchAlarmTemplateGroupsCommand
665
+ */
666
+ export declare const de_ListCloudWatchAlarmTemplateGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudWatchAlarmTemplateGroupsCommandOutput>;
667
+ /**
668
+ * deserializeAws_restJson1ListCloudWatchAlarmTemplatesCommand
669
+ */
670
+ export declare const de_ListCloudWatchAlarmTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCloudWatchAlarmTemplatesCommandOutput>;
671
+ /**
672
+ * deserializeAws_restJson1ListEventBridgeRuleTemplateGroupsCommand
673
+ */
674
+ export declare const de_ListEventBridgeRuleTemplateGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventBridgeRuleTemplateGroupsCommandOutput>;
675
+ /**
676
+ * deserializeAws_restJson1ListEventBridgeRuleTemplatesCommand
677
+ */
678
+ export declare const de_ListEventBridgeRuleTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventBridgeRuleTemplatesCommandOutput>;
468
679
  /**
469
680
  * deserializeAws_restJson1ListInputDevicesCommand
470
681
  */
@@ -497,6 +708,10 @@ export declare const de_ListOfferingsCommand: (output: __HttpResponse, context:
497
708
  * deserializeAws_restJson1ListReservationsCommand
498
709
  */
499
710
  export declare const de_ListReservationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListReservationsCommandOutput>;
711
+ /**
712
+ * deserializeAws_restJson1ListSignalMapsCommand
713
+ */
714
+ export declare const de_ListSignalMapsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSignalMapsCommandOutput>;
500
715
  /**
501
716
  * deserializeAws_restJson1ListTagsForResourceCommand
502
717
  */
@@ -521,6 +736,10 @@ export declare const de_RestartChannelPipelinesCommand: (output: __HttpResponse,
521
736
  * deserializeAws_restJson1StartChannelCommand
522
737
  */
523
738
  export declare const de_StartChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChannelCommandOutput>;
739
+ /**
740
+ * deserializeAws_restJson1StartDeleteMonitorDeploymentCommand
741
+ */
742
+ export declare const de_StartDeleteMonitorDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeleteMonitorDeploymentCommandOutput>;
524
743
  /**
525
744
  * deserializeAws_restJson1StartInputDeviceCommand
526
745
  */
@@ -529,10 +748,18 @@ export declare const de_StartInputDeviceCommand: (output: __HttpResponse, contex
529
748
  * deserializeAws_restJson1StartInputDeviceMaintenanceWindowCommand
530
749
  */
531
750
  export declare const de_StartInputDeviceMaintenanceWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInputDeviceMaintenanceWindowCommandOutput>;
751
+ /**
752
+ * deserializeAws_restJson1StartMonitorDeploymentCommand
753
+ */
754
+ export declare const de_StartMonitorDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitorDeploymentCommandOutput>;
532
755
  /**
533
756
  * deserializeAws_restJson1StartMultiplexCommand
534
757
  */
535
758
  export declare const de_StartMultiplexCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMultiplexCommandOutput>;
759
+ /**
760
+ * deserializeAws_restJson1StartUpdateSignalMapCommand
761
+ */
762
+ export declare const de_StartUpdateSignalMapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartUpdateSignalMapCommandOutput>;
536
763
  /**
537
764
  * deserializeAws_restJson1StopChannelCommand
538
765
  */
@@ -561,6 +788,22 @@ export declare const de_UpdateChannelCommand: (output: __HttpResponse, context:
561
788
  * deserializeAws_restJson1UpdateChannelClassCommand
562
789
  */
563
790
  export declare const de_UpdateChannelClassCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelClassCommandOutput>;
791
+ /**
792
+ * deserializeAws_restJson1UpdateCloudWatchAlarmTemplateCommand
793
+ */
794
+ export declare const de_UpdateCloudWatchAlarmTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCloudWatchAlarmTemplateCommandOutput>;
795
+ /**
796
+ * deserializeAws_restJson1UpdateCloudWatchAlarmTemplateGroupCommand
797
+ */
798
+ export declare const de_UpdateCloudWatchAlarmTemplateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCloudWatchAlarmTemplateGroupCommandOutput>;
799
+ /**
800
+ * deserializeAws_restJson1UpdateEventBridgeRuleTemplateCommand
801
+ */
802
+ export declare const de_UpdateEventBridgeRuleTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventBridgeRuleTemplateCommandOutput>;
803
+ /**
804
+ * deserializeAws_restJson1UpdateEventBridgeRuleTemplateGroupCommand
805
+ */
806
+ export declare const de_UpdateEventBridgeRuleTemplateGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventBridgeRuleTemplateGroupCommandOutput>;
564
807
  /**
565
808
  * deserializeAws_restJson1UpdateInputCommand
566
809
  */