aws-sdk-networkmanager 1.22.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,10 @@ module Aws::NetworkManager
18
18
  AcceptAttachmentRequest = Shapes::StructureShape.new(name: 'AcceptAttachmentRequest')
19
19
  AcceptAttachmentResponse = Shapes::StructureShape.new(name: 'AcceptAttachmentResponse')
20
20
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
21
+ AccountId = Shapes::StringShape.new(name: 'AccountId')
22
+ AccountStatus = Shapes::StructureShape.new(name: 'AccountStatus')
23
+ AccountStatusList = Shapes::ListShape.new(name: 'AccountStatusList')
24
+ Action = Shapes::StringShape.new(name: 'Action')
21
25
  AssociateConnectPeerRequest = Shapes::StructureShape.new(name: 'AssociateConnectPeerRequest')
22
26
  AssociateConnectPeerResponse = Shapes::StructureShape.new(name: 'AssociateConnectPeerResponse')
23
27
  AssociateCustomerGatewayRequest = Shapes::StructureShape.new(name: 'AssociateCustomerGatewayRequest')
@@ -36,6 +40,7 @@ module Aws::NetworkManager
36
40
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
37
41
  ChangeAction = Shapes::StringShape.new(name: 'ChangeAction')
38
42
  ChangeSetState = Shapes::StringShape.new(name: 'ChangeSetState')
43
+ ChangeStatus = Shapes::StringShape.new(name: 'ChangeStatus')
39
44
  ChangeType = Shapes::StringShape.new(name: 'ChangeType')
40
45
  ClientToken = Shapes::StringShape.new(name: 'ClientToken')
41
46
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
@@ -67,6 +72,9 @@ module Aws::NetworkManager
67
72
  CoreNetwork = Shapes::StructureShape.new(name: 'CoreNetwork')
68
73
  CoreNetworkArn = Shapes::StringShape.new(name: 'CoreNetworkArn')
69
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')
70
78
  CoreNetworkChangeList = Shapes::ListShape.new(name: 'CoreNetworkChangeList')
71
79
  CoreNetworkChangeValues = Shapes::StructureShape.new(name: 'CoreNetworkChangeValues')
72
80
  CoreNetworkEdge = Shapes::StructureShape.new(name: 'CoreNetworkEdge')
@@ -104,6 +112,10 @@ module Aws::NetworkManager
104
112
  CreateSiteResponse = Shapes::StructureShape.new(name: 'CreateSiteResponse')
105
113
  CreateSiteToSiteVpnAttachmentRequest = Shapes::StructureShape.new(name: 'CreateSiteToSiteVpnAttachmentRequest')
106
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')
107
119
  CreateVpcAttachmentRequest = Shapes::StructureShape.new(name: 'CreateVpcAttachmentRequest')
108
120
  CreateVpcAttachmentResponse = Shapes::StructureShape.new(name: 'CreateVpcAttachmentResponse')
109
121
  CustomerGatewayArn = Shapes::StringShape.new(name: 'CustomerGatewayArn')
@@ -128,6 +140,8 @@ module Aws::NetworkManager
128
140
  DeleteGlobalNetworkResponse = Shapes::StructureShape.new(name: 'DeleteGlobalNetworkResponse')
129
141
  DeleteLinkRequest = Shapes::StructureShape.new(name: 'DeleteLinkRequest')
130
142
  DeleteLinkResponse = Shapes::StructureShape.new(name: 'DeleteLinkResponse')
143
+ DeletePeeringRequest = Shapes::StructureShape.new(name: 'DeletePeeringRequest')
144
+ DeletePeeringResponse = Shapes::StructureShape.new(name: 'DeletePeeringResponse')
131
145
  DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
132
146
  DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
133
147
  DeleteSiteRequest = Shapes::StructureShape.new(name: 'DeleteSiteRequest')
@@ -169,6 +183,8 @@ module Aws::NetworkManager
169
183
  GetConnectPeerResponse = Shapes::StructureShape.new(name: 'GetConnectPeerResponse')
170
184
  GetConnectionsRequest = Shapes::StructureShape.new(name: 'GetConnectionsRequest')
171
185
  GetConnectionsResponse = Shapes::StructureShape.new(name: 'GetConnectionsResponse')
186
+ GetCoreNetworkChangeEventsRequest = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeEventsRequest')
187
+ GetCoreNetworkChangeEventsResponse = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeEventsResponse')
172
188
  GetCoreNetworkChangeSetRequest = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeSetRequest')
173
189
  GetCoreNetworkChangeSetResponse = Shapes::StructureShape.new(name: 'GetCoreNetworkChangeSetResponse')
174
190
  GetCoreNetworkPolicyRequest = Shapes::StructureShape.new(name: 'GetCoreNetworkPolicyRequest')
