aws-sdk-networkfirewall 1.65.0 → 1.66.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.
@@ -14,6 +14,7 @@ module Aws::NetworkFirewall
14
14
 
15
15
  include Seahorse::Model
16
16
 
17
+ AZSyncState = Shapes::StructureShape.new(name: 'AZSyncState')
17
18
  ActionDefinition = Shapes::StructureShape.new(name: 'ActionDefinition')
18
19
  ActionName = Shapes::StringShape.new(name: 'ActionName')
19
20
  Address = Shapes::StructureShape.new(name: 'Address')
@@ -32,9 +33,11 @@ module Aws::NetworkFirewall
32
33
  AssociateFirewallPolicyResponse = Shapes::StructureShape.new(name: 'AssociateFirewallPolicyResponse')
33
34
  AssociateSubnetsRequest = Shapes::StructureShape.new(name: 'AssociateSubnetsRequest')
34
35
  AssociateSubnetsResponse = Shapes::StructureShape.new(name: 'AssociateSubnetsResponse')
36
+ AssociationSyncState = Shapes::MapShape.new(name: 'AssociationSyncState')
35
37
  Attachment = Shapes::StructureShape.new(name: 'Attachment')
36
38
  AttachmentStatus = Shapes::StringShape.new(name: 'AttachmentStatus')
37
39
  AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
40
+ AvailabilityZoneMetadata = Shapes::StructureShape.new(name: 'AvailabilityZoneMetadata')
38
41
  AzSubnet = Shapes::StringShape.new(name: 'AzSubnet')
39
42
  AzSubnets = Shapes::ListShape.new(name: 'AzSubnets')
40
43
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
@@ -55,6 +58,8 @@ module Aws::NetworkFirewall
55
58
  CreateRuleGroupResponse = Shapes::StructureShape.new(name: 'CreateRuleGroupResponse')
56
59
  CreateTLSInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'CreateTLSInspectionConfigurationRequest')
57
60
  CreateTLSInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'CreateTLSInspectionConfigurationResponse')
61
+ CreateVpcEndpointAssociationRequest = Shapes::StructureShape.new(name: 'CreateVpcEndpointAssociationRequest')
62
+ CreateVpcEndpointAssociationResponse = Shapes::StructureShape.new(name: 'CreateVpcEndpointAssociationResponse')
58
63
  CustomAction = Shapes::StructureShape.new(name: 'CustomAction')
59
64
  CustomActions = Shapes::ListShape.new(name: 'CustomActions')
60
65
  DeleteFirewallPolicyRequest = Shapes::StructureShape.new(name: 'DeleteFirewallPolicyRequest')
@@ -67,6 +72,10 @@ module Aws::NetworkFirewall
67
72
  DeleteRuleGroupResponse = Shapes::StructureShape.new(name: 'DeleteRuleGroupResponse')
68
73
  DeleteTLSInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteTLSInspectionConfigurationRequest')
69
74
  DeleteTLSInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteTLSInspectionConfigurationResponse')
75
+ DeleteVpcEndpointAssociationRequest = Shapes::StructureShape.new(name: 'DeleteVpcEndpointAssociationRequest')
76
+ DeleteVpcEndpointAssociationResponse = Shapes::StructureShape.new(name: 'DeleteVpcEndpointAssociationResponse')
77
+ DescribeFirewallMetadataRequest = Shapes::StructureShape.new(name: 'DescribeFirewallMetadataRequest')
78
+ DescribeFirewallMetadataResponse = Shapes::StructureShape.new(name: 'DescribeFirewallMetadataResponse')
70
79
  DescribeFirewallPolicyRequest = Shapes::StructureShape.new(name: 'DescribeFirewallPolicyRequest')
71
80
  DescribeFirewallPolicyResponse = Shapes::StructureShape.new(name: 'DescribeFirewallPolicyResponse')
72
81
  DescribeFirewallRequest = Shapes::StructureShape.new(name: 'DescribeFirewallRequest')
@@ -83,6 +92,8 @@ module Aws::NetworkFirewall
83
92
  DescribeRuleGroupResponse = Shapes::StructureShape.new(name: 'DescribeRuleGroupResponse')
