aws-sdk-networkmanager 1.71.0 → 1.73.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.
@@ -525,7 +525,7 @@ module Aws::NetworkManager
525
525
  # resp.attachment.created_at #=> Time
526
526
  # resp.attachment.updated_at #=> Time
527
527
  # resp.attachment.last_modification_errors #=> Array
528
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
528
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
529
529
  # resp.attachment.last_modification_errors[0].message #=> String
530
530
  # resp.attachment.last_modification_errors[0].resource_arn #=> String
531
531
  # resp.attachment.last_modification_errors[0].request_id #=> String
@@ -761,6 +761,10 @@ module Aws::NetworkManager
761
761
  # @option params [required, String] :transport_attachment_id
762
762
  # The ID of the attachment between the two connections.
763
763
  #
764
+ # @option params [String] :routing_policy_label
765
+ # The routing policy label to apply to the Connect attachment for
766
+ # traffic routing decisions.
767
+ #
764
768
  # @option params [required, Types::ConnectAttachmentOptions] :options
765
769
  # Options for creating an attachment.
766
770
  #
@@ -783,6 +787,7 @@ module Aws::NetworkManager
783
787
  # core_network_id: "CoreNetworkId", # required
784
788
  # edge_location: "ExternalRegionCode", # required
785
789
  # transport_attachment_id: "AttachmentId", # required
790
+ # routing_policy_label: "ConstrainedString",
786
791
  # options: { # required
787
792
  # protocol: "GRE", # accepts GRE, NO_ENCAP
788
793
  # },
@@ -826,7 +831,7 @@ module Aws::NetworkManager
826
831
  # resp.connect_attachment.attachment.created_at #=> Time
827
832
  # resp.connect_attachment.attachment.updated_at #=> Time
828
833
  # resp.connect_attachment.attachment.last_modification_errors #=> Array
829
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
834
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
830
835
  # resp.connect_attachment.attachment.last_modification_errors[0].message #=> String
831
836
  # resp.connect_attachment.attachment.last_modification_errors[0].resource_arn #=> String
832
837
  # resp.connect_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -1092,6 +1097,55 @@ module Aws::NetworkManager
1092
1097
  req.send_request(options)
1093
1098
  end
1094
1099
 
1100
+ # Creates an association between a core network and a prefix list for
1101
+ # routing control.
1102
+ #
1103
+ # @option params [required, String] :core_network_id
1104
+ # The ID of the core network to associate with the prefix list.
1105
+ #
1106
+ # @option params [required, String] :prefix_list_arn
1107
+ # The ARN of the prefix list to associate with the core network.
1108
+ #
1109
+ # @option params [required, String] :prefix_list_alias
1110
+ # An optional alias for the prefix list association.
1111
+ #
1112
+ # @option params [String] :client_token
1113
+ # A unique, case-sensitive identifier that you provide to ensure the
1114
+ # idempotency of the request.
1115
+ #
1116
+ # **A suitable default value is auto-generated.** You should normally
1117
+ # not need to pass this option.**
1118
+ #
1119
+ # @return [Types::CreateCoreNetworkPrefixListAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1120
+ #
1121
+ # * {Types::CreateCoreNetworkPrefixListAssociationResponse#core_network_id #core_network_id} => String
1122
+ # * {Types::CreateCoreNetworkPrefixListAssociationResponse#prefix_list_arn #prefix_list_arn} => String
1123
+ # * {Types::CreateCoreNetworkPrefixListAssociationResponse#prefix_list_alias #prefix_list_alias} => String
1124
+ #
1125
+ # @example Request syntax with placeholder values
1126
+ #
1127
+ # resp = client.create_core_network_prefix_list_association({
1128
+ # core_network_id: "CoreNetworkId", # required
1129
+ # prefix_list_arn: "PrefixListArn", # required
1130
+ # prefix_list_alias: "ConstrainedString", # required
1131
+ # client_token: "ClientToken",
1132
+ # })
1133
+ #
1134
+ # @example Response structure
1135
+ #
1136
+ # resp.core_network_id #=> String
1137
+ # resp.prefix_list_arn #=> String
1138
+ # resp.prefix_list_alias #=> String
1139
+ #
1140
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateCoreNetworkPrefixListAssociation AWS API Documentation
1141
+ #
1142
+ # @overload create_core_network_prefix_list_association(params = {})
1143
+ # @param [Hash] params ({})
1144
+ def create_core_network_prefix_list_association(params = {}, options = {})
1145
+ req = build_request(:create_core_network_prefix_list_association, params)
1146
+ req.send_request(options)
1147
+ end
1148
+
1095
1149
  # Creates a new device in a global network. If you specify both a site
1096
1150
  # ID and a location, the location of the site is used for visualization
1097
1151
  # in the Network Manager console.
@@ -1206,6 +1260,10 @@ module Aws::NetworkManager
1206
1260
  # @option params [required, String] :direct_connect_gateway_arn
1207
1261
  # The ARN of the Direct Connect gateway attachment.
1208
1262
  #
1263
+ # @option params [String] :routing_policy_label
1264
+ # The routing policy label to apply to the Direct Connect Gateway
1265
+ # attachment for traffic routing decisions.
1266
+ #
1209
1267
  # @option params [required, Array<String>] :edge_locations
