aws-sdk-networkmanager 1.26.0 → 1.27.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,14 +12,6 @@ module Aws::NetworkManager
12
12
 
13
13
  # Specifies a location in Amazon Web Services.
14
14
  #
15
- # @note When making an API call, you may pass AWSLocation
16
- # data as a hash:
17
- #
18
- # {
19
- # zone: "ConstrainedString",
20
- # subnet_arn: "SubnetArn",
21
- # }
22
- #
23
15
  # @!attribute [rw] zone
24
16
  # The Zone that the device is located in. Specify the ID of an
25
17
  # Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
@@ -39,13 +31,6 @@ module Aws::NetworkManager
39
31
  include Aws::Structure
40
32
  end
41
33
 
42
- # @note When making an API call, you may pass AcceptAttachmentRequest
43
- # data as a hash:
44
- #
45
- # {
46
- # attachment_id: "AttachmentId", # required
47
- # }
48
- #
49
34
  # @!attribute [rw] attachment_id
50
35
  # The ID of the attachment.
51
36
  # @return [String]
@@ -103,16 +88,6 @@ module Aws::NetworkManager
103
88
  include Aws::Structure
104
89
  end
105
90
 
106
- # @note When making an API call, you may pass AssociateConnectPeerRequest
107
- # data as a hash:
108
- #
109
- # {
110
- # global_network_id: "GlobalNetworkId", # required
111
- # connect_peer_id: "ConnectPeerId", # required
112
- # device_id: "DeviceId", # required
113
- # link_id: "LinkId",
114
- # }
115
- #
116
91
  # @!attribute [rw] global_network_id
117
92
  # The ID of your global network.
118
93
  # @return [String]
@@ -152,16 +127,6 @@ module Aws::NetworkManager
152
127
  include Aws::Structure
153
128
  end
154
129
 
155
- # @note When making an API call, you may pass AssociateCustomerGatewayRequest
156
- # data as a hash:
157
- #
158
- # {
159
- # customer_gateway_arn: "CustomerGatewayArn", # required
160
- # global_network_id: "GlobalNetworkId", # required
161
- # device_id: "DeviceId", # required
162
- # link_id: "LinkId",
163
- # }
164
- #
165
130
  # @!attribute [rw] customer_gateway_arn
166
131
  # The Amazon Resource Name (ARN) of the customer gateway.
167
132
  # @return [String]
@@ -201,15 +166,6 @@ module Aws::NetworkManager
201
166
  include Aws::Structure
202
167
  end
203
168
 
204
- # @note When making an API call, you may pass AssociateLinkRequest
205
- # data as a hash:
206
- #
207
- # {
208
- # global_network_id: "GlobalNetworkId", # required
209
- # device_id: "DeviceId", # required
210
- # link_id: "LinkId", # required
211
- # }
212
- #
213
169
  # @!attribute [rw] global_network_id
214
170
  # The ID of the global network.
215
171
  # @return [String]
@@ -244,16 +200,6 @@ module Aws::NetworkManager
244
200
  include Aws::Structure
245
201
  end
246
202
 
247
- # @note When making an API call, you may pass AssociateTransitGatewayConnectPeerRequest
248
- # data as a hash:
249
- #
250
- # {
251
- # global_network_id: "GlobalNetworkId", # required
252
- # transit_gateway_connect_peer_arn: "TransitGatewayConnectPeerArn", # required
253
- # device_id: "DeviceId", # required
254
- # link_id: "LinkId",
255
- # }
256
- #
257
203
  # @!attribute [rw] global_network_id
258
204
  # The ID of the global network.
259
205
  # @return [String]
@@ -374,14 +320,6 @@ module Aws::NetworkManager
374
320
 
375
321
  # Describes bandwidth information.
376
322
  #
377
- # @note When making an API call, you may pass Bandwidth
378
- # data as a hash:
379
- #
380
- # {
381
- # upload_speed: 1,
382
- # download_speed: 1,
383
- # }
384
- #
385
323
  # @!attribute [rw] upload_speed
386
324
  # Upload speed in Mbps.
387
325
  # @return [Integer]
@@ -401,13 +339,6 @@ module Aws::NetworkManager
401
339
 
402
340
  # Describes the BGP options.
403
341
  #
404
- # @note When making an API call, you may pass BgpOptions
405
- # data as a hash:
406
- #
407
- # {
408
- # peer_asn: 1,
409
- # }
410
- #
411
342
  # @!attribute [rw] peer_asn
412
343
  # The Peer ASN of the BGP.
413
344
  # @return [Integer]
@@ -470,13 +401,6 @@ module Aws::NetworkManager
470
401
 
471
402
  # Describes a core network Connect attachment options.
472
403
  #
473
- # @note When making an API call, you may pass ConnectAttachmentOptions
474
- # data as a hash:
475
- #
476
- # {
477
- # protocol: "GRE", # accepts GRE
478
- # }
479
- #
480
404
  # @!attribute [rw] protocol
481
405
  # The protocol used for the attachment connection.
482
406
  # @return [String]
@@ -1162,15 +1086,6 @@ module Aws::NetworkManager
1162
1086
 
1163
1087
  # Returns details about a core network edge.
1164
1088
  #
1165
- # @note When making an API call, you may pass CoreNetworkSegmentEdgeIdentifier
1166
- # data as a hash:
1167
- #
1168
- # {
1169
- # core_network_id: "CoreNetworkId",
1170
- # segment_name: "ConstrainedString",
1171
- # edge_location: "ExternalRegionCode",
1172
- # }
1173
- #
1174
1089
  # @!attribute [rw] core_network_id
1175
1090
  # The ID of a core network.
1176
1091
  # @return [String]
@@ -1237,25 +1152,6 @@ module Aws::NetworkManager
1237
1152
  include Aws::Structure
1238
1153
  end
1239
1154
 
1240
- # @note When making an API call, you may pass CreateConnectAttachmentRequest
1241
- # data as a hash:
1242
- #
1243
- # {
1244
- # core_network_id: "CoreNetworkId", # required
1245
- # edge_location: "ExternalRegionCode", # required
1246
- # transport_attachment_id: "AttachmentId", # required
1247
- # options: { # required
1248
- # protocol: "GRE", # accepts GRE
1249
- # },
1250
- # tags: [
1251
- # {
1252
- # key: "TagKey",
1253
- # value: "TagValue",
1254
- # },
1255
- # ],
1256
- # client_token: "ClientToken",
1257
- # }
1258
- #
1259
1155
  # @!attribute [rw] core_network_id
1260
1156
  # The ID of a core network where you want to create the attachment.
1261
1157
  # @return [String]
@@ -1308,26 +1204,6 @@ module Aws::NetworkManager
1308
1204
  include Aws::Structure
1309
1205
  end
1310
1206
 
1311
- # @note When making an API call, you may pass CreateConnectPeerRequest
1312
- # data as a hash:
1313
- #
1314
- # {
1315
- # connect_attachment_id: "AttachmentId", # required
1316
- # core_network_address: "IPAddress",
1317
- # peer_address: "IPAddress", # required
1318
- # bgp_options: {
1319
- # peer_asn: 1,
1320
- # },
1321
- # inside_cidr_blocks: ["ConstrainedString"], # required
1322
- # tags: [
1323
- # {
1324
- # key: "TagKey",
1325
- # value: "TagValue",
1326
- # },
1327
- # ],
1328
- # client_token: "ClientToken",
1329
- # }
1330
- #
1331
1207
  # @!attribute [rw] connect_attachment_id
1332
1208
  # The ID of the connection attachment.
1333
1209
  # @return [String]
@@ -1385,24 +1261,6 @@ module Aws::NetworkManager
1385
1261
  include Aws::Structure
1386
1262
  end
1387
1263
 
1388
- # @note When making an API call, you may pass CreateConnectionRequest
1389
- # data as a hash:
1390
- #
1391
- # {
1392
- # global_network_id: "GlobalNetworkId", # required
1393
- # device_id: "DeviceId", # required
1394
- # connected_device_id: "DeviceId", # required
1395
- # link_id: "LinkId",
1396
- # connected_link_id: "LinkId",
1397
- # description: "ConstrainedString",
1398
- # tags: [
1399
- # {
1400
- # key: "TagKey",
1401
- # value: "TagValue",
1402
- # },
1403
- # ],
1404
- # }
1405
- #
1406
1264
  # @!attribute [rw] global_network_id
