aws-sdk-networkmanager 1.43.0 → 1.45.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkmanager/client.rb +190 -65
- data/lib/aws-sdk-networkmanager/client_api.rb +82 -0
- data/lib/aws-sdk-networkmanager/types.rb +305 -64
- data/lib/aws-sdk-networkmanager.rb +1 -1
- data/sig/client.rbs +6 -1
- data/sig/types.rbs +68 -3
- metadata +4 -4
@@ -80,6 +80,9 @@ module Aws::NetworkManager
|
|
80
80
|
CoreNetworkEdge = Shapes::StructureShape.new(name: 'CoreNetworkEdge')
|
81
81
|
CoreNetworkEdgeList = Shapes::ListShape.new(name: 'CoreNetworkEdgeList')
|
82
82
|
CoreNetworkId = Shapes::StringShape.new(name: 'CoreNetworkId')
|
83
|
+
CoreNetworkNetworkFunctionGroup = Shapes::StructureShape.new(name: 'CoreNetworkNetworkFunctionGroup')
|
84
|
+
CoreNetworkNetworkFunctionGroupIdentifier = Shapes::StructureShape.new(name: 'CoreNetworkNetworkFunctionGroupIdentifier')
|
85
|
+
CoreNetworkNetworkFunctionGroupList = Shapes::ListShape.new(name: 'CoreNetworkNetworkFunctionGroupList')
|
83
86
|
CoreNetworkPolicy = Shapes::StructureShape.new(name: 'CoreNetworkPolicy')
|
84
87
|
CoreNetworkPolicyAlias = Shapes::StringShape.new(name: 'CoreNetworkPolicyAlias')
|
85
88
|
CoreNetworkPolicyDocument = Shapes::StringShape.new(name: 'CoreNetworkPolicyDocument')
|
@@ -164,6 +167,9 @@ module Aws::NetworkManager
|
|
164
167
|
DisassociateLinkResponse = Shapes::StructureShape.new(name: 'DisassociateLinkResponse')
|
165
168
|
DisassociateTransitGatewayConnectPeerRequest = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayConnectPeerRequest')
|
166
169
|
DisassociateTransitGatewayConnectPeerResponse = Shapes::StructureShape.new(name: 'DisassociateTransitGatewayConnectPeerResponse')
|
170
|
+
EdgeOverride = Shapes::StructureShape.new(name: 'EdgeOverride')
|
171
|
+
EdgeSet = Shapes::ListShape.new(name: 'EdgeSet')
|
172
|
+
EdgeSetList = Shapes::ListShape.new(name: 'EdgeSetList')
|
167
173
|
ExceptionContextKey = Shapes::StringShape.new(name: 'ExceptionContextKey')
|
168
174
|
ExceptionContextMap = Shapes::MapShape.new(name: 'ExceptionContextMap')
|
169
175
|
ExceptionContextValue = Shapes::StringShape.new(name: 'ExceptionContextValue')
|
@@ -262,6 +268,9 @@ module Aws::NetworkManager
|
|
262
268
|
Location = Shapes::StructureShape.new(name: 'Location')
|
263
269
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
264
270
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
271
|
+
NetworkFunctionGroup = Shapes::StructureShape.new(name: 'NetworkFunctionGroup')
|
272
|
+
NetworkFunctionGroupList = Shapes::ListShape.new(name: 'NetworkFunctionGroupList')
|
273
|
+
NetworkFunctionGroupName = Shapes::StringShape.new(name: 'NetworkFunctionGroupName')
|
265
274
|
NetworkResource = Shapes::StructureShape.new(name: 'NetworkResource')
|
266
275
|
NetworkResourceCount = Shapes::StructureShape.new(name: 'NetworkResourceCount')
|
267
276
|
NetworkResourceCountList = Shapes::ListShape.new(name: 'NetworkResourceCountList')
|
@@ -285,6 +294,7 @@ module Aws::NetworkManager
|
|
285
294
|
PeeringList = Shapes::ListShape.new(name: 'PeeringList')
|
286
295
|
PeeringState = Shapes::StringShape.new(name: 'PeeringState')
|
287
296
|
PeeringType = Shapes::StringShape.new(name: 'PeeringType')
|
297
|
+
ProposedNetworkFunctionGroupChange = Shapes::StructureShape.new(name: 'ProposedNetworkFunctionGroupChange')
|
288
298
|
ProposedSegmentChange = Shapes::StructureShape.new(name: 'ProposedSegmentChange')
|
289
299
|
PutCoreNetworkPolicyRequest = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyRequest')
|
290
300
|
PutCoreNetworkPolicyResponse = Shapes::StructureShape.new(name: 'PutCoreNetworkPolicyResponse')
|
@@ -320,7 +330,12 @@ module Aws::NetworkManager
|
|
320
330
|
RouteType = Shapes::StringShape.new(name: 'RouteType')
|
321
331
|
RouteTypeList = Shapes::ListShape.new(name: 'RouteTypeList')
|
322
332
|
SLRDeploymentStatus = Shapes::StringShape.new(name: 'SLRDeploymentStatus')
|
333
|
+
SegmentActionServiceInsertion = Shapes::StringShape.new(name: 'SegmentActionServiceInsertion')
|
334
|
+
SendViaMode = Shapes::StringShape.new(name: 'SendViaMode')
|
323
335
|
ServerSideString = Shapes::StringShape.new(name: 'ServerSideString')
|
336
|
+
ServiceInsertionAction = Shapes::StructureShape.new(name: 'ServiceInsertionAction')
|
337
|
+
ServiceInsertionActionList = Shapes::ListShape.new(name: 'ServiceInsertionActionList')
|
338
|
+
ServiceInsertionSegments = Shapes::StructureShape.new(name: 'ServiceInsertionSegments')
|
324
339
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
325
340
|
Site = Shapes::StructureShape.new(name: 'Site')
|
326
341
|
SiteArn = Shapes::StringShape.new(name: 'SiteArn')
|
@@ -383,10 +398,14 @@ module Aws::NetworkManager
|
|
383
398
|
ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
|
384
399
|
ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
|
385
400
|
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
401
|
+
Via = Shapes::StructureShape.new(name: 'Via')
|
386
402
|
VpcArn = Shapes::StringShape.new(name: 'VpcArn')
|
387
403
|
VpcAttachment = Shapes::StructureShape.new(name: 'VpcAttachment')
|
388
404
|
VpcOptions = Shapes::StructureShape.new(name: 'VpcOptions')
|
389
405
|
VpnConnectionArn = Shapes::StringShape.new(name: 'VpnConnectionArn')
|
406
|
+
WhenSentTo = Shapes::StructureShape.new(name: 'WhenSentTo')
|
407
|
+
WhenSentToSegmentsList = Shapes::ListShape.new(name: 'WhenSentToSegmentsList')
|
408
|
+
WithEdgeOverridesList = Shapes::ListShape.new(name: 'WithEdgeOverridesList')
|
390
409
|
|
391
410
|
AWSLocation.add_member(:zone, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Zone"))
|
392
411
|
AWSLocation.add_member(:subnet_arn, Shapes::ShapeRef.new(shape: SubnetArn, location_name: "SubnetArn"))
|
@@ -452,8 +471,10 @@ module Aws::NetworkManager
|
|
452
471
|
Attachment.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceArn"))
|
453
472
|
Attachment.add_member(:attachment_policy_rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "AttachmentPolicyRuleNumber"))
|
454
473
|
Attachment.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
474
|
+
Attachment.add_member(:network_function_group_name, Shapes::ShapeRef.new(shape: NetworkFunctionGroupName, location_name: "NetworkFunctionGroupName"))
|
455
475
|
Attachment.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
456
476
|
Attachment.add_member(:proposed_segment_change, Shapes::ShapeRef.new(shape: ProposedSegmentChange, location_name: "ProposedSegmentChange"))
|
477
|
+
Attachment.add_member(:proposed_network_function_group_change, Shapes::ShapeRef.new(shape: ProposedNetworkFunctionGroupChange, location_name: "ProposedNetworkFunctionGroupChange"))
|
457
478
|
Attachment.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
458
479
|
Attachment.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "UpdatedAt"))
|
459
480
|
Attachment.struct_class = Types::Attachment
|
@@ -560,6 +581,7 @@ module Aws::NetworkManager
|
|
560
581
|
CoreNetwork.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
561
582
|
CoreNetwork.add_member(:state, Shapes::ShapeRef.new(shape: CoreNetworkState, location_name: "State"))
|
562
583
|
CoreNetwork.add_member(:segments, Shapes::ShapeRef.new(shape: CoreNetworkSegmentList, location_name: "Segments"))
|
584
|
+
CoreNetwork.add_member(:network_function_groups, Shapes::ShapeRef.new(shape: CoreNetworkNetworkFunctionGroupList, location_name: "NetworkFunctionGroups"))
|
563
585
|
CoreNetwork.add_member(:edges, Shapes::ShapeRef.new(shape: CoreNetworkEdgeList, location_name: "Edges"))
|
564
586
|
CoreNetwork.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
565
587
|
CoreNetwork.struct_class = Types::CoreNetwork
|
@@ -584,6 +606,7 @@ module Aws::NetworkManager
|
|
584
606
|
|
585
607
|
CoreNetworkChangeEventValues.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
586
608
|
CoreNetworkChangeEventValues.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
609
|
+
CoreNetworkChangeEventValues.add_member(:network_function_group_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "NetworkFunctionGroupName"))
|
587
610
|
CoreNetworkChangeEventValues.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
|
588
611
|
CoreNetworkChangeEventValues.add_member(:cidr, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Cidr"))
|
589
612
|
CoreNetworkChangeEventValues.struct_class = Types::CoreNetworkChangeEventValues
|
@@ -591,12 +614,14 @@ module Aws::NetworkManager
|
|
591
614
|
CoreNetworkChangeList.member = Shapes::ShapeRef.new(shape: CoreNetworkChange)
|
592
615
|
|
593
616
|
CoreNetworkChangeValues.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
617
|
+
CoreNetworkChangeValues.add_member(:network_function_group_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "NetworkFunctionGroupName"))
|
594
618
|
CoreNetworkChangeValues.add_member(:edge_locations, Shapes::ShapeRef.new(shape: ExternalRegionCodeList, location_name: "EdgeLocations"))
|
595
619
|
CoreNetworkChangeValues.add_member(:asn, Shapes::ShapeRef.new(shape: Long, location_name: "Asn"))
|
596
620
|
CoreNetworkChangeValues.add_member(:cidr, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Cidr"))
|
597
621
|
CoreNetworkChangeValues.add_member(:destination_identifier, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "DestinationIdentifier"))
|
598
622
|
CoreNetworkChangeValues.add_member(:inside_cidr_blocks, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "InsideCidrBlocks"))
|
599
623
|
CoreNetworkChangeValues.add_member(:shared_segments, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SharedSegments"))
|
624
|
+
CoreNetworkChangeValues.add_member(:service_insertion_actions, Shapes::ShapeRef.new(shape: ServiceInsertionActionList, location_name: "ServiceInsertionActions"))
|
600
625
|
CoreNetworkChangeValues.struct_class = Types::CoreNetworkChangeValues
|
601
626
|
|
602
627
|
CoreNetworkEdge.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
@@ -606,6 +631,18 @@ module Aws::NetworkManager
|
|
606
631
|
|
607
632
|
CoreNetworkEdgeList.member = Shapes::ShapeRef.new(shape: CoreNetworkEdge)
|
608
633
|
|
634
|
+
CoreNetworkNetworkFunctionGroup.add_member(:name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Name"))
|
635
|
+
CoreNetworkNetworkFunctionGroup.add_member(:edge_locations, Shapes::ShapeRef.new(shape: ExternalRegionCodeList, location_name: "EdgeLocations"))
|
636
|
+
CoreNetworkNetworkFunctionGroup.add_member(:segments, Shapes::ShapeRef.new(shape: ServiceInsertionSegments, location_name: "Segments"))
|
637
|
+
CoreNetworkNetworkFunctionGroup.struct_class = Types::CoreNetworkNetworkFunctionGroup
|
638
|
+
|
639
|
+
CoreNetworkNetworkFunctionGroupIdentifier.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
640
|
+
CoreNetworkNetworkFunctionGroupIdentifier.add_member(:network_function_group_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "NetworkFunctionGroupName"))
|
641
|
+
CoreNetworkNetworkFunctionGroupIdentifier.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
642
|
+
CoreNetworkNetworkFunctionGroupIdentifier.struct_class = Types::CoreNetworkNetworkFunctionGroupIdentifier
|
643
|
+
|
644
|
+
CoreNetworkNetworkFunctionGroupList.member = Shapes::ShapeRef.new(shape: CoreNetworkNetworkFunctionGroup)
|
645
|
+
|
609
646
|
CoreNetworkPolicy.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
610
647
|
CoreNetworkPolicy.add_member(:policy_version_id, Shapes::ShapeRef.new(shape: Integer, location_name: "PolicyVersionId"))
|
611
648
|
CoreNetworkPolicy.add_member(:alias, Shapes::ShapeRef.new(shape: CoreNetworkPolicyAlias, location_name: "Alias"))
|
@@ -933,6 +970,14 @@ module Aws::NetworkManager
|
|
933
970
|
DisassociateTransitGatewayConnectPeerResponse.add_member(:transit_gateway_connect_peer_association, Shapes::ShapeRef.new(shape: TransitGatewayConnectPeerAssociation, location_name: "TransitGatewayConnectPeerAssociation"))
|
934
971
|
DisassociateTransitGatewayConnectPeerResponse.struct_class = Types::DisassociateTransitGatewayConnectPeerResponse
|
935
972
|
|
973
|
+
EdgeOverride.add_member(:edge_sets, Shapes::ShapeRef.new(shape: EdgeSetList, location_name: "EdgeSets"))
|
974
|
+
EdgeOverride.add_member(:use_edge, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "UseEdge"))
|
975
|
+
EdgeOverride.struct_class = Types::EdgeOverride
|
976
|
+
|
977
|
+
EdgeSet.member = Shapes::ShapeRef.new(shape: ConstrainedString)
|
978
|
+
|
979
|
+
EdgeSetList.member = Shapes::ShapeRef.new(shape: EdgeSet)
|
980
|
+
|
936
981
|
ExceptionContextMap.key = Shapes::ShapeRef.new(shape: ExceptionContextKey)
|
937
982
|
ExceptionContextMap.value = Shapes::ShapeRef.new(shape: ExceptionContextValue)
|
938
983
|
|
@@ -1313,6 +1358,11 @@ module Aws::NetworkManager
|
|
1313
1358
|
Location.add_member(:longitude, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Longitude"))
|
1314
1359
|
Location.struct_class = Types::Location
|
1315
1360
|
|
1361
|
+
NetworkFunctionGroup.add_member(:name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "Name"))
|
1362
|
+
NetworkFunctionGroup.struct_class = Types::NetworkFunctionGroup
|
1363
|
+
|
1364
|
+
NetworkFunctionGroupList.member = Shapes::ShapeRef.new(shape: NetworkFunctionGroup)
|
1365
|
+
|
1316
1366
|
NetworkResource.add_member(:registered_gateway_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RegisteredGatewayArn"))
|
1317
1367
|
NetworkResource.add_member(:core_network_id, Shapes::ShapeRef.new(shape: CoreNetworkId, location_name: "CoreNetworkId"))
|
1318
1368
|
NetworkResource.add_member(:aws_region, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "AwsRegion"))
|
@@ -1355,6 +1405,7 @@ module Aws::NetworkManager
|
|
1355
1405
|
NetworkRouteDestination.add_member(:core_network_attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "CoreNetworkAttachmentId"))
|
1356
1406
|
NetworkRouteDestination.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
|
1357
1407
|
NetworkRouteDestination.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
1408
|
+
NetworkRouteDestination.add_member(:network_function_group_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "NetworkFunctionGroupName"))
|
1358
1409
|
NetworkRouteDestination.add_member(:edge_location, Shapes::ShapeRef.new(shape: ExternalRegionCode, location_name: "EdgeLocation"))
|
1359
1410
|
NetworkRouteDestination.add_member(:resource_type, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceType"))
|
1360
1411
|
NetworkRouteDestination.add_member(:resource_id, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "ResourceId"))
|
@@ -1404,6 +1455,11 @@ module Aws::NetworkManager
|
|
1404
1455
|
|
1405
1456
|
PeeringList.member = Shapes::ShapeRef.new(shape: Peering)
|
1406
1457
|
|
1458
|
+
ProposedNetworkFunctionGroupChange.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1459
|
+
ProposedNetworkFunctionGroupChange.add_member(:attachment_policy_rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "AttachmentPolicyRuleNumber"))
|
1460
|
+
ProposedNetworkFunctionGroupChange.add_member(:network_function_group_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "NetworkFunctionGroupName"))
|
1461
|
+
ProposedNetworkFunctionGroupChange.struct_class = Types::ProposedNetworkFunctionGroupChange
|
1462
|
+
|
1407
1463
|
ProposedSegmentChange.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1408
1464
|
ProposedSegmentChange.add_member(:attachment_policy_rule_number, Shapes::ShapeRef.new(shape: Integer, location_name: "AttachmentPolicyRuleNumber"))
|
1409
1465
|
ProposedSegmentChange.add_member(:segment_name, Shapes::ShapeRef.new(shape: ConstrainedString, location_name: "SegmentName"))
|
@@ -1495,10 +1551,23 @@ module Aws::NetworkManager
|
|
1495
1551
|
|
1496
1552
|
RouteTableIdentifier.add_member(:transit_gateway_route_table_arn, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableArn, location_name: "TransitGatewayRouteTableArn"))
|
1497
1553
|
RouteTableIdentifier.add_member(:core_network_segment_edge, Shapes::ShapeRef.new(shape: CoreNetworkSegmentEdgeIdentifier, location_name: "CoreNetworkSegmentEdge"))
|
1554
|
+
RouteTableIdentifier.add_member(:core_network_network_function_group, Shapes::ShapeRef.new(shape: CoreNetworkNetworkFunctionGroupIdentifier, location_name: "CoreNetworkNetworkFunctionGroup"))
|
1498
1555
|
RouteTableIdentifier.struct_class = Types::RouteTableIdentifier
|
1499
1556
|
|
1500
1557
|
RouteTypeList.member = Shapes::ShapeRef.new(shape: RouteType)
|
1501
1558
|
|
1559
|
+
ServiceInsertionAction.add_member(:action, Shapes::ShapeRef.new(shape: SegmentActionServiceInsertion, location_name: "Action"))
|
1560
|
+
ServiceInsertionAction.add_member(:mode, Shapes::ShapeRef.new(shape: SendViaMode, location_name: "Mode"))
|
1561
|
+
ServiceInsertionAction.add_member(:when_sent_to, Shapes::ShapeRef.new(shape: WhenSentTo, location_name: "WhenSentTo"))
|
1562
|
+
ServiceInsertionAction.add_member(:via, Shapes::ShapeRef.new(shape: Via, location_name: "Via"))
|
1563
|
+
ServiceInsertionAction.struct_class = Types::ServiceInsertionAction
|
1564
|
+
|
1565
|
+
ServiceInsertionActionList.member = Shapes::ShapeRef.new(shape: ServiceInsertionAction)
|
1566
|
+
|
1567
|
+
ServiceInsertionSegments.add_member(:send_via, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SendVia"))
|
1568
|
+
ServiceInsertionSegments.add_member(:send_to, Shapes::ShapeRef.new(shape: ConstrainedStringList, location_name: "SendTo"))
|
1569
|
+
ServiceInsertionSegments.struct_class = Types::ServiceInsertionSegments
|
1570
|
+
|
1502
1571
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ServerSideString, required: true, location_name: "Message"))
|
1503
1572
|
ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "ResourceId"))
|
1504
1573
|
ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: ServerSideString, location_name: "ResourceType"))
|
@@ -1688,6 +1757,10 @@ module Aws::NetworkManager
|
|
1688
1757
|
|
1689
1758
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
1690
1759
|
|
1760
|
+
Via.add_member(:network_function_groups, Shapes::ShapeRef.new(shape: NetworkFunctionGroupList, location_name: "NetworkFunctionGroups"))
|
1761
|
+
Via.add_member(:with_edge_overrides, Shapes::ShapeRef.new(shape: WithEdgeOverridesList, location_name: "WithEdgeOverrides"))
|
1762
|
+
Via.struct_class = Types::Via
|
1763
|
+
|
1691
1764
|
VpcAttachment.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
|
1692
1765
|
VpcAttachment.add_member(:subnet_arns, Shapes::ShapeRef.new(shape: SubnetArnList, location_name: "SubnetArns"))
|
1693
1766
|
VpcAttachment.add_member(:options, Shapes::ShapeRef.new(shape: VpcOptions, location_name: "Options"))
|
@@ -1697,6 +1770,13 @@ module Aws::NetworkManager
|
|
1697
1770
|
VpcOptions.add_member(:appliance_mode_support, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplianceModeSupport"))
|
1698
1771
|
VpcOptions.struct_class = Types::VpcOptions
|
1699
1772
|
|
1773
|
+
WhenSentTo.add_member(:when_sent_to_segments_list, Shapes::ShapeRef.new(shape: WhenSentToSegmentsList, location_name: "WhenSentToSegmentsList"))
|
1774
|
+
WhenSentTo.struct_class = Types::WhenSentTo
|
1775
|
+
|
1776
|
+
WhenSentToSegmentsList.member = Shapes::ShapeRef.new(shape: ConstrainedString)
|
1777
|
+
|
1778
|
+
WithEdgeOverridesList.member = Shapes::ShapeRef.new(shape: EdgeOverride)
|
1779
|
+
|
1700
1780
|
|
1701
1781
|
# @api private
|
1702
1782
|
API = Seahorse::Model::Api.new.tap do |api|
|
@@ -1705,9 +1785,11 @@ module Aws::NetworkManager
|
|
1705
1785
|
|
1706
1786
|
api.metadata = {
|
1707
1787
|
"apiVersion" => "2019-07-05",
|
1788
|
+
"auth" => ["aws.auth#sigv4"],
|
1708
1789
|
"endpointPrefix" => "networkmanager",
|
1709
1790
|
"jsonVersion" => "1.1",
|
1710
1791
|
"protocol" => "rest-json",
|
1792
|
+
"protocols" => ["rest-json"],
|
1711
1793
|
"serviceAbbreviation" => "NetworkManager",
|
1712
1794
|
"serviceFullName" => "AWS Network Manager",
|
1713
1795
|
"serviceId" => "NetworkManager",
|