1210
1268
  # One or more core network edge locations that the Direct Connect
1211
1269
  # gateway attachment is associated with.
@@ -1229,6 +1287,7 @@ module Aws::NetworkManager
1229
1287
  # resp = client.create_direct_connect_gateway_attachment({
1230
1288
  # core_network_id: "CoreNetworkId", # required
1231
1289
  # direct_connect_gateway_arn: "DirectConnectGatewayArn", # required
1290
+ # routing_policy_label: "ConstrainedString",
1232
1291
  # edge_locations: ["ExternalRegionCode"], # required
1233
1292
  # tags: [
1234
1293
  # {
@@ -1270,7 +1329,7 @@ module Aws::NetworkManager
1270
1329
  # resp.direct_connect_gateway_attachment.attachment.created_at #=> Time
1271
1330
  # resp.direct_connect_gateway_attachment.attachment.updated_at #=> Time
1272
1331
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors #=> Array
1273
- # resp.direct_connect_gateway_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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
1332
+ # resp.direct_connect_gateway_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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
1274
1333
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors[0].message #=> String
1275
1334
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1276
1335
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -1492,6 +1551,10 @@ module Aws::NetworkManager
1492
1551
  # @option params [required, String] :vpn_connection_arn
1493
1552
  # The ARN identifying the VPN attachment.
1494
1553
  #
1554
+ # @option params [String] :routing_policy_label
1555
+ # The routing policy label to apply to the Site-to-Site VPN attachment
1556
+ # for traffic routing decisions.
1557
+ #
1495
1558
  # @option params [Array<Types::Tag>] :tags
1496
1559
  # The tags associated with the request.
1497
1560
  #
@@ -1510,6 +1573,7 @@ module Aws::NetworkManager
1510
1573
  # resp = client.create_site_to_site_vpn_attachment({
1511
1574
  # core_network_id: "CoreNetworkId", # required
1512
1575
  # vpn_connection_arn: "VpnConnectionArn", # required
1576
+ # routing_policy_label: "ConstrainedString",
1513
1577
  # tags: [
1514
1578
  # {
1515
1579
  # key: "TagKey",
@@ -1550,7 +1614,7 @@ module Aws::NetworkManager
1550
1614
  # resp.site_to_site_vpn_attachment.attachment.created_at #=> Time
1551
1615
  # resp.site_to_site_vpn_attachment.attachment.updated_at #=> Time
1552
1616
  # resp.site_to_site_vpn_attachment.attachment.last_modification_errors #=> Array
1553
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
1617
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
1554
1618
  # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].message #=> String
1555
1619
  # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1556
1620
  # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -1642,6 +1706,10 @@ module Aws::NetworkManager
1642
1706
  # For example, `"TransitGatewayRouteTableArn":
1643
1707
  # "arn:aws:ec2:us-west-2:123456789012:transit-gateway-route-table/tgw-rtb-9876543210123456"`.
1644
1708
  #
1709
+ # @option params [String] :routing_policy_label
1710
+ # The routing policy label to apply to the Transit Gateway route table
1711
+ # attachment for traffic routing decisions.
1712
+ #
1645
1713
  # @option params [Array<Types::Tag>] :tags
1646
1714
  # The list of key-value tags associated with the request.
1647
1715
  #
@@ -1660,6 +1728,7 @@ module Aws::NetworkManager
1660
1728
  # resp = client.create_transit_gateway_route_table_attachment({
1661
1729
  # peering_id: "PeeringId", # required
1662
1730
  # transit_gateway_route_table_arn: "TransitGatewayRouteTableArn", # required
1731
+ # routing_policy_label: "ConstrainedString",
1663
1732
  # tags: [
1664
1733
  # {
1665
1734
  # key: "TagKey",
@@ -1700,7 +1769,7 @@ module Aws::NetworkManager
1700
1769
  # resp.transit_gateway_route_table_attachment.attachment.created_at #=> Time
1701
1770
  # resp.transit_gateway_route_table_attachment.attachment.updated_at #=> Time
1702
1771
  # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors #=> Array
1703
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
1772
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
1704
1773
  # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].message #=> String
1705
1774
  # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1706
1775
  # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -1730,6 +1799,10 @@ module Aws::NetworkManager
1730
1799
  # @option params [Types::VpcOptions] :options
1731
1800
  # Options for the VPC attachment.
1732
1801
  #
1802
+ # @option params [String] :routing_policy_label
1803
+ # The routing policy label to apply to the VPC attachment for traffic
1804
+ # routing decisions.
1805
+ #
1733
1806
  # @option params [Array<Types::Tag>] :tags
1734
1807
  # The key-value tags associated with the request.
1735
1808
  #
@@ -1755,6 +1828,7 @@ module Aws::NetworkManager
1755
1828
  # dns_support: false,
1756
1829
  # security_group_referencing_support: false,
1757
1830
  # },
1831
+ # routing_policy_label: "ConstrainedString",
1758
1832
  # tags: [
1759
1833
  # {
1760
1834
  # key: "TagKey",
@@ -1795,7 +1869,7 @@ module Aws::NetworkManager
1795
1869
  # resp.vpc_attachment.attachment.created_at #=> Time
1796
1870
  # resp.vpc_attachment.attachment.updated_at #=> Time
