aws-sdk-mediaconnect 1.81.0 → 1.82.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b87582e1c2539bc336a2056400ac84dc9bb2999b8aeb400074f9bf1b1e282bbd
4
- data.tar.gz: f0c895ae392b03d7578c601ea147a982f3ab613d619dd40b3512f002dc05b593
3
+ metadata.gz: 4484c8102724b50b0a2d40ee1ce5c879f8354ffbf7805356dfb2ede016d6cd3f
4
+ data.tar.gz: 9ffacfe215f6a80f259d0408bcfa13358afdb451ac1d703f721f16eb53a2bc21
5
5
  SHA512:
6
- metadata.gz: 329cda5717ba21684102b83d9fa5fdc1ae084179769d7128f68ffd107b4514397d857d8e7500ec733f314af553d1452254f276c79ff7e752c292535e7b8b516d
7
- data.tar.gz: b6c86b9d7514deb3d26e2b4ab2f0070e6645e72ad3b2a18f247c9f49fcc09894b6bc88ee71c4a5dea2ab8b39dfe10034755fb816974a97e071db251c5a3d1320
6
+ metadata.gz: 46888a7aedd5a615171ba43683bfd6bb889024eff3cd7c8c171d75bfe797da84ae05a832aaa2a7d65bc80b2a9598158c5399726a7dc2c82e195d8e3a850d91d0
7
+ data.tar.gz: a78301e423f20b36032b8dbbe46f92294e628f168de09ecef7bf22a6b58384484c92c10f24d8b96a1336b41bc99dc73069d51352e53d5ef479c832eec2e8dd68
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2025-06-04)
5
+ ------------------
6
+
7
+ * Feature - This release updates the DescribeFlow API to show peer IP addresses. You can now identify the peer IP addresses of devices connected to your sources and outputs. This helps you to verify and troubleshoot your flow's active connections.
8
+
4
9
  1.81.0 (2025-06-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -785,6 +785,7 @@ module Aws::MediaConnect
785
785
  # resp.outputs[0].bridge_ports #=> Array
786
786
  # resp.outputs[0].bridge_ports[0] #=> Integer
787
787
  # resp.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
788
+ # resp.outputs[0].peer_ip_address #=> String
788
789
  #
789
790
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddFlowOutputs AWS API Documentation
790
791
  #
@@ -914,6 +915,7 @@ module Aws::MediaConnect
914
915
  # resp.sources[0].whitelist_cidr #=> String
915
916
  # resp.sources[0].gateway_bridge_source.bridge_arn #=> String
916
917
  # resp.sources[0].gateway_bridge_source.vpc_interface_attachment.vpc_interface_name #=> String
918
+ # resp.sources[0].peer_ip_address #=> String
917
919
  #
918
920
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddFlowSources AWS API Documentation
919
921
  #
@@ -1509,6 +1511,7 @@ module Aws::MediaConnect
1509
1511
  # resp.flow.outputs[0].bridge_ports #=> Array
1510
1512
  # resp.flow.outputs[0].bridge_ports[0] #=> Integer
1511
1513
  # resp.flow.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
1514
+ # resp.flow.outputs[0].peer_ip_address #=> String
1512
1515
  # resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
1513
1516
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1514
1517
  # resp.flow.source.decryption.constant_initialization_vector #=> String
@@ -1554,6 +1557,7 @@ module Aws::MediaConnect
1554
1557
  # resp.flow.source.whitelist_cidr #=> String
1555
1558
  # resp.flow.source.gateway_bridge_source.bridge_arn #=> String
1556
1559
  # resp.flow.source.gateway_bridge_source.vpc_interface_attachment.vpc_interface_name #=> String
1560
+ # resp.flow.source.peer_ip_address #=> String
1557
1561
  # resp.flow.source_failover_config.failover_mode #=> String, one of "MERGE", "FAILOVER"
1558
1562
  # resp.flow.source_failover_config.recovery_window #=> Integer
1559
1563
  # resp.flow.source_failover_config.source_priority.primary_source #=> String
@@ -1604,6 +1608,7 @@ module Aws::MediaConnect
1604
1608
  # resp.flow.sources[0].whitelist_cidr #=> String
1605
1609
  # resp.flow.sources[0].gateway_bridge_source.bridge_arn #=> String
1606
1610
  # resp.flow.sources[0].gateway_bridge_source.vpc_interface_attachment.vpc_interface_name #=> String
1611
+ # resp.flow.sources[0].peer_ip_address #=> String
1607
1612
  # resp.flow.status #=> String, one of "STANDBY", "ACTIVE", "UPDATING", "DELETING", "STARTING", "STOPPING", "ERROR"
1608
1613
  # resp.flow.vpc_interfaces #=> Array
1609
1614
  # resp.flow.vpc_interfaces[0].name #=> String
@@ -2003,6 +2008,7 @@ module Aws::MediaConnect
2003
2008
  # resp.flow.outputs[0].bridge_ports #=> Array
2004
2009
  # resp.flow.outputs[0].bridge_ports[0] #=> Integer
2005
2010
  # resp.flow.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
2011
+ # resp.flow.outputs[0].peer_ip_address #=> String
2006
2012
  # resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
2007
2013
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
2008
2014
  # resp.flow.source.decryption.constant_initialization_vector #=> String
@@ -2048,6 +2054,7 @@ module Aws::MediaConnect
2048
2054
  # resp.flow.source.whitelist_cidr #=> String
2049
2055
  # resp.flow.source.gateway_bridge_source.bridge_arn #=> String
2050
2056
  # resp.flow.source.gateway_bridge_source.vpc_interface_attachment.vpc_interface_name #=> String
2057
+ # resp.flow.source.peer_ip_address #=> String
2051
2058
  # resp.flow.source_failover_config.failover_mode #=> String, one of "MERGE", "FAILOVER"
2052
2059
  # resp.flow.source_failover_config.recovery_window #=> Integer
2053
2060
  # resp.flow.source_failover_config.source_priority.primary_source #=> String
@@ -2098,6 +2105,7 @@ module Aws::MediaConnect
2098
2105
  # resp.flow.sources[0].whitelist_cidr #=> String
2099
2106
  # resp.flow.sources[0].gateway_bridge_source.bridge_arn #=> String
2100
2107
  # resp.flow.sources[0].gateway_bridge_source.vpc_interface_attachment.vpc_interface_name #=> String
2108
+ # resp.flow.sources[0].peer_ip_address #=> String
2101
2109
  # resp.flow.status #=> String, one of "STANDBY", "ACTIVE", "UPDATING", "DELETING", "STARTING", "STOPPING", "ERROR"
2102
2110
  # resp.flow.vpc_interfaces #=> Array
2103
2111
  # resp.flow.vpc_interfaces[0].name #=> String
@@ -3771,6 +3779,7 @@ module Aws::MediaConnect
3771
3779
  # resp.flow.outputs[0].bridge_ports #=> Array
3772
3780
  # resp.flow.outputs[0].bridge_ports[0] #=> Integer
3773
3781
  # resp.flow.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
3782
+ # resp.flow.outputs[0].peer_ip_address #=> String
3774
3783
  # resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
3775
3784
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
3776
3785
  # resp.flow.source.decryption.constant_initialization_vector #=> String
@@ -3816,6 +3825,7 @@ module Aws::MediaConnect
3816
3825
  # resp.flow.source.whitelist_cidr #=> String
3817
3826
  # resp.flow.source.gateway_bridge_source.bridge_arn #=> String
3818
3827
  # resp.flow.source.gateway_bridge_source.vpc_interface_attachment.vpc_interface_name #=> String
3828
+ # resp.flow.source.peer_ip_address #=> String
3819
3829
  # resp.flow.source_failover_config.failover_mode #=> String, one of "MERGE", "FAILOVER"
3820
3830
  # resp.flow.source_failover_config.recovery_window #=> Integer
3821
3831
  # resp.flow.source_failover_config.source_priority.primary_source #=> String
@@ -3866,6 +3876,7 @@ module Aws::MediaConnect
3866
3876
  # resp.flow.sources[0].whitelist_cidr #=> String
3867
3877
  # resp.flow.sources[0].gateway_bridge_source.bridge_arn #=> String
3868
3878
  # resp.flow.sources[0].gateway_bridge_source.vpc_interface_attachment.vpc_interface_name #=> String
3879
+ # resp.flow.sources[0].peer_ip_address #=> String
3869
3880
  # resp.flow.status #=> String, one of "STANDBY", "ACTIVE", "UPDATING", "DELETING", "STARTING", "STOPPING", "ERROR"
3870
3881
  # resp.flow.vpc_interfaces #=> Array
3871
3882
  # resp.flow.vpc_interfaces[0].name #=> String
@@ -4275,6 +4286,7 @@ module Aws::MediaConnect
4275
4286
  # resp.output.bridge_ports #=> Array
4276
4287
  # resp.output.bridge_ports[0] #=> Integer
4277
4288
  # resp.output.output_status #=> String, one of "ENABLED", "DISABLED"
4289
+ # resp.output.peer_ip_address #=> String
4278
4290
  #
4279
4291
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutput AWS API Documentation
4280
4292
  #
@@ -4479,6 +4491,7 @@ module Aws::MediaConnect
4479
4491
  # resp.source.whitelist_cidr #=> String
4480
4492
  # resp.source.gateway_bridge_source.bridge_arn #=> String
4481
4493
  # resp.source.gateway_bridge_source.vpc_interface_attachment.vpc_interface_name #=> String
4494
+ # resp.source.peer_ip_address #=> String
4482
4495
  #
4483
4496
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowSource AWS API Documentation
4484
4497
  #
@@ -4542,7 +4555,7 @@ module Aws::MediaConnect
4542
4555
  tracer: tracer
4543
4556
  )