@@ -203,8 +219,12 @@ module Aws::NetworkManager
203
219
  GetSitesResponse = Shapes::StructureShape.new(name: 'GetSitesResponse')
204
220
  GetTransitGatewayConnectPeerAssociationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayConnectPeerAssociationsRequest')
205
221
  GetTransitGatewayConnectPeerAssociationsResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayConnectPeerAssociationsResponse')
222
+ GetTransitGatewayPeeringRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayPeeringRequest')
223
+ GetTransitGatewayPeeringResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayPeeringResponse')
206
224
  GetTransitGatewayRegistrationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRegistrationsRequest')
207
225
  GetTransitGatewayRegistrationsResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayRegistrationsResponse')
226
+ GetTransitGatewayRouteTableAttachmentRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTableAttachmentRequest')
227
+ GetTransitGatewayRouteTableAttachmentResponse = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTableAttachmentResponse')
208
228
  GetVpcAttachmentRequest = Shapes::StructureShape.new(name: 'GetVpcAttachmentRequest')
209
229
  GetVpcAttachmentResponse = Shapes::StructureShape.new(name: 'GetVpcAttachmentResponse')
210
230
  GlobalNetwork = Shapes::StructureShape.new(name: 'GlobalNetwork')
@@ -233,6 +253,10 @@ module Aws::NetworkManager
233
253
  ListCoreNetworkPolicyVersionsResponse = Shapes::StructureShape.new(name: 'ListCoreNetworkPolicyVersionsResponse')
234
254
  ListCoreNetworksRequest = Shapes::StructureShape.new(name: 'ListCoreNetworksRequest')
235
255
  ListCoreNetworksResponse = Shapes::StructureShape.new(name: 'ListCoreNetworksResponse')
256
+ ListOrganizationServiceAccessStatusRequest = Shapes::StructureShape.new(name: 'ListOrganizationServiceAccessStatusRequest')
257
+ ListOrganizationServiceAccessStatusResponse = Shapes::StructureShape.new(name: 'ListOrganizationServiceAccessStatusResponse')
258
+ ListPeeringsRequest = Shapes::StructureShape.new(name: 'ListPeeringsRequest')
259
+ ListPeeringsResponse = Shapes::StructureShape.new(name: 'ListPeeringsResponse')
236
260
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
237
261
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
238
262
  Location = Shapes::StructureShape.new(name: 'Location')
@@ -251,8 +275,16 @@ module Aws::NetworkManager
251
275
  NetworkTelemetry = Shapes::StructureShape.new(name: 'NetworkTelemetry')
252
276
  NetworkTelemetryList = Shapes::ListShape.new(name: 'NetworkTelemetryList')
253
277
  NextToken = Shapes::StringShape.new(name: 'NextToken')
278
+ OrganizationAwsServiceAccessStatus = Shapes::StringShape.new(name: 'OrganizationAwsServiceAccessStatus')
279
+ OrganizationId = Shapes::StringShape.new(name: 'OrganizationId')
280
+ OrganizationStatus = Shapes::StructureShape.new(name: 'OrganizationStatus')
254
281
  PathComponent = Shapes::StructureShape.new(name: 'PathComponent')
255
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')
256
288
  ProposedSegmentChange = Shapes::StructureShape.new(name: 'ProposedSegmentChange')
257
289
  PutCoreNetworkPolicyRequest = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyRequest')
258
290
  PutCoreNetworkPolicyResponse = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyResponse')
@@ -287,6 +319,7 @@ module Aws::NetworkManager
287
319
  RouteTableType = Shapes::StringShape.new(name: 'RouteTableType')
288
320
  RouteType = Shapes::StringShape.new(name: 'RouteType')
289
321
  RouteTypeList = Shapes::ListShape.new(name: 'RouteTypeList')
322
+ SLRDeploymentStatus = Shapes::StringShape.new(name: 'SLRDeploymentStatus')
290
323
  ServerSideString = Shapes::StringShape.new(name: 'ServerSideString')
291
324
  ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
292
325
  Site = Shapes::StructureShape.new(name: 'Site')
@@ -296,6 +329,8 @@ module Aws::NetworkManager
296
329
  SiteList = Shapes::ListShape.new(name: 'SiteList')
297
330
  SiteState = Shapes::StringShape.new(name: 'SiteState')
298
331
  SiteToSiteVpnAttachment = Shapes::StructureShape.new(name: 'SiteToSiteVpnAttachment')
332
+ StartOrganizationServiceAccessUpdateRequest = Shapes::StructureShape.new(name: 'StartOrganizationServiceAccessUpdateRequest')
333
+ StartOrganizationServiceAccessUpdateResponse = Shapes::StructureShape.new(name: 'StartOrganizationServiceAccessUpdateResponse')
299
334
  StartRouteAnalysisRequest = Shapes::StructureShape.new(name: 'StartRouteAnalysisRequest')