1797
1871
  # resp.vpc_attachment.attachment.last_modification_errors #=> Array
1798
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
1872
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
1799
1873
  # resp.vpc_attachment.attachment.last_modification_errors[0].message #=> String
1800
1874
  # resp.vpc_attachment.attachment.last_modification_errors[0].resource_arn #=> String
1801
1875
  # resp.vpc_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -1861,7 +1935,7 @@ module Aws::NetworkManager
1861
1935
  # resp.attachment.created_at #=> Time
1862
1936
  # resp.attachment.updated_at #=> Time
1863
1937
  # resp.attachment.last_modification_errors #=> Array
1864
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
1938
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
1865
1939
  # resp.attachment.last_modification_errors[0].message #=> String
1866
1940
  # resp.attachment.last_modification_errors[0].resource_arn #=> String
1867
1941
  # resp.attachment.last_modification_errors[0].request_id #=> String
@@ -2070,6 +2144,41 @@ module Aws::NetworkManager
2070
2144
  req.send_request(options)
2071
2145
  end
2072
2146
 
2147
+ # Deletes an association between a core network and a prefix list.
2148
+ #
2149
+ # @option params [required, String] :core_network_id
2150
+ # The ID of the core network from which to delete the prefix list
2151
+ # association.
2152
+ #
2153
+ # @option params [required, String] :prefix_list_arn
2154
+ # The ARN of the prefix list to disassociate from the core network.
2155
+ #
2156
+ # @return [Types::DeleteCoreNetworkPrefixListAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2157
+ #
2158
+ # * {Types::DeleteCoreNetworkPrefixListAssociationResponse#core_network_id #core_network_id} => String
2159
+ # * {Types::DeleteCoreNetworkPrefixListAssociationResponse#prefix_list_arn #prefix_list_arn} => String
2160
+ #
2161
+ # @example Request syntax with placeholder values
2162
+ #
2163
+ # resp = client.delete_core_network_prefix_list_association({
2164
+ # core_network_id: "CoreNetworkId", # required
2165
+ # prefix_list_arn: "PrefixListArn", # required
2166
+ # })
2167
+ #
2168
+ # @example Response structure
2169
+ #
2170
+ # resp.core_network_id #=> String
2171
+ # resp.prefix_list_arn #=> String
2172
+ #
2173
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeleteCoreNetworkPrefixListAssociation AWS API Documentation
2174
+ #
2175
+ # @overload delete_core_network_prefix_list_association(params = {})
2176
+ # @param [Hash] params ({})
2177
+ def delete_core_network_prefix_list_association(params = {}, options = {})
2178
+ req = build_request(:delete_core_network_prefix_list_association, params)
2179
+ req.send_request(options)
2180
+ end
2181
+
2073
2182
  # Deletes an existing device. You must first disassociate the device
2074
2183
  # from any links and customer gateways.
2075
2184
  #
@@ -2626,7 +2735,7 @@ module Aws::NetworkManager
2626
2735
  # resp.connect_attachment.attachment.created_at #=> Time
2627
2736
  # resp.connect_attachment.attachment.updated_at #=> Time
2628
2737
  # resp.connect_attachment.attachment.last_modification_errors #=> Array
2629
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
2738
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
2630
2739
  # resp.connect_attachment.attachment.last_modification_errors[0].message #=> String
2631
2740
  # resp.connect_attachment.attachment.last_modification_errors[0].resource_arn #=> String
2632
2741
  # resp.connect_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -2893,16 +3002,23 @@ module Aws::NetworkManager
2893
3002
  # @example Response structure
2894
3003
  #
2895
3004
  # resp.core_network_change_events #=> Array
2896
- # resp.core_network_change_events[0].type #=> String, one of "CORE_NETWORK_SEGMENT", "NETWORK_FUNCTION_GROUP", "CORE_NETWORK_EDGE", "ATTACHMENT_MAPPING", "ATTACHMENT_ROUTE_PROPAGATION", "ATTACHMENT_ROUTE_STATIC", "CORE_NETWORK_CONFIGURATION", "SEGMENTS_CONFIGURATION", "SEGMENT_ACTIONS_CONFIGURATION", "ATTACHMENT_POLICIES_CONFIGURATION"
3005
+ # resp.core_network_change_events[0].type #=> String, one of "CORE_NETWORK_SEGMENT", "NETWORK_FUNCTION_GROUP", "CORE_NETWORK_EDGE", "ATTACHMENT_MAPPING", "ATTACHMENT_ROUTE_PROPAGATION", "ATTACHMENT_ROUTE_STATIC", "ROUTING_POLICY", "ROUTING_POLICY_SEGMENT_ASSOCIATION", "ROUTING_POLICY_EDGE_ASSOCIATION", "ROUTING_POLICY_ATTACHMENT_ASSOCIATION", "CORE_NETWORK_CONFIGURATION", "SEGMENTS_CONFIGURATION", "SEGMENT_ACTIONS_CONFIGURATION", "ATTACHMENT_POLICIES_CONFIGURATION"
2897
3006
  # resp.core_network_change_events[0].action #=> String, one of "ADD", "MODIFY", "REMOVE"
2898
3007
  # resp.core_network_change_events[0].identifier_path #=> String
2899
3008
  # resp.core_network_change_events[0].event_time #=> Time
