aws-sdk-networkmanager 1.46.0 → 1.48.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: 1f67f1e097729eec640fb7f61b99ddf79559ec08cbbf5b7dc6b17eb457c0b1a6
4
+ data.tar.gz: 80842a43aa968cb2ec0a4d7170c171e1ac73ddc265f5383b195a963abe5b30f9
5
5
  SHA512:
6
- metadata.gz: 80aab2b77b61186fb395d4adf1e7af1a74bbd246ff527b49a5a75b1d3aab21927c4c3a0e3babc392cb0bef3f6ec70fc5b899c1126d4db4c78da930fc3231b9e8
7
- data.tar.gz: 40f131f35c340e01475523435d1ca798c25b1a9dd2d496798e0976b4cecd273e0e1bc965da95ea00df58d400dab6ce65b4df577f3ef1c35673c4f4a9dbe573ad
6
+ metadata.gz: 1236e888a0a4722c49dd8a37a91aa0f716d42f830f7aee2679f5ca14f92917bba4095d30373f7882245530907e841c7f9712f4ff7e838313f0757a06e5077537
7
+ data.tar.gz: 1ef33b8b5e9ec4b1cf36a02bf9628f3a22d23577d375ad81dadb9cf1e551dd9d04c0fc73fca5f54c0d48506b7b5f1820549a0c282f616ca66d2bfbdb54ebb7b5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2024-07-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.47.0 (2024-06-25)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.46.0 (2024-06-24)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.48.0
@@ -312,6 +312,15 @@ module Aws::NetworkManager
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -462,6 +471,11 @@ module Aws::NetworkManager
462
471
  # resp.attachment.proposed_network_function_group_change.network_function_group_name #=> String
463
472
  # resp.attachment.created_at #=> Time
464
473
  # resp.attachment.updated_at #=> Time
474
+ # resp.attachment.last_modification_errors #=> Array
475
+ # 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"
476
+ # resp.attachment.last_modification_errors[0].message #=> String
477
+ # resp.attachment.last_modification_errors[0].resource_arn #=> String
478
+ # resp.attachment.last_modification_errors[0].request_id #=> String
465
479
  #
466
480
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/AcceptAttachment AWS API Documentation
467
481
  #
@@ -756,6 +770,11 @@ module Aws::NetworkManager
756
770
  # resp.connect_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
757
771
  # resp.connect_attachment.attachment.created_at #=> Time
758
772
  # resp.connect_attachment.attachment.updated_at #=> Time
773
+ # resp.connect_attachment.attachment.last_modification_errors #=> Array
774
+ # 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"
775
+ # resp.connect_attachment.attachment.last_modification_errors[0].message #=> String
776
+ # resp.connect_attachment.attachment.last_modification_errors[0].resource_arn #=> String
777
+ # resp.connect_attachment.attachment.last_modification_errors[0].request_id #=> String
759
778
  # resp.connect_attachment.transport_attachment_id #=> String
760
779
  # resp.connect_attachment.options.protocol #=> String, one of "GRE", "NO_ENCAP"
761
780
  #
@@ -849,6 +868,11 @@ module Aws::NetworkManager
849
868
  # resp.connect_peer.tags[0].key #=> String
850
869
  # resp.connect_peer.tags[0].value #=> String
851
870
  # resp.connect_peer.subnet_arn #=> String
871
+ # resp.connect_peer.last_modification_errors #=> Array
872
+ # 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"
873
+ # resp.connect_peer.last_modification_errors[0].message #=> String
874
+ # resp.connect_peer.last_modification_errors[0].resource_arn #=> String
875
+ # resp.connect_peer.last_modification_errors[0].request_id #=> String
852
876
  #
853
877
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateConnectPeer AWS API Documentation
854
878
  #
@@ -1380,6 +1404,11 @@ module Aws::NetworkManager
1380
1404
  # resp.site_to_site_vpn_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
1381
1405
  # resp.site_to_site_vpn_attachment.attachment.created_at #=> Time
1382
1406
  # resp.site_to_site_vpn_attachment.attachment.updated_at #=> Time
1407
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors #=> Array
1408
+ # 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"
1409
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].message #=> String
1410
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1411
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].request_id #=> String
1383
1412
  # resp.site_to_site_vpn_attachment.vpn_connection_arn #=> String
1384
1413
  #
1385
1414
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateSiteToSiteVpnAttachment AWS API Documentation
@@ -1440,6 +1469,12 @@ module Aws::NetworkManager
1440
1469
  # resp.transit_gateway_peering.peering.tags[0].key #=> String