1407
1265
  # The ID of the global network.
1408
1266
  # @return [String]
@@ -1459,22 +1317,6 @@ module Aws::NetworkManager
1459
1317
  include Aws::Structure
1460
1318
  end
1461
1319
 
1462
- # @note When making an API call, you may pass CreateCoreNetworkRequest
1463
- # data as a hash:
1464
- #
1465
- # {
1466
- # global_network_id: "GlobalNetworkId", # required
1467
- # description: "ConstrainedString",
1468
- # tags: [
1469
- # {
1470
- # key: "TagKey",
1471
- # value: "TagValue",
1472
- # },
1473
- # ],
1474
- # policy_document: "CoreNetworkPolicyDocument",
1475
- # client_token: "ClientToken",
1476
- # }
1477
- #
1478
1320
  # @!attribute [rw] global_network_id
1479
1321
  # The ID of the global network that a core network will be a part of.
1480
1322
  # @return [String]
@@ -1522,34 +1364,6 @@ module Aws::NetworkManager
1522
1364
  include Aws::Structure
1523
1365
  end
1524
1366
 
1525
- # @note When making an API call, you may pass CreateDeviceRequest
1526
- # data as a hash:
1527
- #
1528
- # {
1529
- # global_network_id: "GlobalNetworkId", # required
1530
- # aws_location: {
1531
- # zone: "ConstrainedString",
1532
- # subnet_arn: "SubnetArn",
1533
- # },
1534
- # description: "ConstrainedString",
1535
- # type: "ConstrainedString",
1536
- # vendor: "ConstrainedString",
1537
- # model: "ConstrainedString",
1538
- # serial_number: "ConstrainedString",
1539
- # location: {
1540
- # address: "ConstrainedString",
1541
- # latitude: "ConstrainedString",
1542
- # longitude: "ConstrainedString",
1543
- # },
1544
- # site_id: "SiteId",
1545
- # tags: [
1546
- # {
1547
- # key: "TagKey",
1548
- # value: "TagValue",
1549
- # },
1550
- # ],
1551
- # }
1552
- #
1553
1367
  # @!attribute [rw] global_network_id
1554
1368
  # The ID of the global network.
1555
1369
  # @return [String]
@@ -1628,19 +1442,6 @@ module Aws::NetworkManager
1628
1442
  include Aws::Structure
1629
1443
  end
1630
1444
 
1631
- # @note When making an API call, you may pass CreateGlobalNetworkRequest
1632
- # data as a hash:
1633
- #
1634
- # {
1635
- # description: "ConstrainedString",
1636
- # tags: [
1637
- # {
1638
- # key: "TagKey",
1639
- # value: "TagValue",
1640
- # },
1641
- # ],
1642
- # }
1643
- #
1644
1445
  # @!attribute [rw] description
1645
1446
  # A description of the global network.
1646
1447
  #
@@ -1672,27 +1473,6 @@ module Aws::NetworkManager
1672
1473
  include Aws::Structure
1673
1474
  end
1674
1475
 
1675
- # @note When making an API call, you may pass CreateLinkRequest
1676
- # data as a hash:
1677
- #
1678
- # {
1679
- # global_network_id: "GlobalNetworkId", # required
1680
- # description: "ConstrainedString",
1681
- # type: "ConstrainedString",
1682
- # bandwidth: { # required
1683
- # upload_speed: 1,
1684
- # download_speed: 1,
1685
- # },
1686
- # provider: "ConstrainedString",
1687
- # site_id: "SiteId", # required
1688
- # tags: [
1689
- # {
1690
- # key: "TagKey",
1691
- # value: "TagValue",
1692
- # },
1693
- # ],
1694
- # }
1695
- #
1696
1476
  # @!attribute [rw] global_network_id
1697
1477
  # The ID of the global network.
1698
1478
  # @return [String]
@@ -1755,25 +1535,6 @@ module Aws::NetworkManager
1755
1535
  include Aws::Structure
1756
1536
  end
1757
1537
 
1758
- # @note When making an API call, you may pass CreateSiteRequest
1759
- # data as a hash:
1760
- #
1761
- # {
1762
- # global_network_id: "GlobalNetworkId", # required
1763
- # description: "ConstrainedString",
1764
- # location: {
1765
- # address: "ConstrainedString",
1766
- # latitude: "ConstrainedString",
1767
- # longitude: "ConstrainedString",
1768
- # },
1769
- # tags: [
1770
- # {
1771
- # key: "TagKey",
1772
- # value: "TagValue",
1773
- # },
1774
- # ],
1775
- # }
1776
- #
1777
1538
  # @!attribute [rw] global_network_id
1778
1539
  # The ID of the global network.
1779
1540
  # @return [String]
@@ -1823,21 +1584,6 @@ module Aws::NetworkManager
1823
1584
  include Aws::Structure
1824
1585
  end
1825
1586
 
1826
- # @note When making an API call, you may pass CreateSiteToSiteVpnAttachmentRequest
1827
- # data as a hash:
1828
- #
1829
- # {
1830
- # core_network_id: "CoreNetworkId", # required
1831
- # vpn_connection_arn: "VpnConnectionArn", # required
1832
- # tags: [
1833
- # {
1834
- # key: "TagKey",
1835
- # value: "TagValue",
1836
- # },
1837
- # ],
1838
- # client_token: "ClientToken",
1839
- # }
1840
- #
1841
1587
  # @!attribute [rw] core_network_id
1842
1588
  # The ID of a core network where you're creating a site-to-site VPN
1843
1589
  # attachment.
@@ -1881,21 +1627,6 @@ module Aws::NetworkManager
1881
1627
  include Aws::Structure
1882
1628
  end
1883
1629
 
1884
- # @note When making an API call, you may pass CreateTransitGatewayPeeringRequest
1885
- # data as a hash:
1886
- #
1887
- # {
1888
- # core_network_id: "CoreNetworkId", # required
1889
- # transit_gateway_arn: "TransitGatewayArn", # required
1890
- # tags: [
1891
- # {
1892
- # key: "TagKey",
1893
- # value: "TagValue",
1894
- # },
1895
- # ],
1896
- # client_token: "ClientToken",
1897
- # }
1898
- #
1899
1630
  # @!attribute [rw] core_network_id
1900
1631
  # The ID of a core network.
1901
1632
  # @return [String]
@@ -1939,21 +1670,6 @@ module Aws::NetworkManager
1939
1670
  include Aws::Structure
1940
1671
  end
1941
1672
 
1942
- # @note When making an API call, you may pass CreateTransitGatewayRouteTableAttachmentRequest
1943
- # data as a hash:
1944
- #
1945
- # {
1946
- # peering_id: "PeeringId", # required
1947
- # transit_gateway_route_table_arn: "TransitGatewayRouteTableArn", # required
1948
- # tags: [
1949
- # {
1950
- # key: "TagKey",
1951
- # value: "TagValue",
1952
- # },
1953
- # ],
1954
- # client_token: "ClientToken",
1955
- # }
1956
- #
1957
1673
  # @!attribute [rw] peering_id
1958
1674
  # The ID of the peer for the
1959
1675
  # @return [String]
@@ -1998,25 +1714,6 @@ module Aws::NetworkManager
1998
1714
  include Aws::Structure
1999
1715
  end
2000
1716
 
2001
- # @note When making an API call, you may pass CreateVpcAttachmentRequest
2002
- # data as a hash:
2003
- #
2004
- # {
2005
- # core_network_id: "CoreNetworkId", # required
2006
- # vpc_arn: "VpcArn", # required
2007
- # subnet_arns: ["SubnetArn"], # required
2008
- # options: {
2009
- # ipv_6_support: false,
2010
- # },
2011
- # tags: [
2012
- # {
2013
- # key: "TagKey",
2014
- # value: "TagValue",
2015
- # },
2016
- # ],
2017
- # client_token: "ClientToken",
2018
- # }
2019
- #
2020
1717
  # @!attribute [rw] core_network_id