300
335
  StartRouteAnalysisResponse = Shapes::StructureShape.new(name: 'StartRouteAnalysisResponse')
301
336
  SubnetArn = Shapes::StringShape.new(name: 'SubnetArn')
@@ -317,11 +352,14 @@ module Aws::NetworkManager
317
352
  TransitGatewayConnectPeerAssociation = Shapes::StructureShape.new(name: 'TransitGatewayConnectPeerAssociation')
318
353
  TransitGatewayConnectPeerAssociationList = Shapes::ListShape.new(name: 'TransitGatewayConnectPeerAssociationList')
319
354
  TransitGatewayConnectPeerAssociationState = Shapes::StringShape.new(name: 'TransitGatewayConnectPeerAssociationState')
355
+ TransitGatewayPeering = Shapes::StructureShape.new(name: 'TransitGatewayPeering')
356
+ TransitGatewayPeeringAttachmentId = Shapes::StringShape.new(name: 'TransitGatewayPeeringAttachmentId')
320
357
  TransitGatewayRegistration = Shapes::StructureShape.new(name: 'TransitGatewayRegistration')
321
358
  TransitGatewayRegistrationList = Shapes::ListShape.new(name: 'TransitGatewayRegistrationList')
322
359
  TransitGatewayRegistrationState = Shapes::StringShape.new(name: 'TransitGatewayRegistrationState')
323
360
  TransitGatewayRegistrationStateReason = Shapes::StructureShape.new(name: 'TransitGatewayRegistrationStateReason')
324
361
  TransitGatewayRouteTableArn = Shapes::StringShape.new(name: 'TransitGatewayRouteTableArn')
362
+ TransitGatewayRouteTableAttachment = Shapes::StructureShape.new(name: 'TransitGatewayRouteTableAttachment')
325
363
  TunnelProtocol = Shapes::StringShape.new(name: 'TunnelProtocol')
326
364
  UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
327
365
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
@@ -363,6 +401,12 @@ module Aws::NetworkManager
363
401
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
364
402
  AccessDeniedException.struct_class = Types::AccessDeniedException
365
403
 
404
+ AccountStatus.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "AccountId"))
405
+ AccountStatus.add_member(:slr_deployment_status, Shapes::ShapeRef.new(shape: SLRDeploymentStatus, location_name: "SLRDeploymentStatus"))
406
+ AccountStatus.struct_class = Types::AccountStatus
407
+
408
+ AccountStatusList.member = Shapes::ShapeRef.new(shape: AccountStatus)
409
+
366
410
  AssociateConnectPeerRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
367
411
  AssociateConnectPeerRequest.add_member(:connect_peer_id, Shapes::ShapeRef.new(shape: ConnectPeerId, required: true, location_name: "ConnectPeerId"))
368
412
  AssociateConnectPeerRequest.add_member(:device_id, Shapes::ShapeRef.new(shape: DeviceId, required: true, location_name: "DeviceId"))
@@ -523,8 +567,25 @@ module Aws::NetworkManager
523
567
  CoreNetworkChange.add_member(:identifier, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Identifier"))
524
568
  CoreNetworkChange.add_member(:previous_values, Shapes::ShapeRef.new(shape: CoreNetworkChangeValues, location_name: "PreviousValues"))
525
569
  CoreNetworkChange.add_member(:new_values, Shapes::ShapeRef.new(shape: CoreNetworkChangeValues, location_name: "NewValues"))
570
+ CoreNetworkChange.add_member(:identifier_path, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "IdentifierPath"))
526
571
  CoreNetworkChange.struct_class = Types::CoreNetworkChange
527
572
 