1441
1470
  # resp.transit_gateway_peering.peering.tags[0].value #=> String
1442
1471
  # resp.transit_gateway_peering.peering.created_at #=> Time
1472
+ # resp.transit_gateway_peering.peering.last_modification_errors #=> Array
1473
+ # 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"
1474
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].message #=> String
1475
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].resource_arn #=> String
1476
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].request_id #=> String
1477
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].missing_permissions_context.missing_permission #=> String
1443
1478
  # resp.transit_gateway_peering.transit_gateway_arn #=> String
1444
1479
  # resp.transit_gateway_peering.transit_gateway_peering_attachment_id #=> String
1445
1480
  #
@@ -1517,6 +1552,11 @@ module Aws::NetworkManager
1517
1552
  # resp.transit_gateway_route_table_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
1518
1553
  # resp.transit_gateway_route_table_attachment.attachment.created_at #=> Time
1519
1554
  # resp.transit_gateway_route_table_attachment.attachment.updated_at #=> Time
1555
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors #=> Array
1556
+ # 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"
1557
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].message #=> String
1558
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1559
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].request_id #=> String
1520
1560
  # resp.transit_gateway_route_table_attachment.peering_id #=> String
1521
1561
  # resp.transit_gateway_route_table_attachment.transit_gateway_route_table_arn #=> String
1522
1562
  #
@@ -1603,6 +1643,11 @@ module Aws::NetworkManager
1603
1643
  # resp.vpc_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
1604
1644
  # resp.vpc_attachment.attachment.created_at #=> Time
1605
1645
  # resp.vpc_attachment.attachment.updated_at #=> Time
1646
+ # resp.vpc_attachment.attachment.last_modification_errors #=> Array
1647
+ # 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"
1648
+ # resp.vpc_attachment.attachment.last_modification_errors[0].message #=> String
1649
+ # resp.vpc_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1650
+ # resp.vpc_attachment.attachment.last_modification_errors[0].request_id #=> String
1606
1651
  # resp.vpc_attachment.subnet_arns #=> Array
1607
1652
  # resp.vpc_attachment.subnet_arns[0] #=> String
1608
1653
  # resp.vpc_attachment.options.ipv_6_support #=> Boolean
@@ -1660,6 +1705,11 @@ module Aws::NetworkManager
1660
1705
  # resp.attachment.proposed_network_function_group_change.network_function_group_name #=> String
1661
1706
  # resp.attachment.created_at #=> Time
1662
1707
  # resp.attachment.updated_at #=> Time
1708
+ # resp.attachment.last_modification_errors #=> Array
1709
+ # 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"
1710
+ # resp.attachment.last_modification_errors[0].message #=> String
1711
+ # resp.attachment.last_modification_errors[0].resource_arn #=> String
1712
+ # resp.attachment.last_modification_errors[0].request_id #=> String
1663
1713
  #
1664
1714
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeleteAttachment AWS API Documentation
1665
1715
  #
@@ -1707,6 +1757,11 @@ module Aws::NetworkManager
1707
1757
  # resp.connect_peer.tags[0].key #=> String
1708
1758
  # resp.connect_peer.tags[0].value #=> String
1709
1759
  # resp.connect_peer.subnet_arn #=> String
1760
+ # resp.connect_peer.last_modification_errors #=> Array
1761
+ # 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"
1762
+ # resp.connect_peer.last_modification_errors[0].message #=> String
1763
+ # resp.connect_peer.last_modification_errors[0].resource_arn #=> String
1764
+ # resp.connect_peer.last_modification_errors[0].request_id #=> String
1710
1765
  #
1711
1766
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeleteConnectPeer AWS API Documentation
1712
1767
  #
@@ -2023,6 +2078,12 @@ module Aws::NetworkManager
2023
2078
  # resp.peering.tags[0].key #=> String
2024
2079
  # resp.peering.tags[0].value #=> String
2025
2080
  # resp.peering.created_at #=> Time
2081
+ # resp.peering.last_modification_errors #=> Array
2082
+ # 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"
2083
+ # resp.peering.last_modification_errors[0].message #=> String
2084
+ # resp.peering.last_modification_errors[0].resource_arn #=> String
2085
+ # resp.peering.last_modification_errors[0].request_id #=> String
2086
+ # resp.peering.last_modification_errors[0].missing_permissions_context.missing_permission #=> String
2026
2087
  #