2900
3009
  # resp.core_network_change_events[0].status #=> String, one of "NOT_STARTED", "IN_PROGRESS", "COMPLETE", "FAILED"
2901
3010
  # resp.core_network_change_events[0].values.edge_location #=> String
3011
+ # resp.core_network_change_events[0].values.peer_edge_location #=> String
3012
+ # resp.core_network_change_events[0].values.routing_policy_direction #=> String, one of "inbound", "outbound"
2902
3013
  # resp.core_network_change_events[0].values.segment_name #=> String
2903
3014
  # resp.core_network_change_events[0].values.network_function_group_name #=> String
2904
3015
  # resp.core_network_change_events[0].values.attachment_id #=> String
2905
3016
  # resp.core_network_change_events[0].values.cidr #=> String
3017
+ # resp.core_network_change_events[0].values.routing_policy_association_details #=> Array
3018
+ # resp.core_network_change_events[0].values.routing_policy_association_details[0].routing_policy_names #=> Array
3019
+ # resp.core_network_change_events[0].values.routing_policy_association_details[0].routing_policy_names[0] #=> String
3020
+ # resp.core_network_change_events[0].values.routing_policy_association_details[0].shared_segments #=> Array
3021
+ # resp.core_network_change_events[0].values.routing_policy_association_details[0].shared_segments[0] #=> String
2906
3022
  # resp.next_token #=> String
2907
3023
  #
2908
3024
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetCoreNetworkChangeEvents AWS API Documentation
@@ -2948,7 +3064,7 @@ module Aws::NetworkManager
2948
3064
  # @example Response structure
2949
3065
  #
2950
3066
  # resp.core_network_changes #=> Array
2951
- # resp.core_network_changes[0].type #=> String, one of "CORE_NETWORK_SEGMENT", "NETWORK_FUNCTION_GROUP", "CORE_NETWORK_EDGE", "ATTACHMENT_MAPPING", "ATTACHMENT_ROUTE_PROPAGATION", "ATTACHMENT_ROUTE_STATIC", "CORE_NETWORK_CONFIGURATION", "SEGMENTS_CONFIGURATION", "SEGMENT_ACTIONS_CONFIGURATION", "ATTACHMENT_POLICIES_CONFIGURATION"
3067
+ # resp.core_network_changes[0].type #=> String, one of "CORE_NETWORK_SEGMENT", "NETWORK_FUNCTION_GROUP", "CORE_NETWORK_EDGE", "ATTACHMENT_MAPPING", "ATTACHMENT_ROUTE_PROPAGATION", "ATTACHMENT_ROUTE_STATIC", "ROUTING_POLICY", "ROUTING_POLICY_SEGMENT_ASSOCIATION", "ROUTING_POLICY_EDGE_ASSOCIATION", "ROUTING_POLICY_ATTACHMENT_ASSOCIATION", "CORE_NETWORK_CONFIGURATION", "SEGMENTS_CONFIGURATION", "SEGMENT_ACTIONS_CONFIGURATION", "ATTACHMENT_POLICIES_CONFIGURATION"
2952
3068
  # resp.core_network_changes[0].action #=> String, one of "ADD", "MODIFY", "REMOVE"
2953
3069
  # resp.core_network_changes[0].identifier #=> String
2954
3070
  # resp.core_network_changes[0].previous_values.segment_name #=> String
@@ -2977,6 +3093,16 @@ module Aws::NetworkManager
2977
3093
  # resp.core_network_changes[0].previous_values.vpn_ecmp_support #=> Boolean
2978
3094
  # resp.core_network_changes[0].previous_values.dns_support #=> Boolean
2979
3095
  # resp.core_network_changes[0].previous_values.security_group_referencing_support #=> Boolean
3096
+ # resp.core_network_changes[0].previous_values.routing_policy_direction #=> String, one of "inbound", "outbound"
3097
+ # resp.core_network_changes[0].previous_values.routing_policy #=> String
3098
+ # resp.core_network_changes[0].previous_values.peer_edge_locations #=> Array
3099
+ # resp.core_network_changes[0].previous_values.peer_edge_locations[0] #=> String
3100
+ # resp.core_network_changes[0].previous_values.attachment_id #=> String
3101
+ # resp.core_network_changes[0].previous_values.routing_policy_association_details #=> Array
3102
+ # resp.core_network_changes[0].previous_values.routing_policy_association_details[0].routing_policy_names #=> Array
3103
+ # resp.core_network_changes[0].previous_values.routing_policy_association_details[0].routing_policy_names[0] #=> String
3104
+ # resp.core_network_changes[0].previous_values.routing_policy_association_details[0].shared_segments #=> Array
3105
+ # resp.core_network_changes[0].previous_values.routing_policy_association_details[0].shared_segments[0] #=> String
2980
3106
  # resp.core_network_changes[0].new_values.segment_name #=> String
2981
3107
  # resp.core_network_changes[0].new_values.network_function_group_name #=> String
2982
3108
  # resp.core_network_changes[0].new_values.edge_locations #=> Array
@@ -3003,6 +3129,16 @@ module Aws::NetworkManager
3003
3129
  # resp.core_network_changes[0].new_values.vpn_ecmp_support #=> Boolean
3004
3130
  # resp.core_network_changes[0].new_values.dns_support #=> Boolean