84
93
  DescribeTLSInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeTLSInspectionConfigurationRequest')
85
94
  DescribeTLSInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeTLSInspectionConfigurationResponse')
95
+ DescribeVpcEndpointAssociationRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationRequest')
96
+ DescribeVpcEndpointAssociationResponse = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationResponse')
86
97
  Description = Shapes::StringShape.new(name: 'Description')
87
98
  Destination = Shapes::StringShape.new(name: 'Destination')
88
99
  Dimension = Shapes::StructureShape.new(name: 'Dimension')
@@ -165,6 +176,8 @@ module Aws::NetworkFirewall
165
176
  ListTLSInspectionConfigurationsResponse = Shapes::StructureShape.new(name: 'ListTLSInspectionConfigurationsResponse')
166
177
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
167
178
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
179
+ ListVpcEndpointAssociationsRequest = Shapes::StructureShape.new(name: 'ListVpcEndpointAssociationsRequest')
180
+ ListVpcEndpointAssociationsResponse = Shapes::StructureShape.new(name: 'ListVpcEndpointAssociationsResponse')
168
181
  LogDestinationConfig = Shapes::StructureShape.new(name: 'LogDestinationConfig')
169
182
  LogDestinationConfigs = Shapes::ListShape.new(name: 'LogDestinationConfigs')
170
183
  LogDestinationMap = Shapes::MapShape.new(name: 'LogDestinationMap')
@@ -264,6 +277,7 @@ module Aws::NetworkFirewall
264
277
  StreamExceptionPolicy = Shapes::StringShape.new(name: 'StreamExceptionPolicy')
265
278
  SubnetMapping = Shapes::StructureShape.new(name: 'SubnetMapping')
266
279
  SubnetMappings = Shapes::ListShape.new(name: 'SubnetMappings')
280
+ SupportedAvailabilityZones = Shapes::MapShape.new(name: 'SupportedAvailabilityZones')
267
281
  SyncState = Shapes::StructureShape.new(name: 'SyncState')
268
282
  SyncStateConfig = Shapes::MapShape.new(name: 'SyncStateConfig')
269
283
  SyncStates = Shapes::MapShape.new(name: 'SyncStates')
@@ -314,9 +328,17 @@ module Aws::NetworkFirewall
314
328
  UpdateToken = Shapes::StringShape.new(name: 'UpdateToken')
315
329
  VariableDefinition = Shapes::StringShape.new(name: 'VariableDefinition')
316
330
  VariableDefinitionList = Shapes::ListShape.new(name: 'VariableDefinitionList')
331
+ VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
332
+ VpcEndpointAssociationMetadata = Shapes::StructureShape.new(name: 'VpcEndpointAssociationMetadata')
333
+ VpcEndpointAssociationStatus = Shapes::StructureShape.new(name: 'VpcEndpointAssociationStatus')
334
+ VpcEndpointAssociations = Shapes::ListShape.new(name: 'VpcEndpointAssociations')
335
+ VpcEndpointId = Shapes::StringShape.new(name: 'VpcEndpointId')
317
336
  VpcId = Shapes::StringShape.new(name: 'VpcId')
318
337
  VpcIds = Shapes::ListShape.new(name: 'VpcIds')
319
338
 
339
+ AZSyncState.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
340
+ AZSyncState.struct_class = Types::AZSyncState
341
+
320
342
  ActionDefinition.add_member(:publish_metric_action, Shapes::ShapeRef.new(shape: PublishMetricAction, location_name: "PublishMetricAction"))
321
343
  ActionDefinition.struct_class = Types::ActionDefinition
322
344
 
@@ -374,12 +396,18 @@ module Aws::NetworkFirewall
374
396
  AssociateSubnetsResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
375
397
  AssociateSubnetsResponse.struct_class = Types::AssociateSubnetsResponse
376
398
 
399
+ AssociationSyncState.key = Shapes::ShapeRef.new(shape: AvailabilityZone)
400
+ AssociationSyncState.value = Shapes::ShapeRef.new(shape: AZSyncState)
401
+
377
402
  Attachment.add_member(:subnet_id, Shapes::ShapeRef.new(shape: AzSubnet, location_name: "SubnetId"))