2021
1718
  # The ID of a core network for the VPC attachment.
2022
1719
  # @return [String]
@@ -2104,13 +1801,6 @@ module Aws::NetworkManager
2104
1801
  include Aws::Structure
2105
1802
  end
2106
1803
 
2107
- # @note When making an API call, you may pass DeleteAttachmentRequest
2108
- # data as a hash:
2109
- #
2110
- # {
2111
- # attachment_id: "AttachmentId", # required
2112
- # }
2113
- #
2114
1804
  # @!attribute [rw] attachment_id
2115
1805
  # The ID of the attachment to delete.
2116
1806
  # @return [String]
@@ -2135,13 +1825,6 @@ module Aws::NetworkManager
2135
1825
  include Aws::Structure
2136
1826
  end
2137
1827
 
2138
- # @note When making an API call, you may pass DeleteConnectPeerRequest
2139
- # data as a hash:
2140
- #
2141
- # {
2142
- # connect_peer_id: "ConnectPeerId", # required
2143
- # }
2144
- #
2145
1828
  # @!attribute [rw] connect_peer_id
2146
1829
  # The ID of the deleted Connect peer.
2147
1830
  # @return [String]
@@ -2166,14 +1849,6 @@ module Aws::NetworkManager
2166
1849
  include Aws::Structure
2167
1850
  end
2168
1851
 
2169
- # @note When making an API call, you may pass DeleteConnectionRequest
2170
- # data as a hash:
2171
- #
2172
- # {
2173
- # global_network_id: "GlobalNetworkId", # required
2174
- # connection_id: "ConnectionId", # required
2175
- # }
2176
- #
2177
1852
  # @!attribute [rw] global_network_id
2178
1853
  # The ID of the global network.
2179
1854
  # @return [String]
@@ -2203,14 +1878,6 @@ module Aws::NetworkManager
2203
1878
  include Aws::Structure
2204
1879
  end
2205
1880
 
2206
- # @note When making an API call, you may pass DeleteCoreNetworkPolicyVersionRequest
2207
- # data as a hash:
2208
- #
2209
- # {
2210
- # core_network_id: "CoreNetworkId", # required
2211
- # policy_version_id: 1, # required
2212
- # }
2213
- #
2214
1881
  # @!attribute [rw] core_network_id
2215
1882
  # The ID of a core network for the deleted policy.
2216
1883
  # @return [String]
@@ -2240,13 +1907,6 @@ module Aws::NetworkManager
2240
1907
  include Aws::Structure
2241
1908
  end
2242
1909
 
2243
- # @note When making an API call, you may pass DeleteCoreNetworkRequest
2244
- # data as a hash:
2245
- #
2246
- # {
2247
- # core_network_id: "CoreNetworkId", # required
2248
- # }
2249
- #
2250
1910
  # @!attribute [rw] core_network_id
2251
1911
  # The network ID of the deleted core network.
2252
1912
  # @return [String]
@@ -2271,14 +1931,6 @@ module Aws::NetworkManager
2271
1931
  include Aws::Structure
2272
1932
  end
2273
1933
 
2274
- # @note When making an API call, you may pass DeleteDeviceRequest
2275
- # data as a hash:
2276
- #
2277
- # {
2278
- # global_network_id: "GlobalNetworkId", # required
2279
- # device_id: "DeviceId", # required
2280
- # }
2281
- #
2282
1934
  # @!attribute [rw] global_network_id
2283
1935
  # The ID of the global network.
2284
1936
  # @return [String]
@@ -2308,13 +1960,6 @@ module Aws::NetworkManager
2308
1960
  include Aws::Structure
2309
1961
  end
2310
1962
 
2311
- # @note When making an API call, you may pass DeleteGlobalNetworkRequest
2312
- # data as a hash:
2313
- #
2314
- # {
2315
- # global_network_id: "GlobalNetworkId", # required
2316
- # }
2317
- #
2318
1963
  # @!attribute [rw] global_network_id
2319
1964
  # The ID of the global network.
2320
1965
  # @return [String]
@@ -2339,14 +1984,6 @@ module Aws::NetworkManager
2339
1984
  include Aws::Structure
2340
1985
  end
2341
1986
 
2342
- # @note When making an API call, you may pass DeleteLinkRequest
2343
- # data as a hash:
2344
- #
2345
- # {
2346
- # global_network_id: "GlobalNetworkId", # required
2347
- # link_id: "LinkId", # required
2348
- # }
2349
- #
2350
1987
  # @!attribute [rw] global_network_id
2351
1988
  # The ID of the global network.
2352
1989
  # @return [String]
@@ -2376,13 +2013,6 @@ module Aws::NetworkManager
2376
2013
  include Aws::Structure
2377
2014
  end
2378
2015
 
2379
- # @note When making an API call, you may pass DeletePeeringRequest
2380
- # data as a hash:
2381
- #
2382
- # {
2383
- # peering_id: "PeeringId", # required
2384
- # }
2385
- #
2386
2016
  # @!attribute [rw] peering_id
2387
2017
  # The ID of the peering connection to delete.
2388
2018
  # @return [String]
@@ -2407,13 +2037,6 @@ module Aws::NetworkManager
2407
2037
  include Aws::Structure
2408
2038
  end
2409
2039
 
2410
- # @note When making an API call, you may pass DeleteResourcePolicyRequest
2411
- # data as a hash:
2412
- #
2413
- # {
2414
- # resource_arn: "ResourceArn", # required
2415
- # }
2416
- #
2417
2040
  # @!attribute [rw] resource_arn
2418
2041
  # The ARN of the policy to delete.
2419
2042
  # @return [String]
@@ -2430,14 +2053,6 @@ module Aws::NetworkManager
2430
2053
  #
2431
2054
  class DeleteResourcePolicyResponse < Aws::EmptyStructure; end
2432
2055
 
2433
- # @note When making an API call, you may pass DeleteSiteRequest
2434
- # data as a hash:
2435
- #
2436
- # {
2437
- # global_network_id: "GlobalNetworkId", # required
2438
- # site_id: "SiteId", # required
2439
- # }
2440
- #
2441
2056
  # @!attribute [rw] global_network_id
2442
2057
  # The ID of the global network.
2443
2058
  # @return [String]
@@ -2467,14 +2082,6 @@ module Aws::NetworkManager
2467
2082
  include Aws::Structure
2468
2083
  end
2469
2084
 
2470
- # @note When making an API call, you may pass DeregisterTransitGatewayRequest
2471
- # data as a hash:
2472
- #
2473
- # {
2474
- # global_network_id: "GlobalNetworkId", # required
2475
- # transit_gateway_arn: "TransitGatewayArn", # required
2476
- # }
2477
- #
2478
2085
  # @!attribute [rw] global_network_id
2479
2086
  # The ID of the global network.
2480
2087
  # @return [String]
@@ -2504,15 +2111,6 @@ module Aws::NetworkManager
2504
2111
  include Aws::Structure
2505
2112
  end
2506
2113
 
2507
- # @note When making an API call, you may pass DescribeGlobalNetworksRequest
2508
- # data as a hash:
2509
- #
2510
- # {
2511
- # global_network_ids: ["GlobalNetworkId"],
2512
- # max_results: 1,
2513
- # next_token: "NextToken",
2514
- # }
2515
- #
2516
2114
  # @!attribute [rw] global_network_ids
2517
2115
  # The IDs of one or more global networks. The maximum is 10.
2518
2116
  # @return [Array<String>]
@@ -2631,14 +2229,6 @@ module Aws::NetworkManager
2631
2229
  include Aws::Structure
2632
2230
  end
2633
2231
 
2634
- # @note When making an API call, you may pass DisassociateConnectPeerRequest
2635
- # data as a hash:
2636
- #
2637
- # {
2638
- # global_network_id: "GlobalNetworkId", # required
2639
- # connect_peer_id: "ConnectPeerId", # required
2640
- # }
2641
- #
2642
2232
  # @!attribute [rw] global_network_id
2643
2233
  # The ID of the global network.
2644
2234
  # @return [String]
@@ -2668,14 +2258,6 @@ module Aws::NetworkManager
2668
2258
  include Aws::Structure
2669
2259
  end
2670
2260
 
2671
- # @note When making an API call, you may pass DisassociateCustomerGatewayRequest
2672
- # data as a hash:
2673
- #
2674
- # {
2675
- # global_network_id: "GlobalNetworkId", # required
2676
- # customer_gateway_arn: "CustomerGatewayArn", # required
2677
- # }
2678
- #
2679
2261
  # @!attribute [rw] global_network_id
2680
2262
  # The ID of the global network.
2681
2263
  # @return [String]
@@ -2705,15 +2287,6 @@ module Aws::NetworkManager
2705
2287
  include Aws::Structure
2706
2288
  end
2707
2289
 
2708
- # @note When making an API call, you may pass DisassociateLinkRequest
2709
- # data as a hash:
2710
- #
2711
- # {
2712
- # global_network_id: "GlobalNetworkId", # required
2713
- # device_id: "DeviceId", # required
2714
- # link_id: "LinkId", # required
2715
- # }
2716
- #
2717
2290
  # @!attribute [rw] global_network_id
2718
2291
  # The ID of the global network.
2719
2292
  # @return [String]
@@ -2748,14 +2321,6 @@ module Aws::NetworkManager
2748
2321
  include Aws::Structure
2749
2322
  end
2750
2323
 
2751
- # @note When making an API call, you may pass DisassociateTransitGatewayConnectPeerRequest
2752
- # data as a hash:
2753
- #
2754
- # {
2755
- # global_network_id: "GlobalNetworkId", # required
2756
- # transit_gateway_connect_peer_arn: "TransitGatewayConnectPeerArn", # required
2757
- # }
2758
- #
2759
2324
  # @!attribute [rw] global_network_id
2760
2325
  # The ID of the global network.
2761
2326
  # @return [String]
@@ -2785,14 +2350,6 @@ module Aws::NetworkManager
2785
2350
  include Aws::Structure
2786
2351
  end
2787
2352
 
2788
- # @note When making an API call, you may pass ExecuteCoreNetworkChangeSetRequest
2789
- # data as a hash:
2790
- #
2791
- # {
2792
- # core_network_id: "CoreNetworkId", # required
2793
- # policy_version_id: 1, # required
2794
- # }
2795
- #
2796
2353
  # @!attribute [rw] core_network_id
2797
2354
  # The ID of a core network.
2798
2355
  # @return [String]
@@ -2814,13 +2371,6 @@ module Aws::NetworkManager
2814
2371
  #
2815
2372
  class ExecuteCoreNetworkChangeSetResponse < Aws::EmptyStructure; end
2816
2373
 
2817
- # @note When making an API call, you may pass GetConnectAttachmentRequest
2818
- # data as a hash:
2819
- #
2820
- # {
2821
- # attachment_id: "AttachmentId", # required
2822
- # }
2823
- #
2824
2374
  # @!attribute [rw] attachment_id
2825
2375
  # The ID of the attachment.
2826
2376
  # @return [String]
@@ -2845,16 +2395,6 @@ module Aws::NetworkManager
2845
2395
  include Aws::Structure
2846
2396
  end
2847
2397
 
2848
- # @note When making an API call, you may pass GetConnectPeerAssociationsRequest
2849
- # data as a hash:
2850
- #
2851
- # {
2852
- # global_network_id: "GlobalNetworkId", # required
2853
- # connect_peer_ids: ["ConnectPeerId"],
2854
- # max_results: 1,
2855
- # next_token: "NextToken",
2856
- # }
2857
- #
2858
2398
  # @!attribute [rw] global_network_id
2859
2399
  # The ID of the global network.
2860
2400
  # @return [String]
@@ -2899,13 +2439,6 @@ module Aws::NetworkManager
2899
2439
  include Aws::Structure
2900
2440
  end
2901
2441
 
2902
- # @note When making an API call, you may pass GetConnectPeerRequest
2903
- # data as a hash:
2904
- #
2905
- # {
2906
- # connect_peer_id: "ConnectPeerId", # required
2907
- # }
2908
- #
2909
2442
  # @!attribute [rw] connect_peer_id
2910
2443
  # The ID of the Connect peer.
2911
2444
  # @return [String]
@@ -2930,17 +2463,6 @@ module Aws::NetworkManager
2930
2463
  include Aws::Structure
2931
2464
  end
2932
2465
 
2933
- # @note When making an API call, you may pass GetConnectionsRequest
2934
- # data as a hash:
2935
- #
2936
- # {
2937
- # global_network_id: "GlobalNetworkId", # required
2938
- # connection_ids: ["ConnectionId"],
2939
- # device_id: "DeviceId",
2940
- # max_results: 1,
2941
- # next_token: "NextToken",
2942
- # }
2943
- #
2944
2466
  # @!attribute [rw] global_network_id
2945
2467
  # The ID of the global network.
2946
2468
  # @return [String]
@@ -2990,16 +2512,6 @@ module Aws::NetworkManager
2990
2512
  include Aws::Structure
2991
2513
  end
2992
2514
 
2993
- # @note When making an API call, you may pass GetCoreNetworkChangeEventsRequest
2994
- # data as a hash:
2995
- #
2996
- # {
2997
- # core_network_id: "CoreNetworkId", # required
2998
- # policy_version_id: 1, # required
2999
- # max_results: 1,
3000
- # next_token: "NextToken",
3001
- # }
3002
- #
3003
2515
  # @!attribute [rw] core_network_id
3004
2516
  # The ID of a core network.
3005
2517
  # @return [String]
@@ -3044,16 +2556,6 @@ module Aws::NetworkManager
3044
2556
  include Aws::Structure
3045
2557
  end
3046
2558
 
3047
- # @note When making an API call, you may pass GetCoreNetworkChangeSetRequest
3048
- # data as a hash:
3049
- #
3050
- # {
3051
- # core_network_id: "CoreNetworkId", # required
3052
- # policy_version_id: 1, # required
3053
- # max_results: 1,
3054
- # next_token: "NextToken",
3055
- # }
3056
- #
3057
2559
  # @!attribute [rw] core_network_id
3058
2560
  # The ID of a core network.
3059
2561
  # @return [String]
@@ -3098,15 +2600,6 @@ module Aws::NetworkManager
3098
2600
  include Aws::Structure
3099
2601
  end
3100
2602
 
3101
- # @note When making an API call, you may pass GetCoreNetworkPolicyRequest
3102
- # data as a hash:
3103
- #
3104
- # {
3105
- # core_network_id: "CoreNetworkId", # required
3106
- # policy_version_id: 1,
3107
- # alias: "LIVE", # accepts LIVE, LATEST
3108
- # }
3109
- #
3110
2603
  # @!attribute [rw] core_network_id
3111
2604
  # The ID of a core network.
3112
2605
  # @return [String]
@@ -3141,13 +2634,6 @@ module Aws::NetworkManager
3141
2634
  include Aws::Structure
3142
2635
  end
3143
2636
 
3144
- # @note When making an API call, you may pass GetCoreNetworkRequest
3145
- # data as a hash:
3146
- #
3147
- # {
3148
- # core_network_id: "CoreNetworkId", # required
3149
- # }
3150
- #
3151
2637
  # @!attribute [rw] core_network_id
3152
2638
  # The ID of a core network.
3153
2639
  # @return [String]
@@ -3172,16 +2658,6 @@ module Aws::NetworkManager
3172
2658
  include Aws::Structure
3173
2659
  end
3174
2660
 
3175
- # @note When making an API call, you may pass GetCustomerGatewayAssociationsRequest
3176
- # data as a hash:
3177
- #
3178
- # {
3179
- # global_network_id: "GlobalNetworkId", # required
3180
- # customer_gateway_arns: ["CustomerGatewayArn"],
3181
- # max_results: 1,
3182
- # next_token: "NextToken",
3183
- # }
3184
- #
3185
2661
  # @!attribute [rw] global_network_id
3186
2662
  # The ID of the global network.
3187
2663
  # @return [String]
@@ -3227,17 +2703,6 @@ module Aws::NetworkManager
3227
2703
  include Aws::Structure
3228
2704
  end
3229
2705
 
3230
- # @note When making an API call, you may pass GetDevicesRequest
3231
- # data as a hash:
3232
- #
3233
- # {
3234
- # global_network_id: "GlobalNetworkId", # required
3235
- # device_ids: ["DeviceId"],
3236
- # site_id: "SiteId",
3237
- # max_results: 1,
3238
- # next_token: "NextToken",
3239
- # }
3240
- #
3241
2706
  # @!attribute [rw] global_network_id
3242
2707
  # The ID of the global network.
3243
2708
  # @return [String]
@@ -3287,17 +2752,6 @@ module Aws::NetworkManager
3287
2752
  include Aws::Structure
3288
2753
  end
3289
2754
 
3290
- # @note When making an API call, you may pass GetLinkAssociationsRequest
3291
- # data as a hash:
3292
- #
3293
- # {
3294
- # global_network_id: "GlobalNetworkId", # required
3295
- # device_id: "DeviceId",
3296
- # link_id: "LinkId",
3297
- # max_results: 1,
3298
- # next_token: "NextToken",
3299
- # }
3300
- #
3301
2755
  # @!attribute [rw] global_network_id
3302
2756
  # The ID of the global network.
3303
2757
  # @return [String]
@@ -3347,19 +2801,6 @@ module Aws::NetworkManager
3347
2801
  include Aws::Structure
3348
2802
  end
3349
2803
 
3350
- # @note When making an API call, you may pass GetLinksRequest
3351
- # data as a hash:
3352
- #
3353
- # {
3354
- # global_network_id: "GlobalNetworkId", # required
3355
- # link_ids: ["LinkId"],
3356
- # site_id: "SiteId",
3357
- # type: "ConstrainedString",
3358
- # provider: "ConstrainedString",
3359
- # max_results: 1,
3360
- # next_token: "NextToken",
3361
- # }
3362
- #
3363
2804
  # @!attribute [rw] global_network_id
3364
2805
  # The ID of the global network.
3365
2806
  # @return [String]
@@ -3419,16 +2860,6 @@ module Aws::NetworkManager
3419
2860
  include Aws::Structure
3420
2861
  end
3421
2862
 
3422
- # @note When making an API call, you may pass GetNetworkResourceCountsRequest
3423
- # data as a hash:
3424
- #
3425
- # {
3426
- # global_network_id: "GlobalNetworkId", # required
3427
- # resource_type: "ConstrainedString",
3428
- # max_results: 1,
3429
- # next_token: "NextToken",
3430
- # }
3431
- #
3432
2863
  # @!attribute [rw] global_network_id
3433
2864
  # The ID of the global network.
3434
2865
  # @return [String]
@@ -3505,21 +2936,6 @@ module Aws::NetworkManager
3505
2936
  include Aws::Structure
3506
2937
  end
3507
2938
 
3508
- # @note When making an API call, you may pass GetNetworkResourceRelationshipsRequest
3509
- # data as a hash:
3510
- #
3511
- # {
3512
- # global_network_id: "GlobalNetworkId", # required
3513
- # core_network_id: "CoreNetworkId",
3514
- # registered_gateway_arn: "ResourceArn",
3515
- # aws_region: "ExternalRegionCode",
3516
- # account_id: "AWSAccountId",
3517
- # resource_type: "ConstrainedString",
3518
- # resource_arn: "ResourceArn",
3519
- # max_results: 1,
3520
- # next_token: "NextToken",
3521
- # }
3522
- #
3523
2939
  # @!attribute [rw] global_network_id
3524
2940
  # The ID of the global network.
3525
2941
  # @return [String]
@@ -3621,21 +3037,6 @@ module Aws::NetworkManager
3621
3037
  include Aws::Structure
3622
3038
  end
3623
3039
 
3624
- # @note When making an API call, you may pass GetNetworkResourcesRequest
3625
- # data as a hash:
3626
- #
3627
- # {
3628
- # global_network_id: "GlobalNetworkId", # required
3629
- # core_network_id: "CoreNetworkId",
3630
- # registered_gateway_arn: "ResourceArn",
3631
- # aws_region: "ExternalRegionCode",
3632
- # account_id: "AWSAccountId",
3633
- # resource_type: "ConstrainedString",
3634
- # resource_arn: "ResourceArn",
3635
- # max_results: 1,
3636
- # next_token: "NextToken",
3637
- # }
3638
- #
3639
3040
  # @!attribute [rw] global_network_id
3640
3041
  # The ID of the global network.
3641
3042
  # @return [String]
@@ -3756,31 +3157,6 @@ module Aws::NetworkManager
3756
3157
  include Aws::Structure
3757
3158
  end
3758
3159
 
3759
- # @note When making an API call, you may pass GetNetworkRoutesRequest
3760
- # data as a hash:
3761
- #
3762
- # {
3763
- # global_network_id: "GlobalNetworkId", # required
3764
- # route_table_identifier: { # required
3765
- # transit_gateway_route_table_arn: "TransitGatewayRouteTableArn",
3766
- # core_network_segment_edge: {
3767
- # core_network_id: "CoreNetworkId",
3768
- # segment_name: "ConstrainedString",
3769
- # edge_location: "ExternalRegionCode",
3770
- # },
3771
- # },
3772
- # exact_cidr_matches: ["ConstrainedString"],
3773
- # longest_prefix_matches: ["ConstrainedString"],
3774
- # subnet_of_matches: ["ConstrainedString"],
3775
- # supernet_of_matches: ["ConstrainedString"],
3776
- # prefix_list_ids: ["ConstrainedString"],
3777
- # states: ["ACTIVE"], # accepts ACTIVE, BLACKHOLE
3778
- # types: ["PROPAGATED"], # accepts PROPAGATED, STATIC
3779
- # destination_filters: {
3780
- # "FilterName" => ["FilterValue"],
3781
- # },
3782
- # }
3783
- #
3784
3160
  # @!attribute [rw] global_network_id
3785
3161
  # The ID of the global network.
3786
3162
  # @return [String]
@@ -3873,21 +3249,6 @@ module Aws::NetworkManager
3873
3249
  include Aws::Structure
3874
3250
  end
3875
3251
 
3876
- # @note When making an API call, you may pass GetNetworkTelemetryRequest
3877
- # data as a hash:
3878
- #
3879
- # {
3880
- # global_network_id: "GlobalNetworkId", # required
3881
- # core_network_id: "CoreNetworkId",
3882
- # registered_gateway_arn: "ResourceArn",
3883
- # aws_region: "ExternalRegionCode",
3884
- # account_id: "AWSAccountId",
3885
- # resource_type: "ConstrainedString",
3886
- # resource_arn: "ResourceArn",
3887
- # max_results: 1,
3888
- # next_token: "NextToken",
3889
- # }
3890
- #
3891
3252
  # @!attribute [rw] global_network_id
3892
3253
  # The ID of the global network.
3893
3254
  # @return [String]
@@ -3989,13 +3350,6 @@ module Aws::NetworkManager
3989
3350
  include Aws::Structure
3990
3351
  end
3991
3352
 
3992
- # @note When making an API call, you may pass GetResourcePolicyRequest
3993
- # data as a hash:
3994
- #
3995
- # {
3996
- # resource_arn: "ResourceArn", # required
3997
- # }
3998
- #
3999
3353
  # @!attribute [rw] resource_arn
4000
3354
  # The ARN of the resource.
4001
3355
  # @return [String]
@@ -4020,14 +3374,6 @@ module Aws::NetworkManager
4020
3374
  include Aws::Structure
4021
3375
  end
4022
3376
 
4023
- # @note When making an API call, you may pass GetRouteAnalysisRequest
4024
- # data as a hash:
4025
- #
4026
- # {
4027
- # global_network_id: "GlobalNetworkId", # required
4028
- # route_analysis_id: "ConstrainedString", # required
4029
- # }
4030
- #
4031
3377
  # @!attribute [rw] global_network_id
4032
3378
  # The ID of the global network.
4033
3379
  # @return [String]
@@ -4057,13 +3403,6 @@ module Aws::NetworkManager
4057
3403
  include Aws::Structure
4058
3404
  end
4059
3405
 
4060
- # @note When making an API call, you may pass GetSiteToSiteVpnAttachmentRequest
4061
- # data as a hash:
4062
- #
4063
- # {
4064
- # attachment_id: "AttachmentId", # required
4065
- # }
4066
- #
4067
3406
  # @!attribute [rw] attachment_id
4068
3407
  # The ID of the attachment.
4069
3408
  # @return [String]
@@ -4088,16 +3427,6 @@ module Aws::NetworkManager
4088
3427
  include Aws::Structure
4089
3428
  end
4090
3429
 
4091
- # @note When making an API call, you may pass GetSitesRequest
4092
- # data as a hash:
4093
- #
4094
- # {
4095
- # global_network_id: "GlobalNetworkId", # required
4096
- # site_ids: ["SiteId"],
4097
- # max_results: 1,
4098
- # next_token: "NextToken",
4099
- # }
4100
- #
4101
3430
  # @!attribute [rw] global_network_id
4102
3431
  # The ID of the global network.
4103
3432
  # @return [String]
@@ -4142,16 +3471,6 @@ module Aws::NetworkManager
4142
3471
  include Aws::Structure
4143
3472
  end
4144
3473
 
4145
- # @note When making an API call, you may pass GetTransitGatewayConnectPeerAssociationsRequest
4146
- # data as a hash:
4147
- #
4148
- # {
4149
- # global_network_id: "GlobalNetworkId", # required
4150
- # transit_gateway_connect_peer_arns: ["TransitGatewayConnectPeerArn"],
4151
- # max_results: 1,
4152
- # next_token: "NextToken",
4153
- # }
4154
- #
4155
3474
  # @!attribute [rw] global_network_id
4156
3475
  # The ID of the global network.
4157
3476
  # @return [String]
@@ -4197,13 +3516,6 @@ module Aws::NetworkManager
4197
3516
  include Aws::Structure
4198
3517
  end
4199
3518
 
4200
- # @note When making an API call, you may pass GetTransitGatewayPeeringRequest
4201
- # data as a hash:
4202
- #
4203
- # {
4204
- # peering_id: "PeeringId", # required
4205
- # }
4206
- #
4207
3519
  # @!attribute [rw] peering_id
4208
3520
  # The ID of the peering request.
4209
3521
  # @return [String]
@@ -4228,16 +3540,6 @@ module Aws::NetworkManager
4228
3540
  include Aws::Structure
4229
3541
  end
4230
3542
 
4231
- # @note When making an API call, you may pass GetTransitGatewayRegistrationsRequest
4232
- # data as a hash:
4233
- #
4234
- # {
4235
- # global_network_id: "GlobalNetworkId", # required
4236
- # transit_gateway_arns: ["TransitGatewayArn"],
4237
- # max_results: 1,
4238
- # next_token: "NextToken",
4239
- # }
4240
- #
4241
3543
  # @!attribute [rw] global_network_id
4242
3544
  # The ID of the global network.
4243
3545
  # @return [String]
@@ -4283,13 +3585,6 @@ module Aws::NetworkManager
4283
3585
  include Aws::Structure
4284
3586
  end
4285
3587
 
4286
- # @note When making an API call, you may pass GetTransitGatewayRouteTableAttachmentRequest
4287
- # data as a hash:
4288
- #
4289
- # {
4290
- # attachment_id: "AttachmentId", # required
4291
- # }
4292
- #
4293
3588
  # @!attribute [rw] attachment_id
4294
3589
  # The ID of the transit gateway route table attachment.
4295
3590
  # @return [String]
@@ -4315,13 +3610,6 @@ module Aws::NetworkManager
4315
3610
  include Aws::Structure
4316
3611
  end
4317
3612
 
4318
- # @note When making an API call, you may pass GetVpcAttachmentRequest
4319
- # data as a hash:
4320
- #
4321
- # {
4322
- # attachment_id: "AttachmentId", # required
4323
- # }
4324
- #
4325
3613
  # @!attribute [rw] attachment_id
4326
3614
  # The ID of the attachment.
4327
3615
  # @return [String]
@@ -4498,18 +3786,6 @@ module Aws::NetworkManager
4498
3786
  include Aws::Structure
4499
3787
  end
4500
3788
 
4501
- # @note When making an API call, you may pass ListAttachmentsRequest
4502
- # data as a hash:
4503
- #
4504
- # {
4505
- # core_network_id: "CoreNetworkId",
4506
- # attachment_type: "CONNECT", # accepts CONNECT, SITE_TO_SITE_VPN, VPC, TRANSIT_GATEWAY_ROUTE_TABLE
4507
- # edge_location: "ExternalRegionCode",
4508
- # state: "REJECTED", # accepts REJECTED, PENDING_ATTACHMENT_ACCEPTANCE, CREATING, FAILED, AVAILABLE, UPDATING, PENDING_NETWORK_UPDATE, PENDING_TAG_ACCEPTANCE, DELETING
4509
- # max_results: 1,
4510
- # next_token: "NextToken",
4511
- # }
4512
- #
4513
3789
  # @!attribute [rw] core_network_id
4514
3790
  # The ID of a core network.
4515
3791
  # @return [String]
@@ -4564,16 +3840,6 @@ module Aws::NetworkManager
4564
3840
  include Aws::Structure
4565
3841
  end
4566
3842
 
4567
- # @note When making an API call, you may pass ListConnectPeersRequest
4568
- # data as a hash:
4569
- #
4570
- # {
4571
- # core_network_id: "CoreNetworkId",
4572
- # connect_attachment_id: "AttachmentId",
4573
- # max_results: 1,
4574
- # next_token: "NextToken",
4575
- # }
4576
- #
4577
3843
  # @!attribute [rw] core_network_id
4578
3844
  # The ID of a core network.
4579
3845
  # @return [String]
@@ -4618,15 +3884,6 @@ module Aws::NetworkManager
4618
3884
  include Aws::Structure
4619
3885
  end
4620
3886
 
4621
- # @note When making an API call, you may pass ListCoreNetworkPolicyVersionsRequest
4622
- # data as a hash:
4623
- #
4624
- # {
4625
- # core_network_id: "CoreNetworkId", # required
4626
- # max_results: 1,
4627
- # next_token: "NextToken",
4628
- # }
4629
- #
4630
3887
  # @!attribute [rw] core_network_id
4631
3888
  # The ID of a core network.
4632
3889
  # @return [String]
@@ -4666,14 +3923,6 @@ module Aws::NetworkManager
4666
3923
  include Aws::Structure
4667
3924
  end
4668
3925
 
4669
- # @note When making an API call, you may pass ListCoreNetworksRequest
4670
- # data as a hash:
4671
- #
4672
- # {
4673
- # max_results: 1,
4674
- # next_token: "NextToken",
4675
- # }
4676
- #
4677
3926
  # @!attribute [rw] max_results
4678
3927
  # The maximum number of results to return.
4679
3928
  # @return [Integer]
@@ -4708,14 +3957,6 @@ module Aws::NetworkManager
4708
3957
  include Aws::Structure
4709
3958
  end
4710
3959
 
4711
- # @note When making an API call, you may pass ListOrganizationServiceAccessStatusRequest
4712
- # data as a hash:
4713
- #
4714
- # {
4715
- # max_results: 1,
4716
- # next_token: "NextToken",
4717
- # }
4718
- #
4719
3960
  # @!attribute [rw] max_results
4720
3961
  # The maximum number of results to return.
4721
3962
  # @return [Integer]
@@ -4750,18 +3991,6 @@ module Aws::NetworkManager
4750
3991
  include Aws::Structure
4751
3992
  end
4752
3993
 
4753
- # @note When making an API call, you may pass ListPeeringsRequest
4754
- # data as a hash:
4755
- #
4756
- # {
4757
- # core_network_id: "CoreNetworkId",
4758
- # peering_type: "TRANSIT_GATEWAY", # accepts TRANSIT_GATEWAY
4759
- # edge_location: "ExternalRegionCode",
4760
- # state: "CREATING", # accepts CREATING, FAILED, AVAILABLE, DELETING
4761
- # max_results: 1,
4762
- # next_token: "NextToken",
4763
- # }
4764
- #
4765
3994
  # @!attribute [rw] core_network_id
