aws-sdk-medialive 1.130.0 → 1.131.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +2148 -31
- data/lib/aws-sdk-medialive/client_api.rb +1116 -0
- data/lib/aws-sdk-medialive/endpoints.rb +334 -368
- data/lib/aws-sdk-medialive/plugins/endpoints.rb +54 -1
- data/lib/aws-sdk-medialive/types.rb +2985 -23
- data/lib/aws-sdk-medialive/waiters.rb +397 -17
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +766 -8
- data/sig/types.rbs +774 -5
- data/sig/waiters.rbs +75 -0
- metadata +4 -4
@@ -37,6 +37,7 @@ module Aws::MediaLive
|
|
37
37
|
AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
|
38
38
|
Algorithm = Shapes::StringShape.new(name: 'Algorithm')
|
39
39
|
AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
|
40
|
+
AnywhereSettings = Shapes::StructureShape.new(name: 'AnywhereSettings')
|
40
41
|
ArchiveCdnSettings = Shapes::StructureShape.new(name: 'ArchiveCdnSettings')
|
41
42
|
ArchiveContainerSettings = Shapes::StructureShape.new(name: 'ArchiveContainerSettings')
|
42
43
|
ArchiveGroupSettings = Shapes::StructureShape.new(name: 'ArchiveGroupSettings')
|
@@ -70,6 +71,12 @@ module Aws::MediaLive
|
|
70
71
|
AudioWatermarkSettings = Shapes::StructureShape.new(name: 'AudioWatermarkSettings')
|
71
72
|
AuthenticationScheme = Shapes::StringShape.new(name: 'AuthenticationScheme')
|
72
73
|
AutomaticInputFailoverSettings = Shapes::StructureShape.new(name: 'AutomaticInputFailoverSettings')
|
74
|
+
Av1ColorSpaceSettings = Shapes::StructureShape.new(name: 'Av1ColorSpaceSettings')
|
75
|
+
Av1GopSizeUnits = Shapes::StringShape.new(name: 'Av1GopSizeUnits')
|
76
|
+
Av1Level = Shapes::StringShape.new(name: 'Av1Level')
|
77
|
+
Av1LookAheadRateControl = Shapes::StringShape.new(name: 'Av1LookAheadRateControl')
|
78
|
+
Av1SceneChangeDetect = Shapes::StringShape.new(name: 'Av1SceneChangeDetect')
|
79
|
+
Av1Settings = Shapes::StructureShape.new(name: 'Av1Settings')
|
73
80
|
AvailBlanking = Shapes::StructureShape.new(name: 'AvailBlanking')
|
74
81
|
AvailBlankingState = Shapes::StringShape.new(name: 'AvailBlankingState')
|
75
82
|
AvailConfiguration = Shapes::StructureShape.new(name: 'AvailConfiguration')
|
@@ -123,6 +130,7 @@ module Aws::MediaLive
|
|
123
130
|
ChannelConfigurationValidationError = Shapes::StructureShape.new(name: 'ChannelConfigurationValidationError')
|
124
131
|
ChannelEgressEndpoint = Shapes::StructureShape.new(name: 'ChannelEgressEndpoint')
|
125
132
|
ChannelPipelineIdToRestart = Shapes::StringShape.new(name: 'ChannelPipelineIdToRestart')
|
133
|
+
ChannelPlacementGroupState = Shapes::StringShape.new(name: 'ChannelPlacementGroupState')
|
126
134
|
ChannelState = Shapes::StringShape.new(name: 'ChannelState')
|
127
135
|
ChannelSummary = Shapes::StructureShape.new(name: 'ChannelSummary')
|
128
136
|
ClaimDeviceRequest = Shapes::StructureShape.new(name: 'ClaimDeviceRequest')
|
@@ -133,6 +141,11 @@ module Aws::MediaLive
|
|
133
141
|
CloudWatchAlarmTemplateSummary = Shapes::StructureShape.new(name: 'CloudWatchAlarmTemplateSummary')
|
134
142
|
CloudWatchAlarmTemplateTargetResourceType = Shapes::StringShape.new(name: 'CloudWatchAlarmTemplateTargetResourceType')
|
135
143
|
CloudWatchAlarmTemplateTreatMissingData = Shapes::StringShape.new(name: 'CloudWatchAlarmTemplateTreatMissingData')
|
144
|
+
ClusterNetworkSettings = Shapes::StructureShape.new(name: 'ClusterNetworkSettings')
|
145
|
+
ClusterNetworkSettingsCreateRequest = Shapes::StructureShape.new(name: 'ClusterNetworkSettingsCreateRequest')
|
146
|
+
ClusterNetworkSettingsUpdateRequest = Shapes::StructureShape.new(name: 'ClusterNetworkSettingsUpdateRequest')
|
147
|
+
ClusterState = Shapes::StringShape.new(name: 'ClusterState')
|
148
|
+
ClusterType = Shapes::StringShape.new(name: 'ClusterType')
|
136
149
|
CmafIngestGroupSettings = Shapes::StructureShape.new(name: 'CmafIngestGroupSettings')
|
137
150
|
CmafIngestOutputSettings = Shapes::StructureShape.new(name: 'CmafIngestOutputSettings')
|
138
151
|
CmafIngestSegmentLengthUnits = Shapes::StringShape.new(name: 'CmafIngestSegmentLengthUnits')
|
@@ -145,6 +158,8 @@ module Aws::MediaLive
|
|
145
158
|
ConflictExceptionResponseContent = Shapes::StructureShape.new(name: 'ConflictExceptionResponseContent')
|
146
159
|
ContentType = Shapes::StringShape.new(name: 'ContentType')
|
147
160
|
CreateChannel = Shapes::StructureShape.new(name: 'CreateChannel')
|
161
|
+
CreateChannelPlacementGroupRequest = Shapes::StructureShape.new(name: 'CreateChannelPlacementGroupRequest')
|
162
|
+
CreateChannelPlacementGroupResponse = Shapes::StructureShape.new(name: 'CreateChannelPlacementGroupResponse')
|
148
163
|
CreateChannelRequest = Shapes::StructureShape.new(name: 'CreateChannelRequest')
|
149
164
|
CreateChannelResponse = Shapes::StructureShape.new(name: 'CreateChannelResponse')
|
150
165
|
CreateChannelResultModel = Shapes::StructureShape.new(name: 'CreateChannelResultModel')
|
@@ -156,6 +171,8 @@ module Aws::MediaLive
|
|
156
171
|
CreateCloudWatchAlarmTemplateRequestContent = Shapes::StructureShape.new(name: 'CreateCloudWatchAlarmTemplateRequestContent')
|
157
172
|
CreateCloudWatchAlarmTemplateResponse = Shapes::StructureShape.new(name: 'CreateCloudWatchAlarmTemplateResponse')
|
158
173
|
CreateCloudWatchAlarmTemplateResponseContent = Shapes::StructureShape.new(name: 'CreateCloudWatchAlarmTemplateResponseContent')
|
174
|
+
CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
|
175
|
+
CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
|
159
176
|
CreateEventBridgeRuleTemplateGroupRequest = Shapes::StructureShape.new(name: 'CreateEventBridgeRuleTemplateGroupRequest')
|
160
177
|
CreateEventBridgeRuleTemplateGroupRequestContent = Shapes::StructureShape.new(name: 'CreateEventBridgeRuleTemplateGroupRequestContent')
|
161
178
|
CreateEventBridgeRuleTemplateGroupResponse = Shapes::StructureShape.new(name: 'CreateEventBridgeRuleTemplateGroupResponse')
|
@@ -179,6 +196,13 @@ module Aws::MediaLive
|
|
179
196
|
CreateMultiplexRequest = Shapes::StructureShape.new(name: 'CreateMultiplexRequest')
|
180
197
|
CreateMultiplexResponse = Shapes::StructureShape.new(name: 'CreateMultiplexResponse')
|
181
198
|
CreateMultiplexResultModel = Shapes::StructureShape.new(name: 'CreateMultiplexResultModel')
|
199
|
+
CreateNetworkRequest = Shapes::StructureShape.new(name: 'CreateNetworkRequest')
|
200
|
+
CreateNetworkResponse = Shapes::StructureShape.new(name: 'CreateNetworkResponse')
|
201
|
+
CreateNodeRegistrationScriptRequest = Shapes::StructureShape.new(name: 'CreateNodeRegistrationScriptRequest')
|
202
|
+
CreateNodeRegistrationScriptResponse = Shapes::StructureShape.new(name: 'CreateNodeRegistrationScriptResponse')
|
203
|
+
CreateNodeRegistrationScriptResult = Shapes::StructureShape.new(name: 'CreateNodeRegistrationScriptResult')
|
204
|
+
CreateNodeRequest = Shapes::StructureShape.new(name: 'CreateNodeRequest')
|
205
|
+
CreateNodeResponse = Shapes::StructureShape.new(name: 'CreateNodeResponse')
|
182
206
|
CreatePartnerInput = Shapes::StructureShape.new(name: 'CreatePartnerInput')
|
183
207
|
CreatePartnerInputRequest = Shapes::StructureShape.new(name: 'CreatePartnerInputRequest')
|
184
208
|
CreatePartnerInputResponse = Shapes::StructureShape.new(name: 'CreatePartnerInputResponse')
|
@@ -190,10 +214,14 @@ module Aws::MediaLive
|
|
190
214
|
CreateTagsRequest = Shapes::StructureShape.new(name: 'CreateTagsRequest')
|
191
215
|
DashRoleAudio = Shapes::StringShape.new(name: 'DashRoleAudio')
|
192
216
|
DashRoleCaption = Shapes::StringShape.new(name: 'DashRoleCaption')
|
217
|
+
DeleteChannelPlacementGroupRequest = Shapes::StructureShape.new(name: 'DeleteChannelPlacementGroupRequest')
|
218
|
+
DeleteChannelPlacementGroupResponse = Shapes::StructureShape.new(name: 'DeleteChannelPlacementGroupResponse')
|
193
219
|
DeleteChannelRequest = Shapes::StructureShape.new(name: 'DeleteChannelRequest')
|
194
220
|
DeleteChannelResponse = Shapes::StructureShape.new(name: 'DeleteChannelResponse')
|
195
221
|
DeleteCloudWatchAlarmTemplateGroupRequest = Shapes::StructureShape.new(name: 'DeleteCloudWatchAlarmTemplateGroupRequest')
|
196
222
|
DeleteCloudWatchAlarmTemplateRequest = Shapes::StructureShape.new(name: 'DeleteCloudWatchAlarmTemplateRequest')
|
223
|
+
DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
|
224
|
+
DeleteClusterResponse = Shapes::StructureShape.new(name: 'DeleteClusterResponse')
|
197
225
|
DeleteEventBridgeRuleTemplateGroupRequest = Shapes::StructureShape.new(name: 'DeleteEventBridgeRuleTemplateGroupRequest')
|
198
226
|
DeleteEventBridgeRuleTemplateRequest = Shapes::StructureShape.new(name: 'DeleteEventBridgeRuleTemplateRequest')
|
199
227
|
DeleteInputRequest = Shapes::StructureShape.new(name: 'DeleteInputRequest')
|
@@ -204,6 +232,10 @@ module Aws::MediaLive
|
|
204
232
|
DeleteMultiplexProgramResponse = Shapes::StructureShape.new(name: 'DeleteMultiplexProgramResponse')
|
205
233
|
DeleteMultiplexRequest = Shapes::StructureShape.new(name: 'DeleteMultiplexRequest')
|
206
234
|
DeleteMultiplexResponse = Shapes::StructureShape.new(name: 'DeleteMultiplexResponse')
|
235
|
+
DeleteNetworkRequest = Shapes::StructureShape.new(name: 'DeleteNetworkRequest')
|
236
|
+
DeleteNetworkResponse = Shapes::StructureShape.new(name: 'DeleteNetworkResponse')
|
237
|
+
DeleteNodeRequest = Shapes::StructureShape.new(name: 'DeleteNodeRequest')
|
238
|
+
DeleteNodeResponse = Shapes::StructureShape.new(name: 'DeleteNodeResponse')
|
207
239
|
DeleteReservationRequest = Shapes::StructureShape.new(name: 'DeleteReservationRequest')
|
208
240
|
DeleteReservationResponse = Shapes::StructureShape.new(name: 'DeleteReservationResponse')
|
209
241
|
DeleteScheduleRequest = Shapes::StructureShape.new(name: 'DeleteScheduleRequest')
|
@@ -213,8 +245,17 @@ module Aws::MediaLive
|
|
213
245
|
DescribeAccountConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeAccountConfigurationRequest')
|
214
246
|
DescribeAccountConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeAccountConfigurationResponse')
|
215
247
|
DescribeAccountConfigurationResultModel = Shapes::StructureShape.new(name: 'DescribeAccountConfigurationResultModel')
|
248
|
+
DescribeAnywhereSettings = Shapes::StructureShape.new(name: 'DescribeAnywhereSettings')
|
249
|
+
DescribeChannelPlacementGroupRequest = Shapes::StructureShape.new(name: 'DescribeChannelPlacementGroupRequest')
|
250
|
+
DescribeChannelPlacementGroupResponse = Shapes::StructureShape.new(name: 'DescribeChannelPlacementGroupResponse')
|
251
|
+
DescribeChannelPlacementGroupResult = Shapes::StructureShape.new(name: 'DescribeChannelPlacementGroupResult')
|
252
|
+
DescribeChannelPlacementGroupSummary = Shapes::StructureShape.new(name: 'DescribeChannelPlacementGroupSummary')
|
216
253
|
DescribeChannelRequest = Shapes::StructureShape.new(name: 'DescribeChannelRequest')
|
217
254
|
DescribeChannelResponse = Shapes::StructureShape.new(name: 'DescribeChannelResponse')
|
255
|
+
DescribeClusterRequest = Shapes::StructureShape.new(name: 'DescribeClusterRequest')
|
256
|
+
DescribeClusterResponse = Shapes::StructureShape.new(name: 'DescribeClusterResponse')
|
257
|
+
DescribeClusterResult = Shapes::StructureShape.new(name: 'DescribeClusterResult')
|
258
|
+
DescribeClusterSummary = Shapes::StructureShape.new(name: 'DescribeClusterSummary')
|
218
259
|
DescribeInputDeviceRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceRequest')
|
219
260
|
DescribeInputDeviceResponse = Shapes::StructureShape.new(name: 'DescribeInputDeviceResponse')
|
220
261
|
DescribeInputDeviceThumbnailRequest = Shapes::StructureShape.new(name: 'DescribeInputDeviceThumbnailRequest')
|
@@ -227,6 +268,14 @@ module Aws::MediaLive
|
|
227
268
|
DescribeMultiplexProgramResponse = Shapes::StructureShape.new(name: 'DescribeMultiplexProgramResponse')
|
228
269
|
DescribeMultiplexRequest = Shapes::StructureShape.new(name: 'DescribeMultiplexRequest')
|
229
270
|
DescribeMultiplexResponse = Shapes::StructureShape.new(name: 'DescribeMultiplexResponse')
|
271
|
+
DescribeNetworkRequest = Shapes::StructureShape.new(name: 'DescribeNetworkRequest')
|
272
|
+
DescribeNetworkResponse = Shapes::StructureShape.new(name: 'DescribeNetworkResponse')
|
273
|
+
DescribeNetworkResult = Shapes::StructureShape.new(name: 'DescribeNetworkResult')
|
274
|
+
DescribeNetworkSummary = Shapes::StructureShape.new(name: 'DescribeNetworkSummary')
|
275
|
+
DescribeNodeRequest = Shapes::StructureShape.new(name: 'DescribeNodeRequest')
|
276
|
+
DescribeNodeResponse = Shapes::StructureShape.new(name: 'DescribeNodeResponse')
|
277
|
+
DescribeNodeResult = Shapes::StructureShape.new(name: 'DescribeNodeResult')
|
278
|
+
DescribeNodeSummary = Shapes::StructureShape.new(name: 'DescribeNodeSummary')
|
230
279
|
DescribeOfferingRequest = Shapes::StructureShape.new(name: 'DescribeOfferingRequest')
|
231
280
|
DescribeOfferingResponse = Shapes::StructureShape.new(name: 'DescribeOfferingResponse')
|
232
281
|
DescribeReservationRequest = Shapes::StructureShape.new(name: 'DescribeReservationRequest')
|
@@ -434,6 +483,7 @@ module Aws::MediaLive
|
|
434
483
|
InputDenoiseFilter = Shapes::StringShape.new(name: 'InputDenoiseFilter')
|
435
484
|
InputDestination = Shapes::StructureShape.new(name: 'InputDestination')
|
436
485
|
InputDestinationRequest = Shapes::StructureShape.new(name: 'InputDestinationRequest')
|
486
|
+
InputDestinationRoute = Shapes::StructureShape.new(name: 'InputDestinationRoute')
|
437
487
|
InputDestinationVpc = Shapes::StructureShape.new(name: 'InputDestinationVpc')
|
438
488
|
InputDevice = Shapes::StructureShape.new(name: 'InputDevice')
|
439
489
|
InputDeviceActiveInput = Shapes::StringShape.new(name: 'InputDeviceActiveInput')
|
@@ -471,8 +521,10 @@ module Aws::MediaLive
|
|
471
521
|
InputLossFailoverSettings = Shapes::StructureShape.new(name: 'InputLossFailoverSettings')
|
472
522
|
InputLossImageType = Shapes::StringShape.new(name: 'InputLossImageType')
|
473
523
|
InputMaximumBitrate = Shapes::StringShape.new(name: 'InputMaximumBitrate')
|
524
|
+
InputNetworkLocation = Shapes::StringShape.new(name: 'InputNetworkLocation')
|
474
525
|
InputPreference = Shapes::StringShape.new(name: 'InputPreference')
|
475
526
|
InputPrepareScheduleActionSettings = Shapes::StructureShape.new(name: 'InputPrepareScheduleActionSettings')
|
527
|
+
InputRequestDestinationRoute = Shapes::StructureShape.new(name: 'InputRequestDestinationRoute')
|
476
528
|
InputResolution = Shapes::StringShape.new(name: 'InputResolution')
|
477
529
|
InputSecurityGroup = Shapes::StructureShape.new(name: 'InputSecurityGroup')
|
478
530
|
InputSecurityGroupState = Shapes::StringShape.new(name: 'InputSecurityGroupState')
|
@@ -490,13 +542,22 @@ module Aws::MediaLive
|
|
490
542
|
InputVpcRequest = Shapes::StructureShape.new(name: 'InputVpcRequest')
|
491
543
|
InputWhitelistRule = Shapes::StructureShape.new(name: 'InputWhitelistRule')
|
492
544
|
InputWhitelistRuleCidr = Shapes::StructureShape.new(name: 'InputWhitelistRuleCidr')
|
545
|
+
InterfaceMapping = Shapes::StructureShape.new(name: 'InterfaceMapping')
|
546
|
+
InterfaceMappingCreateRequest = Shapes::StructureShape.new(name: 'InterfaceMappingCreateRequest')
|
547
|
+
InterfaceMappingUpdateRequest = Shapes::StructureShape.new(name: 'InterfaceMappingUpdateRequest')
|
493
548
|
InternalServerErrorException = Shapes::StructureShape.new(name: 'InternalServerErrorException')
|
494
549
|
InternalServerErrorExceptionResponseContent = Shapes::StructureShape.new(name: 'InternalServerErrorExceptionResponseContent')
|
495
550
|
InternalServiceError = Shapes::StructureShape.new(name: 'InternalServiceError')
|
496
551
|
InvalidRequest = Shapes::StructureShape.new(name: 'InvalidRequest')
|
552
|
+
IpPool = Shapes::StructureShape.new(name: 'IpPool')
|
553
|
+
IpPoolCreateRequest = Shapes::StructureShape.new(name: 'IpPoolCreateRequest')
|
554
|
+
IpPoolUpdateRequest = Shapes::StructureShape.new(name: 'IpPoolUpdateRequest')
|
497
555
|
KeyProviderSettings = Shapes::StructureShape.new(name: 'KeyProviderSettings')
|
498
556
|
LastFrameClippingBehavior = Shapes::StringShape.new(name: 'LastFrameClippingBehavior')
|
499
557
|
LimitExceeded = Shapes::StructureShape.new(name: 'LimitExceeded')
|
558
|
+
ListChannelPlacementGroupsRequest = Shapes::StructureShape.new(name: 'ListChannelPlacementGroupsRequest')
|
559
|
+
ListChannelPlacementGroupsResponse = Shapes::StructureShape.new(name: 'ListChannelPlacementGroupsResponse')
|
560
|
+
ListChannelPlacementGroupsResult = Shapes::StructureShape.new(name: 'ListChannelPlacementGroupsResult')
|
500
561
|
ListChannelsRequest = Shapes::StructureShape.new(name: 'ListChannelsRequest')
|
501
562
|
ListChannelsResponse = Shapes::StructureShape.new(name: 'ListChannelsResponse')
|
502
563
|
ListChannelsResultModel = Shapes::StructureShape.new(name: 'ListChannelsResultModel')
|
@@ -506,6 +567,9 @@ module Aws::MediaLive
|
|
506
567
|
ListCloudWatchAlarmTemplatesRequest = Shapes::StructureShape.new(name: 'ListCloudWatchAlarmTemplatesRequest')
|
507
568
|
ListCloudWatchAlarmTemplatesResponse = Shapes::StructureShape.new(name: 'ListCloudWatchAlarmTemplatesResponse')
|
508
569
|
ListCloudWatchAlarmTemplatesResponseContent = Shapes::StructureShape.new(name: 'ListCloudWatchAlarmTemplatesResponseContent')
|
570
|
+
ListClustersRequest = Shapes::StructureShape.new(name: 'ListClustersRequest')
|
571
|
+
ListClustersResponse = Shapes::StructureShape.new(name: 'ListClustersResponse')
|
572
|
+
ListClustersResult = Shapes::StructureShape.new(name: 'ListClustersResult')
|
509
573
|
ListEventBridgeRuleTemplateGroupsRequest = Shapes::StructureShape.new(name: 'ListEventBridgeRuleTemplateGroupsRequest')
|
510
574
|
ListEventBridgeRuleTemplateGroupsResponse = Shapes::StructureShape.new(name: 'ListEventBridgeRuleTemplateGroupsResponse')
|
511
575
|
ListEventBridgeRuleTemplateGroupsResponseContent = Shapes::StructureShape.new(name: 'ListEventBridgeRuleTemplateGroupsResponseContent')
|
@@ -530,6 +594,12 @@ module Aws::MediaLive
|
|
530
594
|
ListMultiplexesRequest = Shapes::StructureShape.new(name: 'ListMultiplexesRequest')
|
531
595
|
ListMultiplexesResponse = Shapes::StructureShape.new(name: 'ListMultiplexesResponse')
|
532
596
|
ListMultiplexesResultModel = Shapes::StructureShape.new(name: 'ListMultiplexesResultModel')
|
597
|
+
ListNetworksRequest = Shapes::StructureShape.new(name: 'ListNetworksRequest')
|
598
|
+
ListNetworksResponse = Shapes::StructureShape.new(name: 'ListNetworksResponse')
|
599
|
+
ListNetworksResult = Shapes::StructureShape.new(name: 'ListNetworksResult')
|
600
|
+
ListNodesRequest = Shapes::StructureShape.new(name: 'ListNodesRequest')
|
601
|
+
ListNodesResponse = Shapes::StructureShape.new(name: 'ListNodesResponse')
|
602
|
+
ListNodesResult = Shapes::StructureShape.new(name: 'ListNodesResult')
|
533
603
|
ListOfferingsRequest = Shapes::StructureShape.new(name: 'ListOfferingsRequest')
|
534
604
|
ListOfferingsResponse = Shapes::StructureShape.new(name: 'ListOfferingsResponse')
|
535
605
|
ListOfferingsResultModel = Shapes::StructureShape.new(name: 'ListOfferingsResultModel')
|
@@ -602,6 +672,13 @@ module Aws::MediaLive
|
|
602
672
|
MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
|
603
673
|
MsSmoothH265PackagingType = Shapes::StringShape.new(name: 'MsSmoothH265PackagingType')
|
604
674
|
MsSmoothOutputSettings = Shapes::StructureShape.new(name: 'MsSmoothOutputSettings')
|
675
|
+
MulticastInputSettings = Shapes::StructureShape.new(name: 'MulticastInputSettings')
|
676
|
+
MulticastSettings = Shapes::StructureShape.new(name: 'MulticastSettings')
|
677
|
+
MulticastSettingsCreateRequest = Shapes::StructureShape.new(name: 'MulticastSettingsCreateRequest')
|
678
|
+
MulticastSettingsUpdateRequest = Shapes::StructureShape.new(name: 'MulticastSettingsUpdateRequest')
|
679
|
+
MulticastSource = Shapes::StructureShape.new(name: 'MulticastSource')
|
680
|
+
MulticastSourceCreateRequest = Shapes::StructureShape.new(name: 'MulticastSourceCreateRequest')
|
681
|
+
MulticastSourceUpdateRequest = Shapes::StructureShape.new(name: 'MulticastSourceUpdateRequest')
|
605
682
|
Multiplex = Shapes::StructureShape.new(name: 'Multiplex')
|
606
683
|
MultiplexConfigurationValidationError = Shapes::StructureShape.new(name: 'MultiplexConfigurationValidationError')
|
607
684
|
MultiplexGroupSettings = Shapes::StructureShape.new(name: 'MultiplexGroupSettings')
|
@@ -624,6 +701,8 @@ module Aws::MediaLive
|
|
624
701
|
MultiplexVideoSettings = Shapes::StructureShape.new(name: 'MultiplexVideoSettings')
|
625
702
|
NetworkInputServerValidation = Shapes::StringShape.new(name: 'NetworkInputServerValidation')
|
626
703
|
NetworkInputSettings = Shapes::StructureShape.new(name: 'NetworkInputSettings')
|
704
|
+
NetworkInterfaceMode = Shapes::StringShape.new(name: 'NetworkInterfaceMode')
|
705
|
+
NetworkState = Shapes::StringShape.new(name: 'NetworkState')
|
627
706
|
NielsenCBET = Shapes::StructureShape.new(name: 'NielsenCBET')
|
628
707
|
NielsenConfiguration = Shapes::StructureShape.new(name: 'NielsenConfiguration')
|
629
708
|
NielsenNaesIiNw = Shapes::StructureShape.new(name: 'NielsenNaesIiNw')
|
@@ -632,6 +711,12 @@ module Aws::MediaLive
|
|
632
711
|
NielsenWatermarksCbetStepaside = Shapes::StringShape.new(name: 'NielsenWatermarksCbetStepaside')
|
633
712
|
NielsenWatermarksDistributionTypes = Shapes::StringShape.new(name: 'NielsenWatermarksDistributionTypes')
|
634
713
|
NielsenWatermarksSettings = Shapes::StructureShape.new(name: 'NielsenWatermarksSettings')
|
714
|
+
NodeConfigurationValidationError = Shapes::StructureShape.new(name: 'NodeConfigurationValidationError')
|
715
|
+
NodeConnectionState = Shapes::StringShape.new(name: 'NodeConnectionState')
|
716
|
+
NodeInterfaceMapping = Shapes::StructureShape.new(name: 'NodeInterfaceMapping')
|
717
|
+
NodeInterfaceMappingCreateRequest = Shapes::StructureShape.new(name: 'NodeInterfaceMappingCreateRequest')
|
718
|
+
NodeRole = Shapes::StringShape.new(name: 'NodeRole')
|
719
|
+
NodeState = Shapes::StringShape.new(name: 'NodeState')
|
635
720
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
636
721
|
NotFoundExceptionResponseContent = Shapes::StructureShape.new(name: 'NotFoundExceptionResponseContent')
|
637
722
|
Offering = Shapes::StructureShape.new(name: 'Offering')
|
@@ -682,6 +767,9 @@ module Aws::MediaLive
|
|
682
767
|
ResourceNotFound = Shapes::StructureShape.new(name: 'ResourceNotFound')
|
683
768
|
RestartChannelPipelinesRequest = Shapes::StructureShape.new(name: 'RestartChannelPipelinesRequest')
|
684
769
|
RestartChannelPipelinesResponse = Shapes::StructureShape.new(name: 'RestartChannelPipelinesResponse')
|
770
|
+
Route = Shapes::StructureShape.new(name: 'Route')
|
771
|
+
RouteCreateRequest = Shapes::StructureShape.new(name: 'RouteCreateRequest')
|
772
|
+
RouteUpdateRequest = Shapes::StructureShape.new(name: 'RouteUpdateRequest')
|
685
773
|
RtmpAdMarkers = Shapes::StringShape.new(name: 'RtmpAdMarkers')
|
686
774
|
RtmpCacheFullBehavior = Shapes::StringShape.new(name: 'RtmpCacheFullBehavior')
|
687
775
|
RtmpCaptionData = Shapes::StringShape.new(name: 'RtmpCaptionData')
|
@@ -740,6 +828,10 @@ module Aws::MediaLive
|
|
740
828
|
SrtCallerDecryptionRequest = Shapes::StructureShape.new(name: 'SrtCallerDecryptionRequest')
|
741
829
|
SrtCallerSource = Shapes::StructureShape.new(name: 'SrtCallerSource')
|
742
830
|
SrtCallerSourceRequest = Shapes::StructureShape.new(name: 'SrtCallerSourceRequest')
|
831
|
+
SrtEncryptionType = Shapes::StringShape.new(name: 'SrtEncryptionType')
|
832
|
+
SrtGroupSettings = Shapes::StructureShape.new(name: 'SrtGroupSettings')
|
833
|
+
SrtOutputDestinationSettings = Shapes::StructureShape.new(name: 'SrtOutputDestinationSettings')
|
834
|
+
SrtOutputSettings = Shapes::StructureShape.new(name: 'SrtOutputSettings')
|
743
835
|
SrtSettings = Shapes::StructureShape.new(name: 'SrtSettings')
|
744
836
|
SrtSettingsRequest = Shapes::StructureShape.new(name: 'SrtSettingsRequest')
|
745
837
|
StandardHlsSettings = Shapes::StructureShape.new(name: 'StandardHlsSettings')
|
@@ -817,6 +909,8 @@ module Aws::MediaLive
|
|
817
909
|
UpdateChannelClass = Shapes::StructureShape.new(name: 'UpdateChannelClass')
|
818
910
|
UpdateChannelClassRequest = Shapes::StructureShape.new(name: 'UpdateChannelClassRequest')
|
819
911
|
UpdateChannelClassResponse = Shapes::StructureShape.new(name: 'UpdateChannelClassResponse')
|
912
|
+
UpdateChannelPlacementGroupRequest = Shapes::StructureShape.new(name: 'UpdateChannelPlacementGroupRequest')
|
913
|
+
UpdateChannelPlacementGroupResponse = Shapes::StructureShape.new(name: 'UpdateChannelPlacementGroupResponse')
|
820
914
|
UpdateChannelRequest = Shapes::StructureShape.new(name: 'UpdateChannelRequest')
|
821
915
|
UpdateChannelResponse = Shapes::StructureShape.new(name: 'UpdateChannelResponse')
|
822
916
|
UpdateChannelResultModel = Shapes::StructureShape.new(name: 'UpdateChannelResultModel')
|
@@ -828,6 +922,9 @@ module Aws::MediaLive
|
|
828
922
|
UpdateCloudWatchAlarmTemplateRequestContent = Shapes::StructureShape.new(name: 'UpdateCloudWatchAlarmTemplateRequestContent')
|
829
923
|
UpdateCloudWatchAlarmTemplateResponse = Shapes::StructureShape.new(name: 'UpdateCloudWatchAlarmTemplateResponse')
|
830
924
|
UpdateCloudWatchAlarmTemplateResponseContent = Shapes::StructureShape.new(name: 'UpdateCloudWatchAlarmTemplateResponseContent')
|
925
|
+
UpdateClusterRequest = Shapes::StructureShape.new(name: 'UpdateClusterRequest')
|
926
|
+
UpdateClusterResponse = Shapes::StructureShape.new(name: 'UpdateClusterResponse')
|
927
|
+
UpdateClusterResult = Shapes::StructureShape.new(name: 'UpdateClusterResult')
|
831
928
|
UpdateEventBridgeRuleTemplateGroupRequest = Shapes::StructureShape.new(name: 'UpdateEventBridgeRuleTemplateGroupRequest')
|
832
929
|
UpdateEventBridgeRuleTemplateGroupRequestContent = Shapes::StructureShape.new(name: 'UpdateEventBridgeRuleTemplateGroupRequestContent')
|
833
930
|
UpdateEventBridgeRuleTemplateGroupResponse = Shapes::StructureShape.new(name: 'UpdateEventBridgeRuleTemplateGroupResponse')
|
@@ -854,6 +951,14 @@ module Aws::MediaLive
|
|
854
951
|
UpdateMultiplexRequest = Shapes::StructureShape.new(name: 'UpdateMultiplexRequest')
|
855
952
|
UpdateMultiplexResponse = Shapes::StructureShape.new(name: 'UpdateMultiplexResponse')
|
856
953
|
UpdateMultiplexResultModel = Shapes::StructureShape.new(name: 'UpdateMultiplexResultModel')
|
954
|
+
UpdateNetworkRequest = Shapes::StructureShape.new(name: 'UpdateNetworkRequest')
|
955
|
+
UpdateNetworkResponse = Shapes::StructureShape.new(name: 'UpdateNetworkResponse')
|
956
|
+
UpdateNetworkResult = Shapes::StructureShape.new(name: 'UpdateNetworkResult')
|
957
|
+
UpdateNodeRequest = Shapes::StructureShape.new(name: 'UpdateNodeRequest')
|
958
|
+
UpdateNodeResponse = Shapes::StructureShape.new(name: 'UpdateNodeResponse')
|
959
|
+
UpdateNodeState = Shapes::StringShape.new(name: 'UpdateNodeState')
|
960
|
+
UpdateNodeStateRequest = Shapes::StructureShape.new(name: 'UpdateNodeStateRequest')
|
961
|
+
UpdateNodeStateResponse = Shapes::StructureShape.new(name: 'UpdateNodeStateResponse')
|
857
962
|
UpdateReservation = Shapes::StructureShape.new(name: 'UpdateReservation')
|
858
963
|
UpdateReservationRequest = Shapes::StructureShape.new(name: 'UpdateReservationRequest')
|
859
964
|
UpdateReservationResponse = Shapes::StructureShape.new(name: 'UpdateReservationResponse')
|
@@ -939,7 +1044,10 @@ module Aws::MediaLive
|
|
939
1044
|
__integerMin3 = Shapes::IntegerShape.new(name: '__integerMin3')
|
940
1045
|
__integerMin30 = Shapes::IntegerShape.new(name: '__integerMin30')
|
941
1046
|
__integerMin32Max8191 = Shapes::IntegerShape.new(name: '__integerMin32Max8191')
|
1047
|
+
__integerMin40Max16000 = Shapes::IntegerShape.new(name: '__integerMin40Max16000')
|
942
1048
|
__integerMin4Max20 = Shapes::IntegerShape.new(name: '__integerMin4Max20')
|
1049
|
+
__integerMin50000Max16000000 = Shapes::IntegerShape.new(name: '__integerMin50000Max16000000')
|
1050
|
+
__integerMin50000Max8000000 = Shapes::IntegerShape.new(name: '__integerMin50000Max8000000')
|
943
1051
|
__integerMin64Max2160 = Shapes::IntegerShape.new(name: '__integerMin64Max2160')
|
944
1052
|
__integerMin800Max3000 = Shapes::IntegerShape.new(name: '__integerMin800Max3000')
|
945
1053
|
__integerMin96Max600 = Shapes::IntegerShape.new(name: '__integerMin96Max600')
|
@@ -964,6 +1072,10 @@ module Aws::MediaLive
|
|
964
1072
|
__listOfColorCorrection = Shapes::ListShape.new(name: '__listOfColorCorrection')
|
965
1073
|
__listOfDashRoleAudio = Shapes::ListShape.new(name: '__listOfDashRoleAudio')
|
966
1074
|
__listOfDashRoleCaption = Shapes::ListShape.new(name: '__listOfDashRoleCaption')
|
1075
|
+
__listOfDescribeChannelPlacementGroupSummary = Shapes::ListShape.new(name: '__listOfDescribeChannelPlacementGroupSummary')
|
1076
|
+
__listOfDescribeClusterSummary = Shapes::ListShape.new(name: '__listOfDescribeClusterSummary')
|
1077
|
+
__listOfDescribeNetworkSummary = Shapes::ListShape.new(name: '__listOfDescribeNetworkSummary')
|
1078
|
+
__listOfDescribeNodeSummary = Shapes::ListShape.new(name: '__listOfDescribeNodeSummary')
|
967
1079
|
__listOfEventBridgeRuleTemplateGroupSummary = Shapes::ListShape.new(name: '__listOfEventBridgeRuleTemplateGroupSummary')
|
968
1080
|
__listOfEventBridgeRuleTemplateSummary = Shapes::ListShape.new(name: '__listOfEventBridgeRuleTemplateSummary')
|
969
1081
|
__listOfEventBridgeRuleTemplateTarget = Shapes::ListShape.new(name: '__listOfEventBridgeRuleTemplateTarget')
|
@@ -974,24 +1086,37 @@ module Aws::MediaLive
|
|
974
1086
|
__listOfInputChannelLevel = Shapes::ListShape.new(name: '__listOfInputChannelLevel')
|
975
1087
|
__listOfInputDestination = Shapes::ListShape.new(name: '__listOfInputDestination')
|
976
1088
|
__listOfInputDestinationRequest = Shapes::ListShape.new(name: '__listOfInputDestinationRequest')
|
1089
|
+
__listOfInputDestinationRoute = Shapes::ListShape.new(name: '__listOfInputDestinationRoute')
|
977
1090
|
__listOfInputDeviceConfigurableAudioChannelPairConfig = Shapes::ListShape.new(name: '__listOfInputDeviceConfigurableAudioChannelPairConfig')
|
978
1091
|
__listOfInputDeviceRequest = Shapes::ListShape.new(name: '__listOfInputDeviceRequest')
|
979
1092
|
__listOfInputDeviceSettings = Shapes::ListShape.new(name: '__listOfInputDeviceSettings')
|
980
1093
|
__listOfInputDeviceSummary = Shapes::ListShape.new(name: '__listOfInputDeviceSummary')
|
981
1094
|
__listOfInputDeviceUhdAudioChannelPairConfig = Shapes::ListShape.new(name: '__listOfInputDeviceUhdAudioChannelPairConfig')
|
1095
|
+
__listOfInputRequestDestinationRoute = Shapes::ListShape.new(name: '__listOfInputRequestDestinationRoute')
|
982
1096
|
__listOfInputSecurityGroup = Shapes::ListShape.new(name: '__listOfInputSecurityGroup')
|
983
1097
|
__listOfInputSource = Shapes::ListShape.new(name: '__listOfInputSource')
|
984
1098
|
__listOfInputSourceRequest = Shapes::ListShape.new(name: '__listOfInputSourceRequest')
|
985
1099
|
__listOfInputWhitelistRule = Shapes::ListShape.new(name: '__listOfInputWhitelistRule')
|
986
1100
|
__listOfInputWhitelistRuleCidr = Shapes::ListShape.new(name: '__listOfInputWhitelistRuleCidr')
|
1101
|
+
__listOfInterfaceMapping = Shapes::ListShape.new(name: '__listOfInterfaceMapping')
|
1102
|
+
__listOfInterfaceMappingCreateRequest = Shapes::ListShape.new(name: '__listOfInterfaceMappingCreateRequest')
|
1103
|
+
__listOfInterfaceMappingUpdateRequest = Shapes::ListShape.new(name: '__listOfInterfaceMappingUpdateRequest')
|
1104
|
+
__listOfIpPool = Shapes::ListShape.new(name: '__listOfIpPool')
|
1105
|
+
__listOfIpPoolCreateRequest = Shapes::ListShape.new(name: '__listOfIpPoolCreateRequest')
|
1106
|
+
__listOfIpPoolUpdateRequest = Shapes::ListShape.new(name: '__listOfIpPoolUpdateRequest')
|
987
1107
|
__listOfMediaConnectFlow = Shapes::ListShape.new(name: '__listOfMediaConnectFlow')
|
988
1108
|
__listOfMediaConnectFlowRequest = Shapes::ListShape.new(name: '__listOfMediaConnectFlowRequest')
|
989
1109
|
__listOfMediaPackageOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfMediaPackageOutputDestinationSettings')
|
990
1110
|
__listOfMediaResourceNeighbor = Shapes::ListShape.new(name: '__listOfMediaResourceNeighbor')
|
1111
|
+
__listOfMulticastSource = Shapes::ListShape.new(name: '__listOfMulticastSource')
|
1112
|
+
__listOfMulticastSourceCreateRequest = Shapes::ListShape.new(name: '__listOfMulticastSourceCreateRequest')
|
1113
|
+
__listOfMulticastSourceUpdateRequest = Shapes::ListShape.new(name: '__listOfMulticastSourceUpdateRequest')
|
991
1114
|
__listOfMultiplexOutputDestination = Shapes::ListShape.new(name: '__listOfMultiplexOutputDestination')
|
992
1115
|
__listOfMultiplexProgramPipelineDetail = Shapes::ListShape.new(name: '__listOfMultiplexProgramPipelineDetail')
|
993
1116
|
__listOfMultiplexProgramSummary = Shapes::ListShape.new(name: '__listOfMultiplexProgramSummary')
|
994
1117
|
__listOfMultiplexSummary = Shapes::ListShape.new(name: '__listOfMultiplexSummary')
|
1118
|
+
__listOfNodeInterfaceMapping = Shapes::ListShape.new(name: '__listOfNodeInterfaceMapping')
|
1119
|
+
__listOfNodeInterfaceMappingCreateRequest = Shapes::ListShape.new(name: '__listOfNodeInterfaceMappingCreateRequest')
|
995
1120
|
__listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
|
996
1121
|
__listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
|
997
1122
|
__listOfOutputDestination = Shapes::ListShape.new(name: '__listOfOutputDestination')
|
@@ -1000,12 +1125,16 @@ module Aws::MediaLive
|
|
1000
1125
|
__listOfPipelineDetail = Shapes::ListShape.new(name: '__listOfPipelineDetail')
|
1001
1126
|
__listOfPipelinePauseStateSettings = Shapes::ListShape.new(name: '__listOfPipelinePauseStateSettings')
|
1002
1127
|
__listOfReservation = Shapes::ListShape.new(name: '__listOfReservation')
|
1128
|
+
__listOfRoute = Shapes::ListShape.new(name: '__listOfRoute')
|
1129
|
+
__listOfRouteCreateRequest = Shapes::ListShape.new(name: '__listOfRouteCreateRequest')
|
1130
|
+
__listOfRouteUpdateRequest = Shapes::ListShape.new(name: '__listOfRouteUpdateRequest')
|
1003
1131
|
__listOfRtmpAdMarkers = Shapes::ListShape.new(name: '__listOfRtmpAdMarkers')
|
1004
1132
|
__listOfScheduleAction = Shapes::ListShape.new(name: '__listOfScheduleAction')
|
1005
1133
|
__listOfScte35Descriptor = Shapes::ListShape.new(name: '__listOfScte35Descriptor')
|
1006
1134
|
__listOfSignalMapSummary = Shapes::ListShape.new(name: '__listOfSignalMapSummary')
|
1007
1135
|
__listOfSrtCallerSource = Shapes::ListShape.new(name: '__listOfSrtCallerSource')
|
1008
1136
|
__listOfSrtCallerSourceRequest = Shapes::ListShape.new(name: '__listOfSrtCallerSourceRequest')
|
1137
|
+
__listOfSrtOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfSrtOutputDestinationSettings')
|
1009
1138
|
__listOfThumbnail = Shapes::ListShape.new(name: '__listOfThumbnail')
|
1010
1139
|
__listOfThumbnailDetail = Shapes::ListShape.new(name: '__listOfThumbnailDetail')
|
1011
1140
|
__listOfTransferringInputDeviceSummary = Shapes::ListShape.new(name: '__listOfTransferringInputDeviceSummary')
|
@@ -1088,6 +1217,10 @@ module Aws::MediaLive
|
|
1088
1217
|
AncillarySourceSettings.add_member(:source_ancillary_channel_number, Shapes::ShapeRef.new(shape: __integerMin1Max4, location_name: "sourceAncillaryChannelNumber"))
|
1089
1218
|
AncillarySourceSettings.struct_class = Types::AncillarySourceSettings
|
1090
1219
|
|
1220
|
+
AnywhereSettings.add_member(:channel_placement_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelPlacementGroupId"))
|
1221
|
+
AnywhereSettings.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
1222
|
+
AnywhereSettings.struct_class = Types::AnywhereSettings
|
1223
|
+
|
1091
1224
|
ArchiveCdnSettings.add_member(:archive_s3_settings, Shapes::ShapeRef.new(shape: ArchiveS3Settings, location_name: "archiveS3Settings"))
|
1092
1225
|
ArchiveCdnSettings.struct_class = Types::ArchiveCdnSettings
|
1093
1226
|
|
@@ -1195,6 +1328,31 @@ module Aws::MediaLive
|
|
1195
1328
|
AutomaticInputFailoverSettings.add_member(:secondary_input_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "secondaryInputId"))
|
1196
1329
|
AutomaticInputFailoverSettings.struct_class = Types::AutomaticInputFailoverSettings
|
1197
1330
|
|
1331
|
+
Av1ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
|
1332
|
+
Av1ColorSpaceSettings.add_member(:hdr_10_settings, Shapes::ShapeRef.new(shape: Hdr10Settings, location_name: "hdr10Settings"))
|
1333
|
+
Av1ColorSpaceSettings.add_member(:rec_601_settings, Shapes::ShapeRef.new(shape: Rec601Settings, location_name: "rec601Settings"))
|
1334
|
+
Av1ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
|
1335
|
+
Av1ColorSpaceSettings.struct_class = Types::Av1ColorSpaceSettings
|
1336
|
+
|
1337
|
+
Av1Settings.add_member(:afd_signaling, Shapes::ShapeRef.new(shape: AfdSignaling, location_name: "afdSignaling"))
|
1338
|
+
Av1Settings.add_member(:buf_size, Shapes::ShapeRef.new(shape: __integerMin50000Max16000000, location_name: "bufSize"))
|
1339
|
+
Av1Settings.add_member(:color_space_settings, Shapes::ShapeRef.new(shape: Av1ColorSpaceSettings, location_name: "colorSpaceSettings"))
|
1340
|
+
Av1Settings.add_member(:fixed_afd, Shapes::ShapeRef.new(shape: FixedAfd, location_name: "fixedAfd"))
|
1341
|
+
Av1Settings.add_member(:framerate_denominator, Shapes::ShapeRef.new(shape: __integerMin1Max3003, required: true, location_name: "framerateDenominator"))
|
1342
|
+
Av1Settings.add_member(:framerate_numerator, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "framerateNumerator"))
|
1343
|
+
Av1Settings.add_member(:gop_size, Shapes::ShapeRef.new(shape: __doubleMin0, location_name: "gopSize"))
|
1344
|
+
Av1Settings.add_member(:gop_size_units, Shapes::ShapeRef.new(shape: Av1GopSizeUnits, location_name: "gopSizeUnits"))
|
1345
|
+
Av1Settings.add_member(:level, Shapes::ShapeRef.new(shape: Av1Level, location_name: "level"))
|
1346
|
+
Av1Settings.add_member(:look_ahead_rate_control, Shapes::ShapeRef.new(shape: Av1LookAheadRateControl, location_name: "lookAheadRateControl"))
|
1347
|
+
Av1Settings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integerMin50000Max8000000, location_name: "maxBitrate"))
|
1348
|
+
Av1Settings.add_member(:min_i_interval, Shapes::ShapeRef.new(shape: __integerMin0Max30, location_name: "minIInterval"))
|
1349
|
+
Av1Settings.add_member(:par_denominator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parDenominator"))
|
1350
|
+
Av1Settings.add_member(:par_numerator, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "parNumerator"))
|
1351
|
+
Av1Settings.add_member(:qvbr_quality_level, Shapes::ShapeRef.new(shape: __integerMin1Max10, location_name: "qvbrQualityLevel"))
|
1352
|
+
Av1Settings.add_member(:scene_change_detect, Shapes::ShapeRef.new(shape: Av1SceneChangeDetect, location_name: "sceneChangeDetect"))
|
1353
|
+
Av1Settings.add_member(:timecode_burnin_settings, Shapes::ShapeRef.new(shape: TimecodeBurninSettings, location_name: "timecodeBurninSettings"))
|
1354
|
+
Av1Settings.struct_class = Types::Av1Settings
|
1355
|
+
|
1198
1356
|
AvailBlanking.add_member(:avail_blanking_image, Shapes::ShapeRef.new(shape: InputLocation, location_name: "availBlankingImage"))
|
1199
1357
|
AvailBlanking.add_member(:state, Shapes::ShapeRef.new(shape: AvailBlankingState, location_name: "state"))
|
1200
1358
|
AvailBlanking.struct_class = Types::AvailBlanking
|
@@ -1407,6 +1565,7 @@ module Aws::MediaLive
|
|
1407
1565
|
Channel.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1408
1566
|
Channel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1409
1567
|
Channel.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
1568
|
+
Channel.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
|
1410
1569
|
Channel.struct_class = Types::Channel
|
1411
1570
|
|
1412
1571
|
ChannelConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
@@ -1432,6 +1591,7 @@ module Aws::MediaLive
|
|
1432
1591
|
ChannelSummary.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1433
1592
|
ChannelSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1434
1593
|
ChannelSummary.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
1594
|
+
ChannelSummary.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
|
1435
1595
|
ChannelSummary.struct_class = Types::ChannelSummary
|
1436
1596
|
|
1437
1597
|
ClaimDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
@@ -1468,6 +1628,18 @@ module Aws::MediaLive
|
|
1468
1628
|
CloudWatchAlarmTemplateSummary.add_member(:treat_missing_data, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTreatMissingData, required: true, location_name: "treatMissingData"))
|
1469
1629
|
CloudWatchAlarmTemplateSummary.struct_class = Types::CloudWatchAlarmTemplateSummary
|
1470
1630
|
|
1631
|
+
ClusterNetworkSettings.add_member(:default_route, Shapes::ShapeRef.new(shape: __string, location_name: "defaultRoute"))
|
1632
|
+
ClusterNetworkSettings.add_member(:interface_mappings, Shapes::ShapeRef.new(shape: __listOfInterfaceMapping, location_name: "interfaceMappings"))
|
1633
|
+
ClusterNetworkSettings.struct_class = Types::ClusterNetworkSettings
|
1634
|
+
|
1635
|
+
ClusterNetworkSettingsCreateRequest.add_member(:default_route, Shapes::ShapeRef.new(shape: __string, location_name: "defaultRoute"))
|
1636
|
+
ClusterNetworkSettingsCreateRequest.add_member(:interface_mappings, Shapes::ShapeRef.new(shape: __listOfInterfaceMappingCreateRequest, location_name: "interfaceMappings"))
|
1637
|
+
ClusterNetworkSettingsCreateRequest.struct_class = Types::ClusterNetworkSettingsCreateRequest
|
1638
|
+
|
1639
|
+
ClusterNetworkSettingsUpdateRequest.add_member(:default_route, Shapes::ShapeRef.new(shape: __string, location_name: "defaultRoute"))
|
1640
|
+
ClusterNetworkSettingsUpdateRequest.add_member(:interface_mappings, Shapes::ShapeRef.new(shape: __listOfInterfaceMappingUpdateRequest, location_name: "interfaceMappings"))
|
1641
|
+
ClusterNetworkSettingsUpdateRequest.struct_class = Types::ClusterNetworkSettingsUpdateRequest
|
1642
|
+
|
1471
1643
|
CmafIngestGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
1472
1644
|
CmafIngestGroupSettings.add_member(:nielsen_id_3_behavior, Shapes::ShapeRef.new(shape: CmafNielsenId3Behavior, location_name: "nielsenId3Behavior"))
|
1473
1645
|
CmafIngestGroupSettings.add_member(:scte_35_type, Shapes::ShapeRef.new(shape: Scte35Type, location_name: "scte35Type"))
|
@@ -1509,8 +1681,25 @@ module Aws::MediaLive
|
|
1509
1681
|
CreateChannel.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1510
1682
|
CreateChannel.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1511
1683
|
CreateChannel.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
1684
|
+
CreateChannel.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: AnywhereSettings, location_name: "anywhereSettings"))
|
1512
1685
|
CreateChannel.struct_class = Types::CreateChannel
|
1513
1686
|
|
1687
|
+
CreateChannelPlacementGroupRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
1688
|
+
CreateChannelPlacementGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1689
|
+
CreateChannelPlacementGroupRequest.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "nodes"))
|
1690
|
+
CreateChannelPlacementGroupRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1691
|
+
CreateChannelPlacementGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1692
|
+
CreateChannelPlacementGroupRequest.struct_class = Types::CreateChannelPlacementGroupRequest
|
1693
|
+
|
1694
|
+
CreateChannelPlacementGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1695
|
+
CreateChannelPlacementGroupResponse.add_member(:channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channels"))
|
1696
|
+
CreateChannelPlacementGroupResponse.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
1697
|
+
CreateChannelPlacementGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1698
|
+
CreateChannelPlacementGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1699
|
+
CreateChannelPlacementGroupResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "nodes"))
|
1700
|
+
CreateChannelPlacementGroupResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelPlacementGroupState, location_name: "state"))
|
1701
|
+
CreateChannelPlacementGroupResponse.struct_class = Types::CreateChannelPlacementGroupResponse
|
1702
|
+
|
1514
1703
|
CreateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
1515
1704
|
CreateChannelRequest.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, location_name: "channelClass"))
|
1516
1705
|
CreateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
@@ -1525,6 +1714,7 @@ module Aws::MediaLive
|
|
1525
1714
|
CreateChannelRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
1526
1715
|
CreateChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1527
1716
|
CreateChannelRequest.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettings, location_name: "vpc"))
|
1717
|
+
CreateChannelRequest.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: AnywhereSettings, location_name: "anywhereSettings"))
|
1528
1718
|
CreateChannelRequest.struct_class = Types::CreateChannelRequest
|
1529
1719
|
|
1530
1720
|
CreateChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
|
@@ -1629,6 +1819,24 @@ module Aws::MediaLive
|
|
1629
1819
|
CreateCloudWatchAlarmTemplateResponseContent.add_member(:treat_missing_data, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTreatMissingData, required: true, location_name: "treatMissingData"))
|
1630
1820
|
CreateCloudWatchAlarmTemplateResponseContent.struct_class = Types::CreateCloudWatchAlarmTemplateResponseContent
|
1631
1821
|
|
1822
|
+
CreateClusterRequest.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
|
1823
|
+
CreateClusterRequest.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceRoleArn"))
|
1824
|
+
CreateClusterRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1825
|
+
CreateClusterRequest.add_member(:network_settings, Shapes::ShapeRef.new(shape: ClusterNetworkSettingsCreateRequest, location_name: "networkSettings"))
|
1826
|
+
CreateClusterRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1827
|
+
CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1828
|
+
CreateClusterRequest.struct_class = Types::CreateClusterRequest
|
1829
|
+
|
1830
|
+
CreateClusterResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
1831
|
+
CreateClusterResponse.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
1832
|
+
CreateClusterResponse.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
|
1833
|
+
CreateClusterResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
1834
|
+
CreateClusterResponse.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceRoleArn"))
|
1835
|
+
CreateClusterResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1836
|
+
CreateClusterResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: ClusterNetworkSettings, location_name: "networkSettings"))
|
1837
|
+
CreateClusterResponse.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
|
1838
|
+
CreateClusterResponse.struct_class = Types::CreateClusterResponse
|
1839
|
+
|
1632
1840
|
CreateEventBridgeRuleTemplateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
1633
1841
|
CreateEventBridgeRuleTemplateGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: __stringMin1Max255PatternS, required: true, location_name: "name"))
|
1634
1842
|
CreateEventBridgeRuleTemplateGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
@@ -1709,6 +1917,8 @@ module Aws::MediaLive
|
|
1709
1917
|
CreateInput.add_member(:type, Shapes::ShapeRef.new(shape: InputType, location_name: "type"))
|
1710
1918
|
CreateInput.add_member(:vpc, Shapes::ShapeRef.new(shape: InputVpcRequest, location_name: "vpc"))
|
1711
1919
|
CreateInput.add_member(:srt_settings, Shapes::ShapeRef.new(shape: SrtSettingsRequest, location_name: "srtSettings"))
|
1920
|
+
CreateInput.add_member(:input_network_location, Shapes::ShapeRef.new(shape: InputNetworkLocation, location_name: "inputNetworkLocation"))
|
1921
|
+
CreateInput.add_member(:multicast_settings, Shapes::ShapeRef.new(shape: MulticastSettingsCreateRequest, location_name: "multicastSettings"))
|
1712
1922
|
CreateInput.struct_class = Types::CreateInput
|
1713
1923
|
|
1714
1924
|
CreateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
|
@@ -1723,6 +1933,8 @@ module Aws::MediaLive
|
|
1723
1933
|
CreateInputRequest.add_member(:type, Shapes::ShapeRef.new(shape: InputType, location_name: "type"))
|
1724
1934
|
CreateInputRequest.add_member(:vpc, Shapes::ShapeRef.new(shape: InputVpcRequest, location_name: "vpc"))
|
1725
1935
|
CreateInputRequest.add_member(:srt_settings, Shapes::ShapeRef.new(shape: SrtSettingsRequest, location_name: "srtSettings"))
|
1936
|
+
CreateInputRequest.add_member(:input_network_location, Shapes::ShapeRef.new(shape: InputNetworkLocation, location_name: "inputNetworkLocation"))
|
1937
|
+
CreateInputRequest.add_member(:multicast_settings, Shapes::ShapeRef.new(shape: MulticastSettingsCreateRequest, location_name: "multicastSettings"))
|
1726
1938
|
CreateInputRequest.struct_class = Types::CreateInputRequest
|
1727
1939
|
|
1728
1940
|
CreateInputResponse.add_member(:input, Shapes::ShapeRef.new(shape: Input, location_name: "input"))
|
@@ -1778,6 +1990,56 @@ module Aws::MediaLive
|
|
1778
1990
|
CreateMultiplexResultModel.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
1779
1991
|
CreateMultiplexResultModel.struct_class = Types::CreateMultiplexResultModel
|
1780
1992
|
|
1993
|
+
CreateNetworkRequest.add_member(:ip_pools, Shapes::ShapeRef.new(shape: __listOfIpPoolCreateRequest, location_name: "ipPools"))
|
1994
|
+
CreateNetworkRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
1995
|
+
CreateNetworkRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1996
|
+
CreateNetworkRequest.add_member(:routes, Shapes::ShapeRef.new(shape: __listOfRouteCreateRequest, location_name: "routes"))
|
1997
|
+
CreateNetworkRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1998
|
+
CreateNetworkRequest.struct_class = Types::CreateNetworkRequest
|
1999
|
+
|
2000
|
+
CreateNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2001
|
+
CreateNetworkResponse.add_member(:associated_cluster_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "associatedClusterIds"))
|
2002
|
+
CreateNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2003
|
+
CreateNetworkResponse.add_member(:ip_pools, Shapes::ShapeRef.new(shape: __listOfIpPool, location_name: "ipPools"))
|
2004
|
+
CreateNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2005
|
+
CreateNetworkResponse.add_member(:routes, Shapes::ShapeRef.new(shape: __listOfRoute, location_name: "routes"))
|
2006
|
+
CreateNetworkResponse.add_member(:state, Shapes::ShapeRef.new(shape: NetworkState, location_name: "state"))
|
2007
|
+
CreateNetworkResponse.struct_class = Types::CreateNetworkResponse
|
2008
|
+
|
2009
|
+
CreateNodeRegistrationScriptRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
2010
|
+
CreateNodeRegistrationScriptRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2011
|
+
CreateNodeRegistrationScriptRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2012
|
+
CreateNodeRegistrationScriptRequest.add_member(:node_interface_mappings, Shapes::ShapeRef.new(shape: __listOfNodeInterfaceMapping, location_name: "nodeInterfaceMappings"))
|
2013
|
+
CreateNodeRegistrationScriptRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2014
|
+
CreateNodeRegistrationScriptRequest.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
2015
|
+
CreateNodeRegistrationScriptRequest.struct_class = Types::CreateNodeRegistrationScriptRequest
|
2016
|
+
|
2017
|
+
CreateNodeRegistrationScriptResponse.add_member(:node_registration_script, Shapes::ShapeRef.new(shape: __string, location_name: "nodeRegistrationScript"))
|
2018
|
+
CreateNodeRegistrationScriptResponse.struct_class = Types::CreateNodeRegistrationScriptResponse
|
2019
|
+
|
2020
|
+
CreateNodeRegistrationScriptResult.add_member(:node_registration_script, Shapes::ShapeRef.new(shape: __string, location_name: "nodeRegistrationScript"))
|
2021
|
+
CreateNodeRegistrationScriptResult.struct_class = Types::CreateNodeRegistrationScriptResult
|
2022
|
+
|
2023
|
+
CreateNodeRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
2024
|
+
CreateNodeRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2025
|
+
CreateNodeRequest.add_member(:node_interface_mappings, Shapes::ShapeRef.new(shape: __listOfNodeInterfaceMappingCreateRequest, location_name: "nodeInterfaceMappings"))
|
2026
|
+
CreateNodeRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2027
|
+
CreateNodeRequest.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
2028
|
+
CreateNodeRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2029
|
+
CreateNodeRequest.struct_class = Types::CreateNodeRequest
|
2030
|
+
|
2031
|
+
CreateNodeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2032
|
+
CreateNodeResponse.add_member(:channel_placement_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelPlacementGroups"))
|
2033
|
+
CreateNodeResponse.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2034
|
+
CreateNodeResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: NodeConnectionState, location_name: "connectionState"))
|
2035
|
+
CreateNodeResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2036
|
+
CreateNodeResponse.add_member(:instance_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceArn"))
|
2037
|
+
CreateNodeResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2038
|
+
CreateNodeResponse.add_member(:node_interface_mappings, Shapes::ShapeRef.new(shape: __listOfNodeInterfaceMapping, location_name: "nodeInterfaceMappings"))
|
2039
|
+
CreateNodeResponse.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
2040
|
+
CreateNodeResponse.add_member(:state, Shapes::ShapeRef.new(shape: NodeState, location_name: "state"))
|
2041
|
+
CreateNodeResponse.struct_class = Types::CreateNodeResponse
|
2042
|
+
|
1781
2043
|
CreatePartnerInput.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
1782
2044
|
CreatePartnerInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1783
2045
|
CreatePartnerInput.struct_class = Types::CreatePartnerInput
|
@@ -1853,6 +2115,19 @@ module Aws::MediaLive
|
|
1853
2115
|
CreateTagsRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1854
2116
|
CreateTagsRequest.struct_class = Types::CreateTagsRequest
|
1855
2117
|
|
2118
|
+
DeleteChannelPlacementGroupRequest.add_member(:channel_placement_group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelPlacementGroupId"))
|
2119
|
+
DeleteChannelPlacementGroupRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
2120
|
+
DeleteChannelPlacementGroupRequest.struct_class = Types::DeleteChannelPlacementGroupRequest
|
2121
|
+
|
2122
|
+
DeleteChannelPlacementGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2123
|
+
DeleteChannelPlacementGroupResponse.add_member(:channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channels"))
|
2124
|
+
DeleteChannelPlacementGroupResponse.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2125
|
+
DeleteChannelPlacementGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2126
|
+
DeleteChannelPlacementGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2127
|
+
DeleteChannelPlacementGroupResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "nodes"))
|
2128
|
+
DeleteChannelPlacementGroupResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelPlacementGroupState, location_name: "state"))
|
2129
|
+
DeleteChannelPlacementGroupResponse.struct_class = Types::DeleteChannelPlacementGroupResponse
|
2130
|
+
|
1856
2131
|
DeleteChannelRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
|
1857
2132
|
DeleteChannelRequest.struct_class = Types::DeleteChannelRequest
|
1858
2133
|
|
@@ -1874,6 +2149,7 @@ module Aws::MediaLive
|
|
1874
2149
|
DeleteChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1875
2150
|
DeleteChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1876
2151
|
DeleteChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
2152
|
+
DeleteChannelResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
|
1877
2153
|
DeleteChannelResponse.struct_class = Types::DeleteChannelResponse
|
1878
2154
|
|
1879
2155
|
DeleteCloudWatchAlarmTemplateGroupRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "identifier"))
|
@@ -1882,6 +2158,19 @@ module Aws::MediaLive
|
|
1882
2158
|
DeleteCloudWatchAlarmTemplateRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "identifier"))
|
1883
2159
|
DeleteCloudWatchAlarmTemplateRequest.struct_class = Types::DeleteCloudWatchAlarmTemplateRequest
|
1884
2160
|
|
2161
|
+
DeleteClusterRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
2162
|
+
DeleteClusterRequest.struct_class = Types::DeleteClusterRequest
|
2163
|
+
|
2164
|
+
DeleteClusterResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2165
|
+
DeleteClusterResponse.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
2166
|
+
DeleteClusterResponse.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
|
2167
|
+
DeleteClusterResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2168
|
+
DeleteClusterResponse.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceRoleArn"))
|
2169
|
+
DeleteClusterResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2170
|
+
DeleteClusterResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: ClusterNetworkSettings, location_name: "networkSettings"))
|
2171
|
+
DeleteClusterResponse.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
|
2172
|
+
DeleteClusterResponse.struct_class = Types::DeleteClusterResponse
|
2173
|
+
|
1885
2174
|
DeleteEventBridgeRuleTemplateGroupRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "identifier"))
|
1886
2175
|
DeleteEventBridgeRuleTemplateGroupRequest.struct_class = Types::DeleteEventBridgeRuleTemplateGroupRequest
|
1887
2176
|
|
@@ -1924,6 +2213,34 @@ module Aws::MediaLive
|
|
1924
2213
|
DeleteMultiplexResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1925
2214
|
DeleteMultiplexResponse.struct_class = Types::DeleteMultiplexResponse
|
1926
2215
|
|
2216
|
+
DeleteNetworkRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "networkId"))
|
2217
|
+
DeleteNetworkRequest.struct_class = Types::DeleteNetworkRequest
|
2218
|
+
|
2219
|
+
DeleteNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2220
|
+
DeleteNetworkResponse.add_member(:associated_cluster_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "associatedClusterIds"))
|
2221
|
+
DeleteNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2222
|
+
DeleteNetworkResponse.add_member(:ip_pools, Shapes::ShapeRef.new(shape: __listOfIpPool, location_name: "ipPools"))
|
2223
|
+
DeleteNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2224
|
+
DeleteNetworkResponse.add_member(:routes, Shapes::ShapeRef.new(shape: __listOfRoute, location_name: "routes"))
|
2225
|
+
DeleteNetworkResponse.add_member(:state, Shapes::ShapeRef.new(shape: NetworkState, location_name: "state"))
|
2226
|
+
DeleteNetworkResponse.struct_class = Types::DeleteNetworkResponse
|
2227
|
+
|
2228
|
+
DeleteNodeRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
2229
|
+
DeleteNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "nodeId"))
|
2230
|
+
DeleteNodeRequest.struct_class = Types::DeleteNodeRequest
|
2231
|
+
|
2232
|
+
DeleteNodeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2233
|
+
DeleteNodeResponse.add_member(:channel_placement_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelPlacementGroups"))
|
2234
|
+
DeleteNodeResponse.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2235
|
+
DeleteNodeResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: NodeConnectionState, location_name: "connectionState"))
|
2236
|
+
DeleteNodeResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2237
|
+
DeleteNodeResponse.add_member(:instance_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceArn"))
|
2238
|
+
DeleteNodeResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2239
|
+
DeleteNodeResponse.add_member(:node_interface_mappings, Shapes::ShapeRef.new(shape: __listOfNodeInterfaceMapping, location_name: "nodeInterfaceMappings"))
|
2240
|
+
DeleteNodeResponse.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
2241
|
+
DeleteNodeResponse.add_member(:state, Shapes::ShapeRef.new(shape: NodeState, location_name: "state"))
|
2242
|
+
DeleteNodeResponse.struct_class = Types::DeleteNodeResponse
|
2243
|
+
|
1927
2244
|
DeleteReservationRequest.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "reservationId"))
|
1928
2245
|
DeleteReservationRequest.struct_class = Types::DeleteReservationRequest
|
1929
2246
|
|
@@ -1968,6 +2285,41 @@ module Aws::MediaLive
|
|
1968
2285
|
DescribeAccountConfigurationResultModel.add_member(:account_configuration, Shapes::ShapeRef.new(shape: AccountConfiguration, location_name: "accountConfiguration"))
|
1969
2286
|
DescribeAccountConfigurationResultModel.struct_class = Types::DescribeAccountConfigurationResultModel
|
1970
2287
|
|
2288
|
+
DescribeAnywhereSettings.add_member(:channel_placement_group_id, Shapes::ShapeRef.new(shape: __string, location_name: "channelPlacementGroupId"))
|
2289
|
+
DescribeAnywhereSettings.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2290
|
+
DescribeAnywhereSettings.struct_class = Types::DescribeAnywhereSettings
|
2291
|
+
|
2292
|
+
DescribeChannelPlacementGroupRequest.add_member(:channel_placement_group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelPlacementGroupId"))
|
2293
|
+
DescribeChannelPlacementGroupRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
2294
|
+
DescribeChannelPlacementGroupRequest.struct_class = Types::DescribeChannelPlacementGroupRequest
|
2295
|
+
|
2296
|
+
DescribeChannelPlacementGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2297
|
+
DescribeChannelPlacementGroupResponse.add_member(:channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channels"))
|
2298
|
+
DescribeChannelPlacementGroupResponse.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2299
|
+
DescribeChannelPlacementGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2300
|
+
DescribeChannelPlacementGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2301
|
+
DescribeChannelPlacementGroupResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "nodes"))
|
2302
|
+
DescribeChannelPlacementGroupResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelPlacementGroupState, location_name: "state"))
|
2303
|
+
DescribeChannelPlacementGroupResponse.struct_class = Types::DescribeChannelPlacementGroupResponse
|
2304
|
+
|
2305
|
+
DescribeChannelPlacementGroupResult.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2306
|
+
DescribeChannelPlacementGroupResult.add_member(:channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channels"))
|
2307
|
+
DescribeChannelPlacementGroupResult.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2308
|
+
DescribeChannelPlacementGroupResult.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2309
|
+
DescribeChannelPlacementGroupResult.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2310
|
+
DescribeChannelPlacementGroupResult.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "nodes"))
|
2311
|
+
DescribeChannelPlacementGroupResult.add_member(:state, Shapes::ShapeRef.new(shape: ChannelPlacementGroupState, location_name: "state"))
|
2312
|
+
DescribeChannelPlacementGroupResult.struct_class = Types::DescribeChannelPlacementGroupResult
|
2313
|
+
|
2314
|
+
DescribeChannelPlacementGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2315
|
+
DescribeChannelPlacementGroupSummary.add_member(:channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channels"))
|
2316
|
+
DescribeChannelPlacementGroupSummary.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2317
|
+
DescribeChannelPlacementGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2318
|
+
DescribeChannelPlacementGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2319
|
+
DescribeChannelPlacementGroupSummary.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "nodes"))
|
2320
|
+
DescribeChannelPlacementGroupSummary.add_member(:state, Shapes::ShapeRef.new(shape: ChannelPlacementGroupState, location_name: "state"))
|
2321
|
+
DescribeChannelPlacementGroupSummary.struct_class = Types::DescribeChannelPlacementGroupSummary
|
2322
|
+
|
1971
2323
|
DescribeChannelRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
|
1972
2324
|
DescribeChannelRequest.struct_class = Types::DescribeChannelRequest
|
1973
2325
|
|
@@ -1989,8 +2341,42 @@ module Aws::MediaLive
|
|
1989
2341
|
DescribeChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
1990
2342
|
DescribeChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1991
2343
|
DescribeChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
2344
|
+
DescribeChannelResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
|
1992
2345
|
DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
|
1993
2346
|
|
2347
|
+
DescribeClusterRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
2348
|
+
DescribeClusterRequest.struct_class = Types::DescribeClusterRequest
|
2349
|
+
|
2350
|
+
DescribeClusterResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2351
|
+
DescribeClusterResponse.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
2352
|
+
DescribeClusterResponse.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
|
2353
|
+
DescribeClusterResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2354
|
+
DescribeClusterResponse.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceRoleArn"))
|
2355
|
+
DescribeClusterResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2356
|
+
DescribeClusterResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: ClusterNetworkSettings, location_name: "networkSettings"))
|
2357
|
+
DescribeClusterResponse.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
|
2358
|
+
DescribeClusterResponse.struct_class = Types::DescribeClusterResponse
|
2359
|
+
|
2360
|
+
DescribeClusterResult.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2361
|
+
DescribeClusterResult.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
2362
|
+
DescribeClusterResult.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
|
2363
|
+
DescribeClusterResult.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2364
|
+
DescribeClusterResult.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceRoleArn"))
|
2365
|
+
DescribeClusterResult.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2366
|
+
DescribeClusterResult.add_member(:network_settings, Shapes::ShapeRef.new(shape: ClusterNetworkSettings, location_name: "networkSettings"))
|
2367
|
+
DescribeClusterResult.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
|
2368
|
+
DescribeClusterResult.struct_class = Types::DescribeClusterResult
|
2369
|
+
|
2370
|
+
DescribeClusterSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2371
|
+
DescribeClusterSummary.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
2372
|
+
DescribeClusterSummary.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
|
2373
|
+
DescribeClusterSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2374
|
+
DescribeClusterSummary.add_member(:instance_role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceRoleArn"))
|
2375
|
+
DescribeClusterSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2376
|
+
DescribeClusterSummary.add_member(:network_settings, Shapes::ShapeRef.new(shape: ClusterNetworkSettings, location_name: "networkSettings"))
|
2377
|
+
DescribeClusterSummary.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
|
2378
|
+
DescribeClusterSummary.struct_class = Types::DescribeClusterSummary
|
2379
|
+
|
1994
2380
|
DescribeInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
1995
2381
|
DescribeInputDeviceRequest.struct_class = Types::DescribeInputDeviceRequest
|
1996
2382
|
|
@@ -2045,6 +2431,8 @@ module Aws::MediaLive
|
|
2045
2431
|
DescribeInputResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2046
2432
|
DescribeInputResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputType, location_name: "type"))
|
2047
2433
|
DescribeInputResponse.add_member(:srt_settings, Shapes::ShapeRef.new(shape: SrtSettings, location_name: "srtSettings"))
|
2434
|
+
DescribeInputResponse.add_member(:input_network_location, Shapes::ShapeRef.new(shape: InputNetworkLocation, location_name: "inputNetworkLocation"))
|
2435
|
+
DescribeInputResponse.add_member(:multicast_settings, Shapes::ShapeRef.new(shape: MulticastSettings, location_name: "multicastSettings"))
|
2048
2436
|
DescribeInputResponse.struct_class = Types::DescribeInputResponse
|
2049
2437
|
|
2050
2438
|
DescribeInputSecurityGroupRequest.add_member(:input_security_group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputSecurityGroupId"))
|
@@ -2084,6 +2472,77 @@ module Aws::MediaLive
|
|
2084
2472
|
DescribeMultiplexResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2085
2473
|
DescribeMultiplexResponse.struct_class = Types::DescribeMultiplexResponse
|
2086
2474
|
|
2475
|
+
DescribeNetworkRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "networkId"))
|
2476
|
+
DescribeNetworkRequest.struct_class = Types::DescribeNetworkRequest
|
2477
|
+
|
2478
|
+
DescribeNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2479
|
+
DescribeNetworkResponse.add_member(:associated_cluster_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "associatedClusterIds"))
|
2480
|
+
DescribeNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2481
|
+
DescribeNetworkResponse.add_member(:ip_pools, Shapes::ShapeRef.new(shape: __listOfIpPool, location_name: "ipPools"))
|
2482
|
+
DescribeNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2483
|
+
DescribeNetworkResponse.add_member(:routes, Shapes::ShapeRef.new(shape: __listOfRoute, location_name: "routes"))
|
2484
|
+
DescribeNetworkResponse.add_member(:state, Shapes::ShapeRef.new(shape: NetworkState, location_name: "state"))
|
2485
|
+
DescribeNetworkResponse.struct_class = Types::DescribeNetworkResponse
|
2486
|
+
|
2487
|
+
DescribeNetworkResult.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2488
|
+
DescribeNetworkResult.add_member(:associated_cluster_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "associatedClusterIds"))
|
2489
|
+
DescribeNetworkResult.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2490
|
+
DescribeNetworkResult.add_member(:ip_pools, Shapes::ShapeRef.new(shape: __listOfIpPool, location_name: "ipPools"))
|
2491
|
+
DescribeNetworkResult.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2492
|
+
DescribeNetworkResult.add_member(:routes, Shapes::ShapeRef.new(shape: __listOfRoute, location_name: "routes"))
|
2493
|
+
DescribeNetworkResult.add_member(:state, Shapes::ShapeRef.new(shape: NetworkState, location_name: "state"))
|
2494
|
+
DescribeNetworkResult.struct_class = Types::DescribeNetworkResult
|
2495
|
+
|
2496
|
+
DescribeNetworkSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2497
|
+
DescribeNetworkSummary.add_member(:associated_cluster_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "associatedClusterIds"))
|
2498
|
+
DescribeNetworkSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2499
|
+
DescribeNetworkSummary.add_member(:ip_pools, Shapes::ShapeRef.new(shape: __listOfIpPool, location_name: "ipPools"))
|
2500
|
+
DescribeNetworkSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2501
|
+
DescribeNetworkSummary.add_member(:routes, Shapes::ShapeRef.new(shape: __listOfRoute, location_name: "routes"))
|
2502
|
+
DescribeNetworkSummary.add_member(:state, Shapes::ShapeRef.new(shape: NetworkState, location_name: "state"))
|
2503
|
+
DescribeNetworkSummary.struct_class = Types::DescribeNetworkSummary
|
2504
|
+
|
2505
|
+
DescribeNodeRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
2506
|
+
DescribeNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "nodeId"))
|
2507
|
+
DescribeNodeRequest.struct_class = Types::DescribeNodeRequest
|
2508
|
+
|
2509
|
+
DescribeNodeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2510
|
+
DescribeNodeResponse.add_member(:channel_placement_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelPlacementGroups"))
|
2511
|
+
DescribeNodeResponse.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2512
|
+
DescribeNodeResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: NodeConnectionState, location_name: "connectionState"))
|
2513
|
+
DescribeNodeResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2514
|
+
DescribeNodeResponse.add_member(:instance_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceArn"))
|
2515
|
+
DescribeNodeResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2516
|
+
DescribeNodeResponse.add_member(:node_interface_mappings, Shapes::ShapeRef.new(shape: __listOfNodeInterfaceMapping, location_name: "nodeInterfaceMappings"))
|
2517
|
+
DescribeNodeResponse.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
2518
|
+
DescribeNodeResponse.add_member(:state, Shapes::ShapeRef.new(shape: NodeState, location_name: "state"))
|
2519
|
+
DescribeNodeResponse.struct_class = Types::DescribeNodeResponse
|
2520
|
+
|
2521
|
+
DescribeNodeResult.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2522
|
+
DescribeNodeResult.add_member(:channel_placement_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelPlacementGroups"))
|
2523
|
+
DescribeNodeResult.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2524
|
+
DescribeNodeResult.add_member(:connection_state, Shapes::ShapeRef.new(shape: NodeConnectionState, location_name: "connectionState"))
|
2525
|
+
DescribeNodeResult.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2526
|
+
DescribeNodeResult.add_member(:instance_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceArn"))
|
2527
|
+
DescribeNodeResult.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2528
|
+
DescribeNodeResult.add_member(:node_interface_mappings, Shapes::ShapeRef.new(shape: __listOfNodeInterfaceMapping, location_name: "nodeInterfaceMappings"))
|
2529
|
+
DescribeNodeResult.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
2530
|
+
DescribeNodeResult.add_member(:state, Shapes::ShapeRef.new(shape: NodeState, location_name: "state"))
|
2531
|
+
DescribeNodeResult.struct_class = Types::DescribeNodeResult
|
2532
|
+
|
2533
|
+
DescribeNodeSummary.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2534
|
+
DescribeNodeSummary.add_member(:channel_placement_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelPlacementGroups"))
|
2535
|
+
DescribeNodeSummary.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
2536
|
+
DescribeNodeSummary.add_member(:connection_state, Shapes::ShapeRef.new(shape: NodeConnectionState, location_name: "connectionState"))
|
2537
|
+
DescribeNodeSummary.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2538
|
+
DescribeNodeSummary.add_member(:instance_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceArn"))
|
2539
|
+
DescribeNodeSummary.add_member(:managed_instance_id, Shapes::ShapeRef.new(shape: __string, location_name: "managedInstanceId"))
|
2540
|
+
DescribeNodeSummary.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2541
|
+
DescribeNodeSummary.add_member(:node_interface_mappings, Shapes::ShapeRef.new(shape: __listOfNodeInterfaceMapping, location_name: "nodeInterfaceMappings"))
|
2542
|
+
DescribeNodeSummary.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
2543
|
+
DescribeNodeSummary.add_member(:state, Shapes::ShapeRef.new(shape: NodeState, location_name: "state"))
|
2544
|
+
DescribeNodeSummary.struct_class = Types::DescribeNodeSummary
|
2545
|
+
|
2087
2546
|
DescribeOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "offeringId"))
|
2088
2547
|
DescribeOfferingRequest.struct_class = Types::DescribeOfferingRequest
|
2089
2548
|
|
@@ -2745,12 +3204,15 @@ module Aws::MediaLive
|
|
2745
3204
|
Input.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2746
3205
|
Input.add_member(:type, Shapes::ShapeRef.new(shape: InputType, location_name: "type"))
|
2747
3206
|
Input.add_member(:srt_settings, Shapes::ShapeRef.new(shape: SrtSettings, location_name: "srtSettings"))
|
3207
|
+
Input.add_member(:input_network_location, Shapes::ShapeRef.new(shape: InputNetworkLocation, location_name: "inputNetworkLocation"))
|
3208
|
+
Input.add_member(:multicast_settings, Shapes::ShapeRef.new(shape: MulticastSettings, location_name: "multicastSettings"))
|
2748
3209
|
Input.struct_class = Types::Input
|
2749
3210
|
|
2750
3211
|
InputAttachment.add_member(:automatic_input_failover_settings, Shapes::ShapeRef.new(shape: AutomaticInputFailoverSettings, location_name: "automaticInputFailoverSettings"))
|
2751
3212
|
InputAttachment.add_member(:input_attachment_name, Shapes::ShapeRef.new(shape: __string, location_name: "inputAttachmentName"))
|
2752
3213
|
InputAttachment.add_member(:input_id, Shapes::ShapeRef.new(shape: __string, location_name: "inputId"))
|
2753
3214
|
InputAttachment.add_member(:input_settings, Shapes::ShapeRef.new(shape: InputSettings, location_name: "inputSettings"))
|
3215
|
+
InputAttachment.add_member(:logical_interface_names, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "logicalInterfaceNames"))
|
2754
3216
|
InputAttachment.struct_class = Types::InputAttachment
|
2755
3217
|
|
2756
3218
|
InputChannelLevel.add_member(:gain, Shapes::ShapeRef.new(shape: __integerMinNegative60Max6, required: true, location_name: "gain"))
|
@@ -2766,11 +3228,20 @@ module Aws::MediaLive
|
|
2766
3228
|
InputDestination.add_member(:port, Shapes::ShapeRef.new(shape: __string, location_name: "port"))
|
2767
3229
|
InputDestination.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
|
2768
3230
|
InputDestination.add_member(:vpc, Shapes::ShapeRef.new(shape: InputDestinationVpc, location_name: "vpc"))
|
3231
|
+
InputDestination.add_member(:network, Shapes::ShapeRef.new(shape: __string, location_name: "network"))
|
3232
|
+
InputDestination.add_member(:network_routes, Shapes::ShapeRef.new(shape: __listOfInputDestinationRoute, location_name: "networkRoutes"))
|
2769
3233
|
InputDestination.struct_class = Types::InputDestination
|
2770
3234
|
|
2771
3235
|
InputDestinationRequest.add_member(:stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "streamName"))
|
3236
|
+
InputDestinationRequest.add_member(:network, Shapes::ShapeRef.new(shape: __string, location_name: "network"))
|
3237
|
+
InputDestinationRequest.add_member(:network_routes, Shapes::ShapeRef.new(shape: __listOfInputRequestDestinationRoute, location_name: "networkRoutes"))
|
3238
|
+
InputDestinationRequest.add_member(:static_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "staticIpAddress"))
|
2772
3239
|
InputDestinationRequest.struct_class = Types::InputDestinationRequest
|
2773
3240
|
|
3241
|
+
InputDestinationRoute.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
3242
|
+
InputDestinationRoute.add_member(:gateway, Shapes::ShapeRef.new(shape: __string, location_name: "gateway"))
|
3243
|
+
InputDestinationRoute.struct_class = Types::InputDestinationRoute
|
3244
|
+
|
2774
3245
|
InputDestinationVpc.add_member(:availability_zone, Shapes::ShapeRef.new(shape: __string, location_name: "availabilityZone"))
|
2775
3246
|
InputDestinationVpc.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: __string, location_name: "networkInterfaceId"))
|
2776
3247
|
InputDestinationVpc.struct_class = Types::InputDestinationVpc
|
@@ -2901,6 +3372,10 @@ module Aws::MediaLive
|
|
2901
3372
|
InputPrepareScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
|
2902
3373
|
InputPrepareScheduleActionSettings.struct_class = Types::InputPrepareScheduleActionSettings
|
2903
3374
|
|
3375
|
+
InputRequestDestinationRoute.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
3376
|
+
InputRequestDestinationRoute.add_member(:gateway, Shapes::ShapeRef.new(shape: __string, location_name: "gateway"))
|
3377
|
+
InputRequestDestinationRoute.struct_class = Types::InputRequestDestinationRoute
|
3378
|
+
|
2904
3379
|
InputSecurityGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2905
3380
|
InputSecurityGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
2906
3381
|
InputSecurityGroup.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputs"))
|
@@ -2956,6 +3431,18 @@ module Aws::MediaLive
|
|
2956
3431
|
InputWhitelistRuleCidr.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
2957
3432
|
InputWhitelistRuleCidr.struct_class = Types::InputWhitelistRuleCidr
|
2958
3433
|
|
3434
|
+
InterfaceMapping.add_member(:logical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "logicalInterfaceName"))
|
3435
|
+
InterfaceMapping.add_member(:network_id, Shapes::ShapeRef.new(shape: __string, location_name: "networkId"))
|
3436
|
+
InterfaceMapping.struct_class = Types::InterfaceMapping
|
3437
|
+
|
3438
|
+
InterfaceMappingCreateRequest.add_member(:logical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "logicalInterfaceName"))
|
3439
|
+
InterfaceMappingCreateRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: __string, location_name: "networkId"))
|
3440
|
+
InterfaceMappingCreateRequest.struct_class = Types::InterfaceMappingCreateRequest
|
3441
|
+
|
3442
|
+
InterfaceMappingUpdateRequest.add_member(:logical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "logicalInterfaceName"))
|
3443
|
+
InterfaceMappingUpdateRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: __string, location_name: "networkId"))
|
3444
|
+
InterfaceMappingUpdateRequest.struct_class = Types::InterfaceMappingUpdateRequest
|
3445
|
+
|
2959
3446
|
InternalServerErrorException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
2960
3447
|
InternalServerErrorException.struct_class = Types::InternalServerErrorException
|
2961
3448
|
|
@@ -2968,12 +3455,34 @@ module Aws::MediaLive
|
|
2968
3455
|
InvalidRequest.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
2969
3456
|
InvalidRequest.struct_class = Types::InvalidRequest
|
2970
3457
|
|
3458
|
+
IpPool.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
3459
|
+
IpPool.struct_class = Types::IpPool
|
3460
|
+
|
3461
|
+
IpPoolCreateRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
3462
|
+
IpPoolCreateRequest.struct_class = Types::IpPoolCreateRequest
|
3463
|
+
|
3464
|
+
IpPoolUpdateRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
3465
|
+
IpPoolUpdateRequest.struct_class = Types::IpPoolUpdateRequest
|
3466
|
+
|
2971
3467
|
KeyProviderSettings.add_member(:static_key_settings, Shapes::ShapeRef.new(shape: StaticKeySettings, location_name: "staticKeySettings"))
|
2972
3468
|
KeyProviderSettings.struct_class = Types::KeyProviderSettings
|
2973
3469
|
|
2974
3470
|
LimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
2975
3471
|
LimitExceeded.struct_class = Types::LimitExceeded
|
2976
3472
|
|
3473
|
+
ListChannelPlacementGroupsRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
3474
|
+
ListChannelPlacementGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3475
|
+
ListChannelPlacementGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
3476
|
+
ListChannelPlacementGroupsRequest.struct_class = Types::ListChannelPlacementGroupsRequest
|
3477
|
+
|
3478
|
+
ListChannelPlacementGroupsResponse.add_member(:channel_placement_groups, Shapes::ShapeRef.new(shape: __listOfDescribeChannelPlacementGroupSummary, location_name: "channelPlacementGroups"))
|
3479
|
+
ListChannelPlacementGroupsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
3480
|
+
ListChannelPlacementGroupsResponse.struct_class = Types::ListChannelPlacementGroupsResponse
|
3481
|
+
|
3482
|
+
ListChannelPlacementGroupsResult.add_member(:channel_placement_groups, Shapes::ShapeRef.new(shape: __listOfDescribeChannelPlacementGroupSummary, location_name: "channelPlacementGroups"))
|
3483
|
+
ListChannelPlacementGroupsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
3484
|
+
ListChannelPlacementGroupsResult.struct_class = Types::ListChannelPlacementGroupsResult
|
3485
|
+
|
2977
3486
|
ListChannelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
2978
3487
|
ListChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
2979
3488
|
ListChannelsRequest.struct_class = Types::ListChannelsRequest
|
@@ -3015,6 +3524,18 @@ module Aws::MediaLive
|
|
3015
3524
|
ListCloudWatchAlarmTemplatesResponseContent.add_member(:next_token, Shapes::ShapeRef.new(shape: __stringMin1Max2048, location_name: "nextToken"))
|
3016
3525
|
ListCloudWatchAlarmTemplatesResponseContent.struct_class = Types::ListCloudWatchAlarmTemplatesResponseContent
|
3017
3526
|
|
3527
|
+
ListClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3528
|
+
ListClustersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
3529
|
+
ListClustersRequest.struct_class = Types::ListClustersRequest
|
3530
|
+
|
3531
|
+
ListClustersResponse.add_member(:clusters, Shapes::ShapeRef.new(shape: __listOfDescribeClusterSummary, location_name: "clusters"))
|
3532
|
+
ListClustersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
3533
|
+
ListClustersResponse.struct_class = Types::ListClustersResponse
|
3534
|
+
|
3535
|
+
ListClustersResult.add_member(:clusters, Shapes::ShapeRef.new(shape: __listOfDescribeClusterSummary, location_name: "clusters"))
|
3536
|
+
ListClustersResult.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
3537
|
+
ListClustersResult.struct_class = Types::ListClustersResult
|
3538
|
+
|
3018
3539
|
ListEventBridgeRuleTemplateGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3019
3540
|
ListEventBridgeRuleTemplateGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
3020
3541
|
ListEventBridgeRuleTemplateGroupsRequest.add_member(:signal_map_identifier, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "signalMapIdentifier"))
|
@@ -3116,6 +3637,31 @@ module Aws::MediaLive
|
|
3116
3637
|
ListMultiplexesResultModel.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
3117
3638
|
ListMultiplexesResultModel.struct_class = Types::ListMultiplexesResultModel
|
3118
3639
|
|
3640
|
+
ListNetworksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3641
|
+
ListNetworksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
3642
|
+
ListNetworksRequest.struct_class = Types::ListNetworksRequest
|
3643
|
+
|
3644
|
+
ListNetworksResponse.add_member(:networks, Shapes::ShapeRef.new(shape: __listOfDescribeNetworkSummary, location_name: "networks"))
|
3645
|
+
ListNetworksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
3646
|
+
ListNetworksResponse.struct_class = Types::ListNetworksResponse
|
3647
|
+
|
3648
|
+
ListNetworksResult.add_member(:networks, Shapes::ShapeRef.new(shape: __listOfDescribeNetworkSummary, location_name: "networks"))
|
3649
|
+
ListNetworksResult.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
3650
|
+
ListNetworksResult.struct_class = Types::ListNetworksResult
|
3651
|
+
|
3652
|
+
ListNodesRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
3653
|
+
ListNodesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
3654
|
+
ListNodesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "nextToken"))
|
3655
|
+
ListNodesRequest.struct_class = Types::ListNodesRequest
|
3656
|
+
|
3657
|
+
ListNodesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
3658
|
+
ListNodesResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOfDescribeNodeSummary, location_name: "nodes"))
|
3659
|
+
ListNodesResponse.struct_class = Types::ListNodesResponse
|
3660
|
+
|
3661
|
+
ListNodesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: __string, location_name: "nextToken"))
|
3662
|
+
ListNodesResult.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOfDescribeNodeSummary, location_name: "nodes"))
|
3663
|
+
ListNodesResult.struct_class = Types::ListNodesResult
|
3664
|
+
|
3119
3665
|
ListOfferingsRequest.add_member(:channel_class, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "channelClass"))
|
3120
3666
|
ListOfferingsRequest.add_member(:channel_configuration, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "channelConfiguration"))
|
3121
3667
|
ListOfferingsRequest.add_member(:codec, Shapes::ShapeRef.new(shape: __string, location: "querystring", location_name: "codec"))
|
@@ -3362,6 +3908,30 @@ module Aws::MediaLive
|
|
3362
3908
|
MsSmoothOutputSettings.add_member(:name_modifier, Shapes::ShapeRef.new(shape: __string, location_name: "nameModifier"))
|
3363
3909
|
MsSmoothOutputSettings.struct_class = Types::MsSmoothOutputSettings
|
3364
3910
|
|
3911
|
+
MulticastInputSettings.add_member(:source_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "sourceIpAddress"))
|
3912
|
+
MulticastInputSettings.struct_class = Types::MulticastInputSettings
|
3913
|
+
|
3914
|
+
MulticastSettings.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfMulticastSource, location_name: "sources"))
|
3915
|
+
MulticastSettings.struct_class = Types::MulticastSettings
|
3916
|
+
|
3917
|
+
MulticastSettingsCreateRequest.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfMulticastSourceCreateRequest, location_name: "sources"))
|
3918
|
+
MulticastSettingsCreateRequest.struct_class = Types::MulticastSettingsCreateRequest
|
3919
|
+
|
3920
|
+
MulticastSettingsUpdateRequest.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfMulticastSourceUpdateRequest, location_name: "sources"))
|
3921
|
+
MulticastSettingsUpdateRequest.struct_class = Types::MulticastSettingsUpdateRequest
|
3922
|
+
|
3923
|
+
MulticastSource.add_member(:source_ip, Shapes::ShapeRef.new(shape: __string, location_name: "sourceIp"))
|
3924
|
+
MulticastSource.add_member(:url, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "url"))
|
3925
|
+
MulticastSource.struct_class = Types::MulticastSource
|
3926
|
+
|
3927
|
+
MulticastSourceCreateRequest.add_member(:source_ip, Shapes::ShapeRef.new(shape: __string, location_name: "sourceIp"))
|
3928
|
+
MulticastSourceCreateRequest.add_member(:url, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "url"))
|
3929
|
+
MulticastSourceCreateRequest.struct_class = Types::MulticastSourceCreateRequest
|
3930
|
+
|
3931
|
+
MulticastSourceUpdateRequest.add_member(:source_ip, Shapes::ShapeRef.new(shape: __string, location_name: "sourceIp"))
|
3932
|
+
MulticastSourceUpdateRequest.add_member(:url, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "url"))
|
3933
|
+
MulticastSourceUpdateRequest.struct_class = Types::MulticastSourceUpdateRequest
|
3934
|
+
|
3365
3935
|
Multiplex.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
3366
3936
|
Multiplex.add_member(:availability_zones, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "availabilityZones"))
|
3367
3937
|
Multiplex.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfMultiplexOutputDestination, location_name: "destinations"))
|
@@ -3471,6 +4041,7 @@ module Aws::MediaLive
|
|
3471
4041
|
|
3472
4042
|
NetworkInputSettings.add_member(:hls_input_settings, Shapes::ShapeRef.new(shape: HlsInputSettings, location_name: "hlsInputSettings"))
|
3473
4043
|
NetworkInputSettings.add_member(:server_validation, Shapes::ShapeRef.new(shape: NetworkInputServerValidation, location_name: "serverValidation"))
|
4044
|
+
NetworkInputSettings.add_member(:multicast_input_settings, Shapes::ShapeRef.new(shape: MulticastInputSettings, location_name: "multicastInputSettings"))
|
3474
4045
|
NetworkInputSettings.struct_class = Types::NetworkInputSettings
|
3475
4046
|
|
3476
4047
|
NielsenCBET.add_member(:cbet_check_digit_string, Shapes::ShapeRef.new(shape: __stringMin2Max2, required: true, location_name: "cbetCheckDigitString"))
|
@@ -3492,6 +4063,20 @@ module Aws::MediaLive
|
|
3492
4063
|
NielsenWatermarksSettings.add_member(:nielsen_naes_ii_nw_settings, Shapes::ShapeRef.new(shape: NielsenNaesIiNw, location_name: "nielsenNaesIiNwSettings"))
|
3493
4064
|
NielsenWatermarksSettings.struct_class = Types::NielsenWatermarksSettings
|
3494
4065
|
|
4066
|
+
NodeConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
4067
|
+
NodeConfigurationValidationError.add_member(:validation_errors, Shapes::ShapeRef.new(shape: __listOfValidationError, location_name: "validationErrors"))
|
4068
|
+
NodeConfigurationValidationError.struct_class = Types::NodeConfigurationValidationError
|
4069
|
+
|
4070
|
+
NodeInterfaceMapping.add_member(:logical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "logicalInterfaceName"))
|
4071
|
+
NodeInterfaceMapping.add_member(:network_interface_mode, Shapes::ShapeRef.new(shape: NetworkInterfaceMode, location_name: "networkInterfaceMode"))
|
4072
|
+
NodeInterfaceMapping.add_member(:physical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "physicalInterfaceName"))
|
4073
|
+
NodeInterfaceMapping.struct_class = Types::NodeInterfaceMapping
|
4074
|
+
|
4075
|
+
NodeInterfaceMappingCreateRequest.add_member(:logical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "logicalInterfaceName"))
|
4076
|
+
NodeInterfaceMappingCreateRequest.add_member(:network_interface_mode, Shapes::ShapeRef.new(shape: NetworkInterfaceMode, location_name: "networkInterfaceMode"))
|
4077
|
+
NodeInterfaceMappingCreateRequest.add_member(:physical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "physicalInterfaceName"))
|
4078
|
+
NodeInterfaceMappingCreateRequest.struct_class = Types::NodeInterfaceMappingCreateRequest
|
4079
|
+
|
3495
4080
|
NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
3496
4081
|
NotFoundException.struct_class = Types::NotFoundException
|
3497
4082
|
|
@@ -3522,6 +4107,7 @@ module Aws::MediaLive
|
|
3522
4107
|
OutputDestination.add_member(:media_package_settings, Shapes::ShapeRef.new(shape: __listOfMediaPackageOutputDestinationSettings, location_name: "mediaPackageSettings"))
|
3523
4108
|
OutputDestination.add_member(:multiplex_settings, Shapes::ShapeRef.new(shape: MultiplexProgramChannelDestinationSettings, location_name: "multiplexSettings"))
|
3524
4109
|
OutputDestination.add_member(:settings, Shapes::ShapeRef.new(shape: __listOfOutputDestinationSettings, location_name: "settings"))
|
4110
|
+
OutputDestination.add_member(:srt_settings, Shapes::ShapeRef.new(shape: __listOfSrtOutputDestinationSettings, location_name: "srtSettings"))
|
3525
4111
|
OutputDestination.struct_class = Types::OutputDestination
|
3526
4112
|
|
3527
4113
|
OutputDestinationSettings.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
@@ -3544,6 +4130,7 @@ module Aws::MediaLive
|
|
3544
4130
|
OutputGroupSettings.add_member(:rtmp_group_settings, Shapes::ShapeRef.new(shape: RtmpGroupSettings, location_name: "rtmpGroupSettings"))
|
3545
4131
|
OutputGroupSettings.add_member(:udp_group_settings, Shapes::ShapeRef.new(shape: UdpGroupSettings, location_name: "udpGroupSettings"))
|
3546
4132
|
OutputGroupSettings.add_member(:cmaf_ingest_group_settings, Shapes::ShapeRef.new(shape: CmafIngestGroupSettings, location_name: "cmafIngestGroupSettings"))
|
4133
|
+
OutputGroupSettings.add_member(:srt_group_settings, Shapes::ShapeRef.new(shape: SrtGroupSettings, location_name: "srtGroupSettings"))
|
3547
4134
|
OutputGroupSettings.struct_class = Types::OutputGroupSettings
|
3548
4135
|
|
3549
4136
|
OutputLocationRef.add_member(:destination_ref_id, Shapes::ShapeRef.new(shape: __string, location_name: "destinationRefId"))
|
@@ -3562,6 +4149,7 @@ module Aws::MediaLive
|
|
3562
4149
|
OutputSettings.add_member(:rtmp_output_settings, Shapes::ShapeRef.new(shape: RtmpOutputSettings, location_name: "rtmpOutputSettings"))
|
3563
4150
|
OutputSettings.add_member(:udp_output_settings, Shapes::ShapeRef.new(shape: UdpOutputSettings, location_name: "udpOutputSettings"))
|
3564
4151
|
OutputSettings.add_member(:cmaf_ingest_output_settings, Shapes::ShapeRef.new(shape: CmafIngestOutputSettings, location_name: "cmafIngestOutputSettings"))
|
4152
|
+
OutputSettings.add_member(:srt_output_settings, Shapes::ShapeRef.new(shape: SrtOutputSettings, location_name: "srtOutputSettings"))
|
3565
4153
|
OutputSettings.struct_class = Types::OutputSettings
|
3566
4154
|
|
3567
4155
|
PassThroughSettings.struct_class = Types::PassThroughSettings
|
@@ -3693,8 +4281,21 @@ module Aws::MediaLive
|
|
3693
4281
|
RestartChannelPipelinesResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
3694
4282
|
RestartChannelPipelinesResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
3695
4283
|
RestartChannelPipelinesResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
4284
|
+
RestartChannelPipelinesResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
|
3696
4285
|
RestartChannelPipelinesResponse.struct_class = Types::RestartChannelPipelinesResponse
|
3697
4286
|
|
4287
|
+
Route.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
4288
|
+
Route.add_member(:gateway, Shapes::ShapeRef.new(shape: __string, location_name: "gateway"))
|
4289
|
+
Route.struct_class = Types::Route
|
4290
|
+
|
4291
|
+
RouteCreateRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
4292
|
+
RouteCreateRequest.add_member(:gateway, Shapes::ShapeRef.new(shape: __string, location_name: "gateway"))
|
4293
|
+
RouteCreateRequest.struct_class = Types::RouteCreateRequest
|
4294
|
+
|
4295
|
+
RouteUpdateRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
|
4296
|
+
RouteUpdateRequest.add_member(:gateway, Shapes::ShapeRef.new(shape: __string, location_name: "gateway"))
|
4297
|
+
RouteUpdateRequest.struct_class = Types::RouteUpdateRequest
|
4298
|
+
|
3698
4299
|
RtmpCaptionInfoDestinationSettings.struct_class = Types::RtmpCaptionInfoDestinationSettings
|
3699
4300
|
|
3700
4301
|
RtmpGroupSettings.add_member(:ad_markers, Shapes::ShapeRef.new(shape: __listOfRtmpAdMarkers, location_name: "adMarkers"))
|
@@ -3842,6 +4443,21 @@ module Aws::MediaLive
|
|
3842
4443
|
SrtCallerSourceRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
|
3843
4444
|
SrtCallerSourceRequest.struct_class = Types::SrtCallerSourceRequest
|
3844
4445
|
|
4446
|
+
SrtGroupSettings.add_member(:input_loss_action, Shapes::ShapeRef.new(shape: InputLossActionForUdpOut, location_name: "inputLossAction"))
|
4447
|
+
SrtGroupSettings.struct_class = Types::SrtGroupSettings
|
4448
|
+
|
4449
|
+
SrtOutputDestinationSettings.add_member(:encryption_passphrase_secret_arn, Shapes::ShapeRef.new(shape: __string, location_name: "encryptionPassphraseSecretArn"))
|
4450
|
+
SrtOutputDestinationSettings.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
|
4451
|
+
SrtOutputDestinationSettings.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
|
4452
|
+
SrtOutputDestinationSettings.struct_class = Types::SrtOutputDestinationSettings
|
4453
|
+
|
4454
|
+
SrtOutputSettings.add_member(:buffer_msec, Shapes::ShapeRef.new(shape: __integerMin0Max10000, location_name: "bufferMsec"))
|
4455
|
+
SrtOutputSettings.add_member(:container_settings, Shapes::ShapeRef.new(shape: UdpContainerSettings, required: true, location_name: "containerSettings"))
|
4456
|
+
SrtOutputSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
|
4457
|
+
SrtOutputSettings.add_member(:encryption_type, Shapes::ShapeRef.new(shape: SrtEncryptionType, location_name: "encryptionType"))
|
4458
|
+
SrtOutputSettings.add_member(:latency, Shapes::ShapeRef.new(shape: __integerMin40Max16000, location_name: "latency"))
|
4459
|
+
SrtOutputSettings.struct_class = Types::SrtOutputSettings
|
4460
|
+
|
3845
4461
|
SrtSettings.add_member(:srt_caller_sources, Shapes::ShapeRef.new(shape: __listOfSrtCallerSource, location_name: "srtCallerSources"))
|
3846
4462
|
SrtSettings.struct_class = Types::SrtSettings
|
3847
4463
|
|
@@ -3873,6 +4489,7 @@ module Aws::MediaLive
|
|
3873
4489
|
StartChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
3874
4490
|
StartChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
3875
4491
|
StartChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
4492
|
+
StartChannelResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
|
3876
4493
|
StartChannelResponse.struct_class = Types::StartChannelResponse
|
3877
4494
|
|
3878
4495
|
StartDeleteMonitorDeploymentRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "identifier"))
|
@@ -4109,6 +4726,7 @@ module Aws::MediaLive
|
|
4109
4726
|
StopChannelResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelState, location_name: "state"))
|
4110
4727
|
StopChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
4111
4728
|
StopChannelResponse.add_member(:vpc, Shapes::ShapeRef.new(shape: VpcOutputSettingsDescription, location_name: "vpc"))
|
4729
|
+
StopChannelResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
|
4112
4730
|
StopChannelResponse.struct_class = Types::StopChannelResponse
|
4113
4731
|
|
4114
4732
|
StopInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
@@ -4266,6 +4884,21 @@ module Aws::MediaLive
|
|
4266
4884
|
UpdateChannelClassResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
|
4267
4885
|
UpdateChannelClassResponse.struct_class = Types::UpdateChannelClassResponse
|
4268
4886
|
|
4887
|
+
UpdateChannelPlacementGroupRequest.add_member(:channel_placement_group_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelPlacementGroupId"))
|
4888
|
+
UpdateChannelPlacementGroupRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
4889
|
+
UpdateChannelPlacementGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
4890
|
+
UpdateChannelPlacementGroupRequest.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "nodes"))
|
4891
|
+
UpdateChannelPlacementGroupRequest.struct_class = Types::UpdateChannelPlacementGroupRequest
|
4892
|
+
|
4893
|
+
UpdateChannelPlacementGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
4894
|
+
UpdateChannelPlacementGroupResponse.add_member(:channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channels"))
|
4895
|
+
UpdateChannelPlacementGroupResponse.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
4896
|
+
UpdateChannelPlacementGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
4897
|
+
UpdateChannelPlacementGroupResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
4898
|
+
UpdateChannelPlacementGroupResponse.add_member(:nodes, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "nodes"))
|
4899
|
+
UpdateChannelPlacementGroupResponse.add_member(:state, Shapes::ShapeRef.new(shape: ChannelPlacementGroupState, location_name: "state"))
|
4900
|
+
UpdateChannelPlacementGroupResponse.struct_class = Types::UpdateChannelPlacementGroupResponse
|
4901
|
+
|
4269
4902
|
UpdateChannelRequest.add_member(:cdi_input_specification, Shapes::ShapeRef.new(shape: CdiInputSpecification, location_name: "cdiInputSpecification"))
|
4270
4903
|
UpdateChannelRequest.add_member(:channel_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "channelId"))
|
4271
4904
|
UpdateChannelRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfOutputDestination, location_name: "destinations"))
|
@@ -4376,6 +5009,29 @@ module Aws::MediaLive
|
|
4376
5009
|
UpdateCloudWatchAlarmTemplateResponseContent.add_member(:treat_missing_data, Shapes::ShapeRef.new(shape: CloudWatchAlarmTemplateTreatMissingData, required: true, location_name: "treatMissingData"))
|
4377
5010
|
UpdateCloudWatchAlarmTemplateResponseContent.struct_class = Types::UpdateCloudWatchAlarmTemplateResponseContent
|
4378
5011
|
|
5012
|
+
UpdateClusterRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
5013
|
+
UpdateClusterRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
5014
|
+
UpdateClusterRequest.add_member(:network_settings, Shapes::ShapeRef.new(shape: ClusterNetworkSettingsUpdateRequest, location_name: "networkSettings"))
|
5015
|
+
UpdateClusterRequest.struct_class = Types::UpdateClusterRequest
|
5016
|
+
|
5017
|
+
UpdateClusterResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
5018
|
+
UpdateClusterResponse.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
5019
|
+
UpdateClusterResponse.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
|
5020
|
+
UpdateClusterResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
5021
|
+
UpdateClusterResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
5022
|
+
UpdateClusterResponse.add_member(:network_settings, Shapes::ShapeRef.new(shape: ClusterNetworkSettings, location_name: "networkSettings"))
|
5023
|
+
UpdateClusterResponse.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
|
5024
|
+
UpdateClusterResponse.struct_class = Types::UpdateClusterResponse
|
5025
|
+
|
5026
|
+
UpdateClusterResult.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
5027
|
+
UpdateClusterResult.add_member(:channel_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelIds"))
|
5028
|
+
UpdateClusterResult.add_member(:cluster_type, Shapes::ShapeRef.new(shape: ClusterType, location_name: "clusterType"))
|
5029
|
+
UpdateClusterResult.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
5030
|
+
UpdateClusterResult.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
5031
|
+
UpdateClusterResult.add_member(:network_settings, Shapes::ShapeRef.new(shape: ClusterNetworkSettings, location_name: "networkSettings"))
|
5032
|
+
UpdateClusterResult.add_member(:state, Shapes::ShapeRef.new(shape: ClusterState, location_name: "state"))
|
5033
|
+
UpdateClusterResult.struct_class = Types::UpdateClusterResult
|
5034
|
+
|
4379
5035
|
UpdateEventBridgeRuleTemplateGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: __stringMin0Max1024, location_name: "description"))
|
4380
5036
|
UpdateEventBridgeRuleTemplateGroupRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "identifier"))
|
4381
5037
|
UpdateEventBridgeRuleTemplateGroupRequest.struct_class = Types::UpdateEventBridgeRuleTemplateGroupRequest
|
@@ -4448,6 +5104,7 @@ module Aws::MediaLive
|
|
4448
5104
|
UpdateInput.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
4449
5105
|
UpdateInput.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
|
4450
5106
|
UpdateInput.add_member(:srt_settings, Shapes::ShapeRef.new(shape: SrtSettingsRequest, location_name: "srtSettings"))
|
5107
|
+
UpdateInput.add_member(:multicast_settings, Shapes::ShapeRef.new(shape: MulticastSettingsUpdateRequest, location_name: "multicastSettings"))
|
4451
5108
|
UpdateInput.struct_class = Types::UpdateInput
|
4452
5109
|
|
4453
5110
|
UpdateInputDevice.add_member(:hd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceConfigurableSettings, location_name: "hdDeviceSettings"))
|
@@ -4490,6 +5147,7 @@ module Aws::MediaLive
|
|
4490
5147
|
UpdateInputRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, location_name: "roleArn"))
|
4491
5148
|
UpdateInputRequest.add_member(:sources, Shapes::ShapeRef.new(shape: __listOfInputSourceRequest, location_name: "sources"))
|
4492
5149
|
UpdateInputRequest.add_member(:srt_settings, Shapes::ShapeRef.new(shape: SrtSettingsRequest, location_name: "srtSettings"))
|
5150
|
+
UpdateInputRequest.add_member(:multicast_settings, Shapes::ShapeRef.new(shape: MulticastSettingsUpdateRequest, location_name: "multicastSettings"))
|
4493
5151
|
UpdateInputRequest.struct_class = Types::UpdateInputRequest
|
4494
5152
|
|
4495
5153
|
UpdateInputResponse.add_member(:input, Shapes::ShapeRef.new(shape: Input, location_name: "input"))
|
@@ -4540,6 +5198,65 @@ module Aws::MediaLive
|
|
4540
5198
|
UpdateMultiplexResultModel.add_member(:multiplex, Shapes::ShapeRef.new(shape: Multiplex, location_name: "multiplex"))
|
4541
5199
|
UpdateMultiplexResultModel.struct_class = Types::UpdateMultiplexResultModel
|
4542
5200
|
|
5201
|
+
UpdateNetworkRequest.add_member(:ip_pools, Shapes::ShapeRef.new(shape: __listOfIpPoolUpdateRequest, location_name: "ipPools"))
|
5202
|
+
UpdateNetworkRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
5203
|
+
UpdateNetworkRequest.add_member(:network_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "networkId"))
|
5204
|
+
UpdateNetworkRequest.add_member(:routes, Shapes::ShapeRef.new(shape: __listOfRouteUpdateRequest, location_name: "routes"))
|
5205
|
+
UpdateNetworkRequest.struct_class = Types::UpdateNetworkRequest
|
5206
|
+
|
5207
|
+
UpdateNetworkResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
5208
|
+
UpdateNetworkResponse.add_member(:associated_cluster_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "associatedClusterIds"))
|
5209
|
+
UpdateNetworkResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
5210
|
+
UpdateNetworkResponse.add_member(:ip_pools, Shapes::ShapeRef.new(shape: __listOfIpPool, location_name: "ipPools"))
|
5211
|
+
UpdateNetworkResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
5212
|
+
UpdateNetworkResponse.add_member(:routes, Shapes::ShapeRef.new(shape: __listOfRoute, location_name: "routes"))
|
5213
|
+
UpdateNetworkResponse.add_member(:state, Shapes::ShapeRef.new(shape: NetworkState, location_name: "state"))
|
5214
|
+
UpdateNetworkResponse.struct_class = Types::UpdateNetworkResponse
|
5215
|
+
|
5216
|
+
UpdateNetworkResult.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
5217
|
+
UpdateNetworkResult.add_member(:associated_cluster_ids, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "associatedClusterIds"))
|
5218
|
+
UpdateNetworkResult.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
5219
|
+
UpdateNetworkResult.add_member(:ip_pools, Shapes::ShapeRef.new(shape: __listOfIpPool, location_name: "ipPools"))
|
5220
|
+
UpdateNetworkResult.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
5221
|
+
UpdateNetworkResult.add_member(:routes, Shapes::ShapeRef.new(shape: __listOfRoute, location_name: "routes"))
|
5222
|
+
UpdateNetworkResult.add_member(:state, Shapes::ShapeRef.new(shape: NetworkState, location_name: "state"))
|
5223
|
+
UpdateNetworkResult.struct_class = Types::UpdateNetworkResult
|
5224
|
+
|
5225
|
+
UpdateNodeRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
5226
|
+
UpdateNodeRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
5227
|
+
UpdateNodeRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "nodeId"))
|
5228
|
+
UpdateNodeRequest.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
5229
|
+
UpdateNodeRequest.struct_class = Types::UpdateNodeRequest
|
5230
|
+
|
5231
|
+
UpdateNodeResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
5232
|
+
UpdateNodeResponse.add_member(:channel_placement_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelPlacementGroups"))
|
5233
|
+
UpdateNodeResponse.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
5234
|
+
UpdateNodeResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: NodeConnectionState, location_name: "connectionState"))
|
5235
|
+
UpdateNodeResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
5236
|
+
UpdateNodeResponse.add_member(:instance_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceArn"))
|
5237
|
+
UpdateNodeResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
5238
|
+
UpdateNodeResponse.add_member(:node_interface_mappings, Shapes::ShapeRef.new(shape: __listOfNodeInterfaceMapping, location_name: "nodeInterfaceMappings"))
|
5239
|
+
UpdateNodeResponse.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
5240
|
+
UpdateNodeResponse.add_member(:state, Shapes::ShapeRef.new(shape: NodeState, location_name: "state"))
|
5241
|
+
UpdateNodeResponse.struct_class = Types::UpdateNodeResponse
|
5242
|
+
|
5243
|
+
UpdateNodeStateRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
|
5244
|
+
UpdateNodeStateRequest.add_member(:node_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "nodeId"))
|
5245
|
+
UpdateNodeStateRequest.add_member(:state, Shapes::ShapeRef.new(shape: UpdateNodeState, location_name: "state"))
|
5246
|
+
UpdateNodeStateRequest.struct_class = Types::UpdateNodeStateRequest
|
5247
|
+
|
5248
|
+
UpdateNodeStateResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
5249
|
+
UpdateNodeStateResponse.add_member(:channel_placement_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelPlacementGroups"))
|
5250
|
+
UpdateNodeStateResponse.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, location_name: "clusterId"))
|
5251
|
+
UpdateNodeStateResponse.add_member(:connection_state, Shapes::ShapeRef.new(shape: NodeConnectionState, location_name: "connectionState"))
|
5252
|
+
UpdateNodeStateResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
5253
|
+
UpdateNodeStateResponse.add_member(:instance_arn, Shapes::ShapeRef.new(shape: __string, location_name: "instanceArn"))
|
5254
|
+
UpdateNodeStateResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
5255
|
+
UpdateNodeStateResponse.add_member(:node_interface_mappings, Shapes::ShapeRef.new(shape: __listOfNodeInterfaceMapping, location_name: "nodeInterfaceMappings"))
|
5256
|
+
UpdateNodeStateResponse.add_member(:role, Shapes::ShapeRef.new(shape: NodeRole, location_name: "role"))
|
5257
|
+
UpdateNodeStateResponse.add_member(:state, Shapes::ShapeRef.new(shape: NodeState, location_name: "state"))
|
5258
|
+
UpdateNodeStateResponse.struct_class = Types::UpdateNodeStateResponse
|
5259
|
+
|
4543
5260
|
UpdateReservation.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
4544
5261
|
UpdateReservation.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
4545
5262
|
UpdateReservation.struct_class = Types::UpdateReservation
|
@@ -4567,6 +5284,7 @@ module Aws::MediaLive
|
|
4567
5284
|
VideoCodecSettings.add_member(:h264_settings, Shapes::ShapeRef.new(shape: H264Settings, location_name: "h264Settings"))
|
4568
5285
|
VideoCodecSettings.add_member(:h265_settings, Shapes::ShapeRef.new(shape: H265Settings, location_name: "h265Settings"))
|
4569
5286
|
VideoCodecSettings.add_member(:mpeg_2_settings, Shapes::ShapeRef.new(shape: Mpeg2Settings, location_name: "mpeg2Settings"))
|
5287
|
+
VideoCodecSettings.add_member(:av_1_settings, Shapes::ShapeRef.new(shape: Av1Settings, location_name: "av1Settings"))
|
4570
5288
|
VideoCodecSettings.struct_class = Types::VideoCodecSettings
|
4571
5289
|
|
4572
5290
|
VideoDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: VideoCodecSettings, location_name: "codecSettings"))
|
@@ -4650,6 +5368,14 @@ module Aws::MediaLive
|
|
4650
5368
|
|
4651
5369
|
__listOfDashRoleCaption.member = Shapes::ShapeRef.new(shape: DashRoleCaption)
|
4652
5370
|
|
5371
|
+
__listOfDescribeChannelPlacementGroupSummary.member = Shapes::ShapeRef.new(shape: DescribeChannelPlacementGroupSummary)
|
5372
|
+
|
5373
|
+
__listOfDescribeClusterSummary.member = Shapes::ShapeRef.new(shape: DescribeClusterSummary)
|
5374
|
+
|
5375
|
+
__listOfDescribeNetworkSummary.member = Shapes::ShapeRef.new(shape: DescribeNetworkSummary)
|
5376
|
+
|
5377
|
+
__listOfDescribeNodeSummary.member = Shapes::ShapeRef.new(shape: DescribeNodeSummary)
|
5378
|
+
|
4653
5379
|
__listOfEventBridgeRuleTemplateGroupSummary.member = Shapes::ShapeRef.new(shape: EventBridgeRuleTemplateGroupSummary)
|
4654
5380
|
|
4655
5381
|
__listOfEventBridgeRuleTemplateSummary.member = Shapes::ShapeRef.new(shape: EventBridgeRuleTemplateSummary)
|
@@ -4670,6 +5396,8 @@ module Aws::MediaLive
|
|
4670
5396
|
|
4671
5397
|
__listOfInputDestinationRequest.member = Shapes::ShapeRef.new(shape: InputDestinationRequest)
|
4672
5398
|
|
5399
|
+
__listOfInputDestinationRoute.member = Shapes::ShapeRef.new(shape: InputDestinationRoute)
|
5400
|
+
|
4673
5401
|
__listOfInputDeviceConfigurableAudioChannelPairConfig.member = Shapes::ShapeRef.new(shape: InputDeviceConfigurableAudioChannelPairConfig)
|
4674
5402
|
|
4675
5403
|
__listOfInputDeviceRequest.member = Shapes::ShapeRef.new(shape: InputDeviceRequest)
|
@@ -4680,6 +5408,8 @@ module Aws::MediaLive
|
|
4680
5408
|
|
4681
5409
|
__listOfInputDeviceUhdAudioChannelPairConfig.member = Shapes::ShapeRef.new(shape: InputDeviceUhdAudioChannelPairConfig)
|
4682
5410
|
|
5411
|
+
__listOfInputRequestDestinationRoute.member = Shapes::ShapeRef.new(shape: InputRequestDestinationRoute)
|
5412
|
+
|
4683
5413
|
__listOfInputSecurityGroup.member = Shapes::ShapeRef.new(shape: InputSecurityGroup)
|
4684
5414
|
|
4685
5415
|
__listOfInputSource.member = Shapes::ShapeRef.new(shape: InputSource)
|
@@ -4690,6 +5420,18 @@ module Aws::MediaLive
|
|
4690
5420
|
|
4691
5421
|
__listOfInputWhitelistRuleCidr.member = Shapes::ShapeRef.new(shape: InputWhitelistRuleCidr)
|
4692
5422
|
|
5423
|
+
__listOfInterfaceMapping.member = Shapes::ShapeRef.new(shape: InterfaceMapping)
|
5424
|
+
|
5425
|
+
__listOfInterfaceMappingCreateRequest.member = Shapes::ShapeRef.new(shape: InterfaceMappingCreateRequest)
|
5426
|
+
|
5427
|
+
__listOfInterfaceMappingUpdateRequest.member = Shapes::ShapeRef.new(shape: InterfaceMappingUpdateRequest)
|
5428
|
+
|
5429
|
+
__listOfIpPool.member = Shapes::ShapeRef.new(shape: IpPool)
|
5430
|
+
|
5431
|
+
__listOfIpPoolCreateRequest.member = Shapes::ShapeRef.new(shape: IpPoolCreateRequest)
|
5432
|
+
|
5433
|
+
__listOfIpPoolUpdateRequest.member = Shapes::ShapeRef.new(shape: IpPoolUpdateRequest)
|
5434
|
+
|
4693
5435
|
__listOfMediaConnectFlow.member = Shapes::ShapeRef.new(shape: MediaConnectFlow)
|
4694
5436
|
|
4695
5437
|
__listOfMediaConnectFlowRequest.member = Shapes::ShapeRef.new(shape: MediaConnectFlowRequest)
|
@@ -4698,6 +5440,12 @@ module Aws::MediaLive
|
|
4698
5440
|
|
4699
5441
|
__listOfMediaResourceNeighbor.member = Shapes::ShapeRef.new(shape: MediaResourceNeighbor)
|
4700
5442
|
|
5443
|
+
__listOfMulticastSource.member = Shapes::ShapeRef.new(shape: MulticastSource)
|
5444
|
+
|
5445
|
+
__listOfMulticastSourceCreateRequest.member = Shapes::ShapeRef.new(shape: MulticastSourceCreateRequest)
|
5446
|
+
|
5447
|
+
__listOfMulticastSourceUpdateRequest.member = Shapes::ShapeRef.new(shape: MulticastSourceUpdateRequest)
|
5448
|
+
|
4701
5449
|
__listOfMultiplexOutputDestination.member = Shapes::ShapeRef.new(shape: MultiplexOutputDestination)
|
4702
5450
|
|
4703
5451
|
__listOfMultiplexProgramPipelineDetail.member = Shapes::ShapeRef.new(shape: MultiplexProgramPipelineDetail)
|
@@ -4706,6 +5454,10 @@ module Aws::MediaLive
|
|
4706
5454
|
|
4707
5455
|
__listOfMultiplexSummary.member = Shapes::ShapeRef.new(shape: MultiplexSummary)
|
4708
5456
|
|
5457
|
+
__listOfNodeInterfaceMapping.member = Shapes::ShapeRef.new(shape: NodeInterfaceMapping)
|
5458
|
+
|
5459
|
+
__listOfNodeInterfaceMappingCreateRequest.member = Shapes::ShapeRef.new(shape: NodeInterfaceMappingCreateRequest)
|
5460
|
+
|
4709
5461
|
__listOfOffering.member = Shapes::ShapeRef.new(shape: Offering)
|
4710
5462
|
|
4711
5463
|
__listOfOutput.member = Shapes::ShapeRef.new(shape: Output)
|
@@ -4722,6 +5474,12 @@ module Aws::MediaLive
|
|
4722
5474
|
|
4723
5475
|
__listOfReservation.member = Shapes::ShapeRef.new(shape: Reservation)
|
4724
5476
|
|
5477
|
+
__listOfRoute.member = Shapes::ShapeRef.new(shape: Route)
|
5478
|
+
|
5479
|
+
__listOfRouteCreateRequest.member = Shapes::ShapeRef.new(shape: RouteCreateRequest)
|
5480
|
+
|
5481
|
+
__listOfRouteUpdateRequest.member = Shapes::ShapeRef.new(shape: RouteUpdateRequest)
|
5482
|
+
|
4725
5483
|
__listOfRtmpAdMarkers.member = Shapes::ShapeRef.new(shape: RtmpAdMarkers)
|
4726
5484
|
|
4727
5485
|
__listOfScheduleAction.member = Shapes::ShapeRef.new(shape: ScheduleAction)
|
@@ -4734,6 +5492,8 @@ module Aws::MediaLive
|
|
4734
5492
|
|
4735
5493
|
__listOfSrtCallerSourceRequest.member = Shapes::ShapeRef.new(shape: SrtCallerSourceRequest)
|
4736
5494
|
|
5495
|
+
__listOfSrtOutputDestinationSettings.member = Shapes::ShapeRef.new(shape: SrtOutputDestinationSettings)
|
5496
|
+
|
4737
5497
|
__listOfThumbnail.member = Shapes::ShapeRef.new(shape: Thumbnail)
|
4738
5498
|
|
4739
5499
|
__listOfThumbnailDetail.member = Shapes::ShapeRef.new(shape: ThumbnailDetail)
|
@@ -6222,6 +6982,362 @@ module Aws::MediaLive
|
|
6222
6982
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
6223
6983
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
6224
6984
|
end)
|
6985
|
+
|
6986
|
+
api.add_operation(:create_channel_placement_group, Seahorse::Model::Operation.new.tap do |o|
|
6987
|
+
o.name = "CreateChannelPlacementGroup"
|
6988
|
+
o.http_method = "POST"
|
6989
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/channelplacementgroups"
|
6990
|
+
o.input = Shapes::ShapeRef.new(shape: CreateChannelPlacementGroupRequest)
|
6991
|
+
o.output = Shapes::ShapeRef.new(shape: CreateChannelPlacementGroupResponse)
|
6992
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
6993
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
6994
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
6995
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
6996
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
6997
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
6998
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
6999
|
+
end)
|
7000
|
+
|
7001
|
+
api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
|
7002
|
+
o.name = "CreateCluster"
|
7003
|
+
o.http_method = "POST"
|
7004
|
+
o.http_request_uri = "/prod/clusters"
|
7005
|
+
o.input = Shapes::ShapeRef.new(shape: CreateClusterRequest)
|
7006
|
+
o.output = Shapes::ShapeRef.new(shape: CreateClusterResponse)
|
7007
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7008
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7009
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7010
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7011
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7012
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7013
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7014
|
+
end)
|
7015
|
+
|
7016
|
+
api.add_operation(:create_network, Seahorse::Model::Operation.new.tap do |o|
|
7017
|
+
o.name = "CreateNetwork"
|
7018
|
+
o.http_method = "POST"
|
7019
|
+
o.http_request_uri = "/prod/networks"
|
7020
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNetworkRequest)
|
7021
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNetworkResponse)
|
7022
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7023
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7024
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7025
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7026
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7027
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7028
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7029
|
+
end)
|
7030
|
+
|
7031
|
+
api.add_operation(:create_node, Seahorse::Model::Operation.new.tap do |o|
|
7032
|
+
o.name = "CreateNode"
|
7033
|
+
o.http_method = "POST"
|
7034
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/nodes"
|
7035
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNodeRequest)
|
7036
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNodeResponse)
|
7037
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7038
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
7039
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7040
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7041
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7042
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7043
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7044
|
+
end)
|
7045
|
+
|
7046
|
+
api.add_operation(:create_node_registration_script, Seahorse::Model::Operation.new.tap do |o|
|
7047
|
+
o.name = "CreateNodeRegistrationScript"
|
7048
|
+
o.http_method = "POST"
|
7049
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/nodeRegistrationScript"
|
7050
|
+
o.input = Shapes::ShapeRef.new(shape: CreateNodeRegistrationScriptRequest)
|
7051
|
+
o.output = Shapes::ShapeRef.new(shape: CreateNodeRegistrationScriptResponse)
|
7052
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7053
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7054
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7055
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7056
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7057
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7058
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7059
|
+
end)
|
7060
|
+
|
7061
|
+
api.add_operation(:delete_channel_placement_group, Seahorse::Model::Operation.new.tap do |o|
|
7062
|
+
o.name = "DeleteChannelPlacementGroup"
|
7063
|
+
o.http_method = "DELETE"
|
7064
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/channelplacementgroups/{channelPlacementGroupId}"
|
7065
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteChannelPlacementGroupRequest)
|
7066
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteChannelPlacementGroupResponse)
|
7067
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7068
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7069
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7070
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7071
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
7072
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7073
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7074
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7075
|
+
end)
|
7076
|
+
|
7077
|
+
api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
|
7078
|
+
o.name = "DeleteCluster"
|
7079
|
+
o.http_method = "DELETE"
|
7080
|
+
o.http_request_uri = "/prod/clusters/{clusterId}"
|
7081
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteClusterRequest)
|
7082
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteClusterResponse)
|
7083
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7084
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7085
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7086
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7087
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
7088
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7089
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7090
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7091
|
+
end)
|
7092
|
+
|
7093
|
+
api.add_operation(:delete_network, Seahorse::Model::Operation.new.tap do |o|
|
7094
|
+
o.name = "DeleteNetwork"
|
7095
|
+
o.http_method = "DELETE"
|
7096
|
+
o.http_request_uri = "/prod/networks/{networkId}"
|
7097
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkRequest)
|
7098
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkResponse)
|
7099
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7100
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7101
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7102
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7103
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
7104
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7105
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7106
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7107
|
+
end)
|
7108
|
+
|
7109
|
+
api.add_operation(:delete_node, Seahorse::Model::Operation.new.tap do |o|
|
7110
|
+
o.name = "DeleteNode"
|
7111
|
+
o.http_method = "DELETE"
|
7112
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/nodes/{nodeId}"
|
7113
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNodeRequest)
|
7114
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNodeResponse)
|
7115
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7116
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7117
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7118
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7119
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
7120
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7121
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7122
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7123
|
+
end)
|
7124
|
+
|
7125
|
+
api.add_operation(:describe_channel_placement_group, Seahorse::Model::Operation.new.tap do |o|
|
7126
|
+
o.name = "DescribeChannelPlacementGroup"
|
7127
|
+
o.http_method = "GET"
|
7128
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/channelplacementgroups/{channelPlacementGroupId}"
|
7129
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeChannelPlacementGroupRequest)
|
7130
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeChannelPlacementGroupResponse)
|
7131
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7132
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7133
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7134
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7135
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
7136
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7137
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7138
|
+
end)
|
7139
|
+
|
7140
|
+
api.add_operation(:describe_cluster, Seahorse::Model::Operation.new.tap do |o|
|
7141
|
+
o.name = "DescribeCluster"
|
7142
|
+
o.http_method = "GET"
|
7143
|
+
o.http_request_uri = "/prod/clusters/{clusterId}"
|
7144
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeClusterRequest)
|
7145
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeClusterResponse)
|
7146
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7147
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7148
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7149
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7150
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
7151
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7152
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7153
|
+
end)
|
7154
|
+
|
7155
|
+
api.add_operation(:describe_network, Seahorse::Model::Operation.new.tap do |o|
|
7156
|
+
o.name = "DescribeNetwork"
|
7157
|
+
o.http_method = "GET"
|
7158
|
+
o.http_request_uri = "/prod/networks/{networkId}"
|
7159
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeNetworkRequest)
|
7160
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeNetworkResponse)
|
7161
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7162
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7163
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7164
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7165
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
7166
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7167
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7168
|
+
end)
|
7169
|
+
|
7170
|
+
api.add_operation(:describe_node, Seahorse::Model::Operation.new.tap do |o|
|
7171
|
+
o.name = "DescribeNode"
|
7172
|
+
o.http_method = "GET"
|
7173
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/nodes/{nodeId}"
|
7174
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeNodeRequest)
|
7175
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeNodeResponse)
|
7176
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7177
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7178
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7179
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7180
|
+
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
7181
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7182
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7183
|
+
end)
|
7184
|
+
|
7185
|
+
api.add_operation(:list_channel_placement_groups, Seahorse::Model::Operation.new.tap do |o|
|
7186
|
+
o.name = "ListChannelPlacementGroups"
|
7187
|
+
o.http_method = "GET"
|
7188
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/channelplacementgroups"
|
7189
|
+
o.input = Shapes::ShapeRef.new(shape: ListChannelPlacementGroupsRequest)
|
7190
|
+
o.output = Shapes::ShapeRef.new(shape: ListChannelPlacementGroupsResponse)
|
7191
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7192
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7193
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7194
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7195
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7196
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7197
|
+
o[:pager] = Aws::Pager.new(
|
7198
|
+
limit_key: "max_results",
|
7199
|
+
tokens: {
|
7200
|
+
"next_token" => "next_token"
|
7201
|
+
}
|
7202
|
+
)
|
7203
|
+
end)
|
7204
|
+
|
7205
|
+
api.add_operation(:list_clusters, Seahorse::Model::Operation.new.tap do |o|
|
7206
|
+
o.name = "ListClusters"
|
7207
|
+
o.http_method = "GET"
|
7208
|
+
o.http_request_uri = "/prod/clusters"
|
7209
|
+
o.input = Shapes::ShapeRef.new(shape: ListClustersRequest)
|
7210
|
+
o.output = Shapes::ShapeRef.new(shape: ListClustersResponse)
|
7211
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7212
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7213
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7214
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7215
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7216
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7217
|
+
o[:pager] = Aws::Pager.new(
|
7218
|
+
limit_key: "max_results",
|
7219
|
+
tokens: {
|
7220
|
+
"next_token" => "next_token"
|
7221
|
+
}
|
7222
|
+
)
|
7223
|
+
end)
|
7224
|
+
|
7225
|
+
api.add_operation(:list_networks, Seahorse::Model::Operation.new.tap do |o|
|
7226
|
+
o.name = "ListNetworks"
|
7227
|
+
o.http_method = "GET"
|
7228
|
+
o.http_request_uri = "/prod/networks"
|
7229
|
+
o.input = Shapes::ShapeRef.new(shape: ListNetworksRequest)
|
7230
|
+
o.output = Shapes::ShapeRef.new(shape: ListNetworksResponse)
|
7231
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7232
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7233
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7234
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7235
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7236
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7237
|
+
o[:pager] = Aws::Pager.new(
|
7238
|
+
limit_key: "max_results",
|
7239
|
+
tokens: {
|
7240
|
+
"next_token" => "next_token"
|
7241
|
+
}
|
7242
|
+
)
|
7243
|
+
end)
|
7244
|
+
|
7245
|
+
api.add_operation(:list_nodes, Seahorse::Model::Operation.new.tap do |o|
|
7246
|
+
o.name = "ListNodes"
|
7247
|
+
o.http_method = "GET"
|
7248
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/nodes"
|
7249
|
+
o.input = Shapes::ShapeRef.new(shape: ListNodesRequest)
|
7250
|
+
o.output = Shapes::ShapeRef.new(shape: ListNodesResponse)
|
7251
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7252
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7253
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7254
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7255
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7256
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7257
|
+
o[:pager] = Aws::Pager.new(
|
7258
|
+
limit_key: "max_results",
|
7259
|
+
tokens: {
|
7260
|
+
"next_token" => "next_token"
|
7261
|
+
}
|
7262
|
+
)
|
7263
|
+
end)
|
7264
|
+
|
7265
|
+
api.add_operation(:update_channel_placement_group, Seahorse::Model::Operation.new.tap do |o|
|
7266
|
+
o.name = "UpdateChannelPlacementGroup"
|
7267
|
+
o.http_method = "PUT"
|
7268
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/channelplacementgroups/{channelPlacementGroupId}"
|
7269
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateChannelPlacementGroupRequest)
|
7270
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateChannelPlacementGroupResponse)
|
7271
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7272
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
7273
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7274
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7275
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7276
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7277
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7278
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7279
|
+
end)
|
7280
|
+
|
7281
|
+
api.add_operation(:update_cluster, Seahorse::Model::Operation.new.tap do |o|
|
7282
|
+
o.name = "UpdateCluster"
|
7283
|
+
o.http_method = "PUT"
|
7284
|
+
o.http_request_uri = "/prod/clusters/{clusterId}"
|
7285
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateClusterRequest)
|
7286
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateClusterResponse)
|
7287
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7288
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7289
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7290
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7291
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7292
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7293
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7294
|
+
end)
|
7295
|
+
|
7296
|
+
api.add_operation(:update_network, Seahorse::Model::Operation.new.tap do |o|
|
7297
|
+
o.name = "UpdateNetwork"
|
7298
|
+
o.http_method = "PUT"
|
7299
|
+
o.http_request_uri = "/prod/networks/{networkId}"
|
7300
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNetworkRequest)
|
7301
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateNetworkResponse)
|
7302
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7303
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7304
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7305
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7306
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7307
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7308
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7309
|
+
end)
|
7310
|
+
|
7311
|
+
api.add_operation(:update_node, Seahorse::Model::Operation.new.tap do |o|
|
7312
|
+
o.name = "UpdateNode"
|
7313
|
+
o.http_method = "PUT"
|
7314
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/nodes/{nodeId}"
|
7315
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNodeRequest)
|
7316
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateNodeResponse)
|
7317
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7318
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7319
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7320
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7321
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7322
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7323
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7324
|
+
end)
|
7325
|
+
|
7326
|
+
api.add_operation(:update_node_state, Seahorse::Model::Operation.new.tap do |o|
|
7327
|
+
o.name = "UpdateNodeState"
|
7328
|
+
o.http_method = "PUT"
|
7329
|
+
o.http_request_uri = "/prod/clusters/{clusterId}/nodes/{nodeId}/state"
|
7330
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateNodeStateRequest)
|
7331
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateNodeStateResponse)
|
7332
|
+
o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
|
7333
|
+
o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
|
7334
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
|
7335
|
+
o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
|
7336
|
+
o.errors << Shapes::ShapeRef.new(shape: BadGatewayException)
|
7337
|
+
o.errors << Shapes::ShapeRef.new(shape: GatewayTimeoutException)
|
7338
|
+
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
7339
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
7340
|
+
end)
|
6225
7341
|
end
|
6226
7342
|
|
6227
7343
|
end
|