aws-sdk-networkmanager 1.72.0 → 1.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkmanager/client.rb +426 -19
- data/lib/aws-sdk-networkmanager/client_api.rb +269 -0
- data/lib/aws-sdk-networkmanager/types.rb +581 -2
- data/lib/aws-sdk-networkmanager.rb +1 -1
- data/sig/client.rbs +108 -0
- data/sig/types.rbs +160 -3
- metadata +1 -1
|
@@ -37,6 +37,8 @@ module Aws::NetworkManager
|
|
|
37
37
|
AttachmentErrorList = Shapes::ListShape.new(name: 'AttachmentErrorList')
|
|
38
38
|
AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
|
|
39
39
|
AttachmentList = Shapes::ListShape.new(name: 'AttachmentList')
|
|
40
|
+
AttachmentRoutingPolicyAssociationSummary = Shapes::StructureShape.new(name: 'AttachmentRoutingPolicyAssociationSummary')
|
|
41
|
+
AttachmentRoutingPolicyAssociationsList = Shapes::ListShape.new(name: 'AttachmentRoutingPolicyAssociationsList')
|
|
40
42
|
AttachmentState = Shapes::StringShape.new(name: 'AttachmentState')
|
|
41
43
|
AttachmentType = Shapes::StringShape.new(name: 'AttachmentType')
|
|
42
44
|
Bandwidth = Shapes::StructureShape.new(name: 'Bandwidth')
|
|
@@ -98,6 +100,8 @@ module Aws::NetworkManager
|
|
|
98
100
|
CoreNetworkPolicyException = Shapes::StructureShape.new(name: 'CoreNetworkPolicyException')
|
|
99
101
|
CoreNetworkPolicyVersion = Shapes::StructureShape.new(name: 'CoreNetworkPolicyVersion')
|
|
100
102
|
CoreNetworkPolicyVersionList = Shapes::ListShape.new(name: 'CoreNetworkPolicyVersionList')
|
|
103
|
+
CoreNetworkRoutingInformation = Shapes::StructureShape.new(name: 'CoreNetworkRoutingInformation')
|
|
104
|
+
CoreNetworkRoutingInformationList = Shapes::ListShape.new(name: 'CoreNetworkRoutingInformationList')
|
|
101
105
|
CoreNetworkSegment = Shapes::StructureShape.new(name: 'CoreNetworkSegment')
|
|
102
106
|
CoreNetworkSegmentEdgeIdentifier = Shapes::StructureShape.new(name: 'CoreNetworkSegmentEdgeIdentifier')
|
|
103
107
|
CoreNetworkSegmentList = Shapes::ListShape.new(name: 'CoreNetworkSegmentList')
|
|
@@ -110,6 +114,8 @@ module Aws::NetworkManager
|
|
|
110
114
|
CreateConnectPeerResponse = Shapes::StructureShape.new(name: 'CreateConnectPeerResponse')
|
|
111
115
|
CreateConnectionRequest = Shapes::StructureShape.new(name: 'CreateConnectionRequest')
|
|
112
116
|
CreateConnectionResponse = Shapes::StructureShape.new(name: 'CreateConnectionResponse')
|
|
117
|
+
CreateCoreNetworkPrefixListAssociationRequest = Shapes::StructureShape.new(name: 'CreateCoreNetworkPrefixListAssociationRequest')
|
|
118
|
+
CreateCoreNetworkPrefixListAssociationResponse = Shapes::StructureShape.new(name: 'CreateCoreNetworkPrefixListAssociationResponse')
|
|
113
119
|
CreateCoreNetworkRequest = Shapes::StructureShape.new(name: 'CreateCoreNetworkRequest')
|
|
114
120
|
CreateCoreNetworkResponse = Shapes::StructureShape.new(name: 'CreateCoreNetworkResponse')
|
|
115
121
|
CreateDeviceRequest = Shapes::StructureShape.new(name: 'CreateDeviceRequest')
|
|
@@ -144,6 +150,8 @@ module Aws::NetworkManager
|
|
|
144
150
|
DeleteConnectionResponse = Shapes::StructureShape.new(name: 'DeleteConnectionResponse')
|
|
145
151
|
DeleteCoreNetworkPolicyVersionRequest = Shapes::StructureShape.new(name: 'DeleteCoreNetworkPolicyVersionRequest')
|
|
146
152
|
DeleteCoreNetworkPolicyVersionResponse = Shapes::StructureShape.new(name: 'DeleteCoreNetworkPolicyVersionResponse')
|
|
153
|
+
DeleteCoreNetworkPrefixListAssociationRequest = Shapes::StructureShape.new(name: 'DeleteCoreNetworkPrefixListAssociationRequest')
|
|
154
|
+
DeleteCoreNetworkPrefixListAssociationResponse = Shapes::StructureShape.new(name: 'DeleteCoreNetworkPrefixListAssociationResponse')
|
|
147
155
|
DeleteCoreNetworkRequest = Shapes::StructureShape.new(name: 'DeleteCoreNetworkRequest')
|
|
148
156
|
DeleteCoreNetworkResponse = Shapes::StructureShape.new(name: 'DeleteCoreNetworkResponse')
|
|
149
157
|
DeleteDeviceRequest = Shapes::StructureShape.new(name: 'DeleteDeviceRequest')
|
|
@@ -264,12 +272,18 @@ module Aws::NetworkManager
|
|
|
264
272
|
LinkIdList = Shapes::ListShape.new(name: 'LinkIdList')
|
|
265
273
|
LinkList = Shapes::ListShape.new(name: 'LinkList')
|
|
266
274
|
LinkState = Shapes::StringShape.new(name: 'LinkState')
|
|
275
|
+
ListAttachmentRoutingPolicyAssociationsRequest = Shapes::StructureShape.new(name: 'ListAttachmentRoutingPolicyAssociationsRequest')
|
|
276
|
+
ListAttachmentRoutingPolicyAssociationsResponse = Shapes::StructureShape.new(name: 'ListAttachmentRoutingPolicyAssociationsResponse')
|
|
267
277
|
ListAttachmentsRequest = Shapes::StructureShape.new(name: 'ListAttachmentsRequest')
|
|
268
278
|
ListAttachmentsResponse = Shapes::StructureShape.new(name: 'ListAttachmentsResponse')
|
|
269
279
|
ListConnectPeersRequest = Shapes::StructureShape.new(name: 'ListConnectPeersRequest')
|
|
270
280
|
ListConnectPeersResponse = Shapes::StructureShape.new(name: 'ListConnectPeersResponse')
|
|
271
281
|
ListCoreNetworkPolicyVersionsRequest = Shapes::StructureShape.new(name: 'ListCoreNetworkPolicyVersionsRequest')
|
|
272
282
|
ListCoreNetworkPolicyVersionsResponse = Shapes::StructureShape.new(name: 'ListCoreNetworkPolicyVersionsResponse')
|
|
283
|
+
ListCoreNetworkPrefixListAssociationsRequest = Shapes::StructureShape.new(name: 'ListCoreNetworkPrefixListAssociationsRequest')
|
|
284
|
+
ListCoreNetworkPrefixListAssociationsResponse = Shapes::StructureShape.new(name: 'ListCoreNetworkPrefixListAssociationsResponse')
|
|
285
|
+
ListCoreNetworkRoutingInformationRequest = Shapes::StructureShape.new(name: 'ListCoreNetworkRoutingInformationRequest')
|
|
286
|
+
ListCoreNetworkRoutingInformationResponse = Shapes::StructureShape.new(name: 'ListCoreNetworkRoutingInformationResponse')
|
|
273
287
|
ListCoreNetworksRequest = Shapes::StructureShape.new(name: 'ListCoreNetworksRequest')
|
|
274
288
|
ListCoreNetworksResponse = Shapes::StructureShape.new(name: 'ListCoreNetworksResponse')
|
|
275
289
|
ListOrganizationServiceAccessStatusRequest = Shapes::StructureShape.new(name: 'ListOrganizationServiceAccessStatusRequest')
|
|
@@ -311,8 +325,13 @@ module Aws::NetworkManager
|
|
|
311
325
|
PeeringState = Shapes::StringShape.new(name: 'PeeringState')
|
|
312
326
|
PeeringType = Shapes::StringShape.new(name: 'PeeringType')
|
|
313
327
|
PermissionsErrorContext = Shapes::StructureShape.new(name: 'PermissionsErrorContext')
|
|
328
|
+
PrefixListArn = Shapes::StringShape.new(name: 'PrefixListArn')
|
|
329
|
+
PrefixListAssociation = Shapes::StructureShape.new(name: 'PrefixListAssociation')
|
|
330
|
+
PrefixListAssociationList = Shapes::ListShape.new(name: 'PrefixListAssociationList')
|
|
314
331
|
ProposedNetworkFunctionGroupChange = Shapes::StructureShape.new(name: 'ProposedNetworkFunctionGroupChange')
|
|
315
332
|
ProposedSegmentChange = Shapes::StructureShape.new(name: 'ProposedSegmentChange')
|
|
333
|
+
PutAttachmentRoutingPolicyLabelRequest = Shapes::StructureShape.new(name: 'PutAttachmentRoutingPolicyLabelRequest')
|
|
334
|
+
PutAttachmentRoutingPolicyLabelResponse = Shapes::StructureShape.new(name: 'PutAttachmentRoutingPolicyLabelResponse')
|
|
316
335
|
PutCoreNetworkPolicyRequest = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyRequest')
|
|
317
336
|
PutCoreNetworkPolicyResponse = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyResponse')
|
|
318
337
|
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
|
@@ -326,6 +345,8 @@ module Aws::NetworkManager
|
|
|
326
345
|
RejectAttachmentResponse = Shapes::StructureShape.new(name: 'RejectAttachmentResponse')
|
|
327
346
|
Relationship = Shapes::StructureShape.new(name: 'Relationship')
|
|
328
347
|
RelationshipList = Shapes::ListShape.new(name: 'RelationshipList')
|
|
348
|
+
RemoveAttachmentRoutingPolicyLabelRequest = Shapes::StructureShape.new(name: 'RemoveAttachmentRoutingPolicyLabelRequest')
|
|
349
|
+
RemoveAttachmentRoutingPolicyLabelResponse = Shapes::StructureShape.new(name: 'RemoveAttachmentRoutingPolicyLabelResponse')
|
|
329
350
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
|
330
351
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
331
352
|
ResourcePolicyDocument = Shapes::StringShape.new(name: 'ResourcePolicyDocument')
|
|
@@ -346,6 +367,10 @@ module Aws::NetworkManager
|
|
|
346
367
|
RouteTableType = Shapes::StringShape.new(name: 'RouteTableType')
|
|
347
368
|
RouteType = Shapes::StringShape.new(name: 'RouteType')
|
|
348
369
|
RouteTypeList = Shapes::ListShape.new(name: 'RouteTypeList')
|
|
370
|
+
RoutingInformationNextHop = Shapes::StructureShape.new(name: 'RoutingInformationNextHop')
|
|
371
|
+
RoutingPolicyAssociationDetail = Shapes::StructureShape.new(name: 'RoutingPolicyAssociationDetail')
|
|
372
|
+
RoutingPolicyAssociationDetailsList = Shapes::ListShape.new(name: 'RoutingPolicyAssociationDetailsList')
|
|
373
|
+
RoutingPolicyDirection = Shapes::StringShape.new(name: 'RoutingPolicyDirection')
|
|
349
374
|
SLRDeploymentStatus = Shapes::StringShape.new(name: 'SLRDeploymentStatus')
|
|
350
375
|
SegmentActionServiceInsertion = Shapes::StringShape.new(name: 'SegmentActionServiceInsertion')
|
|
351
376
|
SendViaMode = Shapes::StringShape.new(name: 'SendViaMode')
|
|
@@ -510,6 +535,14 @@ module Aws::NetworkManager
|
|
|
510
535
|
|
|
511
536
|
AttachmentList.member = Shapes::ShapeRef.new(shape: Attachment)
|
|
512
537
|
|
|
538
|
+
AttachmentRoutingPolicyAssociationSummary.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
|
|
539
|
+
AttachmentRoutingPolicyAssociationSummary.add_member(:pending_routing_policies, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "PendingRoutingPolicies"))
|
|
540
|
+
AttachmentRoutingPolicyAssociationSummary.add_member(:associated_routing_policies, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "AssociatedRoutingPolicies"))
|
|
541
|
+
AttachmentRoutingPolicyAssociationSummary.add_member(:routing_policy_label, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "RoutingPolicyLabel"))
|
|
542
|
+
AttachmentRoutingPolicyAssociationSummary.struct_class = Types::AttachmentRoutingPolicyAssociationSummary
|
|
543
|
+
|
|
544
|
+
AttachmentRoutingPolicyAssociationsList.member = Shapes::ShapeRef.new(shape: AttachmentRoutingPolicyAssociationSummary)
|
|
545
|
+
|
|
513
546
|
Bandwidth.add_member(:upload_speed, Shapes::ShapeRef.new(shape: Integer, location_name: "UploadSpeed"))
|
|
514
547
|
Bandwidth.add_member(:download_speed, Shapes::ShapeRef.new(shape: Integer, location_name: "DownloadSpeed"))
|
|
515
548
|
Bandwidth.struct_class = Types::Bandwidth
|
|
@@ -643,10 +676,13 @@ module Aws::NetworkManager
|
|
|
643
676
|
CoreNetworkChangeEventList.member = Shapes::ShapeRef.new(shape: CoreNetworkChangeEvent)
|
|
644
677
|
|
|
645
678
|
CoreNetworkChangeEventValues.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
|
679
|
+
CoreNetworkChangeEventValues.add_member(:peer_edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "PeerEdgeLocation", metadata: {"box" => true}))
|
|
680
|
+
CoreNetworkChangeEventValues.add_member(:routing_policy_direction, Shapes::ShapeRef.new(shape: RoutingPolicyDirection, location_name: "RoutingPolicyDirection", metadata: {"box" => true}))
|
|
646
681
|
CoreNetworkChangeEventValues.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
|
647
682
|
CoreNetworkChangeEventValues.add_member(:network_function_group_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "NetworkFunctionGroupName"))
|
|
648
683
|
CoreNetworkChangeEventValues.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
|
|
649
684
|
CoreNetworkChangeEventValues.add_member(:cidr, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Cidr"))
|
|
685
|
+
CoreNetworkChangeEventValues.add_member(:routing_policy_association_details, Shapes::ShapeRef.new(shape: RoutingPolicyAssociationDetailsList, location_name: "RoutingPolicyAssociationDetails", metadata: {"box" => true}))
|
|
650
686
|
CoreNetworkChangeEventValues.struct_class = Types::CoreNetworkChangeEventValues
|
|
651
687
|
|
|
652
688
|
CoreNetworkChangeList.member = Shapes::ShapeRef.new(shape: CoreNetworkChange)
|
|
@@ -663,6 +699,11 @@ module Aws::NetworkManager
|
|
|
663
699
|
CoreNetworkChangeValues.add_member(:vpn_ecmp_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "VpnEcmpSupport"))
|
|
664
700
|
CoreNetworkChangeValues.add_member(:dns_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "DnsSupport"))
|
|
665
701
|
CoreNetworkChangeValues.add_member(:security_group_referencing_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "SecurityGroupReferencingSupport"))
|
|
702
|
+
CoreNetworkChangeValues.add_member(:routing_policy_direction, Shapes::ShapeRef.new(shape: RoutingPolicyDirection, location_name: "RoutingPolicyDirection", metadata: {"box" => true}))
|
|
703
|
+
CoreNetworkChangeValues.add_member(:routing_policy, Shapes::ShapeRef.new(shape: CoreNetworkPolicyDocument, location_name: "RoutingPolicy", metadata: {"box" => true}))
|
|
704
|
+
CoreNetworkChangeValues.add_member(:peer_edge_locations, Shapes::ShapeRef.new(shape: ExternalRegionCodeList, location_name: "PeerEdgeLocations", metadata: {"box" => true}))
|
|
705
|
+
CoreNetworkChangeValues.add_member(:attachment_id, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "AttachmentId", metadata: {"box" => true}))
|
|
706
|
+
CoreNetworkChangeValues.add_member(:routing_policy_association_details, Shapes::ShapeRef.new(shape: RoutingPolicyAssociationDetailsList, location_name: "RoutingPolicyAssociationDetails", metadata: {"box" => true}))
|
|
666
707
|
CoreNetworkChangeValues.struct_class = Types::CoreNetworkChangeValues
|
|
667
708
|
|
|
668
709
|
CoreNetworkEdge.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
|
@@ -715,6 +756,16 @@ module Aws::NetworkManager
|
|
|
715
756
|
|
|
716
757
|
CoreNetworkPolicyVersionList.member = Shapes::ShapeRef.new(shape: CoreNetworkPolicyVersion)
|
|
717
758
|
|
|
759
|
+
CoreNetworkRoutingInformation.add_member(:prefix, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Prefix"))
|
|
760
|
+
CoreNetworkRoutingInformation.add_member(:next_hop, Shapes::ShapeRef.new(shape: RoutingInformationNextHop, location_name: "NextHop"))
|
|
761
|
+
CoreNetworkRoutingInformation.add_member(:local_preference, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "LocalPreference"))
|
|
762
|
+
CoreNetworkRoutingInformation.add_member(:med, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Med"))
|
|
763
|
+
CoreNetworkRoutingInformation.add_member(:as_path, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "AsPath"))
|
|
764
|
+
CoreNetworkRoutingInformation.add_member(:communities, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "Communities"))
|
|
765
|
+
CoreNetworkRoutingInformation.struct_class = Types::CoreNetworkRoutingInformation
|
|
766
|
+
|
|
767
|
+
CoreNetworkRoutingInformationList.member = Shapes::ShapeRef.new(shape: CoreNetworkRoutingInformation)
|
|
768
|
+
|
|
718
769
|
CoreNetworkSegment.add_member(:name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Name"))
|
|
719
770
|
CoreNetworkSegment.add_member(:edge_locations, Shapes::ShapeRef.new(shape: ExternalRegionCodeList, location_name: "EdgeLocations"))
|
|
720
771
|
CoreNetworkSegment.add_member(:shared_segments, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SharedSegments"))
|
|
@@ -741,6 +792,7 @@ module Aws::NetworkManager
|
|
|
741
792
|
CreateConnectAttachmentRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
|
742
793
|
CreateConnectAttachmentRequest.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, required: true, location_name: "EdgeLocation"))
|
|
743
794
|
CreateConnectAttachmentRequest.add_member(:transport_attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location_name: "TransportAttachmentId"))
|
|
795
|
+
CreateConnectAttachmentRequest.add_member(:routing_policy_label, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "RoutingPolicyLabel"))
|
|
744
796
|
CreateConnectAttachmentRequest.add_member(:options, Shapes::ShapeRef.new(shape: ConnectAttachmentOptions, required: true, location_name: "Options"))
|
|
745
797
|
CreateConnectAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
746
798
|
CreateConnectAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -774,6 +826,17 @@ module Aws::NetworkManager
|
|
|
774
826
|
CreateConnectionResponse.add_member(:connection, Shapes::ShapeRef.new(shape: Connection, location_name: "Connection"))
|
|
775
827
|
CreateConnectionResponse.struct_class = Types::CreateConnectionResponse
|
|
776
828
|
|
|
829
|
+
CreateCoreNetworkPrefixListAssociationRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
|
830
|
+
CreateCoreNetworkPrefixListAssociationRequest.add_member(:prefix_list_arn, Shapes::ShapeRef.new(shape: PrefixListArn, required: true, location_name: "PrefixListArn"))
|
|
831
|
+
CreateCoreNetworkPrefixListAssociationRequest.add_member(:prefix_list_alias, Shapes::ShapeRef.new(shape: ConstrainedString, required: true, location_name: "PrefixListAlias"))
|
|
832
|
+
CreateCoreNetworkPrefixListAssociationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
833
|
+
CreateCoreNetworkPrefixListAssociationRequest.struct_class = Types::CreateCoreNetworkPrefixListAssociationRequest
|
|
834
|
+
|
|
835
|
+
CreateCoreNetworkPrefixListAssociationResponse.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
|
836
|
+
CreateCoreNetworkPrefixListAssociationResponse.add_member(:prefix_list_arn, Shapes::ShapeRef.new(shape: PrefixListArn, location_name: "PrefixListArn"))
|
|
837
|
+
CreateCoreNetworkPrefixListAssociationResponse.add_member(:prefix_list_alias, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "PrefixListAlias"))
|
|
838
|
+
CreateCoreNetworkPrefixListAssociationResponse.struct_class = Types::CreateCoreNetworkPrefixListAssociationResponse
|
|
839
|
+
|
|
777
840
|
CreateCoreNetworkRequest.add_member(:global_network_id, Shapes::ShapeRef.new(shape: GlobalNetworkId, required: true, location_name: "GlobalNetworkId"))
|
|
778
841
|
CreateCoreNetworkRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
|
779
842
|
CreateCoreNetworkRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
@@ -801,6 +864,7 @@ module Aws::NetworkManager
|
|
|
801
864
|
|
|
802
865
|
CreateDirectConnectGatewayAttachmentRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
|
803
866
|
CreateDirectConnectGatewayAttachmentRequest.add_member(:direct_connect_gateway_arn, Shapes::ShapeRef.new(shape: DirectConnectGatewayArn, required: true, location_name: "DirectConnectGatewayArn"))
|
|
867
|
+
CreateDirectConnectGatewayAttachmentRequest.add_member(:routing_policy_label, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "RoutingPolicyLabel"))
|
|
804
868
|
CreateDirectConnectGatewayAttachmentRequest.add_member(:edge_locations, Shapes::ShapeRef.new(shape: ExternalRegionCodeList, required: true, location_name: "EdgeLocations"))
|
|
805
869
|
CreateDirectConnectGatewayAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
806
870
|
CreateDirectConnectGatewayAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
@@ -839,6 +903,7 @@ module Aws::NetworkManager
|
|
|
839
903
|
|
|
840
904
|
CreateSiteToSiteVpnAttachmentRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
|
841
905
|
CreateSiteToSiteVpnAttachmentRequest.add_member(:vpn_connection_arn, Shapes::ShapeRef.new(shape: VpnConnectionArn, required: true, location_name: "VpnConnectionArn"))
|
|
906
|
+
CreateSiteToSiteVpnAttachmentRequest.add_member(:routing_policy_label, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "RoutingPolicyLabel"))
|
|
842
907
|
CreateSiteToSiteVpnAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
843
908
|
CreateSiteToSiteVpnAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
844
909
|
CreateSiteToSiteVpnAttachmentRequest.struct_class = Types::CreateSiteToSiteVpnAttachmentRequest
|
|
@@ -857,6 +922,7 @@ module Aws::NetworkManager
|
|
|
857
922
|
|
|
858
923
|
CreateTransitGatewayRouteTableAttachmentRequest.add_member(:peering_id, Shapes::ShapeRef.new(shape: PeeringId, required: true, location_name: "PeeringId"))
|
|
859
924
|
CreateTransitGatewayRouteTableAttachmentRequest.add_member(:transit_gateway_route_table_arn, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableArn, required: true, location_name: "TransitGatewayRouteTableArn"))
|
|
925
|
+
CreateTransitGatewayRouteTableAttachmentRequest.add_member(:routing_policy_label, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "RoutingPolicyLabel"))
|
|
860
926
|
CreateTransitGatewayRouteTableAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
861
927
|
CreateTransitGatewayRouteTableAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
862
928
|
CreateTransitGatewayRouteTableAttachmentRequest.struct_class = Types::CreateTransitGatewayRouteTableAttachmentRequest
|
|
@@ -868,6 +934,7 @@ module Aws::NetworkManager
|
|
|
868
934
|
CreateVpcAttachmentRequest.add_member(:vpc_arn, Shapes::ShapeRef.new(shape: VpcArn, required: true, location_name: "VpcArn"))
|
|
869
935
|
CreateVpcAttachmentRequest.add_member(:subnet_arns, Shapes::ShapeRef.new(shape: SubnetArnList, required: true, location_name: "SubnetArns"))
|
|
870
936
|
CreateVpcAttachmentRequest.add_member(:options, Shapes::ShapeRef.new(shape: VpcOptions, location_name: "Options"))
|
|
937
|
+
CreateVpcAttachmentRequest.add_member(:routing_policy_label, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "RoutingPolicyLabel"))
|
|
871
938
|
CreateVpcAttachmentRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
872
939
|
CreateVpcAttachmentRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
873
940
|
CreateVpcAttachmentRequest.struct_class = Types::CreateVpcAttachmentRequest
|
|
@@ -912,6 +979,14 @@ module Aws::NetworkManager
|
|
|
912
979
|
DeleteCoreNetworkPolicyVersionResponse.add_member(:core_network_policy, Shapes::ShapeRef.new(shape: CoreNetworkPolicy, location_name: "CoreNetworkPolicy"))
|
|
913
980
|
DeleteCoreNetworkPolicyVersionResponse.struct_class = Types::DeleteCoreNetworkPolicyVersionResponse
|
|
914
981
|
|
|
982
|
+
DeleteCoreNetworkPrefixListAssociationRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
|
983
|
+
DeleteCoreNetworkPrefixListAssociationRequest.add_member(:prefix_list_arn, Shapes::ShapeRef.new(shape: PrefixListArn, required: true, location: "uri", location_name: "prefixListArn"))
|
|
984
|
+
DeleteCoreNetworkPrefixListAssociationRequest.struct_class = Types::DeleteCoreNetworkPrefixListAssociationRequest
|
|
985
|
+
|
|
986
|
+
DeleteCoreNetworkPrefixListAssociationResponse.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
|
987
|
+
DeleteCoreNetworkPrefixListAssociationResponse.add_member(:prefix_list_arn, Shapes::ShapeRef.new(shape: PrefixListArn, location_name: "PrefixListArn"))
|
|
988
|
+
DeleteCoreNetworkPrefixListAssociationResponse.struct_class = Types::DeleteCoreNetworkPrefixListAssociationResponse
|
|
989
|
+
|
|
915
990
|
DeleteCoreNetworkRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
|
916
991
|
DeleteCoreNetworkRequest.struct_class = Types::DeleteCoreNetworkRequest
|
|
917
992
|
|
|
@@ -1349,6 +1424,16 @@ module Aws::NetworkManager
|
|
|
1349
1424
|
|
|
1350
1425
|
LinkList.member = Shapes::ShapeRef.new(shape: Link)
|
|
1351
1426
|
|
|
1427
|
+
ListAttachmentRoutingPolicyAssociationsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
|
1428
|
+
ListAttachmentRoutingPolicyAssociationsRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location: "querystring", location_name: "attachmentId"))
|
|
1429
|
+
ListAttachmentRoutingPolicyAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1430
|
+
ListAttachmentRoutingPolicyAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1431
|
+
ListAttachmentRoutingPolicyAssociationsRequest.struct_class = Types::ListAttachmentRoutingPolicyAssociationsRequest
|
|
1432
|
+
|
|
1433
|
+
ListAttachmentRoutingPolicyAssociationsResponse.add_member(:attachment_routing_policy_associations, Shapes::ShapeRef.new(shape: AttachmentRoutingPolicyAssociationsList, location_name: "AttachmentRoutingPolicyAssociations"))
|
|
1434
|
+
ListAttachmentRoutingPolicyAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1435
|
+
ListAttachmentRoutingPolicyAssociationsResponse.struct_class = Types::ListAttachmentRoutingPolicyAssociationsResponse
|
|
1436
|
+
|
|
1352
1437
|
ListAttachmentsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location: "querystring", location_name: "coreNetworkId"))
|
|
1353
1438
|
ListAttachmentsRequest.add_member(:attachment_type, Shapes::ShapeRef.new(shape: AttachmentType, location: "querystring", location_name: "attachmentType"))
|
|
1354
1439
|
ListAttachmentsRequest.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location: "querystring", location_name: "edgeLocation"))
|
|
@@ -1380,6 +1465,32 @@ module Aws::NetworkManager
|
|
|
1380
1465
|
ListCoreNetworkPolicyVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1381
1466
|
ListCoreNetworkPolicyVersionsResponse.struct_class = Types::ListCoreNetworkPolicyVersionsResponse
|
|
1382
1467
|
|
|
1468
|
+
ListCoreNetworkPrefixListAssociationsRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
|
1469
|
+
ListCoreNetworkPrefixListAssociationsRequest.add_member(:prefix_list_arn, Shapes::ShapeRef.new(shape: PrefixListArn, location: "querystring", location_name: "prefixListArn"))
|
|
1470
|
+
ListCoreNetworkPrefixListAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1471
|
+
ListCoreNetworkPrefixListAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1472
|
+
ListCoreNetworkPrefixListAssociationsRequest.struct_class = Types::ListCoreNetworkPrefixListAssociationsRequest
|
|
1473
|
+
|
|
1474
|
+
ListCoreNetworkPrefixListAssociationsResponse.add_member(:prefix_list_associations, Shapes::ShapeRef.new(shape: PrefixListAssociationList, location_name: "PrefixListAssociations"))
|
|
1475
|
+
ListCoreNetworkPrefixListAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1476
|
+
ListCoreNetworkPrefixListAssociationsResponse.struct_class = Types::ListCoreNetworkPrefixListAssociationsResponse
|
|
1477
|
+
|
|
1478
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
|
1479
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, required: true, location_name: "SegmentName"))
|
|
1480
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, required: true, location_name: "EdgeLocation"))
|
|
1481
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:next_hop_filters, Shapes::ShapeRef.new(shape: FilterMap, location_name: "NextHopFilters"))
|
|
1482
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:local_preference_matches, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "LocalPreferenceMatches"))
|
|
1483
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:exact_as_path_matches, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "ExactAsPathMatches"))
|
|
1484
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:med_matches, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "MedMatches"))
|
|
1485
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:community_matches, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "CommunityMatches"))
|
|
1486
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1487
|
+
ListCoreNetworkRoutingInformationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1488
|
+
ListCoreNetworkRoutingInformationRequest.struct_class = Types::ListCoreNetworkRoutingInformationRequest
|
|
1489
|
+
|
|
1490
|
+
ListCoreNetworkRoutingInformationResponse.add_member(:core_network_routing_information, Shapes::ShapeRef.new(shape: CoreNetworkRoutingInformationList, location_name: "CoreNetworkRoutingInformation"))
|
|
1491
|
+
ListCoreNetworkRoutingInformationResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
|
1492
|
+
ListCoreNetworkRoutingInformationResponse.struct_class = Types::ListCoreNetworkRoutingInformationResponse
|
|
1493
|
+
|
|
1383
1494
|
ListCoreNetworksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
1384
1495
|
ListCoreNetworksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
|
1385
1496
|
ListCoreNetworksRequest.struct_class = Types::ListCoreNetworksRequest
|
|
@@ -1529,6 +1640,13 @@ module Aws::NetworkManager
|
|
|
1529
1640
|
PermissionsErrorContext.add_member(:missing_permission, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "MissingPermission"))
|
|
1530
1641
|
PermissionsErrorContext.struct_class = Types::PermissionsErrorContext
|
|
1531
1642
|
|
|
1643
|
+
PrefixListAssociation.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
|
1644
|
+
PrefixListAssociation.add_member(:prefix_list_arn, Shapes::ShapeRef.new(shape: PrefixListArn, location_name: "PrefixListArn"))
|
|
1645
|
+
PrefixListAssociation.add_member(:prefix_list_alias, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "PrefixListAlias"))
|
|
1646
|
+
PrefixListAssociation.struct_class = Types::PrefixListAssociation
|
|
1647
|
+
|
|
1648
|
+
PrefixListAssociationList.member = Shapes::ShapeRef.new(shape: PrefixListAssociation)
|
|
1649
|
+
|
|
1532
1650
|
ProposedNetworkFunctionGroupChange.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1533
1651
|
ProposedNetworkFunctionGroupChange.add_member(:attachment_policy_rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "AttachmentPolicyRuleNumber"))
|
|
1534
1652
|
ProposedNetworkFunctionGroupChange.add_member(:network_function_group_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "NetworkFunctionGroupName"))
|
|
@@ -1539,6 +1657,17 @@ module Aws::NetworkManager
|
|
|
1539
1657
|
ProposedSegmentChange.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
|
1540
1658
|
ProposedSegmentChange.struct_class = Types::ProposedSegmentChange
|
|
1541
1659
|
|
|
1660
|
+
PutAttachmentRoutingPolicyLabelRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location_name: "CoreNetworkId"))
|
|
1661
|
+
PutAttachmentRoutingPolicyLabelRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location_name: "AttachmentId"))
|
|
1662
|
+
PutAttachmentRoutingPolicyLabelRequest.add_member(:routing_policy_label, Shapes::ShapeRef.new(shape: ConstrainedString, required: true, location_name: "RoutingPolicyLabel"))
|
|
1663
|
+
PutAttachmentRoutingPolicyLabelRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
1664
|
+
PutAttachmentRoutingPolicyLabelRequest.struct_class = Types::PutAttachmentRoutingPolicyLabelRequest
|
|
1665
|
+
|
|
1666
|
+
PutAttachmentRoutingPolicyLabelResponse.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
|
1667
|
+
PutAttachmentRoutingPolicyLabelResponse.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
|
|
1668
|
+
PutAttachmentRoutingPolicyLabelResponse.add_member(:routing_policy_label, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "RoutingPolicyLabel"))
|
|
1669
|
+
PutAttachmentRoutingPolicyLabelResponse.struct_class = Types::PutAttachmentRoutingPolicyLabelResponse
|
|
1670
|
+
|
|
1542
1671
|
PutCoreNetworkPolicyRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
|
1543
1672
|
PutCoreNetworkPolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: CoreNetworkPolicyDocument, required: true, location_name: "PolicyDocument", metadata: {"jsonvalue" => true}))
|
|
1544
1673
|
PutCoreNetworkPolicyRequest.add_member(:description, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Description"))
|
|
@@ -1577,6 +1706,15 @@ module Aws::NetworkManager
|
|
|
1577
1706
|
|
|
1578
1707
|
RelationshipList.member = Shapes::ShapeRef.new(shape: Relationship)
|
|
1579
1708
|
|
|
1709
|
+
RemoveAttachmentRoutingPolicyLabelRequest.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, required: true, location: "uri", location_name: "coreNetworkId"))
|
|
1710
|
+
RemoveAttachmentRoutingPolicyLabelRequest.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, required: true, location: "uri", location_name: "attachmentId"))
|
|
1711
|
+
RemoveAttachmentRoutingPolicyLabelRequest.struct_class = Types::RemoveAttachmentRoutingPolicyLabelRequest
|
|
1712
|
+
|
|
1713
|
+
RemoveAttachmentRoutingPolicyLabelResponse.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
|
1714
|
+
RemoveAttachmentRoutingPolicyLabelResponse.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
|
|
1715
|
+
RemoveAttachmentRoutingPolicyLabelResponse.add_member(:routing_policy_label, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "RoutingPolicyLabel"))
|
|
1716
|
+
RemoveAttachmentRoutingPolicyLabelResponse.struct_class = Types::RemoveAttachmentRoutingPolicyLabelResponse
|
|
1717
|
+
|
|
1580
1718
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
|
1581
1719
|
ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "ResourceId"))
|
|
1582
1720
|
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "ResourceType"))
|
|
@@ -1630,6 +1768,20 @@ module Aws::NetworkManager
|
|
|
1630
1768
|
|
|
1631
1769
|
RouteTypeList.member = Shapes::ShapeRef.new(shape: RouteType)
|
|
1632
1770
|
|
|
1771
|
+
RoutingInformationNextHop.add_member(:ip_address, Shapes::ShapeRef.new(shape: IPAddress, location_name: "IpAddress"))
|
|
1772
|
+
RoutingInformationNextHop.add_member(:core_network_attachment_id, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "CoreNetworkAttachmentId"))
|
|
1773
|
+
RoutingInformationNextHop.add_member(:resource_id, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceId"))
|
|
1774
|
+
RoutingInformationNextHop.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceType"))
|
|
1775
|
+
RoutingInformationNextHop.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
|
1776
|
+
RoutingInformationNextHop.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
|
1777
|
+
RoutingInformationNextHop.struct_class = Types::RoutingInformationNextHop
|
|
1778
|
+
|
|
1779
|
+
RoutingPolicyAssociationDetail.add_member(:routing_policy_names, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "RoutingPolicyNames"))
|
|
1780
|
+
RoutingPolicyAssociationDetail.add_member(:shared_segments, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SharedSegments", metadata: {"box" => true}))
|
|
1781
|
+
RoutingPolicyAssociationDetail.struct_class = Types::RoutingPolicyAssociationDetail
|
|
1782
|
+
|
|
1783
|
+
RoutingPolicyAssociationDetailsList.member = Shapes::ShapeRef.new(shape: RoutingPolicyAssociationDetail)
|
|
1784
|
+
|
|
1633
1785
|
ServiceInsertionAction.add_member(:action, Shapes::ShapeRef.new(shape: SegmentActionServiceInsertion, location_name: "Action"))
|
|
1634
1786
|
ServiceInsertionAction.add_member(:mode, Shapes::ShapeRef.new(shape: SendViaMode, location_name: "Mode"))
|
|
1635
1787
|
ServiceInsertionAction.add_member(:when_sent_to, Shapes::ShapeRef.new(shape: WhenSentTo, location_name: "WhenSentTo"))
|
|
@@ -2012,6 +2164,21 @@ module Aws::NetworkManager
|
|
|
2012
2164
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2013
2165
|
end)
|
|
2014
2166
|
|
|
2167
|
+
api.add_operation(:create_core_network_prefix_list_association, Seahorse::Model::Operation.new.tap do |o|
|
|
2168
|
+
o.name = "CreateCoreNetworkPrefixListAssociation"
|
|
2169
|
+
o.http_method = "POST"
|
|
2170
|
+
o.http_request_uri = "/prefix-list"
|
|
2171
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCoreNetworkPrefixListAssociationRequest)
|
|
2172
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCoreNetworkPrefixListAssociationResponse)
|
|
2173
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2174
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2175
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2176
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2177
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2178
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2179
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2180
|
+
end)
|
|
2181
|
+
|
|
2015
2182
|
api.add_operation(:create_device, Seahorse::Model::Operation.new.tap do |o|
|
|
2016
2183
|
o.name = "CreateDevice"
|
|
2017
2184
|
o.http_method = "POST"
|
|
@@ -2211,6 +2378,21 @@ module Aws::NetworkManager
|
|
|
2211
2378
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2212
2379
|
end)
|
|
2213
2380
|
|
|
2381
|
+
api.add_operation(:delete_core_network_prefix_list_association, Seahorse::Model::Operation.new.tap do |o|
|
|
2382
|
+
o.name = "DeleteCoreNetworkPrefixListAssociation"
|
|
2383
|
+
o.http_method = "DELETE"
|
|
2384
|
+
o.http_request_uri = "/prefix-list/{prefixListArn}/core-network/{coreNetworkId}"
|
|
2385
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteCoreNetworkPrefixListAssociationRequest)
|
|
2386
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteCoreNetworkPrefixListAssociationResponse)
|
|
2387
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2388
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2389
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2390
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2391
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2392
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2393
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2394
|
+
end)
|
|
2395
|
+
|
|
2214
2396
|
api.add_operation(:delete_device, Seahorse::Model::Operation.new.tap do |o|
|
|
2215
2397
|
o.name = "DeleteDevice"
|
|
2216
2398
|
o.http_method = "DELETE"
|
|
@@ -2839,6 +3021,25 @@ module Aws::NetworkManager
|
|
|
2839
3021
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2840
3022
|
end)
|
|
2841
3023
|
|
|
3024
|
+
api.add_operation(:list_attachment_routing_policy_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
3025
|
+
o.name = "ListAttachmentRoutingPolicyAssociations"
|
|
3026
|
+
o.http_method = "GET"
|
|
3027
|
+
o.http_request_uri = "/routing-policy-label/core-network/{coreNetworkId}"
|
|
3028
|
+
o.input = Shapes::ShapeRef.new(shape: ListAttachmentRoutingPolicyAssociationsRequest)
|
|
3029
|
+
o.output = Shapes::ShapeRef.new(shape: ListAttachmentRoutingPolicyAssociationsResponse)
|
|
3030
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3031
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3032
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3033
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3034
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3035
|
+
o[:pager] = Aws::Pager.new(
|
|
3036
|
+
limit_key: "max_results",
|
|
3037
|
+
tokens: {
|
|
3038
|
+
"next_token" => "next_token"
|
|
3039
|
+
}
|
|
3040
|
+
)
|
|
3041
|
+
end)
|
|
3042
|
+
|
|
2842
3043
|
api.add_operation(:list_attachments, Seahorse::Model::Operation.new.tap do |o|
|
|
2843
3044
|
o.name = "ListAttachments"
|
|
2844
3045
|
o.http_method = "GET"
|
|
@@ -2894,6 +3095,44 @@ module Aws::NetworkManager
|
|
|
2894
3095
|
)
|
|
2895
3096
|
end)
|
|
2896
3097
|
|
|
3098
|
+
api.add_operation(:list_core_network_prefix_list_associations, Seahorse::Model::Operation.new.tap do |o|
|
|
3099
|
+
o.name = "ListCoreNetworkPrefixListAssociations"
|
|
3100
|
+
o.http_method = "GET"
|
|
3101
|
+
o.http_request_uri = "/prefix-list/core-network/{coreNetworkId}"
|
|
3102
|
+
o.input = Shapes::ShapeRef.new(shape: ListCoreNetworkPrefixListAssociationsRequest)
|
|
3103
|
+
o.output = Shapes::ShapeRef.new(shape: ListCoreNetworkPrefixListAssociationsResponse)
|
|
3104
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3105
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3106
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3107
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3108
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3109
|
+
o[:pager] = Aws::Pager.new(
|
|
3110
|
+
limit_key: "max_results",
|
|
3111
|
+
tokens: {
|
|
3112
|
+
"next_token" => "next_token"
|
|
3113
|
+
}
|
|
3114
|
+
)
|
|
3115
|
+
end)
|
|
3116
|
+
|
|
3117
|
+
api.add_operation(:list_core_network_routing_information, Seahorse::Model::Operation.new.tap do |o|
|
|
3118
|
+
o.name = "ListCoreNetworkRoutingInformation"
|
|
3119
|
+
o.http_method = "POST"
|
|
3120
|
+
o.http_request_uri = "/core-networks/{coreNetworkId}/core-network-routing-information"
|
|
3121
|
+
o.input = Shapes::ShapeRef.new(shape: ListCoreNetworkRoutingInformationRequest)
|
|
3122
|
+
o.output = Shapes::ShapeRef.new(shape: ListCoreNetworkRoutingInformationResponse)
|
|
3123
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3124
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3125
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3126
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3127
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3128
|
+
o[:pager] = Aws::Pager.new(
|
|
3129
|
+
limit_key: "max_results",
|
|
3130
|
+
tokens: {
|
|
3131
|
+
"next_token" => "next_token"
|
|
3132
|
+
}
|
|
3133
|
+
)
|
|
3134
|
+
end)
|
|
3135
|
+
|
|
2897
3136
|
api.add_operation(:list_core_networks, Seahorse::Model::Operation.new.tap do |o|
|
|
2898
3137
|
o.name = "ListCoreNetworks"
|
|
2899
3138
|
o.http_method = "GET"
|
|
@@ -2951,6 +3190,21 @@ module Aws::NetworkManager
|
|
|
2951
3190
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2952
3191
|
end)
|
|
2953
3192
|
|
|
3193
|
+
api.add_operation(:put_attachment_routing_policy_label, Seahorse::Model::Operation.new.tap do |o|
|
|
3194
|
+
o.name = "PutAttachmentRoutingPolicyLabel"
|
|
3195
|
+
o.http_method = "POST"
|
|
3196
|
+
o.http_request_uri = "/routing-policy-label"
|
|
3197
|
+
o.input = Shapes::ShapeRef.new(shape: PutAttachmentRoutingPolicyLabelRequest)
|
|
3198
|
+
o.output = Shapes::ShapeRef.new(shape: PutAttachmentRoutingPolicyLabelResponse)
|
|
3199
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3200
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3201
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3202
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3203
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3204
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3205
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3206
|
+
end)
|
|
3207
|
+
|
|
2954
3208
|
api.add_operation(:put_core_network_policy, Seahorse::Model::Operation.new.tap do |o|
|
|
2955
3209
|
o.name = "PutCoreNetworkPolicy"
|
|
2956
3210
|
o.http_method = "POST"
|
|
@@ -3008,6 +3262,21 @@ module Aws::NetworkManager
|
|
|
3008
3262
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3009
3263
|
end)
|
|
3010
3264
|
|
|
3265
|
+
api.add_operation(:remove_attachment_routing_policy_label, Seahorse::Model::Operation.new.tap do |o|
|
|
3266
|
+
o.name = "RemoveAttachmentRoutingPolicyLabel"
|
|
3267
|
+
o.http_method = "DELETE"
|
|
3268
|
+
o.http_request_uri = "/routing-policy-label/core-network/{coreNetworkId}/attachment/{attachmentId}"
|
|
3269
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveAttachmentRoutingPolicyLabelRequest)
|
|
3270
|
+
o.output = Shapes::ShapeRef.new(shape: RemoveAttachmentRoutingPolicyLabelResponse)
|
|
3271
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
3272
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
3273
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
3274
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
3275
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
3276
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
3277
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
3278
|
+
end)
|
|
3279
|
+
|
|
3011
3280
|
api.add_operation(:restore_core_network_policy_version, Seahorse::Model::Operation.new.tap do |o|
|
|
3012
3281
|
o.name = "RestoreCoreNetworkPolicyVersion"
|
|
3013
3282
|
o.http_method = "POST"
|