aws-sdk-networkfirewall 1.94.0 → 1.96.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.
@@ -170,6 +170,7 @@ module Aws::NetworkFirewall
170
170
  DisassociateAvailabilityZonesResponse = Shapes::StructureShape.new(name: 'DisassociateAvailabilityZonesResponse')
171
171
  DisassociateSubnetsRequest = Shapes::StructureShape.new(name: 'DisassociateSubnetsRequest')
172
172
  DisassociateSubnetsResponse = Shapes::StructureShape.new(name: 'DisassociateSubnetsResponse')
173
+ DnsName = Shapes::StringShape.new(name: 'DnsName')
173
174
  Domain = Shapes::StringShape.new(name: 'Domain')
174
175
  EnableMonitoringDashboard = Shapes::BooleanShape.new(name: 'EnableMonitoringDashboard')
175
176
  EnableTLSSessionHolding = Shapes::BooleanShape.new(name: 'EnableTLSSessionHolding')
@@ -274,7 +275,12 @@ module Aws::NetworkFirewall
274
275
  LogType = Shapes::StringShape.new(name: 'LogType')
275
276
  LoggingConfiguration = Shapes::StructureShape.new(name: 'LoggingConfiguration')
276
277
  MatchAttributes = Shapes::StructureShape.new(name: 'MatchAttributes')
278
+ NatGatewayAttachment = Shapes::StructureShape.new(name: 'NatGatewayAttachment')
279
+ NatGatewayAttachmentStatus = Shapes::StringShape.new(name: 'NatGatewayAttachmentStatus')
280
+ NatGatewayAttachmentsList = Shapes::ListShape.new(name: 'NatGatewayAttachmentsList')
277
281
  NatGatewayId = Shapes::StringShape.new(name: 'NatGatewayId')
282
+ NatGatewayMapping = Shapes::StructureShape.new(name: 'NatGatewayMapping')
283
+ NatGatewayMappingsList = Shapes::ListShape.new(name: 'NatGatewayMappingsList')
278
284
  NatGatewayPort = Shapes::IntegerShape.new(name: 'NatGatewayPort')
279
285
  NumberOfAssociations = Shapes::IntegerShape.new(name: 'NumberOfAssociations')
280
286
  OverrideAction = Shapes::StringShape.new(name: 'OverrideAction')
@@ -330,6 +336,7 @@ module Aws::NetworkFirewall
330
336
  ProxyRulePriority = Shapes::StructureShape.new(name: 'ProxyRulePriority')
331
337
  ProxyRulePriorityList = Shapes::ListShape.new(name: 'ProxyRulePriorityList')
332
338
  ProxyRulesByRequestPhase = Shapes::StructureShape.new(name: 'ProxyRulesByRequestPhase')
339
+ ProxySettings = Shapes::StructureShape.new(name: 'ProxySettings')
333
340
  ProxyState = Shapes::StringShape.new(name: 'ProxyState')
334
341
  PublishMetricAction = Shapes::StructureShape.new(name: 'PublishMetricAction')
335
342
  PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
@@ -478,6 +485,8 @@ module Aws::NetworkFirewall
478
485
  UpdateProxyRulePrioritiesResponse = Shapes::StructureShape.new(name: 'UpdateProxyRulePrioritiesResponse')
479
486
  UpdateProxyRuleRequest = Shapes::StructureShape.new(name: 'UpdateProxyRuleRequest')
480
487
  UpdateProxyRuleResponse = Shapes::StructureShape.new(name: 'UpdateProxyRuleResponse')
488
+ UpdateProxySettingsRequest = Shapes::StructureShape.new(name: 'UpdateProxySettingsRequest')
489
+ UpdateProxySettingsResponse = Shapes::StructureShape.new(name: 'UpdateProxySettingsResponse')
481
490
  UpdateRuleGroupRequest = Shapes::StructureShape.new(name: 'UpdateRuleGroupRequest')
482
491
  UpdateRuleGroupResponse = Shapes::StructureShape.new(name: 'UpdateRuleGroupResponse')
483
492
  UpdateSubnetChangeProtectionRequest = Shapes::StructureShape.new(name: 'UpdateSubnetChangeProtectionRequest')
@@ -489,6 +498,7 @@ module Aws::NetworkFirewall
489
498
  VariableDefinition = Shapes::StringShape.new(name: 'VariableDefinition')
490
499
  VariableDefinitionList = Shapes::ListShape.new(name: 'VariableDefinitionList')
491
500
  VendorName = Shapes::StringShape.new(name: 'VendorName')
501
+ VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
492
502
  VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
493
503
  VpcEndpointAssociationMetadata = Shapes::StructureShape.new(name: 'VpcEndpointAssociationMetadata')
494
504
  VpcEndpointAssociationStatus = Shapes::StructureShape.new(name: 'VpcEndpointAssociationStatus')