4544
4557
  context[:gem_name] = 'aws-sdk-mediaconnect'
4545
- context[:gem_version] = '1.81.0'
4558
+ context[:gem_version] = '1.82.0'
4546
4559
  Seahorse::Client::Request.new(handlers, context)
4547
4560
  end
4548
4561
 
@@ -1011,6 +1011,7 @@ module Aws::MediaConnect
1011
1011
  Output.add_member(:bridge_arn, Shapes::ShapeRef.new(shape: String, location_name: "bridgeArn"))
1012
1012
  Output.add_member(:bridge_ports, Shapes::ShapeRef.new(shape: __listOfInteger, location_name: "bridgePorts"))
1013
1013
  Output.add_member(:output_status, Shapes::ShapeRef.new(shape: OutputStatus, location_name: "outputStatus"))
1014
+ Output.add_member(:peer_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "peerIpAddress"))
1014
1015
  Output.struct_class = Types::Output
1015
1016
 
1016
1017
  PurchaseOfferingRequest.add_member(:offering_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "OfferingArn"))
@@ -1144,6 +1145,7 @@ module Aws::MediaConnect
1144
1145
  Source.add_member(:vpc_interface_name, Shapes::ShapeRef.new(shape: String, location_name: "vpcInterfaceName"))
1145
1146
  Source.add_member(:whitelist_cidr, Shapes::ShapeRef.new(shape: String, location_name: "whitelistCidr"))