3005
3131
  # resp.core_network_changes[0].new_values.security_group_referencing_support #=> Boolean
3132
+ # resp.core_network_changes[0].new_values.routing_policy_direction #=> String, one of "inbound", "outbound"
3133
+ # resp.core_network_changes[0].new_values.routing_policy #=> String
3134
+ # resp.core_network_changes[0].new_values.peer_edge_locations #=> Array
3135
+ # resp.core_network_changes[0].new_values.peer_edge_locations[0] #=> String
3136
+ # resp.core_network_changes[0].new_values.attachment_id #=> String
3137
+ # resp.core_network_changes[0].new_values.routing_policy_association_details #=> Array
3138
+ # resp.core_network_changes[0].new_values.routing_policy_association_details[0].routing_policy_names #=> Array
3139
+ # resp.core_network_changes[0].new_values.routing_policy_association_details[0].routing_policy_names[0] #=> String
3140
+ # resp.core_network_changes[0].new_values.routing_policy_association_details[0].shared_segments #=> Array
3141
+ # resp.core_network_changes[0].new_values.routing_policy_association_details[0].shared_segments[0] #=> String
3006
3142
  # resp.core_network_changes[0].identifier_path #=> String
3007
3143
  # resp.next_token #=> String
3008
3144
  #
@@ -3229,7 +3365,7 @@ module Aws::NetworkManager
3229
3365
  # resp.direct_connect_gateway_attachment.attachment.created_at #=> Time
3230
3366
  # resp.direct_connect_gateway_attachment.attachment.updated_at #=> Time
3231
3367
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors #=> Array
3232
- # resp.direct_connect_gateway_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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
3368
+ # resp.direct_connect_gateway_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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
3233
3369
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors[0].message #=> String
3234
3370
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors[0].resource_arn #=> String
3235
3371
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -4016,7 +4152,7 @@ module Aws::NetworkManager
4016
4152
  # resp.site_to_site_vpn_attachment.attachment.created_at #=> Time
4017
4153
  # resp.site_to_site_vpn_attachment.attachment.updated_at #=> Time
4018
4154
  # resp.site_to_site_vpn_attachment.attachment.last_modification_errors #=> Array
4019
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
4155
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
4020
4156
  # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].message #=> String
4021
4157
  # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].resource_arn #=> String
4022
4158
  # resp.site_to_site_vpn_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -4280,7 +4416,7 @@ module Aws::NetworkManager
4280
4416
  # resp.transit_gateway_route_table_attachment.attachment.created_at #=> Time
4281
4417
  # resp.transit_gateway_route_table_attachment.attachment.updated_at #=> Time
4282
4418
  # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors #=> Array
4283
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
4419
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
4284
4420
  # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].message #=> String
4285
4421
  # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].resource_arn #=> String
4286
4422
  # resp.transit_gateway_route_table_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -4342,7 +4478,7 @@ module Aws::NetworkManager
4342
4478
  # resp.vpc_attachment.attachment.created_at #=> Time
4343
4479
  # resp.vpc_attachment.attachment.updated_at #=> Time
4344
4480
  # resp.vpc_attachment.attachment.last_modification_errors #=> Array
4345
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
4481
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
4346
4482
  # resp.vpc_attachment.attachment.last_modification_errors[0].message #=> String
4347
4483
  # resp.vpc_attachment.attachment.last_modification_errors[0].resource_arn #=> String
4348
4484
  # resp.vpc_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -4362,6 +4498,59 @@ module Aws::NetworkManager
4362
4498
  req.send_request(options)
4363
4499
  end
4364
4500
 
4501
+ # Lists the routing policy associations for attachments in a core
4502
+ # network.
4503
+ #
4504
+ # @option params [required, String] :core_network_id
4505
+ # The ID of the core network to list attachment routing policy
4506
+ # associations for.
4507
+ #
4508
+ # @option params [String] :attachment_id
4509
+ # The ID of a specific attachment to filter the routing policy
4510
+ # associations.
4511
+ #
4512
+ # @option params [Integer] :max_results
4513
+ # The maximum number of results to return in a single page.
4514
+ #
4515
+ # @option params [String] :next_token
4516
+ # The token for the next page of results.
4517
+ #
4518
+ # @return [Types::ListAttachmentRoutingPolicyAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4519
+ #
4520
+ # * {Types::ListAttachmentRoutingPolicyAssociationsResponse#attachment_routing_policy_associations #attachment_routing_policy_associations} => Array&lt;Types::AttachmentRoutingPolicyAssociationSummary&gt;
4521
+ # * {Types::ListAttachmentRoutingPolicyAssociationsResponse#next_token #next_token} => String
4522
+ #
4523
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4524
+ #
4525
+ # @example Request syntax with placeholder values
4526
+ #
4527
+ # resp = client.list_attachment_routing_policy_associations({
4528
+ # core_network_id: "CoreNetworkId", # required
4529
+ # attachment_id: "AttachmentId",
4530
+ # max_results: 1,
4531
+ # next_token: "NextToken",
4532
+ # })
4533
+ #
4534
+ # @example Response structure
4535
+ #
4536
+ # resp.attachment_routing_policy_associations #=> Array
4537
+ # resp.attachment_routing_policy_associations[0].attachment_id #=> String
4538
+ # resp.attachment_routing_policy_associations[0].pending_routing_policies #=> Array
4539
+ # resp.attachment_routing_policy_associations[0].pending_routing_policies[0] #=> String
4540
+ # resp.attachment_routing_policy_associations[0].associated_routing_policies #=> Array
4541
+ # resp.attachment_routing_policy_associations[0].associated_routing_policies[0] #=> String
4542
+ # resp.attachment_routing_policy_associations[0].routing_policy_label #=> String
4543
+ # resp.next_token #=> String
4544
+ #
4545
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ListAttachmentRoutingPolicyAssociations AWS API Documentation
4546
+ #
4547
+ # @overload list_attachment_routing_policy_associations(params = {})
4548
+ # @param [Hash] params ({})
4549
+ def list_attachment_routing_policy_associations(params = {}, options = {})
4550
+ req = build_request(:list_attachment_routing_policy_associations, params)
4551
+ req.send_request(options)
4552
+ end
4553
+
4365
4554
  # Returns a list of core network attachments.