@@ -594,6 +604,7 @@ module Aws::NetworkFirewall
594
604
  Attachment.add_member(:endpoint_id, Shapes::ShapeRef.new(shape: EndpointId, location_name: "EndpointId"))
595
605
  Attachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "Status"))
596
606
  Attachment.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "StatusMessage"))
607
+ Attachment.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
597
608
  Attachment.struct_class = Types::Attachment
598
609
 
599
610
  AvailabilityZoneMapping.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneMappingString, required: true, location_name: "AvailabilityZone"))
@@ -681,6 +692,10 @@ module Aws::NetworkFirewall
681
692
  CreateFirewallRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "TransitGatewayId"))
682
693
  CreateFirewallRequest.add_member(:availability_zone_mappings, Shapes::ShapeRef.new(shape: AvailabilityZoneMappings, location_name: "AvailabilityZoneMappings"))
683
694
  CreateFirewallRequest.add_member(:availability_zone_change_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "AvailabilityZoneChangeProtection"))
695
+ CreateFirewallRequest.add_member(:nat_gateway_mappings, Shapes::ShapeRef.new(shape: NatGatewayMappingsList, location_name: "NatGatewayMappings"))
696
+ CreateFirewallRequest.add_member(:proxy_settings, Shapes::ShapeRef.new(shape: ProxySettings, location_name: "ProxySettings"))
697
+ CreateFirewallRequest.add_member(:no_source_preservation, Shapes::ShapeRef.new(shape: Boolean, location_name: "NoSourcePreservation"))
698
+ CreateFirewallRequest.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint"))
684
699
  CreateFirewallRequest.struct_class = Types::CreateFirewallRequest
685
700
 
686
701
  CreateFirewallResponse.add_member(:firewall, Shapes::ShapeRef.new(shape: Firewall, location_name: "Firewall"))
@@ -1132,6 +1147,10 @@ module Aws::NetworkFirewall
1132
1147
  Firewall.add_member(:transit_gateway_owner_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TransitGatewayOwnerAccountId"))
1133
1148
  Firewall.add_member(:availability_zone_mappings, Shapes::ShapeRef.new(shape: AvailabilityZoneMappings, location_name: "AvailabilityZoneMappings"))
1134
1149
  Firewall.add_member(:availability_zone_change_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "AvailabilityZoneChangeProtection"))
1150
+ Firewall.add_member(:nat_gateway_mappings, Shapes::ShapeRef.new(shape: NatGatewayMappingsList, location_name: "NatGatewayMappings"))
1151
+ Firewall.add_member(:proxy_settings, Shapes::ShapeRef.new(shape: ProxySettings, location_name: "ProxySettings"))
1152
+ Firewall.add_member(:no_source_preservation, Shapes::ShapeRef.new(shape: Boolean, location_name: "NoSourcePreservation"))
1153
+ Firewall.add_member(:vpc_endpoint, Shapes::ShapeRef.new(shape: VpcEndpoint, location_name: "VpcEndpoint"))
1135
1154
  Firewall.struct_class = Types::Firewall
1136
1155
 
1137
1156
  FirewallMetadata.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
@@ -1451,6 +1470,19 @@ module Aws::NetworkFirewall
1451
1470
  MatchAttributes.add_member(:tcp_flags, Shapes::ShapeRef.new(shape: TCPFlags, location_name: "TCPFlags"))
1452
1471
  MatchAttributes.struct_class = Types::MatchAttributes
1453
1472
 
1473
+ NatGatewayAttachment.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, required: true, location_name: "NatGatewayId"))
1474
+ NatGatewayAttachment.add_member(:status, Shapes::ShapeRef.new(shape: NatGatewayAttachmentStatus, required: true, location_name: "Status"))
1475
+ NatGatewayAttachment.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusMessage"))
1476
+ NatGatewayAttachment.add_member(:dns_name, Shapes::ShapeRef.new(shape: DnsName, location_name: "DnsName"))
1477
+ NatGatewayAttachment.struct_class = Types::NatGatewayAttachment
1478
+
1479
+ NatGatewayAttachmentsList.member = Shapes::ShapeRef.new(shape: NatGatewayAttachment)
1480
+
1481
+ NatGatewayMapping.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: NatGatewayId, required: true, location_name: "NatGatewayId"))
1482
+ NatGatewayMapping.struct_class = Types::NatGatewayMapping
1483
+
1484
+ NatGatewayMappingsList.member = Shapes::ShapeRef.new(shape: NatGatewayMapping)
1485
+
1454
1486
  PerObjectStatus.add_member(:sync_status, Shapes::ShapeRef.new(shape: PerObjectSyncStatus, location_name: "SyncStatus"))
1455
1487
  PerObjectStatus.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