1146
1147
  Source.add_member(:gateway_bridge_source, Shapes::ShapeRef.new(shape: GatewayBridgeSource, location_name: "gatewayBridgeSource"))
1148
+ Source.add_member(:peer_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "peerIpAddress"))
1147
1149
  Source.struct_class = Types::Source
1148
1150
 
1149
1151
  SourcePriority.add_member(:primary_source, Shapes::ShapeRef.new(shape: String, location_name: "primarySource"))
@@ -1529,8 +1531,8 @@ module Aws::MediaConnect
1529
1531
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1530
1532
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1531
1533
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1532
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1533
1534
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1535
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1534
1536
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1535
1537
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1536
1538
  end)
@@ -1544,8 +1546,8 @@ module Aws::MediaConnect
1544
1546
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1545
1547
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1546
1548
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1547
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1548
1549
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1550
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1549
1551
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1550
1552
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1551
1553
  end)
@@ -1558,8 +1560,8 @@ module Aws::MediaConnect
1558
1560
  o.output = Shapes::ShapeRef.new(shape: AddFlowMediaStreamsResponse)
1559
1561
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1560
1562
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1561
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1562
1563
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1564
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1563
1565
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1564
1566
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1565
1567
  end)
@@ -1573,8 +1575,8 @@ module Aws::MediaConnect
1573
1575
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1574
1576
  o.errors << Shapes::ShapeRef.new(shape: AddFlowOutputs420Exception)