573
+ CoreNetworkChangeEvent.add_member(:type, Shapes::ShapeRef.new(shape: ChangeType, location_name: "Type"))
574
+ CoreNetworkChangeEvent.add_member(:action, Shapes::ShapeRef.new(shape: ChangeAction, location_name: "Action"))
575
+ CoreNetworkChangeEvent.add_member(:identifier_path, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "IdentifierPath"))
576
+ CoreNetworkChangeEvent.add_member(:event_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "EventTime"))
577
+ CoreNetworkChangeEvent.add_member(:status, Shapes::ShapeRef.new(shape: ChangeStatus, location_name: "Status"))
578
+ CoreNetworkChangeEvent.add_member(:values, Shapes::ShapeRef.new(shape: CoreNetworkChangeEventValues, location_name: "Values"))
579
+ CoreNetworkChangeEvent.struct_class = Types::CoreNetworkChangeEvent
580
+
581
+ CoreNetworkChangeEventList.member = Shapes::ShapeRef.new(shape: CoreNetworkChangeEvent)
582
+
583
+ CoreNetworkChangeEventValues.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
584
+ CoreNetworkChangeEventValues.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
585
+ CoreNetworkChangeEventValues.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
586
+ CoreNetworkChangeEventValues.add_member(:cidr, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Cidr"))
587
+ CoreNetworkChangeEventValues.struct_class = Types::CoreNetworkChangeEventValues
588
+
528
589
  CoreNetworkChangeList.member = Shapes::ShapeRef.new(shape: CoreNetworkChange)
529
590
 
530
591
  CoreNetworkChangeValues.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
@@ -694,6 +755,24 @@ module Aws::NetworkManager
694
755
  CreateSiteToSiteVpnAttachmentResponse.add_member(:site_to_site_vpn_attachment, Shapes::ShapeRef.new(shape: SiteToSiteVpnAttachment, location_name: "SiteToSiteVpnAttachment"))
695
756
  CreateSiteToSiteVpnAttachmentResponse.struct_class = Types::CreateSiteToSiteVpnAttachmentResponse
696
757
 
758
+ CreateTransitGatewayPeeringRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
759
+ CreateTransitGatewayPeeringRequest.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, required: true, location_name: "TransitGatewayArn"))
760
+ CreateTransitGatewayPeeringRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
761
+ CreateTransitGatewayPeeringRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
762
+ CreateTransitGatewayPeeringRequest.struct_class = Types::CreateTransitGatewayPeeringRequest
763
+
764
+ CreateTransitGatewayPeeringResponse.add_member(:transit_gateway_peering, Shapes::ShapeRef.new(shape: TransitGatewayPeering, location_name: "TransitGatewayPeering"))
765
+ CreateTransitGatewayPeeringResponse.struct_class = Types::CreateTransitGatewayPeeringResponse
766
+
767
+ CreateTransitGatewayRouteTableAttachmentRequest.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, required: true, location_name: "PeeringId"))
768
+ CreateTransitGatewayRouteTableAttachmentRequest.add_member(:transit_gateway_route_table_arn, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableArn, required: true, location_name: "TransitGatewayRouteTableArn"))
769
+ CreateTransitGatewayRouteTableAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
770
+ CreateTransitGatewayRouteTableAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
771
+ CreateTransitGatewayRouteTableAttachmentRequest.struct_class = Types::CreateTransitGatewayRouteTableAttachmentRequest
772
+
773
+ CreateTransitGatewayRouteTableAttachmentResponse.add_member(:transit_gateway_route_table_attachment, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableAttachment, location_name: "TransitGatewayRouteTableAttachment"))
774
+ CreateTransitGatewayRouteTableAttachmentResponse.struct_class = Types::CreateTransitGatewayRouteTableAttachmentResponse
775
+
697
776
  CreateVpcAttachmentRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
698
777
  CreateVpcAttachmentRequest.add_member(:vpc_arn, Shapes::ShapeRef.new(shape: VpcArn, required: true, location_name: "VpcArn"))
699
778
  CreateVpcAttachmentRequest.add_member(:subnet_arns, Shapes::ShapeRef.new(shape: SubnetArnList, required: true, location_name: "SubnetArns"))
@@ -768,6 +847,12 @@ module Aws::NetworkManager
768
847
  DeleteLinkResponse.add_member(:link, Shapes::ShapeRef.new(shape: Link, location_name: "Link"))
769
848
  DeleteLinkResponse.struct_class = Types::DeleteLinkResponse
770
849
 
850
+ DeletePeeringRequest.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, required: true, location: "uri", location_name: "peeringId"))
851
+ DeletePeeringRequest.struct_class = Types::DeletePeeringRequest
852
+
853
+ DeletePeeringResponse.add_member(:peering, Shapes::ShapeRef.new(shape: Peering, location_name: "Peering"))
854
+ DeletePeeringResponse.struct_class = Types::DeletePeeringResponse
855
+
771
856
  DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
772
857
  DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
773
858
 
@@ -894,6 +979,16 @@ module Aws::NetworkManager
894
979
  GetConnectionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
895
980
  GetConnectionsResponse.struct_class = Types::GetConnectionsResponse
896
981
 
982
+ GetCoreNetworkChangeEventsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
983
+ GetCoreNetworkChangeEventsRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "policyVersionId"))
984
+ GetCoreNetworkChangeEventsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
985
+ GetCoreNetworkChangeEventsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
986
+ GetCoreNetworkChangeEventsRequest.struct_class = Types::GetCoreNetworkChangeEventsRequest
987
+
988
+ GetCoreNetworkChangeEventsResponse.add_member(:core_network_change_events, Shapes::ShapeRef.new(shape: CoreNetworkChangeEventList, location_name: "CoreNetworkChangeEvents"))
989
+ GetCoreNetworkChangeEventsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
990
+ GetCoreNetworkChangeEventsResponse.struct_class = Types::GetCoreNetworkChangeEventsResponse
991
+
897
992
  GetCoreNetworkChangeSetRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
