@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.
- package/README.md +216 -0
- package/dist-cjs/index.js +2212 -147
- package/dist-es/MediaLive.js +54 -0
- package/dist-es/commands/CreateCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/CreateCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/CreateEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/CreateEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/CreateSignalMapCommand.js +24 -0
- package/dist-es/commands/DeleteCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/DeleteCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/DeleteEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/DeleteEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/DeleteSignalMapCommand.js +24 -0
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
- package/dist-es/commands/GetCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/GetCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/GetEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/GetEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/GetSignalMapCommand.js +24 -0
- package/dist-es/commands/ListCloudWatchAlarmTemplateGroupsCommand.js +24 -0
- package/dist-es/commands/ListCloudWatchAlarmTemplatesCommand.js +24 -0
- package/dist-es/commands/ListEventBridgeRuleTemplateGroupsCommand.js +24 -0
- package/dist-es/commands/ListEventBridgeRuleTemplatesCommand.js +24 -0
- package/dist-es/commands/ListSignalMapsCommand.js +24 -0
- package/dist-es/commands/StartDeleteMonitorDeploymentCommand.js +24 -0
- package/dist-es/commands/StartMonitorDeploymentCommand.js +24 -0
- package/dist-es/commands/StartUpdateSignalMapCommand.js +24 -0
- package/dist-es/commands/UpdateCloudWatchAlarmTemplateCommand.js +24 -0
- package/dist-es/commands/UpdateCloudWatchAlarmTemplateGroupCommand.js +24 -0
- package/dist-es/commands/UpdateEventBridgeRuleTemplateCommand.js +24 -0
- package/dist-es/commands/UpdateEventBridgeRuleTemplateGroupCommand.js +24 -0
- package/dist-es/commands/index.js +27 -0
- package/dist-es/models/models_0.js +44 -29
- package/dist-es/models/models_1.js +52 -3
- package/dist-es/models/models_2.js +3 -0
- package/dist-es/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListCloudWatchAlarmTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListEventBridgeRuleTemplateGroupsPaginator.js +4 -0
- package/dist-es/pagination/ListEventBridgeRuleTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListSignalMapsPaginator.js +4 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +1164 -6
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForSignalMapCreated.js +49 -0
- package/dist-es/waiters/waitForSignalMapMonitorDeleted.js +49 -0
- package/dist-es/waiters/waitForSignalMapMonitorDeployed.js +76 -0
- package/dist-es/waiters/waitForSignalMapUpdated.js +58 -0
- package/dist-types/MediaLive.d.ts +194 -0
- package/dist-types/MediaLiveClient.d.ts +29 -2
- package/dist-types/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +109 -0
- package/dist-types/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +89 -0
- package/dist-types/commands/CreateEventBridgeRuleTemplateCommand.d.ts +103 -0
- package/dist-types/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +89 -0
- package/dist-types/commands/CreateSignalMapCommand.d.ts +150 -0
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +75 -0
- package/dist-types/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +75 -0
- package/dist-types/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +75 -0
- package/dist-types/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +75 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSignalMapCommand.d.ts +75 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/commands/GetCloudWatchAlarmTemplateCommand.d.ts +92 -0
- package/dist-types/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +82 -0
- package/dist-types/commands/GetEventBridgeRuleTemplateCommand.d.ts +89 -0
- package/dist-types/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +82 -0
- package/dist-types/commands/GetSignalMapCommand.d.ts +136 -0
- package/dist-types/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +91 -0
- package/dist-types/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +101 -0
- package/dist-types/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +90 -0
- package/dist-types/commands/ListEventBridgeRuleTemplatesCommand.d.ts +93 -0
- package/dist-types/commands/ListSignalMapsCommand.d.ts +92 -0
- package/dist-types/commands/StartDeleteMonitorDeploymentCommand.d.ts +139 -0
- package/dist-types/commands/StartMonitorDeploymentCommand.d.ts +140 -0
- package/dist-types/commands/StartUpdateSignalMapCommand.d.ts +149 -0
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +107 -0
- package/dist-types/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +86 -0
- package/dist-types/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +101 -0
- package/dist-types/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +86 -0
- package/dist-types/commands/index.d.ts +27 -0
- package/dist-types/models/models_0.d.ts +350 -159
- package/dist-types/models/models_1.d.ts +783 -747
- package/dist-types/models/models_2.d.ts +2297 -147
- package/dist-types/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListSignalMapsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +243 -0
- package/dist-types/ts3.4/MediaLive.d.ts +512 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +162 -0
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateSignalMapCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteCloudWatchAlarmTemplateGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteEventBridgeRuleTemplateGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSignalMapCommand.d.ts +33 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetSignalMapCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplateGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListCloudWatchAlarmTemplatesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplateGroupsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListEventBridgeRuleTemplatesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListSignalMapsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartDeleteMonitorDeploymentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartMonitorDeploymentCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartUpdateSignalMapCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateCloudWatchAlarmTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateEventBridgeRuleTemplateGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +27 -0
- package/dist-types/ts3.4/models/models_0.d.ts +112 -60
- package/dist-types/ts3.4/models/models_1.d.ts +223 -192
- package/dist-types/ts3.4/models/models_2.d.ts +508 -0
- package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCloudWatchAlarmTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplateGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListEventBridgeRuleTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListSignalMapsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +324 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapMonitorDeployed.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSignalMapUpdated.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForSignalMapCreated.d.ts +14 -0
- package/dist-types/waiters/waitForSignalMapMonitorDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForSignalMapMonitorDeployed.d.ts +14 -0
- package/dist-types/waiters/waitForSignalMapUpdated.d.ts +14 -0
- package/package.json +10 -10
package/dist-es/MediaLive.js
CHANGED
|
@@ -7,19 +7,29 @@ import { BatchUpdateScheduleCommand, } from "./commands/BatchUpdateScheduleComma
|
|
|
7
7
|
import { CancelInputDeviceTransferCommand, } from "./commands/CancelInputDeviceTransferCommand";
|
|
8
8
|
import { ClaimDeviceCommand } from "./commands/ClaimDeviceCommand";
|
|
9
9
|
import { CreateChannelCommand, } from "./commands/CreateChannelCommand";
|
|
10
|
+
import { CreateCloudWatchAlarmTemplateCommand, } from "./commands/CreateCloudWatchAlarmTemplateCommand";
|
|
11
|
+
import { CreateCloudWatchAlarmTemplateGroupCommand, } from "./commands/CreateCloudWatchAlarmTemplateGroupCommand";
|
|
12
|
+
import { CreateEventBridgeRuleTemplateCommand, } from "./commands/CreateEventBridgeRuleTemplateCommand";
|
|
13
|
+
import { CreateEventBridgeRuleTemplateGroupCommand, } from "./commands/CreateEventBridgeRuleTemplateGroupCommand";
|
|
10
14
|
import { CreateInputCommand } from "./commands/CreateInputCommand";
|
|
11
15
|
import { CreateInputSecurityGroupCommand, } from "./commands/CreateInputSecurityGroupCommand";
|
|
12
16
|
import { CreateMultiplexCommand, } from "./commands/CreateMultiplexCommand";
|
|
13
17
|
import { CreateMultiplexProgramCommand, } from "./commands/CreateMultiplexProgramCommand";
|
|
14
18
|
import { CreatePartnerInputCommand, } from "./commands/CreatePartnerInputCommand";
|
|
19
|
+
import { CreateSignalMapCommand, } from "./commands/CreateSignalMapCommand";
|
|
15
20
|
import { CreateTagsCommand } from "./commands/CreateTagsCommand";
|
|
16
21
|
import { DeleteChannelCommand, } from "./commands/DeleteChannelCommand";
|
|
22
|
+
import { DeleteCloudWatchAlarmTemplateCommand, } from "./commands/DeleteCloudWatchAlarmTemplateCommand";
|
|
23
|
+
import { DeleteCloudWatchAlarmTemplateGroupCommand, } from "./commands/DeleteCloudWatchAlarmTemplateGroupCommand";
|
|
24
|
+
import { DeleteEventBridgeRuleTemplateCommand, } from "./commands/DeleteEventBridgeRuleTemplateCommand";
|
|
25
|
+
import { DeleteEventBridgeRuleTemplateGroupCommand, } from "./commands/DeleteEventBridgeRuleTemplateGroupCommand";
|
|
17
26
|
import { DeleteInputCommand } from "./commands/DeleteInputCommand";
|
|
18
27
|
import { DeleteInputSecurityGroupCommand, } from "./commands/DeleteInputSecurityGroupCommand";
|
|
19
28
|
import { DeleteMultiplexCommand, } from "./commands/DeleteMultiplexCommand";
|
|
20
29
|
import { DeleteMultiplexProgramCommand, } from "./commands/DeleteMultiplexProgramCommand";
|
|
21
30
|
import { DeleteReservationCommand, } from "./commands/DeleteReservationCommand";
|
|
22
31
|
import { DeleteScheduleCommand, } from "./commands/DeleteScheduleCommand";
|
|
32
|
+
import { DeleteSignalMapCommand, } from "./commands/DeleteSignalMapCommand";
|
|
23
33
|
import { DeleteTagsCommand } from "./commands/DeleteTagsCommand";
|
|
24
34
|
import { DescribeAccountConfigurationCommand, } from "./commands/DescribeAccountConfigurationCommand";
|
|
25
35
|
import { DescribeChannelCommand, } from "./commands/DescribeChannelCommand";
|
|
@@ -33,7 +43,16 @@ import { DescribeOfferingCommand, } from "./commands/DescribeOfferingCommand";
|
|
|
33
43
|
import { DescribeReservationCommand, } from "./commands/DescribeReservationCommand";
|
|
34
44
|
import { DescribeScheduleCommand, } from "./commands/DescribeScheduleCommand";
|
|
35
45
|
import { DescribeThumbnailsCommand, } from "./commands/DescribeThumbnailsCommand";
|
|
46
|
+
import { GetCloudWatchAlarmTemplateCommand, } from "./commands/GetCloudWatchAlarmTemplateCommand";
|
|
47
|
+
import { GetCloudWatchAlarmTemplateGroupCommand, } from "./commands/GetCloudWatchAlarmTemplateGroupCommand";
|
|
48
|
+
import { GetEventBridgeRuleTemplateCommand, } from "./commands/GetEventBridgeRuleTemplateCommand";
|
|
49
|
+
import { GetEventBridgeRuleTemplateGroupCommand, } from "./commands/GetEventBridgeRuleTemplateGroupCommand";
|
|
50
|
+
import { GetSignalMapCommand, } from "./commands/GetSignalMapCommand";
|
|
36
51
|
import { ListChannelsCommand, } from "./commands/ListChannelsCommand";
|
|
52
|
+
import { ListCloudWatchAlarmTemplateGroupsCommand, } from "./commands/ListCloudWatchAlarmTemplateGroupsCommand";
|
|
53
|
+
import { ListCloudWatchAlarmTemplatesCommand, } from "./commands/ListCloudWatchAlarmTemplatesCommand";
|
|
54
|
+
import { ListEventBridgeRuleTemplateGroupsCommand, } from "./commands/ListEventBridgeRuleTemplateGroupsCommand";
|
|
55
|
+
import { ListEventBridgeRuleTemplatesCommand, } from "./commands/ListEventBridgeRuleTemplatesCommand";
|
|
37
56
|
import { ListInputDevicesCommand, } from "./commands/ListInputDevicesCommand";
|
|
38
57
|
import { ListInputDeviceTransfersCommand, } from "./commands/ListInputDeviceTransfersCommand";
|
|
39
58
|
import { ListInputsCommand } from "./commands/ListInputsCommand";
|
|
@@ -42,15 +61,19 @@ import { ListMultiplexesCommand, } from "./commands/ListMultiplexesCommand";
|
|
|
42
61
|
import { ListMultiplexProgramsCommand, } from "./commands/ListMultiplexProgramsCommand";
|
|
43
62
|
import { ListOfferingsCommand, } from "./commands/ListOfferingsCommand";
|
|
44
63
|
import { ListReservationsCommand, } from "./commands/ListReservationsCommand";
|
|
64
|
+
import { ListSignalMapsCommand, } from "./commands/ListSignalMapsCommand";
|
|
45
65
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
46
66
|
import { PurchaseOfferingCommand, } from "./commands/PurchaseOfferingCommand";
|
|
47
67
|
import { RebootInputDeviceCommand, } from "./commands/RebootInputDeviceCommand";
|
|
48
68
|
import { RejectInputDeviceTransferCommand, } from "./commands/RejectInputDeviceTransferCommand";
|
|
49
69
|
import { RestartChannelPipelinesCommand, } from "./commands/RestartChannelPipelinesCommand";
|
|
50
70
|
import { StartChannelCommand, } from "./commands/StartChannelCommand";
|
|
71
|
+
import { StartDeleteMonitorDeploymentCommand, } from "./commands/StartDeleteMonitorDeploymentCommand";
|
|
51
72
|
import { StartInputDeviceCommand, } from "./commands/StartInputDeviceCommand";
|
|
52
73
|
import { StartInputDeviceMaintenanceWindowCommand, } from "./commands/StartInputDeviceMaintenanceWindowCommand";
|
|
74
|
+
import { StartMonitorDeploymentCommand, } from "./commands/StartMonitorDeploymentCommand";
|
|
53
75
|
import { StartMultiplexCommand, } from "./commands/StartMultiplexCommand";
|
|
76
|
+
import { StartUpdateSignalMapCommand, } from "./commands/StartUpdateSignalMapCommand";
|
|
54
77
|
import { StopChannelCommand } from "./commands/StopChannelCommand";
|
|
55
78
|
import { StopInputDeviceCommand, } from "./commands/StopInputDeviceCommand";
|
|
56
79
|
import { StopMultiplexCommand, } from "./commands/StopMultiplexCommand";
|
|
@@ -58,6 +81,10 @@ import { TransferInputDeviceCommand, } from "./commands/TransferInputDeviceComma
|
|
|
58
81
|
import { UpdateAccountConfigurationCommand, } from "./commands/UpdateAccountConfigurationCommand";
|
|
59
82
|
import { UpdateChannelClassCommand, } from "./commands/UpdateChannelClassCommand";
|
|
60
83
|
import { UpdateChannelCommand, } from "./commands/UpdateChannelCommand";
|
|
84
|
+
import { UpdateCloudWatchAlarmTemplateCommand, } from "./commands/UpdateCloudWatchAlarmTemplateCommand";
|
|
85
|
+
import { UpdateCloudWatchAlarmTemplateGroupCommand, } from "./commands/UpdateCloudWatchAlarmTemplateGroupCommand";
|
|
86
|
+
import { UpdateEventBridgeRuleTemplateCommand, } from "./commands/UpdateEventBridgeRuleTemplateCommand";
|
|
87
|
+
import { UpdateEventBridgeRuleTemplateGroupCommand, } from "./commands/UpdateEventBridgeRuleTemplateGroupCommand";
|
|
61
88
|
import { UpdateInputCommand } from "./commands/UpdateInputCommand";
|
|
62
89
|
import { UpdateInputDeviceCommand, } from "./commands/UpdateInputDeviceCommand";
|
|
63
90
|
import { UpdateInputSecurityGroupCommand, } from "./commands/UpdateInputSecurityGroupCommand";
|
|
@@ -74,19 +101,29 @@ const commands = {
|
|
|
74
101
|
CancelInputDeviceTransferCommand,
|
|
75
102
|
ClaimDeviceCommand,
|
|
76
103
|
CreateChannelCommand,
|
|
104
|
+
CreateCloudWatchAlarmTemplateCommand,
|
|
105
|
+
CreateCloudWatchAlarmTemplateGroupCommand,
|
|
106
|
+
CreateEventBridgeRuleTemplateCommand,
|
|
107
|
+
CreateEventBridgeRuleTemplateGroupCommand,
|
|
77
108
|
CreateInputCommand,
|
|
78
109
|
CreateInputSecurityGroupCommand,
|
|
79
110
|
CreateMultiplexCommand,
|
|
80
111
|
CreateMultiplexProgramCommand,
|
|
81
112
|
CreatePartnerInputCommand,
|
|
113
|
+
CreateSignalMapCommand,
|
|
82
114
|
CreateTagsCommand,
|
|
83
115
|
DeleteChannelCommand,
|
|
116
|
+
DeleteCloudWatchAlarmTemplateCommand,
|
|
117
|
+
DeleteCloudWatchAlarmTemplateGroupCommand,
|
|
118
|
+
DeleteEventBridgeRuleTemplateCommand,
|
|
119
|
+
DeleteEventBridgeRuleTemplateGroupCommand,
|
|
84
120
|
DeleteInputCommand,
|
|
85
121
|
DeleteInputSecurityGroupCommand,
|
|
86
122
|
DeleteMultiplexCommand,
|
|
87
123
|
DeleteMultiplexProgramCommand,
|
|
88
124
|
DeleteReservationCommand,
|
|
89
125
|
DeleteScheduleCommand,
|
|
126
|
+
DeleteSignalMapCommand,
|
|
90
127
|
DeleteTagsCommand,
|
|
91
128
|
DescribeAccountConfigurationCommand,
|
|
92
129
|
DescribeChannelCommand,
|
|
@@ -100,7 +137,16 @@ const commands = {
|
|
|
100
137
|
DescribeReservationCommand,
|
|
101
138
|
DescribeScheduleCommand,
|
|
102
139
|
DescribeThumbnailsCommand,
|
|
140
|
+
GetCloudWatchAlarmTemplateCommand,
|
|
141
|
+
GetCloudWatchAlarmTemplateGroupCommand,
|
|
142
|
+
GetEventBridgeRuleTemplateCommand,
|
|
143
|
+
GetEventBridgeRuleTemplateGroupCommand,
|
|
144
|
+
GetSignalMapCommand,
|
|
103
145
|
ListChannelsCommand,
|
|
146
|
+
ListCloudWatchAlarmTemplateGroupsCommand,
|
|
147
|
+
ListCloudWatchAlarmTemplatesCommand,
|
|
148
|
+
ListEventBridgeRuleTemplateGroupsCommand,
|
|
149
|
+
ListEventBridgeRuleTemplatesCommand,
|
|
104
150
|
ListInputDevicesCommand,
|
|
105
151
|
ListInputDeviceTransfersCommand,
|
|
106
152
|
ListInputsCommand,
|
|
@@ -109,15 +155,19 @@ const commands = {
|
|
|
109
155
|
ListMultiplexProgramsCommand,
|
|
110
156
|
ListOfferingsCommand,
|
|
111
157
|
ListReservationsCommand,
|
|
158
|
+
ListSignalMapsCommand,
|
|
112
159
|
ListTagsForResourceCommand,
|
|
113
160
|
PurchaseOfferingCommand,
|
|
114
161
|
RebootInputDeviceCommand,
|
|
115
162
|
RejectInputDeviceTransferCommand,
|
|
116
163
|
RestartChannelPipelinesCommand,
|
|
117
164
|
StartChannelCommand,
|
|
165
|
+
StartDeleteMonitorDeploymentCommand,
|
|
118
166
|
StartInputDeviceCommand,
|
|
119
167
|
StartInputDeviceMaintenanceWindowCommand,
|
|
168
|
+
StartMonitorDeploymentCommand,
|
|
120
169
|
StartMultiplexCommand,
|
|
170
|
+
StartUpdateSignalMapCommand,
|
|
121
171
|
StopChannelCommand,
|
|
122
172
|
StopInputDeviceCommand,
|
|
123
173
|
StopMultiplexCommand,
|
|
@@ -125,6 +175,10 @@ const commands = {
|
|
|
125
175
|
UpdateAccountConfigurationCommand,
|
|
126
176
|
UpdateChannelCommand,
|
|
127
177
|
UpdateChannelClassCommand,
|
|
178
|
+
UpdateCloudWatchAlarmTemplateCommand,
|
|
179
|
+
UpdateCloudWatchAlarmTemplateGroupCommand,
|
|
180
|
+
UpdateEventBridgeRuleTemplateCommand,
|
|
181
|
+
UpdateEventBridgeRuleTemplateGroupCommand,
|
|
128
182
|
UpdateInputCommand,
|
|
129
183
|
UpdateInputDeviceCommand,
|
|
130
184
|
UpdateInputSecurityGroupCommand,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateCloudWatchAlarmTemplateCommand, se_CreateCloudWatchAlarmTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateCloudWatchAlarmTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "CreateCloudWatchAlarmTemplate", {})
|
|
19
|
+
.n("MediaLiveClient", "CreateCloudWatchAlarmTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateCloudWatchAlarmTemplateCommand)
|
|
22
|
+
.de(de_CreateCloudWatchAlarmTemplateCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateCloudWatchAlarmTemplateGroupCommand, se_CreateCloudWatchAlarmTemplateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateCloudWatchAlarmTemplateGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "CreateCloudWatchAlarmTemplateGroup", {})
|
|
19
|
+
.n("MediaLiveClient", "CreateCloudWatchAlarmTemplateGroupCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateCloudWatchAlarmTemplateGroupCommand)
|
|
22
|
+
.de(de_CreateCloudWatchAlarmTemplateGroupCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateEventBridgeRuleTemplateCommand, se_CreateEventBridgeRuleTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateEventBridgeRuleTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "CreateEventBridgeRuleTemplate", {})
|
|
19
|
+
.n("MediaLiveClient", "CreateEventBridgeRuleTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateEventBridgeRuleTemplateCommand)
|
|
22
|
+
.de(de_CreateEventBridgeRuleTemplateCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateEventBridgeRuleTemplateGroupCommand, se_CreateEventBridgeRuleTemplateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateEventBridgeRuleTemplateGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "CreateEventBridgeRuleTemplateGroup", {})
|
|
19
|
+
.n("MediaLiveClient", "CreateEventBridgeRuleTemplateGroupCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateEventBridgeRuleTemplateGroupCommand)
|
|
22
|
+
.de(de_CreateEventBridgeRuleTemplateGroupCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateSignalMapCommand, se_CreateSignalMapCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateSignalMapCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "CreateSignalMap", {})
|
|
19
|
+
.n("MediaLiveClient", "CreateSignalMapCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateSignalMapCommand)
|
|
22
|
+
.de(de_CreateSignalMapCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteCloudWatchAlarmTemplateCommand, se_DeleteCloudWatchAlarmTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteCloudWatchAlarmTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "DeleteCloudWatchAlarmTemplate", {})
|
|
19
|
+
.n("MediaLiveClient", "DeleteCloudWatchAlarmTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteCloudWatchAlarmTemplateCommand)
|
|
22
|
+
.de(de_DeleteCloudWatchAlarmTemplateCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteCloudWatchAlarmTemplateGroupCommand, se_DeleteCloudWatchAlarmTemplateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteCloudWatchAlarmTemplateGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "DeleteCloudWatchAlarmTemplateGroup", {})
|
|
19
|
+
.n("MediaLiveClient", "DeleteCloudWatchAlarmTemplateGroupCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteCloudWatchAlarmTemplateGroupCommand)
|
|
22
|
+
.de(de_DeleteCloudWatchAlarmTemplateGroupCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteEventBridgeRuleTemplateCommand, se_DeleteEventBridgeRuleTemplateCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteEventBridgeRuleTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "DeleteEventBridgeRuleTemplate", {})
|
|
19
|
+
.n("MediaLiveClient", "DeleteEventBridgeRuleTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteEventBridgeRuleTemplateCommand)
|
|
22
|
+
.de(de_DeleteEventBridgeRuleTemplateCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteEventBridgeRuleTemplateGroupCommand, se_DeleteEventBridgeRuleTemplateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteEventBridgeRuleTemplateGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "DeleteEventBridgeRuleTemplateGroup", {})
|
|
19
|
+
.n("MediaLiveClient", "DeleteEventBridgeRuleTemplateGroupCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteEventBridgeRuleTemplateGroupCommand)
|
|
22
|
+
.de(de_DeleteEventBridgeRuleTemplateGroupCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteSignalMapCommand, se_DeleteSignalMapCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteSignalMapCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "DeleteSignalMap", {})
|
|
19
|
+
.n("MediaLiveClient", "DeleteSignalMapCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteSignalMapCommand)
|
|
22
|
+
.de(de_DeleteSignalMapCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeInputDeviceThumbnailResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeInputDeviceThumbnailResponseFilterSensitiveLog, } from "../models/models_2";
|
|
6
6
|
import { de_DescribeInputDeviceThumbnailCommand, se_DescribeInputDeviceThumbnailCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeInputDeviceThumbnailCommand extends $Command
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCloudWatchAlarmTemplateCommand, se_GetCloudWatchAlarmTemplateCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCloudWatchAlarmTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "GetCloudWatchAlarmTemplate", {})
|
|
19
|
+
.n("MediaLiveClient", "GetCloudWatchAlarmTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetCloudWatchAlarmTemplateCommand)
|
|
22
|
+
.de(de_GetCloudWatchAlarmTemplateCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetCloudWatchAlarmTemplateGroupCommand, se_GetCloudWatchAlarmTemplateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetCloudWatchAlarmTemplateGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "GetCloudWatchAlarmTemplateGroup", {})
|
|
19
|
+
.n("MediaLiveClient", "GetCloudWatchAlarmTemplateGroupCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetCloudWatchAlarmTemplateGroupCommand)
|
|
22
|
+
.de(de_GetCloudWatchAlarmTemplateGroupCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetEventBridgeRuleTemplateCommand, se_GetEventBridgeRuleTemplateCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetEventBridgeRuleTemplateCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "GetEventBridgeRuleTemplate", {})
|
|
19
|
+
.n("MediaLiveClient", "GetEventBridgeRuleTemplateCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetEventBridgeRuleTemplateCommand)
|
|
22
|
+
.de(de_GetEventBridgeRuleTemplateCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetEventBridgeRuleTemplateGroupCommand, se_GetEventBridgeRuleTemplateGroupCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetEventBridgeRuleTemplateGroupCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "GetEventBridgeRuleTemplateGroup", {})
|
|
19
|
+
.n("MediaLiveClient", "GetEventBridgeRuleTemplateGroupCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetEventBridgeRuleTemplateGroupCommand)
|
|
22
|
+
.de(de_GetEventBridgeRuleTemplateGroupCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_GetSignalMapCommand, se_GetSignalMapCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class GetSignalMapCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "GetSignalMap", {})
|
|
19
|
+
.n("MediaLiveClient", "GetSignalMapCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetSignalMapCommand)
|
|
22
|
+
.de(de_GetSignalMapCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCloudWatchAlarmTemplateGroupsCommand, se_ListCloudWatchAlarmTemplateGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCloudWatchAlarmTemplateGroupsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "ListCloudWatchAlarmTemplateGroups", {})
|
|
19
|
+
.n("MediaLiveClient", "ListCloudWatchAlarmTemplateGroupsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListCloudWatchAlarmTemplateGroupsCommand)
|
|
22
|
+
.de(de_ListCloudWatchAlarmTemplateGroupsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListCloudWatchAlarmTemplatesCommand, se_ListCloudWatchAlarmTemplatesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListCloudWatchAlarmTemplatesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "ListCloudWatchAlarmTemplates", {})
|
|
19
|
+
.n("MediaLiveClient", "ListCloudWatchAlarmTemplatesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListCloudWatchAlarmTemplatesCommand)
|
|
22
|
+
.de(de_ListCloudWatchAlarmTemplatesCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListEventBridgeRuleTemplateGroupsCommand, se_ListEventBridgeRuleTemplateGroupsCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListEventBridgeRuleTemplateGroupsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "ListEventBridgeRuleTemplateGroups", {})
|
|
19
|
+
.n("MediaLiveClient", "ListEventBridgeRuleTemplateGroupsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListEventBridgeRuleTemplateGroupsCommand)
|
|
22
|
+
.de(de_ListEventBridgeRuleTemplateGroupsCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListEventBridgeRuleTemplatesCommand, se_ListEventBridgeRuleTemplatesCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListEventBridgeRuleTemplatesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("MediaLive", "ListEventBridgeRuleTemplates", {})
|
|
19
|
+
.n("MediaLiveClient", "ListEventBridgeRuleTemplatesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListEventBridgeRuleTemplatesCommand)
|
|
22
|
+
.de(de_ListEventBridgeRuleTemplatesCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|