1575
1577
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1576
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1577
1578
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1579
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1578
1580
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1579
1581
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1580
1582
  end)
@@ -1587,8 +1589,8 @@ module Aws::MediaConnect
1587
1589
  o.output = Shapes::ShapeRef.new(shape: AddFlowSourcesResponse)
1588
1590
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1589
1591
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1590
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1591
1592
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1593
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1592
1594
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1593
1595
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1594
1596
  end)
@@ -1601,8 +1603,8 @@ module Aws::MediaConnect
1601
1603
  o.output = Shapes::ShapeRef.new(shape: AddFlowVpcInterfacesResponse)
1602
1604
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1603
1605
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1604
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1605
1606
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1607
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1606
1608
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1607
1609
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1608
1610
  end)
@@ -1617,8 +1619,8 @@ module Aws::MediaConnect
1617
1619
  o.errors << Shapes::ShapeRef.new(shape: CreateBridge420Exception)
1618
1620
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1619
1621
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1620
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1621
1622
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1623
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1622
1624
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1623
1625
  end)
1624
1626
 
@@ -1630,8 +1632,8 @@ module Aws::MediaConnect
1630
1632
  o.output = Shapes::ShapeRef.new(shape: CreateFlowResponse)
1631
1633
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1632
1634
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1633
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1634
1635
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1636
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1635
1637
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1636
1638
  o.errors << Shapes::ShapeRef.new(shape: CreateFlow420Exception)
1637
1639
  end)
@@ -1645,9 +1647,9 @@ module Aws::MediaConnect
1645
1647
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1646
1648
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1647
1649
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1648
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1649
- o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1650
1650
  o.errors << Shapes::ShapeRef.new(shape: CreateGateway420Exception)
1651
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1652
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1651
1653
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1652
1654
  end)
1653
1655
 
@@ -1660,8 +1662,8 @@ module Aws::MediaConnect
1660
1662
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1661
1663
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1662
1664
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1663
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1664
1665
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1666
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1665
1667
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1666
1668
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1667
1669
  end)
@@ -1674,8 +1676,8 @@ module Aws::MediaConnect
1674
1676
  o.output = Shapes::ShapeRef.new(shape: DeleteFlowResponse)
1675
1677
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1676
1678
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1677
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1678
1679
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1680
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1679
1681
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1680
1682
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1681
1683
  end)
@@ -1689,8 +1691,8 @@ module Aws::MediaConnect
1689
1691
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1690
1692
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1691
1693
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1692
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1693
1694
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1695
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1694
1696
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1695
1697
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1696
1698
  end)
@@ -1704,8 +1706,8 @@ module Aws::MediaConnect
1704
1706
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1705
1707
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1706
1708
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1707
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1708
1709
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1710
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1709
1711
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1710
1712
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1711
1713
  end)
@@ -1719,8 +1721,8 @@ module Aws::MediaConnect
1719
1721
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1720
1722
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1721
1723
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1722
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1723
1724
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1725
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1724
1726
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1725
1727
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1726
1728
  end)
@@ -1733,8 +1735,8 @@ module Aws::MediaConnect
1733
1735
  o.output = Shapes::ShapeRef.new(shape: DescribeFlowResponse)
1734
1736
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1735
1737
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1736
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1737
1738
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1739
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1738
1740
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1739
1741
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1740
1742
  end)
@@ -1747,8 +1749,8 @@ module Aws::MediaConnect
1747
1749
  o.output = Shapes::ShapeRef.new(shape: DescribeFlowSourceMetadataResponse)
1748
1750
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1749
1751
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1750
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1751
1752
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1753
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1752
1754
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1753
1755
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1754
1756
  end)
@@ -1761,8 +1763,8 @@ module Aws::MediaConnect
1761
1763
  o.output = Shapes::ShapeRef.new(shape: DescribeFlowSourceThumbnailResponse)
1762
1764
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1763
1765
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1764
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1765
1766
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1767
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1766
1768
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1767
1769
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1768
1770
  end)
@@ -1776,8 +1778,8 @@ module Aws::MediaConnect
1776
1778
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1777
1779
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1778
1780
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1779
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1780
1781
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1782
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1781
1783
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1782
1784
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1783
1785
  end)
@@ -1791,8 +1793,8 @@ module Aws::MediaConnect
1791
1793
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1792
1794
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1793
1795
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1794
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1795
1796
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1797
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1796
1798
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1797
1799
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1798
1800
  end)
@@ -1832,8 +1834,8 @@ module Aws::MediaConnect
1832
1834
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1833
1835
  o.errors << Shapes::ShapeRef.new(shape: GrantFlowEntitlements420Exception)
1834
1836
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1835
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1836
1837
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1838
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1837
1839
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1838
1840
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1839
1841
  end)
@@ -1986,8 +1988,8 @@ module Aws::MediaConnect
1986
1988
  o.output = Shapes::ShapeRef.new(shape: PurchaseOfferingResponse)
1987
1989
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
1988
1990
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
1989
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1990
1991
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
1992
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
1991
1993
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1992
1994
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
1993
1995
  end)
@@ -2001,8 +2003,8 @@ module Aws::MediaConnect
2001
2003
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2002
2004
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2003
2005
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2004
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2005
2006
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2007
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2006
2008
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2007
2009
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2008
2010
  end)
@@ -2016,8 +2018,8 @@ module Aws::MediaConnect
2016
2018
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2017
2019
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2018
2020
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2019
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2020
2021
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2022
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2021
2023
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2022
2024
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2023
2025
  end)
@@ -2030,8 +2032,8 @@ module Aws::MediaConnect
2030
2032
  o.output = Shapes::ShapeRef.new(shape: RemoveFlowMediaStreamResponse)
2031
2033
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2032
2034
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2033
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2034
2035
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2036
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2035
2037
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2036
2038
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2037
2039
  end)
@@ -2044,8 +2046,8 @@ module Aws::MediaConnect
2044
2046
  o.output = Shapes::ShapeRef.new(shape: RemoveFlowOutputResponse)
2045
2047
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2046
2048
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2047
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2048
2049
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2050
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2049
2051
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2050
2052
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2051
2053
  end)
@@ -2058,8 +2060,8 @@ module Aws::MediaConnect
2058
2060
  o.output = Shapes::ShapeRef.new(shape: RemoveFlowSourceResponse)
2059
2061
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2060
2062
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2061
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2062
2063
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2064
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2063
2065
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2064
2066
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2065
2067
  end)
@@ -2072,8 +2074,8 @@ module Aws::MediaConnect
2072
2074
  o.output = Shapes::ShapeRef.new(shape: RemoveFlowVpcInterfaceResponse)
2073
2075
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2074
2076
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2075
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2076
2077
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2078
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2077
2079
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2078
2080
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2079
2081
  end)
@@ -2086,8 +2088,8 @@ module Aws::MediaConnect
2086
2088
  o.output = Shapes::ShapeRef.new(shape: RevokeFlowEntitlementResponse)
2087
2089
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2088
2090
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2089
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2090
2091
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2092
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2091
2093
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2092
2094
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2093
2095
  end)
@@ -2100,8 +2102,8 @@ module Aws::MediaConnect
2100
2102
  o.output = Shapes::ShapeRef.new(shape: StartFlowResponse)
2101
2103
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2102
2104
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2103
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2104
2105
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2106
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2105
2107
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2106
2108
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2107
2109
  end)
@@ -2114,8 +2116,8 @@ module Aws::MediaConnect
2114
2116
  o.output = Shapes::ShapeRef.new(shape: StopFlowResponse)
2115
2117
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2116
2118
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2117
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2118
2119
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2120
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2119
2121
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2120
2122
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2121
2123
  end)
@@ -2151,8 +2153,8 @@ module Aws::MediaConnect
2151
2153
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2152
2154
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2153
2155
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2154
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2155
2156
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2157
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2156
2158
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2157
2159
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2158
2160
  end)
@@ -2166,8 +2168,8 @@ module Aws::MediaConnect
2166
2168
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2167
2169
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2168
2170
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2169
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2170
2171
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2172
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2171
2173
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2172
2174
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2173
2175
  end)
@@ -2181,8 +2183,8 @@ module Aws::MediaConnect
2181
2183
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2182
2184
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2183
2185
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2184
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2185
2186
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2187
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2186
2188
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2187
2189
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2188
2190
  end)
@@ -2196,8 +2198,8 @@ module Aws::MediaConnect
2196
2198
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2197
2199
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2198
2200
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2199
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2200
2201
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2202
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2201
2203
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2202
2204
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2203
2205
  end)
@@ -2210,8 +2212,8 @@ module Aws::MediaConnect
2210
2212
  o.output = Shapes::ShapeRef.new(shape: UpdateFlowResponse)
2211
2213
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2212
2214
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2213
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2214
2215
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2216
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2215
2217
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2216
2218
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2217
2219
  end)
@@ -2224,8 +2226,8 @@ module Aws::MediaConnect
2224
2226
  o.output = Shapes::ShapeRef.new(shape: UpdateFlowEntitlementResponse)
2225
2227
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2226
2228
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2227
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2228
2229
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2230
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2229
2231
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2230
2232
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2231
2233
  end)
@@ -2238,8 +2240,8 @@ module Aws::MediaConnect
2238
2240
  o.output = Shapes::ShapeRef.new(shape: UpdateFlowMediaStreamResponse)
2239
2241
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2240
2242
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2241
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2242
2243
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2244
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2243
2245
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2244
2246
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2245
2247
  end)
@@ -2252,8 +2254,8 @@ module Aws::MediaConnect
2252
2254
  o.output = Shapes::ShapeRef.new(shape: UpdateFlowOutputResponse)
2253
2255
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2254
2256
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2255
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2256
2257
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2258
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2257
2259
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2258
2260
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2259
2261
  end)
@@ -2266,8 +2268,8 @@ module Aws::MediaConnect
2266
2268
  o.output = Shapes::ShapeRef.new(shape: UpdateFlowSourceResponse)
2267
2269
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2268
2270
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2269
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2270
2271
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2272
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2271
2273
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2272
2274
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2273
2275
  end)
@@ -2281,8 +2283,8 @@ module Aws::MediaConnect
2281
2283
  o.errors << Shapes::ShapeRef.new(shape: BadRequestException)
2282
2284
  o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
2283
2285
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2284
- o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2285
2286
  o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
2287
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
2286
2288
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
2287
2289
  o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
2288
2290
  end)
@@ -3540,6 +3540,27 @@ module Aws::MediaConnect
3540
3540
  # An indication of whether the output is transmitting data or not.
3541
3541
  # @return [String]
3542
3542
  #
