aws-sdk-networkmanager 1.46.0 → 1.47.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 985efd7bd4de9de11ef581dc16fe6dab567b5791b8c42e6b8c3d04a65d629f26
4
- data.tar.gz: c8a81746f7c5e67bd25654319ed3afc76d6ba509df0e0a9dc99b15c57789736e
3
+ metadata.gz: 7089bc65d92cae4a33195c94ce520dac8e5ece3632c7e172c12cf6ea5cc9b0e5
4
+ data.tar.gz: a1252be91e083b9c908a645e833c608f2e26b8249bf3fc645fb58566a55f59f6
5
5
  SHA512:
6
- metadata.gz: 80aab2b77b61186fb395d4adf1e7af1a74bbd246ff527b49a5a75b1d3aab21927c4c3a0e3babc392cb0bef3f6ec70fc5b899c1126d4db4c78da930fc3231b9e8
7
- data.tar.gz: 40f131f35c340e01475523435d1ca798c25b1a9dd2d496798e0976b4cecd273e0e1bc965da95ea00df58d400dab6ce65b4df577f3ef1c35673c4f4a9dbe573ad
6
+ metadata.gz: 6c4325532a1979bd543d663af4c5574a83f752d82e2a73d9e50990d7fc76cf04152a4a0609651fd6c6dfe30f5dbb9598831dbe255d4ad7fe5c99d995c16693ba
7
+ data.tar.gz: ce004a5ab4e17909f4cbee47ece8eed2b12311f5a18a7bdc546205fbb0f9ec7f862f49e028a94711e87b3f3a497614d8337e0dbbcfdbc3e547c653c733ff39ea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.0 (2024-06-25)
5
+ ------------------
6
+
7
+ * Feature - This is model changes & documentation update for the Asynchronous Error Reporting feature for AWS Cloud WAN. This feature allows customers to view errors that occur while their resources are being provisioned, enabling customers to fix their resources without needing external support.
8
+
4
9
  1.46.0 (2024-06-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -462,6 +462,11 @@ module Aws::NetworkManager
462
462
  # resp.attachment.proposed_network_function_group_change.network_function_group_name #=> String
463
463
  # resp.attachment.created_at #=> Time
464
464
  # resp.attachment.updated_at #=> Time
465
+ # resp.attachment.last_modification_errors #=> Array
466
+ # resp.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
467
+ # resp.attachment.last_modification_errors[0].message #=> String
468
+ # resp.attachment.last_modification_errors[0].resource_arn #=> String
469
+ # resp.attachment.last_modification_errors[0].request_id #=> String
465
470
  #
466
471
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/AcceptAttachment AWS API Documentation
467
472
  #
@@ -756,6 +761,11 @@ module Aws::NetworkManager
756
761
  # resp.connect_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
757
762
  # resp.connect_attachment.attachment.created_at #=> Time
758
763
  # resp.connect_attachment.attachment.updated_at #=> Time
764
+ # resp.connect_attachment.attachment.last_modification_errors #=> Array
765
+ # resp.connect_attachment.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
766
+ # resp.connect_attachment.attachment.last_modification_errors[0].message #=> String
767
+ # resp.connect_attachment.attachment.last_modification_errors[0].resource_arn #=> String
768
+ # resp.connect_attachment.attachment.last_modification_errors[0].request_id #=> String
759
769
  # resp.connect_attachment.transport_attachment_id #=> String
760
770
  # resp.connect_attachment.options.protocol #=> String, one of "GRE", "NO_ENCAP"
761
771
  #
@@ -849,6 +859,11 @@ module Aws::NetworkManager
849
859
  # resp.connect_peer.tags[0].key #=> String
850
860
  # resp.connect_peer.tags[0].value #=> String
851
861
  # resp.connect_peer.subnet_arn #=> String
862
+ # resp.connect_peer.last_modification_errors #=> Array
863
+ # resp.connect_peer.last_modification_errors[0].code #=> String, one of "EDGE_LOCATION_NO_FREE_IPS", "EDGE_LOCATION_PEER_DUPLICATE", "SUBNET_NOT_FOUND", "IP_OUTSIDE_SUBNET_CIDR_RANGE", "INVALID_INSIDE_CIDR_BLOCK", "NO_ASSOCIATED_CIDR_BLOCK"
864
+ # resp.connect_peer.last_modification_errors[0].message #=> String
865
+ # resp.connect_peer.last_modification_errors[0].resource_arn #=> String
866
+ # resp.connect_peer.last_modification_errors[0].request_id #=> String
852
867
  #
853
868
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateConnectPeer AWS API Documentation
854
869
  #
@@ -1380,6 +1395,11 @@ module Aws::NetworkManager
1380
1395
  # resp.site_to_site_vpn_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
1381
1396
  # resp.site_to_site_vpn_attachment.attachment.created_at #=> Time
1382
1397
  # resp.site_to_site_vpn_attachment.attachment.updated_at #=> Time
1398
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors #=> Array
1399
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
1400
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].message #=> String
1401
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1402
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].request_id #=> String
1383
1403
  # resp.site_to_site_vpn_attachment.vpn_connection_arn #=> String