378
403
  Attachment.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId"))
379
404
  Attachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "Status"))
380
405
  Attachment.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "StatusMessage"))
381
406
  Attachment.struct_class = Types::Attachment
382
407
 
408
+ AvailabilityZoneMetadata.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IPAddressType, location_name: "IPAddressType"))
409
+ AvailabilityZoneMetadata.struct_class = Types::AvailabilityZoneMetadata
410
+
383
411
  AzSubnets.member = Shapes::ShapeRef.new(shape: AzSubnet)
384
412
 
385
413
  CIDRSummary.add_member(:available_cidr_count, Shapes::ShapeRef.new(shape: CIDRCount, location_name: "AvailableCIDRCount"))
@@ -453,6 +481,17 @@ module Aws::NetworkFirewall
453
481
  CreateTLSInspectionConfigurationResponse.add_member(:tls_inspection_configuration_response, Shapes::ShapeRef.new(shape: TLSInspectionConfigurationResponse, required: true, location_name: "TLSInspectionConfigurationResponse"))
454
482
  CreateTLSInspectionConfigurationResponse.struct_class = Types::CreateTLSInspectionConfigurationResponse
455
483
 
484
+ CreateVpcEndpointAssociationRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
485
+ CreateVpcEndpointAssociationRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
486
+ CreateVpcEndpointAssociationRequest.add_member(:subnet_mapping, Shapes::ShapeRef.new(shape: SubnetMapping, required: true, location_name: "SubnetMapping"))
487
+ CreateVpcEndpointAssociationRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
488
+ CreateVpcEndpointAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
489
+ CreateVpcEndpointAssociationRequest.struct_class = Types::CreateVpcEndpointAssociationRequest
490
+
491
+ CreateVpcEndpointAssociationResponse.add_member(:vpc_endpoint_association, Shapes::ShapeRef.new(shape: VpcEndpointAssociation, location_name: "VpcEndpointAssociation"))
492
+ CreateVpcEndpointAssociationResponse.add_member(:vpc_endpoint_association_status, Shapes::ShapeRef.new(shape: VpcEndpointAssociationStatus, location_name: "VpcEndpointAssociationStatus"))
493
+ CreateVpcEndpointAssociationResponse.struct_class = Types::CreateVpcEndpointAssociationResponse
494
+
456
495
  CustomAction.add_member(:action_name, Shapes::ShapeRef.new(shape: ActionName, required: true, location_name: "ActionName"))
457
496
  CustomAction.add_member(:action_definition, Shapes::ShapeRef.new(shape: ActionDefinition, required: true, location_name: "ActionDefinition"))
458
497
  CustomAction.struct_class = Types::CustomAction
@@ -494,6 +533,23 @@ module Aws::NetworkFirewall
494
533
  DeleteTLSInspectionConfigurationResponse.add_member(:tls_inspection_configuration_response, Shapes::ShapeRef.new(shape: TLSInspectionConfigurationResponse, required: true, location_name: "TLSInspectionConfigurationResponse"))
495
534
  DeleteTLSInspectionConfigurationResponse.struct_class = Types::DeleteTLSInspectionConfigurationResponse
496
535
 