898
993
  GetCoreNetworkChangeSetRequest.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, required: true, location: "uri", location_name: "policyVersionId"))
899
994
  GetCoreNetworkChangeSetRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -1076,6 +1171,12 @@ module Aws::NetworkManager
1076
1171
  GetTransitGatewayConnectPeerAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1077
1172
  GetTransitGatewayConnectPeerAssociationsResponse.struct_class = Types::GetTransitGatewayConnectPeerAssociationsResponse
1078
1173
 
1174
+ GetTransitGatewayPeeringRequest.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, required: true, location: "uri", location_name: "peeringId"))
1175
+ GetTransitGatewayPeeringRequest.struct_class = Types::GetTransitGatewayPeeringRequest
1176
+
1177
+ GetTransitGatewayPeeringResponse.add_member(:transit_gateway_peering, Shapes::ShapeRef.new(shape: TransitGatewayPeering, location_name: "TransitGatewayPeering"))
1178
+ GetTransitGatewayPeeringResponse.struct_class = Types::GetTransitGatewayPeeringResponse
1179
+
1079
1180
  GetTransitGatewayRegistrationsRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
1080
1181
  GetTransitGatewayRegistrationsRequest.add_member(:transit_gateway_arns, Shapes::ShapeRef.new(shape: TransitGatewayArnList, location: "querystring", location_name: "transitGatewayArns"))
1081
1182
  GetTransitGatewayRegistrationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -1086,6 +1187,12 @@ module Aws::NetworkManager
1086
1187
  GetTransitGatewayRegistrationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1087
1188
  GetTransitGatewayRegistrationsResponse.struct_class = Types::GetTransitGatewayRegistrationsResponse
1088
1189
 
1190
+ GetTransitGatewayRouteTableAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
1191
+ GetTransitGatewayRouteTableAttachmentRequest.struct_class = Types::GetTransitGatewayRouteTableAttachmentRequest
1192
+
1193
+ GetTransitGatewayRouteTableAttachmentResponse.add_member(:transit_gateway_route_table_attachment, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableAttachment, location_name: "TransitGatewayRouteTableAttachment"))
1194
+ GetTransitGatewayRouteTableAttachmentResponse.struct_class = Types::GetTransitGatewayRouteTableAttachmentResponse
1195
+
1089
1196
  GetVpcAttachmentRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
1090
1197
  GetVpcAttachmentRequest.struct_class = Types::GetVpcAttachmentRequest
1091
1198
 
@@ -1172,6 +1279,26 @@ module Aws::NetworkManager
1172
1279
  ListCoreNetworksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1173
1280
  ListCoreNetworksResponse.struct_class = Types::ListCoreNetworksResponse
1174
1281
 
1282
+ ListOrganizationServiceAccessStatusRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1283
+ ListOrganizationServiceAccessStatusRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1284
+ ListOrganizationServiceAccessStatusRequest.struct_class = Types::ListOrganizationServiceAccessStatusRequest
1285
+
1286
+ ListOrganizationServiceAccessStatusResponse.add_member(:organization_status, Shapes::ShapeRef.new(shape: OrganizationStatus, location_name: "OrganizationStatus"))
1287
+ ListOrganizationServiceAccessStatusResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1288
+ ListOrganizationServiceAccessStatusResponse.struct_class = Types::ListOrganizationServiceAccessStatusResponse
1289
+
1290
+ ListPeeringsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location: "querystring", location_name: "coreNetworkId"))
1291
+ ListPeeringsRequest.add_member(:peering_type, Shapes::ShapeRef.new(shape: PeeringType, location: "querystring", location_name: "peeringType"))
1292
+ ListPeeringsRequest.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location: "querystring", location_name: "edgeLocation"))
1293
+ ListPeeringsRequest.add_member(:state, Shapes::ShapeRef.new(shape: PeeringState, location: "querystring", location_name: "state"))
1294
+ ListPeeringsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1295
+ ListPeeringsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1296
+ ListPeeringsRequest.struct_class = Types::ListPeeringsRequest
1297
+
1298
+ ListPeeringsResponse.add_member(:peerings, Shapes::ShapeRef.new(shape: PeeringList, location_name: "Peerings"))
1299
+ ListPeeringsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
1300
+ ListPeeringsResponse.struct_class = Types::ListPeeringsResponse
1301
+
1175
1302
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
1176
1303
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
1177
1304
 
@@ -1247,6 +1374,12 @@ module Aws::NetworkManager
1247
1374
 
