aws-sdk-networkmanager 1.23.0 → 1.24.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkmanager/client.rb +401 -15
- data/lib/aws-sdk-networkmanager/client_api.rb +228 -0
- data/lib/aws-sdk-networkmanager/types.rb +544 -8
- data/lib/aws-sdk-networkmanager.rb +1 -1
- metadata +2 -2
@@ -40,6 +40,7 @@ module Aws::NetworkManager
|
|
40
40
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
41
41
|
ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
|
42
42
|
ChangeSetState = Shapes::StringShape.new(name: 'ChangeSetState')
|
43
|
+
ChangeStatus = Shapes::StringShape.new(name: 'ChangeStatus')
|
43
44
|
ChangeType = Shapes::StringShape.new(name: 'ChangeType')
|
44
45
|
ClientToken = Shapes::StringShape.new(name: 'ClientToken')
|
45
46
|
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
@@ -71,6 +72,9 @@ module Aws::NetworkManager
|
|
71
72
|
CoreNetwork = Shapes::StructureShape.new(name: 'CoreNetwork')
|
72
73
|
CoreNetworkArn = Shapes::StringShape.new(name: 'CoreNetworkArn')
|
73
74
|
CoreNetworkChange = Shapes::StructureShape.new(name: 'CoreNetworkChange')
|
75
|
+
CoreNetworkChangeEvent = Shapes::StructureShape.new(name: 'CoreNetworkChangeEvent')
|
76
|
+
CoreNetworkChangeEventList = Shapes::ListShape.new(name: 'CoreNetworkChangeEventList')
|
77
|
+
CoreNetworkChangeEventValues = Shapes::StructureShape.new(name: 'CoreNetworkChangeEventValues')
|
74
78
|
CoreNetworkChangeList = Shapes::ListShape.new(name: 'CoreNetworkChangeList')
|
75
79
|
CoreNetworkChangeValues = Shapes::StructureShape.new(name: 'CoreNetworkChangeValues')
|
76
80
|
CoreNetworkEdge = Shapes::StructureShape.new(name: 'CoreNetworkEdge')
|
@@ -108,6 +112,10 @@ module Aws::NetworkManager
|
|
108
112
|
CreateSiteResponse = Shapes::StructureShape.new(name: 'CreateSiteResponse')
|
109
113
|
CreateSiteToSiteVpnAttachmentRequest = Shapes::StructureShape.new(name: 'CreateSiteToSiteVpnAttachmentRequest')
|
110
114
|
CreateSiteToSiteVpnAttachmentResponse = Shapes::StructureShape.new(name: 'CreateSiteToSiteVpnAttachmentResponse')
|
115
|
+
CreateTransitGatewayPeeringRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayPeeringRequest')
|
116
|
+
CreateTransitGatewayPeeringResponse = Shapes::StructureShape.new(name: 'CreateTransitGatewayPeeringResponse')
|
117
|
+
CreateTransitGatewayRouteTableAttachmentRequest = Shapes::StructureShape.new(name: 'CreateTransitGatewayRouteTableAttachmentRequest')
|
118
|
+
CreateTransitGatewayRouteTableAttachmentResponse = Shapes::StructureShape.new(name: 'CreateTransitGatewayRouteTableAttachmentResponse')
|
111
119
|
CreateVpcAttachmentRequest = Shapes::StructureShape.new(name: 'CreateVpcAttachmentRequest')
|
112
120
|
CreateVpcAttachmentResponse = Shapes::StructureShape.new(name: 'CreateVpcAttachmentResponse')
|
113
121
|
CustomerGatewayArn = Shapes::StringShape.new(name: 'CustomerGatewayArn')
|
@@ -132,6 +140,8 @@ module Aws::NetworkManager
|
|
132
140
|
DeleteGlobalNetworkResponse = Shapes::StructureShape.new(name: 'DeleteGlobalNetworkResponse')
|
133
141
|
DeleteLinkRequest = Shapes::StructureShape.new(name: 'DeleteLinkRequest')
|
134
142
|
DeleteLinkResponse = Shapes::StructureShape.new(name: 'DeleteLinkResponse')
|
143
|
+
DeletePeeringRequest = Shapes::StructureShape.new(name: 'DeletePeeringRequest')
|
144
|
+
DeletePeeringResponse = Shapes::StructureShape.new(name: 'DeletePeeringResponse')
|
135
145
|
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
136
146
|
DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
|
137
147
|
DeleteSiteRequest = Shapes::StructureShape.new(name: 'DeleteSiteRequest')
|
@@ -173,6 +183,8 @@ module Aws::NetworkManager
|
|
173
183
|
GetConnectPeerResponse = Shapes::StructureShape.new(name: 'GetConnectPeerResponse')
|
174
184
|
GetConnectionsRequest = Shapes::StructureShape.new(name: 'GetConnectionsRequest')
|
175
185
|
GetConnectionsResponse = Shapes::StructureShape.new(name: 'GetConnectionsResponse')
|
186
|
+
GetCoreNetworkChangeEventsRequest = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeEventsRequest')
|
187
|
+
GetCoreNetworkChangeEventsResponse = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeEventsResponse')
|
176
188
|
GetCoreNetworkChangeSetRequest = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeSetRequest')
|
177
189
|
GetCoreNetworkChangeSetResponse = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeSetResponse')
|
178
190
|
GetCoreNetworkPolicyRequest = Shapes::StructureShape.new(name: 'GetCoreNetworkPolicyRequest')
|
@@ -207,8 +219,12 @@ module Aws::NetworkManager
|
|
207
219
|
GetSitesResponse = Shapes::StructureShape.new(name: 'GetSitesResponse')
|
208
220
|
GetTransitGatewayConnectPeerAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayConnectPeerAssociationsRequest')
|
209
221
|
GetTransitGatewayConnectPeerAssociationsResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayConnectPeerAssociationsResponse')
|
222
|
+
GetTransitGatewayPeeringRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayPeeringRequest')
|
223
|
+
GetTransitGatewayPeeringResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayPeeringResponse')
|
210
224
|
GetTransitGatewayRegistrationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRegistrationsRequest')
|
211
225
|
GetTransitGatewayRegistrationsResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayRegistrationsResponse')
|
226
|
+
GetTransitGatewayRouteTableAttachmentRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTableAttachmentRequest')
|
227
|
+
GetTransitGatewayRouteTableAttachmentResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTableAttachmentResponse')
|
212
228
|
GetVpcAttachmentRequest = Shapes::StructureShape.new(name: 'GetVpcAttachmentRequest')
|
213
229
|
GetVpcAttachmentResponse = Shapes::StructureShape.new(name: 'GetVpcAttachmentResponse')
|
214
230
|
GlobalNetwork = Shapes::StructureShape.new(name: 'GlobalNetwork')
|
@@ -239,6 +255,8 @@ module Aws::NetworkManager
|
|
239
255
|
ListCoreNetworksResponse = Shapes::StructureShape.new(name: 'ListCoreNetworksResponse')
|
240
256
|
ListOrganizationServiceAccessStatusRequest = Shapes::StructureShape.new(name: 'ListOrganizationServiceAccessStatusRequest')
|
241
257
|
ListOrganizationServiceAccessStatusResponse = Shapes::StructureShape.new(name: 'ListOrganizationServiceAccessStatusResponse')
|
258
|
+
ListPeeringsRequest = Shapes::StructureShape.new(name: 'ListPeeringsRequest')
|
259
|
+
ListPeeringsResponse = Shapes::StructureShape.new(name: 'ListPeeringsResponse')
|
242
260
|
ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
|
243
261
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
244
262
|
Location = Shapes::StructureShape.new(name: 'Location')
|
@@ -262,6 +280,11 @@ module Aws::NetworkManager
|
|
262
280
|
OrganizationStatus = Shapes::StructureShape.new(name: 'OrganizationStatus')
|
263
281
|
PathComponent = Shapes::StructureShape.new(name: 'PathComponent')
|
264
282
|
PathComponentList = Shapes::ListShape.new(name: 'PathComponentList')
|
283
|
+
Peering = Shapes::StructureShape.new(name: 'Peering')
|
284
|
+
PeeringId = Shapes::StringShape.new(name: 'PeeringId')
|
285
|
+
PeeringList = Shapes::ListShape.new(name: 'PeeringList')
|
286
|
+
PeeringState = Shapes::StringShape.new(name: 'PeeringState')
|
287
|
+
PeeringType = Shapes::StringShape.new(name: 'PeeringType')
|
265
288
|
ProposedSegmentChange = Shapes::StructureShape.new(name: 'ProposedSegmentChange')
|
266
289
|
PutCoreNetworkPolicyRequest = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyRequest')
|
267
290
|
PutCoreNetworkPolicyResponse = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyResponse')
|
@@ -329,11 +352,13 @@ module Aws::NetworkManager
|
|
329
352
|
TransitGatewayConnectPeerAssociation = Shapes::StructureShape.new(name: 'TransitGatewayConnectPeerAssociation')
|
330
353
|
TransitGatewayConnectPeerAssociationList = Shapes::ListShape.new(name: 'TransitGatewayConnectPeerAssociationList')
|
331
354
|
TransitGatewayConnectPeerAssociationState = Shapes::StringShape.new(name: 'TransitGatewayConnectPeerAssociationState')
|
355
|
+
TransitGatewayPeering = Shapes::StructureShape.new(name: 'TransitGatewayPeering')
|
332
356
|
TransitGatewayRegistration = Shapes::StructureShape.new(name: 'TransitGatewayRegistration')
|
333
357
|
TransitGatewayRegistrationList = Shapes::ListShape.new(name: 'TransitGatewayRegistrationList')
|
334
358
|
TransitGatewayRegistrationState = Shapes::StringShape.new(name: 'TransitGatewayRegistrationState')
|
335
359
|
TransitGatewayRegistrationStateReason = Shapes::StructureShape.new(name: 'TransitGatewayRegistrationStateReason')
|
336
360
|
TransitGatewayRouteTableArn = Shapes::StringShape.new(name: 'TransitGatewayRouteTableArn')
|
361
|
+
TransitGatewayRouteTableAttachment = Shapes::StructureShape.new(name: 'TransitGatewayRouteTableAttachment')
|
337
362
|
TunnelProtocol = Shapes::StringShape.new(name: 'TunnelProtocol')
|
338
363
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
339
364
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -541,8 +566,25 @@ module Aws::NetworkManager
|
|
541
566
|
CoreNetworkChange.add_member(:identifier, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Identifier"))
|
542
567
|
CoreNetworkChange.add_member(:previous_values, Shapes::ShapeRef.new(shape: CoreNetworkChangeValues, location_name: "PreviousValues"))
|
543
568
|
CoreNetworkChange.add_member(:new_values, Shapes::ShapeRef.new(shape: CoreNetworkChangeValues, location_name: "NewValues"))
|
569
|
+
CoreNetworkChange.add_member(:identifier_path, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "IdentifierPath"))
|
544
570
|
CoreNetworkChange.struct_class = Types::CoreNetworkChange
|
545
571
|
|
572
|
+
CoreNetworkChangeEvent.add_member(:type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "Type"))
|
573
|
+
CoreNetworkChangeEvent.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
|
574
|
+
CoreNetworkChangeEvent.add_member(:identifier_path, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "IdentifierPath"))
|
575
|
+
CoreNetworkChangeEvent.add_member(:event_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "EventTime"))
|
576
|
+
CoreNetworkChangeEvent.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, location_name: "Status"))
|
577
|
+
CoreNetworkChangeEvent.add_member(:values, Shapes::ShapeRef.new(shape: CoreNetworkChangeEventValues, location_name: "Values"))
|
578
|
+
CoreNetworkChangeEvent.struct_class = Types::CoreNetworkChangeEvent
|
579
|
+
|
580
|
+
CoreNetworkChangeEventList.member = Shapes::ShapeRef.new(shape: CoreNetworkChangeEvent)
|
581
|
+
|
582
|
+
CoreNetworkChangeEventValues.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
583
|
+
CoreNetworkChangeEventValues.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
584
|
+
CoreNetworkChangeEventValues.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
|
585
|
+
CoreNetworkChangeEventValues.add_member(:cidr, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Cidr"))
|
586
|
+
CoreNetworkChangeEventValues.struct_class = Types::CoreNetworkChangeEventValues
|
587
|
+
|
546
588
|
CoreNetworkChangeList.member = Shapes::ShapeRef.new(shape: CoreNetworkChange)
|
547
589
|
|
548
590
|
CoreNetworkChangeValues.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
@@ -712,6 +754,24 @@ module Aws::NetworkManager
|
|
712
754
|
CreateSiteToSiteVpnAttachmentResponse.add_member(:site_to_site_vpn_attachment, Shapes::ShapeRef.new(shape: SiteToSiteVpnAttachment, location_name: "SiteToSiteVpnAttachment"))
|
713
755
|
CreateSiteToSiteVpnAttachmentResponse.struct_class = Types::CreateSiteToSiteVpnAttachmentResponse
|
714
756
|
|
757
|
+
CreateTransitGatewayPeeringRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
758
|
+
CreateTransitGatewayPeeringRequest.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, required: true, location_name: "TransitGatewayArn"))
|
759
|
+
CreateTransitGatewayPeeringRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
760
|
+
CreateTransitGatewayPeeringRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
761
|
+
CreateTransitGatewayPeeringRequest.struct_class = Types::CreateTransitGatewayPeeringRequest
|
762
|
+
|
763
|
+
CreateTransitGatewayPeeringResponse.add_member(:transit_gateway_peering, Shapes::ShapeRef.new(shape: TransitGatewayPeering, location_name: "TransitGatewayPeering"))
|
764
|
+
CreateTransitGatewayPeeringResponse.struct_class = Types::CreateTransitGatewayPeeringResponse
|
765
|
+
|
766
|
+
CreateTransitGatewayRouteTableAttachmentRequest.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, required: true, location_name: "PeeringId"))
|
767
|
+
CreateTransitGatewayRouteTableAttachmentRequest.add_member(:transit_gateway_route_table_arn, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableArn, required: true, location_name: "TransitGatewayRouteTableArn"))
|
768
|
+
CreateTransitGatewayRouteTableAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
769
|
+
CreateTransitGatewayRouteTableAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
770
|
+
CreateTransitGatewayRouteTableAttachmentRequest.struct_class = Types::CreateTransitGatewayRouteTableAttachmentRequest
|
771
|
+
|
772
|
+
CreateTransitGatewayRouteTableAttachmentResponse.add_member(:transit_gateway_route_table_attachment, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableAttachment, location_name: "TransitGatewayRouteTableAttachment"))
|
773
|
+
CreateTransitGatewayRouteTableAttachmentResponse.struct_class = Types::CreateTransitGatewayRouteTableAttachmentResponse
|
774
|
+
|
715
775
|
CreateVpcAttachmentRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
716
776
|
CreateVpcAttachmentRequest.add_member(:vpc_arn, Shapes::ShapeRef.new(shape: VpcArn, required: true, location_name: "VpcArn"))
|
717
777
|
CreateVpcAttachmentRequest.add_member(:subnet_arns, Shapes::ShapeRef.new(shape: SubnetArnList, required: true, location_name: "SubnetArns"))
|
@@ -786,6 +846,12 @@ module Aws::NetworkManager
|
|
786
846
|
DeleteLinkResponse.add_member(:link, Shapes::ShapeRef.new(shape: Link, location_name: "Link"))
|
787
847
|
DeleteLinkResponse.struct_class = Types::DeleteLinkResponse
|
788
848
|
|
849
|
+
DeletePeeringRequest.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, required: true, location: "uri", location_name: "peeringId"))
|
850
|
+
DeletePeeringRequest.struct_class = Types::DeletePeeringRequest
|
851
|
+
|
852
|
+
DeletePeeringResponse.add_member(:peering, Shapes::ShapeRef.new(shape: Peering, location_name: "Peering"))
|
853
|
+
DeletePeeringResponse.struct_class = Types::DeletePeeringResponse
|
854
|
+
|
789
855
|
DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
790
856
|
DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
|
791
857
|
|
@@ -912,6 +978,16 @@ module Aws::NetworkManager
|
|
912
978
|
GetConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
913
979
|
GetConnectionsResponse.struct_class = Types::GetConnectionsResponse
|
914
980
|
|
981
|
+
GetCoreNetworkChangeEventsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
982
|
+
GetCoreNetworkChangeEventsRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "policyVersionId"))
|
983
|
+
GetCoreNetworkChangeEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
984
|
+
GetCoreNetworkChangeEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
985
|
+
GetCoreNetworkChangeEventsRequest.struct_class = Types::GetCoreNetworkChangeEventsRequest
|
986
|
+
|
987
|
+
GetCoreNetworkChangeEventsResponse.add_member(:core_network_change_events, Shapes::ShapeRef.new(shape: CoreNetworkChangeEventList, location_name: "CoreNetworkChangeEvents"))
|
988
|
+
GetCoreNetworkChangeEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
989
|
+
GetCoreNetworkChangeEventsResponse.struct_class = Types::GetCoreNetworkChangeEventsResponse
|
990
|
+
|
915
991
|
GetCoreNetworkChangeSetRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
916
992
|
GetCoreNetworkChangeSetRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "policyVersionId"))
|
917
993
|
GetCoreNetworkChangeSetRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -1094,6 +1170,12 @@ module Aws::NetworkManager
|
|
1094
1170
|
GetTransitGatewayConnectPeerAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1095
1171
|
GetTransitGatewayConnectPeerAssociationsResponse.struct_class = Types::GetTransitGatewayConnectPeerAssociationsResponse
|
1096
1172
|
|
1173
|
+
GetTransitGatewayPeeringRequest.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, required: true, location: "uri", location_name: "peeringId"))
|
1174
|
+
GetTransitGatewayPeeringRequest.struct_class = Types::GetTransitGatewayPeeringRequest
|
1175
|
+
|
1176
|
+
GetTransitGatewayPeeringResponse.add_member(:transit_gateway_peering, Shapes::ShapeRef.new(shape: TransitGatewayPeering, location_name: "TransitGatewayPeering"))
|
1177
|
+
GetTransitGatewayPeeringResponse.struct_class = Types::GetTransitGatewayPeeringResponse
|
1178
|
+
|
1097
1179
|
GetTransitGatewayRegistrationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
|
1098
1180
|
GetTransitGatewayRegistrationsRequest.add_member(:transit_gateway_arns, Shapes::ShapeRef.new(shape: TransitGatewayArnList, location: "querystring", location_name: "transitGatewayArns"))
|
1099
1181
|
GetTransitGatewayRegistrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
@@ -1104,6 +1186,12 @@ module Aws::NetworkManager
|
|
1104
1186
|
GetTransitGatewayRegistrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1105
1187
|
GetTransitGatewayRegistrationsResponse.struct_class = Types::GetTransitGatewayRegistrationsResponse
|
1106
1188
|
|
1189
|
+
GetTransitGatewayRouteTableAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
1190
|
+
GetTransitGatewayRouteTableAttachmentRequest.struct_class = Types::GetTransitGatewayRouteTableAttachmentRequest
|
1191
|
+
|
1192
|
+
GetTransitGatewayRouteTableAttachmentResponse.add_member(:transit_gateway_route_table_attachment, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableAttachment, location_name: "TransitGatewayRouteTableAttachment"))
|
1193
|
+
GetTransitGatewayRouteTableAttachmentResponse.struct_class = Types::GetTransitGatewayRouteTableAttachmentResponse
|
1194
|
+
|
1107
1195
|
GetVpcAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
1108
1196
|
GetVpcAttachmentRequest.struct_class = Types::GetVpcAttachmentRequest
|
1109
1197
|
|
@@ -1198,6 +1286,18 @@ module Aws::NetworkManager
|
|
1198
1286
|
ListOrganizationServiceAccessStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1199
1287
|
ListOrganizationServiceAccessStatusResponse.struct_class = Types::ListOrganizationServiceAccessStatusResponse
|
1200
1288
|
|
1289
|
+
ListPeeringsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location: "querystring", location_name: "coreNetworkId"))
|
1290
|
+
ListPeeringsRequest.add_member(:peering_type, Shapes::ShapeRef.new(shape: PeeringType, location: "querystring", location_name: "peeringType"))
|
1291
|
+
ListPeeringsRequest.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location: "querystring", location_name: "edgeLocation"))
|
1292
|
+
ListPeeringsRequest.add_member(:state, Shapes::ShapeRef.new(shape: PeeringState, location: "querystring", location_name: "state"))
|
1293
|
+
ListPeeringsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1294
|
+
ListPeeringsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1295
|
+
ListPeeringsRequest.struct_class = Types::ListPeeringsRequest
|
1296
|
+
|
1297
|
+
ListPeeringsResponse.add_member(:peerings, Shapes::ShapeRef.new(shape: PeeringList, location_name: "Peerings"))
|
1298
|
+
ListPeeringsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1299
|
+
ListPeeringsResponse.struct_class = Types::ListPeeringsResponse
|
1300
|
+
|
1201
1301
|
ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
1202
1302
|
ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
|
1203
1303
|
|
@@ -1286,6 +1386,20 @@ module Aws::NetworkManager
|
|
1286
1386
|
|
1287
1387
|
PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent)
|
1288
1388
|
|
1389
|
+
Peering.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
1390
|
+
Peering.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
|
1391
|
+
Peering.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, location_name: "PeeringId"))
|
1392
|
+
Peering.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "OwnerAccountId"))
|
1393
|
+
Peering.add_member(:peering_type, Shapes::ShapeRef.new(shape: PeeringType, location_name: "PeeringType"))
|
1394
|
+
Peering.add_member(:state, Shapes::ShapeRef.new(shape: PeeringState, location_name: "State"))
|
1395
|
+
Peering.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
1396
|
+
Peering.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
1397
|
+
Peering.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1398
|
+
Peering.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
1399
|
+
Peering.struct_class = Types::Peering
|
1400
|
+
|
1401
|
+
PeeringList.member = Shapes::ShapeRef.new(shape: Peering)
|
1402
|
+
|
1289
1403
|
ProposedSegmentChange.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1290
1404
|
ProposedSegmentChange.add_member(:attachment_policy_rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "AttachmentPolicyRuleNumber"))
|
1291
1405
|
ProposedSegmentChange.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
@@ -1455,6 +1569,10 @@ module Aws::NetworkManager
|
|
1455
1569
|
|
1456
1570
|
TransitGatewayConnectPeerAssociationList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociation)
|
1457
1571
|
|
1572
|
+
TransitGatewayPeering.add_member(:peering, Shapes::ShapeRef.new(shape: Peering, location_name: "Peering"))
|
1573
|
+
TransitGatewayPeering.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, location_name: "TransitGatewayArn"))
|
1574
|
+
TransitGatewayPeering.struct_class = Types::TransitGatewayPeering
|
1575
|
+
|
1458
1576
|
TransitGatewayRegistration.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
|
1459
1577
|
TransitGatewayRegistration.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, location_name: "TransitGatewayArn"))
|
1460
1578
|
TransitGatewayRegistration.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayRegistrationStateReason, location_name: "State"))
|
@@ -1466,6 +1584,11 @@ module Aws::NetworkManager
|
|
1466
1584
|
TransitGatewayRegistrationStateReason.add_member(:message, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Message"))
|
1467
1585
|
TransitGatewayRegistrationStateReason.struct_class = Types::TransitGatewayRegistrationStateReason
|
1468
1586
|
|
1587
|
+
TransitGatewayRouteTableAttachment.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
|
1588
|
+
TransitGatewayRouteTableAttachment.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, location_name: "PeeringId"))
|
1589
|
+
TransitGatewayRouteTableAttachment.add_member(:transit_gateway_route_table_arn, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableArn, location_name: "TransitGatewayRouteTableArn"))
|
1590
|
+
TransitGatewayRouteTableAttachment.struct_class = Types::TransitGatewayRouteTableAttachment
|
1591
|
+
|
1469
1592
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
|
1470
1593
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
|
1471
1594
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -1791,6 +1914,34 @@ module Aws::NetworkManager
|
|
1791
1914
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1792
1915
|
end)
|
1793
1916
|
|
1917
|
+
api.add_operation(:create_transit_gateway_peering, Seahorse::Model::Operation.new.tap do |o|
|
1918
|
+
o.name = "CreateTransitGatewayPeering"
|
1919
|
+
o.http_method = "POST"
|
1920
|
+
o.http_request_uri = "/transit-gateway-peerings"
|
1921
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayPeeringRequest)
|
1922
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayPeeringResponse)
|
1923
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1924
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1925
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1926
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1927
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1928
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1929
|
+
end)
|
1930
|
+
|
1931
|
+
api.add_operation(:create_transit_gateway_route_table_attachment, Seahorse::Model::Operation.new.tap do |o|
|
1932
|
+
o.name = "CreateTransitGatewayRouteTableAttachment"
|
1933
|
+
o.http_method = "POST"
|
1934
|
+
o.http_request_uri = "/transit-gateway-route-table-attachments"
|
1935
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayRouteTableAttachmentRequest)
|
1936
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayRouteTableAttachmentResponse)
|
1937
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1938
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1939
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1942
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1943
|
+
end)
|
1944
|
+
|
1794
1945
|
api.add_operation(:create_vpc_attachment, Seahorse::Model::Operation.new.tap do |o|
|
1795
1946
|
o.name = "CreateVpcAttachment"
|
1796
1947
|
o.http_method = "POST"
|
@@ -1917,6 +2068,20 @@ module Aws::NetworkManager
|
|
1917
2068
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1918
2069
|
end)
|
1919
2070
|
|
2071
|
+
api.add_operation(:delete_peering, Seahorse::Model::Operation.new.tap do |o|
|
2072
|
+
o.name = "DeletePeering"
|
2073
|
+
o.http_method = "DELETE"
|
2074
|
+
o.http_request_uri = "/peerings/{peeringId}"
|
2075
|
+
o.input = Shapes::ShapeRef.new(shape: DeletePeeringRequest)
|
2076
|
+
o.output = Shapes::ShapeRef.new(shape: DeletePeeringResponse)
|
2077
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2078
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2079
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2080
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
2081
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2082
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2083
|
+
end)
|
2084
|
+
|
1920
2085
|
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
1921
2086
|
o.name = "DeleteResourcePolicy"
|
1922
2087
|
o.http_method = "DELETE"
|
@@ -2125,6 +2290,25 @@ module Aws::NetworkManager
|
|
2125
2290
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2126
2291
|
end)
|
2127
2292
|
|
2293
|
+
api.add_operation(:get_core_network_change_events, Seahorse::Model::Operation.new.tap do |o|
|
2294
|
+
o.name = "GetCoreNetworkChangeEvents"
|
2295
|
+
o.http_method = "GET"
|
2296
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-change-events/{policyVersionId}"
|
2297
|
+
o.input = Shapes::ShapeRef.new(shape: GetCoreNetworkChangeEventsRequest)
|
2298
|
+
o.output = Shapes::ShapeRef.new(shape: GetCoreNetworkChangeEventsResponse)
|
2299
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2300
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2301
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2302
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2303
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2304
|
+
o[:pager] = Aws::Pager.new(
|
2305
|
+
limit_key: "max_results",
|
2306
|
+
tokens: {
|
2307
|
+
"next_token" => "next_token"
|
2308
|
+
}
|
2309
|
+
)
|
2310
|
+
end)
|
2311
|
+
|
2128
2312
|
api.add_operation(:get_core_network_change_set, Seahorse::Model::Operation.new.tap do |o|
|
2129
2313
|
o.name = "GetCoreNetworkChangeSet"
|
2130
2314
|
o.http_method = "GET"
|
@@ -2399,6 +2583,19 @@ module Aws::NetworkManager
|
|
2399
2583
|
)
|
2400
2584
|
end)
|
2401
2585
|
|
2586
|
+
api.add_operation(:get_transit_gateway_peering, Seahorse::Model::Operation.new.tap do |o|
|
2587
|
+
o.name = "GetTransitGatewayPeering"
|
2588
|
+
o.http_method = "GET"
|
2589
|
+
o.http_request_uri = "/transit-gateway-peerings/{peeringId}"
|
2590
|
+
o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayPeeringRequest)
|
2591
|
+
o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayPeeringResponse)
|
2592
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2593
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2594
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2595
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2596
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2597
|
+
end)
|
2598
|
+
|
2402
2599
|
api.add_operation(:get_transit_gateway_registrations, Seahorse::Model::Operation.new.tap do |o|
|
2403
2600
|
o.name = "GetTransitGatewayRegistrations"
|
2404
2601
|
o.http_method = "GET"
|
@@ -2418,6 +2615,19 @@ module Aws::NetworkManager
|
|
2418
2615
|
)
|
2419
2616
|
end)
|
2420
2617
|
|
2618
|
+
api.add_operation(:get_transit_gateway_route_table_attachment, Seahorse::Model::Operation.new.tap do |o|
|
2619
|
+
o.name = "GetTransitGatewayRouteTableAttachment"
|
2620
|
+
o.http_method = "GET"
|
2621
|
+
o.http_request_uri = "/transit-gateway-route-table-attachments/{attachmentId}"
|
2622
|
+
o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayRouteTableAttachmentRequest)
|
2623
|
+
o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayRouteTableAttachmentResponse)
|
2624
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2625
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2626
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2627
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2628
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2629
|
+
end)
|
2630
|
+
|
2421
2631
|
api.add_operation(:get_vpc_attachment, Seahorse::Model::Operation.new.tap do |o|
|
2422
2632
|
o.name = "GetVpcAttachment"
|
2423
2633
|
o.http_method = "GET"
|
@@ -2512,6 +2722,24 @@ module Aws::NetworkManager
|
|
2512
2722
|
o.output = Shapes::ShapeRef.new(shape: ListOrganizationServiceAccessStatusResponse)
|
2513
2723
|
end)
|
2514
2724
|
|
2725
|
+
api.add_operation(:list_peerings, Seahorse::Model::Operation.new.tap do |o|
|
2726
|
+
o.name = "ListPeerings"
|
2727
|
+
o.http_method = "GET"
|
2728
|
+
o.http_request_uri = "/peerings"
|
2729
|
+
o.input = Shapes::ShapeRef.new(shape: ListPeeringsRequest)
|
2730
|
+
o.output = Shapes::ShapeRef.new(shape: ListPeeringsResponse)
|
2731
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2732
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2733
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2734
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
2735
|
+
o[:pager] = Aws::Pager.new(
|
2736
|
+
limit_key: "max_results",
|
2737
|
+
tokens: {
|
2738
|
+
"next_token" => "next_token"
|
2739
|
+
}
|
2740
|
+
)
|
2741
|
+
end)
|
2742
|
+
|
2515
2743
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
2516
2744
|
o.name = "ListTagsForResource"
|
2517
2745
|
o.http_method = "GET"
|