536
+ DeleteVpcEndpointAssociationRequest.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "VpcEndpointAssociationArn"))
537
+ DeleteVpcEndpointAssociationRequest.struct_class = Types::DeleteVpcEndpointAssociationRequest
538
+
539
+ DeleteVpcEndpointAssociationResponse.add_member(:vpc_endpoint_association, Shapes::ShapeRef.new(shape: VpcEndpointAssociation, location_name: "VpcEndpointAssociation"))
540
+ DeleteVpcEndpointAssociationResponse.add_member(:vpc_endpoint_association_status, Shapes::ShapeRef.new(shape: VpcEndpointAssociationStatus, location_name: "VpcEndpointAssociationStatus"))
541
+ DeleteVpcEndpointAssociationResponse.struct_class = Types::DeleteVpcEndpointAssociationResponse
542
+
543
+ DescribeFirewallMetadataRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
544
+ DescribeFirewallMetadataRequest.struct_class = Types::DescribeFirewallMetadataRequest
545
+
546
+ DescribeFirewallMetadataResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
547
+ DescribeFirewallMetadataResponse.add_member(:firewall_policy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallPolicyArn"))
548
+ DescribeFirewallMetadataResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
549
+ DescribeFirewallMetadataResponse.add_member(:status, Shapes::ShapeRef.new(shape: FirewallStatusValue, location_name: "Status"))
550
+ DescribeFirewallMetadataResponse.add_member(:supported_availability_zones, Shapes::ShapeRef.new(shape: SupportedAvailabilityZones, location_name: "SupportedAvailabilityZones"))
551
+ DescribeFirewallMetadataResponse.struct_class = Types::DescribeFirewallMetadataResponse
552
+
497
553
  DescribeFirewallPolicyRequest.add_member(:firewall_policy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallPolicyName"))
498
554
  DescribeFirewallPolicyRequest.add_member(:firewall_policy_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallPolicyArn"))
499
555
  DescribeFirewallPolicyRequest.struct_class = Types::DescribeFirewallPolicyRequest
@@ -514,11 +570,15 @@ module Aws::NetworkFirewall
514
570
 
515
571
  DescribeFlowOperationRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
516
572
  DescribeFlowOperationRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
573
+ DescribeFlowOperationRequest.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "VpcEndpointAssociationArn"))
574
+ DescribeFlowOperationRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
517
575
  DescribeFlowOperationRequest.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, required: true, location_name: "FlowOperationId"))
518
576
  DescribeFlowOperationRequest.struct_class = Types::DescribeFlowOperationRequest
519
577
 
520
578
  DescribeFlowOperationResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
521
579
  DescribeFlowOperationResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
580
+ DescribeFlowOperationResponse.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "VpcEndpointAssociationArn"))
581
+ DescribeFlowOperationResponse.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
522
582
  DescribeFlowOperationResponse.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, location_name: "FlowOperationId"))
523
583
  DescribeFlowOperationResponse.add_member(:flow_operation_type, Shapes::ShapeRef.new(shape: FlowOperationType, location_name: "FlowOperationType"))
524
584
  DescribeFlowOperationResponse.add_member(:flow_operation_status, Shapes::ShapeRef.new(shape: FlowOperationStatus, location_name: "FlowOperationStatus"))
@@ -575,6 +635,13 @@ module Aws::NetworkFirewall
575
635
  DescribeTLSInspectionConfigurationResponse.add_member(:tls_inspection_configuration_response, Shapes::ShapeRef.new(shape: TLSInspectionConfigurationResponse, required: true, location_name: "TLSInspectionConfigurationResponse"))
576
636
  DescribeTLSInspectionConfigurationResponse.struct_class = Types::DescribeTLSInspectionConfigurationResponse
577
637
 
638
+ DescribeVpcEndpointAssociationRequest.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "VpcEndpointAssociationArn"))
639
+ DescribeVpcEndpointAssociationRequest.struct_class = Types::DescribeVpcEndpointAssociationRequest
640
+
641
+ DescribeVpcEndpointAssociationResponse.add_member(:vpc_endpoint_association, Shapes::ShapeRef.new(shape: VpcEndpointAssociation, location_name: "VpcEndpointAssociation"))
642
+ DescribeVpcEndpointAssociationResponse.add_member(:vpc_endpoint_association_status, Shapes::ShapeRef.new(shape: VpcEndpointAssociationStatus, location_name: "VpcEndpointAssociationStatus"))
643
+ DescribeVpcEndpointAssociationResponse.struct_class = Types::DescribeVpcEndpointAssociationResponse
644
+
578
645
  Dimension.add_member(:value, Shapes::ShapeRef.new(shape: DimensionValue, required: true, location_name: "Value"))
579
646
  Dimension.struct_class = Types::Dimension
580
647
 
@@ -610,6 +677,7 @@ module Aws::NetworkFirewall
610
677
  Firewall.add_member(:firewall_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "FirewallId"))
611
678
  Firewall.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
612
679
  Firewall.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