2027
2088
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeletePeering AWS API Documentation
2028
2089
  #
@@ -2407,6 +2468,11 @@ module Aws::NetworkManager
2407
2468
  # resp.connect_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
2408
2469
  # resp.connect_attachment.attachment.created_at #=> Time
2409
2470
  # resp.connect_attachment.attachment.updated_at #=> Time
2471
+ # resp.connect_attachment.attachment.last_modification_errors #=> Array
2472
+ # 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"
2473
+ # resp.connect_attachment.attachment.last_modification_errors[0].message #=> String
2474
+ # resp.connect_attachment.attachment.last_modification_errors[0].resource_arn #=> String
2475
+ # resp.connect_attachment.attachment.last_modification_errors[0].request_id #=> String
2410
2476
  # resp.connect_attachment.transport_attachment_id #=> String
2411
2477
  # resp.connect_attachment.options.protocol #=> String, one of "GRE", "NO_ENCAP"
2412
2478
  #
@@ -2456,6 +2522,11 @@ module Aws::NetworkManager
2456
2522
  # resp.connect_peer.tags[0].key #=> String
2457
2523
  # resp.connect_peer.tags[0].value #=> String
2458
2524
  # resp.connect_peer.subnet_arn #=> String
2525
+ # resp.connect_peer.last_modification_errors #=> Array
2526
+ # 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"
2527
+ # resp.connect_peer.last_modification_errors[0].message #=> String
2528
+ # resp.connect_peer.last_modification_errors[0].resource_arn #=> String
2529
+ # resp.connect_peer.last_modification_errors[0].request_id #=> String
2459
2530
  #
2460
2531
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetConnectPeer AWS API Documentation
2461
2532
  #
@@ -3716,6 +3787,11 @@ module Aws::NetworkManager
3716
3787
  # resp.site_to_site_vpn_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
3717
3788
  # resp.site_to_site_vpn_attachment.attachment.created_at #=> Time
3718
3789
  # resp.site_to_site_vpn_attachment.attachment.updated_at #=> Time
3790
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors #=> Array
3791
+ # 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"
3792
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].message #=> String
3793
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].resource_arn #=> String
3794
+ # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].request_id #=> String
3719
3795
  # resp.site_to_site_vpn_attachment.vpn_connection_arn #=> String
3720
3796
  #
3721
3797
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetSiteToSiteVpnAttachment AWS API Documentation
@@ -3862,6 +3938,12 @@ module Aws::NetworkManager
3862
3938
  # resp.transit_gateway_peering.peering.tags[0].key #=> String
3863
3939
  # resp.transit_gateway_peering.peering.tags[0].value #=> String
3864
3940
  # resp.transit_gateway_peering.peering.created_at #=> Time
3941
+ # resp.transit_gateway_peering.peering.last_modification_errors #=> Array
3942
+ # 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"
3943
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].message #=> String
3944
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].resource_arn #=> String
3945
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].request_id #=> String
3946
+ # resp.transit_gateway_peering.peering.last_modification_errors[0].missing_permissions_context.missing_permission #=> String
3865
3947
  # resp.transit_gateway_peering.transit_gateway_arn #=> String
3866
3948
  # resp.transit_gateway_peering.transit_gateway_peering_attachment_id #=> String
3867
3949
  #
@@ -3967,6 +4049,11 @@ module Aws::NetworkManager
3967
4049
  # resp.transit_gateway_route_table_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
3968
4050
  # resp.transit_gateway_route_table_attachment.attachment.created_at #=> Time
3969
4051
  # resp.transit_gateway_route_table_attachment.attachment.updated_at #=> Time
4052
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors #=> Array
4053
+ # 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"
4054
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].message #=> String
4055
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].resource_arn #=> String
4056
+ # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].request_id #=> String
3970
4057
  # resp.transit_gateway_route_table_attachment.peering_id #=> String
3971
4058
  # resp.transit_gateway_route_table_attachment.transit_gateway_route_table_arn #=> String
3972
4059
  #
@@ -4022,6 +4109,11 @@ module Aws::NetworkManager
4022
4109
  # resp.vpc_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
4023
4110
  # resp.vpc_attachment.attachment.created_at #=> Time
4024
4111
  # resp.vpc_attachment.attachment.updated_at #=> Time