1248
1375
  NetworkTelemetryList.member = Shapes::ShapeRef.new(shape: NetworkTelemetry)
1249
1376
 
1377
+ OrganizationStatus.add_member(:organization_id, Shapes::ShapeRef.new(shape: OrganizationId, location_name: "OrganizationId"))
1378
+ OrganizationStatus.add_member(:organization_aws_service_access_status, Shapes::ShapeRef.new(shape: OrganizationAwsServiceAccessStatus, location_name: "OrganizationAwsServiceAccessStatus"))
1379
+ OrganizationStatus.add_member(:slr_deployment_status, Shapes::ShapeRef.new(shape: SLRDeploymentStatus, location_name: "SLRDeploymentStatus"))
1380
+ OrganizationStatus.add_member(:account_status_list, Shapes::ShapeRef.new(shape: AccountStatusList, location_name: "AccountStatusList"))
1381
+ OrganizationStatus.struct_class = Types::OrganizationStatus
1382
+
1250
1383
  PathComponent.add_member(:sequence, Shapes::ShapeRef.new(shape: Integer, location_name: "Sequence"))
1251
1384
  PathComponent.add_member(:resource, Shapes::ShapeRef.new(shape: NetworkResourceSummary, location_name: "Resource"))
1252
1385
  PathComponent.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "DestinationCidrBlock"))
@@ -1254,6 +1387,20 @@ module Aws::NetworkManager
1254
1387
 
1255
1388
  PathComponentList.member = Shapes::ShapeRef.new(shape: PathComponent)
1256
1389
 
1390
+ Peering.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
1391
+ Peering.add_member(:core_network_arn, Shapes::ShapeRef.new(shape: CoreNetworkArn, location_name: "CoreNetworkArn"))
1392
+ Peering.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, location_name: "PeeringId"))
1393
+ Peering.add_member(:owner_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "OwnerAccountId"))
1394
+ Peering.add_member(:peering_type, Shapes::ShapeRef.new(shape: PeeringType, location_name: "PeeringType"))
1395
+ Peering.add_member(:state, Shapes::ShapeRef.new(shape: PeeringState, location_name: "State"))
1396
+ Peering.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
1397
+ Peering.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
1398
+ Peering.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1399
+ Peering.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
1400
+ Peering.struct_class = Types::Peering
1401
+
1402
+ PeeringList.member = Shapes::ShapeRef.new(shape: Peering)
1403
+
1257
1404
  ProposedSegmentChange.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1258
1405
  ProposedSegmentChange.add_member(:attachment_policy_rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "AttachmentPolicyRuleNumber"))
1259
1406
  ProposedSegmentChange.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
@@ -1374,6 +1521,12 @@ module Aws::NetworkManager
1374
1521
  SiteToSiteVpnAttachment.add_member(:vpn_connection_arn, Shapes::ShapeRef.new(shape: VpnConnectionArn, location_name: "VpnConnectionArn"))
1375
1522
  SiteToSiteVpnAttachment.struct_class = Types::SiteToSiteVpnAttachment
1376
1523
 
1524
+ StartOrganizationServiceAccessUpdateRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, required: true, location_name: "Action"))
1525
+ StartOrganizationServiceAccessUpdateRequest.struct_class = Types::StartOrganizationServiceAccessUpdateRequest
1526
+
1527
+ StartOrganizationServiceAccessUpdateResponse.add_member(:organization_status, Shapes::ShapeRef.new(shape: OrganizationStatus, location_name: "OrganizationStatus"))
1528
+ StartOrganizationServiceAccessUpdateResponse.struct_class = Types::StartOrganizationServiceAccessUpdateResponse
1529
+
1377
1530
  StartRouteAnalysisRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location: "uri", location_name: "globalNetworkId"))
1378
1531
  StartRouteAnalysisRequest.add_member(:source, Shapes::ShapeRef.new(shape: RouteAnalysisEndpointOptionsSpecification, required: true, location_name: "Source"))
1379
1532
  StartRouteAnalysisRequest.add_member(:destination, Shapes::ShapeRef.new(shape: RouteAnalysisEndpointOptionsSpecification, required: true, location_name: "Destination"))
@@ -1417,6 +1570,11 @@ module Aws::NetworkManager
1417
1570
 
1418
1571
  TransitGatewayConnectPeerAssociationList.member = Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociation)
1419
1572
 
1573
+ TransitGatewayPeering.add_member(:peering, Shapes::ShapeRef.new(shape: Peering, location_name: "Peering"))
1574
+ TransitGatewayPeering.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, location_name: "TransitGatewayArn"))
1575
+ TransitGatewayPeering.add_member(:transit_gateway_peering_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayPeeringAttachmentId, location_name: "TransitGatewayPeeringAttachmentId"))
1576
+ TransitGatewayPeering.struct_class = Types::TransitGatewayPeering
1577
+
1420
1578
  TransitGatewayRegistration.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, location_name: "GlobalNetworkId"))