1384
1404
  #
1385
1405
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateSiteToSiteVpnAttachment AWS API Documentation
@@ -1440,6 +1460,12 @@ module Aws::NetworkManager
1440
1460
  # resp.transit_gateway_peering.peering.tags[0].key #=> String
1441
1461
  # resp.transit_gateway_peering.peering.tags[0].value #=> String
1442
1462
  # resp.transit_gateway_peering.peering.created_at #=> Time
1463
+ # resp.transit_gateway_peering.peering.last_modification_errors #=> Array
1464
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].code #=> String, one of "TRANSIT_GATEWAY_NOT_FOUND", "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED", "MISSING_PERMISSIONS", "INTERNAL_ERROR", "EDGE_LOCATION_PEER_DUPLICATE", "INVALID_TRANSIT_GATEWAY_STATE"
1465
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].message #=> String
1466
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].resource_arn #=> String
1467
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].request_id #=> String
1468
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].missing_permissions_context.missing_permission #=> String
1443
1469
  # resp.transit_gateway_peering.transit_gateway_arn #=> String
1444
1470
  # resp.transit_gateway_peering.transit_gateway_peering_attachment_id #=> String
1445
1471
  #
@@ -1517,6 +1543,11 @@ module Aws::NetworkManager
1517
1543
  # resp.transit_gateway_route_table_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
1518
1544
  # resp.transit_gateway_route_table_attachment.attachment.created_at #=> Time
1519
1545
  # resp.transit_gateway_route_table_attachment.attachment.updated_at #=> Time
1546
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors #=> Array
1547
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
1548
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].message #=> String
1549
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1550
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].request_id #=> String
1520
1551
  # resp.transit_gateway_route_table_attachment.peering_id #=> String
1521
1552
  # resp.transit_gateway_route_table_attachment.transit_gateway_route_table_arn #=> String
1522
1553
  #
@@ -1603,6 +1634,11 @@ module Aws::NetworkManager
1603
1634
  # resp.vpc_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
1604
1635
  # resp.vpc_attachment.attachment.created_at #=> Time
1605
1636
  # resp.vpc_attachment.attachment.updated_at #=> Time
1637
+ # resp.vpc_attachment.attachment.last_modification_errors #=> Array
1638
+ # resp.vpc_attachment.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
1639
+ # resp.vpc_attachment.attachment.last_modification_errors[0].message #=> String
1640
+ # resp.vpc_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1641
+ # resp.vpc_attachment.attachment.last_modification_errors[0].request_id #=> String
1606
1642
  # resp.vpc_attachment.subnet_arns #=> Array
1607
1643
  # resp.vpc_attachment.subnet_arns[0] #=> String
1608
1644
  # resp.vpc_attachment.options.ipv_6_support #=> Boolean
@@ -1660,6 +1696,11 @@ module Aws::NetworkManager
1660
1696
  # resp.attachment.proposed_network_function_group_change.network_function_group_name #=> String
1661
1697
  # resp.attachment.created_at #=> Time
1662
1698
  # resp.attachment.updated_at #=> Time
1699
+ # resp.attachment.last_modification_errors #=> Array
1700
+ # resp.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
1701
+ # resp.attachment.last_modification_errors[0].message #=> String
1702
+ # resp.attachment.last_modification_errors[0].resource_arn #=> String
1703
+ # resp.attachment.last_modification_errors[0].request_id #=> String
1663
1704
  #
1664
1705
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeleteAttachment AWS API Documentation
1665
1706
  #
@@ -1707,6 +1748,11 @@ module Aws::NetworkManager
1707
1748
  # resp.connect_peer.tags[0].key #=> String
1708
1749
  # resp.connect_peer.tags[0].value #=> String
1709
1750
  # resp.connect_peer.subnet_arn #=> String
1751
+ # resp.connect_peer.last_modification_errors #=> Array
1752
+ # resp.connect_peer.last_modification_errors[0].code #=> String, one of "EDGE_LOCATION_NO_FREE_IPS", "EDGE_LOCATION_PEER_DUPLICATE", "SUBNET_NOT_FOUND", "IP_OUTSIDE_SUBNET_CIDR_RANGE", "INVALID_INSIDE_CIDR_BLOCK", "NO_ASSOCIATED_CIDR_BLOCK"
1753
+ # resp.connect_peer.last_modification_errors[0].message #=> String
1754
+ # resp.connect_peer.last_modification_errors[0].resource_arn #=> String
1755
+ # resp.connect_peer.last_modification_errors[0].request_id #=> String
1710
1756
  #
1711
1757
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeleteConnectPeer AWS API Documentation
1712
1758
  #
@@ -2023,6 +2069,12 @@ module Aws::NetworkManager
2023
2069
  # resp.peering.tags[0].key #=> String
2024
2070
  # resp.peering.tags[0].value #=> String
2025
2071
  # resp.peering.created_at #=> Time
2072
+ # resp.peering.last_modification_errors #=> Array
2073
+ # resp.peering.last_modification_errors[0].code #=> String, one of "TRANSIT_GATEWAY_NOT_FOUND", "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED", "MISSING_PERMISSIONS", "INTERNAL_ERROR", "EDGE_LOCATION_PEER_DUPLICATE", "INVALID_TRANSIT_GATEWAY_STATE"
2074
+ # resp.peering.last_modification_errors[0].message #=> String
2075
+ # resp.peering.last_modification_errors[0].resource_arn #=> String
2076
+ # resp.peering.last_modification_errors[0].request_id #=> String
2077
+ # resp.peering.last_modification_errors[0].missing_permissions_context.missing_permission #=> String
2026
2078
  #
2027
2079
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeletePeering AWS API Documentation
2028
2080
  #
@@ -2407,6 +2459,11 @@ module Aws::NetworkManager
2407
2459
  # resp.connect_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
2408
2460
  # resp.connect_attachment.attachment.created_at #=> Time
2409
2461
  # resp.connect_attachment.attachment.updated_at #=> Time
2462
+ # resp.connect_attachment.attachment.last_modification_errors #=> Array
2463
+ # resp.connect_attachment.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
2464
+ # resp.connect_attachment.attachment.last_modification_errors[0].message #=> String
2465
+ # resp.connect_attachment.attachment.last_modification_errors[0].resource_arn #=> String
2466
+ # resp.connect_attachment.attachment.last_modification_errors[0].request_id #=> String
2410
2467
  # resp.connect_attachment.transport_attachment_id #=> String
2411
2468
  # resp.connect_attachment.options.protocol #=> String, one of "GRE", "NO_ENCAP"
2412
2469
  #
@@ -2456,6 +2513,11 @@ module Aws::NetworkManager
2456
2513
  # resp.connect_peer.tags[0].key #=> String
2457
2514
  # resp.connect_peer.tags[0].value #=> String
2458
2515
  # resp.connect_peer.subnet_arn #=> String
2516
+ # resp.connect_peer.last_modification_errors #=> Array
2517
+ # resp.connect_peer.last_modification_errors[0].code #=> String, one of "EDGE_LOCATION_NO_FREE_IPS", "EDGE_LOCATION_PEER_DUPLICATE", "SUBNET_NOT_FOUND", "IP_OUTSIDE_SUBNET_CIDR_RANGE", "INVALID_INSIDE_CIDR_BLOCK", "NO_ASSOCIATED_CIDR_BLOCK"
2518
+ # resp.connect_peer.last_modification_errors[0].message #=> String
2519
+ # resp.connect_peer.last_modification_errors[0].resource_arn #=> String
2520
+ # resp.connect_peer.last_modification_errors[0].request_id #=> String
2459
2521
  #
2460
2522
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetConnectPeer AWS API Documentation
2461
2523
  #
@@ -3716,6 +3778,11 @@ module Aws::NetworkManager
3716
3778
  # resp.site_to_site_vpn_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
3717
3779
  # resp.site_to_site_vpn_attachment.attachment.created_at #=> Time
3718
3780
  # resp.site_to_site_vpn_attachment.attachment.updated_at #=> Time
3781
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors #=> Array
3782
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
3783
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].message #=> String
3784
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].resource_arn #=> String
3785
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].request_id #=> String
3719
3786
  # resp.site_to_site_vpn_attachment.vpn_connection_arn #=> String
3720
3787
  #
3721
3788
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetSiteToSiteVpnAttachment AWS API Documentation
@@ -3862,6 +3929,12 @@ module Aws::NetworkManager
3862
3929
  # resp.transit_gateway_peering.peering.tags[0].key #=> String
3863
3930
  # resp.transit_gateway_peering.peering.tags[0].value #=> String
3864
3931
  # resp.transit_gateway_peering.peering.created_at #=> Time
3932
+ # resp.transit_gateway_peering.peering.last_modification_errors #=> Array
3933
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].code #=> String, one of "TRANSIT_GATEWAY_NOT_FOUND", "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED", "MISSING_PERMISSIONS", "INTERNAL_ERROR", "EDGE_LOCATION_PEER_DUPLICATE", "INVALID_TRANSIT_GATEWAY_STATE"
3934
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].message #=> String
3935
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].resource_arn #=> String
3936
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].request_id #=> String
3937
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].missing_permissions_context.missing_permission #=> String
3865
3938
  # resp.transit_gateway_peering.transit_gateway_arn #=> String
3866
3939
  # resp.transit_gateway_peering.transit_gateway_peering_attachment_id #=> String
3867
3940
  #
@@ -3967,6 +4040,11 @@ module Aws::NetworkManager
3967
4040
  # resp.transit_gateway_route_table_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
3968
4041
  # resp.transit_gateway_route_table_attachment.attachment.created_at #=> Time