4112
+ # resp.vpc_attachment.attachment.last_modification_errors #=> Array
4113
+ # 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"
4114
+ # resp.vpc_attachment.attachment.last_modification_errors[0].message #=> String
4115
+ # resp.vpc_attachment.attachment.last_modification_errors[0].resource_arn #=> String
4116
+ # resp.vpc_attachment.attachment.last_modification_errors[0].request_id #=> String
4025
4117
  # resp.vpc_attachment.subnet_arns #=> Array
4026
4118
  # resp.vpc_attachment.subnet_arns[0] #=> String
4027
4119
  # resp.vpc_attachment.options.ipv_6_support #=> Boolean
@@ -4103,6 +4195,11 @@ module Aws::NetworkManager
4103
4195
  # resp.attachments[0].proposed_network_function_group_change.network_function_group_name #=> String
4104
4196
  # resp.attachments[0].created_at #=> Time
4105
4197
  # resp.attachments[0].updated_at #=> Time
4198
+ # resp.attachments[0].last_modification_errors #=> Array
4199
+ # 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"
4200
+ # resp.attachments[0].last_modification_errors[0].message #=> String
4201
+ # resp.attachments[0].last_modification_errors[0].resource_arn #=> String
4202
+ # resp.attachments[0].last_modification_errors[0].request_id #=> String
4106
4203
  # resp.next_token #=> String
4107
4204
  #
4108
4205
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ListAttachments AWS API Documentation
@@ -4352,6 +4449,12 @@ module Aws::NetworkManager
4352
4449
  # resp.peerings[0].tags[0].key #=> String
4353
4450
  # resp.peerings[0].tags[0].value #=> String
4354
4451
  # resp.peerings[0].created_at #=> Time
4452
+ # resp.peerings[0].last_modification_errors #=> Array
4453
+ # 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"
4454
+ # resp.peerings[0].last_modification_errors[0].message #=> String
4455
+ # resp.peerings[0].last_modification_errors[0].resource_arn #=> String
4456
+ # resp.peerings[0].last_modification_errors[0].request_id #=> String
4457
+ # resp.peerings[0].last_modification_errors[0].missing_permissions_context.missing_permission #=> String
4355
4458
  # resp.next_token #=> String
4356
4459
  #
4357
4460
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ListPeerings AWS API Documentation
@@ -4575,6 +4678,11 @@ module Aws::NetworkManager
4575
4678
  # resp.attachment.proposed_network_function_group_change.network_function_group_name #=> String
4576
4679
  # resp.attachment.created_at #=> Time
4577
4680
  # resp.attachment.updated_at #=> Time
4681
+ # resp.attachment.last_modification_errors #=> Array
4682
+ # 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"
4683
+ # resp.attachment.last_modification_errors[0].message #=> String
4684
+ # resp.attachment.last_modification_errors[0].resource_arn #=> String
4685
+ # resp.attachment.last_modification_errors[0].request_id #=> String
4578
4686
  #
4579
4687
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/RejectAttachment AWS API Documentation
4580
4688
  #
@@ -5309,6 +5417,11 @@ module Aws::NetworkManager
5309
5417
  # resp.vpc_attachment.attachment.proposed_network_function_group_change.network_function_group_name #=> String
5310
5418
  # resp.vpc_attachment.attachment.created_at #=> Time
5311
5419
  # resp.vpc_attachment.attachment.updated_at #=> Time
5420
+ # resp.vpc_attachment.attachment.last_modification_errors #=> Array
5421
+ # 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"
5422
+ # resp.vpc_attachment.attachment.last_modification_errors[0].message #=> String
5423
+ # resp.vpc_attachment.attachment.last_modification_errors[0].resource_arn #=> String
5424
+ # resp.vpc_attachment.attachment.last_modification_errors[0].request_id #=> String
5312
5425
  # resp.vpc_attachment.subnet_arns #=> Array
5313
5426
  # resp.vpc_attachment.subnet_arns[0] #=> String
5314
5427
  # resp.vpc_attachment.options.ipv_6_support #=> Boolean
@@ -5336,7 +5449,7 @@ module Aws::NetworkManager
5336
5449
  params: params,
5337
5450
  config: config)
5338
5451
  context[:gem_name] = 'aws-sdk-networkmanager'
5339
- context[:gem_version] = '1.46.0'
5452
+ context[:gem_version] = '1.48.0'
5340
5453
  Seahorse::Client::Request.new(handlers, context)
5341
5454
  end
5342
5455
 
@@ -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.48.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
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.48.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-07-02 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.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.198.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for AWS Network Manager (NetworkManager). This
48
48
  gem is part of the AWS SDK for Ruby.
49
49
  email: