aws-sdk-networkmanager 1.4.1 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-networkmanager.rb +5 -2
- data/lib/aws-sdk-networkmanager/client.rb +425 -8
- data/lib/aws-sdk-networkmanager/client_api.rb +230 -0
- data/lib/aws-sdk-networkmanager/errors.rb +2 -0
- data/lib/aws-sdk-networkmanager/resource.rb +2 -0
- data/lib/aws-sdk-networkmanager/types.rb +594 -0
- metadata +4 -4
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -11,13 +13,21 @@ module Aws::NetworkManager
|
|
11
13
|
|
12
14
|
include Seahorse::Model
|
13
15
|
|
16
|
+
AWSLocation = Shapes::StructureShape.new(name: 'AWSLocation')
|
14
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
15
18
|
AssociateCustomerGatewayRequest = Shapes::StructureShape.new(name: 'AssociateCustomerGatewayRequest')
|
16
19
|
AssociateCustomerGatewayResponse = Shapes::StructureShape.new(name: 'AssociateCustomerGatewayResponse')
|
17
20
|
AssociateLinkRequest = Shapes::StructureShape.new(name: 'AssociateLinkRequest')
|
18
21
|
AssociateLinkResponse = Shapes::StructureShape.new(name: 'AssociateLinkResponse')
|
22
|
+
AssociateTransitGatewayConnectPeerRequest = Shapes::StructureShape.new(name: 'AssociateTransitGatewayConnectPeerRequest')
|
23
|
+
AssociateTransitGatewayConnectPeerResponse = Shapes::StructureShape.new(name: 'AssociateTransitGatewayConnectPeerResponse')
|
19
24
|
Bandwidth = Shapes::StructureShape.new(name: 'Bandwidth')
|
20
25
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
26
|
+
Connection = Shapes::StructureShape.new(name: 'Connection')
|
27
|
+
ConnectionList = Shapes::ListShape.new(name: 'ConnectionList')
|
28
|
+
ConnectionState = Shapes::StringShape.new(name: 'ConnectionState')
|
29
|
+
CreateConnectionRequest = Shapes::StructureShape.new(name: 'CreateConnectionRequest')
|
30
|
+
CreateConnectionResponse = Shapes::StructureShape.new(name: 'CreateConnectionResponse')
|
21
31
|
CreateDeviceRequest = Shapes::StructureShape.new(name: 'CreateDeviceRequest')
|
22
32
|
CreateDeviceResponse = Shapes::StructureShape.new(name: 'CreateDeviceResponse')
|
23
33
|
CreateGlobalNetworkRequest = Shapes::StructureShape.new(name: 'CreateGlobalNetworkRequest')
|
@@ -30,6 +40,8 @@ module Aws::NetworkManager
|
|
30
40
|
CustomerGatewayAssociationList = Shapes::ListShape.new(name: 'CustomerGatewayAssociationList')
|
31
41
|
CustomerGatewayAssociationState = Shapes::StringShape.new(name: 'CustomerGatewayAssociationState')
|
32
42
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime')
|
43
|
+
DeleteConnectionRequest = Shapes::StructureShape.new(name: 'DeleteConnectionRequest')
|
44
|
+
DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
|
33
45
|
DeleteDeviceRequest = Shapes::StructureShape.new(name: 'DeleteDeviceRequest')
|
34
46
|
DeleteDeviceResponse = Shapes::StructureShape.new(name: 'DeleteDeviceResponse')
|
35
47
|
DeleteGlobalNetworkRequest = Shapes::StructureShape.new(name: 'DeleteGlobalNetworkRequest')
|
@@ -49,6 +61,10 @@ module Aws::NetworkManager
|
|
49
61
|
DisassociateCustomerGatewayResponse = Shapes::StructureShape.new(name: 'DisassociateCustomerGatewayResponse')
|
50
62
|
DisassociateLinkRequest = Shapes::StructureShape.new(name: 'DisassociateLinkRequest')
|
51
63
|
DisassociateLinkResponse = Shapes::StructureShape.new(name: 'DisassociateLinkResponse')
|
64
|
+
DisassociateTransitGatewayConnectPeerRequest = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayConnectPeerRequest')
|
65
|
+
DisassociateTransitGatewayConnectPeerResponse = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayConnectPeerResponse')
|
66
|
+
GetConnectionsRequest = Shapes::StructureShape.new(name: 'GetConnectionsRequest')
|
67
|
+
GetConnectionsResponse = Shapes::StructureShape.new(name: 'GetConnectionsResponse')
|
52
68
|
GetCustomerGatewayAssociationsRequest = Shapes::StructureShape.new(name: 'GetCustomerGatewayAssociationsRequest')
|
53
69
|
GetCustomerGatewayAssociationsResponse = Shapes::StructureShape.new(name: 'GetCustomerGatewayAssociationsResponse')
|
54
70
|
GetDevicesRequest = Shapes::StructureShape.new(name: 'GetDevicesRequest')
|
@@ -59,6 +75,8 @@ module Aws::NetworkManager
|
|
59
75
|
GetLinksResponse = Shapes::StructureShape.new(name: 'GetLinksResponse')
|
60
76
|
GetSitesRequest = Shapes::StructureShape.new(name: 'GetSitesRequest')
|
61
77
|
GetSitesResponse = Shapes::StructureShape.new(name: 'GetSitesResponse')
|
78
|
+
GetTransitGatewayConnectPeerAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayConnectPeerAssociationsRequest')
|
79
|
+
GetTransitGatewayConnectPeerAssociationsResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayConnectPeerAssociationsResponse')
|
62
80
|
GetTransitGatewayRegistrationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRegistrationsRequest')
|
63
81
|
GetTransitGatewayRegistrationsResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayRegistrationsResponse')
|
64
82
|
GlobalNetwork = Shapes::StructureShape.new(name: 'GlobalNetwork')
|
@@ -95,12 +113,17 @@ module Aws::NetworkManager
|
|
95
113
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
96
114
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
97
115
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
116
|
+
TransitGatewayConnectPeerAssociation = Shapes::StructureShape.new(name: 'TransitGatewayConnectPeerAssociation')
|
117
|
+
TransitGatewayConnectPeerAssociationList = Shapes::ListShape.new(name: 'TransitGatewayConnectPeerAssociationList')
|
118
|
+
TransitGatewayConnectPeerAssociationState = Shapes::StringShape.new(name: 'TransitGatewayConnectPeerAssociationState')
|
98
119
|
TransitGatewayRegistration = Shapes::StructureShape.new(name: 'TransitGatewayRegistration')
|
99
120
|
TransitGatewayRegistrationList = Shapes::ListShape.new(name: 'TransitGatewayRegistrationList')
|
100
121
|
TransitGatewayRegistrationState = Shapes::StringShape.new(name: 'TransitGatewayRegistrationState')
|
101
122
|
TransitGatewayRegistrationStateReason = Shapes::StructureShape.new(name: 'TransitGatewayRegistrationStateReason')
|
102
123
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
103
124
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
125
|
+
UpdateConnectionRequest = Shapes::StructureShape.new(name: 'UpdateConnectionRequest')
|
126
|
+
UpdateConnectionResponse = Shapes::StructureShape.new(name: 'UpdateConnectionResponse')
|
104
127
|
UpdateDeviceRequest = Shapes::StructureShape.new(name: 'UpdateDeviceRequest')
|
105
128
|
UpdateDeviceResponse = Shapes::StructureShape.new(name: 'UpdateDeviceResponse')
|
106
129
|
UpdateGlobalNetworkRequest = Shapes::StructureShape.new(name: 'UpdateGlobalNetworkRequest')
|
@@ -114,6 +137,10 @@ module Aws::NetworkManager
|
|
114
137
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
115
138
|
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
116
139
|
|
140
|
+
AWSLocation.add_member(:zone, Shapes::ShapeRef.new(shape: String, location_name: "Zone"))
|
141
|
+
AWSLocation.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: String, location_name: "SubnetArn"))
|
142
|
+
AWSLocation.struct_class = Types::AWSLocation
|
143
|
+
|
117
144
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
118
145
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
119
146
|
|
@@ -134,6 +161,15 @@ module Aws::NetworkManager
|
|
134
161
|
AssociateLinkResponse.add_member(:link_association, Shapes::ShapeRef.new(shape: LinkAssociation, location_name: "LinkAssociation"))
|
135
162
|
AssociateLinkResponse.struct_class = Types::AssociateLinkResponse
|
136
163
|
|
164
|
+
AssociateTransitGatewayConnectPeerRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
165
|
+
AssociateTransitGatewayConnectPeerRequest.add_member(:transit_gateway_connect_peer_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransitGatewayConnectPeerArn"))
|
166
|
+
AssociateTransitGatewayConnectPeerRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DeviceId"))
|
167
|
+
AssociateTransitGatewayConnectPeerRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: String, location_name: "LinkId"))
|
168
|
+
AssociateTransitGatewayConnectPeerRequest.struct_class = Types::AssociateTransitGatewayConnectPeerRequest
|
169
|
+
|
170
|
+
AssociateTransitGatewayConnectPeerResponse.add_member(:transit_gateway_connect_peer_association, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociation, location_name: "TransitGatewayConnectPeerAssociation"))
|
171
|
+
AssociateTransitGatewayConnectPeerResponse.struct_class = Types::AssociateTransitGatewayConnectPeerResponse
|
172
|
+
|
137
173
|
Bandwidth.add_member(:upload_speed, Shapes::ShapeRef.new(shape: Integer, location_name: "UploadSpeed"))
|
138
174
|
Bandwidth.add_member(:download_speed, Shapes::ShapeRef.new(shape: Integer, location_name: "DownloadSpeed"))
|
139
175
|
Bandwidth.struct_class = Types::Bandwidth
|
@@ -143,7 +179,35 @@ module Aws::NetworkManager
|
|
143
179
|
ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceType"))
|
144
180
|
ConflictException.struct_class = Types::ConflictException
|
145
181
|
|
182
|
+
Connection.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, location_name: "ConnectionId"))
|
183
|
+
Connection.add_member(:connection_arn, Shapes::ShapeRef.new(shape: String, location_name: "ConnectionArn"))
|
184
|
+
Connection.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalNetworkId"))
|
185
|
+
Connection.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
|
186
|
+
Connection.add_member(:connected_device_id, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedDeviceId"))
|
187
|
+
Connection.add_member(:link_id, Shapes::ShapeRef.new(shape: String, location_name: "LinkId"))
|
188
|
+
Connection.add_member(:connected_link_id, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedLinkId"))
|
189
|
+
Connection.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
190
|
+
Connection.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
191
|
+
Connection.add_member(:state, Shapes::ShapeRef.new(shape: ConnectionState, location_name: "State"))
|
192
|
+
Connection.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
193
|
+
Connection.struct_class = Types::Connection
|
194
|
+
|
195
|
+
ConnectionList.member = Shapes::ShapeRef.new(shape: Connection)
|
196
|
+
|
197
|
+
CreateConnectionRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
198
|
+
CreateConnectionRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DeviceId"))
|
199
|
+
CreateConnectionRequest.add_member(:connected_device_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ConnectedDeviceId"))
|
200
|
+
CreateConnectionRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: String, location_name: "LinkId"))
|
201
|
+
CreateConnectionRequest.add_member(:connected_link_id, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedLinkId"))
|
202
|
+
CreateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
203
|
+
CreateConnectionRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
204
|
+
CreateConnectionRequest.struct_class = Types::CreateConnectionRequest
|
205
|
+
|
206
|
+
CreateConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
207
|
+
CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
|
208
|
+
|
146
209
|
CreateDeviceRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
210
|
+
CreateDeviceRequest.add_member(:aws_location, Shapes::ShapeRef.new(shape: AWSLocation, location_name: "AWSLocation"))
|
147
211
|
CreateDeviceRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
148
212
|
CreateDeviceRequest.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
149
213
|
CreateDeviceRequest.add_member(:vendor, Shapes::ShapeRef.new(shape: String, location_name: "Vendor"))
|
@@ -194,6 +258,13 @@ module Aws::NetworkManager
|
|
194
258
|
|
195
259
|
CustomerGatewayAssociationList.member = Shapes::ShapeRef.new(shape: CustomerGatewayAssociation)
|
196
260
|
|
261
|
+
DeleteConnectionRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
262
|
+
DeleteConnectionRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "connectionId"))
|
263
|
+
DeleteConnectionRequest.struct_class = Types::DeleteConnectionRequest
|
264
|
+
|
265
|
+
DeleteConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
266
|
+
DeleteConnectionResponse.struct_class = Types::DeleteConnectionResponse
|
267
|
+
|
197
268
|
DeleteDeviceRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
198
269
|
DeleteDeviceRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "deviceId"))
|
199
270
|
DeleteDeviceRequest.struct_class = Types::DeleteDeviceRequest
|
@@ -240,6 +311,7 @@ module Aws::NetworkManager
|
|
240
311
|
Device.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
|
241
312
|
Device.add_member(:device_arn, Shapes::ShapeRef.new(shape: String, location_name: "DeviceArn"))
|
242
313
|
Device.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalNetworkId"))
|
314
|
+
Device.add_member(:aws_location, Shapes::ShapeRef.new(shape: AWSLocation, location_name: "AWSLocation"))
|
243
315
|
Device.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
244
316
|
Device.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
245
317
|
Device.add_member(:vendor, Shapes::ShapeRef.new(shape: String, location_name: "Vendor"))
|
@@ -269,6 +341,24 @@ module Aws::NetworkManager
|
|
269
341
|
DisassociateLinkResponse.add_member(:link_association, Shapes::ShapeRef.new(shape: LinkAssociation, location_name: "LinkAssociation"))
|
270
342
|
DisassociateLinkResponse.struct_class = Types::DisassociateLinkResponse
|
271
343
|
|
344
|
+
DisassociateTransitGatewayConnectPeerRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
345
|
+
DisassociateTransitGatewayConnectPeerRequest.add_member(:transit_gateway_connect_peer_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "transitGatewayConnectPeerArn"))
|
346
|
+
DisassociateTransitGatewayConnectPeerRequest.struct_class = Types::DisassociateTransitGatewayConnectPeerRequest
|
347
|
+
|
348
|
+
DisassociateTransitGatewayConnectPeerResponse.add_member(:transit_gateway_connect_peer_association, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociation, location_name: "TransitGatewayConnectPeerAssociation"))
|
349
|
+
DisassociateTransitGatewayConnectPeerResponse.struct_class = Types::DisassociateTransitGatewayConnectPeerResponse
|
350
|
+
|
351
|
+
GetConnectionsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
352
|
+
GetConnectionsRequest.add_member(:connection_ids, Shapes::ShapeRef.new(shape: StringList, location: "querystring", location_name: "connectionIds"))
|
353
|
+
GetConnectionsRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "deviceId"))
|
354
|
+
GetConnectionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
355
|
+
GetConnectionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
356
|
+
GetConnectionsRequest.struct_class = Types::GetConnectionsRequest
|
357
|
+
|
358
|
+
GetConnectionsResponse.add_member(:connections, Shapes::ShapeRef.new(shape: ConnectionList, location_name: "Connections"))
|
359
|
+
GetConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
360
|
+
GetConnectionsResponse.struct_class = Types::GetConnectionsResponse
|
361
|
+
|
272
362
|
GetCustomerGatewayAssociationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
273
363
|
GetCustomerGatewayAssociationsRequest.add_member(:customer_gateway_arns, Shapes::ShapeRef.new(shape: StringList, location: "querystring", location_name: "customerGatewayArns"))
|
274
364
|
GetCustomerGatewayAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -324,6 +414,16 @@ module Aws::NetworkManager
|
|
324
414
|
GetSitesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
325
415
|
GetSitesResponse.struct_class = Types::GetSitesResponse
|
326
416
|
|
417
|
+
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
418
|
+
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:transit_gateway_connect_peer_arns, Shapes::ShapeRef.new(shape: StringList, location: "querystring", location_name: "transitGatewayConnectPeerArns"))
|
419
|
+
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
420
|
+
GetTransitGatewayConnectPeerAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "nextToken"))
|
421
|
+
GetTransitGatewayConnectPeerAssociationsRequest.struct_class = Types::GetTransitGatewayConnectPeerAssociationsRequest
|
422
|
+
|
423
|
+
GetTransitGatewayConnectPeerAssociationsResponse.add_member(:transit_gateway_connect_peer_associations, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociationList, location_name: "TransitGatewayConnectPeerAssociations"))
|
424
|
+
GetTransitGatewayConnectPeerAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
425
|
+
GetTransitGatewayConnectPeerAssociationsResponse.struct_class = Types::GetTransitGatewayConnectPeerAssociationsResponse
|
426
|
+
|
327
427
|
GetTransitGatewayRegistrationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
328
428
|
GetTransitGatewayRegistrationsRequest.add_member(:transit_gateway_arns, Shapes::ShapeRef.new(shape: StringList, location: "querystring", location_name: "transitGatewayArns"))
|
329
429
|
GetTransitGatewayRegistrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -433,6 +533,15 @@ module Aws::NetworkManager
|
|
433
533
|
ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: RetryAfterSeconds, location: "header", location_name: "Retry-After"))
|
434
534
|
ThrottlingException.struct_class = Types::ThrottlingException
|
435
535
|
|
536
|
+
TransitGatewayConnectPeerAssociation.add_member(:transit_gateway_connect_peer_arn, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayConnectPeerArn"))
|
537
|
+
TransitGatewayConnectPeerAssociation.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalNetworkId"))
|
538
|
+
TransitGatewayConnectPeerAssociation.add_member(:device_id, Shapes::ShapeRef.new(shape: String, location_name: "DeviceId"))
|
539
|
+
TransitGatewayConnectPeerAssociation.add_member(:link_id, Shapes::ShapeRef.new(shape: String, location_name: "LinkId"))
|
540
|
+
TransitGatewayConnectPeerAssociation.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociationState, location_name: "State"))
|
541
|
+
TransitGatewayConnectPeerAssociation.struct_class = Types::TransitGatewayConnectPeerAssociation
|
542
|
+
|
543
|
+
TransitGatewayConnectPeerAssociationList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociation)
|
544
|
+
|
436
545
|
TransitGatewayRegistration.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, location_name: "GlobalNetworkId"))
|
437
546
|
TransitGatewayRegistration.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: String, location_name: "TransitGatewayArn"))
|
438
547
|
TransitGatewayRegistration.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayRegistrationStateReason, location_name: "State"))
|
@@ -450,8 +559,19 @@ module Aws::NetworkManager
|
|
450
559
|
|
451
560
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
452
561
|
|
562
|
+
UpdateConnectionRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
563
|
+
UpdateConnectionRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "connectionId"))
|
564
|
+
UpdateConnectionRequest.add_member(:link_id, Shapes::ShapeRef.new(shape: String, location_name: "LinkId"))
|
565
|
+
UpdateConnectionRequest.add_member(:connected_link_id, Shapes::ShapeRef.new(shape: String, location_name: "ConnectedLinkId"))
|
566
|
+
UpdateConnectionRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
567
|
+
UpdateConnectionRequest.struct_class = Types::UpdateConnectionRequest
|
568
|
+
|
569
|
+
UpdateConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
570
|
+
UpdateConnectionResponse.struct_class = Types::UpdateConnectionResponse
|
571
|
+
|
453
572
|
UpdateDeviceRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "globalNetworkId"))
|
454
573
|
UpdateDeviceRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "deviceId"))
|
574
|
+
UpdateDeviceRequest.add_member(:aws_location, Shapes::ShapeRef.new(shape: AWSLocation, location_name: "AWSLocation"))
|
455
575
|
UpdateDeviceRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
456
576
|
UpdateDeviceRequest.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "Type"))
|
457
577
|
UpdateDeviceRequest.add_member(:vendor, Shapes::ShapeRef.new(shape: String, location_name: "Vendor"))
|
@@ -551,6 +671,35 @@ module Aws::NetworkManager
|
|
551
671
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
552
672
|
end)
|
553
673
|
|
674
|
+
api.add_operation(:associate_transit_gateway_connect_peer, Seahorse::Model::Operation.new.tap do |o|
|
675
|
+
o.name = "AssociateTransitGatewayConnectPeer"
|
676
|
+
o.http_method = "POST"
|
677
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations"
|
678
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateTransitGatewayConnectPeerRequest)
|
679
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateTransitGatewayConnectPeerResponse)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
681
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
682
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
683
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
684
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
685
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
686
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
687
|
+
end)
|
688
|
+
|
689
|
+
api.add_operation(:create_connection, Seahorse::Model::Operation.new.tap do |o|
|
690
|
+
o.name = "CreateConnection"
|
691
|
+
o.http_method = "POST"
|
692
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/connections"
|
693
|
+
o.input = Shapes::ShapeRef.new(shape: CreateConnectionRequest)
|
694
|
+
o.output = Shapes::ShapeRef.new(shape: CreateConnectionResponse)
|
695
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
696
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
697
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
698
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
699
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
700
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
701
|
+
end)
|
702
|
+
|
554
703
|
api.add_operation(:create_device, Seahorse::Model::Operation.new.tap do |o|
|
555
704
|
o.name = "CreateDevice"
|
556
705
|
o.http_method = "POST"
|
@@ -610,6 +759,20 @@ module Aws::NetworkManager
|
|
610
759
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
611
760
|
end)
|
612
761
|
|
762
|
+
api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
|
763
|
+
o.name = "DeleteConnection"
|
764
|
+
o.http_method = "DELETE"
|
765
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/connections/{connectionId}"
|
766
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteConnectionRequest)
|
767
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteConnectionResponse)
|
768
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
769
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
770
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
771
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
774
|
+
end)
|
775
|
+
|
613
776
|
api.add_operation(:delete_device, Seahorse::Model::Operation.new.tap do |o|
|
614
777
|
o.name = "DeleteDevice"
|
615
778
|
o.http_method = "DELETE"
|
@@ -727,6 +890,39 @@ module Aws::NetworkManager
|
|
727
890
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
728
891
|
end)
|
729
892
|
|
893
|
+
api.add_operation(:disassociate_transit_gateway_connect_peer, Seahorse::Model::Operation.new.tap do |o|
|
894
|
+
o.name = "DisassociateTransitGatewayConnectPeer"
|
895
|
+
o.http_method = "DELETE"
|
896
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations/{transitGatewayConnectPeerArn}"
|
897
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateTransitGatewayConnectPeerRequest)
|
898
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateTransitGatewayConnectPeerResponse)
|
899
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
902
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
904
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
905
|
+
end)
|
906
|
+
|
907
|
+
api.add_operation(:get_connections, Seahorse::Model::Operation.new.tap do |o|
|
908
|
+
o.name = "GetConnections"
|
909
|
+
o.http_method = "GET"
|
910
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/connections"
|
911
|
+
o.input = Shapes::ShapeRef.new(shape: GetConnectionsRequest)
|
912
|
+
o.output = Shapes::ShapeRef.new(shape: GetConnectionsResponse)
|
913
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
914
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
915
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
918
|
+
o[:pager] = Aws::Pager.new(
|
919
|
+
limit_key: "max_results",
|
920
|
+
tokens: {
|
921
|
+
"next_token" => "next_token"
|
922
|
+
}
|
923
|
+
)
|
924
|
+
end)
|
925
|
+
|
730
926
|
api.add_operation(:get_customer_gateway_associations, Seahorse::Model::Operation.new.tap do |o|
|
731
927
|
o.name = "GetCustomerGatewayAssociations"
|
732
928
|
o.http_method = "GET"
|
@@ -823,6 +1019,26 @@ module Aws::NetworkManager
|
|
823
1019
|
)
|
824
1020
|
end)
|
825
1021
|
|
1022
|
+
api.add_operation(:get_transit_gateway_connect_peer_associations, Seahorse::Model::Operation.new.tap do |o|
|
1023
|
+
o.name = "GetTransitGatewayConnectPeerAssociations"
|
1024
|
+
o.http_method = "GET"
|
1025
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/transit-gateway-connect-peer-associations"
|
1026
|
+
o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayConnectPeerAssociationsRequest)
|
1027
|
+
o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayConnectPeerAssociationsResponse)
|
1028
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1029
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1030
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1031
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1032
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1033
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1034
|
+
o[:pager] = Aws::Pager.new(
|
1035
|
+
limit_key: "max_results",
|
1036
|
+
tokens: {
|
1037
|
+
"next_token" => "next_token"
|
1038
|
+
}
|
1039
|
+
)
|
1040
|
+
end)
|
1041
|
+
|
826
1042
|
api.add_operation(:get_transit_gateway_registrations, Seahorse::Model::Operation.new.tap do |o|
|
827
1043
|
o.name = "GetTransitGatewayRegistrations"
|
828
1044
|
o.http_method = "GET"
|
@@ -898,6 +1114,20 @@ module Aws::NetworkManager
|
|
898
1114
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
899
1115
|
end)
|
900
1116
|
|
1117
|
+
api.add_operation(:update_connection, Seahorse::Model::Operation.new.tap do |o|
|
1118
|
+
o.name = "UpdateConnection"
|
1119
|
+
o.http_method = "PATCH"
|
1120
|
+
o.http_request_uri = "/global-networks/{globalNetworkId}/connections/{connectionId}"
|
1121
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateConnectionRequest)
|
1122
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateConnectionResponse)
|
1123
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1124
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1125
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1126
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1127
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1128
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1129
|
+
end)
|
1130
|
+
|
901
1131
|
api.add_operation(:update_device, Seahorse::Model::Operation.new.tap do |o|
|
902
1132
|
o.name = "UpdateDevice"
|
903
1133
|
o.http_method = "PATCH"
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -8,6 +10,35 @@
|
|
8
10
|
module Aws::NetworkManager
|
9
11
|
module Types
|
10
12
|
|
13
|
+
# Specifies a location in AWS.
|
14
|
+
#
|
15
|
+
# @note When making an API call, you may pass AWSLocation
|
16
|
+
# data as a hash:
|
17
|
+
#
|
18
|
+
# {
|
19
|
+
# zone: "String",
|
20
|
+
# subnet_arn: "String",
|
21
|
+
# }
|
22
|
+
#
|
23
|
+
# @!attribute [rw] zone
|
24
|
+
# The Zone the device is located in. This can be the ID of an
|
25
|
+
# Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
|
26
|
+
# @return [String]
|
27
|
+
#
|
28
|
+
# @!attribute [rw] subnet_arn
|
29
|
+
# The Amazon Resource Name (ARN) of the subnet the device is located
|
30
|
+
# in.
|
31
|
+
# @return [String]
|
32
|
+
#
|
33
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/AWSLocation AWS API Documentation
|
34
|
+
#
|
35
|
+
class AWSLocation < Struct.new(
|
36
|
+
:zone,
|
37
|
+
:subnet_arn)
|
38
|
+
SENSITIVE = []
|
39
|
+
include Aws::Structure
|
40
|
+
end
|
41
|
+
|
11
42
|
# You do not have sufficient access to perform this action.
|
12
43
|
#
|
13
44
|
# @!attribute [rw] message
|
@@ -17,6 +48,7 @@ module Aws::NetworkManager
|
|
17
48
|
#
|
18
49
|
class AccessDeniedException < Struct.new(
|
19
50
|
:message)
|
51
|
+
SENSITIVE = []
|
20
52
|
include Aws::Structure
|
21
53
|
end
|
22
54
|
|
@@ -58,6 +90,7 @@ module Aws::NetworkManager
|
|
58
90
|
:global_network_id,
|
59
91
|
:device_id,
|
60
92
|
:link_id)
|
93
|
+
SENSITIVE = []
|
61
94
|
include Aws::Structure
|
62
95
|
end
|
63
96
|
|
@@ -69,6 +102,7 @@ module Aws::NetworkManager
|
|
69
102
|
#
|
70
103
|
class AssociateCustomerGatewayResponse < Struct.new(
|
71
104
|
:customer_gateway_association)
|
105
|
+
SENSITIVE = []
|
72
106
|
include Aws::Structure
|
73
107
|
end
|
74
108
|
|
@@ -99,6 +133,7 @@ module Aws::NetworkManager
|
|
99
133
|
:global_network_id,
|
100
134
|
:device_id,
|
101
135
|
:link_id)
|
136
|
+
SENSITIVE = []
|
102
137
|
include Aws::Structure
|
103
138
|
end
|
104
139
|
|
@@ -110,6 +145,56 @@ module Aws::NetworkManager
|
|
110
145
|
#
|
111
146
|
class AssociateLinkResponse < Struct.new(
|
112
147
|
:link_association)
|
148
|
+
SENSITIVE = []
|
149
|
+
include Aws::Structure
|
150
|
+
end
|
151
|
+
|
152
|
+
# @note When making an API call, you may pass AssociateTransitGatewayConnectPeerRequest
|
153
|
+
# data as a hash:
|
154
|
+
#
|
155
|
+
# {
|
156
|
+
# global_network_id: "String", # required
|
157
|
+
# transit_gateway_connect_peer_arn: "String", # required
|
158
|
+
# device_id: "String", # required
|
159
|
+
# link_id: "String",
|
160
|
+
# }
|
161
|
+
#
|
162
|
+
# @!attribute [rw] global_network_id
|
163
|
+
# The ID of the global network.
|
164
|
+
# @return [String]
|
165
|
+
#
|
166
|
+
# @!attribute [rw] transit_gateway_connect_peer_arn
|
167
|
+
# The Amazon Resource Name (ARN) of the Connect peer.
|
168
|
+
# @return [String]
|
169
|
+
#
|
170
|
+
# @!attribute [rw] device_id
|
171
|
+
# The ID of the device.
|
172
|
+
# @return [String]
|
173
|
+
#
|
174
|
+
# @!attribute [rw] link_id
|
175
|
+
# The ID of the link.
|
176
|
+
# @return [String]
|
177
|
+
#
|
178
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/AssociateTransitGatewayConnectPeerRequest AWS API Documentation
|
179
|
+
#
|
180
|
+
class AssociateTransitGatewayConnectPeerRequest < Struct.new(
|
181
|
+
:global_network_id,
|
182
|
+
:transit_gateway_connect_peer_arn,
|
183
|
+
:device_id,
|
184
|
+
:link_id)
|
185
|
+
SENSITIVE = []
|
186
|
+
include Aws::Structure
|
187
|
+
end
|
188
|
+
|
189
|
+
# @!attribute [rw] transit_gateway_connect_peer_association
|
190
|
+
# The transit gateway Connect peer association.
|
191
|
+
# @return [Types::TransitGatewayConnectPeerAssociation]
|
192
|
+
#
|
193
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/AssociateTransitGatewayConnectPeerResponse AWS API Documentation
|
194
|
+
#
|
195
|
+
class AssociateTransitGatewayConnectPeerResponse < Struct.new(
|
196
|
+
:transit_gateway_connect_peer_association)
|
197
|
+
SENSITIVE = []
|
113
198
|
include Aws::Structure
|
114
199
|
end
|
115
200
|
|
@@ -136,6 +221,7 @@ module Aws::NetworkManager
|
|
136
221
|
class Bandwidth < Struct.new(
|
137
222
|
:upload_speed,
|
138
223
|
:download_speed)
|
224
|
+
SENSITIVE = []
|
139
225
|
include Aws::Structure
|
140
226
|
end
|
141
227
|
|
@@ -159,6 +245,145 @@ module Aws::NetworkManager
|
|
159
245
|
:message,
|
160
246
|
:resource_id,
|
161
247
|
:resource_type)
|
248
|
+
SENSITIVE = []
|
249
|
+
include Aws::Structure
|
250
|
+
end
|
251
|
+
|
252
|
+
# Describes a connection.
|
253
|
+
#
|
254
|
+
# @!attribute [rw] connection_id
|
255
|
+
# The ID of the connection.
|
256
|
+
# @return [String]
|
257
|
+
#
|
258
|
+
# @!attribute [rw] connection_arn
|
259
|
+
# The Amazon Resource Name (ARN) of the connection.
|
260
|
+
# @return [String]
|
261
|
+
#
|
262
|
+
# @!attribute [rw] global_network_id
|
263
|
+
# The ID of the global network.
|
264
|
+
# @return [String]
|
265
|
+
#
|
266
|
+
# @!attribute [rw] device_id
|
267
|
+
# The ID of the first device in the connection.
|
268
|
+
# @return [String]
|
269
|
+
#
|
270
|
+
# @!attribute [rw] connected_device_id
|
271
|
+
# The ID of the second device in the connection.
|
272
|
+
# @return [String]
|
273
|
+
#
|
274
|
+
# @!attribute [rw] link_id
|
275
|
+
# The ID of the link for the first device in the connection.
|
276
|
+
# @return [String]
|
277
|
+
#
|
278
|
+
# @!attribute [rw] connected_link_id
|
279
|
+
# The ID of the link for the second device in the connection.
|
280
|
+
# @return [String]
|
281
|
+
#
|
282
|
+
# @!attribute [rw] description
|
283
|
+
# The description of the connection.
|
284
|
+
# @return [String]
|
285
|
+
#
|
286
|
+
# @!attribute [rw] created_at
|
287
|
+
# The date and time that the connection was created.
|
288
|
+
# @return [Time]
|
289
|
+
#
|
290
|
+
# @!attribute [rw] state
|
291
|
+
# The state of the connection.
|
292
|
+
# @return [String]
|
293
|
+
#
|
294
|
+
# @!attribute [rw] tags
|
295
|
+
# The tags for the connection.
|
296
|
+
# @return [Array<Types::Tag>]
|
297
|
+
#
|
298
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/Connection AWS API Documentation
|
299
|
+
#
|
300
|
+
class Connection < Struct.new(
|
301
|
+
:connection_id,
|
302
|
+
:connection_arn,
|
303
|
+
:global_network_id,
|
304
|
+
:device_id,
|
305
|
+
:connected_device_id,
|
306
|
+
:link_id,
|
307
|
+
:connected_link_id,
|
308
|
+
:description,
|
309
|
+
:created_at,
|
310
|
+
:state,
|
311
|
+
:tags)
|
312
|
+
SENSITIVE = []
|
313
|
+
include Aws::Structure
|
314
|
+
end
|
315
|
+
|
316
|
+
# @note When making an API call, you may pass CreateConnectionRequest
|
317
|
+
# data as a hash:
|
318
|
+
#
|
319
|
+
# {
|
320
|
+
# global_network_id: "String", # required
|
321
|
+
# device_id: "String", # required
|
322
|
+
# connected_device_id: "String", # required
|
323
|
+
# link_id: "String",
|
324
|
+
# connected_link_id: "String",
|
325
|
+
# description: "String",
|
326
|
+
# tags: [
|
327
|
+
# {
|
328
|
+
# key: "TagKey",
|
329
|
+
# value: "TagValue",
|
330
|
+
# },
|
331
|
+
# ],
|
332
|
+
# }
|
333
|
+
#
|
334
|
+
# @!attribute [rw] global_network_id
|
335
|
+
# The ID of the global network.
|
336
|
+
# @return [String]
|
337
|
+
#
|
338
|
+
# @!attribute [rw] device_id
|
339
|
+
# The ID of the first device in the connection.
|
340
|
+
# @return [String]
|
341
|
+
#
|
342
|
+
# @!attribute [rw] connected_device_id
|
343
|
+
# The ID of the second device in the connection.
|
344
|
+
# @return [String]
|
345
|
+
#
|
346
|
+
# @!attribute [rw] link_id
|
347
|
+
# The ID of the link for the first device.
|
348
|
+
# @return [String]
|
349
|
+
#
|
350
|
+
# @!attribute [rw] connected_link_id
|
351
|
+
# The ID of the link for the second device.
|
352
|
+
# @return [String]
|
353
|
+
#
|
354
|
+
# @!attribute [rw] description
|
355
|
+
# A description of the connection.
|
356
|
+
#
|
357
|
+
# Length Constraints: Maximum length of 256 characters.
|
358
|
+
# @return [String]
|
359
|
+
#
|
360
|
+
# @!attribute [rw] tags
|
361
|
+
# The tags to apply to the resource during creation.
|
362
|
+
# @return [Array<Types::Tag>]
|
363
|
+
#
|
364
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateConnectionRequest AWS API Documentation
|
365
|
+
#
|
366
|
+
class CreateConnectionRequest < Struct.new(
|
367
|
+
:global_network_id,
|
368
|
+
:device_id,
|
369
|
+
:connected_device_id,
|
370
|
+
:link_id,
|
371
|
+
:connected_link_id,
|
372
|
+
:description,
|
373
|
+
:tags)
|
374
|
+
SENSITIVE = []
|
375
|
+
include Aws::Structure
|
376
|
+
end
|
377
|
+
|
378
|
+
# @!attribute [rw] connection
|
379
|
+
# Information about the connection.
|
380
|
+
# @return [Types::Connection]
|
381
|
+
#
|
382
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/CreateConnectionResponse AWS API Documentation
|
383
|
+
#
|
384
|
+
class CreateConnectionResponse < Struct.new(
|
385
|
+
:connection)
|
386
|
+
SENSITIVE = []
|
162
387
|
include Aws::Structure
|
163
388
|
end
|
164
389
|
|
@@ -167,6 +392,10 @@ module Aws::NetworkManager
|
|
167
392
|
#
|
168
393
|
# {
|
169
394
|
# global_network_id: "String", # required
|
395
|
+
# aws_location: {
|
396
|
+
# zone: "String",
|
397
|
+
# subnet_arn: "String",
|
398
|
+
# },
|
170
399
|
# description: "String",
|
171
400
|
# type: "String",
|
172
401
|
# vendor: "String",
|
@@ -190,6 +419,10 @@ module Aws::NetworkManager
|
|
190
419
|
# The ID of the global network.
|
191
420
|
# @return [String]
|
192
421
|
#
|
422
|
+
# @!attribute [rw] aws_location
|
423
|
+
# The AWS location of the device.
|
424
|
+
# @return [Types::AWSLocation]
|
425
|
+
#
|
193
426
|
# @!attribute [rw] description
|
194
427
|
# A description of the device.
|
195
428
|
#
|
@@ -234,6 +467,7 @@ module Aws::NetworkManager
|
|
234
467
|
#
|
235
468
|
class CreateDeviceRequest < Struct.new(
|
236
469
|
:global_network_id,
|
470
|
+
:aws_location,
|
237
471
|
:description,
|
238
472
|
:type,
|
239
473
|
:vendor,
|
@@ -242,6 +476,7 @@ module Aws::NetworkManager
|
|
242
476
|
:location,
|
243
477
|
:site_id,
|
244
478
|
:tags)
|
479
|
+
SENSITIVE = [:location]
|
245
480
|
include Aws::Structure
|
246
481
|
end
|
247
482
|
|
@@ -253,6 +488,7 @@ module Aws::NetworkManager
|
|
253
488
|
#
|
254
489
|
class CreateDeviceResponse < Struct.new(
|
255
490
|
:device)
|
491
|
+
SENSITIVE = []
|
256
492
|
include Aws::Structure
|
257
493
|
end
|
258
494
|
|
@@ -284,6 +520,7 @@ module Aws::NetworkManager
|
|
284
520
|
class CreateGlobalNetworkRequest < Struct.new(
|
285
521
|
:description,
|
286
522
|
:tags)
|
523
|
+
SENSITIVE = []
|
287
524
|
include Aws::Structure
|
288
525
|
end
|
289
526
|
|
@@ -295,6 +532,7 @@ module Aws::NetworkManager
|
|
295
532
|
#
|
296
533
|
class CreateGlobalNetworkResponse < Struct.new(
|
297
534
|
:global_network)
|
535
|
+
SENSITIVE = []
|
298
536
|
include Aws::Structure
|
299
537
|
end
|
300
538
|
|
@@ -367,6 +605,7 @@ module Aws::NetworkManager
|
|
367
605
|
:provider,
|
368
606
|
:site_id,
|
369
607
|
:tags)
|
608
|
+
SENSITIVE = []
|
370
609
|
include Aws::Structure
|
371
610
|
end
|
372
611
|
|
@@ -378,6 +617,7 @@ module Aws::NetworkManager
|
|
378
617
|
#
|
379
618
|
class CreateLinkResponse < Struct.new(
|
380
619
|
:link)
|
620
|
+
SENSITIVE = []
|
381
621
|
include Aws::Structure
|
382
622
|
end
|
383
623
|
|
@@ -433,6 +673,7 @@ module Aws::NetworkManager
|
|
433
673
|
:description,
|
434
674
|
:location,
|
435
675
|
:tags)
|
676
|
+
SENSITIVE = [:location]
|
436
677
|
include Aws::Structure
|
437
678
|
end
|
438
679
|
|
@@ -444,6 +685,7 @@ module Aws::NetworkManager
|
|
444
685
|
#
|
445
686
|
class CreateSiteResponse < Struct.new(
|
446
687
|
:site)
|
688
|
+
SENSITIVE = []
|
447
689
|
include Aws::Structure
|
448
690
|
end
|
449
691
|
|
@@ -478,6 +720,44 @@ module Aws::NetworkManager
|
|
478
720
|
:device_id,
|
479
721
|
:link_id,
|
480
722
|
:state)
|
723
|
+
SENSITIVE = []
|
724
|
+
include Aws::Structure
|
725
|
+
end
|
726
|
+
|
727
|
+
# @note When making an API call, you may pass DeleteConnectionRequest
|
728
|
+
# data as a hash:
|
729
|
+
#
|
730
|
+
# {
|
731
|
+
# global_network_id: "String", # required
|
732
|
+
# connection_id: "String", # required
|
733
|
+
# }
|
734
|
+
#
|
735
|
+
# @!attribute [rw] global_network_id
|
736
|
+
# The ID of the global network.
|
737
|
+
# @return [String]
|
738
|
+
#
|
739
|
+
# @!attribute [rw] connection_id
|
740
|
+
# The ID of the connection.
|
741
|
+
# @return [String]
|
742
|
+
#
|
743
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeleteConnectionRequest AWS API Documentation
|
744
|
+
#
|
745
|
+
class DeleteConnectionRequest < Struct.new(
|
746
|
+
:global_network_id,
|
747
|
+
:connection_id)
|
748
|
+
SENSITIVE = []
|
749
|
+
include Aws::Structure
|
750
|
+
end
|
751
|
+
|
752
|
+
# @!attribute [rw] connection
|
753
|
+
# Information about the connection.
|
754
|
+
# @return [Types::Connection]
|
755
|
+
#
|
756
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DeleteConnectionResponse AWS API Documentation
|
757
|
+
#
|
758
|
+
class DeleteConnectionResponse < Struct.new(
|
759
|
+
:connection)
|
760
|
+
SENSITIVE = []
|
481
761
|
include Aws::Structure
|
482
762
|
end
|
483
763
|
|
@@ -502,6 +782,7 @@ module Aws::NetworkManager
|
|
502
782
|
class DeleteDeviceRequest < Struct.new(
|
503
783
|
:global_network_id,
|
504
784
|
:device_id)
|
785
|
+
SENSITIVE = []
|
505
786
|
include Aws::Structure
|
506
787
|
end
|
507
788
|
|
@@ -513,6 +794,7 @@ module Aws::NetworkManager
|
|
513
794
|
#
|
514
795
|
class DeleteDeviceResponse < Struct.new(
|
515
796
|
:device)
|
797
|
+
SENSITIVE = []
|
516
798
|
include Aws::Structure
|
517
799
|
end
|
518
800
|
|
@@ -531,6 +813,7 @@ module Aws::NetworkManager
|
|
531
813
|
#
|
532
814
|
class DeleteGlobalNetworkRequest < Struct.new(
|
533
815
|
:global_network_id)
|
816
|
+
SENSITIVE = []
|
534
817
|
include Aws::Structure
|
535
818
|
end
|
536
819
|
|
@@ -542,6 +825,7 @@ module Aws::NetworkManager
|
|
542
825
|
#
|
543
826
|
class DeleteGlobalNetworkResponse < Struct.new(
|
544
827
|
:global_network)
|
828
|
+
SENSITIVE = []
|
545
829
|
include Aws::Structure
|
546
830
|
end
|
547
831
|
|
@@ -566,6 +850,7 @@ module Aws::NetworkManager
|
|
566
850
|
class DeleteLinkRequest < Struct.new(
|
567
851
|
:global_network_id,
|
568
852
|
:link_id)
|
853
|
+
SENSITIVE = []
|
569
854
|
include Aws::Structure
|
570
855
|
end
|
571
856
|
|
@@ -577,6 +862,7 @@ module Aws::NetworkManager
|
|
577
862
|
#
|
578
863
|
class DeleteLinkResponse < Struct.new(
|
579
864
|
:link)
|
865
|
+
SENSITIVE = []
|
580
866
|
include Aws::Structure
|
581
867
|
end
|
582
868
|
|
@@ -601,6 +887,7 @@ module Aws::NetworkManager
|
|
601
887
|
class DeleteSiteRequest < Struct.new(
|
602
888
|
:global_network_id,
|
603
889
|
:site_id)
|
890
|
+
SENSITIVE = []
|
604
891
|
include Aws::Structure
|
605
892
|
end
|
606
893
|
|
@@ -612,6 +899,7 @@ module Aws::NetworkManager
|
|
612
899
|
#
|
613
900
|
class DeleteSiteResponse < Struct.new(
|
614
901
|
:site)
|
902
|
+
SENSITIVE = []
|
615
903
|
include Aws::Structure
|
616
904
|
end
|
617
905
|
|
@@ -636,6 +924,7 @@ module Aws::NetworkManager
|
|
636
924
|
class DeregisterTransitGatewayRequest < Struct.new(
|
637
925
|
:global_network_id,
|
638
926
|
:transit_gateway_arn)
|
927
|
+
SENSITIVE = []
|
639
928
|
include Aws::Structure
|
640
929
|
end
|
641
930
|
|
@@ -647,6 +936,7 @@ module Aws::NetworkManager
|
|
647
936
|
#
|
648
937
|
class DeregisterTransitGatewayResponse < Struct.new(
|
649
938
|
:transit_gateway_registration)
|
939
|
+
SENSITIVE = []
|
650
940
|
include Aws::Structure
|
651
941
|
end
|
652
942
|
|
@@ -677,6 +967,7 @@ module Aws::NetworkManager
|
|
677
967
|
:global_network_ids,
|
678
968
|
:max_results,
|
679
969
|
:next_token)
|
970
|
+
SENSITIVE = []
|
680
971
|
include Aws::Structure
|
681
972
|
end
|
682
973
|
|
@@ -693,6 +984,7 @@ module Aws::NetworkManager
|
|
693
984
|
class DescribeGlobalNetworksResponse < Struct.new(
|
694
985
|
:global_networks,
|
695
986
|
:next_token)
|
987
|
+
SENSITIVE = []
|
696
988
|
include Aws::Structure
|
697
989
|
end
|
698
990
|
|
@@ -710,6 +1002,10 @@ module Aws::NetworkManager
|
|
710
1002
|
# The ID of the global network.
|
711
1003
|
# @return [String]
|
712
1004
|
#
|
1005
|
+
# @!attribute [rw] aws_location
|
1006
|
+
# The AWS location of the device.
|
1007
|
+
# @return [Types::AWSLocation]
|
1008
|
+
#
|
713
1009
|
# @!attribute [rw] description
|
714
1010
|
# The description of the device.
|
715
1011
|
# @return [String]
|
@@ -756,6 +1052,7 @@ module Aws::NetworkManager
|
|
756
1052
|
:device_id,
|
757
1053
|
:device_arn,
|
758
1054
|
:global_network_id,
|
1055
|
+
:aws_location,
|
759
1056
|
:description,
|
760
1057
|
:type,
|
761
1058
|
:vendor,
|
@@ -766,6 +1063,7 @@ module Aws::NetworkManager
|
|
766
1063
|
:created_at,
|
767
1064
|
:state,
|
768
1065
|
:tags)
|
1066
|
+
SENSITIVE = [:location]
|
769
1067
|
include Aws::Structure
|
770
1068
|
end
|
771
1069
|
|
@@ -795,6 +1093,7 @@ module Aws::NetworkManager
|
|
795
1093
|
class DisassociateCustomerGatewayRequest < Struct.new(
|
796
1094
|
:global_network_id,
|
797
1095
|
:customer_gateway_arn)
|
1096
|
+
SENSITIVE = []
|
798
1097
|
include Aws::Structure
|
799
1098
|
end
|
800
1099
|
|
@@ -806,6 +1105,7 @@ module Aws::NetworkManager
|
|
806
1105
|
#
|
807
1106
|
class DisassociateCustomerGatewayResponse < Struct.new(
|
808
1107
|
:customer_gateway_association)
|
1108
|
+
SENSITIVE = []
|
809
1109
|
include Aws::Structure
|
810
1110
|
end
|
811
1111
|
|
@@ -836,6 +1136,7 @@ module Aws::NetworkManager
|
|
836
1136
|
:global_network_id,
|
837
1137
|
:device_id,
|
838
1138
|
:link_id)
|
1139
|
+
SENSITIVE = []
|
839
1140
|
include Aws::Structure
|
840
1141
|
end
|
841
1142
|
|
@@ -847,6 +1148,104 @@ module Aws::NetworkManager
|
|
847
1148
|
#
|
848
1149
|
class DisassociateLinkResponse < Struct.new(
|
849
1150
|
:link_association)
|
1151
|
+
SENSITIVE = []
|
1152
|
+
include Aws::Structure
|
1153
|
+
end
|
1154
|
+
|
1155
|
+
# @note When making an API call, you may pass DisassociateTransitGatewayConnectPeerRequest
|
1156
|
+
# data as a hash:
|
1157
|
+
#
|
1158
|
+
# {
|
1159
|
+
# global_network_id: "String", # required
|
1160
|
+
# transit_gateway_connect_peer_arn: "String", # required
|
1161
|
+
# }
|
1162
|
+
#
|
1163
|
+
# @!attribute [rw] global_network_id
|
1164
|
+
# The ID of the global network.
|
1165
|
+
# @return [String]
|
1166
|
+
#
|
1167
|
+
# @!attribute [rw] transit_gateway_connect_peer_arn
|
1168
|
+
# The Amazon Resource Name (ARN) of the transit gateway Connect peer.
|
1169
|
+
# @return [String]
|
1170
|
+
#
|
1171
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DisassociateTransitGatewayConnectPeerRequest AWS API Documentation
|
1172
|
+
#
|
1173
|
+
class DisassociateTransitGatewayConnectPeerRequest < Struct.new(
|
1174
|
+
:global_network_id,
|
1175
|
+
:transit_gateway_connect_peer_arn)
|
1176
|
+
SENSITIVE = []
|
1177
|
+
include Aws::Structure
|
1178
|
+
end
|
1179
|
+
|
1180
|
+
# @!attribute [rw] transit_gateway_connect_peer_association
|
1181
|
+
# The transit gateway Connect peer association.
|
1182
|
+
# @return [Types::TransitGatewayConnectPeerAssociation]
|
1183
|
+
#
|
1184
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/DisassociateTransitGatewayConnectPeerResponse AWS API Documentation
|
1185
|
+
#
|
1186
|
+
class DisassociateTransitGatewayConnectPeerResponse < Struct.new(
|
1187
|
+
:transit_gateway_connect_peer_association)
|
1188
|
+
SENSITIVE = []
|
1189
|
+
include Aws::Structure
|
1190
|
+
end
|
1191
|
+
|
1192
|
+
# @note When making an API call, you may pass GetConnectionsRequest
|
1193
|
+
# data as a hash:
|
1194
|
+
#
|
1195
|
+
# {
|
1196
|
+
# global_network_id: "String", # required
|
1197
|
+
# connection_ids: ["String"],
|
1198
|
+
# device_id: "String",
|
1199
|
+
# max_results: 1,
|
1200
|
+
# next_token: "String",
|
1201
|
+
# }
|
1202
|
+
#
|
1203
|
+
# @!attribute [rw] global_network_id
|
1204
|
+
# The ID of the global network.
|
1205
|
+
# @return [String]
|
1206
|
+
#
|
1207
|
+
# @!attribute [rw] connection_ids
|
1208
|
+
# One or more connection IDs.
|
1209
|
+
# @return [Array<String>]
|
1210
|
+
#
|
1211
|
+
# @!attribute [rw] device_id
|
1212
|
+
# The ID of the device.
|
1213
|
+
# @return [String]
|
1214
|
+
#
|
1215
|
+
# @!attribute [rw] max_results
|
1216
|
+
# The maximum number of results to return.
|
1217
|
+
# @return [Integer]
|
1218
|
+
#
|
1219
|
+
# @!attribute [rw] next_token
|
1220
|
+
# The token for the next page of results.
|
1221
|
+
# @return [String]
|
1222
|
+
#
|
1223
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetConnectionsRequest AWS API Documentation
|
1224
|
+
#
|
1225
|
+
class GetConnectionsRequest < Struct.new(
|
1226
|
+
:global_network_id,
|
1227
|
+
:connection_ids,
|
1228
|
+
:device_id,
|
1229
|
+
:max_results,
|
1230
|
+
:next_token)
|
1231
|
+
SENSITIVE = []
|
1232
|
+
include Aws::Structure
|
1233
|
+
end
|
1234
|
+
|
1235
|
+
# @!attribute [rw] connections
|
1236
|
+
# Information about the connections.
|
1237
|
+
# @return [Array<Types::Connection>]
|
1238
|
+
#
|
1239
|
+
# @!attribute [rw] next_token
|
1240
|
+
# The token to use for the next page of results.
|
1241
|
+
# @return [String]
|
1242
|
+
#
|
1243
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetConnectionsResponse AWS API Documentation
|
1244
|
+
#
|
1245
|
+
class GetConnectionsResponse < Struct.new(
|
1246
|
+
:connections,
|
1247
|
+
:next_token)
|
1248
|
+
SENSITIVE = []
|
850
1249
|
include Aws::Structure
|
851
1250
|
end
|
852
1251
|
|
@@ -889,6 +1288,7 @@ module Aws::NetworkManager
|
|
889
1288
|
:customer_gateway_arns,
|
890
1289
|
:max_results,
|
891
1290
|
:next_token)
|
1291
|
+
SENSITIVE = []
|
892
1292
|
include Aws::Structure
|
893
1293
|
end
|
894
1294
|
|
@@ -905,6 +1305,7 @@ module Aws::NetworkManager
|
|
905
1305
|
class GetCustomerGatewayAssociationsResponse < Struct.new(
|
906
1306
|
:customer_gateway_associations,
|
907
1307
|
:next_token)
|
1308
|
+
SENSITIVE = []
|
908
1309
|
include Aws::Structure
|
909
1310
|
end
|
910
1311
|
|
@@ -947,6 +1348,7 @@ module Aws::NetworkManager
|
|
947
1348
|
:site_id,
|
948
1349
|
:max_results,
|
949
1350
|
:next_token)
|
1351
|
+
SENSITIVE = []
|
950
1352
|
include Aws::Structure
|
951
1353
|
end
|
952
1354
|
|
@@ -963,6 +1365,7 @@ module Aws::NetworkManager
|
|
963
1365
|
class GetDevicesResponse < Struct.new(
|
964
1366
|
:devices,
|
965
1367
|
:next_token)
|
1368
|
+
SENSITIVE = []
|
966
1369
|
include Aws::Structure
|
967
1370
|
end
|
968
1371
|
|
@@ -1005,6 +1408,7 @@ module Aws::NetworkManager
|
|
1005
1408
|
:link_id,
|
1006
1409
|
:max_results,
|
1007
1410
|
:next_token)
|
1411
|
+
SENSITIVE = []
|
1008
1412
|
include Aws::Structure
|
1009
1413
|
end
|
1010
1414
|
|
@@ -1021,6 +1425,7 @@ module Aws::NetworkManager
|
|
1021
1425
|
class GetLinkAssociationsResponse < Struct.new(
|
1022
1426
|
:link_associations,
|
1023
1427
|
:next_token)
|
1428
|
+
SENSITIVE = []
|
1024
1429
|
include Aws::Structure
|
1025
1430
|
end
|
1026
1431
|
|
@@ -1075,6 +1480,7 @@ module Aws::NetworkManager
|
|
1075
1480
|
:provider,
|
1076
1481
|
:max_results,
|
1077
1482
|
:next_token)
|
1483
|
+
SENSITIVE = []
|
1078
1484
|
include Aws::Structure
|
1079
1485
|
end
|
1080
1486
|
|
@@ -1091,6 +1497,7 @@ module Aws::NetworkManager
|
|
1091
1497
|
class GetLinksResponse < Struct.new(
|
1092
1498
|
:links,
|
1093
1499
|
:next_token)
|
1500
|
+
SENSITIVE = []
|
1094
1501
|
include Aws::Structure
|
1095
1502
|
end
|
1096
1503
|
|
@@ -1127,6 +1534,7 @@ module Aws::NetworkManager
|
|
1127
1534
|
:site_ids,
|
1128
1535
|
:max_results,
|
1129
1536
|
:next_token)
|
1537
|
+
SENSITIVE = []
|
1130
1538
|
include Aws::Structure
|
1131
1539
|
end
|
1132
1540
|
|
@@ -1143,6 +1551,62 @@ module Aws::NetworkManager
|
|
1143
1551
|
class GetSitesResponse < Struct.new(
|
1144
1552
|
:sites,
|
1145
1553
|
:next_token)
|
1554
|
+
SENSITIVE = []
|
1555
|
+
include Aws::Structure
|
1556
|
+
end
|
1557
|
+
|
1558
|
+
# @note When making an API call, you may pass GetTransitGatewayConnectPeerAssociationsRequest
|
1559
|
+
# data as a hash:
|
1560
|
+
#
|
1561
|
+
# {
|
1562
|
+
# global_network_id: "String", # required
|
1563
|
+
# transit_gateway_connect_peer_arns: ["String"],
|
1564
|
+
# max_results: 1,
|
1565
|
+
# next_token: "String",
|
1566
|
+
# }
|
1567
|
+
#
|
1568
|
+
# @!attribute [rw] global_network_id
|
1569
|
+
# The ID of the global network.
|
1570
|
+
# @return [String]
|
1571
|
+
#
|
1572
|
+
# @!attribute [rw] transit_gateway_connect_peer_arns
|
1573
|
+
# One or more transit gateway Connect peer Amazon Resource Names
|
1574
|
+
# (ARNs).
|
1575
|
+
# @return [Array<String>]
|
1576
|
+
#
|
1577
|
+
# @!attribute [rw] max_results
|
1578
|
+
# The maximum number of results to return.
|
1579
|
+
# @return [Integer]
|
1580
|
+
#
|
1581
|
+
# @!attribute [rw] next_token
|
1582
|
+
# The token for the next page of results.
|
1583
|
+
# @return [String]
|
1584
|
+
#
|
1585
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetTransitGatewayConnectPeerAssociationsRequest AWS API Documentation
|
1586
|
+
#
|
1587
|
+
class GetTransitGatewayConnectPeerAssociationsRequest < Struct.new(
|
1588
|
+
:global_network_id,
|
1589
|
+
:transit_gateway_connect_peer_arns,
|
1590
|
+
:max_results,
|
1591
|
+
:next_token)
|
1592
|
+
SENSITIVE = []
|
1593
|
+
include Aws::Structure
|
1594
|
+
end
|
1595
|
+
|
1596
|
+
# @!attribute [rw] transit_gateway_connect_peer_associations
|
1597
|
+
# Information about the transit gateway Connect peer associations.
|
1598
|
+
# @return [Array<Types::TransitGatewayConnectPeerAssociation>]
|
1599
|
+
#
|
1600
|
+
# @!attribute [rw] next_token
|
1601
|
+
# The token to use for the next page of results.
|
1602
|
+
# @return [String]
|
1603
|
+
#
|
1604
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/GetTransitGatewayConnectPeerAssociationsResponse AWS API Documentation
|
1605
|
+
#
|
1606
|
+
class GetTransitGatewayConnectPeerAssociationsResponse < Struct.new(
|
1607
|
+
:transit_gateway_connect_peer_associations,
|
1608
|
+
:next_token)
|
1609
|
+
SENSITIVE = []
|
1146
1610
|
include Aws::Structure
|
1147
1611
|
end
|
1148
1612
|
|
@@ -1180,6 +1644,7 @@ module Aws::NetworkManager
|
|
1180
1644
|
:transit_gateway_arns,
|
1181
1645
|
:max_results,
|
1182
1646
|
:next_token)
|
1647
|
+
SENSITIVE = []
|
1183
1648
|
include Aws::Structure
|
1184
1649
|
end
|
1185
1650
|
|
@@ -1196,6 +1661,7 @@ module Aws::NetworkManager
|
|
1196
1661
|
class GetTransitGatewayRegistrationsResponse < Struct.new(
|
1197
1662
|
:transit_gateway_registrations,
|
1198
1663
|
:next_token)
|
1664
|
+
SENSITIVE = []
|
1199
1665
|
include Aws::Structure
|
1200
1666
|
end
|
1201
1667
|
|
@@ -1234,6 +1700,7 @@ module Aws::NetworkManager
|
|
1234
1700
|
:created_at,
|
1235
1701
|
:state,
|
1236
1702
|
:tags)
|
1703
|
+
SENSITIVE = []
|
1237
1704
|
include Aws::Structure
|
1238
1705
|
end
|
1239
1706
|
|
@@ -1251,6 +1718,7 @@ module Aws::NetworkManager
|
|
1251
1718
|
class InternalServerException < Struct.new(
|
1252
1719
|
:message,
|
1253
1720
|
:retry_after_seconds)
|
1721
|
+
SENSITIVE = []
|
1254
1722
|
include Aws::Structure
|
1255
1723
|
end
|
1256
1724
|
|
@@ -1314,6 +1782,7 @@ module Aws::NetworkManager
|
|
1314
1782
|
:created_at,
|
1315
1783
|
:state,
|
1316
1784
|
:tags)
|
1785
|
+
SENSITIVE = []
|
1317
1786
|
include Aws::Structure
|
1318
1787
|
end
|
1319
1788
|
|
@@ -1342,6 +1811,7 @@ module Aws::NetworkManager
|
|
1342
1811
|
:device_id,
|
1343
1812
|
:link_id,
|
1344
1813
|
:link_association_state)
|
1814
|
+
SENSITIVE = []
|
1345
1815
|
include Aws::Structure
|
1346
1816
|
end
|
1347
1817
|
|
@@ -1360,6 +1830,7 @@ module Aws::NetworkManager
|
|
1360
1830
|
#
|
1361
1831
|
class ListTagsForResourceRequest < Struct.new(
|
1362
1832
|
:resource_arn)
|
1833
|
+
SENSITIVE = []
|
1363
1834
|
include Aws::Structure
|
1364
1835
|
end
|
1365
1836
|
|
@@ -1371,6 +1842,7 @@ module Aws::NetworkManager
|
|
1371
1842
|
#
|
1372
1843
|
class ListTagsForResourceResponse < Struct.new(
|
1373
1844
|
:tag_list)
|
1845
|
+
SENSITIVE = []
|
1374
1846
|
include Aws::Structure
|
1375
1847
|
end
|
1376
1848
|
|
@@ -1403,6 +1875,7 @@ module Aws::NetworkManager
|
|
1403
1875
|
:address,
|
1404
1876
|
:latitude,
|
1405
1877
|
:longitude)
|
1878
|
+
SENSITIVE = []
|
1406
1879
|
include Aws::Structure
|
1407
1880
|
end
|
1408
1881
|
|
@@ -1432,6 +1905,7 @@ module Aws::NetworkManager
|
|
1432
1905
|
class RegisterTransitGatewayRequest < Struct.new(
|
1433
1906
|
:global_network_id,
|
1434
1907
|
:transit_gateway_arn)
|
1908
|
+
SENSITIVE = []
|
1435
1909
|
include Aws::Structure
|
1436
1910
|
end
|
1437
1911
|
|
@@ -1443,6 +1917,7 @@ module Aws::NetworkManager
|
|
1443
1917
|
#
|
1444
1918
|
class RegisterTransitGatewayResponse < Struct.new(
|
1445
1919
|
:transit_gateway_registration)
|
1920
|
+
SENSITIVE = []
|
1446
1921
|
include Aws::Structure
|
1447
1922
|
end
|
1448
1923
|
|
@@ -1465,6 +1940,7 @@ module Aws::NetworkManager
|
|
1465
1940
|
:message,
|
1466
1941
|
:resource_id,
|
1467
1942
|
:resource_type)
|
1943
|
+
SENSITIVE = []
|
1468
1944
|
include Aws::Structure
|
1469
1945
|
end
|
1470
1946
|
|
@@ -1498,6 +1974,7 @@ module Aws::NetworkManager
|
|
1498
1974
|
:resource_type,
|
1499
1975
|
:limit_code,
|
1500
1976
|
:service_code)
|
1977
|
+
SENSITIVE = []
|
1501
1978
|
include Aws::Structure
|
1502
1979
|
end
|
1503
1980
|
|
@@ -1546,6 +2023,7 @@ module Aws::NetworkManager
|
|
1546
2023
|
:created_at,
|
1547
2024
|
:state,
|
1548
2025
|
:tags)
|
2026
|
+
SENSITIVE = [:location]
|
1549
2027
|
include Aws::Structure
|
1550
2028
|
end
|
1551
2029
|
|
@@ -1576,6 +2054,7 @@ module Aws::NetworkManager
|
|
1576
2054
|
class Tag < Struct.new(
|
1577
2055
|
:key,
|
1578
2056
|
:value)
|
2057
|
+
SENSITIVE = []
|
1579
2058
|
include Aws::Structure
|
1580
2059
|
end
|
1581
2060
|
|
@@ -1605,6 +2084,7 @@ module Aws::NetworkManager
|
|
1605
2084
|
class TagResourceRequest < Struct.new(
|
1606
2085
|
:resource_arn,
|
1607
2086
|
:tags)
|
2087
|
+
SENSITIVE = []
|
1608
2088
|
include Aws::Structure
|
1609
2089
|
end
|
1610
2090
|
|
@@ -1626,6 +2106,41 @@ module Aws::NetworkManager
|
|
1626
2106
|
class ThrottlingException < Struct.new(
|
1627
2107
|
:message,
|
1628
2108
|
:retry_after_seconds)
|
2109
|
+
SENSITIVE = []
|
2110
|
+
include Aws::Structure
|
2111
|
+
end
|
2112
|
+
|
2113
|
+
# Describes a transit gateway Connect peer association.
|
2114
|
+
#
|
2115
|
+
# @!attribute [rw] transit_gateway_connect_peer_arn
|
2116
|
+
# The Amazon Resource Name (ARN) of the transit gateway Connect peer.
|
2117
|
+
# @return [String]
|
2118
|
+
#
|
2119
|
+
# @!attribute [rw] global_network_id
|
2120
|
+
# The ID of the global network.
|
2121
|
+
# @return [String]
|
2122
|
+
#
|
2123
|
+
# @!attribute [rw] device_id
|
2124
|
+
# The ID of the device.
|
2125
|
+
# @return [String]
|
2126
|
+
#
|
2127
|
+
# @!attribute [rw] link_id
|
2128
|
+
# The ID of the link.
|
2129
|
+
# @return [String]
|
2130
|
+
#
|
2131
|
+
# @!attribute [rw] state
|
2132
|
+
# The state of the association.
|
2133
|
+
# @return [String]
|
2134
|
+
#
|
2135
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/TransitGatewayConnectPeerAssociation AWS API Documentation
|
2136
|
+
#
|
2137
|
+
class TransitGatewayConnectPeerAssociation < Struct.new(
|
2138
|
+
:transit_gateway_connect_peer_arn,
|
2139
|
+
:global_network_id,
|
2140
|
+
:device_id,
|
2141
|
+
:link_id,
|
2142
|
+
:state)
|
2143
|
+
SENSITIVE = []
|
1629
2144
|
include Aws::Structure
|
1630
2145
|
end
|
1631
2146
|
|
@@ -1649,6 +2164,7 @@ module Aws::NetworkManager
|
|
1649
2164
|
:global_network_id,
|
1650
2165
|
:transit_gateway_arn,
|
1651
2166
|
:state)
|
2167
|
+
SENSITIVE = []
|
1652
2168
|
include Aws::Structure
|
1653
2169
|
end
|
1654
2170
|
|
@@ -1667,6 +2183,7 @@ module Aws::NetworkManager
|
|
1667
2183
|
class TransitGatewayRegistrationStateReason < Struct.new(
|
1668
2184
|
:code,
|
1669
2185
|
:message)
|
2186
|
+
SENSITIVE = []
|
1670
2187
|
include Aws::Structure
|
1671
2188
|
end
|
1672
2189
|
|
@@ -1691,6 +2208,7 @@ module Aws::NetworkManager
|
|
1691
2208
|
class UntagResourceRequest < Struct.new(
|
1692
2209
|
:resource_arn,
|
1693
2210
|
:tag_keys)
|
2211
|
+
SENSITIVE = []
|
1694
2212
|
include Aws::Structure
|
1695
2213
|
end
|
1696
2214
|
|
@@ -1698,12 +2216,73 @@ module Aws::NetworkManager
|
|
1698
2216
|
#
|
1699
2217
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
1700
2218
|
|
2219
|
+
# @note When making an API call, you may pass UpdateConnectionRequest
|
2220
|
+
# data as a hash:
|
2221
|
+
#
|
2222
|
+
# {
|
2223
|
+
# global_network_id: "String", # required
|
2224
|
+
# connection_id: "String", # required
|
2225
|
+
# link_id: "String",
|
2226
|
+
# connected_link_id: "String",
|
2227
|
+
# description: "String",
|
2228
|
+
# }
|
2229
|
+
#
|
2230
|
+
# @!attribute [rw] global_network_id
|
2231
|
+
# The ID of the global network.
|
2232
|
+
# @return [String]
|
2233
|
+
#
|
2234
|
+
# @!attribute [rw] connection_id
|
2235
|
+
# The ID of the connection.
|
2236
|
+
# @return [String]
|
2237
|
+
#
|
2238
|
+
# @!attribute [rw] link_id
|
2239
|
+
# The ID of the link for the first device in the connection.
|
2240
|
+
# @return [String]
|
2241
|
+
#
|
2242
|
+
# @!attribute [rw] connected_link_id
|
2243
|
+
# The ID of the link for the second device in the connection.
|
2244
|
+
# @return [String]
|
2245
|
+
#
|
2246
|
+
# @!attribute [rw] description
|
2247
|
+
# A description of the connection.
|
2248
|
+
#
|
2249
|
+
# Length Constraints: Maximum length of 256 characters.
|
2250
|
+
# @return [String]
|
2251
|
+
#
|
2252
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/UpdateConnectionRequest AWS API Documentation
|
2253
|
+
#
|
2254
|
+
class UpdateConnectionRequest < Struct.new(
|
2255
|
+
:global_network_id,
|
2256
|
+
:connection_id,
|
2257
|
+
:link_id,
|
2258
|
+
:connected_link_id,
|
2259
|
+
:description)
|
2260
|
+
SENSITIVE = []
|
2261
|
+
include Aws::Structure
|
2262
|
+
end
|
2263
|
+
|
2264
|
+
# @!attribute [rw] connection
|
2265
|
+
# Information about the connection.
|
2266
|
+
# @return [Types::Connection]
|
2267
|
+
#
|
2268
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/networkmanager-2019-07-05/UpdateConnectionResponse AWS API Documentation
|
2269
|
+
#
|
2270
|
+
class UpdateConnectionResponse < Struct.new(
|
2271
|
+
:connection)
|
2272
|
+
SENSITIVE = []
|
2273
|
+
include Aws::Structure
|
2274
|
+
end
|
2275
|
+
|
1701
2276
|
# @note When making an API call, you may pass UpdateDeviceRequest
|
1702
2277
|
# data as a hash:
|
1703
2278
|
#
|
1704
2279
|
# {
|
1705
2280
|
# global_network_id: "String", # required
|
1706
2281
|
# device_id: "String", # required
|
2282
|
+
# aws_location: {
|
2283
|
+
# zone: "String",
|
2284
|
+
# subnet_arn: "String",
|
2285
|
+
# },
|
1707
2286
|
# description: "String",
|
1708
2287
|
# type: "String",
|
1709
2288
|
# vendor: "String",
|
@@ -1725,6 +2304,10 @@ module Aws::NetworkManager
|
|
1725
2304
|
# The ID of the device.
|
1726
2305
|
# @return [String]
|
1727
2306
|
#
|
2307
|
+
# @!attribute [rw] aws_location
|
2308
|
+
# The AWS location of the device.
|
2309
|
+
# @return [Types::AWSLocation]
|
2310
|
+
#
|
1728
2311
|
# @!attribute [rw] description
|
1729
2312
|
# A description of the device.
|
1730
2313
|
#
|
@@ -1766,6 +2349,7 @@ module Aws::NetworkManager
|
|
1766
2349
|
class UpdateDeviceRequest < Struct.new(
|
1767
2350
|
:global_network_id,
|
1768
2351
|
:device_id,
|
2352
|
+
:aws_location,
|
1769
2353
|
:description,
|
1770
2354
|
:type,
|
1771
2355
|
:vendor,
|
@@ -1773,6 +2357,7 @@ module Aws::NetworkManager
|
|
1773
2357
|
:serial_number,
|
1774
2358
|
:location,
|
1775
2359
|
:site_id)
|
2360
|
+
SENSITIVE = [:location]
|
1776
2361
|
include Aws::Structure
|
1777
2362
|
end
|
1778
2363
|
|
@@ -1784,6 +2369,7 @@ module Aws::NetworkManager
|
|
1784
2369
|
#
|
1785
2370
|
class UpdateDeviceResponse < Struct.new(
|
1786
2371
|
:device)
|
2372
|
+
SENSITIVE = []
|
1787
2373
|
include Aws::Structure
|
1788
2374
|
end
|
1789
2375
|
|
@@ -1810,6 +2396,7 @@ module Aws::NetworkManager
|
|
1810
2396
|
class UpdateGlobalNetworkRequest < Struct.new(
|
1811
2397
|
:global_network_id,
|
1812
2398
|
:description)
|
2399
|
+
SENSITIVE = []
|
1813
2400
|
include Aws::Structure
|
1814
2401
|
end
|
1815
2402
|
|
@@ -1821,6 +2408,7 @@ module Aws::NetworkManager
|
|
1821
2408
|
#
|
1822
2409
|
class UpdateGlobalNetworkResponse < Struct.new(
|
1823
2410
|
:global_network)
|
2411
|
+
SENSITIVE = []
|
1824
2412
|
include Aws::Structure
|
1825
2413
|
end
|
1826
2414
|
|
@@ -1878,6 +2466,7 @@ module Aws::NetworkManager
|
|
1878
2466
|
:type,
|
1879
2467
|
:bandwidth,
|
1880
2468
|
:provider)
|
2469
|
+
SENSITIVE = []
|
1881
2470
|
include Aws::Structure
|
1882
2471
|
end
|
1883
2472
|
|
@@ -1889,6 +2478,7 @@ module Aws::NetworkManager
|
|
1889
2478
|
#
|
1890
2479
|
class UpdateLinkResponse < Struct.new(
|
1891
2480
|
:link)
|
2481
|
+
SENSITIVE = []
|
1892
2482
|
include Aws::Structure
|
1893
2483
|
end
|
1894
2484
|
|
@@ -1937,6 +2527,7 @@ module Aws::NetworkManager
|
|
1937
2527
|
:site_id,
|
1938
2528
|
:description,
|
1939
2529
|
:location)
|
2530
|
+
SENSITIVE = [:location]
|
1940
2531
|
include Aws::Structure
|
1941
2532
|
end
|
1942
2533
|
|
@@ -1948,6 +2539,7 @@ module Aws::NetworkManager
|
|
1948
2539
|
#
|
1949
2540
|
class UpdateSiteResponse < Struct.new(
|
1950
2541
|
:site)
|
2542
|
+
SENSITIVE = []
|
1951
2543
|
include Aws::Structure
|
1952
2544
|
end
|
1953
2545
|
|
@@ -1970,6 +2562,7 @@ module Aws::NetworkManager
|
|
1970
2562
|
:message,
|
1971
2563
|
:reason,
|
1972
2564
|
:fields)
|
2565
|
+
SENSITIVE = []
|
1973
2566
|
include Aws::Structure
|
1974
2567
|
end
|
1975
2568
|
|
@@ -1988,6 +2581,7 @@ module Aws::NetworkManager
|
|
1988
2581
|
class ValidationExceptionField < Struct.new(
|
1989
2582
|
:name,
|
1990
2583
|
:message)
|
2584
|
+
SENSITIVE = []
|
1991
2585
|
include Aws::Structure
|
1992
2586
|
end
|
1993
2587
|
|