4366
4555
  #
4367
4556
  # @option params [String] :core_network_id
@@ -4432,7 +4621,7 @@ module Aws::NetworkManager
4432
4621
  # resp.attachments[0].created_at #=> Time
4433
4622
  # resp.attachments[0].updated_at #=> Time
4434
4623
  # resp.attachments[0].last_modification_errors #=> Array
4435
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
4624
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
4436
4625
  # resp.attachments[0].last_modification_errors[0].message #=> String
4437
4626
  # resp.attachments[0].last_modification_errors[0].resource_arn #=> String
4438
4627
  # resp.attachments[0].last_modification_errors[0].request_id #=> String
@@ -4547,6 +4736,139 @@ module Aws::NetworkManager
4547
4736
  req.send_request(options)
4548
4737
  end
4549
4738
 
4739
+ # Lists the prefix list associations for a core network.
4740
+ #
4741
+ # @option params [required, String] :core_network_id
4742
+ # The ID of the core network to list prefix list associations for.
4743
+ #
4744
+ # @option params [String] :prefix_list_arn
4745
+ # The ARN of a specific prefix list to filter the associations.
4746
+ #
4747
+ # @option params [Integer] :max_results
4748
+ # The maximum number of results to return in a single page.
4749
+ #
4750
+ # @option params [String] :next_token
4751
+ # The token for the next page of results.
4752
+ #
4753
+ # @return [Types::ListCoreNetworkPrefixListAssociationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4754
+ #
4755
+ # * {Types::ListCoreNetworkPrefixListAssociationsResponse#prefix_list_associations #prefix_list_associations} => Array&lt;Types::PrefixListAssociation&gt;
4756
+ # * {Types::ListCoreNetworkPrefixListAssociationsResponse#next_token #next_token} => String
4757
+ #
4758
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4759
+ #
4760
+ # @example Request syntax with placeholder values
4761
+ #
4762
+ # resp = client.list_core_network_prefix_list_associations({
4763
+ # core_network_id: "CoreNetworkId", # required
4764
+ # prefix_list_arn: "PrefixListArn",
4765
+ # max_results: 1,
4766
+ # next_token: "NextToken",
4767
+ # })
4768
+ #
4769
+ # @example Response structure
4770
+ #
4771
+ # resp.prefix_list_associations #=> Array
4772
+ # resp.prefix_list_associations[0].core_network_id #=> String
4773
+ # resp.prefix_list_associations[0].prefix_list_arn #=> String
4774
+ # resp.prefix_list_associations[0].prefix_list_alias #=> String
4775
+ # resp.next_token #=> String
4776
+ #
4777
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ListCoreNetworkPrefixListAssociations AWS API Documentation
4778
+ #
4779
+ # @overload list_core_network_prefix_list_associations(params = {})
4780
+ # @param [Hash] params ({})
4781
+ def list_core_network_prefix_list_associations(params = {}, options = {})
4782
+ req = build_request(:list_core_network_prefix_list_associations, params)
4783
+ req.send_request(options)
4784
+ end
4785
+
4786
+ # Lists routing information for a core network, including routes and
4787
+ # their attributes.
4788
+ #
4789
+ # @option params [required, String] :core_network_id
4790
+ # The ID of the core network to retrieve routing information for.
4791
+ #
4792
+ # @option params [required, String] :segment_name
4793
+ # The name of the segment to filter routing information by.
4794
+ #
4795
+ # @option params [required, String] :edge_location
4796
+ # The edge location to filter routing information by.
4797
+ #
4798
+ # @option params [Hash<String,Array>] :next_hop_filters
4799
+ # Filters to apply based on next hop information.
4800
+ #
4801
+ # @option params [Array<String>] :local_preference_matches
4802
+ # Local preference values to match when filtering routing information.
4803
+ #
4804
+ # @option params [Array<String>] :exact_as_path_matches
4805
+ # Exact AS path values to match when filtering routing information.
4806
+ #
4807
+ # @option params [Array<String>] :med_matches
4808
+ # Multi-Exit Discriminator (MED) values to match when filtering routing
4809
+ # information.
4810
+ #
4811
+ # @option params [Array<String>] :community_matches
4812
+ # BGP community values to match when filtering routing information.
4813
+ #
4814
+ # @option params [Integer] :max_results
4815
+ # The maximum number of routing information entries to return in a
4816
+ # single page.
4817
+ #
4818
+ # @option params [String] :next_token
4819
+ # The token for the next page of results.
4820
+ #
4821
+ # @return [Types::ListCoreNetworkRoutingInformationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4822
+ #
4823
+ # * {Types::ListCoreNetworkRoutingInformationResponse#core_network_routing_information #core_network_routing_information} => Array&lt;Types::CoreNetworkRoutingInformation&gt;
4824
+ # * {Types::ListCoreNetworkRoutingInformationResponse#next_token #next_token} => String
4825
+ #
4826
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
4827
+ #
4828
+ # @example Request syntax with placeholder values
4829
+ #
4830
+ # resp = client.list_core_network_routing_information({
4831
+ # core_network_id: "CoreNetworkId", # required
4832
+ # segment_name: "ConstrainedString", # required
4833
+ # edge_location: "ExternalRegionCode", # required
4834
+ # next_hop_filters: {
4835
+ # "FilterName" => ["FilterValue"],
4836
+ # },
4837
+ # local_preference_matches: ["ConstrainedString"],
4838
+ # exact_as_path_matches: ["ConstrainedString"],
4839
+ # med_matches: ["ConstrainedString"],
4840
+ # community_matches: ["ConstrainedString"],
4841
+ # max_results: 1,
4842
+ # next_token: "NextToken",
4843
+ # })
4844
+ #
4845
+ # @example Response structure
4846
+ #
4847
+ # resp.core_network_routing_information #=> Array
4848
+ # resp.core_network_routing_information[0].prefix #=> String
4849
+ # resp.core_network_routing_information[0].next_hop.ip_address #=> String
4850
+ # resp.core_network_routing_information[0].next_hop.core_network_attachment_id #=> String
4851
+ # resp.core_network_routing_information[0].next_hop.resource_id #=> String
4852
+ # resp.core_network_routing_information[0].next_hop.resource_type #=> String
4853
+ # resp.core_network_routing_information[0].next_hop.segment_name #=> String
4854
+ # resp.core_network_routing_information[0].next_hop.edge_location #=> String
4855
+ # resp.core_network_routing_information[0].local_preference #=> String
4856
+ # resp.core_network_routing_information[0].med #=> String
4857
+ # resp.core_network_routing_information[0].as_path #=> Array
4858
+ # resp.core_network_routing_information[0].as_path[0] #=> String
4859
+ # resp.core_network_routing_information[0].communities #=> Array
4860
+ # resp.core_network_routing_information[0].communities[0] #=> String
4861
+ # resp.next_token #=> String
4862
+ #
4863
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/ListCoreNetworkRoutingInformation AWS API Documentation
4864
+ #
4865
+ # @overload list_core_network_routing_information(params = {})
4866
+ # @param [Hash] params ({})
4867
+ def list_core_network_routing_information(params = {}, options = {})
4868
+ req = build_request(:list_core_network_routing_information, params)
4869
+ req.send_request(options)
4870
+ end
4871
+
4550
4872
  # Returns a list of owned and shared core networks.