3969
4042
  # resp.transit_gateway_route_table_attachment.attachment.updated_at #=> Time
4043
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors #=> Array
4044
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
4045
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].message #=> String
4046
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].resource_arn #=> String
4047
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].request_id #=> String
3970
4048
  # resp.transit_gateway_route_table_attachment.peering_id #=> String
3971
4049
  # resp.transit_gateway_route_table_attachment.transit_gateway_route_table_arn #=> String
3972
4050
  #
@@ -4022,6 +4100,11 @@ module Aws::NetworkManager
4022
4100
  # resp.vpc_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
4023
4101
  # resp.vpc_attachment.attachment.created_at #=> Time
4024
4102
  # resp.vpc_attachment.attachment.updated_at #=> Time
4103
+ # resp.vpc_attachment.attachment.last_modification_errors #=> Array
4104
+ # resp.vpc_attachment.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
4105
+ # resp.vpc_attachment.attachment.last_modification_errors[0].message #=> String
4106
+ # resp.vpc_attachment.attachment.last_modification_errors[0].resource_arn #=> String
4107
+ # resp.vpc_attachment.attachment.last_modification_errors[0].request_id #=> String
4025
4108
  # resp.vpc_attachment.subnet_arns #=> Array
4026
4109
  # resp.vpc_attachment.subnet_arns[0] #=> String
4027
4110
  # resp.vpc_attachment.options.ipv_6_support #=> Boolean
@@ -4103,6 +4186,11 @@ module Aws::NetworkManager
4103
4186
  # resp.attachments[0].proposed_network_function_group_change.network_function_group_name #=> String
4104
4187
  # resp.attachments[0].created_at #=> Time
4105
4188
  # resp.attachments[0].updated_at #=> Time
4189
+ # resp.attachments[0].last_modification_errors #=> Array
4190
+ # resp.attachments[0].last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
4191
+ # resp.attachments[0].last_modification_errors[0].message #=> String
4192
+ # resp.attachments[0].last_modification_errors[0].resource_arn #=> String
4193
+ # resp.attachments[0].last_modification_errors[0].request_id #=> String
4106
4194
  # resp.next_token #=> String
4107
4195
  #
4108
4196
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ListAttachments AWS API Documentation
@@ -4352,6 +4440,12 @@ module Aws::NetworkManager
4352
4440
  # resp.peerings[0].tags[0].key #=> String
4353
4441
  # resp.peerings[0].tags[0].value #=> String
4354
4442
  # resp.peerings[0].created_at #=> Time
4443
+ # resp.peerings[0].last_modification_errors #=> Array
4444
+ # resp.peerings[0].last_modification_errors[0].code #=> String, one of "TRANSIT_GATEWAY_NOT_FOUND", "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED", "MISSING_PERMISSIONS", "INTERNAL_ERROR", "EDGE_LOCATION_PEER_DUPLICATE", "INVALID_TRANSIT_GATEWAY_STATE"
4445
+ # resp.peerings[0].last_modification_errors[0].message #=> String
4446
+ # resp.peerings[0].last_modification_errors[0].resource_arn #=> String
4447
+ # resp.peerings[0].last_modification_errors[0].request_id #=> String
4448
+ # resp.peerings[0].last_modification_errors[0].missing_permissions_context.missing_permission #=> String
4355
4449
  # resp.next_token #=> String
4356
4450
  #
4357
4451
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ListPeerings AWS API Documentation
@@ -4575,6 +4669,11 @@ module Aws::NetworkManager
4575
4669
  # resp.attachment.proposed_network_function_group_change.network_function_group_name #=> String
4576
4670
  # resp.attachment.created_at #=> Time
4577
4671
  # resp.attachment.updated_at #=> Time
4672
+ # resp.attachment.last_modification_errors #=> Array
4673
+ # resp.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
4674
+ # resp.attachment.last_modification_errors[0].message #=> String
4675
+ # resp.attachment.last_modification_errors[0].resource_arn #=> String
4676
+ # resp.attachment.last_modification_errors[0].request_id #=> String
4578
4677
  #
4579
4678
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/RejectAttachment AWS API Documentation
4580
4679
  #
@@ -5309,6 +5408,11 @@ module Aws::NetworkManager
5309
5408
  # resp.vpc_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
5310
5409
  # resp.vpc_attachment.attachment.created_at #=> Time
5311
5410
  # resp.vpc_attachment.attachment.updated_at #=> Time
5411
+ # resp.vpc_attachment.attachment.last_modification_errors #=> Array
5412
+ # resp.vpc_attachment.attachment.last_modification_errors[0].code #=> String, one of "VPC_NOT_FOUND", "SUBNET_NOT_FOUND", "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE", "SUBNET_NO_FREE_ADDRESSES", "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE", "SUBNET_NO_IPV6_CIDRS", "VPN_CONNECTION_NOT_FOUND", "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED"
5413
+ # resp.vpc_attachment.attachment.last_modification_errors[0].message #=> String
5414
+ # resp.vpc_attachment.attachment.last_modification_errors[0].resource_arn #=> String
5415
+ # resp.vpc_attachment.attachment.last_modification_errors[0].request_id #=> String
5312
5416
  # resp.vpc_attachment.subnet_arns #=> Array
