@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-cjs/index.js
CHANGED
|
@@ -68,27 +68,41 @@ __export(src_exports, {
|
|
|
68
68
|
ChannelPipelineIdToRestart: () => ChannelPipelineIdToRestart,
|
|
69
69
|
ChannelState: () => ChannelState,
|
|
70
70
|
ClaimDeviceCommand: () => ClaimDeviceCommand,
|
|
71
|
+
CloudWatchAlarmTemplateComparisonOperator: () => CloudWatchAlarmTemplateComparisonOperator,
|
|
72
|
+
CloudWatchAlarmTemplateStatistic: () => CloudWatchAlarmTemplateStatistic,
|
|
73
|
+
CloudWatchAlarmTemplateTargetResourceType: () => CloudWatchAlarmTemplateTargetResourceType,
|
|
74
|
+
CloudWatchAlarmTemplateTreatMissingData: () => CloudWatchAlarmTemplateTreatMissingData,
|
|
71
75
|
CmafIngestSegmentLengthUnits: () => CmafIngestSegmentLengthUnits,
|
|
72
76
|
CmafNielsenId3Behavior: () => CmafNielsenId3Behavior,
|
|
73
77
|
ColorSpace: () => ColorSpace,
|
|
74
78
|
ConflictException: () => ConflictException,
|
|
75
79
|
ContentType: () => ContentType,
|
|
76
80
|
CreateChannelCommand: () => CreateChannelCommand,
|
|
81
|
+
CreateCloudWatchAlarmTemplateCommand: () => CreateCloudWatchAlarmTemplateCommand,
|
|
82
|
+
CreateCloudWatchAlarmTemplateGroupCommand: () => CreateCloudWatchAlarmTemplateGroupCommand,
|
|
83
|
+
CreateEventBridgeRuleTemplateCommand: () => CreateEventBridgeRuleTemplateCommand,
|
|
84
|
+
CreateEventBridgeRuleTemplateGroupCommand: () => CreateEventBridgeRuleTemplateGroupCommand,
|
|
77
85
|
CreateInputCommand: () => CreateInputCommand,
|
|
78
86
|
CreateInputSecurityGroupCommand: () => CreateInputSecurityGroupCommand,
|
|
79
87
|
CreateMultiplexCommand: () => CreateMultiplexCommand,
|
|
80
88
|
CreateMultiplexProgramCommand: () => CreateMultiplexProgramCommand,
|
|
81
89
|
CreatePartnerInputCommand: () => CreatePartnerInputCommand,
|
|
90
|
+
CreateSignalMapCommand: () => CreateSignalMapCommand,
|
|
82
91
|
CreateTagsCommand: () => CreateTagsCommand,
|
|
83
92
|
DashRoleAudio: () => DashRoleAudio,
|
|
84
93
|
DashRoleCaption: () => DashRoleCaption,
|
|
85
94
|
DeleteChannelCommand: () => DeleteChannelCommand,
|
|
95
|
+
DeleteCloudWatchAlarmTemplateCommand: () => DeleteCloudWatchAlarmTemplateCommand,
|
|
96
|
+
DeleteCloudWatchAlarmTemplateGroupCommand: () => DeleteCloudWatchAlarmTemplateGroupCommand,
|
|
97
|
+
DeleteEventBridgeRuleTemplateCommand: () => DeleteEventBridgeRuleTemplateCommand,
|
|
98
|
+
DeleteEventBridgeRuleTemplateGroupCommand: () => DeleteEventBridgeRuleTemplateGroupCommand,
|
|
86
99
|
DeleteInputCommand: () => DeleteInputCommand,
|
|
87
100
|
DeleteInputSecurityGroupCommand: () => DeleteInputSecurityGroupCommand,
|
|
88
101
|
DeleteMultiplexCommand: () => DeleteMultiplexCommand,
|
|
89
102
|
DeleteMultiplexProgramCommand: () => DeleteMultiplexProgramCommand,
|
|
90
103
|
DeleteReservationCommand: () => DeleteReservationCommand,
|
|
91
104
|
DeleteScheduleCommand: () => DeleteScheduleCommand,
|
|
105
|
+
DeleteSignalMapCommand: () => DeleteSignalMapCommand,
|
|
92
106
|
DeleteTagsCommand: () => DeleteTagsCommand,
|
|
93
107
|
DescribeAccountConfigurationCommand: () => DescribeAccountConfigurationCommand,
|
|
94
108
|
DescribeChannelCommand: () => DescribeChannelCommand,
|
|
@@ -136,6 +150,7 @@ __export(src_exports, {
|
|
|
136
150
|
EbuTtDFillLineGapControl: () => EbuTtDFillLineGapControl,
|
|
137
151
|
EmbeddedConvert608To708: () => EmbeddedConvert608To708,
|
|
138
152
|
EmbeddedScte20Detection: () => EmbeddedScte20Detection,
|
|
153
|
+
EventBridgeRuleTemplateEventType: () => EventBridgeRuleTemplateEventType,
|
|
139
154
|
FeatureActivationsInputPrepareScheduleActions: () => FeatureActivationsInputPrepareScheduleActions,
|
|
140
155
|
FeatureActivationsOutputStaticImageOverlayScheduleActions: () => FeatureActivationsOutputStaticImageOverlayScheduleActions,
|
|
141
156
|
FecOutputIncludeFec: () => FecOutputIncludeFec,
|
|
@@ -146,6 +161,11 @@ __export(src_exports, {
|
|
|
146
161
|
ForbiddenException: () => ForbiddenException,
|
|
147
162
|
FrameCaptureIntervalUnit: () => FrameCaptureIntervalUnit,
|
|
148
163
|
GatewayTimeoutException: () => GatewayTimeoutException,
|
|
164
|
+
GetCloudWatchAlarmTemplateCommand: () => GetCloudWatchAlarmTemplateCommand,
|
|
165
|
+
GetCloudWatchAlarmTemplateGroupCommand: () => GetCloudWatchAlarmTemplateGroupCommand,
|
|
166
|
+
GetEventBridgeRuleTemplateCommand: () => GetEventBridgeRuleTemplateCommand,
|
|
167
|
+
GetEventBridgeRuleTemplateGroupCommand: () => GetEventBridgeRuleTemplateGroupCommand,
|
|
168
|
+
GetSignalMapCommand: () => GetSignalMapCommand,
|
|
149
169
|
GlobalConfigurationInputEndAction: () => GlobalConfigurationInputEndAction,
|
|
150
170
|
GlobalConfigurationLowFramerateInputs: () => GlobalConfigurationLowFramerateInputs,
|
|
151
171
|
GlobalConfigurationOutputLockingMode: () => GlobalConfigurationOutputLockingMode,
|
|
@@ -251,6 +271,10 @@ __export(src_exports, {
|
|
|
251
271
|
InternalServerErrorException: () => InternalServerErrorException,
|
|
252
272
|
LastFrameClippingBehavior: () => LastFrameClippingBehavior,
|
|
253
273
|
ListChannelsCommand: () => ListChannelsCommand,
|
|
274
|
+
ListCloudWatchAlarmTemplateGroupsCommand: () => ListCloudWatchAlarmTemplateGroupsCommand,
|
|
275
|
+
ListCloudWatchAlarmTemplatesCommand: () => ListCloudWatchAlarmTemplatesCommand,
|
|
276
|
+
ListEventBridgeRuleTemplateGroupsCommand: () => ListEventBridgeRuleTemplateGroupsCommand,
|
|
277
|
+
ListEventBridgeRuleTemplatesCommand: () => ListEventBridgeRuleTemplatesCommand,
|
|
254
278
|
ListInputDeviceTransfersCommand: () => ListInputDeviceTransfersCommand,
|
|
255
279
|
ListInputDevicesCommand: () => ListInputDevicesCommand,
|
|
256
280
|
ListInputSecurityGroupsCommand: () => ListInputSecurityGroupsCommand,
|
|
@@ -259,6 +283,7 @@ __export(src_exports, {
|
|
|
259
283
|
ListMultiplexesCommand: () => ListMultiplexesCommand,
|
|
260
284
|
ListOfferingsCommand: () => ListOfferingsCommand,
|
|
261
285
|
ListReservationsCommand: () => ListReservationsCommand,
|
|
286
|
+
ListSignalMapsCommand: () => ListSignalMapsCommand,
|
|
262
287
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
263
288
|
LogLevel: () => LogLevel,
|
|
264
289
|
M2tsAbsentInputAudioBehavior: () => M2tsAbsentInputAudioBehavior,
|
|
@@ -343,6 +368,8 @@ __export(src_exports, {
|
|
|
343
368
|
Scte35SpliceInsertWebDeliveryAllowedBehavior: () => Scte35SpliceInsertWebDeliveryAllowedBehavior,
|
|
344
369
|
Scte35Type: () => Scte35Type,
|
|
345
370
|
Scte35WebDeliveryAllowedFlag: () => Scte35WebDeliveryAllowedFlag,
|
|
371
|
+
SignalMapMonitorDeploymentStatus: () => SignalMapMonitorDeploymentStatus,
|
|
372
|
+
SignalMapStatus: () => SignalMapStatus,
|
|
346
373
|
SmoothGroupAudioOnlyTimecodeControl: () => SmoothGroupAudioOnlyTimecodeControl,
|
|
347
374
|
SmoothGroupCertificateMode: () => SmoothGroupCertificateMode,
|
|
348
375
|
SmoothGroupEventIdMode: () => SmoothGroupEventIdMode,
|
|
@@ -353,9 +380,12 @@ __export(src_exports, {
|
|
|
353
380
|
SmoothGroupTimestampOffsetMode: () => SmoothGroupTimestampOffsetMode,
|
|
354
381
|
Smpte2038DataPreference: () => Smpte2038DataPreference,
|
|
355
382
|
StartChannelCommand: () => StartChannelCommand,
|
|
383
|
+
StartDeleteMonitorDeploymentCommand: () => StartDeleteMonitorDeploymentCommand,
|
|
356
384
|
StartInputDeviceCommand: () => StartInputDeviceCommand,
|
|
357
385
|
StartInputDeviceMaintenanceWindowCommand: () => StartInputDeviceMaintenanceWindowCommand,
|
|
386
|
+
StartMonitorDeploymentCommand: () => StartMonitorDeploymentCommand,
|
|
358
387
|
StartMultiplexCommand: () => StartMultiplexCommand,
|
|
388
|
+
StartUpdateSignalMapCommand: () => StartUpdateSignalMapCommand,
|
|
359
389
|
StopChannelCommand: () => StopChannelCommand,
|
|
360
390
|
StopInputDeviceCommand: () => StopInputDeviceCommand,
|
|
361
391
|
StopMultiplexCommand: () => StopMultiplexCommand,
|
|
@@ -374,6 +404,10 @@ __export(src_exports, {
|
|
|
374
404
|
UpdateAccountConfigurationCommand: () => UpdateAccountConfigurationCommand,
|
|
375
405
|
UpdateChannelClassCommand: () => UpdateChannelClassCommand,
|
|
376
406
|
UpdateChannelCommand: () => UpdateChannelCommand,
|
|
407
|
+
UpdateCloudWatchAlarmTemplateCommand: () => UpdateCloudWatchAlarmTemplateCommand,
|
|
408
|
+
UpdateCloudWatchAlarmTemplateGroupCommand: () => UpdateCloudWatchAlarmTemplateGroupCommand,
|
|
409
|
+
UpdateEventBridgeRuleTemplateCommand: () => UpdateEventBridgeRuleTemplateCommand,
|
|
410
|
+
UpdateEventBridgeRuleTemplateGroupCommand: () => UpdateEventBridgeRuleTemplateGroupCommand,
|
|
377
411
|
UpdateInputCommand: () => UpdateInputCommand,
|
|
378
412
|
UpdateInputDeviceCommand: () => UpdateInputDeviceCommand,
|
|
379
413
|
UpdateInputSecurityGroupCommand: () => UpdateInputSecurityGroupCommand,
|
|
@@ -389,6 +423,10 @@ __export(src_exports, {
|
|
|
389
423
|
__Client: () => import_smithy_client.Client,
|
|
390
424
|
paginateDescribeSchedule: () => paginateDescribeSchedule,
|
|
391
425
|
paginateListChannels: () => paginateListChannels,
|
|
426
|
+
paginateListCloudWatchAlarmTemplateGroups: () => paginateListCloudWatchAlarmTemplateGroups,
|
|
427
|
+
paginateListCloudWatchAlarmTemplates: () => paginateListCloudWatchAlarmTemplates,
|
|
428
|
+
paginateListEventBridgeRuleTemplateGroups: () => paginateListEventBridgeRuleTemplateGroups,
|
|
429
|
+
paginateListEventBridgeRuleTemplates: () => paginateListEventBridgeRuleTemplates,
|
|
392
430
|
paginateListInputDeviceTransfers: () => paginateListInputDeviceTransfers,
|
|
393
431
|
paginateListInputDevices: () => paginateListInputDevices,
|
|
394
432
|
paginateListInputSecurityGroups: () => paginateListInputSecurityGroups,
|
|
@@ -397,6 +435,7 @@ __export(src_exports, {
|
|
|
397
435
|
paginateListMultiplexes: () => paginateListMultiplexes,
|
|
398
436
|
paginateListOfferings: () => paginateListOfferings,
|
|
399
437
|
paginateListReservations: () => paginateListReservations,
|
|
438
|
+
paginateListSignalMaps: () => paginateListSignalMaps,
|
|
400
439
|
waitForChannelCreated: () => waitForChannelCreated,
|
|
401
440
|
waitForChannelDeleted: () => waitForChannelDeleted,
|
|
402
441
|
waitForChannelRunning: () => waitForChannelRunning,
|
|
@@ -408,6 +447,10 @@ __export(src_exports, {
|
|
|
408
447
|
waitForMultiplexDeleted: () => waitForMultiplexDeleted,
|
|
409
448
|
waitForMultiplexRunning: () => waitForMultiplexRunning,
|
|
410
449
|
waitForMultiplexStopped: () => waitForMultiplexStopped,
|
|
450
|
+
waitForSignalMapCreated: () => waitForSignalMapCreated,
|
|
451
|
+
waitForSignalMapMonitorDeleted: () => waitForSignalMapMonitorDeleted,
|
|
452
|
+
waitForSignalMapMonitorDeployed: () => waitForSignalMapMonitorDeployed,
|
|
453
|
+
waitForSignalMapUpdated: () => waitForSignalMapUpdated,
|
|
411
454
|
waitUntilChannelCreated: () => waitUntilChannelCreated,
|
|
412
455
|
waitUntilChannelDeleted: () => waitUntilChannelDeleted,
|
|
413
456
|
waitUntilChannelRunning: () => waitUntilChannelRunning,
|
|
@@ -418,7 +461,11 @@ __export(src_exports, {
|
|
|
418
461
|
waitUntilMultiplexCreated: () => waitUntilMultiplexCreated,
|
|
419
462
|
waitUntilMultiplexDeleted: () => waitUntilMultiplexDeleted,
|
|
420
463
|
waitUntilMultiplexRunning: () => waitUntilMultiplexRunning,
|
|
421
|
-
waitUntilMultiplexStopped: () => waitUntilMultiplexStopped
|
|
464
|
+
waitUntilMultiplexStopped: () => waitUntilMultiplexStopped,
|
|
465
|
+
waitUntilSignalMapCreated: () => waitUntilSignalMapCreated,
|
|
466
|
+
waitUntilSignalMapMonitorDeleted: () => waitUntilSignalMapMonitorDeleted,
|
|
467
|
+
waitUntilSignalMapMonitorDeployed: () => waitUntilSignalMapMonitorDeployed,
|
|
468
|
+
waitUntilSignalMapUpdated: () => waitUntilSignalMapUpdated
|
|
422
469
|
});
|
|
423
470
|
module.exports = __toCommonJS(src_exports);
|
|
424
471
|
|
|
@@ -595,6 +642,35 @@ __name(_MediaLiveServiceException, "MediaLiveServiceException");
|
|
|
595
642
|
var MediaLiveServiceException = _MediaLiveServiceException;
|
|
596
643
|
|
|
597
644
|
// src/models/models_1.ts
|
|
645
|
+
var Scte35Type = {
|
|
646
|
+
NONE: "NONE",
|
|
647
|
+
SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION"
|
|
648
|
+
};
|
|
649
|
+
var CmafIngestSegmentLengthUnits = {
|
|
650
|
+
MILLISECONDS: "MILLISECONDS",
|
|
651
|
+
SECONDS: "SECONDS"
|
|
652
|
+
};
|
|
653
|
+
var HlsCaptionLanguageSetting = {
|
|
654
|
+
INSERT: "INSERT",
|
|
655
|
+
NONE: "NONE",
|
|
656
|
+
OMIT: "OMIT"
|
|
657
|
+
};
|
|
658
|
+
var HlsClientCache = {
|
|
659
|
+
DISABLED: "DISABLED",
|
|
660
|
+
ENABLED: "ENABLED"
|
|
661
|
+
};
|
|
662
|
+
var HlsCodecSpecification = {
|
|
663
|
+
RFC_4281: "RFC_4281",
|
|
664
|
+
RFC_6381: "RFC_6381"
|
|
665
|
+
};
|
|
666
|
+
var HlsDirectoryStructure = {
|
|
667
|
+
SINGLE_DIRECTORY: "SINGLE_DIRECTORY",
|
|
668
|
+
SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM"
|
|
669
|
+
};
|
|
670
|
+
var HlsDiscontinuityTags = {
|
|
671
|
+
INSERT: "INSERT",
|
|
672
|
+
NEVER_INSERT: "NEVER_INSERT"
|
|
673
|
+
};
|
|
598
674
|
var HlsEncryptionType = {
|
|
599
675
|
AES128: "AES128",
|
|
600
676
|
SAMPLE_AES: "SAMPLE_AES"
|
|
@@ -806,6 +882,29 @@ var FollowPoint = {
|
|
|
806
882
|
END: "END",
|
|
807
883
|
START: "START"
|
|
808
884
|
};
|
|
885
|
+
var SignalMapMonitorDeploymentStatus = {
|
|
886
|
+
DELETE_COMPLETE: "DELETE_COMPLETE",
|
|
887
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
888
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
889
|
+
DEPLOYMENT_COMPLETE: "DEPLOYMENT_COMPLETE",
|
|
890
|
+
DEPLOYMENT_FAILED: "DEPLOYMENT_FAILED",
|
|
891
|
+
DEPLOYMENT_IN_PROGRESS: "DEPLOYMENT_IN_PROGRESS",
|
|
892
|
+
DRY_RUN_DEPLOYMENT_COMPLETE: "DRY_RUN_DEPLOYMENT_COMPLETE",
|
|
893
|
+
DRY_RUN_DEPLOYMENT_FAILED: "DRY_RUN_DEPLOYMENT_FAILED",
|
|
894
|
+
DRY_RUN_DEPLOYMENT_IN_PROGRESS: "DRY_RUN_DEPLOYMENT_IN_PROGRESS",
|
|
895
|
+
NOT_DEPLOYED: "NOT_DEPLOYED"
|
|
896
|
+
};
|
|
897
|
+
var SignalMapStatus = {
|
|
898
|
+
CREATE_COMPLETE: "CREATE_COMPLETE",
|
|
899
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
900
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
901
|
+
NOT_READY: "NOT_READY",
|
|
902
|
+
READY: "READY",
|
|
903
|
+
UPDATE_COMPLETE: "UPDATE_COMPLETE",
|
|
904
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
905
|
+
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
906
|
+
UPDATE_REVERTED: "UPDATE_REVERTED"
|
|
907
|
+
};
|
|
809
908
|
var ThumbnailType = {
|
|
810
909
|
CURRENT_ACTIVE: "CURRENT_ACTIVE",
|
|
811
910
|
UNSPECIFIED: "UNSPECIFIED"
|
|
@@ -1366,9 +1465,6 @@ var PreferredChannelPipeline = {
|
|
|
1366
1465
|
PIPELINE_0: "PIPELINE_0",
|
|
1367
1466
|
PIPELINE_1: "PIPELINE_1"
|
|
1368
1467
|
};
|
|
1369
|
-
var DescribeInputDeviceThumbnailResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1370
|
-
...obj
|
|
1371
|
-
}), "DescribeInputDeviceThumbnailResponseFilterSensitiveLog");
|
|
1372
1468
|
|
|
1373
1469
|
// src/protocols/Aws_restJson1.ts
|
|
1374
1470
|
var se_AcceptInputDeviceTransferCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -1499,6 +1595,87 @@ var se_CreateChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1499
1595
|
b.m("POST").h(headers).b(body);
|
|
1500
1596
|
return b.build();
|
|
1501
1597
|
}, "se_CreateChannelCommand");
|
|
1598
|
+
var se_CreateCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1599
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1600
|
+
const headers = {
|
|
1601
|
+
"content-type": "application/json"
|
|
1602
|
+
};
|
|
1603
|
+
b.bp("/prod/cloudwatch-alarm-templates");
|
|
1604
|
+
let body;
|
|
1605
|
+
body = JSON.stringify(
|
|
1606
|
+
(0, import_smithy_client.take)(input, {
|
|
1607
|
+
comparisonOperator: [, , `ComparisonOperator`],
|
|
1608
|
+
datapointsToAlarm: [, , `DatapointsToAlarm`],
|
|
1609
|
+
description: [, , `Description`],
|
|
1610
|
+
evaluationPeriods: [, , `EvaluationPeriods`],
|
|
1611
|
+
groupIdentifier: [, , `GroupIdentifier`],
|
|
1612
|
+
metricName: [, , `MetricName`],
|
|
1613
|
+
name: [, , `Name`],
|
|
1614
|
+
period: [, , `Period`],
|
|
1615
|
+
statistic: [, , `Statistic`],
|
|
1616
|
+
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`],
|
|
1617
|
+
targetResourceType: [, , `TargetResourceType`],
|
|
1618
|
+
threshold: [, (_) => (0, import_smithy_client.serializeFloat)(_), `Threshold`],
|
|
1619
|
+
treatMissingData: [, , `TreatMissingData`]
|
|
1620
|
+
})
|
|
1621
|
+
);
|
|
1622
|
+
b.m("POST").h(headers).b(body);
|
|
1623
|
+
return b.build();
|
|
1624
|
+
}, "se_CreateCloudWatchAlarmTemplateCommand");
|
|
1625
|
+
var se_CreateCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1626
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1627
|
+
const headers = {
|
|
1628
|
+
"content-type": "application/json"
|
|
1629
|
+
};
|
|
1630
|
+
b.bp("/prod/cloudwatch-alarm-template-groups");
|
|
1631
|
+
let body;
|
|
1632
|
+
body = JSON.stringify(
|
|
1633
|
+
(0, import_smithy_client.take)(input, {
|
|
1634
|
+
description: [, , `Description`],
|
|
1635
|
+
name: [, , `Name`],
|
|
1636
|
+
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
|
|
1637
|
+
})
|
|
1638
|
+
);
|
|
1639
|
+
b.m("POST").h(headers).b(body);
|
|
1640
|
+
return b.build();
|
|
1641
|
+
}, "se_CreateCloudWatchAlarmTemplateGroupCommand");
|
|
1642
|
+
var se_CreateEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1643
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1644
|
+
const headers = {
|
|
1645
|
+
"content-type": "application/json"
|
|
1646
|
+
};
|
|
1647
|
+
b.bp("/prod/eventbridge-rule-templates");
|
|
1648
|
+
let body;
|
|
1649
|
+
body = JSON.stringify(
|
|
1650
|
+
(0, import_smithy_client.take)(input, {
|
|
1651
|
+
description: [, , `Description`],
|
|
1652
|
+
eventTargets: [, (_) => se___listOfEventBridgeRuleTemplateTarget(_, context), `EventTargets`],
|
|
1653
|
+
eventType: [, , `EventType`],
|
|
1654
|
+
groupIdentifier: [, , `GroupIdentifier`],
|
|
1655
|
+
name: [, , `Name`],
|
|
1656
|
+
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
|
|
1657
|
+
})
|
|
1658
|
+
);
|
|
1659
|
+
b.m("POST").h(headers).b(body);
|
|
1660
|
+
return b.build();
|
|
1661
|
+
}, "se_CreateEventBridgeRuleTemplateCommand");
|
|
1662
|
+
var se_CreateEventBridgeRuleTemplateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1663
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1664
|
+
const headers = {
|
|
1665
|
+
"content-type": "application/json"
|
|
1666
|
+
};
|
|
1667
|
+
b.bp("/prod/eventbridge-rule-template-groups");
|
|
1668
|
+
let body;
|
|
1669
|
+
body = JSON.stringify(
|
|
1670
|
+
(0, import_smithy_client.take)(input, {
|
|
1671
|
+
description: [, , `Description`],
|
|
1672
|
+
name: [, , `Name`],
|
|
1673
|
+
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
|
|
1674
|
+
})
|
|
1675
|
+
);
|
|
1676
|
+
b.m("POST").h(headers).b(body);
|
|
1677
|
+
return b.build();
|
|
1678
|
+
}, "se_CreateEventBridgeRuleTemplateGroupCommand");
|
|
1502
1679
|
var se_CreateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1503
1680
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1504
1681
|
const headers = {
|
|
@@ -1594,6 +1771,26 @@ var se_CreatePartnerInputCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1594
1771
|
b.m("POST").h(headers).b(body);
|
|
1595
1772
|
return b.build();
|
|
1596
1773
|
}, "se_CreatePartnerInputCommand");
|
|
1774
|
+
var se_CreateSignalMapCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1775
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1776
|
+
const headers = {
|
|
1777
|
+
"content-type": "application/json"
|
|
1778
|
+
};
|
|
1779
|
+
b.bp("/prod/signal-maps");
|
|
1780
|
+
let body;
|
|
1781
|
+
body = JSON.stringify(
|
|
1782
|
+
(0, import_smithy_client.take)(input, {
|
|
1783
|
+
cloudWatchAlarmTemplateGroupIdentifiers: [, (_) => (0, import_smithy_client._json)(_), `CloudWatchAlarmTemplateGroupIdentifiers`],
|
|
1784
|
+
description: [, , `Description`],
|
|
1785
|
+
discoveryEntryPointArn: [, , `DiscoveryEntryPointArn`],
|
|
1786
|
+
eventBridgeRuleTemplateGroupIdentifiers: [, (_) => (0, import_smithy_client._json)(_), `EventBridgeRuleTemplateGroupIdentifiers`],
|
|
1787
|
+
name: [, , `Name`],
|
|
1788
|
+
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`]
|
|
1789
|
+
})
|
|
1790
|
+
);
|
|
1791
|
+
b.m("POST").h(headers).b(body);
|
|
1792
|
+
return b.build();
|
|
1793
|
+
}, "se_CreateSignalMapCommand");
|
|
1597
1794
|
var se_CreateTagsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1598
1795
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1599
1796
|
const headers = {
|
|
@@ -1619,6 +1816,42 @@ var se_DeleteChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1619
1816
|
b.m("DELETE").h(headers).b(body);
|
|
1620
1817
|
return b.build();
|
|
1621
1818
|
}, "se_DeleteChannelCommand");
|
|
1819
|
+
var se_DeleteCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1820
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1821
|
+
const headers = {};
|
|
1822
|
+
b.bp("/prod/cloudwatch-alarm-templates/{Identifier}");
|
|
1823
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1824
|
+
let body;
|
|
1825
|
+
b.m("DELETE").h(headers).b(body);
|
|
1826
|
+
return b.build();
|
|
1827
|
+
}, "se_DeleteCloudWatchAlarmTemplateCommand");
|
|
1828
|
+
var se_DeleteCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1829
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1830
|
+
const headers = {};
|
|
1831
|
+
b.bp("/prod/cloudwatch-alarm-template-groups/{Identifier}");
|
|
1832
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1833
|
+
let body;
|
|
1834
|
+
b.m("DELETE").h(headers).b(body);
|
|
1835
|
+
return b.build();
|
|
1836
|
+
}, "se_DeleteCloudWatchAlarmTemplateGroupCommand");
|
|
1837
|
+
var se_DeleteEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1838
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1839
|
+
const headers = {};
|
|
1840
|
+
b.bp("/prod/eventbridge-rule-templates/{Identifier}");
|
|
1841
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1842
|
+
let body;
|
|
1843
|
+
b.m("DELETE").h(headers).b(body);
|
|
1844
|
+
return b.build();
|
|
1845
|
+
}, "se_DeleteEventBridgeRuleTemplateCommand");
|
|
1846
|
+
var se_DeleteEventBridgeRuleTemplateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1847
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1848
|
+
const headers = {};
|
|
1849
|
+
b.bp("/prod/eventbridge-rule-template-groups/{Identifier}");
|
|
1850
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1851
|
+
let body;
|
|
1852
|
+
b.m("DELETE").h(headers).b(body);
|
|
1853
|
+
return b.build();
|
|
1854
|
+
}, "se_DeleteEventBridgeRuleTemplateGroupCommand");
|
|
1622
1855
|
var se_DeleteInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1623
1856
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1624
1857
|
const headers = {};
|
|
@@ -1674,6 +1907,15 @@ var se_DeleteScheduleCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
1674
1907
|
b.m("DELETE").h(headers).b(body);
|
|
1675
1908
|
return b.build();
|
|
1676
1909
|
}, "se_DeleteScheduleCommand");
|
|
1910
|
+
var se_DeleteSignalMapCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1911
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1912
|
+
const headers = {};
|
|
1913
|
+
b.bp("/prod/signal-maps/{Identifier}");
|
|
1914
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
1915
|
+
let body;
|
|
1916
|
+
b.m("DELETE").h(headers).b(body);
|
|
1917
|
+
return b.build();
|
|
1918
|
+
}, "se_DeleteSignalMapCommand");
|
|
1677
1919
|
var se_DeleteTagsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1678
1920
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1679
1921
|
const headers = {};
|
|
@@ -1810,6 +2052,51 @@ var se_DescribeThumbnailsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1810
2052
|
b.m("GET").h(headers).q(query).b(body);
|
|
1811
2053
|
return b.build();
|
|
1812
2054
|
}, "se_DescribeThumbnailsCommand");
|
|
2055
|
+
var se_GetCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2056
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2057
|
+
const headers = {};
|
|
2058
|
+
b.bp("/prod/cloudwatch-alarm-templates/{Identifier}");
|
|
2059
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2060
|
+
let body;
|
|
2061
|
+
b.m("GET").h(headers).b(body);
|
|
2062
|
+
return b.build();
|
|
2063
|
+
}, "se_GetCloudWatchAlarmTemplateCommand");
|
|
2064
|
+
var se_GetCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2065
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2066
|
+
const headers = {};
|
|
2067
|
+
b.bp("/prod/cloudwatch-alarm-template-groups/{Identifier}");
|
|
2068
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2069
|
+
let body;
|
|
2070
|
+
b.m("GET").h(headers).b(body);
|
|
2071
|
+
return b.build();
|
|
2072
|
+
}, "se_GetCloudWatchAlarmTemplateGroupCommand");
|
|
2073
|
+
var se_GetEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2074
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2075
|
+
const headers = {};
|
|
2076
|
+
b.bp("/prod/eventbridge-rule-templates/{Identifier}");
|
|
2077
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2078
|
+
let body;
|
|
2079
|
+
b.m("GET").h(headers).b(body);
|
|
2080
|
+
return b.build();
|
|
2081
|
+
}, "se_GetEventBridgeRuleTemplateCommand");
|
|
2082
|
+
var se_GetEventBridgeRuleTemplateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2083
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2084
|
+
const headers = {};
|
|
2085
|
+
b.bp("/prod/eventbridge-rule-template-groups/{Identifier}");
|
|
2086
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2087
|
+
let body;
|
|
2088
|
+
b.m("GET").h(headers).b(body);
|
|
2089
|
+
return b.build();
|
|
2090
|
+
}, "se_GetEventBridgeRuleTemplateGroupCommand");
|
|
2091
|
+
var se_GetSignalMapCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2092
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2093
|
+
const headers = {};
|
|
2094
|
+
b.bp("/prod/signal-maps/{Identifier}");
|
|
2095
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2096
|
+
let body;
|
|
2097
|
+
b.m("GET").h(headers).b(body);
|
|
2098
|
+
return b.build();
|
|
2099
|
+
}, "se_GetSignalMapCommand");
|
|
1813
2100
|
var se_ListChannelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1814
2101
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1815
2102
|
const headers = {};
|
|
@@ -1822,6 +2109,62 @@ var se_ListChannelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1822
2109
|
b.m("GET").h(headers).q(query).b(body);
|
|
1823
2110
|
return b.build();
|
|
1824
2111
|
}, "se_ListChannelsCommand");
|
|
2112
|
+
var se_ListCloudWatchAlarmTemplateGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2113
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2114
|
+
const headers = {};
|
|
2115
|
+
b.bp("/prod/cloudwatch-alarm-template-groups");
|
|
2116
|
+
const query = (0, import_smithy_client.map)({
|
|
2117
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
2118
|
+
[_nT]: [, input[_NT]],
|
|
2119
|
+
[_s]: [, input[_S]],
|
|
2120
|
+
[_sMI]: [, input[_SMI]]
|
|
2121
|
+
});
|
|
2122
|
+
let body;
|
|
2123
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2124
|
+
return b.build();
|
|
2125
|
+
}, "se_ListCloudWatchAlarmTemplateGroupsCommand");
|
|
2126
|
+
var se_ListCloudWatchAlarmTemplatesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2127
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2128
|
+
const headers = {};
|
|
2129
|
+
b.bp("/prod/cloudwatch-alarm-templates");
|
|
2130
|
+
const query = (0, import_smithy_client.map)({
|
|
2131
|
+
[_gI]: [, input[_GI]],
|
|
2132
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
2133
|
+
[_nT]: [, input[_NT]],
|
|
2134
|
+
[_s]: [, input[_S]],
|
|
2135
|
+
[_sMI]: [, input[_SMI]]
|
|
2136
|
+
});
|
|
2137
|
+
let body;
|
|
2138
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2139
|
+
return b.build();
|
|
2140
|
+
}, "se_ListCloudWatchAlarmTemplatesCommand");
|
|
2141
|
+
var se_ListEventBridgeRuleTemplateGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2142
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2143
|
+
const headers = {};
|
|
2144
|
+
b.bp("/prod/eventbridge-rule-template-groups");
|
|
2145
|
+
const query = (0, import_smithy_client.map)({
|
|
2146
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
2147
|
+
[_nT]: [, input[_NT]],
|
|
2148
|
+
[_sMI]: [, input[_SMI]]
|
|
2149
|
+
});
|
|
2150
|
+
let body;
|
|
2151
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2152
|
+
return b.build();
|
|
2153
|
+
}, "se_ListEventBridgeRuleTemplateGroupsCommand");
|
|
2154
|
+
var se_ListEventBridgeRuleTemplatesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2155
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2156
|
+
const headers = {};
|
|
2157
|
+
b.bp("/prod/eventbridge-rule-templates");
|
|
2158
|
+
const query = (0, import_smithy_client.map)({
|
|
2159
|
+
[_gI]: [, input[_GI]],
|
|
2160
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
2161
|
+
[_nT]: [, input[_NT]],
|
|
2162
|
+
[_sMI]: [, input[_SMI]]
|
|
2163
|
+
});
|
|
2164
|
+
let body;
|
|
2165
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2166
|
+
return b.build();
|
|
2167
|
+
}, "se_ListEventBridgeRuleTemplatesCommand");
|
|
1825
2168
|
var se_ListInputDevicesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1826
2169
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1827
2170
|
const headers = {};
|
|
@@ -1938,6 +2281,20 @@ var se_ListReservationsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1938
2281
|
b.m("GET").h(headers).q(query).b(body);
|
|
1939
2282
|
return b.build();
|
|
1940
2283
|
}, "se_ListReservationsCommand");
|
|
2284
|
+
var se_ListSignalMapsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2285
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2286
|
+
const headers = {};
|
|
2287
|
+
b.bp("/prod/signal-maps");
|
|
2288
|
+
const query = (0, import_smithy_client.map)({
|
|
2289
|
+
[_cWATGI]: [, input[_CWATGI]],
|
|
2290
|
+
[_eBRTGI]: [, input[_EBRTGI]],
|
|
2291
|
+
[_mR]: [() => input.MaxResults !== void 0, () => input[_MR].toString()],
|
|
2292
|
+
[_nT]: [, input[_NT]]
|
|
2293
|
+
});
|
|
2294
|
+
let body;
|
|
2295
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
2296
|
+
return b.build();
|
|
2297
|
+
}, "se_ListSignalMapsCommand");
|
|
1941
2298
|
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1942
2299
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1943
2300
|
const headers = {};
|
|
@@ -2018,6 +2375,15 @@ var se_StartChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2018
2375
|
b.m("POST").h(headers).b(body);
|
|
2019
2376
|
return b.build();
|
|
2020
2377
|
}, "se_StartChannelCommand");
|
|
2378
|
+
var se_StartDeleteMonitorDeploymentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2379
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2380
|
+
const headers = {};
|
|
2381
|
+
b.bp("/prod/signal-maps/{Identifier}/monitor-deployment");
|
|
2382
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2383
|
+
let body;
|
|
2384
|
+
b.m("DELETE").h(headers).b(body);
|
|
2385
|
+
return b.build();
|
|
2386
|
+
}, "se_StartDeleteMonitorDeploymentCommand");
|
|
2021
2387
|
var se_StartInputDeviceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2022
2388
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2023
2389
|
const headers = {};
|
|
@@ -2036,6 +2402,22 @@ var se_StartInputDeviceMaintenanceWindowCommand = /* @__PURE__ */ __name(async (
|
|
|
2036
2402
|
b.m("POST").h(headers).b(body);
|
|
2037
2403
|
return b.build();
|
|
2038
2404
|
}, "se_StartInputDeviceMaintenanceWindowCommand");
|
|
2405
|
+
var se_StartMonitorDeploymentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2406
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2407
|
+
const headers = {
|
|
2408
|
+
"content-type": "application/json"
|
|
2409
|
+
};
|
|
2410
|
+
b.bp("/prod/signal-maps/{Identifier}/monitor-deployment");
|
|
2411
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2412
|
+
let body;
|
|
2413
|
+
body = JSON.stringify(
|
|
2414
|
+
(0, import_smithy_client.take)(input, {
|
|
2415
|
+
dryRun: [, , `DryRun`]
|
|
2416
|
+
})
|
|
2417
|
+
);
|
|
2418
|
+
b.m("POST").h(headers).b(body);
|
|
2419
|
+
return b.build();
|
|
2420
|
+
}, "se_StartMonitorDeploymentCommand");
|
|
2039
2421
|
var se_StartMultiplexCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2040
2422
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2041
2423
|
const headers = {};
|
|
@@ -2045,6 +2427,27 @@ var se_StartMultiplexCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2045
2427
|
b.m("POST").h(headers).b(body);
|
|
2046
2428
|
return b.build();
|
|
2047
2429
|
}, "se_StartMultiplexCommand");
|
|
2430
|
+
var se_StartUpdateSignalMapCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2431
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2432
|
+
const headers = {
|
|
2433
|
+
"content-type": "application/json"
|
|
2434
|
+
};
|
|
2435
|
+
b.bp("/prod/signal-maps/{Identifier}");
|
|
2436
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2437
|
+
let body;
|
|
2438
|
+
body = JSON.stringify(
|
|
2439
|
+
(0, import_smithy_client.take)(input, {
|
|
2440
|
+
cloudWatchAlarmTemplateGroupIdentifiers: [, (_) => (0, import_smithy_client._json)(_), `CloudWatchAlarmTemplateGroupIdentifiers`],
|
|
2441
|
+
description: [, , `Description`],
|
|
2442
|
+
discoveryEntryPointArn: [, , `DiscoveryEntryPointArn`],
|
|
2443
|
+
eventBridgeRuleTemplateGroupIdentifiers: [, (_) => (0, import_smithy_client._json)(_), `EventBridgeRuleTemplateGroupIdentifiers`],
|
|
2444
|
+
forceRediscovery: [, , `ForceRediscovery`],
|
|
2445
|
+
name: [, , `Name`]
|
|
2446
|
+
})
|
|
2447
|
+
);
|
|
2448
|
+
b.m("PATCH").h(headers).b(body);
|
|
2449
|
+
return b.build();
|
|
2450
|
+
}, "se_StartUpdateSignalMapCommand");
|
|
2048
2451
|
var se_StopChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2049
2452
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2050
2453
|
const headers = {};
|
|
@@ -2146,79 +2549,158 @@ var se_UpdateChannelClassCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2146
2549
|
b.m("PUT").h(headers).b(body);
|
|
2147
2550
|
return b.build();
|
|
2148
2551
|
}, "se_UpdateChannelClassCommand");
|
|
2149
|
-
var
|
|
2552
|
+
var se_UpdateCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2150
2553
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2151
2554
|
const headers = {
|
|
2152
2555
|
"content-type": "application/json"
|
|
2153
2556
|
};
|
|
2154
|
-
b.bp("/prod/
|
|
2155
|
-
b.p("
|
|
2557
|
+
b.bp("/prod/cloudwatch-alarm-templates/{Identifier}");
|
|
2558
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2156
2559
|
let body;
|
|
2157
2560
|
body = JSON.stringify(
|
|
2158
2561
|
(0, import_smithy_client.take)(input, {
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2562
|
+
comparisonOperator: [, , `ComparisonOperator`],
|
|
2563
|
+
datapointsToAlarm: [, , `DatapointsToAlarm`],
|
|
2564
|
+
description: [, , `Description`],
|
|
2565
|
+
evaluationPeriods: [, , `EvaluationPeriods`],
|
|
2566
|
+
groupIdentifier: [, , `GroupIdentifier`],
|
|
2567
|
+
metricName: [, , `MetricName`],
|
|
2163
2568
|
name: [, , `Name`],
|
|
2164
|
-
|
|
2165
|
-
|
|
2569
|
+
period: [, , `Period`],
|
|
2570
|
+
statistic: [, , `Statistic`],
|
|
2571
|
+
targetResourceType: [, , `TargetResourceType`],
|
|
2572
|
+
threshold: [, (_) => (0, import_smithy_client.serializeFloat)(_), `Threshold`],
|
|
2573
|
+
treatMissingData: [, , `TreatMissingData`]
|
|
2166
2574
|
})
|
|
2167
2575
|
);
|
|
2168
|
-
b.m("
|
|
2576
|
+
b.m("PATCH").h(headers).b(body);
|
|
2169
2577
|
return b.build();
|
|
2170
|
-
}, "
|
|
2171
|
-
var
|
|
2578
|
+
}, "se_UpdateCloudWatchAlarmTemplateCommand");
|
|
2579
|
+
var se_UpdateCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2172
2580
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2173
2581
|
const headers = {
|
|
2174
2582
|
"content-type": "application/json"
|
|
2175
2583
|
};
|
|
2176
|
-
b.bp("/prod/
|
|
2177
|
-
b.p("
|
|
2584
|
+
b.bp("/prod/cloudwatch-alarm-template-groups/{Identifier}");
|
|
2585
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2178
2586
|
let body;
|
|
2179
2587
|
body = JSON.stringify(
|
|
2180
2588
|
(0, import_smithy_client.take)(input, {
|
|
2181
|
-
|
|
2182
|
-
hdDeviceSettings: [, (_) => se_InputDeviceConfigurableSettings(_, context), `HdDeviceSettings`],
|
|
2183
|
-
name: [, , `Name`],
|
|
2184
|
-
uhdDeviceSettings: [, (_) => se_InputDeviceConfigurableSettings(_, context), `UhdDeviceSettings`]
|
|
2589
|
+
description: [, , `Description`]
|
|
2185
2590
|
})
|
|
2186
2591
|
);
|
|
2187
|
-
b.m("
|
|
2592
|
+
b.m("PATCH").h(headers).b(body);
|
|
2188
2593
|
return b.build();
|
|
2189
|
-
}, "
|
|
2190
|
-
var
|
|
2594
|
+
}, "se_UpdateCloudWatchAlarmTemplateGroupCommand");
|
|
2595
|
+
var se_UpdateEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2191
2596
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2192
2597
|
const headers = {
|
|
2193
2598
|
"content-type": "application/json"
|
|
2194
2599
|
};
|
|
2195
|
-
b.bp("/prod/
|
|
2196
|
-
b.p("
|
|
2600
|
+
b.bp("/prod/eventbridge-rule-templates/{Identifier}");
|
|
2601
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2197
2602
|
let body;
|
|
2198
2603
|
body = JSON.stringify(
|
|
2199
2604
|
(0, import_smithy_client.take)(input, {
|
|
2200
|
-
|
|
2201
|
-
|
|
2605
|
+
description: [, , `Description`],
|
|
2606
|
+
eventTargets: [, (_) => se___listOfEventBridgeRuleTemplateTarget(_, context), `EventTargets`],
|
|
2607
|
+
eventType: [, , `EventType`],
|
|
2608
|
+
groupIdentifier: [, , `GroupIdentifier`],
|
|
2609
|
+
name: [, , `Name`]
|
|
2202
2610
|
})
|
|
2203
2611
|
);
|
|
2204
|
-
b.m("
|
|
2612
|
+
b.m("PATCH").h(headers).b(body);
|
|
2205
2613
|
return b.build();
|
|
2206
|
-
}, "
|
|
2207
|
-
var
|
|
2614
|
+
}, "se_UpdateEventBridgeRuleTemplateCommand");
|
|
2615
|
+
var se_UpdateEventBridgeRuleTemplateGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2208
2616
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2209
2617
|
const headers = {
|
|
2210
2618
|
"content-type": "application/json"
|
|
2211
2619
|
};
|
|
2212
|
-
b.bp("/prod/
|
|
2213
|
-
b.p("
|
|
2620
|
+
b.bp("/prod/eventbridge-rule-template-groups/{Identifier}");
|
|
2621
|
+
b.p("Identifier", () => input.Identifier, "{Identifier}", false);
|
|
2214
2622
|
let body;
|
|
2215
2623
|
body = JSON.stringify(
|
|
2216
2624
|
(0, import_smithy_client.take)(input, {
|
|
2217
|
-
|
|
2218
|
-
name: [, , `Name`]
|
|
2625
|
+
description: [, , `Description`]
|
|
2219
2626
|
})
|
|
2220
2627
|
);
|
|
2221
|
-
b.m("
|
|
2628
|
+
b.m("PATCH").h(headers).b(body);
|
|
2629
|
+
return b.build();
|
|
2630
|
+
}, "se_UpdateEventBridgeRuleTemplateGroupCommand");
|
|
2631
|
+
var se_UpdateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2632
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2633
|
+
const headers = {
|
|
2634
|
+
"content-type": "application/json"
|
|
2635
|
+
};
|
|
2636
|
+
b.bp("/prod/inputs/{InputId}");
|
|
2637
|
+
b.p("InputId", () => input.InputId, "{InputId}", false);
|
|
2638
|
+
let body;
|
|
2639
|
+
body = JSON.stringify(
|
|
2640
|
+
(0, import_smithy_client.take)(input, {
|
|
2641
|
+
destinations: [, (_) => se___listOfInputDestinationRequest(_, context), `Destinations`],
|
|
2642
|
+
inputDevices: [, (_) => se___listOfInputDeviceRequest(_, context), `InputDevices`],
|
|
2643
|
+
inputSecurityGroups: [, (_) => (0, import_smithy_client._json)(_), `InputSecurityGroups`],
|
|
2644
|
+
mediaConnectFlows: [, (_) => se___listOfMediaConnectFlowRequest(_, context), `MediaConnectFlows`],
|
|
2645
|
+
name: [, , `Name`],
|
|
2646
|
+
roleArn: [, , `RoleArn`],
|
|
2647
|
+
sources: [, (_) => se___listOfInputSourceRequest(_, context), `Sources`]
|
|
2648
|
+
})
|
|
2649
|
+
);
|
|
2650
|
+
b.m("PUT").h(headers).b(body);
|
|
2651
|
+
return b.build();
|
|
2652
|
+
}, "se_UpdateInputCommand");
|
|
2653
|
+
var se_UpdateInputDeviceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2654
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2655
|
+
const headers = {
|
|
2656
|
+
"content-type": "application/json"
|
|
2657
|
+
};
|
|
2658
|
+
b.bp("/prod/inputDevices/{InputDeviceId}");
|
|
2659
|
+
b.p("InputDeviceId", () => input.InputDeviceId, "{InputDeviceId}", false);
|
|
2660
|
+
let body;
|
|
2661
|
+
body = JSON.stringify(
|
|
2662
|
+
(0, import_smithy_client.take)(input, {
|
|
2663
|
+
availabilityZone: [, , `AvailabilityZone`],
|
|
2664
|
+
hdDeviceSettings: [, (_) => se_InputDeviceConfigurableSettings(_, context), `HdDeviceSettings`],
|
|
2665
|
+
name: [, , `Name`],
|
|
2666
|
+
uhdDeviceSettings: [, (_) => se_InputDeviceConfigurableSettings(_, context), `UhdDeviceSettings`]
|
|
2667
|
+
})
|
|
2668
|
+
);
|
|
2669
|
+
b.m("PUT").h(headers).b(body);
|
|
2670
|
+
return b.build();
|
|
2671
|
+
}, "se_UpdateInputDeviceCommand");
|
|
2672
|
+
var se_UpdateInputSecurityGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2673
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2674
|
+
const headers = {
|
|
2675
|
+
"content-type": "application/json"
|
|
2676
|
+
};
|
|
2677
|
+
b.bp("/prod/inputSecurityGroups/{InputSecurityGroupId}");
|
|
2678
|
+
b.p("InputSecurityGroupId", () => input.InputSecurityGroupId, "{InputSecurityGroupId}", false);
|
|
2679
|
+
let body;
|
|
2680
|
+
body = JSON.stringify(
|
|
2681
|
+
(0, import_smithy_client.take)(input, {
|
|
2682
|
+
tags: [, (_) => (0, import_smithy_client._json)(_), `Tags`],
|
|
2683
|
+
whitelistRules: [, (_) => se___listOfInputWhitelistRuleCidr(_, context), `WhitelistRules`]
|
|
2684
|
+
})
|
|
2685
|
+
);
|
|
2686
|
+
b.m("PUT").h(headers).b(body);
|
|
2687
|
+
return b.build();
|
|
2688
|
+
}, "se_UpdateInputSecurityGroupCommand");
|
|
2689
|
+
var se_UpdateMultiplexCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2690
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2691
|
+
const headers = {
|
|
2692
|
+
"content-type": "application/json"
|
|
2693
|
+
};
|
|
2694
|
+
b.bp("/prod/multiplexes/{MultiplexId}");
|
|
2695
|
+
b.p("MultiplexId", () => input.MultiplexId, "{MultiplexId}", false);
|
|
2696
|
+
let body;
|
|
2697
|
+
body = JSON.stringify(
|
|
2698
|
+
(0, import_smithy_client.take)(input, {
|
|
2699
|
+
multiplexSettings: [, (_) => se_MultiplexSettings(_, context), `MultiplexSettings`],
|
|
2700
|
+
name: [, , `Name`]
|
|
2701
|
+
})
|
|
2702
|
+
);
|
|
2703
|
+
b.m("PUT").h(headers).b(body);
|
|
2222
2704
|
return b.build();
|
|
2223
2705
|
}, "se_UpdateMultiplexCommand");
|
|
2224
2706
|
var se_UpdateMultiplexProgramCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -2359,6 +2841,99 @@ var de_CreateChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2359
2841
|
Object.assign(contents, doc);
|
|
2360
2842
|
return contents;
|
|
2361
2843
|
}, "de_CreateChannelCommand");
|
|
2844
|
+
var de_CreateCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2845
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2846
|
+
return de_CommandError(output, context);
|
|
2847
|
+
}
|
|
2848
|
+
const contents = (0, import_smithy_client.map)({
|
|
2849
|
+
$metadata: deserializeMetadata(output)
|
|
2850
|
+
});
|
|
2851
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2852
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2853
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
2854
|
+
ComparisonOperator: [, import_smithy_client.expectString, `comparisonOperator`],
|
|
2855
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
2856
|
+
DatapointsToAlarm: [, import_smithy_client.expectInt32, `datapointsToAlarm`],
|
|
2857
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
2858
|
+
EvaluationPeriods: [, import_smithy_client.expectInt32, `evaluationPeriods`],
|
|
2859
|
+
GroupId: [, import_smithy_client.expectString, `groupId`],
|
|
2860
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
2861
|
+
MetricName: [, import_smithy_client.expectString, `metricName`],
|
|
2862
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
2863
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
2864
|
+
Period: [, import_smithy_client.expectInt32, `period`],
|
|
2865
|
+
Statistic: [, import_smithy_client.expectString, `statistic`],
|
|
2866
|
+
Tags: [, import_smithy_client._json, `tags`],
|
|
2867
|
+
TargetResourceType: [, import_smithy_client.expectString, `targetResourceType`],
|
|
2868
|
+
Threshold: [, import_smithy_client.limitedParseDouble, `threshold`],
|
|
2869
|
+
TreatMissingData: [, import_smithy_client.expectString, `treatMissingData`]
|
|
2870
|
+
});
|
|
2871
|
+
Object.assign(contents, doc);
|
|
2872
|
+
return contents;
|
|
2873
|
+
}, "de_CreateCloudWatchAlarmTemplateCommand");
|
|
2874
|
+
var de_CreateCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2875
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2876
|
+
return de_CommandError(output, context);
|
|
2877
|
+
}
|
|
2878
|
+
const contents = (0, import_smithy_client.map)({
|
|
2879
|
+
$metadata: deserializeMetadata(output)
|
|
2880
|
+
});
|
|
2881
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2882
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2883
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
2884
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
2885
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
2886
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
2887
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
2888
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
2889
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
2890
|
+
});
|
|
2891
|
+
Object.assign(contents, doc);
|
|
2892
|
+
return contents;
|
|
2893
|
+
}, "de_CreateCloudWatchAlarmTemplateGroupCommand");
|
|
2894
|
+
var de_CreateEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2895
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2896
|
+
return de_CommandError(output, context);
|
|
2897
|
+
}
|
|
2898
|
+
const contents = (0, import_smithy_client.map)({
|
|
2899
|
+
$metadata: deserializeMetadata(output)
|
|
2900
|
+
});
|
|
2901
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2902
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2903
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
2904
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
2905
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
2906
|
+
EventTargets: [, (_) => de___listOfEventBridgeRuleTemplateTarget(_, context), `eventTargets`],
|
|
2907
|
+
EventType: [, import_smithy_client.expectString, `eventType`],
|
|
2908
|
+
GroupId: [, import_smithy_client.expectString, `groupId`],
|
|
2909
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
2910
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
2911
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
2912
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
2913
|
+
});
|
|
2914
|
+
Object.assign(contents, doc);
|
|
2915
|
+
return contents;
|
|
2916
|
+
}, "de_CreateEventBridgeRuleTemplateCommand");
|
|
2917
|
+
var de_CreateEventBridgeRuleTemplateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2918
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2919
|
+
return de_CommandError(output, context);
|
|
2920
|
+
}
|
|
2921
|
+
const contents = (0, import_smithy_client.map)({
|
|
2922
|
+
$metadata: deserializeMetadata(output)
|
|
2923
|
+
});
|
|
2924
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2925
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2926
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
2927
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
2928
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
2929
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
2930
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
2931
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
2932
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
2933
|
+
});
|
|
2934
|
+
Object.assign(contents, doc);
|
|
2935
|
+
return contents;
|
|
2936
|
+
}, "de_CreateEventBridgeRuleTemplateGroupCommand");
|
|
2362
2937
|
var de_CreateInputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2363
2938
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
2364
2939
|
return de_CommandError(output, context);
|
|
@@ -2429,6 +3004,41 @@ var de_CreatePartnerInputCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2429
3004
|
Object.assign(contents, doc);
|
|
2430
3005
|
return contents;
|
|
2431
3006
|
}, "de_CreatePartnerInputCommand");
|
|
3007
|
+
var de_CreateSignalMapCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3008
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
3009
|
+
return de_CommandError(output, context);
|
|
3010
|
+
}
|
|
3011
|
+
const contents = (0, import_smithy_client.map)({
|
|
3012
|
+
$metadata: deserializeMetadata(output)
|
|
3013
|
+
});
|
|
3014
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3015
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3016
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
3017
|
+
CloudWatchAlarmTemplateGroupIds: [, import_smithy_client._json, `cloudWatchAlarmTemplateGroupIds`],
|
|
3018
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
3019
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
3020
|
+
DiscoveryEntryPointArn: [, import_smithy_client.expectString, `discoveryEntryPointArn`],
|
|
3021
|
+
ErrorMessage: [, import_smithy_client.expectString, `errorMessage`],
|
|
3022
|
+
EventBridgeRuleTemplateGroupIds: [, import_smithy_client._json, `eventBridgeRuleTemplateGroupIds`],
|
|
3023
|
+
FailedMediaResourceMap: [, (_) => de_FailedMediaResourceMap(_, context), `failedMediaResourceMap`],
|
|
3024
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
3025
|
+
LastDiscoveredAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `lastDiscoveredAt`],
|
|
3026
|
+
LastSuccessfulMonitorDeployment: [
|
|
3027
|
+
,
|
|
3028
|
+
(_) => de_SuccessfulMonitorDeployment(_, context),
|
|
3029
|
+
`lastSuccessfulMonitorDeployment`
|
|
3030
|
+
],
|
|
3031
|
+
MediaResourceMap: [, (_) => de_MediaResourceMap(_, context), `mediaResourceMap`],
|
|
3032
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
3033
|
+
MonitorChangesPendingDeployment: [, import_smithy_client.expectBoolean, `monitorChangesPendingDeployment`],
|
|
3034
|
+
MonitorDeployment: [, (_) => de_MonitorDeployment(_, context), `monitorDeployment`],
|
|
3035
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
3036
|
+
Status: [, import_smithy_client.expectString, `status`],
|
|
3037
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
3038
|
+
});
|
|
3039
|
+
Object.assign(contents, doc);
|
|
3040
|
+
return contents;
|
|
3041
|
+
}, "de_CreateSignalMapCommand");
|
|
2432
3042
|
var de_CreateTagsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2433
3043
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
2434
3044
|
return de_CommandError(output, context);
|
|
@@ -2470,6 +3080,46 @@ var de_DeleteChannelCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2470
3080
|
Object.assign(contents, doc);
|
|
2471
3081
|
return contents;
|
|
2472
3082
|
}, "de_DeleteChannelCommand");
|
|
3083
|
+
var de_DeleteCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3084
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3085
|
+
return de_CommandError(output, context);
|
|
3086
|
+
}
|
|
3087
|
+
const contents = (0, import_smithy_client.map)({
|
|
3088
|
+
$metadata: deserializeMetadata(output)
|
|
3089
|
+
});
|
|
3090
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3091
|
+
return contents;
|
|
3092
|
+
}, "de_DeleteCloudWatchAlarmTemplateCommand");
|
|
3093
|
+
var de_DeleteCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3094
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3095
|
+
return de_CommandError(output, context);
|
|
3096
|
+
}
|
|
3097
|
+
const contents = (0, import_smithy_client.map)({
|
|
3098
|
+
$metadata: deserializeMetadata(output)
|
|
3099
|
+
});
|
|
3100
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3101
|
+
return contents;
|
|
3102
|
+
}, "de_DeleteCloudWatchAlarmTemplateGroupCommand");
|
|
3103
|
+
var de_DeleteEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3104
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3105
|
+
return de_CommandError(output, context);
|
|
3106
|
+
}
|
|
3107
|
+
const contents = (0, import_smithy_client.map)({
|
|
3108
|
+
$metadata: deserializeMetadata(output)
|
|
3109
|
+
});
|
|
3110
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3111
|
+
return contents;
|
|
3112
|
+
}, "de_DeleteEventBridgeRuleTemplateCommand");
|
|
3113
|
+
var de_DeleteEventBridgeRuleTemplateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3114
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3115
|
+
return de_CommandError(output, context);
|
|
3116
|
+
}
|
|
3117
|
+
const contents = (0, import_smithy_client.map)({
|
|
3118
|
+
$metadata: deserializeMetadata(output)
|
|
3119
|
+
});
|
|
3120
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3121
|
+
return contents;
|
|
3122
|
+
}, "de_DeleteEventBridgeRuleTemplateGroupCommand");
|
|
2473
3123
|
var de_DeleteInputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2474
3124
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2475
3125
|
return de_CommandError(output, context);
|
|
@@ -2573,6 +3223,16 @@ var de_DeleteScheduleCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2573
3223
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2574
3224
|
return contents;
|
|
2575
3225
|
}, "de_DeleteScheduleCommand");
|
|
3226
|
+
var de_DeleteSignalMapCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3227
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
3228
|
+
return de_CommandError(output, context);
|
|
3229
|
+
}
|
|
3230
|
+
const contents = (0, import_smithy_client.map)({
|
|
3231
|
+
$metadata: deserializeMetadata(output)
|
|
3232
|
+
});
|
|
3233
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3234
|
+
return contents;
|
|
3235
|
+
}, "de_DeleteSignalMapCommand");
|
|
2576
3236
|
var de_DeleteTagsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2577
3237
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
2578
3238
|
return de_CommandError(output, context);
|
|
@@ -2847,7 +3507,7 @@ var de_DescribeThumbnailsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
2847
3507
|
Object.assign(contents, doc);
|
|
2848
3508
|
return contents;
|
|
2849
3509
|
}, "de_DescribeThumbnailsCommand");
|
|
2850
|
-
var
|
|
3510
|
+
var de_GetCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2851
3511
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2852
3512
|
return de_CommandError(output, context);
|
|
2853
3513
|
}
|
|
@@ -2856,13 +3516,28 @@ var de_ListChannelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2856
3516
|
});
|
|
2857
3517
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2858
3518
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2859
|
-
|
|
2860
|
-
|
|
3519
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
3520
|
+
ComparisonOperator: [, import_smithy_client.expectString, `comparisonOperator`],
|
|
3521
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
3522
|
+
DatapointsToAlarm: [, import_smithy_client.expectInt32, `datapointsToAlarm`],
|
|
3523
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
3524
|
+
EvaluationPeriods: [, import_smithy_client.expectInt32, `evaluationPeriods`],
|
|
3525
|
+
GroupId: [, import_smithy_client.expectString, `groupId`],
|
|
3526
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
3527
|
+
MetricName: [, import_smithy_client.expectString, `metricName`],
|
|
3528
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
3529
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
3530
|
+
Period: [, import_smithy_client.expectInt32, `period`],
|
|
3531
|
+
Statistic: [, import_smithy_client.expectString, `statistic`],
|
|
3532
|
+
Tags: [, import_smithy_client._json, `tags`],
|
|
3533
|
+
TargetResourceType: [, import_smithy_client.expectString, `targetResourceType`],
|
|
3534
|
+
Threshold: [, import_smithy_client.limitedParseDouble, `threshold`],
|
|
3535
|
+
TreatMissingData: [, import_smithy_client.expectString, `treatMissingData`]
|
|
2861
3536
|
});
|
|
2862
3537
|
Object.assign(contents, doc);
|
|
2863
3538
|
return contents;
|
|
2864
|
-
}, "
|
|
2865
|
-
var
|
|
3539
|
+
}, "de_GetCloudWatchAlarmTemplateCommand");
|
|
3540
|
+
var de_GetCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2866
3541
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2867
3542
|
return de_CommandError(output, context);
|
|
2868
3543
|
}
|
|
@@ -2871,13 +3546,18 @@ var de_ListInputDevicesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2871
3546
|
});
|
|
2872
3547
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2873
3548
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2874
|
-
|
|
2875
|
-
|
|
3549
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
3550
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
3551
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
3552
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
3553
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
3554
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
3555
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
2876
3556
|
});
|
|
2877
3557
|
Object.assign(contents, doc);
|
|
2878
3558
|
return contents;
|
|
2879
|
-
}, "
|
|
2880
|
-
var
|
|
3559
|
+
}, "de_GetCloudWatchAlarmTemplateGroupCommand");
|
|
3560
|
+
var de_GetEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2881
3561
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2882
3562
|
return de_CommandError(output, context);
|
|
2883
3563
|
}
|
|
@@ -2886,13 +3566,21 @@ var de_ListInputDeviceTransfersCommand = /* @__PURE__ */ __name(async (output, c
|
|
|
2886
3566
|
});
|
|
2887
3567
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2888
3568
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2889
|
-
|
|
2890
|
-
|
|
3569
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
3570
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
3571
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
3572
|
+
EventTargets: [, (_) => de___listOfEventBridgeRuleTemplateTarget(_, context), `eventTargets`],
|
|
3573
|
+
EventType: [, import_smithy_client.expectString, `eventType`],
|
|
3574
|
+
GroupId: [, import_smithy_client.expectString, `groupId`],
|
|
3575
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
3576
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
3577
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
3578
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
2891
3579
|
});
|
|
2892
3580
|
Object.assign(contents, doc);
|
|
2893
3581
|
return contents;
|
|
2894
|
-
}, "
|
|
2895
|
-
var
|
|
3582
|
+
}, "de_GetEventBridgeRuleTemplateCommand");
|
|
3583
|
+
var de_GetEventBridgeRuleTemplateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2896
3584
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2897
3585
|
return de_CommandError(output, context);
|
|
2898
3586
|
}
|
|
@@ -2901,13 +3589,18 @@ var de_ListInputsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
2901
3589
|
});
|
|
2902
3590
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2903
3591
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2904
|
-
|
|
2905
|
-
|
|
3592
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
3593
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
3594
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
3595
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
3596
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
3597
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
3598
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
2906
3599
|
});
|
|
2907
3600
|
Object.assign(contents, doc);
|
|
2908
3601
|
return contents;
|
|
2909
|
-
}, "
|
|
2910
|
-
var
|
|
3602
|
+
}, "de_GetEventBridgeRuleTemplateGroupCommand");
|
|
3603
|
+
var de_GetSignalMapCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2911
3604
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2912
3605
|
return de_CommandError(output, context);
|
|
2913
3606
|
}
|
|
@@ -2916,13 +3609,33 @@ var de_ListInputSecurityGroupsCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
2916
3609
|
});
|
|
2917
3610
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2918
3611
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2919
|
-
|
|
2920
|
-
|
|
3612
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
3613
|
+
CloudWatchAlarmTemplateGroupIds: [, import_smithy_client._json, `cloudWatchAlarmTemplateGroupIds`],
|
|
3614
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
3615
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
3616
|
+
DiscoveryEntryPointArn: [, import_smithy_client.expectString, `discoveryEntryPointArn`],
|
|
3617
|
+
ErrorMessage: [, import_smithy_client.expectString, `errorMessage`],
|
|
3618
|
+
EventBridgeRuleTemplateGroupIds: [, import_smithy_client._json, `eventBridgeRuleTemplateGroupIds`],
|
|
3619
|
+
FailedMediaResourceMap: [, (_) => de_FailedMediaResourceMap(_, context), `failedMediaResourceMap`],
|
|
3620
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
3621
|
+
LastDiscoveredAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `lastDiscoveredAt`],
|
|
3622
|
+
LastSuccessfulMonitorDeployment: [
|
|
3623
|
+
,
|
|
3624
|
+
(_) => de_SuccessfulMonitorDeployment(_, context),
|
|
3625
|
+
`lastSuccessfulMonitorDeployment`
|
|
3626
|
+
],
|
|
3627
|
+
MediaResourceMap: [, (_) => de_MediaResourceMap(_, context), `mediaResourceMap`],
|
|
3628
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
3629
|
+
MonitorChangesPendingDeployment: [, import_smithy_client.expectBoolean, `monitorChangesPendingDeployment`],
|
|
3630
|
+
MonitorDeployment: [, (_) => de_MonitorDeployment(_, context), `monitorDeployment`],
|
|
3631
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
3632
|
+
Status: [, import_smithy_client.expectString, `status`],
|
|
3633
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
2921
3634
|
});
|
|
2922
3635
|
Object.assign(contents, doc);
|
|
2923
3636
|
return contents;
|
|
2924
|
-
}, "
|
|
2925
|
-
var
|
|
3637
|
+
}, "de_GetSignalMapCommand");
|
|
3638
|
+
var de_ListChannelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2926
3639
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2927
3640
|
return de_CommandError(output, context);
|
|
2928
3641
|
}
|
|
@@ -2931,13 +3644,13 @@ var de_ListMultiplexesCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
2931
3644
|
});
|
|
2932
3645
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2933
3646
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2934
|
-
|
|
3647
|
+
Channels: [, (_) => de___listOfChannelSummary(_, context), `channels`],
|
|
2935
3648
|
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
2936
3649
|
});
|
|
2937
3650
|
Object.assign(contents, doc);
|
|
2938
3651
|
return contents;
|
|
2939
|
-
}, "
|
|
2940
|
-
var
|
|
3652
|
+
}, "de_ListChannelsCommand");
|
|
3653
|
+
var de_ListCloudWatchAlarmTemplateGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2941
3654
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2942
3655
|
return de_CommandError(output, context);
|
|
2943
3656
|
}
|
|
@@ -2946,13 +3659,17 @@ var de_ListMultiplexProgramsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
2946
3659
|
});
|
|
2947
3660
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2948
3661
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2949
|
-
|
|
3662
|
+
CloudWatchAlarmTemplateGroups: [
|
|
3663
|
+
,
|
|
3664
|
+
(_) => de___listOfCloudWatchAlarmTemplateGroupSummary(_, context),
|
|
3665
|
+
`cloudWatchAlarmTemplateGroups`
|
|
3666
|
+
],
|
|
2950
3667
|
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
2951
3668
|
});
|
|
2952
3669
|
Object.assign(contents, doc);
|
|
2953
3670
|
return contents;
|
|
2954
|
-
}, "
|
|
2955
|
-
var
|
|
3671
|
+
}, "de_ListCloudWatchAlarmTemplateGroupsCommand");
|
|
3672
|
+
var de_ListCloudWatchAlarmTemplatesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2956
3673
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2957
3674
|
return de_CommandError(output, context);
|
|
2958
3675
|
}
|
|
@@ -2961,13 +3678,160 @@ var de_ListOfferingsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
2961
3678
|
});
|
|
2962
3679
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2963
3680
|
const doc = (0, import_smithy_client.take)(data, {
|
|
2964
|
-
|
|
2965
|
-
|
|
3681
|
+
CloudWatchAlarmTemplates: [
|
|
3682
|
+
,
|
|
3683
|
+
(_) => de___listOfCloudWatchAlarmTemplateSummary(_, context),
|
|
3684
|
+
`cloudWatchAlarmTemplates`
|
|
3685
|
+
],
|
|
3686
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
2966
3687
|
});
|
|
2967
3688
|
Object.assign(contents, doc);
|
|
2968
3689
|
return contents;
|
|
2969
|
-
}, "
|
|
2970
|
-
var
|
|
3690
|
+
}, "de_ListCloudWatchAlarmTemplatesCommand");
|
|
3691
|
+
var de_ListEventBridgeRuleTemplateGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3692
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3693
|
+
return de_CommandError(output, context);
|
|
3694
|
+
}
|
|
3695
|
+
const contents = (0, import_smithy_client.map)({
|
|
3696
|
+
$metadata: deserializeMetadata(output)
|
|
3697
|
+
});
|
|
3698
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3699
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3700
|
+
EventBridgeRuleTemplateGroups: [
|
|
3701
|
+
,
|
|
3702
|
+
(_) => de___listOfEventBridgeRuleTemplateGroupSummary(_, context),
|
|
3703
|
+
`eventBridgeRuleTemplateGroups`
|
|
3704
|
+
],
|
|
3705
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
3706
|
+
});
|
|
3707
|
+
Object.assign(contents, doc);
|
|
3708
|
+
return contents;
|
|
3709
|
+
}, "de_ListEventBridgeRuleTemplateGroupsCommand");
|
|
3710
|
+
var de_ListEventBridgeRuleTemplatesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3711
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3712
|
+
return de_CommandError(output, context);
|
|
3713
|
+
}
|
|
3714
|
+
const contents = (0, import_smithy_client.map)({
|
|
3715
|
+
$metadata: deserializeMetadata(output)
|
|
3716
|
+
});
|
|
3717
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3718
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3719
|
+
EventBridgeRuleTemplates: [
|
|
3720
|
+
,
|
|
3721
|
+
(_) => de___listOfEventBridgeRuleTemplateSummary(_, context),
|
|
3722
|
+
`eventBridgeRuleTemplates`
|
|
3723
|
+
],
|
|
3724
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
3725
|
+
});
|
|
3726
|
+
Object.assign(contents, doc);
|
|
3727
|
+
return contents;
|
|
3728
|
+
}, "de_ListEventBridgeRuleTemplatesCommand");
|
|
3729
|
+
var de_ListInputDevicesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3730
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3731
|
+
return de_CommandError(output, context);
|
|
3732
|
+
}
|
|
3733
|
+
const contents = (0, import_smithy_client.map)({
|
|
3734
|
+
$metadata: deserializeMetadata(output)
|
|
3735
|
+
});
|
|
3736
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3737
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3738
|
+
InputDevices: [, (_) => de___listOfInputDeviceSummary(_, context), `inputDevices`],
|
|
3739
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
3740
|
+
});
|
|
3741
|
+
Object.assign(contents, doc);
|
|
3742
|
+
return contents;
|
|
3743
|
+
}, "de_ListInputDevicesCommand");
|
|
3744
|
+
var de_ListInputDeviceTransfersCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3745
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3746
|
+
return de_CommandError(output, context);
|
|
3747
|
+
}
|
|
3748
|
+
const contents = (0, import_smithy_client.map)({
|
|
3749
|
+
$metadata: deserializeMetadata(output)
|
|
3750
|
+
});
|
|
3751
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3752
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3753
|
+
InputDeviceTransfers: [, (_) => de___listOfTransferringInputDeviceSummary(_, context), `inputDeviceTransfers`],
|
|
3754
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
3755
|
+
});
|
|
3756
|
+
Object.assign(contents, doc);
|
|
3757
|
+
return contents;
|
|
3758
|
+
}, "de_ListInputDeviceTransfersCommand");
|
|
3759
|
+
var de_ListInputsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3760
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3761
|
+
return de_CommandError(output, context);
|
|
3762
|
+
}
|
|
3763
|
+
const contents = (0, import_smithy_client.map)({
|
|
3764
|
+
$metadata: deserializeMetadata(output)
|
|
3765
|
+
});
|
|
3766
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3767
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3768
|
+
Inputs: [, (_) => de___listOfInput(_, context), `inputs`],
|
|
3769
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
3770
|
+
});
|
|
3771
|
+
Object.assign(contents, doc);
|
|
3772
|
+
return contents;
|
|
3773
|
+
}, "de_ListInputsCommand");
|
|
3774
|
+
var de_ListInputSecurityGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3775
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3776
|
+
return de_CommandError(output, context);
|
|
3777
|
+
}
|
|
3778
|
+
const contents = (0, import_smithy_client.map)({
|
|
3779
|
+
$metadata: deserializeMetadata(output)
|
|
3780
|
+
});
|
|
3781
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3782
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3783
|
+
InputSecurityGroups: [, (_) => de___listOfInputSecurityGroup(_, context), `inputSecurityGroups`],
|
|
3784
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
3785
|
+
});
|
|
3786
|
+
Object.assign(contents, doc);
|
|
3787
|
+
return contents;
|
|
3788
|
+
}, "de_ListInputSecurityGroupsCommand");
|
|
3789
|
+
var de_ListMultiplexesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3790
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3791
|
+
return de_CommandError(output, context);
|
|
3792
|
+
}
|
|
3793
|
+
const contents = (0, import_smithy_client.map)({
|
|
3794
|
+
$metadata: deserializeMetadata(output)
|
|
3795
|
+
});
|
|
3796
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3797
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3798
|
+
Multiplexes: [, (_) => de___listOfMultiplexSummary(_, context), `multiplexes`],
|
|
3799
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
3800
|
+
});
|
|
3801
|
+
Object.assign(contents, doc);
|
|
3802
|
+
return contents;
|
|
3803
|
+
}, "de_ListMultiplexesCommand");
|
|
3804
|
+
var de_ListMultiplexProgramsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3805
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3806
|
+
return de_CommandError(output, context);
|
|
3807
|
+
}
|
|
3808
|
+
const contents = (0, import_smithy_client.map)({
|
|
3809
|
+
$metadata: deserializeMetadata(output)
|
|
3810
|
+
});
|
|
3811
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3812
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3813
|
+
MultiplexPrograms: [, (_) => de___listOfMultiplexProgramSummary(_, context), `multiplexPrograms`],
|
|
3814
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`]
|
|
3815
|
+
});
|
|
3816
|
+
Object.assign(contents, doc);
|
|
3817
|
+
return contents;
|
|
3818
|
+
}, "de_ListMultiplexProgramsCommand");
|
|
3819
|
+
var de_ListOfferingsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3820
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3821
|
+
return de_CommandError(output, context);
|
|
3822
|
+
}
|
|
3823
|
+
const contents = (0, import_smithy_client.map)({
|
|
3824
|
+
$metadata: deserializeMetadata(output)
|
|
3825
|
+
});
|
|
3826
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3827
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3828
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`],
|
|
3829
|
+
Offerings: [, (_) => de___listOfOffering(_, context), `offerings`]
|
|
3830
|
+
});
|
|
3831
|
+
Object.assign(contents, doc);
|
|
3832
|
+
return contents;
|
|
3833
|
+
}, "de_ListOfferingsCommand");
|
|
3834
|
+
var de_ListReservationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2971
3835
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2972
3836
|
return de_CommandError(output, context);
|
|
2973
3837
|
}
|
|
@@ -2982,6 +3846,21 @@ var de_ListReservationsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
2982
3846
|
Object.assign(contents, doc);
|
|
2983
3847
|
return contents;
|
|
2984
3848
|
}, "de_ListReservationsCommand");
|
|
3849
|
+
var de_ListSignalMapsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3850
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3851
|
+
return de_CommandError(output, context);
|
|
3852
|
+
}
|
|
3853
|
+
const contents = (0, import_smithy_client.map)({
|
|
3854
|
+
$metadata: deserializeMetadata(output)
|
|
3855
|
+
});
|
|
3856
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3857
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3858
|
+
NextToken: [, import_smithy_client.expectString, `nextToken`],
|
|
3859
|
+
SignalMaps: [, (_) => de___listOfSignalMapSummary(_, context), `signalMaps`]
|
|
3860
|
+
});
|
|
3861
|
+
Object.assign(contents, doc);
|
|
3862
|
+
return contents;
|
|
3863
|
+
}, "de_ListSignalMapsCommand");
|
|
2985
3864
|
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2986
3865
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2987
3866
|
return de_CommandError(output, context);
|
|
@@ -3093,6 +3972,41 @@ var de_StartChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
3093
3972
|
Object.assign(contents, doc);
|
|
3094
3973
|
return contents;
|
|
3095
3974
|
}, "de_StartChannelCommand");
|
|
3975
|
+
var de_StartDeleteMonitorDeploymentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3976
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
3977
|
+
return de_CommandError(output, context);
|
|
3978
|
+
}
|
|
3979
|
+
const contents = (0, import_smithy_client.map)({
|
|
3980
|
+
$metadata: deserializeMetadata(output)
|
|
3981
|
+
});
|
|
3982
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
3983
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
3984
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
3985
|
+
CloudWatchAlarmTemplateGroupIds: [, import_smithy_client._json, `cloudWatchAlarmTemplateGroupIds`],
|
|
3986
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
3987
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
3988
|
+
DiscoveryEntryPointArn: [, import_smithy_client.expectString, `discoveryEntryPointArn`],
|
|
3989
|
+
ErrorMessage: [, import_smithy_client.expectString, `errorMessage`],
|
|
3990
|
+
EventBridgeRuleTemplateGroupIds: [, import_smithy_client._json, `eventBridgeRuleTemplateGroupIds`],
|
|
3991
|
+
FailedMediaResourceMap: [, (_) => de_FailedMediaResourceMap(_, context), `failedMediaResourceMap`],
|
|
3992
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
3993
|
+
LastDiscoveredAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `lastDiscoveredAt`],
|
|
3994
|
+
LastSuccessfulMonitorDeployment: [
|
|
3995
|
+
,
|
|
3996
|
+
(_) => de_SuccessfulMonitorDeployment(_, context),
|
|
3997
|
+
`lastSuccessfulMonitorDeployment`
|
|
3998
|
+
],
|
|
3999
|
+
MediaResourceMap: [, (_) => de_MediaResourceMap(_, context), `mediaResourceMap`],
|
|
4000
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
4001
|
+
MonitorChangesPendingDeployment: [, import_smithy_client.expectBoolean, `monitorChangesPendingDeployment`],
|
|
4002
|
+
MonitorDeployment: [, (_) => de_MonitorDeployment(_, context), `monitorDeployment`],
|
|
4003
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
4004
|
+
Status: [, import_smithy_client.expectString, `status`],
|
|
4005
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
4006
|
+
});
|
|
4007
|
+
Object.assign(contents, doc);
|
|
4008
|
+
return contents;
|
|
4009
|
+
}, "de_StartDeleteMonitorDeploymentCommand");
|
|
3096
4010
|
var de_StartInputDeviceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3097
4011
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3098
4012
|
return de_CommandError(output, context);
|
|
@@ -3113,6 +4027,41 @@ var de_StartInputDeviceMaintenanceWindowCommand = /* @__PURE__ */ __name(async (
|
|
|
3113
4027
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3114
4028
|
return contents;
|
|
3115
4029
|
}, "de_StartInputDeviceMaintenanceWindowCommand");
|
|
4030
|
+
var de_StartMonitorDeploymentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4031
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
4032
|
+
return de_CommandError(output, context);
|
|
4033
|
+
}
|
|
4034
|
+
const contents = (0, import_smithy_client.map)({
|
|
4035
|
+
$metadata: deserializeMetadata(output)
|
|
4036
|
+
});
|
|
4037
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4038
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4039
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
4040
|
+
CloudWatchAlarmTemplateGroupIds: [, import_smithy_client._json, `cloudWatchAlarmTemplateGroupIds`],
|
|
4041
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
4042
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
4043
|
+
DiscoveryEntryPointArn: [, import_smithy_client.expectString, `discoveryEntryPointArn`],
|
|
4044
|
+
ErrorMessage: [, import_smithy_client.expectString, `errorMessage`],
|
|
4045
|
+
EventBridgeRuleTemplateGroupIds: [, import_smithy_client._json, `eventBridgeRuleTemplateGroupIds`],
|
|
4046
|
+
FailedMediaResourceMap: [, (_) => de_FailedMediaResourceMap(_, context), `failedMediaResourceMap`],
|
|
4047
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
4048
|
+
LastDiscoveredAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `lastDiscoveredAt`],
|
|
4049
|
+
LastSuccessfulMonitorDeployment: [
|
|
4050
|
+
,
|
|
4051
|
+
(_) => de_SuccessfulMonitorDeployment(_, context),
|
|
4052
|
+
`lastSuccessfulMonitorDeployment`
|
|
4053
|
+
],
|
|
4054
|
+
MediaResourceMap: [, (_) => de_MediaResourceMap(_, context), `mediaResourceMap`],
|
|
4055
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
4056
|
+
MonitorChangesPendingDeployment: [, import_smithy_client.expectBoolean, `monitorChangesPendingDeployment`],
|
|
4057
|
+
MonitorDeployment: [, (_) => de_MonitorDeployment(_, context), `monitorDeployment`],
|
|
4058
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
4059
|
+
Status: [, import_smithy_client.expectString, `status`],
|
|
4060
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
4061
|
+
});
|
|
4062
|
+
Object.assign(contents, doc);
|
|
4063
|
+
return contents;
|
|
4064
|
+
}, "de_StartMonitorDeploymentCommand");
|
|
3116
4065
|
var de_StartMultiplexCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3117
4066
|
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
3118
4067
|
return de_CommandError(output, context);
|
|
@@ -3136,6 +4085,41 @@ var de_StartMultiplexCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
3136
4085
|
Object.assign(contents, doc);
|
|
3137
4086
|
return contents;
|
|
3138
4087
|
}, "de_StartMultiplexCommand");
|
|
4088
|
+
var de_StartUpdateSignalMapCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4089
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
4090
|
+
return de_CommandError(output, context);
|
|
4091
|
+
}
|
|
4092
|
+
const contents = (0, import_smithy_client.map)({
|
|
4093
|
+
$metadata: deserializeMetadata(output)
|
|
4094
|
+
});
|
|
4095
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4096
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4097
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
4098
|
+
CloudWatchAlarmTemplateGroupIds: [, import_smithy_client._json, `cloudWatchAlarmTemplateGroupIds`],
|
|
4099
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
4100
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
4101
|
+
DiscoveryEntryPointArn: [, import_smithy_client.expectString, `discoveryEntryPointArn`],
|
|
4102
|
+
ErrorMessage: [, import_smithy_client.expectString, `errorMessage`],
|
|
4103
|
+
EventBridgeRuleTemplateGroupIds: [, import_smithy_client._json, `eventBridgeRuleTemplateGroupIds`],
|
|
4104
|
+
FailedMediaResourceMap: [, (_) => de_FailedMediaResourceMap(_, context), `failedMediaResourceMap`],
|
|
4105
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
4106
|
+
LastDiscoveredAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `lastDiscoveredAt`],
|
|
4107
|
+
LastSuccessfulMonitorDeployment: [
|
|
4108
|
+
,
|
|
4109
|
+
(_) => de_SuccessfulMonitorDeployment(_, context),
|
|
4110
|
+
`lastSuccessfulMonitorDeployment`
|
|
4111
|
+
],
|
|
4112
|
+
MediaResourceMap: [, (_) => de_MediaResourceMap(_, context), `mediaResourceMap`],
|
|
4113
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
4114
|
+
MonitorChangesPendingDeployment: [, import_smithy_client.expectBoolean, `monitorChangesPendingDeployment`],
|
|
4115
|
+
MonitorDeployment: [, (_) => de_MonitorDeployment(_, context), `monitorDeployment`],
|
|
4116
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
4117
|
+
Status: [, import_smithy_client.expectString, `status`],
|
|
4118
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
4119
|
+
});
|
|
4120
|
+
Object.assign(contents, doc);
|
|
4121
|
+
return contents;
|
|
4122
|
+
}, "de_StartUpdateSignalMapCommand");
|
|
3139
4123
|
var de_StopChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3140
4124
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3141
4125
|
return de_CommandError(output, context);
|
|
@@ -3252,6 +4236,99 @@ var de_UpdateChannelClassCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
3252
4236
|
Object.assign(contents, doc);
|
|
3253
4237
|
return contents;
|
|
3254
4238
|
}, "de_UpdateChannelClassCommand");
|
|
4239
|
+
var de_UpdateCloudWatchAlarmTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4240
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4241
|
+
return de_CommandError(output, context);
|
|
4242
|
+
}
|
|
4243
|
+
const contents = (0, import_smithy_client.map)({
|
|
4244
|
+
$metadata: deserializeMetadata(output)
|
|
4245
|
+
});
|
|
4246
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4247
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4248
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
4249
|
+
ComparisonOperator: [, import_smithy_client.expectString, `comparisonOperator`],
|
|
4250
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
4251
|
+
DatapointsToAlarm: [, import_smithy_client.expectInt32, `datapointsToAlarm`],
|
|
4252
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
4253
|
+
EvaluationPeriods: [, import_smithy_client.expectInt32, `evaluationPeriods`],
|
|
4254
|
+
GroupId: [, import_smithy_client.expectString, `groupId`],
|
|
4255
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
4256
|
+
MetricName: [, import_smithy_client.expectString, `metricName`],
|
|
4257
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
4258
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
4259
|
+
Period: [, import_smithy_client.expectInt32, `period`],
|
|
4260
|
+
Statistic: [, import_smithy_client.expectString, `statistic`],
|
|
4261
|
+
Tags: [, import_smithy_client._json, `tags`],
|
|
4262
|
+
TargetResourceType: [, import_smithy_client.expectString, `targetResourceType`],
|
|
4263
|
+
Threshold: [, import_smithy_client.limitedParseDouble, `threshold`],
|
|
4264
|
+
TreatMissingData: [, import_smithy_client.expectString, `treatMissingData`]
|
|
4265
|
+
});
|
|
4266
|
+
Object.assign(contents, doc);
|
|
4267
|
+
return contents;
|
|
4268
|
+
}, "de_UpdateCloudWatchAlarmTemplateCommand");
|
|
4269
|
+
var de_UpdateCloudWatchAlarmTemplateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4270
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4271
|
+
return de_CommandError(output, context);
|
|
4272
|
+
}
|
|
4273
|
+
const contents = (0, import_smithy_client.map)({
|
|
4274
|
+
$metadata: deserializeMetadata(output)
|
|
4275
|
+
});
|
|
4276
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4277
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4278
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
4279
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
4280
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
4281
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
4282
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
4283
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
4284
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
4285
|
+
});
|
|
4286
|
+
Object.assign(contents, doc);
|
|
4287
|
+
return contents;
|
|
4288
|
+
}, "de_UpdateCloudWatchAlarmTemplateGroupCommand");
|
|
4289
|
+
var de_UpdateEventBridgeRuleTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4290
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4291
|
+
return de_CommandError(output, context);
|
|
4292
|
+
}
|
|
4293
|
+
const contents = (0, import_smithy_client.map)({
|
|
4294
|
+
$metadata: deserializeMetadata(output)
|
|
4295
|
+
});
|
|
4296
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4297
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4298
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
4299
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
4300
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
4301
|
+
EventTargets: [, (_) => de___listOfEventBridgeRuleTemplateTarget(_, context), `eventTargets`],
|
|
4302
|
+
EventType: [, import_smithy_client.expectString, `eventType`],
|
|
4303
|
+
GroupId: [, import_smithy_client.expectString, `groupId`],
|
|
4304
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
4305
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
4306
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
4307
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
4308
|
+
});
|
|
4309
|
+
Object.assign(contents, doc);
|
|
4310
|
+
return contents;
|
|
4311
|
+
}, "de_UpdateEventBridgeRuleTemplateCommand");
|
|
4312
|
+
var de_UpdateEventBridgeRuleTemplateGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4313
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4314
|
+
return de_CommandError(output, context);
|
|
4315
|
+
}
|
|
4316
|
+
const contents = (0, import_smithy_client.map)({
|
|
4317
|
+
$metadata: deserializeMetadata(output)
|
|
4318
|
+
});
|
|
4319
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4320
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4321
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
4322
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
4323
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
4324
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
4325
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
4326
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
4327
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
4328
|
+
});
|
|
4329
|
+
Object.assign(contents, doc);
|
|
4330
|
+
return contents;
|
|
4331
|
+
}, "de_UpdateEventBridgeRuleTemplateGroupCommand");
|
|
3255
4332
|
var de_UpdateInputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3256
4333
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3257
4334
|
return de_CommandError(output, context);
|
|
@@ -3553,6 +4630,11 @@ var se___listOfColorCorrection = /* @__PURE__ */ __name((input, context) => {
|
|
|
3553
4630
|
return se_ColorCorrection(entry, context);
|
|
3554
4631
|
});
|
|
3555
4632
|
}, "se___listOfColorCorrection");
|
|
4633
|
+
var se___listOfEventBridgeRuleTemplateTarget = /* @__PURE__ */ __name((input, context) => {
|
|
4634
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
4635
|
+
return se_EventBridgeRuleTemplateTarget(entry, context);
|
|
4636
|
+
});
|
|
4637
|
+
}, "se___listOfEventBridgeRuleTemplateTarget");
|
|
3556
4638
|
var se___listOfFailoverCondition = /* @__PURE__ */ __name((input, context) => {
|
|
3557
4639
|
return input.filter((e) => e != null).map((entry) => {
|
|
3558
4640
|
return se_FailoverCondition(entry, context);
|
|
@@ -4112,6 +5194,11 @@ var se_Esam = /* @__PURE__ */ __name((input, context) => {
|
|
|
4112
5194
|
zoneIdentity: [, , `ZoneIdentity`]
|
|
4113
5195
|
});
|
|
4114
5196
|
}, "se_Esam");
|
|
5197
|
+
var se_EventBridgeRuleTemplateTarget = /* @__PURE__ */ __name((input, context) => {
|
|
5198
|
+
return (0, import_smithy_client.take)(input, {
|
|
5199
|
+
arn: [, , `Arn`]
|
|
5200
|
+
});
|
|
5201
|
+
}, "se_EventBridgeRuleTemplateTarget");
|
|
4115
5202
|
var se_FailoverCondition = /* @__PURE__ */ __name((input, context) => {
|
|
4116
5203
|
return (0, import_smithy_client.take)(input, {
|
|
4117
5204
|
failoverConditionSettings: [, (_) => se_FailoverConditionSettings(_, context), `FailoverConditionSettings`]
|
|
@@ -5398,12 +6485,42 @@ var de___listOfChannelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5398
6485
|
});
|
|
5399
6486
|
return retVal;
|
|
5400
6487
|
}, "de___listOfChannelSummary");
|
|
6488
|
+
var de___listOfCloudWatchAlarmTemplateGroupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
6489
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6490
|
+
return de_CloudWatchAlarmTemplateGroupSummary(entry, context);
|
|
6491
|
+
});
|
|
6492
|
+
return retVal;
|
|
6493
|
+
}, "de___listOfCloudWatchAlarmTemplateGroupSummary");
|
|
6494
|
+
var de___listOfCloudWatchAlarmTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
6495
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6496
|
+
return de_CloudWatchAlarmTemplateSummary(entry, context);
|
|
6497
|
+
});
|
|
6498
|
+
return retVal;
|
|
6499
|
+
}, "de___listOfCloudWatchAlarmTemplateSummary");
|
|
5401
6500
|
var de___listOfColorCorrection = /* @__PURE__ */ __name((output, context) => {
|
|
5402
6501
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5403
6502
|
return de_ColorCorrection(entry, context);
|
|
5404
6503
|
});
|
|
5405
6504
|
return retVal;
|
|
5406
6505
|
}, "de___listOfColorCorrection");
|
|
6506
|
+
var de___listOfEventBridgeRuleTemplateGroupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
6507
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6508
|
+
return de_EventBridgeRuleTemplateGroupSummary(entry, context);
|
|
6509
|
+
});
|
|
6510
|
+
return retVal;
|
|
6511
|
+
}, "de___listOfEventBridgeRuleTemplateGroupSummary");
|
|
6512
|
+
var de___listOfEventBridgeRuleTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
6513
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6514
|
+
return de_EventBridgeRuleTemplateSummary(entry, context);
|
|
6515
|
+
});
|
|
6516
|
+
return retVal;
|
|
6517
|
+
}, "de___listOfEventBridgeRuleTemplateSummary");
|
|
6518
|
+
var de___listOfEventBridgeRuleTemplateTarget = /* @__PURE__ */ __name((output, context) => {
|
|
6519
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6520
|
+
return de_EventBridgeRuleTemplateTarget(entry, context);
|
|
6521
|
+
});
|
|
6522
|
+
return retVal;
|
|
6523
|
+
}, "de___listOfEventBridgeRuleTemplateTarget");
|
|
5407
6524
|
var de___listOfFailoverCondition = /* @__PURE__ */ __name((output, context) => {
|
|
5408
6525
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5409
6526
|
return de_FailoverCondition(entry, context);
|
|
@@ -5482,6 +6599,12 @@ var de___listOfMediaPackageOutputDestinationSettings = /* @__PURE__ */ __name((o
|
|
|
5482
6599
|
});
|
|
5483
6600
|
return retVal;
|
|
5484
6601
|
}, "de___listOfMediaPackageOutputDestinationSettings");
|
|
6602
|
+
var de___listOfMediaResourceNeighbor = /* @__PURE__ */ __name((output, context) => {
|
|
6603
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6604
|
+
return de_MediaResourceNeighbor(entry, context);
|
|
6605
|
+
});
|
|
6606
|
+
return retVal;
|
|
6607
|
+
}, "de___listOfMediaResourceNeighbor");
|
|
5485
6608
|
var de___listOfMultiplexOutputDestination = /* @__PURE__ */ __name((output, context) => {
|
|
5486
6609
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5487
6610
|
return de_MultiplexOutputDestination(entry, context);
|
|
@@ -5566,6 +6689,12 @@ var de___listOfScte35Descriptor = /* @__PURE__ */ __name((output, context) => {
|
|
|
5566
6689
|
});
|
|
5567
6690
|
return retVal;
|
|
5568
6691
|
}, "de___listOfScte35Descriptor");
|
|
6692
|
+
var de___listOfSignalMapSummary = /* @__PURE__ */ __name((output, context) => {
|
|
6693
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
6694
|
+
return de_SignalMapSummary(entry, context);
|
|
6695
|
+
});
|
|
6696
|
+
return retVal;
|
|
6697
|
+
}, "de___listOfSignalMapSummary");
|
|
5569
6698
|
var de___listOfThumbnail = /* @__PURE__ */ __name((output, context) => {
|
|
5570
6699
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
5571
6700
|
return de_Thumbnail(entry, context);
|
|
@@ -5963,6 +7092,39 @@ var de_ChannelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
5963
7092
|
Vpc: [, (_) => de_VpcOutputSettingsDescription(_, context), `vpc`]
|
|
5964
7093
|
});
|
|
5965
7094
|
}, "de_ChannelSummary");
|
|
7095
|
+
var de_CloudWatchAlarmTemplateGroupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
7096
|
+
return (0, import_smithy_client.take)(output, {
|
|
7097
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
7098
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
7099
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
7100
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
7101
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
7102
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
7103
|
+
Tags: [, import_smithy_client._json, `tags`],
|
|
7104
|
+
TemplateCount: [, import_smithy_client.expectInt32, `templateCount`]
|
|
7105
|
+
});
|
|
7106
|
+
}, "de_CloudWatchAlarmTemplateGroupSummary");
|
|
7107
|
+
var de_CloudWatchAlarmTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
7108
|
+
return (0, import_smithy_client.take)(output, {
|
|
7109
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
7110
|
+
ComparisonOperator: [, import_smithy_client.expectString, `comparisonOperator`],
|
|
7111
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
7112
|
+
DatapointsToAlarm: [, import_smithy_client.expectInt32, `datapointsToAlarm`],
|
|
7113
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
7114
|
+
EvaluationPeriods: [, import_smithy_client.expectInt32, `evaluationPeriods`],
|
|
7115
|
+
GroupId: [, import_smithy_client.expectString, `groupId`],
|
|
7116
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
7117
|
+
MetricName: [, import_smithy_client.expectString, `metricName`],
|
|
7118
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
7119
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
7120
|
+
Period: [, import_smithy_client.expectInt32, `period`],
|
|
7121
|
+
Statistic: [, import_smithy_client.expectString, `statistic`],
|
|
7122
|
+
Tags: [, import_smithy_client._json, `tags`],
|
|
7123
|
+
TargetResourceType: [, import_smithy_client.expectString, `targetResourceType`],
|
|
7124
|
+
Threshold: [, import_smithy_client.limitedParseDouble, `threshold`],
|
|
7125
|
+
TreatMissingData: [, import_smithy_client.expectString, `treatMissingData`]
|
|
7126
|
+
});
|
|
7127
|
+
}, "de_CloudWatchAlarmTemplateSummary");
|
|
5966
7128
|
var de_CmafIngestGroupSettings = /* @__PURE__ */ __name((output, context) => {
|
|
5967
7129
|
return (0, import_smithy_client.take)(output, {
|
|
5968
7130
|
Destination: [, (_) => de_OutputLocationRef(_, context), `destination`],
|
|
@@ -6126,6 +7288,46 @@ var de_Esam = /* @__PURE__ */ __name((output, context) => {
|
|
|
6126
7288
|
ZoneIdentity: [, import_smithy_client.expectString, `zoneIdentity`]
|
|
6127
7289
|
});
|
|
6128
7290
|
}, "de_Esam");
|
|
7291
|
+
var de_EventBridgeRuleTemplateGroupSummary = /* @__PURE__ */ __name((output, context) => {
|
|
7292
|
+
return (0, import_smithy_client.take)(output, {
|
|
7293
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
7294
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
7295
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
7296
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
7297
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
7298
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
7299
|
+
Tags: [, import_smithy_client._json, `tags`],
|
|
7300
|
+
TemplateCount: [, import_smithy_client.expectInt32, `templateCount`]
|
|
7301
|
+
});
|
|
7302
|
+
}, "de_EventBridgeRuleTemplateGroupSummary");
|
|
7303
|
+
var de_EventBridgeRuleTemplateSummary = /* @__PURE__ */ __name((output, context) => {
|
|
7304
|
+
return (0, import_smithy_client.take)(output, {
|
|
7305
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
7306
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
7307
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
7308
|
+
EventTargetCount: [, import_smithy_client.expectInt32, `eventTargetCount`],
|
|
7309
|
+
EventType: [, import_smithy_client.expectString, `eventType`],
|
|
7310
|
+
GroupId: [, import_smithy_client.expectString, `groupId`],
|
|
7311
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
7312
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
7313
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
7314
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
7315
|
+
});
|
|
7316
|
+
}, "de_EventBridgeRuleTemplateSummary");
|
|
7317
|
+
var de_EventBridgeRuleTemplateTarget = /* @__PURE__ */ __name((output, context) => {
|
|
7318
|
+
return (0, import_smithy_client.take)(output, {
|
|
7319
|
+
Arn: [, import_smithy_client.expectString, `arn`]
|
|
7320
|
+
});
|
|
7321
|
+
}, "de_EventBridgeRuleTemplateTarget");
|
|
7322
|
+
var de_FailedMediaResourceMap = /* @__PURE__ */ __name((output, context) => {
|
|
7323
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
7324
|
+
if (value === null) {
|
|
7325
|
+
return acc;
|
|
7326
|
+
}
|
|
7327
|
+
acc[key] = de_MediaResource(value, context);
|
|
7328
|
+
return acc;
|
|
7329
|
+
}, {});
|
|
7330
|
+
}, "de_FailedMediaResourceMap");
|
|
6129
7331
|
var de_FailoverCondition = /* @__PURE__ */ __name((output, context) => {
|
|
6130
7332
|
return (0, import_smithy_client.take)(output, {
|
|
6131
7333
|
FailoverConditionSettings: [, (_) => de_FailoverConditionSettings(_, context), `failoverConditionSettings`]
|
|
@@ -6778,6 +7980,35 @@ var de_MediaPackageOutputDestinationSettings = /* @__PURE__ */ __name((output, c
|
|
|
6778
7980
|
ChannelId: [, import_smithy_client.expectString, `channelId`]
|
|
6779
7981
|
});
|
|
6780
7982
|
}, "de_MediaPackageOutputDestinationSettings");
|
|
7983
|
+
var de_MediaResource = /* @__PURE__ */ __name((output, context) => {
|
|
7984
|
+
return (0, import_smithy_client.take)(output, {
|
|
7985
|
+
Destinations: [, (_) => de___listOfMediaResourceNeighbor(_, context), `destinations`],
|
|
7986
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
7987
|
+
Sources: [, (_) => de___listOfMediaResourceNeighbor(_, context), `sources`]
|
|
7988
|
+
});
|
|
7989
|
+
}, "de_MediaResource");
|
|
7990
|
+
var de_MediaResourceMap = /* @__PURE__ */ __name((output, context) => {
|
|
7991
|
+
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
7992
|
+
if (value === null) {
|
|
7993
|
+
return acc;
|
|
7994
|
+
}
|
|
7995
|
+
acc[key] = de_MediaResource(value, context);
|
|
7996
|
+
return acc;
|
|
7997
|
+
}, {});
|
|
7998
|
+
}, "de_MediaResourceMap");
|
|
7999
|
+
var de_MediaResourceNeighbor = /* @__PURE__ */ __name((output, context) => {
|
|
8000
|
+
return (0, import_smithy_client.take)(output, {
|
|
8001
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
8002
|
+
Name: [, import_smithy_client.expectString, `name`]
|
|
8003
|
+
});
|
|
8004
|
+
}, "de_MediaResourceNeighbor");
|
|
8005
|
+
var de_MonitorDeployment = /* @__PURE__ */ __name((output, context) => {
|
|
8006
|
+
return (0, import_smithy_client.take)(output, {
|
|
8007
|
+
DetailsUri: [, import_smithy_client.expectString, `detailsUri`],
|
|
8008
|
+
ErrorMessage: [, import_smithy_client.expectString, `errorMessage`],
|
|
8009
|
+
Status: [, import_smithy_client.expectString, `status`]
|
|
8010
|
+
});
|
|
8011
|
+
}, "de_MonitorDeployment");
|
|
6781
8012
|
var de_MotionGraphicsActivateScheduleActionSettings = /* @__PURE__ */ __name((output, context) => {
|
|
6782
8013
|
return (0, import_smithy_client.take)(output, {
|
|
6783
8014
|
Duration: [, import_smithy_client.expectLong, `duration`],
|
|
@@ -7367,6 +8598,19 @@ var de_Scte35TimeSignalScheduleActionSettings = /* @__PURE__ */ __name((output,
|
|
|
7367
8598
|
Scte35Descriptors: [, (_) => de___listOfScte35Descriptor(_, context), `scte35Descriptors`]
|
|
7368
8599
|
});
|
|
7369
8600
|
}, "de_Scte35TimeSignalScheduleActionSettings");
|
|
8601
|
+
var de_SignalMapSummary = /* @__PURE__ */ __name((output, context) => {
|
|
8602
|
+
return (0, import_smithy_client.take)(output, {
|
|
8603
|
+
Arn: [, import_smithy_client.expectString, `arn`],
|
|
8604
|
+
CreatedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `createdAt`],
|
|
8605
|
+
Description: [, import_smithy_client.expectString, `description`],
|
|
8606
|
+
Id: [, import_smithy_client.expectString, `id`],
|
|
8607
|
+
ModifiedAt: [, (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), `modifiedAt`],
|
|
8608
|
+
MonitorDeploymentStatus: [, import_smithy_client.expectString, `monitorDeploymentStatus`],
|
|
8609
|
+
Name: [, import_smithy_client.expectString, `name`],
|
|
8610
|
+
Status: [, import_smithy_client.expectString, `status`],
|
|
8611
|
+
Tags: [, import_smithy_client._json, `tags`]
|
|
8612
|
+
});
|
|
8613
|
+
}, "de_SignalMapSummary");
|
|
7370
8614
|
var de_StandardHlsSettings = /* @__PURE__ */ __name((output, context) => {
|
|
7371
8615
|
return (0, import_smithy_client.take)(output, {
|
|
7372
8616
|
AudioRenditionSets: [, import_smithy_client.expectString, `audioRenditionSets`],
|
|
@@ -7432,6 +8676,12 @@ var de_StopTimecode = /* @__PURE__ */ __name((output, context) => {
|
|
|
7432
8676
|
Timecode: [, import_smithy_client.expectString, `timecode`]
|
|
7433
8677
|
});
|
|
7434
8678
|
}, "de_StopTimecode");
|
|
8679
|
+
var de_SuccessfulMonitorDeployment = /* @__PURE__ */ __name((output, context) => {
|
|
8680
|
+
return (0, import_smithy_client.take)(output, {
|
|
8681
|
+
DetailsUri: [, import_smithy_client.expectString, `detailsUri`],
|
|
8682
|
+
Status: [, import_smithy_client.expectString, `status`]
|
|
8683
|
+
});
|
|
8684
|
+
}, "de_SuccessfulMonitorDeployment");
|
|
7435
8685
|
var de_TeletextSourceSettings = /* @__PURE__ */ __name((output, context) => {
|
|
7436
8686
|
return (0, import_smithy_client.take)(output, {
|
|
7437
8687
|
OutputRectangle: [, (_) => de_CaptionRectangle(_, context), `outputRectangle`],
|
|
@@ -7602,8 +8852,11 @@ var _CC = "ChannelClass";
|
|
|
7602
8852
|
var _CCh = "ChannelConfiguration";
|
|
7603
8853
|
var _CL = "ContentLength";
|
|
7604
8854
|
var _CT = "ContentType";
|
|
8855
|
+
var _CWATGI = "CloudWatchAlarmTemplateGroupIdentifier";
|
|
7605
8856
|
var _D = "Duration";
|
|
8857
|
+
var _EBRTGI = "EventBridgeRuleTemplateGroupIdentifier";
|
|
7606
8858
|
var _ET = "ETag";
|
|
8859
|
+
var _GI = "GroupIdentifier";
|
|
7607
8860
|
var _LM = "LastModified";
|
|
7608
8861
|
var _MB = "MaximumBitrate";
|
|
7609
8862
|
var _MF = "MaximumFramerate";
|
|
@@ -7612,7 +8865,9 @@ var _NT = "NextToken";
|
|
|
7612
8865
|
var _PI = "PipelineId";
|
|
7613
8866
|
var _R = "Resolution";
|
|
7614
8867
|
var _RT = "ResourceType";
|
|
8868
|
+
var _S = "Scope";
|
|
7615
8869
|
var _SF = "SpecialFeature";
|
|
8870
|
+
var _SMI = "SignalMapIdentifier";
|
|
7616
8871
|
var _TK = "TagKeys";
|
|
7617
8872
|
var _TT = "ThumbnailType";
|
|
7618
8873
|
var _TTr = "TransferType";
|
|
@@ -7621,10 +8876,13 @@ var _a = "accept";
|
|
|
7621
8876
|
var _c = "codec";
|
|
7622
8877
|
var _cC = "channelClass";
|
|
7623
8878
|
var _cCh = "channelConfiguration";
|
|
8879
|
+
var _cWATGI = "cloudWatchAlarmTemplateGroupIdentifier";
|
|
7624
8880
|
var _cl = "content-length";
|
|
7625
8881
|
var _ct = "content-type";
|
|
7626
8882
|
var _d = "duration";
|
|
7627
8883
|
var _e = "etag";
|
|
8884
|
+
var _eBRTGI = "eventBridgeRuleTemplateGroupIdentifier";
|
|
8885
|
+
var _gI = "groupIdentifier";
|
|
7628
8886
|
var _lm = "last-modified";
|
|
7629
8887
|
var _mB = "maximumBitrate";
|
|
7630
8888
|
var _mF = "maximumFramerate";
|
|
@@ -7633,7 +8891,9 @@ var _nT = "nextToken";
|
|
|
7633
8891
|
var _pI = "pipelineId";
|
|
7634
8892
|
var _r = "resolution";
|
|
7635
8893
|
var _rT = "resourceType";
|
|
8894
|
+
var _s = "scope";
|
|
7636
8895
|
var _sF = "specialFeature";
|
|
8896
|
+
var _sMI = "signalMapIdentifier";
|
|
7637
8897
|
var _tK = "tagKeys";
|
|
7638
8898
|
var _tT = "thumbnailType";
|
|
7639
8899
|
var _tTr = "transferType";
|
|
@@ -7771,6 +9031,74 @@ var _CreateChannelCommand = class _CreateChannelCommand extends import_smithy_cl
|
|
|
7771
9031
|
__name(_CreateChannelCommand, "CreateChannelCommand");
|
|
7772
9032
|
var CreateChannelCommand = _CreateChannelCommand;
|
|
7773
9033
|
|
|
9034
|
+
// src/commands/CreateCloudWatchAlarmTemplateCommand.ts
|
|
9035
|
+
|
|
9036
|
+
|
|
9037
|
+
|
|
9038
|
+
|
|
9039
|
+
var _CreateCloudWatchAlarmTemplateCommand = class _CreateCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9040
|
+
...commonParams
|
|
9041
|
+
}).m(function(Command, cs, config, o) {
|
|
9042
|
+
return [
|
|
9043
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9044
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9045
|
+
];
|
|
9046
|
+
}).s("MediaLive", "CreateCloudWatchAlarmTemplate", {}).n("MediaLiveClient", "CreateCloudWatchAlarmTemplateCommand").f(void 0, void 0).ser(se_CreateCloudWatchAlarmTemplateCommand).de(de_CreateCloudWatchAlarmTemplateCommand).build() {
|
|
9047
|
+
};
|
|
9048
|
+
__name(_CreateCloudWatchAlarmTemplateCommand, "CreateCloudWatchAlarmTemplateCommand");
|
|
9049
|
+
var CreateCloudWatchAlarmTemplateCommand = _CreateCloudWatchAlarmTemplateCommand;
|
|
9050
|
+
|
|
9051
|
+
// src/commands/CreateCloudWatchAlarmTemplateGroupCommand.ts
|
|
9052
|
+
|
|
9053
|
+
|
|
9054
|
+
|
|
9055
|
+
|
|
9056
|
+
var _CreateCloudWatchAlarmTemplateGroupCommand = class _CreateCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9057
|
+
...commonParams
|
|
9058
|
+
}).m(function(Command, cs, config, o) {
|
|
9059
|
+
return [
|
|
9060
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9061
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9062
|
+
];
|
|
9063
|
+
}).s("MediaLive", "CreateCloudWatchAlarmTemplateGroup", {}).n("MediaLiveClient", "CreateCloudWatchAlarmTemplateGroupCommand").f(void 0, void 0).ser(se_CreateCloudWatchAlarmTemplateGroupCommand).de(de_CreateCloudWatchAlarmTemplateGroupCommand).build() {
|
|
9064
|
+
};
|
|
9065
|
+
__name(_CreateCloudWatchAlarmTemplateGroupCommand, "CreateCloudWatchAlarmTemplateGroupCommand");
|
|
9066
|
+
var CreateCloudWatchAlarmTemplateGroupCommand = _CreateCloudWatchAlarmTemplateGroupCommand;
|
|
9067
|
+
|
|
9068
|
+
// src/commands/CreateEventBridgeRuleTemplateCommand.ts
|
|
9069
|
+
|
|
9070
|
+
|
|
9071
|
+
|
|
9072
|
+
|
|
9073
|
+
var _CreateEventBridgeRuleTemplateCommand = class _CreateEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9074
|
+
...commonParams
|
|
9075
|
+
}).m(function(Command, cs, config, o) {
|
|
9076
|
+
return [
|
|
9077
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9078
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9079
|
+
];
|
|
9080
|
+
}).s("MediaLive", "CreateEventBridgeRuleTemplate", {}).n("MediaLiveClient", "CreateEventBridgeRuleTemplateCommand").f(void 0, void 0).ser(se_CreateEventBridgeRuleTemplateCommand).de(de_CreateEventBridgeRuleTemplateCommand).build() {
|
|
9081
|
+
};
|
|
9082
|
+
__name(_CreateEventBridgeRuleTemplateCommand, "CreateEventBridgeRuleTemplateCommand");
|
|
9083
|
+
var CreateEventBridgeRuleTemplateCommand = _CreateEventBridgeRuleTemplateCommand;
|
|
9084
|
+
|
|
9085
|
+
// src/commands/CreateEventBridgeRuleTemplateGroupCommand.ts
|
|
9086
|
+
|
|
9087
|
+
|
|
9088
|
+
|
|
9089
|
+
|
|
9090
|
+
var _CreateEventBridgeRuleTemplateGroupCommand = class _CreateEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9091
|
+
...commonParams
|
|
9092
|
+
}).m(function(Command, cs, config, o) {
|
|
9093
|
+
return [
|
|
9094
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9095
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9096
|
+
];
|
|
9097
|
+
}).s("MediaLive", "CreateEventBridgeRuleTemplateGroup", {}).n("MediaLiveClient", "CreateEventBridgeRuleTemplateGroupCommand").f(void 0, void 0).ser(se_CreateEventBridgeRuleTemplateGroupCommand).de(de_CreateEventBridgeRuleTemplateGroupCommand).build() {
|
|
9098
|
+
};
|
|
9099
|
+
__name(_CreateEventBridgeRuleTemplateGroupCommand, "CreateEventBridgeRuleTemplateGroupCommand");
|
|
9100
|
+
var CreateEventBridgeRuleTemplateGroupCommand = _CreateEventBridgeRuleTemplateGroupCommand;
|
|
9101
|
+
|
|
7774
9102
|
// src/commands/CreateInputCommand.ts
|
|
7775
9103
|
|
|
7776
9104
|
|
|
@@ -7853,42 +9181,127 @@ var _CreatePartnerInputCommand = class _CreatePartnerInputCommand extends import
|
|
|
7853
9181
|
];
|
|
7854
9182
|
}).s("MediaLive", "CreatePartnerInput", {}).n("MediaLiveClient", "CreatePartnerInputCommand").f(void 0, void 0).ser(se_CreatePartnerInputCommand).de(de_CreatePartnerInputCommand).build() {
|
|
7855
9183
|
};
|
|
7856
|
-
__name(_CreatePartnerInputCommand, "CreatePartnerInputCommand");
|
|
7857
|
-
var CreatePartnerInputCommand = _CreatePartnerInputCommand;
|
|
9184
|
+
__name(_CreatePartnerInputCommand, "CreatePartnerInputCommand");
|
|
9185
|
+
var CreatePartnerInputCommand = _CreatePartnerInputCommand;
|
|
9186
|
+
|
|
9187
|
+
// src/commands/CreateSignalMapCommand.ts
|
|
9188
|
+
|
|
9189
|
+
|
|
9190
|
+
|
|
9191
|
+
|
|
9192
|
+
var _CreateSignalMapCommand = class _CreateSignalMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9193
|
+
...commonParams
|
|
9194
|
+
}).m(function(Command, cs, config, o) {
|
|
9195
|
+
return [
|
|
9196
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9197
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9198
|
+
];
|
|
9199
|
+
}).s("MediaLive", "CreateSignalMap", {}).n("MediaLiveClient", "CreateSignalMapCommand").f(void 0, void 0).ser(se_CreateSignalMapCommand).de(de_CreateSignalMapCommand).build() {
|
|
9200
|
+
};
|
|
9201
|
+
__name(_CreateSignalMapCommand, "CreateSignalMapCommand");
|
|
9202
|
+
var CreateSignalMapCommand = _CreateSignalMapCommand;
|
|
9203
|
+
|
|
9204
|
+
// src/commands/CreateTagsCommand.ts
|
|
9205
|
+
|
|
9206
|
+
|
|
9207
|
+
|
|
9208
|
+
|
|
9209
|
+
var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9210
|
+
...commonParams
|
|
9211
|
+
}).m(function(Command, cs, config, o) {
|
|
9212
|
+
return [
|
|
9213
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9214
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9215
|
+
];
|
|
9216
|
+
}).s("MediaLive", "CreateTags", {}).n("MediaLiveClient", "CreateTagsCommand").f(void 0, void 0).ser(se_CreateTagsCommand).de(de_CreateTagsCommand).build() {
|
|
9217
|
+
};
|
|
9218
|
+
__name(_CreateTagsCommand, "CreateTagsCommand");
|
|
9219
|
+
var CreateTagsCommand = _CreateTagsCommand;
|
|
9220
|
+
|
|
9221
|
+
// src/commands/DeleteChannelCommand.ts
|
|
9222
|
+
|
|
9223
|
+
|
|
9224
|
+
|
|
9225
|
+
|
|
9226
|
+
var _DeleteChannelCommand = class _DeleteChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9227
|
+
...commonParams
|
|
9228
|
+
}).m(function(Command, cs, config, o) {
|
|
9229
|
+
return [
|
|
9230
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9231
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9232
|
+
];
|
|
9233
|
+
}).s("MediaLive", "DeleteChannel", {}).n("MediaLiveClient", "DeleteChannelCommand").f(void 0, void 0).ser(se_DeleteChannelCommand).de(de_DeleteChannelCommand).build() {
|
|
9234
|
+
};
|
|
9235
|
+
__name(_DeleteChannelCommand, "DeleteChannelCommand");
|
|
9236
|
+
var DeleteChannelCommand = _DeleteChannelCommand;
|
|
9237
|
+
|
|
9238
|
+
// src/commands/DeleteCloudWatchAlarmTemplateCommand.ts
|
|
9239
|
+
|
|
9240
|
+
|
|
9241
|
+
|
|
9242
|
+
|
|
9243
|
+
var _DeleteCloudWatchAlarmTemplateCommand = class _DeleteCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9244
|
+
...commonParams
|
|
9245
|
+
}).m(function(Command, cs, config, o) {
|
|
9246
|
+
return [
|
|
9247
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9248
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9249
|
+
];
|
|
9250
|
+
}).s("MediaLive", "DeleteCloudWatchAlarmTemplate", {}).n("MediaLiveClient", "DeleteCloudWatchAlarmTemplateCommand").f(void 0, void 0).ser(se_DeleteCloudWatchAlarmTemplateCommand).de(de_DeleteCloudWatchAlarmTemplateCommand).build() {
|
|
9251
|
+
};
|
|
9252
|
+
__name(_DeleteCloudWatchAlarmTemplateCommand, "DeleteCloudWatchAlarmTemplateCommand");
|
|
9253
|
+
var DeleteCloudWatchAlarmTemplateCommand = _DeleteCloudWatchAlarmTemplateCommand;
|
|
9254
|
+
|
|
9255
|
+
// src/commands/DeleteCloudWatchAlarmTemplateGroupCommand.ts
|
|
9256
|
+
|
|
9257
|
+
|
|
9258
|
+
|
|
9259
|
+
|
|
9260
|
+
var _DeleteCloudWatchAlarmTemplateGroupCommand = class _DeleteCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9261
|
+
...commonParams
|
|
9262
|
+
}).m(function(Command, cs, config, o) {
|
|
9263
|
+
return [
|
|
9264
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9265
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9266
|
+
];
|
|
9267
|
+
}).s("MediaLive", "DeleteCloudWatchAlarmTemplateGroup", {}).n("MediaLiveClient", "DeleteCloudWatchAlarmTemplateGroupCommand").f(void 0, void 0).ser(se_DeleteCloudWatchAlarmTemplateGroupCommand).de(de_DeleteCloudWatchAlarmTemplateGroupCommand).build() {
|
|
9268
|
+
};
|
|
9269
|
+
__name(_DeleteCloudWatchAlarmTemplateGroupCommand, "DeleteCloudWatchAlarmTemplateGroupCommand");
|
|
9270
|
+
var DeleteCloudWatchAlarmTemplateGroupCommand = _DeleteCloudWatchAlarmTemplateGroupCommand;
|
|
7858
9271
|
|
|
7859
|
-
// src/commands/
|
|
9272
|
+
// src/commands/DeleteEventBridgeRuleTemplateCommand.ts
|
|
7860
9273
|
|
|
7861
9274
|
|
|
7862
9275
|
|
|
7863
9276
|
|
|
7864
|
-
var
|
|
9277
|
+
var _DeleteEventBridgeRuleTemplateCommand = class _DeleteEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7865
9278
|
...commonParams
|
|
7866
9279
|
}).m(function(Command, cs, config, o) {
|
|
7867
9280
|
return [
|
|
7868
9281
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7869
9282
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7870
9283
|
];
|
|
7871
|
-
}).s("MediaLive", "
|
|
9284
|
+
}).s("MediaLive", "DeleteEventBridgeRuleTemplate", {}).n("MediaLiveClient", "DeleteEventBridgeRuleTemplateCommand").f(void 0, void 0).ser(se_DeleteEventBridgeRuleTemplateCommand).de(de_DeleteEventBridgeRuleTemplateCommand).build() {
|
|
7872
9285
|
};
|
|
7873
|
-
__name(
|
|
7874
|
-
var
|
|
9286
|
+
__name(_DeleteEventBridgeRuleTemplateCommand, "DeleteEventBridgeRuleTemplateCommand");
|
|
9287
|
+
var DeleteEventBridgeRuleTemplateCommand = _DeleteEventBridgeRuleTemplateCommand;
|
|
7875
9288
|
|
|
7876
|
-
// src/commands/
|
|
9289
|
+
// src/commands/DeleteEventBridgeRuleTemplateGroupCommand.ts
|
|
7877
9290
|
|
|
7878
9291
|
|
|
7879
9292
|
|
|
7880
9293
|
|
|
7881
|
-
var
|
|
9294
|
+
var _DeleteEventBridgeRuleTemplateGroupCommand = class _DeleteEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7882
9295
|
...commonParams
|
|
7883
9296
|
}).m(function(Command, cs, config, o) {
|
|
7884
9297
|
return [
|
|
7885
9298
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7886
9299
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7887
9300
|
];
|
|
7888
|
-
}).s("MediaLive", "
|
|
9301
|
+
}).s("MediaLive", "DeleteEventBridgeRuleTemplateGroup", {}).n("MediaLiveClient", "DeleteEventBridgeRuleTemplateGroupCommand").f(void 0, void 0).ser(se_DeleteEventBridgeRuleTemplateGroupCommand).de(de_DeleteEventBridgeRuleTemplateGroupCommand).build() {
|
|
7889
9302
|
};
|
|
7890
|
-
__name(
|
|
7891
|
-
var
|
|
9303
|
+
__name(_DeleteEventBridgeRuleTemplateGroupCommand, "DeleteEventBridgeRuleTemplateGroupCommand");
|
|
9304
|
+
var DeleteEventBridgeRuleTemplateGroupCommand = _DeleteEventBridgeRuleTemplateGroupCommand;
|
|
7892
9305
|
|
|
7893
9306
|
// src/commands/DeleteInputCommand.ts
|
|
7894
9307
|
|
|
@@ -7992,6 +9405,23 @@ var _DeleteScheduleCommand = class _DeleteScheduleCommand extends import_smithy_
|
|
|
7992
9405
|
__name(_DeleteScheduleCommand, "DeleteScheduleCommand");
|
|
7993
9406
|
var DeleteScheduleCommand = _DeleteScheduleCommand;
|
|
7994
9407
|
|
|
9408
|
+
// src/commands/DeleteSignalMapCommand.ts
|
|
9409
|
+
|
|
9410
|
+
|
|
9411
|
+
|
|
9412
|
+
|
|
9413
|
+
var _DeleteSignalMapCommand = class _DeleteSignalMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9414
|
+
...commonParams
|
|
9415
|
+
}).m(function(Command, cs, config, o) {
|
|
9416
|
+
return [
|
|
9417
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9418
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9419
|
+
];
|
|
9420
|
+
}).s("MediaLive", "DeleteSignalMap", {}).n("MediaLiveClient", "DeleteSignalMapCommand").f(void 0, void 0).ser(se_DeleteSignalMapCommand).de(de_DeleteSignalMapCommand).build() {
|
|
9421
|
+
};
|
|
9422
|
+
__name(_DeleteSignalMapCommand, "DeleteSignalMapCommand");
|
|
9423
|
+
var DeleteSignalMapCommand = _DeleteSignalMapCommand;
|
|
9424
|
+
|
|
7995
9425
|
// src/commands/DeleteTagsCommand.ts
|
|
7996
9426
|
|
|
7997
9427
|
|
|
@@ -8082,6 +9512,17 @@ var DescribeInputDeviceCommand = _DescribeInputDeviceCommand;
|
|
|
8082
9512
|
|
|
8083
9513
|
|
|
8084
9514
|
|
|
9515
|
+
|
|
9516
|
+
// src/models/models_2.ts
|
|
9517
|
+
var RebootInputDeviceForce = {
|
|
9518
|
+
NO: "NO",
|
|
9519
|
+
YES: "YES"
|
|
9520
|
+
};
|
|
9521
|
+
var DescribeInputDeviceThumbnailResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
9522
|
+
...obj
|
|
9523
|
+
}), "DescribeInputDeviceThumbnailResponseFilterSensitiveLog");
|
|
9524
|
+
|
|
9525
|
+
// src/commands/DescribeInputDeviceThumbnailCommand.ts
|
|
8085
9526
|
var _DescribeInputDeviceThumbnailCommand = class _DescribeInputDeviceThumbnailCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8086
9527
|
...commonParams
|
|
8087
9528
|
}).m(function(Command, cs, config, o) {
|
|
@@ -8213,6 +9654,91 @@ var _DescribeThumbnailsCommand = class _DescribeThumbnailsCommand extends import
|
|
|
8213
9654
|
__name(_DescribeThumbnailsCommand, "DescribeThumbnailsCommand");
|
|
8214
9655
|
var DescribeThumbnailsCommand = _DescribeThumbnailsCommand;
|
|
8215
9656
|
|
|
9657
|
+
// src/commands/GetCloudWatchAlarmTemplateCommand.ts
|
|
9658
|
+
|
|
9659
|
+
|
|
9660
|
+
|
|
9661
|
+
|
|
9662
|
+
var _GetCloudWatchAlarmTemplateCommand = class _GetCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9663
|
+
...commonParams
|
|
9664
|
+
}).m(function(Command, cs, config, o) {
|
|
9665
|
+
return [
|
|
9666
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9667
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9668
|
+
];
|
|
9669
|
+
}).s("MediaLive", "GetCloudWatchAlarmTemplate", {}).n("MediaLiveClient", "GetCloudWatchAlarmTemplateCommand").f(void 0, void 0).ser(se_GetCloudWatchAlarmTemplateCommand).de(de_GetCloudWatchAlarmTemplateCommand).build() {
|
|
9670
|
+
};
|
|
9671
|
+
__name(_GetCloudWatchAlarmTemplateCommand, "GetCloudWatchAlarmTemplateCommand");
|
|
9672
|
+
var GetCloudWatchAlarmTemplateCommand = _GetCloudWatchAlarmTemplateCommand;
|
|
9673
|
+
|
|
9674
|
+
// src/commands/GetCloudWatchAlarmTemplateGroupCommand.ts
|
|
9675
|
+
|
|
9676
|
+
|
|
9677
|
+
|
|
9678
|
+
|
|
9679
|
+
var _GetCloudWatchAlarmTemplateGroupCommand = class _GetCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9680
|
+
...commonParams
|
|
9681
|
+
}).m(function(Command, cs, config, o) {
|
|
9682
|
+
return [
|
|
9683
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9684
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9685
|
+
];
|
|
9686
|
+
}).s("MediaLive", "GetCloudWatchAlarmTemplateGroup", {}).n("MediaLiveClient", "GetCloudWatchAlarmTemplateGroupCommand").f(void 0, void 0).ser(se_GetCloudWatchAlarmTemplateGroupCommand).de(de_GetCloudWatchAlarmTemplateGroupCommand).build() {
|
|
9687
|
+
};
|
|
9688
|
+
__name(_GetCloudWatchAlarmTemplateGroupCommand, "GetCloudWatchAlarmTemplateGroupCommand");
|
|
9689
|
+
var GetCloudWatchAlarmTemplateGroupCommand = _GetCloudWatchAlarmTemplateGroupCommand;
|
|
9690
|
+
|
|
9691
|
+
// src/commands/GetEventBridgeRuleTemplateCommand.ts
|
|
9692
|
+
|
|
9693
|
+
|
|
9694
|
+
|
|
9695
|
+
|
|
9696
|
+
var _GetEventBridgeRuleTemplateCommand = class _GetEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9697
|
+
...commonParams
|
|
9698
|
+
}).m(function(Command, cs, config, o) {
|
|
9699
|
+
return [
|
|
9700
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9701
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9702
|
+
];
|
|
9703
|
+
}).s("MediaLive", "GetEventBridgeRuleTemplate", {}).n("MediaLiveClient", "GetEventBridgeRuleTemplateCommand").f(void 0, void 0).ser(se_GetEventBridgeRuleTemplateCommand).de(de_GetEventBridgeRuleTemplateCommand).build() {
|
|
9704
|
+
};
|
|
9705
|
+
__name(_GetEventBridgeRuleTemplateCommand, "GetEventBridgeRuleTemplateCommand");
|
|
9706
|
+
var GetEventBridgeRuleTemplateCommand = _GetEventBridgeRuleTemplateCommand;
|
|
9707
|
+
|
|
9708
|
+
// src/commands/GetEventBridgeRuleTemplateGroupCommand.ts
|
|
9709
|
+
|
|
9710
|
+
|
|
9711
|
+
|
|
9712
|
+
|
|
9713
|
+
var _GetEventBridgeRuleTemplateGroupCommand = class _GetEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9714
|
+
...commonParams
|
|
9715
|
+
}).m(function(Command, cs, config, o) {
|
|
9716
|
+
return [
|
|
9717
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9718
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9719
|
+
];
|
|
9720
|
+
}).s("MediaLive", "GetEventBridgeRuleTemplateGroup", {}).n("MediaLiveClient", "GetEventBridgeRuleTemplateGroupCommand").f(void 0, void 0).ser(se_GetEventBridgeRuleTemplateGroupCommand).de(de_GetEventBridgeRuleTemplateGroupCommand).build() {
|
|
9721
|
+
};
|
|
9722
|
+
__name(_GetEventBridgeRuleTemplateGroupCommand, "GetEventBridgeRuleTemplateGroupCommand");
|
|
9723
|
+
var GetEventBridgeRuleTemplateGroupCommand = _GetEventBridgeRuleTemplateGroupCommand;
|
|
9724
|
+
|
|
9725
|
+
// src/commands/GetSignalMapCommand.ts
|
|
9726
|
+
|
|
9727
|
+
|
|
9728
|
+
|
|
9729
|
+
|
|
9730
|
+
var _GetSignalMapCommand = class _GetSignalMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9731
|
+
...commonParams
|
|
9732
|
+
}).m(function(Command, cs, config, o) {
|
|
9733
|
+
return [
|
|
9734
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9735
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9736
|
+
];
|
|
9737
|
+
}).s("MediaLive", "GetSignalMap", {}).n("MediaLiveClient", "GetSignalMapCommand").f(void 0, void 0).ser(se_GetSignalMapCommand).de(de_GetSignalMapCommand).build() {
|
|
9738
|
+
};
|
|
9739
|
+
__name(_GetSignalMapCommand, "GetSignalMapCommand");
|
|
9740
|
+
var GetSignalMapCommand = _GetSignalMapCommand;
|
|
9741
|
+
|
|
8216
9742
|
// src/commands/ListChannelsCommand.ts
|
|
8217
9743
|
|
|
8218
9744
|
|
|
@@ -8230,6 +9756,74 @@ var _ListChannelsCommand = class _ListChannelsCommand extends import_smithy_clie
|
|
|
8230
9756
|
__name(_ListChannelsCommand, "ListChannelsCommand");
|
|
8231
9757
|
var ListChannelsCommand = _ListChannelsCommand;
|
|
8232
9758
|
|
|
9759
|
+
// src/commands/ListCloudWatchAlarmTemplateGroupsCommand.ts
|
|
9760
|
+
|
|
9761
|
+
|
|
9762
|
+
|
|
9763
|
+
|
|
9764
|
+
var _ListCloudWatchAlarmTemplateGroupsCommand = class _ListCloudWatchAlarmTemplateGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9765
|
+
...commonParams
|
|
9766
|
+
}).m(function(Command, cs, config, o) {
|
|
9767
|
+
return [
|
|
9768
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9769
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9770
|
+
];
|
|
9771
|
+
}).s("MediaLive", "ListCloudWatchAlarmTemplateGroups", {}).n("MediaLiveClient", "ListCloudWatchAlarmTemplateGroupsCommand").f(void 0, void 0).ser(se_ListCloudWatchAlarmTemplateGroupsCommand).de(de_ListCloudWatchAlarmTemplateGroupsCommand).build() {
|
|
9772
|
+
};
|
|
9773
|
+
__name(_ListCloudWatchAlarmTemplateGroupsCommand, "ListCloudWatchAlarmTemplateGroupsCommand");
|
|
9774
|
+
var ListCloudWatchAlarmTemplateGroupsCommand = _ListCloudWatchAlarmTemplateGroupsCommand;
|
|
9775
|
+
|
|
9776
|
+
// src/commands/ListCloudWatchAlarmTemplatesCommand.ts
|
|
9777
|
+
|
|
9778
|
+
|
|
9779
|
+
|
|
9780
|
+
|
|
9781
|
+
var _ListCloudWatchAlarmTemplatesCommand = class _ListCloudWatchAlarmTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9782
|
+
...commonParams
|
|
9783
|
+
}).m(function(Command, cs, config, o) {
|
|
9784
|
+
return [
|
|
9785
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9786
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9787
|
+
];
|
|
9788
|
+
}).s("MediaLive", "ListCloudWatchAlarmTemplates", {}).n("MediaLiveClient", "ListCloudWatchAlarmTemplatesCommand").f(void 0, void 0).ser(se_ListCloudWatchAlarmTemplatesCommand).de(de_ListCloudWatchAlarmTemplatesCommand).build() {
|
|
9789
|
+
};
|
|
9790
|
+
__name(_ListCloudWatchAlarmTemplatesCommand, "ListCloudWatchAlarmTemplatesCommand");
|
|
9791
|
+
var ListCloudWatchAlarmTemplatesCommand = _ListCloudWatchAlarmTemplatesCommand;
|
|
9792
|
+
|
|
9793
|
+
// src/commands/ListEventBridgeRuleTemplateGroupsCommand.ts
|
|
9794
|
+
|
|
9795
|
+
|
|
9796
|
+
|
|
9797
|
+
|
|
9798
|
+
var _ListEventBridgeRuleTemplateGroupsCommand = class _ListEventBridgeRuleTemplateGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9799
|
+
...commonParams
|
|
9800
|
+
}).m(function(Command, cs, config, o) {
|
|
9801
|
+
return [
|
|
9802
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9803
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9804
|
+
];
|
|
9805
|
+
}).s("MediaLive", "ListEventBridgeRuleTemplateGroups", {}).n("MediaLiveClient", "ListEventBridgeRuleTemplateGroupsCommand").f(void 0, void 0).ser(se_ListEventBridgeRuleTemplateGroupsCommand).de(de_ListEventBridgeRuleTemplateGroupsCommand).build() {
|
|
9806
|
+
};
|
|
9807
|
+
__name(_ListEventBridgeRuleTemplateGroupsCommand, "ListEventBridgeRuleTemplateGroupsCommand");
|
|
9808
|
+
var ListEventBridgeRuleTemplateGroupsCommand = _ListEventBridgeRuleTemplateGroupsCommand;
|
|
9809
|
+
|
|
9810
|
+
// src/commands/ListEventBridgeRuleTemplatesCommand.ts
|
|
9811
|
+
|
|
9812
|
+
|
|
9813
|
+
|
|
9814
|
+
|
|
9815
|
+
var _ListEventBridgeRuleTemplatesCommand = class _ListEventBridgeRuleTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9816
|
+
...commonParams
|
|
9817
|
+
}).m(function(Command, cs, config, o) {
|
|
9818
|
+
return [
|
|
9819
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9820
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9821
|
+
];
|
|
9822
|
+
}).s("MediaLive", "ListEventBridgeRuleTemplates", {}).n("MediaLiveClient", "ListEventBridgeRuleTemplatesCommand").f(void 0, void 0).ser(se_ListEventBridgeRuleTemplatesCommand).de(de_ListEventBridgeRuleTemplatesCommand).build() {
|
|
9823
|
+
};
|
|
9824
|
+
__name(_ListEventBridgeRuleTemplatesCommand, "ListEventBridgeRuleTemplatesCommand");
|
|
9825
|
+
var ListEventBridgeRuleTemplatesCommand = _ListEventBridgeRuleTemplatesCommand;
|
|
9826
|
+
|
|
8233
9827
|
// src/commands/ListInputDevicesCommand.ts
|
|
8234
9828
|
|
|
8235
9829
|
|
|
@@ -8366,6 +9960,23 @@ var _ListReservationsCommand = class _ListReservationsCommand extends import_smi
|
|
|
8366
9960
|
__name(_ListReservationsCommand, "ListReservationsCommand");
|
|
8367
9961
|
var ListReservationsCommand = _ListReservationsCommand;
|
|
8368
9962
|
|
|
9963
|
+
// src/commands/ListSignalMapsCommand.ts
|
|
9964
|
+
|
|
9965
|
+
|
|
9966
|
+
|
|
9967
|
+
|
|
9968
|
+
var _ListSignalMapsCommand = class _ListSignalMapsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
9969
|
+
...commonParams
|
|
9970
|
+
}).m(function(Command, cs, config, o) {
|
|
9971
|
+
return [
|
|
9972
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
9973
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
9974
|
+
];
|
|
9975
|
+
}).s("MediaLive", "ListSignalMaps", {}).n("MediaLiveClient", "ListSignalMapsCommand").f(void 0, void 0).ser(se_ListSignalMapsCommand).de(de_ListSignalMapsCommand).build() {
|
|
9976
|
+
};
|
|
9977
|
+
__name(_ListSignalMapsCommand, "ListSignalMapsCommand");
|
|
9978
|
+
var ListSignalMapsCommand = _ListSignalMapsCommand;
|
|
9979
|
+
|
|
8369
9980
|
// src/commands/ListTagsForResourceCommand.ts
|
|
8370
9981
|
|
|
8371
9982
|
|
|
@@ -8468,6 +10079,23 @@ var _StartChannelCommand = class _StartChannelCommand extends import_smithy_clie
|
|
|
8468
10079
|
__name(_StartChannelCommand, "StartChannelCommand");
|
|
8469
10080
|
var StartChannelCommand = _StartChannelCommand;
|
|
8470
10081
|
|
|
10082
|
+
// src/commands/StartDeleteMonitorDeploymentCommand.ts
|
|
10083
|
+
|
|
10084
|
+
|
|
10085
|
+
|
|
10086
|
+
|
|
10087
|
+
var _StartDeleteMonitorDeploymentCommand = class _StartDeleteMonitorDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10088
|
+
...commonParams
|
|
10089
|
+
}).m(function(Command, cs, config, o) {
|
|
10090
|
+
return [
|
|
10091
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10092
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10093
|
+
];
|
|
10094
|
+
}).s("MediaLive", "StartDeleteMonitorDeployment", {}).n("MediaLiveClient", "StartDeleteMonitorDeploymentCommand").f(void 0, void 0).ser(se_StartDeleteMonitorDeploymentCommand).de(de_StartDeleteMonitorDeploymentCommand).build() {
|
|
10095
|
+
};
|
|
10096
|
+
__name(_StartDeleteMonitorDeploymentCommand, "StartDeleteMonitorDeploymentCommand");
|
|
10097
|
+
var StartDeleteMonitorDeploymentCommand = _StartDeleteMonitorDeploymentCommand;
|
|
10098
|
+
|
|
8471
10099
|
// src/commands/StartInputDeviceCommand.ts
|
|
8472
10100
|
|
|
8473
10101
|
|
|
@@ -8502,6 +10130,23 @@ var _StartInputDeviceMaintenanceWindowCommand = class _StartInputDeviceMaintenan
|
|
|
8502
10130
|
__name(_StartInputDeviceMaintenanceWindowCommand, "StartInputDeviceMaintenanceWindowCommand");
|
|
8503
10131
|
var StartInputDeviceMaintenanceWindowCommand = _StartInputDeviceMaintenanceWindowCommand;
|
|
8504
10132
|
|
|
10133
|
+
// src/commands/StartMonitorDeploymentCommand.ts
|
|
10134
|
+
|
|
10135
|
+
|
|
10136
|
+
|
|
10137
|
+
|
|
10138
|
+
var _StartMonitorDeploymentCommand = class _StartMonitorDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10139
|
+
...commonParams
|
|
10140
|
+
}).m(function(Command, cs, config, o) {
|
|
10141
|
+
return [
|
|
10142
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10143
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10144
|
+
];
|
|
10145
|
+
}).s("MediaLive", "StartMonitorDeployment", {}).n("MediaLiveClient", "StartMonitorDeploymentCommand").f(void 0, void 0).ser(se_StartMonitorDeploymentCommand).de(de_StartMonitorDeploymentCommand).build() {
|
|
10146
|
+
};
|
|
10147
|
+
__name(_StartMonitorDeploymentCommand, "StartMonitorDeploymentCommand");
|
|
10148
|
+
var StartMonitorDeploymentCommand = _StartMonitorDeploymentCommand;
|
|
10149
|
+
|
|
8505
10150
|
// src/commands/StartMultiplexCommand.ts
|
|
8506
10151
|
|
|
8507
10152
|
|
|
@@ -8519,6 +10164,23 @@ var _StartMultiplexCommand = class _StartMultiplexCommand extends import_smithy_
|
|
|
8519
10164
|
__name(_StartMultiplexCommand, "StartMultiplexCommand");
|
|
8520
10165
|
var StartMultiplexCommand = _StartMultiplexCommand;
|
|
8521
10166
|
|
|
10167
|
+
// src/commands/StartUpdateSignalMapCommand.ts
|
|
10168
|
+
|
|
10169
|
+
|
|
10170
|
+
|
|
10171
|
+
|
|
10172
|
+
var _StartUpdateSignalMapCommand = class _StartUpdateSignalMapCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10173
|
+
...commonParams
|
|
10174
|
+
}).m(function(Command, cs, config, o) {
|
|
10175
|
+
return [
|
|
10176
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10177
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10178
|
+
];
|
|
10179
|
+
}).s("MediaLive", "StartUpdateSignalMap", {}).n("MediaLiveClient", "StartUpdateSignalMapCommand").f(void 0, void 0).ser(se_StartUpdateSignalMapCommand).de(de_StartUpdateSignalMapCommand).build() {
|
|
10180
|
+
};
|
|
10181
|
+
__name(_StartUpdateSignalMapCommand, "StartUpdateSignalMapCommand");
|
|
10182
|
+
var StartUpdateSignalMapCommand = _StartUpdateSignalMapCommand;
|
|
10183
|
+
|
|
8522
10184
|
// src/commands/StopChannelCommand.ts
|
|
8523
10185
|
|
|
8524
10186
|
|
|
@@ -8536,107 +10198,175 @@ var _StopChannelCommand = class _StopChannelCommand extends import_smithy_client
|
|
|
8536
10198
|
__name(_StopChannelCommand, "StopChannelCommand");
|
|
8537
10199
|
var StopChannelCommand = _StopChannelCommand;
|
|
8538
10200
|
|
|
8539
|
-
// src/commands/StopInputDeviceCommand.ts
|
|
10201
|
+
// src/commands/StopInputDeviceCommand.ts
|
|
10202
|
+
|
|
10203
|
+
|
|
10204
|
+
|
|
10205
|
+
|
|
10206
|
+
var _StopInputDeviceCommand = class _StopInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10207
|
+
...commonParams
|
|
10208
|
+
}).m(function(Command, cs, config, o) {
|
|
10209
|
+
return [
|
|
10210
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10211
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10212
|
+
];
|
|
10213
|
+
}).s("MediaLive", "StopInputDevice", {}).n("MediaLiveClient", "StopInputDeviceCommand").f(void 0, void 0).ser(se_StopInputDeviceCommand).de(de_StopInputDeviceCommand).build() {
|
|
10214
|
+
};
|
|
10215
|
+
__name(_StopInputDeviceCommand, "StopInputDeviceCommand");
|
|
10216
|
+
var StopInputDeviceCommand = _StopInputDeviceCommand;
|
|
10217
|
+
|
|
10218
|
+
// src/commands/StopMultiplexCommand.ts
|
|
10219
|
+
|
|
10220
|
+
|
|
10221
|
+
|
|
10222
|
+
|
|
10223
|
+
var _StopMultiplexCommand = class _StopMultiplexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10224
|
+
...commonParams
|
|
10225
|
+
}).m(function(Command, cs, config, o) {
|
|
10226
|
+
return [
|
|
10227
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10228
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10229
|
+
];
|
|
10230
|
+
}).s("MediaLive", "StopMultiplex", {}).n("MediaLiveClient", "StopMultiplexCommand").f(void 0, void 0).ser(se_StopMultiplexCommand).de(de_StopMultiplexCommand).build() {
|
|
10231
|
+
};
|
|
10232
|
+
__name(_StopMultiplexCommand, "StopMultiplexCommand");
|
|
10233
|
+
var StopMultiplexCommand = _StopMultiplexCommand;
|
|
10234
|
+
|
|
10235
|
+
// src/commands/TransferInputDeviceCommand.ts
|
|
10236
|
+
|
|
10237
|
+
|
|
10238
|
+
|
|
10239
|
+
|
|
10240
|
+
var _TransferInputDeviceCommand = class _TransferInputDeviceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10241
|
+
...commonParams
|
|
10242
|
+
}).m(function(Command, cs, config, o) {
|
|
10243
|
+
return [
|
|
10244
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10245
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10246
|
+
];
|
|
10247
|
+
}).s("MediaLive", "TransferInputDevice", {}).n("MediaLiveClient", "TransferInputDeviceCommand").f(void 0, void 0).ser(se_TransferInputDeviceCommand).de(de_TransferInputDeviceCommand).build() {
|
|
10248
|
+
};
|
|
10249
|
+
__name(_TransferInputDeviceCommand, "TransferInputDeviceCommand");
|
|
10250
|
+
var TransferInputDeviceCommand = _TransferInputDeviceCommand;
|
|
10251
|
+
|
|
10252
|
+
// src/commands/UpdateAccountConfigurationCommand.ts
|
|
10253
|
+
|
|
10254
|
+
|
|
10255
|
+
|
|
10256
|
+
|
|
10257
|
+
var _UpdateAccountConfigurationCommand = class _UpdateAccountConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
10258
|
+
...commonParams
|
|
10259
|
+
}).m(function(Command, cs, config, o) {
|
|
10260
|
+
return [
|
|
10261
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10262
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10263
|
+
];
|
|
10264
|
+
}).s("MediaLive", "UpdateAccountConfiguration", {}).n("MediaLiveClient", "UpdateAccountConfigurationCommand").f(void 0, void 0).ser(se_UpdateAccountConfigurationCommand).de(de_UpdateAccountConfigurationCommand).build() {
|
|
10265
|
+
};
|
|
10266
|
+
__name(_UpdateAccountConfigurationCommand, "UpdateAccountConfigurationCommand");
|
|
10267
|
+
var UpdateAccountConfigurationCommand = _UpdateAccountConfigurationCommand;
|
|
10268
|
+
|
|
10269
|
+
// src/commands/UpdateChannelClassCommand.ts
|
|
8540
10270
|
|
|
8541
10271
|
|
|
8542
10272
|
|
|
8543
10273
|
|
|
8544
|
-
var
|
|
10274
|
+
var _UpdateChannelClassCommand = class _UpdateChannelClassCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8545
10275
|
...commonParams
|
|
8546
10276
|
}).m(function(Command, cs, config, o) {
|
|
8547
10277
|
return [
|
|
8548
10278
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8549
10279
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8550
10280
|
];
|
|
8551
|
-
}).s("MediaLive", "
|
|
10281
|
+
}).s("MediaLive", "UpdateChannelClass", {}).n("MediaLiveClient", "UpdateChannelClassCommand").f(void 0, void 0).ser(se_UpdateChannelClassCommand).de(de_UpdateChannelClassCommand).build() {
|
|
8552
10282
|
};
|
|
8553
|
-
__name(
|
|
8554
|
-
var
|
|
10283
|
+
__name(_UpdateChannelClassCommand, "UpdateChannelClassCommand");
|
|
10284
|
+
var UpdateChannelClassCommand = _UpdateChannelClassCommand;
|
|
8555
10285
|
|
|
8556
|
-
// src/commands/
|
|
10286
|
+
// src/commands/UpdateChannelCommand.ts
|
|
8557
10287
|
|
|
8558
10288
|
|
|
8559
10289
|
|
|
8560
10290
|
|
|
8561
|
-
var
|
|
10291
|
+
var _UpdateChannelCommand = class _UpdateChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8562
10292
|
...commonParams
|
|
8563
10293
|
}).m(function(Command, cs, config, o) {
|
|
8564
10294
|
return [
|
|
8565
10295
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8566
10296
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8567
10297
|
];
|
|
8568
|
-
}).s("MediaLive", "
|
|
10298
|
+
}).s("MediaLive", "UpdateChannel", {}).n("MediaLiveClient", "UpdateChannelCommand").f(void 0, void 0).ser(se_UpdateChannelCommand).de(de_UpdateChannelCommand).build() {
|
|
8569
10299
|
};
|
|
8570
|
-
__name(
|
|
8571
|
-
var
|
|
10300
|
+
__name(_UpdateChannelCommand, "UpdateChannelCommand");
|
|
10301
|
+
var UpdateChannelCommand = _UpdateChannelCommand;
|
|
8572
10302
|
|
|
8573
|
-
// src/commands/
|
|
10303
|
+
// src/commands/UpdateCloudWatchAlarmTemplateCommand.ts
|
|
8574
10304
|
|
|
8575
10305
|
|
|
8576
10306
|
|
|
8577
10307
|
|
|
8578
|
-
var
|
|
10308
|
+
var _UpdateCloudWatchAlarmTemplateCommand = class _UpdateCloudWatchAlarmTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8579
10309
|
...commonParams
|
|
8580
10310
|
}).m(function(Command, cs, config, o) {
|
|
8581
10311
|
return [
|
|
8582
10312
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8583
10313
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8584
10314
|
];
|
|
8585
|
-
}).s("MediaLive", "
|
|
10315
|
+
}).s("MediaLive", "UpdateCloudWatchAlarmTemplate", {}).n("MediaLiveClient", "UpdateCloudWatchAlarmTemplateCommand").f(void 0, void 0).ser(se_UpdateCloudWatchAlarmTemplateCommand).de(de_UpdateCloudWatchAlarmTemplateCommand).build() {
|
|
8586
10316
|
};
|
|
8587
|
-
__name(
|
|
8588
|
-
var
|
|
10317
|
+
__name(_UpdateCloudWatchAlarmTemplateCommand, "UpdateCloudWatchAlarmTemplateCommand");
|
|
10318
|
+
var UpdateCloudWatchAlarmTemplateCommand = _UpdateCloudWatchAlarmTemplateCommand;
|
|
8589
10319
|
|
|
8590
|
-
// src/commands/
|
|
10320
|
+
// src/commands/UpdateCloudWatchAlarmTemplateGroupCommand.ts
|
|
8591
10321
|
|
|
8592
10322
|
|
|
8593
10323
|
|
|
8594
10324
|
|
|
8595
|
-
var
|
|
10325
|
+
var _UpdateCloudWatchAlarmTemplateGroupCommand = class _UpdateCloudWatchAlarmTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8596
10326
|
...commonParams
|
|
8597
10327
|
}).m(function(Command, cs, config, o) {
|
|
8598
10328
|
return [
|
|
8599
10329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8600
10330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8601
10331
|
];
|
|
8602
|
-
}).s("MediaLive", "
|
|
10332
|
+
}).s("MediaLive", "UpdateCloudWatchAlarmTemplateGroup", {}).n("MediaLiveClient", "UpdateCloudWatchAlarmTemplateGroupCommand").f(void 0, void 0).ser(se_UpdateCloudWatchAlarmTemplateGroupCommand).de(de_UpdateCloudWatchAlarmTemplateGroupCommand).build() {
|
|
8603
10333
|
};
|
|
8604
|
-
__name(
|
|
8605
|
-
var
|
|
10334
|
+
__name(_UpdateCloudWatchAlarmTemplateGroupCommand, "UpdateCloudWatchAlarmTemplateGroupCommand");
|
|
10335
|
+
var UpdateCloudWatchAlarmTemplateGroupCommand = _UpdateCloudWatchAlarmTemplateGroupCommand;
|
|
8606
10336
|
|
|
8607
|
-
// src/commands/
|
|
10337
|
+
// src/commands/UpdateEventBridgeRuleTemplateCommand.ts
|
|
8608
10338
|
|
|
8609
10339
|
|
|
8610
10340
|
|
|
8611
10341
|
|
|
8612
|
-
var
|
|
10342
|
+
var _UpdateEventBridgeRuleTemplateCommand = class _UpdateEventBridgeRuleTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8613
10343
|
...commonParams
|
|
8614
10344
|
}).m(function(Command, cs, config, o) {
|
|
8615
10345
|
return [
|
|
8616
10346
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8617
10347
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8618
10348
|
];
|
|
8619
|
-
}).s("MediaLive", "
|
|
10349
|
+
}).s("MediaLive", "UpdateEventBridgeRuleTemplate", {}).n("MediaLiveClient", "UpdateEventBridgeRuleTemplateCommand").f(void 0, void 0).ser(se_UpdateEventBridgeRuleTemplateCommand).de(de_UpdateEventBridgeRuleTemplateCommand).build() {
|
|
8620
10350
|
};
|
|
8621
|
-
__name(
|
|
8622
|
-
var
|
|
10351
|
+
__name(_UpdateEventBridgeRuleTemplateCommand, "UpdateEventBridgeRuleTemplateCommand");
|
|
10352
|
+
var UpdateEventBridgeRuleTemplateCommand = _UpdateEventBridgeRuleTemplateCommand;
|
|
8623
10353
|
|
|
8624
|
-
// src/commands/
|
|
10354
|
+
// src/commands/UpdateEventBridgeRuleTemplateGroupCommand.ts
|
|
8625
10355
|
|
|
8626
10356
|
|
|
8627
10357
|
|
|
8628
10358
|
|
|
8629
|
-
var
|
|
10359
|
+
var _UpdateEventBridgeRuleTemplateGroupCommand = class _UpdateEventBridgeRuleTemplateGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8630
10360
|
...commonParams
|
|
8631
10361
|
}).m(function(Command, cs, config, o) {
|
|
8632
10362
|
return [
|
|
8633
10363
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8634
10364
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8635
10365
|
];
|
|
8636
|
-
}).s("MediaLive", "
|
|
10366
|
+
}).s("MediaLive", "UpdateEventBridgeRuleTemplateGroup", {}).n("MediaLiveClient", "UpdateEventBridgeRuleTemplateGroupCommand").f(void 0, void 0).ser(se_UpdateEventBridgeRuleTemplateGroupCommand).de(de_UpdateEventBridgeRuleTemplateGroupCommand).build() {
|
|
8637
10367
|
};
|
|
8638
|
-
__name(
|
|
8639
|
-
var
|
|
10368
|
+
__name(_UpdateEventBridgeRuleTemplateGroupCommand, "UpdateEventBridgeRuleTemplateGroupCommand");
|
|
10369
|
+
var UpdateEventBridgeRuleTemplateGroupCommand = _UpdateEventBridgeRuleTemplateGroupCommand;
|
|
8640
10370
|
|
|
8641
10371
|
// src/commands/UpdateInputCommand.ts
|
|
8642
10372
|
|
|
@@ -8750,19 +10480,29 @@ var commands = {
|
|
|
8750
10480
|
CancelInputDeviceTransferCommand,
|
|
8751
10481
|
ClaimDeviceCommand,
|
|
8752
10482
|
CreateChannelCommand,
|
|
10483
|
+
CreateCloudWatchAlarmTemplateCommand,
|
|
10484
|
+
CreateCloudWatchAlarmTemplateGroupCommand,
|
|
10485
|
+
CreateEventBridgeRuleTemplateCommand,
|
|
10486
|
+
CreateEventBridgeRuleTemplateGroupCommand,
|
|
8753
10487
|
CreateInputCommand,
|
|
8754
10488
|
CreateInputSecurityGroupCommand,
|
|
8755
10489
|
CreateMultiplexCommand,
|
|
8756
10490
|
CreateMultiplexProgramCommand,
|
|
8757
10491
|
CreatePartnerInputCommand,
|
|
10492
|
+
CreateSignalMapCommand,
|
|
8758
10493
|
CreateTagsCommand,
|
|
8759
10494
|
DeleteChannelCommand,
|
|
10495
|
+
DeleteCloudWatchAlarmTemplateCommand,
|
|
10496
|
+
DeleteCloudWatchAlarmTemplateGroupCommand,
|
|
10497
|
+
DeleteEventBridgeRuleTemplateCommand,
|
|
10498
|
+
DeleteEventBridgeRuleTemplateGroupCommand,
|
|
8760
10499
|
DeleteInputCommand,
|
|
8761
10500
|
DeleteInputSecurityGroupCommand,
|
|
8762
10501
|
DeleteMultiplexCommand,
|
|
8763
10502
|
DeleteMultiplexProgramCommand,
|
|
8764
10503
|
DeleteReservationCommand,
|
|
8765
10504
|
DeleteScheduleCommand,
|
|
10505
|
+
DeleteSignalMapCommand,
|
|
8766
10506
|
DeleteTagsCommand,
|
|
8767
10507
|
DescribeAccountConfigurationCommand,
|
|
8768
10508
|
DescribeChannelCommand,
|
|
@@ -8776,7 +10516,16 @@ var commands = {
|
|
|
8776
10516
|
DescribeReservationCommand,
|
|
8777
10517
|
DescribeScheduleCommand,
|
|
8778
10518
|
DescribeThumbnailsCommand,
|
|
10519
|
+
GetCloudWatchAlarmTemplateCommand,
|
|
10520
|
+
GetCloudWatchAlarmTemplateGroupCommand,
|
|
10521
|
+
GetEventBridgeRuleTemplateCommand,
|
|
10522
|
+
GetEventBridgeRuleTemplateGroupCommand,
|
|
10523
|
+
GetSignalMapCommand,
|
|
8779
10524
|
ListChannelsCommand,
|
|
10525
|
+
ListCloudWatchAlarmTemplateGroupsCommand,
|
|
10526
|
+
ListCloudWatchAlarmTemplatesCommand,
|
|
10527
|
+
ListEventBridgeRuleTemplateGroupsCommand,
|
|
10528
|
+
ListEventBridgeRuleTemplatesCommand,
|
|
8780
10529
|
ListInputDevicesCommand,
|
|
8781
10530
|
ListInputDeviceTransfersCommand,
|
|
8782
10531
|
ListInputsCommand,
|
|
@@ -8785,15 +10534,19 @@ var commands = {
|
|
|
8785
10534
|
ListMultiplexProgramsCommand,
|
|
8786
10535
|
ListOfferingsCommand,
|
|
8787
10536
|
ListReservationsCommand,
|
|
10537
|
+
ListSignalMapsCommand,
|
|
8788
10538
|
ListTagsForResourceCommand,
|
|
8789
10539
|
PurchaseOfferingCommand,
|
|
8790
10540
|
RebootInputDeviceCommand,
|
|
8791
10541
|
RejectInputDeviceTransferCommand,
|
|
8792
10542
|
RestartChannelPipelinesCommand,
|
|
8793
10543
|
StartChannelCommand,
|
|
10544
|
+
StartDeleteMonitorDeploymentCommand,
|
|
8794
10545
|
StartInputDeviceCommand,
|
|
8795
10546
|
StartInputDeviceMaintenanceWindowCommand,
|
|
10547
|
+
StartMonitorDeploymentCommand,
|
|
8796
10548
|
StartMultiplexCommand,
|
|
10549
|
+
StartUpdateSignalMapCommand,
|
|
8797
10550
|
StopChannelCommand,
|
|
8798
10551
|
StopInputDeviceCommand,
|
|
8799
10552
|
StopMultiplexCommand,
|
|
@@ -8801,6 +10554,10 @@ var commands = {
|
|
|
8801
10554
|
UpdateAccountConfigurationCommand,
|
|
8802
10555
|
UpdateChannelCommand,
|
|
8803
10556
|
UpdateChannelClassCommand,
|
|
10557
|
+
UpdateCloudWatchAlarmTemplateCommand,
|
|
10558
|
+
UpdateCloudWatchAlarmTemplateGroupCommand,
|
|
10559
|
+
UpdateEventBridgeRuleTemplateCommand,
|
|
10560
|
+
UpdateEventBridgeRuleTemplateGroupCommand,
|
|
8804
10561
|
UpdateInputCommand,
|
|
8805
10562
|
UpdateInputDeviceCommand,
|
|
8806
10563
|
UpdateInputSecurityGroupCommand,
|
|
@@ -8822,6 +10579,22 @@ var paginateDescribeSchedule = (0, import_core.createPaginator)(MediaLiveClient,
|
|
|
8822
10579
|
|
|
8823
10580
|
var paginateListChannels = (0, import_core.createPaginator)(MediaLiveClient, ListChannelsCommand, "NextToken", "NextToken", "MaxResults");
|
|
8824
10581
|
|
|
10582
|
+
// src/pagination/ListCloudWatchAlarmTemplateGroupsPaginator.ts
|
|
10583
|
+
|
|
10584
|
+
var paginateListCloudWatchAlarmTemplateGroups = (0, import_core.createPaginator)(MediaLiveClient, ListCloudWatchAlarmTemplateGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
10585
|
+
|
|
10586
|
+
// src/pagination/ListCloudWatchAlarmTemplatesPaginator.ts
|
|
10587
|
+
|
|
10588
|
+
var paginateListCloudWatchAlarmTemplates = (0, import_core.createPaginator)(MediaLiveClient, ListCloudWatchAlarmTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
10589
|
+
|
|
10590
|
+
// src/pagination/ListEventBridgeRuleTemplateGroupsPaginator.ts
|
|
10591
|
+
|
|
10592
|
+
var paginateListEventBridgeRuleTemplateGroups = (0, import_core.createPaginator)(MediaLiveClient, ListEventBridgeRuleTemplateGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
10593
|
+
|
|
10594
|
+
// src/pagination/ListEventBridgeRuleTemplatesPaginator.ts
|
|
10595
|
+
|
|
10596
|
+
var paginateListEventBridgeRuleTemplates = (0, import_core.createPaginator)(MediaLiveClient, ListEventBridgeRuleTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
10597
|
+
|
|
8825
10598
|
// src/pagination/ListInputDeviceTransfersPaginator.ts
|
|
8826
10599
|
|
|
8827
10600
|
var paginateListInputDeviceTransfers = (0, import_core.createPaginator)(MediaLiveClient, ListInputDeviceTransfersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -8854,6 +10627,10 @@ var paginateListOfferings = (0, import_core.createPaginator)(MediaLiveClient, Li
|
|
|
8854
10627
|
|
|
8855
10628
|
var paginateListReservations = (0, import_core.createPaginator)(MediaLiveClient, ListReservationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
8856
10629
|
|
|
10630
|
+
// src/pagination/ListSignalMapsPaginator.ts
|
|
10631
|
+
|
|
10632
|
+
var paginateListSignalMaps = (0, import_core.createPaginator)(MediaLiveClient, ListSignalMapsCommand, "NextToken", "NextToken", "MaxResults");
|
|
10633
|
+
|
|
8857
10634
|
// src/waiters/waitForChannelCreated.ts
|
|
8858
10635
|
var import_util_waiter = require("@smithy/util-waiter");
|
|
8859
10636
|
var checkState = /* @__PURE__ */ __name(async (client, input) => {
|
|
@@ -9354,6 +11131,238 @@ var waitUntilMultiplexStopped = /* @__PURE__ */ __name(async (params, input) =>
|
|
|
9354
11131
|
return (0, import_util_waiter.checkExceptions)(result);
|
|
9355
11132
|
}, "waitUntilMultiplexStopped");
|
|
9356
11133
|
|
|
11134
|
+
// src/waiters/waitForSignalMapCreated.ts
|
|
11135
|
+
|
|
11136
|
+
var checkState12 = /* @__PURE__ */ __name(async (client, input) => {
|
|
11137
|
+
let reason;
|
|
11138
|
+
try {
|
|
11139
|
+
const result = await client.send(new GetSignalMapCommand(input));
|
|
11140
|
+
reason = result;
|
|
11141
|
+
try {
|
|
11142
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11143
|
+
return result.Status;
|
|
11144
|
+
}, "returnComparator");
|
|
11145
|
+
if (returnComparator() === "CREATE_COMPLETE") {
|
|
11146
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
11147
|
+
}
|
|
11148
|
+
} catch (e) {
|
|
11149
|
+
}
|
|
11150
|
+
try {
|
|
11151
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11152
|
+
return result.Status;
|
|
11153
|
+
}, "returnComparator");
|
|
11154
|
+
if (returnComparator() === "CREATE_IN_PROGRESS") {
|
|
11155
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
11156
|
+
}
|
|
11157
|
+
} catch (e) {
|
|
11158
|
+
}
|
|
11159
|
+
try {
|
|
11160
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11161
|
+
return result.Status;
|
|
11162
|
+
}, "returnComparator");
|
|
11163
|
+
if (returnComparator() === "CREATE_FAILED") {
|
|
11164
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
11165
|
+
}
|
|
11166
|
+
} catch (e) {
|
|
11167
|
+
}
|
|
11168
|
+
} catch (exception) {
|
|
11169
|
+
reason = exception;
|
|
11170
|
+
}
|
|
11171
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
11172
|
+
}, "checkState");
|
|
11173
|
+
var waitForSignalMapCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
11174
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
11175
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
|
|
11176
|
+
}, "waitForSignalMapCreated");
|
|
11177
|
+
var waitUntilSignalMapCreated = /* @__PURE__ */ __name(async (params, input) => {
|
|
11178
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
11179
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState12);
|
|
11180
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
11181
|
+
}, "waitUntilSignalMapCreated");
|
|
11182
|
+
|
|
11183
|
+
// src/waiters/waitForSignalMapMonitorDeleted.ts
|
|
11184
|
+
|
|
11185
|
+
var checkState13 = /* @__PURE__ */ __name(async (client, input) => {
|
|
11186
|
+
let reason;
|
|
11187
|
+
try {
|
|
11188
|
+
const result = await client.send(new GetSignalMapCommand(input));
|
|
11189
|
+
reason = result;
|
|
11190
|
+
try {
|
|
11191
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11192
|
+
return result.MonitorDeployment.Status;
|
|
11193
|
+
}, "returnComparator");
|
|
11194
|
+
if (returnComparator() === "DELETE_COMPLETE") {
|
|
11195
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
11196
|
+
}
|
|
11197
|
+
} catch (e) {
|
|
11198
|
+
}
|
|
11199
|
+
try {
|
|
11200
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11201
|
+
return result.MonitorDeployment.Status;
|
|
11202
|
+
}, "returnComparator");
|
|
11203
|
+
if (returnComparator() === "DELETE_IN_PROGRESS") {
|
|
11204
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
11205
|
+
}
|
|
11206
|
+
} catch (e) {
|
|
11207
|
+
}
|
|
11208
|
+
try {
|
|
11209
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11210
|
+
return result.MonitorDeployment.Status;
|
|
11211
|
+
}, "returnComparator");
|
|
11212
|
+
if (returnComparator() === "DELETE_FAILED") {
|
|
11213
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
11214
|
+
}
|
|
11215
|
+
} catch (e) {
|
|
11216
|
+
}
|
|
11217
|
+
} catch (exception) {
|
|
11218
|
+
reason = exception;
|
|
11219
|
+
}
|
|
11220
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
11221
|
+
}, "checkState");
|
|
11222
|
+
var waitForSignalMapMonitorDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
11223
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
11224
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
|
|
11225
|
+
}, "waitForSignalMapMonitorDeleted");
|
|
11226
|
+
var waitUntilSignalMapMonitorDeleted = /* @__PURE__ */ __name(async (params, input) => {
|
|
11227
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
11228
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState13);
|
|
11229
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
11230
|
+
}, "waitUntilSignalMapMonitorDeleted");
|
|
11231
|
+
|
|
11232
|
+
// src/waiters/waitForSignalMapMonitorDeployed.ts
|
|
11233
|
+
|
|
11234
|
+
var checkState14 = /* @__PURE__ */ __name(async (client, input) => {
|
|
11235
|
+
let reason;
|
|
11236
|
+
try {
|
|
11237
|
+
const result = await client.send(new GetSignalMapCommand(input));
|
|
11238
|
+
reason = result;
|
|
11239
|
+
try {
|
|
11240
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11241
|
+
return result.MonitorDeployment.Status;
|
|
11242
|
+
}, "returnComparator");
|
|
11243
|
+
if (returnComparator() === "DRY_RUN_DEPLOYMENT_COMPLETE") {
|
|
11244
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
11245
|
+
}
|
|
11246
|
+
} catch (e) {
|
|
11247
|
+
}
|
|
11248
|
+
try {
|
|
11249
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11250
|
+
return result.MonitorDeployment.Status;
|
|
11251
|
+
}, "returnComparator");
|
|
11252
|
+
if (returnComparator() === "DEPLOYMENT_COMPLETE") {
|
|
11253
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
11254
|
+
}
|
|
11255
|
+
} catch (e) {
|
|
11256
|
+
}
|
|
11257
|
+
try {
|
|
11258
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11259
|
+
return result.MonitorDeployment.Status;
|
|
11260
|
+
}, "returnComparator");
|
|
11261
|
+
if (returnComparator() === "DRY_RUN_DEPLOYMENT_IN_PROGRESS") {
|
|
11262
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
11263
|
+
}
|
|
11264
|
+
} catch (e) {
|
|
11265
|
+
}
|
|
11266
|
+
try {
|
|
11267
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11268
|
+
return result.MonitorDeployment.Status;
|
|
11269
|
+
}, "returnComparator");
|
|
11270
|
+
if (returnComparator() === "DEPLOYMENT_IN_PROGRESS") {
|
|
11271
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
11272
|
+
}
|
|
11273
|
+
} catch (e) {
|
|
11274
|
+
}
|
|
11275
|
+
try {
|
|
11276
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11277
|
+
return result.MonitorDeployment.Status;
|
|
11278
|
+
}, "returnComparator");
|
|
11279
|
+
if (returnComparator() === "DRY_RUN_DEPLOYMENT_FAILED") {
|
|
11280
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
11281
|
+
}
|
|
11282
|
+
} catch (e) {
|
|
11283
|
+
}
|
|
11284
|
+
try {
|
|
11285
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11286
|
+
return result.MonitorDeployment.Status;
|
|
11287
|
+
}, "returnComparator");
|
|
11288
|
+
if (returnComparator() === "DEPLOYMENT_FAILED") {
|
|
11289
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
11290
|
+
}
|
|
11291
|
+
} catch (e) {
|
|
11292
|
+
}
|
|
11293
|
+
} catch (exception) {
|
|
11294
|
+
reason = exception;
|
|
11295
|
+
}
|
|
11296
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
11297
|
+
}, "checkState");
|
|
11298
|
+
var waitForSignalMapMonitorDeployed = /* @__PURE__ */ __name(async (params, input) => {
|
|
11299
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
11300
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState14);
|
|
11301
|
+
}, "waitForSignalMapMonitorDeployed");
|
|
11302
|
+
var waitUntilSignalMapMonitorDeployed = /* @__PURE__ */ __name(async (params, input) => {
|
|
11303
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
11304
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState14);
|
|
11305
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
11306
|
+
}, "waitUntilSignalMapMonitorDeployed");
|
|
11307
|
+
|
|
11308
|
+
// src/waiters/waitForSignalMapUpdated.ts
|
|
11309
|
+
|
|
11310
|
+
var checkState15 = /* @__PURE__ */ __name(async (client, input) => {
|
|
11311
|
+
let reason;
|
|
11312
|
+
try {
|
|
11313
|
+
const result = await client.send(new GetSignalMapCommand(input));
|
|
11314
|
+
reason = result;
|
|
11315
|
+
try {
|
|
11316
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11317
|
+
return result.Status;
|
|
11318
|
+
}, "returnComparator");
|
|
11319
|
+
if (returnComparator() === "UPDATE_COMPLETE") {
|
|
11320
|
+
return { state: import_util_waiter.WaiterState.SUCCESS, reason };
|
|
11321
|
+
}
|
|
11322
|
+
} catch (e) {
|
|
11323
|
+
}
|
|
11324
|
+
try {
|
|
11325
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11326
|
+
return result.Status;
|
|
11327
|
+
}, "returnComparator");
|
|
11328
|
+
if (returnComparator() === "UPDATE_IN_PROGRESS") {
|
|
11329
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
11330
|
+
}
|
|
11331
|
+
} catch (e) {
|
|
11332
|
+
}
|
|
11333
|
+
try {
|
|
11334
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11335
|
+
return result.Status;
|
|
11336
|
+
}, "returnComparator");
|
|
11337
|
+
if (returnComparator() === "UPDATE_FAILED") {
|
|
11338
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
11339
|
+
}
|
|
11340
|
+
} catch (e) {
|
|
11341
|
+
}
|
|
11342
|
+
try {
|
|
11343
|
+
const returnComparator = /* @__PURE__ */ __name(() => {
|
|
11344
|
+
return result.Status;
|
|
11345
|
+
}, "returnComparator");
|
|
11346
|
+
if (returnComparator() === "UPDATE_REVERTED") {
|
|
11347
|
+
return { state: import_util_waiter.WaiterState.FAILURE, reason };
|
|
11348
|
+
}
|
|
11349
|
+
} catch (e) {
|
|
11350
|
+
}
|
|
11351
|
+
} catch (exception) {
|
|
11352
|
+
reason = exception;
|
|
11353
|
+
}
|
|
11354
|
+
return { state: import_util_waiter.WaiterState.RETRY, reason };
|
|
11355
|
+
}, "checkState");
|
|
11356
|
+
var waitForSignalMapUpdated = /* @__PURE__ */ __name(async (params, input) => {
|
|
11357
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
11358
|
+
return (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState15);
|
|
11359
|
+
}, "waitForSignalMapUpdated");
|
|
11360
|
+
var waitUntilSignalMapUpdated = /* @__PURE__ */ __name(async (params, input) => {
|
|
11361
|
+
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
11362
|
+
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState15);
|
|
11363
|
+
return (0, import_util_waiter.checkExceptions)(result);
|
|
11364
|
+
}, "waitUntilSignalMapUpdated");
|
|
11365
|
+
|
|
9357
11366
|
// src/models/models_0.ts
|
|
9358
11367
|
var DashRoleAudio = {
|
|
9359
11368
|
ALTERNATE: "ALTERNATE",
|
|
@@ -9835,12 +11844,56 @@ var ChannelState = {
|
|
|
9835
11844
|
UPDATE_FAILED: "UPDATE_FAILED",
|
|
9836
11845
|
UPDATING: "UPDATING"
|
|
9837
11846
|
};
|
|
11847
|
+
var CloudWatchAlarmTemplateComparisonOperator = {
|
|
11848
|
+
GreaterThanOrEqualToThreshold: "GreaterThanOrEqualToThreshold",
|
|
11849
|
+
GreaterThanThreshold: "GreaterThanThreshold",
|
|
11850
|
+
LessThanOrEqualToThreshold: "LessThanOrEqualToThreshold",
|
|
11851
|
+
LessThanThreshold: "LessThanThreshold"
|
|
11852
|
+
};
|
|
11853
|
+
var CloudWatchAlarmTemplateStatistic = {
|
|
11854
|
+
Average: "Average",
|
|
11855
|
+
Maximum: "Maximum",
|
|
11856
|
+
Minimum: "Minimum",
|
|
11857
|
+
SampleCount: "SampleCount",
|
|
11858
|
+
Sum: "Sum"
|
|
11859
|
+
};
|
|
11860
|
+
var CloudWatchAlarmTemplateTargetResourceType = {
|
|
11861
|
+
CLOUDFRONT_DISTRIBUTION: "CLOUDFRONT_DISTRIBUTION",
|
|
11862
|
+
MEDIACONNECT_FLOW: "MEDIACONNECT_FLOW",
|
|
11863
|
+
MEDIALIVE_CHANNEL: "MEDIALIVE_CHANNEL",
|
|
11864
|
+
MEDIALIVE_INPUT_DEVICE: "MEDIALIVE_INPUT_DEVICE",
|
|
11865
|
+
MEDIALIVE_MULTIPLEX: "MEDIALIVE_MULTIPLEX",
|
|
11866
|
+
MEDIAPACKAGE_CHANNEL: "MEDIAPACKAGE_CHANNEL",
|
|
11867
|
+
MEDIAPACKAGE_ORIGIN_ENDPOINT: "MEDIAPACKAGE_ORIGIN_ENDPOINT",
|
|
11868
|
+
S3_BUCKET: "S3_BUCKET"
|
|
11869
|
+
};
|
|
11870
|
+
var CloudWatchAlarmTemplateTreatMissingData = {
|
|
11871
|
+
breaching: "breaching",
|
|
11872
|
+
ignore: "ignore",
|
|
11873
|
+
missing: "missing",
|
|
11874
|
+
notBreaching: "notBreaching"
|
|
11875
|
+
};
|
|
9838
11876
|
var ColorSpace = {
|
|
9839
11877
|
HDR10: "HDR10",
|
|
9840
11878
|
HLG_2020: "HLG_2020",
|
|
9841
11879
|
REC_601: "REC_601",
|
|
9842
11880
|
REC_709: "REC_709"
|
|
9843
11881
|
};
|
|
11882
|
+
var EventBridgeRuleTemplateEventType = {
|
|
11883
|
+
MEDIACONNECT_ALERT: "MEDIACONNECT_ALERT",
|
|
11884
|
+
MEDIACONNECT_FLOW_STATUS_CHANGE: "MEDIACONNECT_FLOW_STATUS_CHANGE",
|
|
11885
|
+
MEDIACONNECT_OUTPUT_HEALTH: "MEDIACONNECT_OUTPUT_HEALTH",
|
|
11886
|
+
MEDIACONNECT_SOURCE_HEALTH: "MEDIACONNECT_SOURCE_HEALTH",
|
|
11887
|
+
MEDIALIVE_CHANNEL_ALERT: "MEDIALIVE_CHANNEL_ALERT",
|
|
11888
|
+
MEDIALIVE_CHANNEL_INPUT_CHANGE: "MEDIALIVE_CHANNEL_INPUT_CHANGE",
|
|
11889
|
+
MEDIALIVE_CHANNEL_STATE_CHANGE: "MEDIALIVE_CHANNEL_STATE_CHANGE",
|
|
11890
|
+
MEDIALIVE_MULTIPLEX_ALERT: "MEDIALIVE_MULTIPLEX_ALERT",
|
|
11891
|
+
MEDIALIVE_MULTIPLEX_STATE_CHANGE: "MEDIALIVE_MULTIPLEX_STATE_CHANGE",
|
|
11892
|
+
MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION: "MEDIAPACKAGE_HARVEST_JOB_NOTIFICATION",
|
|
11893
|
+
MEDIAPACKAGE_INPUT_NOTIFICATION: "MEDIAPACKAGE_INPUT_NOTIFICATION",
|
|
11894
|
+
MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION: "MEDIAPACKAGE_KEY_PROVIDER_NOTIFICATION",
|
|
11895
|
+
SIGNAL_MAP_ACTIVE_ALARM: "SIGNAL_MAP_ACTIVE_ALARM"
|
|
11896
|
+
};
|
|
9844
11897
|
var HlsAdMarkers = {
|
|
9845
11898
|
ADOBE: "ADOBE",
|
|
9846
11899
|
ELEMENTAL: "ELEMENTAL",
|
|
@@ -10152,41 +12205,6 @@ var CmafNielsenId3Behavior = {
|
|
|
10152
12205
|
NO_PASSTHROUGH: "NO_PASSTHROUGH",
|
|
10153
12206
|
PASSTHROUGH: "PASSTHROUGH"
|
|
10154
12207
|
};
|
|
10155
|
-
var Scte35Type = {
|
|
10156
|
-
NONE: "NONE",
|
|
10157
|
-
SCTE_35_WITHOUT_SEGMENTATION: "SCTE_35_WITHOUT_SEGMENTATION"
|
|
10158
|
-
};
|
|
10159
|
-
var CmafIngestSegmentLengthUnits = {
|
|
10160
|
-
MILLISECONDS: "MILLISECONDS",
|
|
10161
|
-
SECONDS: "SECONDS"
|
|
10162
|
-
};
|
|
10163
|
-
var HlsCaptionLanguageSetting = {
|
|
10164
|
-
INSERT: "INSERT",
|
|
10165
|
-
NONE: "NONE",
|
|
10166
|
-
OMIT: "OMIT"
|
|
10167
|
-
};
|
|
10168
|
-
var HlsClientCache = {
|
|
10169
|
-
DISABLED: "DISABLED",
|
|
10170
|
-
ENABLED: "ENABLED"
|
|
10171
|
-
};
|
|
10172
|
-
var HlsCodecSpecification = {
|
|
10173
|
-
RFC_4281: "RFC_4281",
|
|
10174
|
-
RFC_6381: "RFC_6381"
|
|
10175
|
-
};
|
|
10176
|
-
var HlsDirectoryStructure = {
|
|
10177
|
-
SINGLE_DIRECTORY: "SINGLE_DIRECTORY",
|
|
10178
|
-
SUBDIRECTORY_PER_STREAM: "SUBDIRECTORY_PER_STREAM"
|
|
10179
|
-
};
|
|
10180
|
-
var HlsDiscontinuityTags = {
|
|
10181
|
-
INSERT: "INSERT",
|
|
10182
|
-
NEVER_INSERT: "NEVER_INSERT"
|
|
10183
|
-
};
|
|
10184
|
-
|
|
10185
|
-
// src/models/models_2.ts
|
|
10186
|
-
var RebootInputDeviceForce = {
|
|
10187
|
-
NO: "NO",
|
|
10188
|
-
YES: "YES"
|
|
10189
|
-
};
|
|
10190
12208
|
// Annotate the CommonJS export names for ESM import in node:
|
|
10191
12209
|
|
|
10192
12210
|
0 && (module.exports = {
|
|
@@ -10203,19 +12221,29 @@ var RebootInputDeviceForce = {
|
|
|
10203
12221
|
CancelInputDeviceTransferCommand,
|
|
10204
12222
|
ClaimDeviceCommand,
|
|
10205
12223
|
CreateChannelCommand,
|
|
12224
|
+
CreateCloudWatchAlarmTemplateCommand,
|
|
12225
|
+
CreateCloudWatchAlarmTemplateGroupCommand,
|
|
12226
|
+
CreateEventBridgeRuleTemplateCommand,
|
|
12227
|
+
CreateEventBridgeRuleTemplateGroupCommand,
|
|
10206
12228
|
CreateInputCommand,
|
|
10207
12229
|
CreateInputSecurityGroupCommand,
|
|
10208
12230
|
CreateMultiplexCommand,
|
|
10209
12231
|
CreateMultiplexProgramCommand,
|
|
10210
12232
|
CreatePartnerInputCommand,
|
|
12233
|
+
CreateSignalMapCommand,
|
|
10211
12234
|
CreateTagsCommand,
|
|
10212
12235
|
DeleteChannelCommand,
|
|
12236
|
+
DeleteCloudWatchAlarmTemplateCommand,
|
|
12237
|
+
DeleteCloudWatchAlarmTemplateGroupCommand,
|
|
12238
|
+
DeleteEventBridgeRuleTemplateCommand,
|
|
12239
|
+
DeleteEventBridgeRuleTemplateGroupCommand,
|
|
10213
12240
|
DeleteInputCommand,
|
|
10214
12241
|
DeleteInputSecurityGroupCommand,
|
|
10215
12242
|
DeleteMultiplexCommand,
|
|
10216
12243
|
DeleteMultiplexProgramCommand,
|
|
10217
12244
|
DeleteReservationCommand,
|
|
10218
12245
|
DeleteScheduleCommand,
|
|
12246
|
+
DeleteSignalMapCommand,
|
|
10219
12247
|
DeleteTagsCommand,
|
|
10220
12248
|
DescribeAccountConfigurationCommand,
|
|
10221
12249
|
DescribeChannelCommand,
|
|
@@ -10229,7 +12257,16 @@ var RebootInputDeviceForce = {
|
|
|
10229
12257
|
DescribeReservationCommand,
|
|
10230
12258
|
DescribeScheduleCommand,
|
|
10231
12259
|
DescribeThumbnailsCommand,
|
|
12260
|
+
GetCloudWatchAlarmTemplateCommand,
|
|
12261
|
+
GetCloudWatchAlarmTemplateGroupCommand,
|
|
12262
|
+
GetEventBridgeRuleTemplateCommand,
|
|
12263
|
+
GetEventBridgeRuleTemplateGroupCommand,
|
|
12264
|
+
GetSignalMapCommand,
|
|
10232
12265
|
ListChannelsCommand,
|
|
12266
|
+
ListCloudWatchAlarmTemplateGroupsCommand,
|
|
12267
|
+
ListCloudWatchAlarmTemplatesCommand,
|
|
12268
|
+
ListEventBridgeRuleTemplateGroupsCommand,
|
|
12269
|
+
ListEventBridgeRuleTemplatesCommand,
|
|
10233
12270
|
ListInputDeviceTransfersCommand,
|
|
10234
12271
|
ListInputDevicesCommand,
|
|
10235
12272
|
ListInputSecurityGroupsCommand,
|
|
@@ -10238,15 +12275,19 @@ var RebootInputDeviceForce = {
|
|
|
10238
12275
|
ListMultiplexesCommand,
|
|
10239
12276
|
ListOfferingsCommand,
|
|
10240
12277
|
ListReservationsCommand,
|
|
12278
|
+
ListSignalMapsCommand,
|
|
10241
12279
|
ListTagsForResourceCommand,
|
|
10242
12280
|
PurchaseOfferingCommand,
|
|
10243
12281
|
RebootInputDeviceCommand,
|
|
10244
12282
|
RejectInputDeviceTransferCommand,
|
|
10245
12283
|
RestartChannelPipelinesCommand,
|
|
10246
12284
|
StartChannelCommand,
|
|
12285
|
+
StartDeleteMonitorDeploymentCommand,
|
|
10247
12286
|
StartInputDeviceCommand,
|
|
10248
12287
|
StartInputDeviceMaintenanceWindowCommand,
|
|
12288
|
+
StartMonitorDeploymentCommand,
|
|
10249
12289
|
StartMultiplexCommand,
|
|
12290
|
+
StartUpdateSignalMapCommand,
|
|
10250
12291
|
StopChannelCommand,
|
|
10251
12292
|
StopInputDeviceCommand,
|
|
10252
12293
|
StopMultiplexCommand,
|
|
@@ -10254,6 +12295,10 @@ var RebootInputDeviceForce = {
|
|
|
10254
12295
|
UpdateAccountConfigurationCommand,
|
|
10255
12296
|
UpdateChannelClassCommand,
|
|
10256
12297
|
UpdateChannelCommand,
|
|
12298
|
+
UpdateCloudWatchAlarmTemplateCommand,
|
|
12299
|
+
UpdateCloudWatchAlarmTemplateGroupCommand,
|
|
12300
|
+
UpdateEventBridgeRuleTemplateCommand,
|
|
12301
|
+
UpdateEventBridgeRuleTemplateGroupCommand,
|
|
10257
12302
|
UpdateInputCommand,
|
|
10258
12303
|
UpdateInputDeviceCommand,
|
|
10259
12304
|
UpdateInputSecurityGroupCommand,
|
|
@@ -10262,6 +12307,10 @@ var RebootInputDeviceForce = {
|
|
|
10262
12307
|
UpdateReservationCommand,
|
|
10263
12308
|
paginateDescribeSchedule,
|
|
10264
12309
|
paginateListChannels,
|
|
12310
|
+
paginateListCloudWatchAlarmTemplateGroups,
|
|
12311
|
+
paginateListCloudWatchAlarmTemplates,
|
|
12312
|
+
paginateListEventBridgeRuleTemplateGroups,
|
|
12313
|
+
paginateListEventBridgeRuleTemplates,
|
|
10265
12314
|
paginateListInputDeviceTransfers,
|
|
10266
12315
|
paginateListInputDevices,
|
|
10267
12316
|
paginateListInputSecurityGroups,
|
|
@@ -10270,6 +12319,7 @@ var RebootInputDeviceForce = {
|
|
|
10270
12319
|
paginateListMultiplexes,
|
|
10271
12320
|
paginateListOfferings,
|
|
10272
12321
|
paginateListReservations,
|
|
12322
|
+
paginateListSignalMaps,
|
|
10273
12323
|
waitForChannelCreated,
|
|
10274
12324
|
waitUntilChannelCreated,
|
|
10275
12325
|
waitForChannelDeleted,
|
|
@@ -10292,6 +12342,14 @@ var RebootInputDeviceForce = {
|
|
|
10292
12342
|
waitUntilMultiplexRunning,
|
|
10293
12343
|
waitForMultiplexStopped,
|
|
10294
12344
|
waitUntilMultiplexStopped,
|
|
12345
|
+
waitForSignalMapCreated,
|
|
12346
|
+
waitUntilSignalMapCreated,
|
|
12347
|
+
waitForSignalMapMonitorDeleted,
|
|
12348
|
+
waitUntilSignalMapMonitorDeleted,
|
|
12349
|
+
waitForSignalMapMonitorDeployed,
|
|
12350
|
+
waitUntilSignalMapMonitorDeployed,
|
|
12351
|
+
waitForSignalMapUpdated,
|
|
12352
|
+
waitUntilSignalMapUpdated,
|
|
10295
12353
|
DashRoleAudio,
|
|
10296
12354
|
AudioNormalizationAlgorithm,
|
|
10297
12355
|
AudioNormalizationAlgorithmControl,
|
|
@@ -10378,7 +12436,12 @@ var RebootInputDeviceForce = {
|
|
|
10378
12436
|
LogLevel,
|
|
10379
12437
|
MaintenanceDay,
|
|
10380
12438
|
ChannelState,
|
|
12439
|
+
CloudWatchAlarmTemplateComparisonOperator,
|
|
12440
|
+
CloudWatchAlarmTemplateStatistic,
|
|
12441
|
+
CloudWatchAlarmTemplateTargetResourceType,
|
|
12442
|
+
CloudWatchAlarmTemplateTreatMissingData,
|
|
10381
12443
|
ColorSpace,
|
|
12444
|
+
EventBridgeRuleTemplateEventType,
|
|
10382
12445
|
HlsAdMarkers,
|
|
10383
12446
|
InputClass,
|
|
10384
12447
|
InputSourceType,
|
|
@@ -10500,6 +12563,8 @@ var RebootInputDeviceForce = {
|
|
|
10500
12563
|
Scte35WebDeliveryAllowedFlag,
|
|
10501
12564
|
Scte35SegmentationCancelIndicator,
|
|
10502
12565
|
FollowPoint,
|
|
12566
|
+
SignalMapMonitorDeploymentStatus,
|
|
12567
|
+
SignalMapStatus,
|
|
10503
12568
|
ThumbnailType,
|
|
10504
12569
|
InputDeviceTransferType,
|
|
10505
12570
|
FrameCaptureIntervalUnit,
|
|
@@ -10587,7 +12652,7 @@ var RebootInputDeviceForce = {
|
|
|
10587
12652
|
TimecodeConfigSource,
|
|
10588
12653
|
ContentType,
|
|
10589
12654
|
PreferredChannelPipeline,
|
|
10590
|
-
|
|
10591
|
-
|
|
12655
|
+
RebootInputDeviceForce,
|
|
12656
|
+
DescribeInputDeviceThumbnailResponseFilterSensitiveLog
|
|
10592
12657
|
});
|
|
10593
12658
|
|