4551
4873
  #
4552
4874
  # @option params [Integer] :max_results
@@ -4732,6 +5054,55 @@ module Aws::NetworkManager
4732
5054
  req.send_request(options)
4733
5055
  end
4734
5056
 
5057
+ # Applies a routing policy label to an attachment for traffic routing
5058
+ # decisions.
5059
+ #
5060
+ # @option params [required, String] :core_network_id
5061
+ # The ID of the core network containing the attachment.
5062
+ #
5063
+ # @option params [required, String] :attachment_id
5064
+ # The ID of the attachment to apply the routing policy label to.
5065
+ #
5066
+ # @option params [required, String] :routing_policy_label
5067
+ # The routing policy label to apply to the attachment.
5068
+ #
5069
+ # @option params [String] :client_token
5070
+ # A unique, case-sensitive identifier that you provide to ensure the
5071
+ # idempotency of the request.
5072
+ #
5073
+ # **A suitable default value is auto-generated.** You should normally
5074
+ # not need to pass this option.**
5075
+ #
5076
+ # @return [Types::PutAttachmentRoutingPolicyLabelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5077
+ #
5078
+ # * {Types::PutAttachmentRoutingPolicyLabelResponse#core_network_id #core_network_id} => String
5079
+ # * {Types::PutAttachmentRoutingPolicyLabelResponse#attachment_id #attachment_id} => String
5080
+ # * {Types::PutAttachmentRoutingPolicyLabelResponse#routing_policy_label #routing_policy_label} => String
5081
+ #
5082
+ # @example Request syntax with placeholder values
5083
+ #
5084
+ # resp = client.put_attachment_routing_policy_label({
5085
+ # core_network_id: "CoreNetworkId", # required
5086
+ # attachment_id: "AttachmentId", # required
5087
+ # routing_policy_label: "ConstrainedString", # required
5088
+ # client_token: "ClientToken",
5089
+ # })
5090
+ #
5091
+ # @example Response structure
5092
+ #
5093
+ # resp.core_network_id #=> String
5094
+ # resp.attachment_id #=> String
5095
+ # resp.routing_policy_label #=> String
5096
+ #
5097
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/PutAttachmentRoutingPolicyLabel AWS API Documentation
5098
+ #
5099
+ # @overload put_attachment_routing_policy_label(params = {})
5100
+ # @param [Hash] params ({})
5101
+ def put_attachment_routing_policy_label(params = {}, options = {})
5102
+ req = build_request(:put_attachment_routing_policy_label, params)
5103
+ req.send_request(options)
5104
+ end
5105
+
4735
5106
  # Creates a new, immutable version of a core network policy. A