3543
+ # @!attribute [rw] peer_ip_address
3544
+ # The IP address of the device that is currently receiving content
3545
+ # from this output.
3546
+ #
3547
+ # <note markdown="1"> * For outputs that use protocols where you specify the destination
3548
+ # (such as SRT Caller or Zixi Push), this value matches the
3549
+ # configured destination address.
3550
+ #
3551
+ # * For outputs that use listener protocols (such as SRT Listener),
3552
+ # this value shows the address of the connected receiver.
3553
+ #
3554
+ # * Peer IP addresses aren't available for entitlements, managed
3555
+ # MediaLive outputs, NDI outputs, and CDI/ST2110 outputs.
3556
+ #
3557
+ # * The peer IP address might not be visible for flows that haven't
3558
+ # been started yet, or flows that were started before May 2025. In
3559
+ # these cases, restart your flow to see the peer IP address.
3560
+ #
3561
+ # </note>
3562
+ # @return [String]
3563
+ #
3543
3564
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/Output AWS API Documentation
3544
3565
  #
3545
3566
  class Output < Struct.new(
@@ -3558,7 +3579,8 @@ module Aws::MediaConnect
3558
3579
  :vpc_interface_attachment,
3559
3580
  :bridge_arn,
3560
3581
  :bridge_ports,
3561
- :output_status)
3582
+ :output_status,
3583
+ :peer_ip_address)
3562
3584
  SENSITIVE = []
3563
3585
  include Aws::Structure
3564
3586
  end
@@ -4233,6 +4255,26 @@ module Aws::MediaConnect
4233
4255
  # bridge.
4234
4256
  # @return [Types::GatewayBridgeSource]
4235
4257
  #
4258
+ # @!attribute [rw] peer_ip_address
4259
+ # The IP address of the device that is currently sending content to
4260
+ # this source.
4261
+ #
4262
+ # <note markdown="1"> * For sources that use protocols where you specify the origin (such
4263
+ # as SRT Caller), this value matches the configured origin address.
4264
+ #
4265
+ # * For sources that use listener protocols (such as SRT Listener or
4266
+ # RTP), this value shows the address of the connected sender.
4267
+ #
4268
+ # * Peer IP addresses aren't available for entitlements and
4269
+ # CDI/ST2110 sources.
4270
+ #
4271
+ # * The peer IP address might not be visible for flows that haven't
4272
+ # been started yet, or flows that were started before May 2025. In
4273
+ # these cases, restart your flow to see the peer IP address.
4274
+ #
4275
+ # </note>
4276
+ # @return [String]
4277
+ #
4236
4278
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/Source AWS API Documentation
4237
4279
  #
4238
4280
  class Source < Struct.new(
@@ -4250,7 +4292,8 @@ module Aws::MediaConnect
4250
4292
  :transport,
4251
4293
  :vpc_interface_name,
4252
4294
  :whitelist_cidr,
4253
- :gateway_bridge_source)
4295
+ :gateway_bridge_source,
4296
+ :peer_ip_address)
4254
4297
  SENSITIVE = []
4255
4298
  include Aws::Structure
4256
4299
  end
@@ -55,7 +55,7 @@ module Aws::MediaConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-mediaconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mediaconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.81.0'
58
+ GEM_VERSION = '1.82.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -941,6 +941,7 @@ module Aws::MediaConnect
941
941
  attr_accessor bridge_arn: ::String
942
942
  attr_accessor bridge_ports: ::Array[::Integer]
943
943
  attr_accessor output_status: ("ENABLED" | "DISABLED")
944
+ attr_accessor peer_ip_address: ::String
944
945
  SENSITIVE: []
945
946
  end
946
947
 
@@ -1120,6 +1121,7 @@ module Aws::MediaConnect
1120
1121
  attr_accessor vpc_interface_name: ::String
1121
1122
  attr_accessor whitelist_cidr: ::String
1122
1123
  attr_accessor gateway_bridge_source: Types::GatewayBridgeSource
1124
+ attr_accessor peer_ip_address: ::String
1123
1125
  SENSITIVE: []
1124
1126
  end
1125
1127
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.81.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services