4766
3995
  # The ID of a core network.
4767
3996
  # @return [String]
@@ -4816,13 +4045,6 @@ module Aws::NetworkManager
4816
4045
  include Aws::Structure
4817
4046
  end
4818
4047
 
4819
- # @note When making an API call, you may pass ListTagsForResourceRequest
4820
- # data as a hash:
4821
- #
4822
- # {
4823
- # resource_arn: "ResourceArn", # required
4824
- # }
4825
- #
4826
4048
  # @!attribute [rw] resource_arn
4827
4049
  # The Amazon Resource Name (ARN) of the resource.
4828
4050
  # @return [String]
@@ -4849,15 +4071,6 @@ module Aws::NetworkManager
4849
4071
 
4850
4072
  # Describes a location.
4851
4073
  #
4852
- # @note When making an API call, you may pass Location
4853
- # data as a hash:
4854
- #
4855
- # {
4856
- # address: "ConstrainedString",
4857
- # latitude: "ConstrainedString",
4858
- # longitude: "ConstrainedString",
4859
- # }
4860
- #
4861
4074
  # @!attribute [rw] address
4862
4075
  # The physical address.
4863
4076
  # @return [String]
@@ -5307,17 +4520,6 @@ module Aws::NetworkManager
5307
4520
  include Aws::Structure
5308
4521
  end
5309
4522
 
5310
- # @note When making an API call, you may pass PutCoreNetworkPolicyRequest
5311
- # data as a hash:
5312
- #
5313
- # {
5314
- # core_network_id: "CoreNetworkId", # required
5315
- # policy_document: "CoreNetworkPolicyDocument", # required
5316
- # description: "ConstrainedString",
5317
- # latest_version_id: 1,
5318
- # client_token: "ClientToken",
5319
- # }
5320
- #
5321
4523
  # @!attribute [rw] core_network_id
5322
4524
  # The ID of a core network.
5323
4525
  # @return [String]
@@ -5365,14 +4567,6 @@ module Aws::NetworkManager
5365
4567
  include Aws::Structure
5366
4568
  end
5367
4569
 
5368
- # @note When making an API call, you may pass PutResourcePolicyRequest
5369
- # data as a hash:
5370
- #
5371
- # {
5372
- # policy_document: "ResourcePolicyDocument", # required
5373
- # resource_arn: "ResourceArn", # required
5374
- # }
5375
- #
5376
4570
  # @!attribute [rw] policy_document
5377
4571
  # The JSON resource policy document.
5378
4572
  # @return [String]
@@ -5394,14 +4588,6 @@ module Aws::NetworkManager
5394
4588
  #
5395
4589
  class PutResourcePolicyResponse < Aws::EmptyStructure; end
5396
4590
 
5397
- # @note When making an API call, you may pass RegisterTransitGatewayRequest
5398
- # data as a hash:
5399
- #
5400
- # {
5401
- # global_network_id: "GlobalNetworkId", # required
5402
- # transit_gateway_arn: "TransitGatewayArn", # required
5403
- # }
5404
- #
5405
4591
  # @!attribute [rw] global_network_id
5406
4592
  # The ID of the global network.
5407
4593
  # @return [String]
@@ -5431,13 +4617,6 @@ module Aws::NetworkManager
5431
4617
  include Aws::Structure
5432
4618
  end
5433
4619
 
5434
- # @note When making an API call, you may pass RejectAttachmentRequest
5435
- # data as a hash:
5436
- #
5437
- # {
5438
- # attachment_id: "AttachmentId", # required
5439
- # }
5440
- #
5441
4620
  # @!attribute [rw] attachment_id
5442
4621
  # The ID of the attachment.
5443
4622
  # @return [String]
@@ -5509,14 +4688,6 @@ module Aws::NetworkManager
5509
4688
  include Aws::Structure
5510
4689
  end
5511
4690
 
5512
- # @note When making an API call, you may pass RestoreCoreNetworkPolicyVersionRequest
5513
- # data as a hash:
5514
- #
5515
- # {
5516
- # core_network_id: "CoreNetworkId", # required
5517
- # policy_version_id: 1, # required
5518
- # }
5519
- #
5520
4691
  # @!attribute [rw] core_network_id
5521
4692
  # The ID of a core network.
5522
4693
  # @return [String]
@@ -5690,14 +4861,6 @@ module Aws::NetworkManager
5690
4861
 
5691
4862
  # Describes a source or a destination.
5692
4863
  #
5693
- # @note When making an API call, you may pass RouteAnalysisEndpointOptionsSpecification
5694
- # data as a hash:
5695
- #
5696
- # {
5697
- # transit_gateway_attachment_arn: "TransitGatewayAttachmentArn",
5698
- # ip_address: "IPAddress",
5699
- # }
5700
- #
5701
4864
  # @!attribute [rw] transit_gateway_attachment_arn
5702
4865
  # The ARN of the transit gateway attachment.
5703
4866
  # @return [String]
@@ -5736,18 +4899,6 @@ module Aws::NetworkManager
5736
4899
 
5737
4900
  # Describes a route table.
5738
4901
  #
5739
- # @note When making an API call, you may pass RouteTableIdentifier
5740
- # data as a hash:
5741
- #
5742
- # {
5743
- # transit_gateway_route_table_arn: "TransitGatewayRouteTableArn",
5744
- # core_network_segment_edge: {
5745
- # core_network_id: "CoreNetworkId",
5746
- # segment_name: "ConstrainedString",
5747
- # edge_location: "ExternalRegionCode",
5748
- # },
5749
- # }
5750
- #
5751
4902
  # @!attribute [rw] transit_gateway_route_table_arn
5752
4903
  # The ARN of the transit gateway route table.
5753
4904
  # @return [String]
@@ -5867,13 +5018,6 @@ module Aws::NetworkManager
5867
5018
  include Aws::Structure
5868
5019
  end
5869
5020
 
5870
- # @note When making an API call, you may pass StartOrganizationServiceAccessUpdateRequest
5871
- # data as a hash:
5872
- #
5873
- # {
5874
- # action: "Action", # required
5875
- # }
5876
- #
5877
5021
  # @!attribute [rw] action
5878
5022
  # The action to take for the update request. This can be either
5879
5023
  # `ENABLE` or `DISABLE`.
@@ -5900,23 +5044,6 @@ module Aws::NetworkManager
5900
5044
  include Aws::Structure
5901
5045
  end
5902
5046
 
5903
- # @note When making an API call, you may pass StartRouteAnalysisRequest
5904
- # data as a hash:
5905
- #
5906
- # {
5907
- # global_network_id: "GlobalNetworkId", # required
5908
- # source: { # required
5909
- # transit_gateway_attachment_arn: "TransitGatewayAttachmentArn",
5910
- # ip_address: "IPAddress",
5911
- # },
5912
- # destination: { # required
5913
- # transit_gateway_attachment_arn: "TransitGatewayAttachmentArn",
5914
- # ip_address: "IPAddress",
5915
- # },
5916
- # include_return_path: false,
5917
- # use_middleboxes: false,
5918
- # }
5919
- #
5920
5047
  # @!attribute [rw] global_network_id
5921
5048
  # The ID of the global network.
5922
5049
  # @return [String]
@@ -5965,14 +5092,6 @@ module Aws::NetworkManager
5965
5092
 
5966
5093
  # Describes a tag.
5967
5094
  #
5968
- # @note When making an API call, you may pass Tag
5969
- # data as a hash:
5970
- #
5971
- # {
5972
- # key: "TagKey",
5973
- # value: "TagValue",
5974
- # }
5975
- #
5976
5095
  # @!attribute [rw] key
5977
5096
  # The tag key.
5978
5097
  #
@@ -5994,19 +5113,6 @@ module Aws::NetworkManager
5994
5113
  include Aws::Structure
5995
5114
  end
5996
5115
 
5997
- # @note When making an API call, you may pass TagResourceRequest
5998
- # data as a hash:
5999
- #
6000
- # {
6001
- # resource_arn: "ResourceArn", # required
6002
- # tags: [ # required
6003
- # {
6004
- # key: "TagKey",
6005
- # value: "TagValue",
6006
- # },
6007
- # ],
6008
- # }
6009
- #
6010
5116
  # @!attribute [rw] resource_arn