4736
5107
  # subsequent change set is created showing the differences between the
4737
5108
  # LIVE policy and the submitted policy.
@@ -4917,7 +5288,7 @@ module Aws::NetworkManager
4917
5288
  # resp.attachment.created_at #=> Time
4918
5289
  # resp.attachment.updated_at #=> Time
4919
5290
  # resp.attachment.last_modification_errors #=> Array
4920
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
5291
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
4921
5292
  # resp.attachment.last_modification_errors[0].message #=> String
4922
5293
  # resp.attachment.last_modification_errors[0].resource_arn #=> String
4923
5294
  # resp.attachment.last_modification_errors[0].request_id #=> String
@@ -4931,6 +5302,42 @@ module Aws::NetworkManager
4931
5302
  req.send_request(options)
4932
5303
  end
4933
5304
 
5305
+ # Removes a routing policy label from an attachment.
5306
+ #
5307
+ # @option params [required, String] :core_network_id
5308
+ # The ID of the core network containing the attachment.
5309
+ #
5310
+ # @option params [required, String] :attachment_id
5311
+ # The ID of the attachment to remove the routing policy label from.
5312
+ #
5313
+ # @return [Types::RemoveAttachmentRoutingPolicyLabelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5314
+ #
5315
+ # * {Types::RemoveAttachmentRoutingPolicyLabelResponse#core_network_id #core_network_id} => String
5316
+ # * {Types::RemoveAttachmentRoutingPolicyLabelResponse#attachment_id #attachment_id} => String
5317
+ # * {Types::RemoveAttachmentRoutingPolicyLabelResponse#routing_policy_label #routing_policy_label} => String
5318
+ #
5319
+ # @example Request syntax with placeholder values
5320
+ #
5321
+ # resp = client.remove_attachment_routing_policy_label({
5322
+ # core_network_id: "CoreNetworkId", # required
5323
+ # attachment_id: "AttachmentId", # required
5324
+ # })
5325
+ #
5326
+ # @example Response structure
5327
+ #
5328
+ # resp.core_network_id #=> String
5329
+ # resp.attachment_id #=> String
5330
+ # resp.routing_policy_label #=> String
5331
+ #
5332
+ # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/RemoveAttachmentRoutingPolicyLabel AWS API Documentation
5333
+ #
5334
+ # @overload remove_attachment_routing_policy_label(params = {})
5335
+ # @param [Hash] params ({})
5336
+ def remove_attachment_routing_policy_label(params = {}, options = {})
5337
+ req = build_request(:remove_attachment_routing_policy_label, params)
5338
+ req.send_request(options)
5339
+ end
5340
+
4934
5341
  # Restores a previous policy version as a new, immutable version of a
4935
5342
  # core network policy. A subsequent change set is created showing the
4936
5343
  # differences between the LIVE policy and restored policy.
@@ -5434,7 +5841,7 @@ module Aws::NetworkManager
5434
5841
  # resp.direct_connect_gateway_attachment.attachment.created_at #=> Time
5435
5842
  # resp.direct_connect_gateway_attachment.attachment.updated_at #=> Time
5436
5843
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors #=> Array
5437
- # resp.direct_connect_gateway_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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
5844
+ # resp.direct_connect_gateway_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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
5438
5845
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors[0].message #=> String
5439
5846
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors[0].resource_arn #=> String
5440
5847
  # resp.direct_connect_gateway_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -5730,7 +6137,7 @@ module Aws::NetworkManager
5730
6137
  # resp.vpc_attachment.attachment.created_at #=> Time
5731
6138
  # resp.vpc_attachment.attachment.updated_at #=> Time
5732
6139
  # resp.vpc_attachment.attachment.last_modification_errors #=> Array
5733
- # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF"
6140
+ # 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", "DIRECT_CONNECT_GATEWAY_NOT_FOUND", "DIRECT_CONNECT_GATEWAY_EXISTING_ATTACHMENTS", "DIRECT_CONNECT_GATEWAY_NO_PRIVATE_VIF", "VPN_EXISTING_ASSOCIATIONS", "VPC_UNSUPPORTED_FEATURES"
5734
6141
  # resp.vpc_attachment.attachment.last_modification_errors[0].message #=> String
5735
6142
  # resp.vpc_attachment.attachment.last_modification_errors[0].resource_arn #=> String
5736
6143
  # resp.vpc_attachment.attachment.last_modification_errors[0].request_id #=> String
@@ -5768,7 +6175,7 @@ module Aws::NetworkManager
5768
6175
  tracer: tracer
5769
6176
  )
5770
6177
  context[:gem_name] = 'aws-sdk-networkmanager'
5771
- context[:gem_version] = '1.71.0'
6178
+ context[:gem_version] = '1.73.0'
5772
6179
  Seahorse::Client::Request.new(handlers, context)
5773
6180
  end
5774
6181