1456
1488
  PerObjectStatus.struct_class = Types::PerObjectStatus
@@ -1587,6 +1619,9 @@ module Aws::NetworkFirewall
1587
1619
  ProxyRulesByRequestPhase.add_member(:post_response, Shapes::ShapeRef.new(shape: ProxyRuleList, location_name: "PostRESPONSE"))
1588
1620
  ProxyRulesByRequestPhase.struct_class = Types::ProxyRulesByRequestPhase
1589
1621
 
1622
+ ProxySettings.add_member(:listener_properties, Shapes::ShapeRef.new(shape: ListenerProperties, required: true, location_name: "ListenerProperties"))
1623
+ ProxySettings.struct_class = Types::ProxySettings
1624
+
1590
1625
  PublishMetricAction.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, required: true, location_name: "Dimensions"))
1591
1626
  PublishMetricAction.struct_class = Types::PublishMetricAction
1592
1627
 
@@ -1810,6 +1845,7 @@ module Aws::NetworkFirewall
1810
1845
 
1811
1846
  SyncState.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
1812
1847
  SyncState.add_member(:config, Shapes::ShapeRef.new(shape: SyncStateConfig, location_name: "Config"))
1848
+ SyncState.add_member(:nat_gateway_attachments, Shapes::ShapeRef.new(shape: NatGatewayAttachmentsList, location_name: "NatGatewayAttachments"))
1813
1849
  SyncState.struct_class = Types::SyncState
1814
1850
 
1815
1851
  SyncStateConfig.key = Shapes::ShapeRef.new(shape: ResourceName)
@@ -2074,6 +2110,18 @@ module Aws::NetworkFirewall
2074
2110
  UpdateProxyRuleResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
2075
2111
  UpdateProxyRuleResponse.struct_class = Types::UpdateProxyRuleResponse
2076
2112
 
2113
+ UpdateProxySettingsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
2114
+ UpdateProxySettingsRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
2115
+ UpdateProxySettingsRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
2116
+ UpdateProxySettingsRequest.add_member(:proxy_settings, Shapes::ShapeRef.new(shape: ProxySettings, location_name: "ProxySettings"))
2117
+ UpdateProxySettingsRequest.struct_class = Types::UpdateProxySettingsRequest
2118
+
2119
+ UpdateProxySettingsResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
2120
+ UpdateProxySettingsResponse.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
2121
+ UpdateProxySettingsResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
2122
+ UpdateProxySettingsResponse.add_member(:proxy_settings, Shapes::ShapeRef.new(shape: ProxySettings, location_name: "ProxySettings"))
2123
+ UpdateProxySettingsResponse.struct_class = Types::UpdateProxySettingsResponse
2124
+
2077
2125
  UpdateRuleGroupRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
2078
2126
  UpdateRuleGroupRequest.add_member(:rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleGroupArn"))
2079
2127
  UpdateRuleGroupRequest.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RuleGroupName"))
@@ -2118,6 +2166,10 @@ module Aws::NetworkFirewall
2118
2166
 
2119
2167
  VariableDefinitionList.member = Shapes::ShapeRef.new(shape: VariableDefinition)
2120
2168
 
2169
+ VpcEndpoint.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
2170
+ VpcEndpoint.add_member(:subnet_mappings, Shapes::ShapeRef.new(shape: SubnetMappings, required: true, location_name: "SubnetMappings"))
2171
+ VpcEndpoint.struct_class = Types::VpcEndpoint
2172
+
2121
2173
  VpcEndpointAssociation.add_member(:vpc_endpoint_association_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "VpcEndpointAssociationId"))
2122
2174
  VpcEndpointAssociation.add_member(:vpc_endpoint_association_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "VpcEndpointAssociationArn"))
2123
2175
  VpcEndpointAssociation.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
@@ -3259,6 +3311,21 @@ module Aws::NetworkFirewall
3259
3311
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3260
3312
  end)
3261
3313
 
3314
+ api.add_operation(:update_proxy_settings, Seahorse::Model::Operation.new.tap do |o|
3315
+ o.name = "UpdateProxySettings"
3316
+ o.http_method = "POST"
3317
+ o.http_request_uri = "/"
3318
+ o.input = Shapes::ShapeRef.new(shape: UpdateProxySettingsRequest)
3319
+ o.output = Shapes::ShapeRef.new(shape: UpdateProxySettingsResponse)
3320
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
3321
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
3322
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
3323
+ o.errors << Shapes::ShapeRef.new(shape: ResourceOwnerCheckException)
3324
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
3325
+ o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
3326
+ o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
3327
+ end)
3328
+
3262
3329
  api.add_operation(:update_rule_group, Seahorse::Model::Operation.new.tap do |o|
3263
3330
  o.name = "UpdateRuleGroup"
3264
3331
  o.http_method = "POST"