@aws-sdk/client-mediaconnect 3.316.0 → 3.321.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4274,15 +4274,15 @@ const de___listOfVpcInterface = (output, context) => {
|
|
|
4274
4274
|
const de_Bridge = (output, context) => {
|
|
4275
4275
|
return (0, smithy_client_1.take)(output, {
|
|
4276
4276
|
BridgeArn: [, smithy_client_1.expectString, `bridgeArn`],
|
|
4277
|
-
BridgeMessages: (_) =>
|
|
4277
|
+
BridgeMessages: [, (_) => de___listOfMessageDetail(_, context), `bridgeMessages`],
|
|
4278
4278
|
BridgeState: [, smithy_client_1.expectString, `bridgeState`],
|
|
4279
|
-
EgressGatewayBridge: (_) =>
|
|
4280
|
-
IngressGatewayBridge: (_) =>
|
|
4279
|
+
EgressGatewayBridge: [, (_) => de_EgressGatewayBridge(_, context), `egressGatewayBridge`],
|
|
4280
|
+
IngressGatewayBridge: [, (_) => de_IngressGatewayBridge(_, context), `ingressGatewayBridge`],
|
|
4281
4281
|
Name: [, smithy_client_1.expectString, `name`],
|
|
4282
|
-
Outputs: (_) =>
|
|
4282
|
+
Outputs: [, (_) => de___listOfBridgeOutput(_, context), `outputs`],
|
|
4283
4283
|
PlacementArn: [, smithy_client_1.expectString, `placementArn`],
|
|
4284
|
-
SourceFailoverConfig: (_) =>
|
|
4285
|
-
Sources: (_) =>
|
|
4284
|
+
SourceFailoverConfig: [, (_) => de_FailoverConfig(_, context), `sourceFailoverConfig`],
|
|
4285
|
+
Sources: [, (_) => de___listOfBridgeSource(_, context), `sources`],
|
|
4286
4286
|
});
|
|
4287
4287
|
};
|
|
4288
4288
|
const de_BridgeFlowOutput = (output, context) => {
|
|
@@ -4295,7 +4295,7 @@ const de_BridgeFlowOutput = (output, context) => {
|
|
|
4295
4295
|
const de_BridgeFlowSource = (output, context) => {
|
|
4296
4296
|
return (0, smithy_client_1.take)(output, {
|
|
4297
4297
|
FlowArn: [, smithy_client_1.expectString, `flowArn`],
|
|
4298
|
-
FlowVpcInterfaceAttachment: (_) =>
|
|
4298
|
+
FlowVpcInterfaceAttachment: [, (_) => de_VpcInterfaceAttachment(_, context), `flowVpcInterfaceAttachment`],
|
|
4299
4299
|
Name: [, smithy_client_1.expectString, `name`],
|
|
4300
4300
|
OutputArn: [, smithy_client_1.expectString, `outputArn`],
|
|
4301
4301
|
});
|
|
@@ -4321,21 +4321,21 @@ const de_BridgeNetworkSource = (output, context) => {
|
|
|
4321
4321
|
};
|
|
4322
4322
|
const de_BridgeOutput = (output, context) => {
|
|
4323
4323
|
return (0, smithy_client_1.take)(output, {
|
|
4324
|
-
FlowOutput: (_) =>
|
|
4325
|
-
NetworkOutput: (_) =>
|
|
4324
|
+
FlowOutput: [, (_) => de_BridgeFlowOutput(_, context), `flowOutput`],
|
|
4325
|
+
NetworkOutput: [, (_) => de_BridgeNetworkOutput(_, context), `networkOutput`],
|
|
4326
4326
|
});
|
|
4327
4327
|
};
|
|
4328
4328
|
const de_BridgeSource = (output, context) => {
|
|
4329
4329
|
return (0, smithy_client_1.take)(output, {
|
|
4330
|
-
FlowSource: (_) =>
|
|
4331
|
-
NetworkSource: (_) =>
|
|
4330
|
+
FlowSource: [, (_) => de_BridgeFlowSource(_, context), `flowSource`],
|
|
4331
|
+
NetworkSource: [, (_) => de_BridgeNetworkSource(_, context), `networkSource`],
|
|
4332
4332
|
});
|
|
4333
4333
|
};
|
|
4334
4334
|
const de_DestinationConfiguration = (output, context) => {
|
|
4335
4335
|
return (0, smithy_client_1.take)(output, {
|
|
4336
4336
|
DestinationIp: [, smithy_client_1.expectString, `destinationIp`],
|
|
4337
4337
|
DestinationPort: [, smithy_client_1.expectInt32, `destinationPort`],
|
|
4338
|
-
Interface: (_) =>
|
|
4338
|
+
Interface: [, (_) => de_Interface(_, context), `interface`],
|
|
4339
4339
|
OutboundIp: [, smithy_client_1.expectString, `outboundIp`],
|
|
4340
4340
|
});
|
|
4341
4341
|
};
|
|
@@ -4368,7 +4368,7 @@ const de_Entitlement = (output, context) => {
|
|
|
4368
4368
|
return (0, smithy_client_1.take)(output, {
|
|
4369
4369
|
DataTransferSubscriberFeePercent: [, smithy_client_1.expectInt32, `dataTransferSubscriberFeePercent`],
|
|
4370
4370
|
Description: [, smithy_client_1.expectString, `description`],
|
|
4371
|
-
Encryption: (_) =>
|
|
4371
|
+
Encryption: [, (_) => de_Encryption(_, context), `encryption`],
|
|
4372
4372
|
EntitlementArn: [, smithy_client_1.expectString, `entitlementArn`],
|
|
4373
4373
|
EntitlementStatus: [, smithy_client_1.expectString, `entitlementStatus`],
|
|
4374
4374
|
Name: [, smithy_client_1.expectString, `name`],
|
|
@@ -4379,7 +4379,7 @@ const de_FailoverConfig = (output, context) => {
|
|
|
4379
4379
|
return (0, smithy_client_1.take)(output, {
|
|
4380
4380
|
FailoverMode: [, smithy_client_1.expectString, `failoverMode`],
|
|
4381
4381
|
RecoveryWindow: [, smithy_client_1.expectInt32, `recoveryWindow`],
|
|
4382
|
-
SourcePriority: (_) =>
|
|
4382
|
+
SourcePriority: [, (_) => de_SourcePriority(_, context), `sourcePriority`],
|
|
4383
4383
|
State: [, smithy_client_1.expectString, `state`],
|
|
4384
4384
|
});
|
|
4385
4385
|
};
|
|
@@ -4388,17 +4388,17 @@ const de_Flow = (output, context) => {
|
|
|
4388
4388
|
AvailabilityZone: [, smithy_client_1.expectString, `availabilityZone`],
|
|
4389
4389
|
Description: [, smithy_client_1.expectString, `description`],
|
|
4390
4390
|
EgressIp: [, smithy_client_1.expectString, `egressIp`],
|
|
4391
|
-
Entitlements: (_) =>
|
|
4391
|
+
Entitlements: [, (_) => de___listOfEntitlement(_, context), `entitlements`],
|
|
4392
4392
|
FlowArn: [, smithy_client_1.expectString, `flowArn`],
|
|
4393
|
-
Maintenance: (_) =>
|
|
4394
|
-
MediaStreams: (_) =>
|
|
4393
|
+
Maintenance: [, (_) => de_Maintenance(_, context), `maintenance`],
|
|
4394
|
+
MediaStreams: [, (_) => de___listOfMediaStream(_, context), `mediaStreams`],
|
|
4395
4395
|
Name: [, smithy_client_1.expectString, `name`],
|
|
4396
|
-
Outputs: (_) =>
|
|
4397
|
-
Source: (_) =>
|
|
4398
|
-
SourceFailoverConfig: (_) =>
|
|
4399
|
-
Sources: (_) =>
|
|
4396
|
+
Outputs: [, (_) => de___listOfOutput(_, context), `outputs`],
|
|
4397
|
+
Source: [, (_) => de_Source(_, context), `source`],
|
|
4398
|
+
SourceFailoverConfig: [, (_) => de_FailoverConfig(_, context), `sourceFailoverConfig`],
|
|
4399
|
+
Sources: [, (_) => de___listOfSource(_, context), `sources`],
|
|
4400
4400
|
Status: [, smithy_client_1.expectString, `status`],
|
|
4401
|
-
VpcInterfaces: (_) =>
|
|
4401
|
+
VpcInterfaces: [, (_) => de___listOfVpcInterface(_, context), `vpcInterfaces`],
|
|
4402
4402
|
});
|
|
4403
4403
|
};
|
|
4404
4404
|
const de_Fmtp = (output, context) => {
|
|
@@ -4416,16 +4416,16 @@ const de_Gateway = (output, context) => {
|
|
|
4416
4416
|
return (0, smithy_client_1.take)(output, {
|
|
4417
4417
|
EgressCidrBlocks: [, smithy_client_1._json, `egressCidrBlocks`],
|
|
4418
4418
|
GatewayArn: [, smithy_client_1.expectString, `gatewayArn`],
|
|
4419
|
-
GatewayMessages: (_) =>
|
|
4419
|
+
GatewayMessages: [, (_) => de___listOfMessageDetail(_, context), `gatewayMessages`],
|
|
4420
4420
|
GatewayState: [, smithy_client_1.expectString, `gatewayState`],
|
|
4421
4421
|
Name: [, smithy_client_1.expectString, `name`],
|
|
4422
|
-
Networks: (_) =>
|
|
4422
|
+
Networks: [, (_) => de___listOfGatewayNetwork(_, context), `networks`],
|
|
4423
4423
|
});
|
|
4424
4424
|
};
|
|
4425
4425
|
const de_GatewayBridgeSource = (output, context) => {
|
|
4426
4426
|
return (0, smithy_client_1.take)(output, {
|
|
4427
4427
|
BridgeArn: [, smithy_client_1.expectString, `bridgeArn`],
|
|
4428
|
-
VpcInterfaceAttachment: (_) =>
|
|
4428
|
+
VpcInterfaceAttachment: [, (_) => de_VpcInterfaceAttachment(_, context), `vpcInterfaceAttachment`],
|
|
4429
4429
|
});
|
|
4430
4430
|
};
|
|
4431
4431
|
const de_GatewayInstance = (output, context) => {
|
|
@@ -4435,7 +4435,7 @@ const de_GatewayInstance = (output, context) => {
|
|
|
4435
4435
|
GatewayArn: [, smithy_client_1.expectString, `gatewayArn`],
|
|
4436
4436
|
GatewayInstanceArn: [, smithy_client_1.expectString, `gatewayInstanceArn`],
|
|
4437
4437
|
InstanceId: [, smithy_client_1.expectString, `instanceId`],
|
|
4438
|
-
InstanceMessages: (_) =>
|
|
4438
|
+
InstanceMessages: [, (_) => de___listOfMessageDetail(_, context), `instanceMessages`],
|
|
4439
4439
|
InstanceState: [, smithy_client_1.expectString, `instanceState`],
|
|
4440
4440
|
RunningBridgeCount: [, smithy_client_1.expectInt32, `runningBridgeCount`],
|
|
4441
4441
|
});
|
|
@@ -4457,7 +4457,7 @@ const de_InputConfiguration = (output, context) => {
|
|
|
4457
4457
|
return (0, smithy_client_1.take)(output, {
|
|
4458
4458
|
InputIp: [, smithy_client_1.expectString, `inputIp`],
|
|
4459
4459
|
InputPort: [, smithy_client_1.expectInt32, `inputPort`],
|
|
4460
|
-
Interface: (_) =>
|
|
4460
|
+
Interface: [, (_) => de_Interface(_, context), `interface`],
|
|
4461
4461
|
});
|
|
4462
4462
|
};
|
|
4463
4463
|
const de_Interface = (output, context) => {
|
|
@@ -4486,7 +4486,7 @@ const de_ListedFlow = (output, context) => {
|
|
|
4486
4486
|
AvailabilityZone: [, smithy_client_1.expectString, `availabilityZone`],
|
|
4487
4487
|
Description: [, smithy_client_1.expectString, `description`],
|
|
4488
4488
|
FlowArn: [, smithy_client_1.expectString, `flowArn`],
|
|
4489
|
-
Maintenance: (_) =>
|
|
4489
|
+
Maintenance: [, (_) => de_Maintenance(_, context), `maintenance`],
|
|
4490
4490
|
Name: [, smithy_client_1.expectString, `name`],
|
|
4491
4491
|
SourceType: [, smithy_client_1.expectString, `sourceType`],
|
|
4492
4492
|
Status: [, smithy_client_1.expectString, `status`],
|
|
@@ -4517,7 +4517,7 @@ const de_Maintenance = (output, context) => {
|
|
|
4517
4517
|
};
|
|
4518
4518
|
const de_MediaStream = (output, context) => {
|
|
4519
4519
|
return (0, smithy_client_1.take)(output, {
|
|
4520
|
-
Attributes: (_) =>
|
|
4520
|
+
Attributes: [, (_) => de_MediaStreamAttributes(_, context), `attributes`],
|
|
4521
4521
|
ClockRate: [, smithy_client_1.expectInt32, `clockRate`],
|
|
4522
4522
|
Description: [, smithy_client_1.expectString, `description`],
|
|
4523
4523
|
Fmt: [, smithy_client_1.expectInt32, `fmt`],
|
|
@@ -4529,22 +4529,26 @@ const de_MediaStream = (output, context) => {
|
|
|
4529
4529
|
};
|
|
4530
4530
|
const de_MediaStreamAttributes = (output, context) => {
|
|
4531
4531
|
return (0, smithy_client_1.take)(output, {
|
|
4532
|
-
Fmtp: (_) =>
|
|
4532
|
+
Fmtp: [, (_) => de_Fmtp(_, context), `fmtp`],
|
|
4533
4533
|
Lang: [, smithy_client_1.expectString, `lang`],
|
|
4534
4534
|
});
|
|
4535
4535
|
};
|
|
4536
4536
|
const de_MediaStreamOutputConfiguration = (output, context) => {
|
|
4537
4537
|
return (0, smithy_client_1.take)(output, {
|
|
4538
|
-
DestinationConfigurations:
|
|
4538
|
+
DestinationConfigurations: [
|
|
4539
|
+
,
|
|
4540
|
+
(_) => de___listOfDestinationConfiguration(_, context),
|
|
4541
|
+
`destinationConfigurations`,
|
|
4542
|
+
],
|
|
4539
4543
|
EncodingName: [, smithy_client_1.expectString, `encodingName`],
|
|
4540
|
-
EncodingParameters: (_) =>
|
|
4544
|
+
EncodingParameters: [, (_) => de_EncodingParameters(_, context), `encodingParameters`],
|
|
4541
4545
|
MediaStreamName: [, smithy_client_1.expectString, `mediaStreamName`],
|
|
4542
4546
|
});
|
|
4543
4547
|
};
|
|
4544
4548
|
const de_MediaStreamSourceConfiguration = (output, context) => {
|
|
4545
4549
|
return (0, smithy_client_1.take)(output, {
|
|
4546
4550
|
EncodingName: [, smithy_client_1.expectString, `encodingName`],
|
|
4547
|
-
InputConfigurations: (_) =>
|
|
4551
|
+
InputConfigurations: [, (_) => de___listOfInputConfiguration(_, context), `inputConfigurations`],
|
|
4548
4552
|
MediaStreamName: [, smithy_client_1.expectString, `mediaStreamName`],
|
|
4549
4553
|
});
|
|
4550
4554
|
};
|
|
@@ -4569,7 +4573,7 @@ const de_Offering = (output, context) => {
|
|
|
4569
4573
|
OfferingDescription: [, smithy_client_1.expectString, `offeringDescription`],
|
|
4570
4574
|
PricePerUnit: [, smithy_client_1.expectString, `pricePerUnit`],
|
|
4571
4575
|
PriceUnits: [, smithy_client_1.expectString, `priceUnits`],
|
|
4572
|
-
ResourceSpecification: (_) =>
|
|
4576
|
+
ResourceSpecification: [, (_) => de_ResourceSpecification(_, context), `resourceSpecification`],
|
|
4573
4577
|
});
|
|
4574
4578
|
};
|
|
4575
4579
|
const de_Output = (output, context) => {
|
|
@@ -4579,20 +4583,20 @@ const de_Output = (output, context) => {
|
|
|
4579
4583
|
DataTransferSubscriberFeePercent: [, smithy_client_1.expectInt32, `dataTransferSubscriberFeePercent`],
|
|
4580
4584
|
Description: [, smithy_client_1.expectString, `description`],
|
|
4581
4585
|
Destination: [, smithy_client_1.expectString, `destination`],
|
|
4582
|
-
Encryption: (_) =>
|
|
4586
|
+
Encryption: [, (_) => de_Encryption(_, context), `encryption`],
|
|
4583
4587
|
EntitlementArn: [, smithy_client_1.expectString, `entitlementArn`],
|
|
4584
4588
|
ListenerAddress: [, smithy_client_1.expectString, `listenerAddress`],
|
|
4585
4589
|
MediaLiveInputArn: [, smithy_client_1.expectString, `mediaLiveInputArn`],
|
|
4586
|
-
MediaStreamOutputConfigurations:
|
|
4590
|
+
MediaStreamOutputConfigurations: [
|
|
4587
4591
|
,
|
|
4588
|
-
de___listOfMediaStreamOutputConfiguration(_, context),
|
|
4592
|
+
(_) => de___listOfMediaStreamOutputConfiguration(_, context),
|
|
4589
4593
|
`mediaStreamOutputConfigurations`,
|
|
4590
4594
|
],
|
|
4591
4595
|
Name: [, smithy_client_1.expectString, `name`],
|
|
4592
4596
|
OutputArn: [, smithy_client_1.expectString, `outputArn`],
|
|
4593
4597
|
Port: [, smithy_client_1.expectInt32, `port`],
|
|
4594
|
-
Transport: (_) =>
|
|
4595
|
-
VpcInterfaceAttachment: (_) =>
|
|
4598
|
+
Transport: [, (_) => de_Transport(_, context), `transport`],
|
|
4599
|
+
VpcInterfaceAttachment: [, (_) => de_VpcInterfaceAttachment(_, context), `vpcInterfaceAttachment`],
|
|
4596
4600
|
});
|
|
4597
4601
|
};
|
|
4598
4602
|
const de_Reservation = (output, context) => {
|
|
@@ -4608,7 +4612,7 @@ const de_Reservation = (output, context) => {
|
|
|
4608
4612
|
ReservationArn: [, smithy_client_1.expectString, `reservationArn`],
|
|
4609
4613
|
ReservationName: [, smithy_client_1.expectString, `reservationName`],
|
|
4610
4614
|
ReservationState: [, smithy_client_1.expectString, `reservationState`],
|
|
4611
|
-
ResourceSpecification: (_) =>
|
|
4615
|
+
ResourceSpecification: [, (_) => de_ResourceSpecification(_, context), `resourceSpecification`],
|
|
4612
4616
|
Start: [, smithy_client_1.expectString, `start`],
|
|
4613
4617
|
});
|
|
4614
4618
|
};
|
|
@@ -4621,22 +4625,22 @@ const de_ResourceSpecification = (output, context) => {
|
|
|
4621
4625
|
const de_Source = (output, context) => {
|
|
4622
4626
|
return (0, smithy_client_1.take)(output, {
|
|
4623
4627
|
DataTransferSubscriberFeePercent: [, smithy_client_1.expectInt32, `dataTransferSubscriberFeePercent`],
|
|
4624
|
-
Decryption: (_) =>
|
|
4628
|
+
Decryption: [, (_) => de_Encryption(_, context), `decryption`],
|
|
4625
4629
|
Description: [, smithy_client_1.expectString, `description`],
|
|
4626
4630
|
EntitlementArn: [, smithy_client_1.expectString, `entitlementArn`],
|
|
4627
|
-
GatewayBridgeSource: (_) =>
|
|
4631
|
+
GatewayBridgeSource: [, (_) => de_GatewayBridgeSource(_, context), `gatewayBridgeSource`],
|
|
4628
4632
|
IngestIp: [, smithy_client_1.expectString, `ingestIp`],
|
|
4629
4633
|
IngestPort: [, smithy_client_1.expectInt32, `ingestPort`],
|
|
4630
|
-
MediaStreamSourceConfigurations:
|
|
4634
|
+
MediaStreamSourceConfigurations: [
|
|
4631
4635
|
,
|
|
4632
|
-
de___listOfMediaStreamSourceConfiguration(_, context),
|
|
4636
|
+
(_) => de___listOfMediaStreamSourceConfiguration(_, context),
|
|
4633
4637
|
`mediaStreamSourceConfigurations`,
|
|
4634
4638
|
],
|
|
4635
4639
|
Name: [, smithy_client_1.expectString, `name`],
|
|
4636
4640
|
SenderControlPort: [, smithy_client_1.expectInt32, `senderControlPort`],
|
|
4637
4641
|
SenderIpAddress: [, smithy_client_1.expectString, `senderIpAddress`],
|
|
4638
4642
|
SourceArn: [, smithy_client_1.expectString, `sourceArn`],
|
|
4639
|
-
Transport: (_) =>
|
|
4643
|
+
Transport: [, (_) => de_Transport(_, context), `transport`],
|
|
4640
4644
|
VpcInterfaceName: [, smithy_client_1.expectString, `vpcInterfaceName`],
|
|
4641
4645
|
WhitelistCidr: [, smithy_client_1.expectString, `whitelistCidr`],
|
|
4642
4646
|
});
|
|
@@ -4170,15 +4170,15 @@ const de___listOfVpcInterface = (output, context) => {
|
|
|
4170
4170
|
const de_Bridge = (output, context) => {
|
|
4171
4171
|
return take(output, {
|
|
4172
4172
|
BridgeArn: [, __expectString, `bridgeArn`],
|
|
4173
|
-
BridgeMessages: (_) =>
|
|
4173
|
+
BridgeMessages: [, (_) => de___listOfMessageDetail(_, context), `bridgeMessages`],
|
|
4174
4174
|
BridgeState: [, __expectString, `bridgeState`],
|
|
4175
|
-
EgressGatewayBridge: (_) =>
|
|
4176
|
-
IngressGatewayBridge: (_) =>
|
|
4175
|
+
EgressGatewayBridge: [, (_) => de_EgressGatewayBridge(_, context), `egressGatewayBridge`],
|
|
4176
|
+
IngressGatewayBridge: [, (_) => de_IngressGatewayBridge(_, context), `ingressGatewayBridge`],
|
|
4177
4177
|
Name: [, __expectString, `name`],
|
|
4178
|
-
Outputs: (_) =>
|
|
4178
|
+
Outputs: [, (_) => de___listOfBridgeOutput(_, context), `outputs`],
|
|
4179
4179
|
PlacementArn: [, __expectString, `placementArn`],
|
|
4180
|
-
SourceFailoverConfig: (_) =>
|
|
4181
|
-
Sources: (_) =>
|
|
4180
|
+
SourceFailoverConfig: [, (_) => de_FailoverConfig(_, context), `sourceFailoverConfig`],
|
|
4181
|
+
Sources: [, (_) => de___listOfBridgeSource(_, context), `sources`],
|
|
4182
4182
|
});
|
|
4183
4183
|
};
|
|
4184
4184
|
const de_BridgeFlowOutput = (output, context) => {
|
|
@@ -4191,7 +4191,7 @@ const de_BridgeFlowOutput = (output, context) => {
|
|
|
4191
4191
|
const de_BridgeFlowSource = (output, context) => {
|
|
4192
4192
|
return take(output, {
|
|
4193
4193
|
FlowArn: [, __expectString, `flowArn`],
|
|
4194
|
-
FlowVpcInterfaceAttachment: (_) =>
|
|
4194
|
+
FlowVpcInterfaceAttachment: [, (_) => de_VpcInterfaceAttachment(_, context), `flowVpcInterfaceAttachment`],
|
|
4195
4195
|
Name: [, __expectString, `name`],
|
|
4196
4196
|
OutputArn: [, __expectString, `outputArn`],
|
|
4197
4197
|
});
|
|
@@ -4217,21 +4217,21 @@ const de_BridgeNetworkSource = (output, context) => {
|
|
|
4217
4217
|
};
|
|
4218
4218
|
const de_BridgeOutput = (output, context) => {
|
|
4219
4219
|
return take(output, {
|
|
4220
|
-
FlowOutput: (_) =>
|
|
4221
|
-
NetworkOutput: (_) =>
|
|
4220
|
+
FlowOutput: [, (_) => de_BridgeFlowOutput(_, context), `flowOutput`],
|
|
4221
|
+
NetworkOutput: [, (_) => de_BridgeNetworkOutput(_, context), `networkOutput`],
|
|
4222
4222
|
});
|
|
4223
4223
|
};
|
|
4224
4224
|
const de_BridgeSource = (output, context) => {
|
|
4225
4225
|
return take(output, {
|
|
4226
|
-
FlowSource: (_) =>
|
|
4227
|
-
NetworkSource: (_) =>
|
|
4226
|
+
FlowSource: [, (_) => de_BridgeFlowSource(_, context), `flowSource`],
|
|
4227
|
+
NetworkSource: [, (_) => de_BridgeNetworkSource(_, context), `networkSource`],
|
|
4228
4228
|
});
|
|
4229
4229
|
};
|
|
4230
4230
|
const de_DestinationConfiguration = (output, context) => {
|
|
4231
4231
|
return take(output, {
|
|
4232
4232
|
DestinationIp: [, __expectString, `destinationIp`],
|
|
4233
4233
|
DestinationPort: [, __expectInt32, `destinationPort`],
|
|
4234
|
-
Interface: (_) =>
|
|
4234
|
+
Interface: [, (_) => de_Interface(_, context), `interface`],
|
|
4235
4235
|
OutboundIp: [, __expectString, `outboundIp`],
|
|
4236
4236
|
});
|
|
4237
4237
|
};
|
|
@@ -4264,7 +4264,7 @@ const de_Entitlement = (output, context) => {
|
|
|
4264
4264
|
return take(output, {
|
|
4265
4265
|
DataTransferSubscriberFeePercent: [, __expectInt32, `dataTransferSubscriberFeePercent`],
|
|
4266
4266
|
Description: [, __expectString, `description`],
|
|
4267
|
-
Encryption: (_) =>
|
|
4267
|
+
Encryption: [, (_) => de_Encryption(_, context), `encryption`],
|
|
4268
4268
|
EntitlementArn: [, __expectString, `entitlementArn`],
|
|
4269
4269
|
EntitlementStatus: [, __expectString, `entitlementStatus`],
|
|
4270
4270
|
Name: [, __expectString, `name`],
|
|
@@ -4275,7 +4275,7 @@ const de_FailoverConfig = (output, context) => {
|
|
|
4275
4275
|
return take(output, {
|
|
4276
4276
|
FailoverMode: [, __expectString, `failoverMode`],
|
|
4277
4277
|
RecoveryWindow: [, __expectInt32, `recoveryWindow`],
|
|
4278
|
-
SourcePriority: (_) =>
|
|
4278
|
+
SourcePriority: [, (_) => de_SourcePriority(_, context), `sourcePriority`],
|
|
4279
4279
|
State: [, __expectString, `state`],
|
|
4280
4280
|
});
|
|
4281
4281
|
};
|
|
@@ -4284,17 +4284,17 @@ const de_Flow = (output, context) => {
|
|
|
4284
4284
|
AvailabilityZone: [, __expectString, `availabilityZone`],
|
|
4285
4285
|
Description: [, __expectString, `description`],
|
|
4286
4286
|
EgressIp: [, __expectString, `egressIp`],
|
|
4287
|
-
Entitlements: (_) =>
|
|
4287
|
+
Entitlements: [, (_) => de___listOfEntitlement(_, context), `entitlements`],
|
|
4288
4288
|
FlowArn: [, __expectString, `flowArn`],
|
|
4289
|
-
Maintenance: (_) =>
|
|
4290
|
-
MediaStreams: (_) =>
|
|
4289
|
+
Maintenance: [, (_) => de_Maintenance(_, context), `maintenance`],
|
|
4290
|
+
MediaStreams: [, (_) => de___listOfMediaStream(_, context), `mediaStreams`],
|
|
4291
4291
|
Name: [, __expectString, `name`],
|
|
4292
|
-
Outputs: (_) =>
|
|
4293
|
-
Source: (_) =>
|
|
4294
|
-
SourceFailoverConfig: (_) =>
|
|
4295
|
-
Sources: (_) =>
|
|
4292
|
+
Outputs: [, (_) => de___listOfOutput(_, context), `outputs`],
|
|
4293
|
+
Source: [, (_) => de_Source(_, context), `source`],
|
|
4294
|
+
SourceFailoverConfig: [, (_) => de_FailoverConfig(_, context), `sourceFailoverConfig`],
|
|
4295
|
+
Sources: [, (_) => de___listOfSource(_, context), `sources`],
|
|
4296
4296
|
Status: [, __expectString, `status`],
|
|
4297
|
-
VpcInterfaces: (_) =>
|
|
4297
|
+
VpcInterfaces: [, (_) => de___listOfVpcInterface(_, context), `vpcInterfaces`],
|
|
4298
4298
|
});
|
|
4299
4299
|
};
|
|
4300
4300
|
const de_Fmtp = (output, context) => {
|
|
@@ -4312,16 +4312,16 @@ const de_Gateway = (output, context) => {
|
|
|
4312
4312
|
return take(output, {
|
|
4313
4313
|
EgressCidrBlocks: [, _json, `egressCidrBlocks`],
|
|
4314
4314
|
GatewayArn: [, __expectString, `gatewayArn`],
|
|
4315
|
-
GatewayMessages: (_) =>
|
|
4315
|
+
GatewayMessages: [, (_) => de___listOfMessageDetail(_, context), `gatewayMessages`],
|
|
4316
4316
|
GatewayState: [, __expectString, `gatewayState`],
|
|
4317
4317
|
Name: [, __expectString, `name`],
|
|
4318
|
-
Networks: (_) =>
|
|
4318
|
+
Networks: [, (_) => de___listOfGatewayNetwork(_, context), `networks`],
|
|
4319
4319
|
});
|
|
4320
4320
|
};
|
|
4321
4321
|
const de_GatewayBridgeSource = (output, context) => {
|
|
4322
4322
|
return take(output, {
|
|
4323
4323
|
BridgeArn: [, __expectString, `bridgeArn`],
|
|
4324
|
-
VpcInterfaceAttachment: (_) =>
|
|
4324
|
+
VpcInterfaceAttachment: [, (_) => de_VpcInterfaceAttachment(_, context), `vpcInterfaceAttachment`],
|
|
4325
4325
|
});
|
|
4326
4326
|
};
|
|
4327
4327
|
const de_GatewayInstance = (output, context) => {
|
|
@@ -4331,7 +4331,7 @@ const de_GatewayInstance = (output, context) => {
|
|
|
4331
4331
|
GatewayArn: [, __expectString, `gatewayArn`],
|
|
4332
4332
|
GatewayInstanceArn: [, __expectString, `gatewayInstanceArn`],
|
|
4333
4333
|
InstanceId: [, __expectString, `instanceId`],
|
|
4334
|
-
InstanceMessages: (_) =>
|
|
4334
|
+
InstanceMessages: [, (_) => de___listOfMessageDetail(_, context), `instanceMessages`],
|
|
4335
4335
|
InstanceState: [, __expectString, `instanceState`],
|
|
4336
4336
|
RunningBridgeCount: [, __expectInt32, `runningBridgeCount`],
|
|
4337
4337
|
});
|
|
@@ -4353,7 +4353,7 @@ const de_InputConfiguration = (output, context) => {
|
|
|
4353
4353
|
return take(output, {
|
|
4354
4354
|
InputIp: [, __expectString, `inputIp`],
|
|
4355
4355
|
InputPort: [, __expectInt32, `inputPort`],
|
|
4356
|
-
Interface: (_) =>
|
|
4356
|
+
Interface: [, (_) => de_Interface(_, context), `interface`],
|
|
4357
4357
|
});
|
|
4358
4358
|
};
|
|
4359
4359
|
const de_Interface = (output, context) => {
|
|
@@ -4382,7 +4382,7 @@ const de_ListedFlow = (output, context) => {
|
|
|
4382
4382
|
AvailabilityZone: [, __expectString, `availabilityZone`],
|
|
4383
4383
|
Description: [, __expectString, `description`],
|
|
4384
4384
|
FlowArn: [, __expectString, `flowArn`],
|
|
4385
|
-
Maintenance: (_) =>
|
|
4385
|
+
Maintenance: [, (_) => de_Maintenance(_, context), `maintenance`],
|
|
4386
4386
|
Name: [, __expectString, `name`],
|
|
4387
4387
|
SourceType: [, __expectString, `sourceType`],
|
|
4388
4388
|
Status: [, __expectString, `status`],
|
|
@@ -4413,7 +4413,7 @@ const de_Maintenance = (output, context) => {
|
|
|
4413
4413
|
};
|
|
4414
4414
|
const de_MediaStream = (output, context) => {
|
|
4415
4415
|
return take(output, {
|
|
4416
|
-
Attributes: (_) =>
|
|
4416
|
+
Attributes: [, (_) => de_MediaStreamAttributes(_, context), `attributes`],
|
|
4417
4417
|
ClockRate: [, __expectInt32, `clockRate`],
|
|
4418
4418
|
Description: [, __expectString, `description`],
|
|
4419
4419
|
Fmt: [, __expectInt32, `fmt`],
|
|
@@ -4425,22 +4425,26 @@ const de_MediaStream = (output, context) => {
|
|
|
4425
4425
|
};
|
|
4426
4426
|
const de_MediaStreamAttributes = (output, context) => {
|
|
4427
4427
|
return take(output, {
|
|
4428
|
-
Fmtp: (_) =>
|
|
4428
|
+
Fmtp: [, (_) => de_Fmtp(_, context), `fmtp`],
|
|
4429
4429
|
Lang: [, __expectString, `lang`],
|
|
4430
4430
|
});
|
|
4431
4431
|
};
|
|
4432
4432
|
const de_MediaStreamOutputConfiguration = (output, context) => {
|
|
4433
4433
|
return take(output, {
|
|
4434
|
-
DestinationConfigurations:
|
|
4434
|
+
DestinationConfigurations: [
|
|
4435
|
+
,
|
|
4436
|
+
(_) => de___listOfDestinationConfiguration(_, context),
|
|
4437
|
+
`destinationConfigurations`,
|
|
4438
|
+
],
|
|
4435
4439
|
EncodingName: [, __expectString, `encodingName`],
|
|
4436
|
-
EncodingParameters: (_) =>
|
|
4440
|
+
EncodingParameters: [, (_) => de_EncodingParameters(_, context), `encodingParameters`],
|
|
4437
4441
|
MediaStreamName: [, __expectString, `mediaStreamName`],
|
|
4438
4442
|
});
|
|
4439
4443
|
};
|
|
4440
4444
|
const de_MediaStreamSourceConfiguration = (output, context) => {
|
|
4441
4445
|
return take(output, {
|
|
4442
4446
|
EncodingName: [, __expectString, `encodingName`],
|
|
4443
|
-
InputConfigurations: (_) =>
|
|
4447
|
+
InputConfigurations: [, (_) => de___listOfInputConfiguration(_, context), `inputConfigurations`],
|
|
4444
4448
|
MediaStreamName: [, __expectString, `mediaStreamName`],
|
|
4445
4449
|
});
|
|
4446
4450
|
};
|
|
@@ -4465,7 +4469,7 @@ const de_Offering = (output, context) => {
|
|
|
4465
4469
|
OfferingDescription: [, __expectString, `offeringDescription`],
|
|
4466
4470
|
PricePerUnit: [, __expectString, `pricePerUnit`],
|
|
4467
4471
|
PriceUnits: [, __expectString, `priceUnits`],
|
|
4468
|
-
ResourceSpecification: (_) =>
|
|
4472
|
+
ResourceSpecification: [, (_) => de_ResourceSpecification(_, context), `resourceSpecification`],
|
|
4469
4473
|
});
|
|
4470
4474
|
};
|
|
4471
4475
|
const de_Output = (output, context) => {
|
|
@@ -4475,20 +4479,20 @@ const de_Output = (output, context) => {
|
|
|
4475
4479
|
DataTransferSubscriberFeePercent: [, __expectInt32, `dataTransferSubscriberFeePercent`],
|
|
4476
4480
|
Description: [, __expectString, `description`],
|
|
4477
4481
|
Destination: [, __expectString, `destination`],
|
|
4478
|
-
Encryption: (_) =>
|
|
4482
|
+
Encryption: [, (_) => de_Encryption(_, context), `encryption`],
|
|
4479
4483
|
EntitlementArn: [, __expectString, `entitlementArn`],
|
|
4480
4484
|
ListenerAddress: [, __expectString, `listenerAddress`],
|
|
4481
4485
|
MediaLiveInputArn: [, __expectString, `mediaLiveInputArn`],
|
|
4482
|
-
MediaStreamOutputConfigurations:
|
|
4486
|
+
MediaStreamOutputConfigurations: [
|
|
4483
4487
|
,
|
|
4484
|
-
de___listOfMediaStreamOutputConfiguration(_, context),
|
|
4488
|
+
(_) => de___listOfMediaStreamOutputConfiguration(_, context),
|
|
4485
4489
|
`mediaStreamOutputConfigurations`,
|
|
4486
4490
|
],
|
|
4487
4491
|
Name: [, __expectString, `name`],
|
|
4488
4492
|
OutputArn: [, __expectString, `outputArn`],
|
|
4489
4493
|
Port: [, __expectInt32, `port`],
|
|
4490
|
-
Transport: (_) =>
|
|
4491
|
-
VpcInterfaceAttachment: (_) =>
|
|
4494
|
+
Transport: [, (_) => de_Transport(_, context), `transport`],
|
|
4495
|
+
VpcInterfaceAttachment: [, (_) => de_VpcInterfaceAttachment(_, context), `vpcInterfaceAttachment`],
|
|
4492
4496
|
});
|
|
4493
4497
|
};
|
|
4494
4498
|
const de_Reservation = (output, context) => {
|
|
@@ -4504,7 +4508,7 @@ const de_Reservation = (output, context) => {
|
|
|
4504
4508
|
ReservationArn: [, __expectString, `reservationArn`],
|
|
4505
4509
|
ReservationName: [, __expectString, `reservationName`],
|
|
4506
4510
|
ReservationState: [, __expectString, `reservationState`],
|
|
4507
|
-
ResourceSpecification: (_) =>
|
|
4511
|
+
ResourceSpecification: [, (_) => de_ResourceSpecification(_, context), `resourceSpecification`],
|
|
4508
4512
|
Start: [, __expectString, `start`],
|
|
4509
4513
|
});
|
|
4510
4514
|
};
|
|
@@ -4517,22 +4521,22 @@ const de_ResourceSpecification = (output, context) => {
|
|
|
4517
4521
|
const de_Source = (output, context) => {
|
|
4518
4522
|
return take(output, {
|
|
4519
4523
|
DataTransferSubscriberFeePercent: [, __expectInt32, `dataTransferSubscriberFeePercent`],
|
|
4520
|
-
Decryption: (_) =>
|
|
4524
|
+
Decryption: [, (_) => de_Encryption(_, context), `decryption`],
|
|
4521
4525
|
Description: [, __expectString, `description`],
|
|
4522
4526
|
EntitlementArn: [, __expectString, `entitlementArn`],
|
|
4523
|
-
GatewayBridgeSource: (_) =>
|
|
4527
|
+
GatewayBridgeSource: [, (_) => de_GatewayBridgeSource(_, context), `gatewayBridgeSource`],
|
|
4524
4528
|
IngestIp: [, __expectString, `ingestIp`],
|
|
4525
4529
|
IngestPort: [, __expectInt32, `ingestPort`],
|
|
4526
|
-
MediaStreamSourceConfigurations:
|
|
4530
|
+
MediaStreamSourceConfigurations: [
|
|
4527
4531
|
,
|
|
4528
|
-
de___listOfMediaStreamSourceConfiguration(_, context),
|
|
4532
|
+
(_) => de___listOfMediaStreamSourceConfiguration(_, context),
|
|
4529
4533
|
`mediaStreamSourceConfigurations`,
|
|
4530
4534
|
],
|
|
4531
4535
|
Name: [, __expectString, `name`],
|
|
4532
4536
|
SenderControlPort: [, __expectInt32, `senderControlPort`],
|
|
4533
4537
|
SenderIpAddress: [, __expectString, `senderIpAddress`],
|
|
4534
4538
|
SourceArn: [, __expectString, `sourceArn`],
|
|
4535
|
-
Transport: (_) =>
|
|
4539
|
+
Transport: [, (_) => de_Transport(_, context), `transport`],
|
|
4536
4540
|
VpcInterfaceName: [, __expectString, `vpcInterfaceName`],
|
|
4537
4541
|
WhitelistCidr: [, __expectString, `whitelistCidr`],
|
|
4538
4542
|
});
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediaconnect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Mediaconnect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.321.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.321.1",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.321.1",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
37
|
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.319.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.321.1",
|
|
42
42
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
43
|
"@aws-sdk/smithy-client": "3.316.0",
|
|
44
44
|
"@aws-sdk/types": "3.310.0",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-defaults-mode-browser": "3.316.0",
|
|
50
50
|
"@aws-sdk/util-defaults-mode-node": "3.316.0",
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.319.0",
|
|
52
52
|
"@aws-sdk/util-retry": "3.310.0",
|
|
53
53
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-node": "3.310.0",
|