680
+ Firewall.add_member(:number_of_associations, Shapes::ShapeRef.new(shape: NumberOfAssociations, location_name: "NumberOfAssociations"))
613
681
  Firewall.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
614
682
  Firewall.struct_class = Types::Firewall
615
683
 
@@ -791,10 +859,14 @@ module Aws::NetworkFirewall
791
859
  ListFlowOperationResultsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
792
860
  ListFlowOperationResultsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
793
861
  ListFlowOperationResultsRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
862
+ ListFlowOperationResultsRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
863
+ ListFlowOperationResultsRequest.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "VpcEndpointAssociationArn"))
794
864
  ListFlowOperationResultsRequest.struct_class = Types::ListFlowOperationResultsRequest
795
865
 
796
866
  ListFlowOperationResultsResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
797
867
  ListFlowOperationResultsResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
868
+ ListFlowOperationResultsResponse.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "VpcEndpointAssociationArn"))
869
+ ListFlowOperationResultsResponse.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
798
870
  ListFlowOperationResultsResponse.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, location_name: "FlowOperationId"))
799
871
  ListFlowOperationResultsResponse.add_member(:flow_operation_status, Shapes::ShapeRef.new(shape: FlowOperationStatus, location_name: "FlowOperationStatus"))
800
872
  ListFlowOperationResultsResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusMessage"))
@@ -805,6 +877,8 @@ module Aws::NetworkFirewall
805
877
 
806
878
  ListFlowOperationsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
807
879
  ListFlowOperationsRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
880
+ ListFlowOperationsRequest.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "VpcEndpointAssociationArn"))
881
+ ListFlowOperationsRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
808
882
  ListFlowOperationsRequest.add_member(:flow_operation_type, Shapes::ShapeRef.new(shape: FlowOperationType, location_name: "FlowOperationType"))
809
883
  ListFlowOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
810
884
  ListFlowOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
@@ -842,6 +916,15 @@ module Aws::NetworkFirewall
842
916
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
843
917
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
844
918
 
919
+ ListVpcEndpointAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
920
+ ListVpcEndpointAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
921
+ ListVpcEndpointAssociationsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
922
+ ListVpcEndpointAssociationsRequest.struct_class = Types::ListVpcEndpointAssociationsRequest
923
+
924
+ ListVpcEndpointAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
925
+ ListVpcEndpointAssociationsResponse.add_member(:vpc_endpoint_associations, Shapes::ShapeRef.new(shape: VpcEndpointAssociations, location_name: "VpcEndpointAssociations"))
926
+ ListVpcEndpointAssociationsResponse.struct_class = Types::ListVpcEndpointAssociationsResponse
927
+
845
928
  LogDestinationConfig.add_member(:log_type, Shapes::ShapeRef.new(shape: LogType, required: true, location_name: "LogType"))
846
929
  LogDestinationConfig.add_member(:log_destination_type, Shapes::ShapeRef.new(shape: LogDestinationType, required: true, location_name: "LogDestinationType"))
847
930
  LogDestinationConfig.add_member(:log_destination, Shapes::ShapeRef.new(shape: LogDestinationMap, required: true, location_name: "LogDestination"))
@@ -1003,6 +1086,8 @@ module Aws::NetworkFirewall
1003
1086
 
1004
1087
  StartFlowCaptureRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
1005
1088
  StartFlowCaptureRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
1089
+ StartFlowCaptureRequest.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "VpcEndpointAssociationArn"))
1090
+ StartFlowCaptureRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
1006
1091
  StartFlowCaptureRequest.add_member(:minimum_flow_age_in_seconds, Shapes::ShapeRef.new(shape: Age, location_name: "MinimumFlowAgeInSeconds"))
1007
1092
  StartFlowCaptureRequest.add_member(:flow_filters, Shapes::ShapeRef.new(shape: FlowFilters, required: true, location_name: "FlowFilters"))
1008
1093
  StartFlowCaptureRequest.struct_class = Types::StartFlowCaptureRequest
@@ -1014,6 +1099,8 @@ module Aws::NetworkFirewall
1014
1099
 
1015
1100
  StartFlowFlushRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
1016
1101
  StartFlowFlushRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
1102
+ StartFlowFlushRequest.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "VpcEndpointAssociationArn"))
1103
+ StartFlowFlushRequest.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "VpcEndpointId"))
1017
1104
  StartFlowFlushRequest.add_member(:minimum_flow_age_in_seconds, Shapes::ShapeRef.new(shape: Age, location_name: "MinimumFlowAgeInSeconds"))
1018
1105
  StartFlowFlushRequest.add_member(:flow_filters, Shapes::ShapeRef.new(shape: FlowFilters, required: true, location_name: "FlowFilters"))
1019
1106
  StartFlowFlushRequest.struct_class = Types::StartFlowFlushRequest
@@ -1074,6 +1161,9 @@ module Aws::NetworkFirewall
1074
1161
 
1075
1162
  SubnetMappings.member = Shapes::ShapeRef.new(shape: SubnetMapping)
1076
1163
 
1164
+ SupportedAvailabilityZones.key = Shapes::ShapeRef.new(shape: AvailabilityZone)
1165
+ SupportedAvailabilityZones.value = Shapes::ShapeRef.new(shape: AvailabilityZoneMetadata)
1166
+
1077
1167
  SyncState.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
1078
1168
  SyncState.add_member(:config, Shapes::ShapeRef.new(shape: SyncStateConfig, location_name: "Config"))
1079
1169
  SyncState.struct_class = Types::SyncState
@@ -1275,6 +1365,24 @@ module Aws::NetworkFirewall
1275
1365
 
1276
1366
  VariableDefinitionList.member = Shapes::ShapeRef.new(shape: VariableDefinition)
1277
1367
 
1368
+ VpcEndpointAssociation.add_member(:vpc_endpoint_association_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcEndpointAssociationId"))
1369
+ VpcEndpointAssociation.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "VpcEndpointAssociationArn"))
1370
+ VpcEndpointAssociation.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
1371
+ VpcEndpointAssociation.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
1372
+ VpcEndpointAssociation.add_member(:subnet_mapping, Shapes::ShapeRef.new(shape: SubnetMapping, required: true, location_name: "SubnetMapping"))
1373
+ VpcEndpointAssociation.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1374
+ VpcEndpointAssociation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1375
+ VpcEndpointAssociation.struct_class = Types::VpcEndpointAssociation
1376
+
1377
+ VpcEndpointAssociationMetadata.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "VpcEndpointAssociationArn"))
1378
+ VpcEndpointAssociationMetadata.struct_class = Types::VpcEndpointAssociationMetadata
1379
+
1380
+ VpcEndpointAssociationStatus.add_member(:status, Shapes::ShapeRef.new(shape: FirewallStatusValue, required: true, location_name: "Status"))
1381
+ VpcEndpointAssociationStatus.add_member(:association_sync_state, Shapes::ShapeRef.new(shape: AssociationSyncState, location_name: "AssociationSyncState"))
1382
+ VpcEndpointAssociationStatus.struct_class = Types::VpcEndpointAssociationStatus
1383
+
1384
+ VpcEndpointAssociations.member = Shapes::ShapeRef.new(shape: VpcEndpointAssociationMetadata)
1385
+
1278
1386
  VpcIds.member = Shapes::ShapeRef.new(shape: VpcId)
1279
1387
 
1280
1388
 
@@ -1381,6 +1489,21 @@ module Aws::NetworkFirewall
1381
1489
  o.errors << Shapes::ShapeRef.new(shape: InsufficientCapacityException)
1382
1490
  end)
1383
1491
 
1492
+ api.add_operation(:create_vpc_endpoint_association, Seahorse::Model::Operation.new.tap do |o|
1493
+ o.name = "CreateVpcEndpointAssociation"
1494
+ o.http_method = "POST"
1495
+ o.http_request_uri = "/"
1496
+ o.input = Shapes::ShapeRef.new(shape: CreateVpcEndpointAssociationRequest)
1497
+ o.output = Shapes::ShapeRef.new(shape: CreateVpcEndpointAssociationResponse)
1498
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1499
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1500
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1501
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1502
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientCapacityException)
1503
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1504
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
1505
+ end)
1506
+
1384
1507
  api.add_operation(:delete_firewall, Seahorse::Model::Operation.new.tap do |o|
1385
1508
  o.name = "DeleteFirewall"
1386
1509
  o.http_method = "POST"
@@ -1449,6 +1572,19 @@ module Aws::NetworkFirewall
1449
1572
  o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
1450
1573
  end)
1451
1574
 
1575
+ api.add_operation(:delete_vpc_endpoint_association, Seahorse::Model::Operation.new.tap do |o|
1576
+ o.name = "DeleteVpcEndpointAssociation"
1577
+ o.http_method = "POST"
1578
+ o.http_request_uri = "/"
1579
+ o.input = Shapes::ShapeRef.new(shape: DeleteVpcEndpointAssociationRequest)
1580
+ o.output = Shapes::ShapeRef.new(shape: DeleteVpcEndpointAssociationResponse)
1581
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1582
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1583
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1584
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1585
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
1586
+ end)
1587
+
1452
1588
  api.add_operation(:describe_firewall, Seahorse::Model::Operation.new.tap do |o|
1453
1589
  o.name = "DescribeFirewall"
1454
1590
  o.http_method = "POST"
@@ -1461,6 +1597,18 @@ module Aws::NetworkFirewall
1461
1597
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1462
1598
  end)
1463
1599
 
1600
+ api.add_operation(:describe_firewall_metadata, Seahorse::Model::Operation.new.tap do |o|
1601
+ o.name = "DescribeFirewallMetadata"
1602
+ o.http_method = "POST"
1603
+ o.http_request_uri = "/"
1604
+ o.input = Shapes::ShapeRef.new(shape: DescribeFirewallMetadataRequest)
1605
+ o.output = Shapes::ShapeRef.new(shape: DescribeFirewallMetadataResponse)
1606
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1607
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1608
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1609
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1610
+ end)
1611
+
1464
1612
  api.add_operation(:describe_firewall_policy, Seahorse::Model::Operation.new.tap do |o|
1465
1613
  o.name = "DescribeFirewallPolicy"
1466
1614
  o.http_method = "POST"
@@ -1545,6 +1693,18 @@ module Aws::NetworkFirewall
1545
1693
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1546
1694
  end)
1547
1695
 
1696
+ api.add_operation(:describe_vpc_endpoint_association, Seahorse::Model::Operation.new.tap do |o|
1697
+ o.name = "DescribeVpcEndpointAssociation"
1698
+ o.http_method = "POST"
1699
+ o.http_request_uri = "/"
1700
+ o.input = Shapes::ShapeRef.new(shape: DescribeVpcEndpointAssociationRequest)
1701
+ o.output = Shapes::ShapeRef.new(shape: DescribeVpcEndpointAssociationResponse)
1702
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1703
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1704
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1705
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1706
+ end)
1707
+
1548
1708
  api.add_operation(:disassociate_subnets, Seahorse::Model::Operation.new.tap do |o|
1549
1709
  o.name = "DisassociateSubnets"
1550
1710
  o.http_method = "POST"
@@ -1717,6 +1877,23 @@ module Aws::NetworkFirewall
1717
1877
  )
1718
1878
  end)
1719
1879
 
1880
+ api.add_operation(:list_vpc_endpoint_associations, Seahorse::Model::Operation.new.tap do |o|
1881
+ o.name = "ListVpcEndpointAssociations"
1882
+ o.http_method = "POST"
1883
+ o.http_request_uri = "/"
1884
+ o.input = Shapes::ShapeRef.new(shape: ListVpcEndpointAssociationsRequest)
1885
+ o.output = Shapes::ShapeRef.new(shape: ListVpcEndpointAssociationsResponse)
1886
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1887
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1888
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1889
+ o[:pager] = Aws::Pager.new(
1890
+ limit_key: "max_results",
1891
+ tokens: {
1892
+ "next_token" => "next_token"
1893
+ }
1894
+ )
1895
+ end)
1896
+
1720
1897
  api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
1721
1898
  o.name = "PutResourcePolicy"
1722
1899
  o.http_method = "POST"