5313
5417
  # resp.vpc_attachment.subnet_arns[0] #=> String
5314
5418
  # resp.vpc_attachment.options.ipv_6_support #=> Boolean
@@ -5336,7 +5440,7 @@ module Aws::NetworkManager
5336
5440
  params: params,
5337
5441
  config: config)
5338
5442
  context[:gem_name] = 'aws-sdk-networkmanager'
5339
- context[:gem_version] = '1.46.0'
5443
+ context[:gem_version] = '1.47.0'
5340
5444
  Seahorse::Client::Request.new(handlers, context)
5341
5445
  end
5342
5446
 
@@ -31,6 +31,9 @@ module Aws::NetworkManager
31
31
  AssociateTransitGatewayConnectPeerRequest = Shapes::StructureShape.new(name: 'AssociateTransitGatewayConnectPeerRequest')
32
32
  AssociateTransitGatewayConnectPeerResponse = Shapes::StructureShape.new(name: 'AssociateTransitGatewayConnectPeerResponse')
33
33
  Attachment = Shapes::StructureShape.new(name: 'Attachment')
34
+ AttachmentError = Shapes::StructureShape.new(name: 'AttachmentError')
35
+ AttachmentErrorCode = Shapes::StringShape.new(name: 'AttachmentErrorCode')
36
+ AttachmentErrorList = Shapes::ListShape.new(name: 'AttachmentErrorList')
34
37
  AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
35
38
  AttachmentList = Shapes::ListShape.new(name: 'AttachmentList')
36
39
  AttachmentState = Shapes::StringShape.new(name: 'AttachmentState')
@@ -53,6 +56,9 @@ module Aws::NetworkManager
53
56
  ConnectPeerBgpConfiguration = Shapes::StructureShape.new(name: 'ConnectPeerBgpConfiguration')
54
57
  ConnectPeerBgpConfigurationList = Shapes::ListShape.new(name: 'ConnectPeerBgpConfigurationList')
55
58
  ConnectPeerConfiguration = Shapes::StructureShape.new(name: 'ConnectPeerConfiguration')
59
+ ConnectPeerError = Shapes::StructureShape.new(name: 'ConnectPeerError')
60
+ ConnectPeerErrorCode = Shapes::StringShape.new(name: 'ConnectPeerErrorCode')
61
+ ConnectPeerErrorList = Shapes::ListShape.new(name: 'ConnectPeerErrorList')
56
62
  ConnectPeerId = Shapes::StringShape.new(name: 'ConnectPeerId')
57
63
  ConnectPeerIdList = Shapes::ListShape.new(name: 'ConnectPeerIdList')
58
64
  ConnectPeerState = Shapes::StringShape.new(name: 'ConnectPeerState')
@@ -290,10 +296,14 @@ module Aws::NetworkManager
290
296
  PathComponent = Shapes::StructureShape.new(name: 'PathComponent')
291
297
  PathComponentList = Shapes::ListShape.new(name: 'PathComponentList')
292
298
  Peering = Shapes::StructureShape.new(name: 'Peering')
299
+ PeeringError = Shapes::StructureShape.new(name: 'PeeringError')
300
+ PeeringErrorCode = Shapes::StringShape.new(name: 'PeeringErrorCode')
301
+ PeeringErrorList = Shapes::ListShape.new(name: 'PeeringErrorList')
293
302
  PeeringId = Shapes::StringShape.new(name: 'PeeringId')
294
303
  PeeringList = Shapes::ListShape.new(name: 'PeeringList')
295
304
  PeeringState = Shapes::StringShape.new(name: 'PeeringState')
296
305
  PeeringType = Shapes::StringShape.new(name: 'PeeringType')
306
+ PermissionsErrorContext = Shapes::StructureShape.new(name: 'PermissionsErrorContext')
297
307
  ProposedNetworkFunctionGroupChange = Shapes::StructureShape.new(name: 'ProposedNetworkFunctionGroupChange')
298
308
  ProposedSegmentChange = Shapes::StructureShape.new(name: 'ProposedSegmentChange')
299
309
  PutCoreNetworkPolicyRequest = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyRequest')
@@ -477,8 +487,17 @@ module Aws::NetworkManager
477
487
  Attachment.add_member(:proposed_network_function_group_change, Shapes::ShapeRef.new(shape: ProposedNetworkFunctionGroupChange, location_name: "ProposedNetworkFunctionGroupChange"))
478
488
  Attachment.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
479
489
  Attachment.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "UpdatedAt"))
490
+ Attachment.add_member(:last_modification_errors, Shapes::ShapeRef.new(shape: AttachmentErrorList, location_name: "LastModificationErrors"))
480
491
  Attachment.struct_class = Types::Attachment
481
492
 
493
+ AttachmentError.add_member(:code, Shapes::ShapeRef.new(shape: AttachmentErrorCode, location_name: "Code"))
494
+ AttachmentError.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "Message"))
495
+ AttachmentError.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
496
+ AttachmentError.add_member(:request_id, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "RequestId"))
497
+ AttachmentError.struct_class = Types::AttachmentError
498
+
499
+ AttachmentErrorList.member = Shapes::ShapeRef.new(shape: AttachmentError)
500
+
482
501
  AttachmentList.member = Shapes::ShapeRef.new(shape: Attachment)
483
502
 
484
503
  Bandwidth.add_member(:upload_speed, Shapes::ShapeRef.new(shape: Integer, location_name: "UploadSpeed"))
@@ -510,6 +529,7 @@ module Aws::NetworkManager
510
529
  ConnectPeer.add_member(:configuration, Shapes::ShapeRef.new(shape: ConnectPeerConfiguration, location_name: "Configuration"))
511
530
  ConnectPeer.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
512
531
  ConnectPeer.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: SubnetArn, location_name: "SubnetArn"))
532
+ ConnectPeer.add_member(:last_modification_errors, Shapes::ShapeRef.new(shape: ConnectPeerErrorList, location_name: "LastModificationErrors"))
513
533
  ConnectPeer.struct_class = Types::ConnectPeer
514
534
 
515
535
  ConnectPeerAssociation.add_member(:connect_peer_id, Shapes::ShapeRef.new(shape: ConnectPeerId, location_name: "ConnectPeerId"))
@@ -536,6 +556,14 @@ module Aws::NetworkManager
536
556
  ConnectPeerConfiguration.add_member(:bgp_configurations, Shapes::ShapeRef.new(shape: ConnectPeerBgpConfigurationList, location_name: "BgpConfigurations"))
537
557
  ConnectPeerConfiguration.struct_class = Types::ConnectPeerConfiguration
538
558
 
559
+ ConnectPeerError.add_member(:code, Shapes::ShapeRef.new(shape: ConnectPeerErrorCode, location_name: "Code"))
560
+ ConnectPeerError.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "Message"))
561
+ ConnectPeerError.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
562
+ ConnectPeerError.add_member(:request_id, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "RequestId"))
563
+ ConnectPeerError.struct_class = Types::ConnectPeerError
564
+
565
+ ConnectPeerErrorList.member = Shapes::ShapeRef.new(shape: ConnectPeerError)
566
+
539
567
  ConnectPeerIdList.member = Shapes::ShapeRef.new(shape: ConnectPeerId)
540
568
 
541
569
  ConnectPeerSummary.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
@@ -1451,10 +1479,23 @@ module Aws::NetworkManager
1451
1479
  Peering.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
1452
1480
  Peering.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1453
1481
  Peering.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
1482
+ Peering.add_member(:last_modification_errors, Shapes::ShapeRef.new(shape: PeeringErrorList, location_name: "LastModificationErrors"))
1454
1483
  Peering.struct_class = Types::Peering
1455
1484
 
1485
+ PeeringError.add_member(:code, Shapes::ShapeRef.new(shape: PeeringErrorCode, location_name: "Code"))
1486
+ PeeringError.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "Message"))
1487
+ PeeringError.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
1488
+ PeeringError.add_member(:request_id, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "RequestId"))
1489
+ PeeringError.add_member(:missing_permissions_context, Shapes::ShapeRef.new(shape: PermissionsErrorContext, location_name: "MissingPermissionsContext"))
1490
+ PeeringError.struct_class = Types::PeeringError
1491
+
1492
+ PeeringErrorList.member = Shapes::ShapeRef.new(shape: PeeringError)
1493
+
1456
1494
  PeeringList.member = Shapes::ShapeRef.new(shape: Peering)
1457
1495
 
1496
+ PermissionsErrorContext.add_member(:missing_permission, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "MissingPermission"))
1497
+ PermissionsErrorContext.struct_class = Types::PermissionsErrorContext
1498
+
1458
1499
  ProposedNetworkFunctionGroupChange.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1459
1500
  ProposedNetworkFunctionGroupChange.add_member(:attachment_policy_rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "AttachmentPolicyRuleNumber"))
1460
1501
  ProposedNetworkFunctionGroupChange.add_member(:network_function_group_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "NetworkFunctionGroupName"))
@@ -306,6 +306,10 @@ module Aws::NetworkManager
306
306
  # The timestamp when the attachment was last updated.
307
307
  # @return [Time]
308
308
  #
309
+ # @!attribute [rw] last_modification_errors
310
+ # Describes the error associated with the attachment request.
311
+ # @return [Array<Types::AttachmentError>]
312
+ #
309
313
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/Attachment AWS API Documentation
310
314
  #