1421
1579
  TransitGatewayRegistration.add_member(:transit_gateway_arn, Shapes::ShapeRef.new(shape: TransitGatewayArn, location_name: "TransitGatewayArn"))
1422
1580
  TransitGatewayRegistration.add_member(:state, Shapes::ShapeRef.new(shape: TransitGatewayRegistrationStateReason, location_name: "State"))
@@ -1428,6 +1586,11 @@ module Aws::NetworkManager
1428
1586
  TransitGatewayRegistrationStateReason.add_member(:message, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Message"))
1429
1587
  TransitGatewayRegistrationStateReason.struct_class = Types::TransitGatewayRegistrationStateReason
1430
1588
 
1589
+ TransitGatewayRouteTableAttachment.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
1590
+ TransitGatewayRouteTableAttachment.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, location_name: "PeeringId"))
1591
+ TransitGatewayRouteTableAttachment.add_member(:transit_gateway_route_table_arn, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableArn, location_name: "TransitGatewayRouteTableArn"))
1592
+ TransitGatewayRouteTableAttachment.struct_class = Types::TransitGatewayRouteTableAttachment
1593
+
1431
1594
  UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location: "uri", location_name: "resourceArn"))
1432
1595
  UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location: "querystring", location_name: "tagKeys"))
1433
1596
  UntagResourceRequest.struct_class = Types::UntagResourceRequest
@@ -1753,6 +1916,34 @@ module Aws::NetworkManager
1753
1916
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1754
1917
  end)
1755
1918
 
1919
+ api.add_operation(:create_transit_gateway_peering, Seahorse::Model::Operation.new.tap do |o|
1920
+ o.name = "CreateTransitGatewayPeering"
1921
+ o.http_method = "POST"
1922
+ o.http_request_uri = "/transit-gateway-peerings"
1923
+ o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayPeeringRequest)
1924
+ o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayPeeringResponse)
1925
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1926
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1927
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1928
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1929
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1930
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1931
+ end)
1932
+
1933
+ api.add_operation(:create_transit_gateway_route_table_attachment, Seahorse::Model::Operation.new.tap do |o|
1934
+ o.name = "CreateTransitGatewayRouteTableAttachment"
1935
+ o.http_method = "POST"
1936
+ o.http_request_uri = "/transit-gateway-route-table-attachments"
1937
+ o.input = Shapes::ShapeRef.new(shape: CreateTransitGatewayRouteTableAttachmentRequest)
1938
+ o.output = Shapes::ShapeRef.new(shape: CreateTransitGatewayRouteTableAttachmentResponse)
1939
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1940
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1941
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1943
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1944
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1945
+ end)
1946
+
1756
1947
  api.add_operation(:create_vpc_attachment, Seahorse::Model::Operation.new.tap do |o|
1757
1948
  o.name = "CreateVpcAttachment"
1758
1949
  o.http_method = "POST"
@@ -1879,6 +2070,20 @@ module Aws::NetworkManager
1879
2070
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1880
2071
  end)
1881
2072
 
2073
+ api.add_operation(:delete_peering, Seahorse::Model::Operation.new.tap do |o|
2074
+ o.name = "DeletePeering"
2075
+ o.http_method = "DELETE"
2076
+ o.http_request_uri = "/peerings/{peeringId}"
2077
+ o.input = Shapes::ShapeRef.new(shape: DeletePeeringRequest)
2078
+ o.output = Shapes::ShapeRef.new(shape: DeletePeeringResponse)
2079
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2080
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2081
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2082
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2083
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2084
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2085
+ end)
2086
+
1882
2087
  api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1883
2088
  o.name = "DeleteResourcePolicy"
1884
2089
  o.http_method = "DELETE"
@@ -2087,6 +2292,25 @@ module Aws::NetworkManager
2087
2292
  o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2088
2293
  end)
2089
2294
 
2295
+ api.add_operation(:get_core_network_change_events, Seahorse::Model::Operation.new.tap do |o|
2296
+ o.name = "GetCoreNetworkChangeEvents"
2297
+ o.http_method = "GET"
2298
+ o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-change-events/{policyVersionId}"
2299
+ o.input = Shapes::ShapeRef.new(shape: GetCoreNetworkChangeEventsRequest)
2300
+ o.output = Shapes::ShapeRef.new(shape: GetCoreNetworkChangeEventsResponse)
2301
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2302
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2303
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2304
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2305
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2306
+ o[:pager] = Aws::Pager.new(
2307
+ limit_key: "max_results",
2308
+ tokens: {
2309
+ "next_token" => "next_token"
2310
+ }
2311
+ )
2312
+ end)
2313
+
2090
2314
  api.add_operation(:get_core_network_change_set, Seahorse::Model::Operation.new.tap do |o|
2091
2315
  o.name = "GetCoreNetworkChangeSet"
2092
2316
  o.http_method = "GET"
@@ -2361,6 +2585,19 @@ module Aws::NetworkManager
2361
2585
  )
2362
2586
  end)
2363
2587
 
2588
+ api.add_operation(:get_transit_gateway_peering, Seahorse::Model::Operation.new.tap do |o|
2589
+ o.name = "GetTransitGatewayPeering"
2590
+ o.http_method = "GET"
2591
+ o.http_request_uri = "/transit-gateway-peerings/{peeringId}"
2592
+ o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayPeeringRequest)
2593
+ o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayPeeringResponse)
2594
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2595
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2596
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2597
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2598
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2599
+ end)
2600
+
2364
2601
  api.add_operation(:get_transit_gateway_registrations, Seahorse::Model::Operation.new.tap do |o|
2365
2602
  o.name = "GetTransitGatewayRegistrations"
2366
2603
  o.http_method = "GET"
@@ -2380,6 +2617,19 @@ module Aws::NetworkManager
2380
2617
  )
2381
2618
  end)
2382
2619
 
2620
+ api.add_operation(:get_transit_gateway_route_table_attachment, Seahorse::Model::Operation.new.tap do |o|
2621
+ o.name = "GetTransitGatewayRouteTableAttachment"
2622
+ o.http_method = "GET"
2623
+ o.http_request_uri = "/transit-gateway-route-table-attachments/{attachmentId}"
2624
+ o.input = Shapes::ShapeRef.new(shape: GetTransitGatewayRouteTableAttachmentRequest)
2625
+ o.output = Shapes::ShapeRef.new(shape: GetTransitGatewayRouteTableAttachmentResponse)
2626
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2627
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2628
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2629
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2630
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2631
+ end)
2632
+
2383
2633
  api.add_operation(:get_vpc_attachment, Seahorse::Model::Operation.new.tap do |o|
2384
2634
  o.name = "GetVpcAttachment"
2385
2635
  o.http_method = "GET"
@@ -2466,6 +2716,32 @@ module Aws::NetworkManager
2466
2716
  )
2467
2717
  end)
2468
2718
 
2719
+ api.add_operation(:list_organization_service_access_status, Seahorse::Model::Operation.new.tap do |o|
2720
+ o.name = "ListOrganizationServiceAccessStatus"
2721
+ o.http_method = "GET"
2722
+ o.http_request_uri = "/organizations/service-access"
2723
+ o.input = Shapes::ShapeRef.new(shape: ListOrganizationServiceAccessStatusRequest)
2724
+ o.output = Shapes::ShapeRef.new(shape: ListOrganizationServiceAccessStatusResponse)
2725
+ end)
2726
+
2727
+ api.add_operation(:list_peerings, Seahorse::Model::Operation.new.tap do |o|
2728
+ o.name = "ListPeerings"
2729
+ o.http_method = "GET"
2730
+ o.http_request_uri = "/peerings"
2731
+ o.input = Shapes::ShapeRef.new(shape: ListPeeringsRequest)
2732
+ o.output = Shapes::ShapeRef.new(shape: ListPeeringsResponse)
2733
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2734
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2735
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2736
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2737
+ o[:pager] = Aws::Pager.new(
2738
+ limit_key: "max_results",
2739
+ tokens: {
2740
+ "next_token" => "next_token"
2741
+ }
2742
+ )
2743
+ end)
2744
+
2469
2745
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
2470
2746
  o.name = "ListTagsForResource"
2471
2747
  o.http_method = "GET"
@@ -2550,6 +2826,20 @@ module Aws::NetworkManager
2550
2826
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2551
2827
  end)
2552
2828
 
2829
+ api.add_operation(:start_organization_service_access_update, Seahorse::Model::Operation.new.tap do |o|
2830
+ o.name = "StartOrganizationServiceAccessUpdate"
2831
+ o.http_method = "POST"
2832
+ o.http_request_uri = "/organizations/service-access"
2833
+ o.input = Shapes::ShapeRef.new(shape: StartOrganizationServiceAccessUpdateRequest)
2834
+ o.output = Shapes::ShapeRef.new(shape: StartOrganizationServiceAccessUpdateResponse)
2835
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2836
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2837
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2838
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2839
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
2840
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
2841
+ end)
2842
+
2553
2843
  api.add_operation(:start_route_analysis, Seahorse::Model::Operation.new.tap do |o|
2554
2844
  o.name = "StartRouteAnalysis"
2555
2845
  o.http_method = "POST"