6011
5117
  # The Amazon Resource Name (ARN) of the resource.
6012
5118
  # @return [String]
@@ -6171,14 +5277,6 @@ module Aws::NetworkManager
6171
5277
  include Aws::Structure
6172
5278
  end
6173
5279
 
6174
- # @note When making an API call, you may pass UntagResourceRequest
6175
- # data as a hash:
6176
- #
6177
- # {
6178
- # resource_arn: "ResourceArn", # required
6179
- # tag_keys: ["TagKey"], # required
6180
- # }
6181
- #
6182
5280
  # @!attribute [rw] resource_arn
6183
5281
  # The Amazon Resource Name (ARN) of the resource.
6184
5282
  # @return [String]
@@ -6200,17 +5298,6 @@ module Aws::NetworkManager
6200
5298
  #
6201
5299
  class UntagResourceResponse < Aws::EmptyStructure; end
6202
5300
 
6203
- # @note When making an API call, you may pass UpdateConnectionRequest
6204
- # data as a hash:
6205
- #
6206
- # {
6207
- # global_network_id: "GlobalNetworkId", # required
6208
- # connection_id: "ConnectionId", # required
6209
- # link_id: "LinkId",
6210
- # connected_link_id: "LinkId",
6211
- # description: "ConstrainedString",
6212
- # }
6213
- #
6214
5301
  # @!attribute [rw] global_network_id
6215
5302
  # The ID of the global network.
6216
5303
  # @return [String]
@@ -6257,14 +5344,6 @@ module Aws::NetworkManager
6257
5344
  include Aws::Structure
6258
5345
  end
6259
5346
 
6260
- # @note When making an API call, you may pass UpdateCoreNetworkRequest
6261
- # data as a hash:
6262
- #
6263
- # {
6264
- # core_network_id: "CoreNetworkId", # required
6265
- # description: "ConstrainedString",
6266
- # }
6267
- #
6268
5347
  # @!attribute [rw] core_network_id
6269
5348
  # The ID of a core network.
6270
5349
  # @return [String]
@@ -6294,29 +5373,6 @@ module Aws::NetworkManager
6294
5373
  include Aws::Structure
6295
5374
  end
6296
5375
 
6297
- # @note When making an API call, you may pass UpdateDeviceRequest
6298
- # data as a hash:
6299
- #
6300
- # {
6301
- # global_network_id: "GlobalNetworkId", # required
6302
- # device_id: "DeviceId", # required
6303
- # aws_location: {
6304
- # zone: "ConstrainedString",
6305
- # subnet_arn: "SubnetArn",
6306
- # },
6307
- # description: "ConstrainedString",
6308
- # type: "ConstrainedString",
6309
- # vendor: "ConstrainedString",
6310
- # model: "ConstrainedString",
6311
- # serial_number: "ConstrainedString",
6312
- # location: {
6313
- # address: "ConstrainedString",
6314
- # latitude: "ConstrainedString",
6315
- # longitude: "ConstrainedString",
6316
- # },
6317
- # site_id: "SiteId",
6318
- # }
6319
- #
6320
5376
  # @!attribute [rw] global_network_id
6321
5377
  # The ID of the global network.
6322
5378
  # @return [String]
@@ -6395,14 +5451,6 @@ module Aws::NetworkManager
6395
5451
  include Aws::Structure
6396
5452
  end
6397
5453
 
6398
- # @note When making an API call, you may pass UpdateGlobalNetworkRequest
6399
- # data as a hash:
6400
- #
6401
- # {
6402
- # global_network_id: "GlobalNetworkId", # required
6403
- # description: "ConstrainedString",
6404
- # }
6405
- #
6406
5454
  # @!attribute [rw] global_network_id
6407
5455
  # The ID of your global network.
6408
5456
  # @return [String]
@@ -6434,21 +5482,6 @@ module Aws::NetworkManager
6434
5482
  include Aws::Structure
6435
5483
  end
6436
5484
 
6437
- # @note When making an API call, you may pass UpdateLinkRequest
6438
- # data as a hash:
6439
- #
6440
- # {
6441
- # global_network_id: "GlobalNetworkId", # required
6442
- # link_id: "LinkId", # required
6443
- # description: "ConstrainedString",
6444
- # type: "ConstrainedString",
6445
- # bandwidth: {
6446
- # upload_speed: 1,
6447
- # download_speed: 1,
6448
- # },
6449
- # provider: "ConstrainedString",
6450
- # }
6451
- #
6452
5485
  # @!attribute [rw] global_network_id
6453
5486
  # The ID of the global network.
6454
5487
  # @return [String]
@@ -6504,17 +5537,6 @@ module Aws::NetworkManager
6504
5537
  include Aws::Structure
6505
5538
  end
6506
5539
 
6507
- # @note When making an API call, you may pass UpdateNetworkResourceMetadataRequest
6508
- # data as a hash:
6509
- #
6510
- # {
6511
- # global_network_id: "GlobalNetworkId", # required
6512
- # resource_arn: "ResourceArn", # required
6513
- # metadata: { # required
6514
- # "ConstrainedString" => "ConstrainedString",
6515
- # },
6516
- # }
6517
- #
6518
5540
  # @!attribute [rw] global_network_id
6519
5541
  # The ID of the global network.
6520
5542
  # @return [String]
@@ -6554,20 +5576,6 @@ module Aws::NetworkManager
6554
5576
  include Aws::Structure
6555
5577
  end
6556
5578
 
6557
- # @note When making an API call, you may pass UpdateSiteRequest
6558
- # data as a hash:
6559
- #
6560
- # {
6561
- # global_network_id: "GlobalNetworkId", # required
6562
- # site_id: "SiteId", # required
6563
- # description: "ConstrainedString",
6564
- # location: {
6565
- # address: "ConstrainedString",
6566
- # latitude: "ConstrainedString",
6567
- # longitude: "ConstrainedString",
6568
- # },
6569
- # }
6570
- #
6571
5579
  # @!attribute [rw] global_network_id
6572
5580
  # The ID of the global network.
6573
5581
  # @return [String]
@@ -6615,18 +5623,6 @@ module Aws::NetworkManager
6615
5623
  include Aws::Structure
6616
5624
  end
6617
5625
 
6618
- # @note When making an API call, you may pass UpdateVpcAttachmentRequest
6619
- # data as a hash:
6620
- #
6621
- # {
6622
- # attachment_id: "AttachmentId", # required
6623
- # add_subnet_arns: ["SubnetArn"],
6624
- # remove_subnet_arns: ["SubnetArn"],
6625
- # options: {
6626
- # ipv_6_support: false,
6627
- # },
6628
- # }
6629
- #
6630
5626
  # @!attribute [rw] attachment_id
6631
5627
  # The ID of the attachment.
6632
5628
  # @return [String]
@@ -6734,21 +5730,22 @@ module Aws::NetworkManager
6734
5730
 
6735
5731
  # Describes the VPC options.
6736
5732
  #
6737
- # @note When making an API call, you may pass VpcOptions
6738
- # data as a hash:
6739
- #
6740
- # {
6741
- # ipv_6_support: false,
6742
- # }
6743
- #
6744
5733
  # @!attribute [rw] ipv_6_support
6745
5734
  # Indicates whether IPv6 is supported.
6746
5735
  # @return [Boolean]
6747
5736
  #
5737
+ # @!attribute [rw] appliance_mode_support
5738
+ # Indicates whether appliance mode is supported. If enabled, traffic
5739
+ # flow between a source and destination use the same Availability Zone
5740
+ # for the VPC attachment for the lifetime of that flow. The default
5741
+ # value is `false`.
5742
+ # @return [Boolean]
5743
+ #
6748
5744
  # @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/VpcOptions AWS API Documentation
6749
5745
  #
6750
5746
  class VpcOptions < Struct.new(
6751
- :ipv_6_support)
5747
+ :ipv_6_support,
5748
+ :appliance_mode_support)
6752
5749
  SENSITIVE = []
6753
5750
  include Aws::Structure
6754
5751
  end