311
315
  class Attachment < Struct.new(
@@ -324,7 +328,37 @@ module Aws::NetworkManager
324
328
  :proposed_segment_change,
325
329
  :proposed_network_function_group_change,
326
330
  :created_at,
327
- :updated_at)
331
+ :updated_at,
332
+ :last_modification_errors)
333
+ SENSITIVE = []
334
+ include Aws::Structure
335
+ end
336
+
337
+ # Describes the error associated with an attachment request.
338
+ #
339
+ # @!attribute [rw] code
340
+ # The error code for the attachment request.
341
+ # @return [String]
342
+ #
343
+ # @!attribute [rw] message
344
+ # The message associated with the error `code`.
345
+ # @return [String]
346
+ #
347
+ # @!attribute [rw] resource_arn
348
+ # The ARN of the requested attachment resource.
349
+ # @return [String]
350
+ #
351
+ # @!attribute [rw] request_id
352
+ # The ID of the attachment request.
353
+ # @return [String]
354
+ #
355
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/AttachmentError AWS API Documentation
356
+ #
357
+ class AttachmentError < Struct.new(
358
+ :code,
359
+ :message,
360
+ :resource_arn,
361
+ :request_id)
328
362
  SENSITIVE = []
329
363
  include Aws::Structure
330
364
  end
@@ -463,6 +497,10 @@ module Aws::NetworkManager
463
497
  # protocol is NO\_ENCAP.
464
498
  # @return [String]
465
499
  #
500
+ # @!attribute [rw] last_modification_errors
501
+ # Describes the error associated with the attachment request.
502
+ # @return [Array<Types::ConnectPeerError>]
503
+ #
466
504
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ConnectPeer AWS API Documentation
467
505
  #
468
506
  class ConnectPeer < Struct.new(
@@ -474,7 +512,8 @@ module Aws::NetworkManager
474
512
  :created_at,
475
513
  :configuration,
476
514
  :tags,
477
- :subnet_arn)
515
+ :subnet_arn,
516
+ :last_modification_errors)
478
517
  SENSITIVE = []
479
518
  include Aws::Structure
480
519
  end
@@ -576,6 +615,35 @@ module Aws::NetworkManager
576
615
  include Aws::Structure
577
616
  end
578
617
 
618
+ # Describes an error associated with a Connect peer request
619
+ #
620
+ # @!attribute [rw] code
621
+ # The error code for the Connect peer request.
622
+ # @return [String]
623
+ #
624
+ # @!attribute [rw] message
625
+ # The message associated with the error `code`.
626
+ # @return [String]
627
+ #
628
+ # @!attribute [rw] resource_arn
629
+ # The ARN of the requested Connect peer resource.
630
+ # @return [String]
631
+ #
632
+ # @!attribute [rw] request_id
633
+ # The ID of the Connect peer request.
634
+ # @return [String]
635
+ #
636
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ConnectPeerError AWS API Documentation
637
+ #
638
+ class ConnectPeerError < Struct.new(
639
+ :code,
640
+ :message,
641
+ :resource_arn,
642
+ :request_id)
643
+ SENSITIVE = []
644
+ include Aws::Structure
645
+ end
646
+
579
647
  # Summary description of a Connect peer.
580
648
  #
581
649
  # @!attribute [rw] core_network_id
@@ -4603,6 +4671,10 @@ module Aws::NetworkManager
4603
4671
  # The timestamp when the attachment peer was created.
4604
4672
  # @return [Time]
4605
4673
  #
4674
+ # @!attribute [rw] last_modification_errors
4675
+ # Describes the error associated with the Connect peer request.
4676
+ # @return [Array<Types::PeeringError>]
4677
+ #
4606
4678
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/Peering AWS API Documentation
4607
4679
  #
4608
4680
  class Peering < Struct.new(
@@ -4615,7 +4687,57 @@ module Aws::NetworkManager
4615
4687
  :edge_location,
4616
4688
  :resource_arn,
4617
4689
  :tags,
4618
- :created_at)
4690
+ :created_at,
4691
+ :last_modification_errors)
4692
+ SENSITIVE = []
4693
+ include Aws::Structure
4694
+ end
4695
+
4696
+ # Describes an error associated with a peering request.
4697
+ #
4698
+ # @!attribute [rw] code
4699
+ # The error code for the peering request.
4700
+ # @return [String]
4701
+ #
4702
+ # @!attribute [rw] message
4703
+ # The message associated with the error `code`.
4704
+ # @return [String]
4705
+ #
4706
+ # @!attribute [rw] resource_arn
4707
+ # The ARN of the requested peering resource.
4708
+ # @return [String]
4709
+ #
4710
+ # @!attribute [rw] request_id
4711
+ # The ID of the Peering request.
4712
+ # @return [String]
4713
+ #
4714
+ # @!attribute [rw] missing_permissions_context
4715
+ # Provides additional information about missing permissions for the
4716
+ # peering error.
4717
+ # @return [Types::PermissionsErrorContext]
4718
+ #
4719
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/PeeringError AWS API Documentation
4720
+ #
4721
+ class PeeringError < Struct.new(
4722
+ :code,
4723
+ :message,
4724
+ :resource_arn,
4725
+ :request_id,
4726
+ :missing_permissions_context)
4727
+ SENSITIVE = []
4728
+ include Aws::Structure
4729
+ end
4730
+
4731
+ # Describes additional information about missing permissions.
4732
+ #
4733
+ # @!attribute [rw] missing_permission
4734
+ # The missing permissions.
4735
+ # @return [String]
4736
+ #
4737
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/PermissionsErrorContext AWS API Documentation
4738
+ #
4739
+ class PermissionsErrorContext < Struct.new(
4740
+ :missing_permission)
4619
4741
  SENSITIVE = []
4620
4742
  include Aws::Structure
4621
4743
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-networkmanager/customizations'
52
52
  # @!group service
53
53
  module Aws::NetworkManager
54
54
 
55
- GEM_VERSION = '1.46.0'
55
+ GEM_VERSION = '1.47.0'
56
56
 
57
57
  end
data/sig/types.rbs CHANGED
@@ -103,6 +103,15 @@ module Aws::NetworkManager
103
103
  attr_accessor proposed_network_function_group_change: Types::ProposedNetworkFunctionGroupChange
104
104
  attr_accessor created_at: ::Time
105
105
  attr_accessor updated_at: ::Time
106
+ attr_accessor last_modification_errors: ::Array[Types::AttachmentError]
107
+ SENSITIVE: []
108
+ end
109
+
110
+ class AttachmentError
111
+ attr_accessor code: ("VPC_NOT_FOUND" | "SUBNET_NOT_FOUND" | "SUBNET_DUPLICATED_IN_AVAILABILITY_ZONE" | "SUBNET_NO_FREE_ADDRESSES" | "SUBNET_UNSUPPORTED_AVAILABILITY_ZONE" | "SUBNET_NO_IPV6_CIDRS" | "VPN_CONNECTION_NOT_FOUND" | "MAXIMUM_NO_ENCAP_LIMIT_EXCEEDED")
112
+ attr_accessor message: ::String
113
+ attr_accessor resource_arn: ::String
114
+ attr_accessor request_id: ::String
106
115
  SENSITIVE: []
107
116
  end
108
117
 
@@ -146,6 +155,7 @@ module Aws::NetworkManager
146
155
  attr_accessor configuration: Types::ConnectPeerConfiguration
147
156
  attr_accessor tags: ::Array[Types::Tag]
148
157
  attr_accessor subnet_arn: ::String
158
+ attr_accessor last_modification_errors: ::Array[Types::ConnectPeerError]
149
159
  SENSITIVE: []
150
160
  end
151
161
 
@@ -175,6 +185,14 @@ module Aws::NetworkManager
175
185
  SENSITIVE: []
176
186
  end
177
187
 
188
+ class ConnectPeerError
189
+ attr_accessor code: ("EDGE_LOCATION_NO_FREE_IPS" | "EDGE_LOCATION_PEER_DUPLICATE" | "SUBNET_NOT_FOUND" | "IP_OUTSIDE_SUBNET_CIDR_RANGE" | "INVALID_INSIDE_CIDR_BLOCK" | "NO_ASSOCIATED_CIDR_BLOCK")
190
+ attr_accessor message: ::String
191
+ attr_accessor resource_arn: ::String
192
+ attr_accessor request_id: ::String
193
+ SENSITIVE: []
194
+ end
195
+
178
196
  class ConnectPeerSummary
179
197
  attr_accessor core_network_id: ::String
180
198
  attr_accessor connect_attachment_id: ::String
@@ -1336,6 +1354,21 @@ module Aws::NetworkManager
1336
1354
  attr_accessor resource_arn: ::String
1337
1355
  attr_accessor tags: ::Array[Types::Tag]
1338
1356
  attr_accessor created_at: ::Time
1357
+ attr_accessor last_modification_errors: ::Array[Types::PeeringError]
1358
+ SENSITIVE: []
1359
+ end
1360
+
1361
+ class PeeringError
1362
+ attr_accessor code: ("TRANSIT_GATEWAY_NOT_FOUND" | "TRANSIT_GATEWAY_PEERS_LIMIT_EXCEEDED" | "MISSING_PERMISSIONS" | "INTERNAL_ERROR" | "EDGE_LOCATION_PEER_DUPLICATE" | "INVALID_TRANSIT_GATEWAY_STATE")
1363
+ attr_accessor message: ::String
1364
+ attr_accessor resource_arn: ::String
1365
+ attr_accessor request_id: ::String
1366
+ attr_accessor missing_permissions_context: Types::PermissionsErrorContext
1367
+ SENSITIVE: []
1368
+ end
1369
+
1370
+ class PermissionsErrorContext
1371
+ attr_accessor missing_permission: ::String
1339
1372
  SENSITIVE: []
1340
1373
  end
1341
1374
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkmanager
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-24 00:00:00.000000000 Z
11
+ date: 2024-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.198.0
22
+ version: 3.199.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.198.0
32
+ version: 3.199.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement