aws-sdk-networkfirewall 1.68.0 → 1.70.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkfirewall/client.rb +554 -5
- data/lib/aws-sdk-networkfirewall/client_api.rb +228 -0
- data/lib/aws-sdk-networkfirewall/types.rb +889 -33
- data/lib/aws-sdk-networkfirewall.rb +2 -2
- data/sig/client.rbs +127 -8
- data/sig/types.rbs +140 -2
- metadata +1 -1
@@ -14,7 +14,10 @@ module Aws::NetworkFirewall
|
|
14
14
|
|
15
15
|
include Seahorse::Model
|
16
16
|
|
17
|
+
AWSAccountId = Shapes::StringShape.new(name: 'AWSAccountId')
|
17
18
|
AZSyncState = Shapes::StructureShape.new(name: 'AZSyncState')
|
19
|
+
AcceptNetworkFirewallTransitGatewayAttachmentRequest = Shapes::StructureShape.new(name: 'AcceptNetworkFirewallTransitGatewayAttachmentRequest')
|
20
|
+
AcceptNetworkFirewallTransitGatewayAttachmentResponse = Shapes::StructureShape.new(name: 'AcceptNetworkFirewallTransitGatewayAttachmentResponse')
|
18
21
|
ActionDefinition = Shapes::StructureShape.new(name: 'ActionDefinition')
|
19
22
|
ActionName = Shapes::StringShape.new(name: 'ActionName')
|
20
23
|
Address = Shapes::StructureShape.new(name: 'Address')
|
@@ -29,14 +32,20 @@ module Aws::NetworkFirewall
|
|
29
32
|
AnalysisResult = Shapes::StructureShape.new(name: 'AnalysisResult')
|
30
33
|
AnalysisResultList = Shapes::ListShape.new(name: 'AnalysisResultList')
|
31
34
|
AnalysisTypeReportResult = Shapes::StructureShape.new(name: 'AnalysisTypeReportResult')
|
35
|
+
AssociateAvailabilityZonesRequest = Shapes::StructureShape.new(name: 'AssociateAvailabilityZonesRequest')
|
36
|
+
AssociateAvailabilityZonesResponse = Shapes::StructureShape.new(name: 'AssociateAvailabilityZonesResponse')
|
32
37
|
AssociateFirewallPolicyRequest = Shapes::StructureShape.new(name: 'AssociateFirewallPolicyRequest')
|
33
38
|
AssociateFirewallPolicyResponse = Shapes::StructureShape.new(name: 'AssociateFirewallPolicyResponse')
|
34
39
|
AssociateSubnetsRequest = Shapes::StructureShape.new(name: 'AssociateSubnetsRequest')
|
35
40
|
AssociateSubnetsResponse = Shapes::StructureShape.new(name: 'AssociateSubnetsResponse')
|
36
41
|
AssociationSyncState = Shapes::MapShape.new(name: 'AssociationSyncState')
|
37
42
|
Attachment = Shapes::StructureShape.new(name: 'Attachment')
|
43
|
+
AttachmentId = Shapes::StringShape.new(name: 'AttachmentId')
|
38
44
|
AttachmentStatus = Shapes::StringShape.new(name: 'AttachmentStatus')
|
39
45
|
AvailabilityZone = Shapes::StringShape.new(name: 'AvailabilityZone')
|
46
|
+
AvailabilityZoneMapping = Shapes::StructureShape.new(name: 'AvailabilityZoneMapping')
|
47
|
+
AvailabilityZoneMappingString = Shapes::StringShape.new(name: 'AvailabilityZoneMappingString')
|
48
|
+
AvailabilityZoneMappings = Shapes::ListShape.new(name: 'AvailabilityZoneMappings')
|
40
49
|
AvailabilityZoneMetadata = Shapes::StructureShape.new(name: 'AvailabilityZoneMetadata')
|
41
50
|
AzSubnet = Shapes::StringShape.new(name: 'AzSubnet')
|
42
51
|
AzSubnets = Shapes::ListShape.new(name: 'AzSubnets')
|
@@ -62,10 +71,13 @@ module Aws::NetworkFirewall
|
|
62
71
|
CreateVpcEndpointAssociationResponse = Shapes::StructureShape.new(name: 'CreateVpcEndpointAssociationResponse')
|
63
72
|
CustomAction = Shapes::StructureShape.new(name: 'CustomAction')
|
64
73
|
CustomActions = Shapes::ListShape.new(name: 'CustomActions')
|
74
|
+
DeepThreatInspection = Shapes::BooleanShape.new(name: 'DeepThreatInspection')
|
65
75
|
DeleteFirewallPolicyRequest = Shapes::StructureShape.new(name: 'DeleteFirewallPolicyRequest')
|
66
76
|
DeleteFirewallPolicyResponse = Shapes::StructureShape.new(name: 'DeleteFirewallPolicyResponse')
|
67
77
|
DeleteFirewallRequest = Shapes::StructureShape.new(name: 'DeleteFirewallRequest')
|
68
78
|
DeleteFirewallResponse = Shapes::StructureShape.new(name: 'DeleteFirewallResponse')
|
79
|
+
DeleteNetworkFirewallTransitGatewayAttachmentRequest = Shapes::StructureShape.new(name: 'DeleteNetworkFirewallTransitGatewayAttachmentRequest')
|
80
|
+
DeleteNetworkFirewallTransitGatewayAttachmentResponse = Shapes::StructureShape.new(name: 'DeleteNetworkFirewallTransitGatewayAttachmentResponse')
|
69
81
|
DeleteResourcePolicyRequest = Shapes::StructureShape.new(name: 'DeleteResourcePolicyRequest')
|
70
82
|
DeleteResourcePolicyResponse = Shapes::StructureShape.new(name: 'DeleteResourcePolicyResponse')
|
71
83
|
DeleteRuleGroupRequest = Shapes::StructureShape.new(name: 'DeleteRuleGroupRequest')
|
@@ -90,6 +102,8 @@ module Aws::NetworkFirewall
|
|
90
102
|
DescribeRuleGroupMetadataResponse = Shapes::StructureShape.new(name: 'DescribeRuleGroupMetadataResponse')
|
91
103
|
DescribeRuleGroupRequest = Shapes::StructureShape.new(name: 'DescribeRuleGroupRequest')
|
92
104
|
DescribeRuleGroupResponse = Shapes::StructureShape.new(name: 'DescribeRuleGroupResponse')
|
105
|
+
DescribeRuleGroupSummaryRequest = Shapes::StructureShape.new(name: 'DescribeRuleGroupSummaryRequest')
|
106
|
+
DescribeRuleGroupSummaryResponse = Shapes::StructureShape.new(name: 'DescribeRuleGroupSummaryResponse')
|
93
107
|
DescribeTLSInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeTLSInspectionConfigurationRequest')
|
94
108
|
DescribeTLSInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeTLSInspectionConfigurationResponse')
|
95
109
|
DescribeVpcEndpointAssociationRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationRequest')
|
@@ -99,6 +113,8 @@ module Aws::NetworkFirewall
|
|
99
113
|
Dimension = Shapes::StructureShape.new(name: 'Dimension')
|
100
114
|
DimensionValue = Shapes::StringShape.new(name: 'DimensionValue')
|
101
115
|
Dimensions = Shapes::ListShape.new(name: 'Dimensions')
|
116
|
+
DisassociateAvailabilityZonesRequest = Shapes::StructureShape.new(name: 'DisassociateAvailabilityZonesRequest')
|
117
|
+
DisassociateAvailabilityZonesResponse = Shapes::StructureShape.new(name: 'DisassociateAvailabilityZonesResponse')
|
102
118
|
DisassociateSubnetsRequest = Shapes::StructureShape.new(name: 'DisassociateSubnetsRequest')
|
103
119
|
DisassociateSubnetsResponse = Shapes::StructureShape.new(name: 'DisassociateSubnetsResponse')
|
104
120
|
Domain = Shapes::StringShape.new(name: 'Domain')
|
@@ -211,6 +227,8 @@ module Aws::NetworkFirewall
|
|
211
227
|
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
212
228
|
PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
|
213
229
|
ReferenceSets = Shapes::StructureShape.new(name: 'ReferenceSets')
|
230
|
+
RejectNetworkFirewallTransitGatewayAttachmentRequest = Shapes::StructureShape.new(name: 'RejectNetworkFirewallTransitGatewayAttachmentRequest')
|
231
|
+
RejectNetworkFirewallTransitGatewayAttachmentResponse = Shapes::StructureShape.new(name: 'RejectNetworkFirewallTransitGatewayAttachmentResponse')
|
214
232
|
ReportTime = Shapes::TimestampShape.new(name: 'ReportTime')
|
215
233
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
216
234
|
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
@@ -232,6 +250,8 @@ module Aws::NetworkFirewall
|
|
232
250
|
RuleOption = Shapes::StructureShape.new(name: 'RuleOption')
|
233
251
|
RuleOptions = Shapes::ListShape.new(name: 'RuleOptions')
|
234
252
|
RuleOrder = Shapes::StringShape.new(name: 'RuleOrder')
|
253
|
+
RuleSummaries = Shapes::ListShape.new(name: 'RuleSummaries')
|
254
|
+
RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
|
235
255
|
RuleTargets = Shapes::ListShape.new(name: 'RuleTargets')
|
236
256
|
RuleVariableName = Shapes::StringShape.new(name: 'RuleVariableName')
|
237
257
|
RuleVariables = Shapes::StructureShape.new(name: 'RuleVariables')
|
@@ -278,6 +298,10 @@ module Aws::NetworkFirewall
|
|
278
298
|
StreamExceptionPolicy = Shapes::StringShape.new(name: 'StreamExceptionPolicy')
|
279
299
|
SubnetMapping = Shapes::StructureShape.new(name: 'SubnetMapping')
|
280
300
|
SubnetMappings = Shapes::ListShape.new(name: 'SubnetMappings')
|
301
|
+
Summary = Shapes::StructureShape.new(name: 'Summary')
|
302
|
+
SummaryConfiguration = Shapes::StructureShape.new(name: 'SummaryConfiguration')
|
303
|
+
SummaryRuleOption = Shapes::StringShape.new(name: 'SummaryRuleOption')
|
304
|
+
SummaryRuleOptions = Shapes::ListShape.new(name: 'SummaryRuleOptions')
|
281
305
|
SupportedAvailabilityZones = Shapes::MapShape.new(name: 'SupportedAvailabilityZones')
|
282
306
|
SyncState = Shapes::StructureShape.new(name: 'SyncState')
|
283
307
|
SyncStateConfig = Shapes::MapShape.new(name: 'SyncStateConfig')
|
@@ -302,10 +326,17 @@ module Aws::NetworkFirewall
|
|
302
326
|
TcpIdleTimeoutRangeBound = Shapes::IntegerShape.new(name: 'TcpIdleTimeoutRangeBound')
|
303
327
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
304
328
|
TlsCertificateData = Shapes::StructureShape.new(name: 'TlsCertificateData')
|
329
|
+
TransitGatewayAttachmentId = Shapes::StringShape.new(name: 'TransitGatewayAttachmentId')
|
330
|
+
TransitGatewayAttachmentStatus = Shapes::StringShape.new(name: 'TransitGatewayAttachmentStatus')
|
331
|
+
TransitGatewayAttachmentSyncState = Shapes::StructureShape.new(name: 'TransitGatewayAttachmentSyncState')
|
332
|
+
TransitGatewayAttachmentSyncStateMessage = Shapes::StringShape.new(name: 'TransitGatewayAttachmentSyncStateMessage')
|
333
|
+
TransitGatewayId = Shapes::StringShape.new(name: 'TransitGatewayId')
|
305
334
|
UniqueSources = Shapes::StructureShape.new(name: 'UniqueSources')
|
306
335
|
UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
|
307
336
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
308
337
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
338
|
+
UpdateAvailabilityZoneChangeProtectionRequest = Shapes::StructureShape.new(name: 'UpdateAvailabilityZoneChangeProtectionRequest')
|
339
|
+
UpdateAvailabilityZoneChangeProtectionResponse = Shapes::StructureShape.new(name: 'UpdateAvailabilityZoneChangeProtectionResponse')
|
309
340
|
UpdateFirewallAnalysisSettingsRequest = Shapes::StructureShape.new(name: 'UpdateFirewallAnalysisSettingsRequest')
|
310
341
|
UpdateFirewallAnalysisSettingsResponse = Shapes::StructureShape.new(name: 'UpdateFirewallAnalysisSettingsResponse')
|
311
342
|
UpdateFirewallDeleteProtectionRequest = Shapes::StructureShape.new(name: 'UpdateFirewallDeleteProtectionRequest')
|
@@ -340,6 +371,13 @@ module Aws::NetworkFirewall
|
|
340
371
|
AZSyncState.add_member(:attachment, Shapes::ShapeRef.new(shape: Attachment, location_name: "Attachment"))
|
341
372
|
AZSyncState.struct_class = Types::AZSyncState
|
342
373
|
|
374
|
+
AcceptNetworkFirewallTransitGatewayAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
|
375
|
+
AcceptNetworkFirewallTransitGatewayAttachmentRequest.struct_class = Types::AcceptNetworkFirewallTransitGatewayAttachmentRequest
|
376
|
+
|
377
|
+
AcceptNetworkFirewallTransitGatewayAttachmentResponse.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
|
378
|
+
AcceptNetworkFirewallTransitGatewayAttachmentResponse.add_member(:transit_gateway_attachment_status, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentStatus, required: true, location_name: "TransitGatewayAttachmentStatus"))
|
379
|
+
AcceptNetworkFirewallTransitGatewayAttachmentResponse.struct_class = Types::AcceptNetworkFirewallTransitGatewayAttachmentResponse
|
380
|
+
|
343
381
|
ActionDefinition.add_member(:publish_metric_action, Shapes::ShapeRef.new(shape: PublishMetricAction, location_name: "PublishMetricAction"))
|
344
382
|
ActionDefinition.struct_class = Types::ActionDefinition
|
345
383
|
|
@@ -373,6 +411,18 @@ module Aws::NetworkFirewall
|
|
373
411
|
AnalysisTypeReportResult.add_member(:unique_sources, Shapes::ShapeRef.new(shape: UniqueSources, location_name: "UniqueSources"))
|
374
412
|
AnalysisTypeReportResult.struct_class = Types::AnalysisTypeReportResult
|
375
413
|
|
414
|
+
AssociateAvailabilityZonesRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
415
|
+
AssociateAvailabilityZonesRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
416
|
+
AssociateAvailabilityZonesRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
417
|
+
AssociateAvailabilityZonesRequest.add_member(:availability_zone_mappings, Shapes::ShapeRef.new(shape: AvailabilityZoneMappings, required: true, location_name: "AvailabilityZoneMappings"))
|
418
|
+
AssociateAvailabilityZonesRequest.struct_class = Types::AssociateAvailabilityZonesRequest
|
419
|
+
|
420
|
+
AssociateAvailabilityZonesResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
421
|
+
AssociateAvailabilityZonesResponse.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
422
|
+
AssociateAvailabilityZonesResponse.add_member(:availability_zone_mappings, Shapes::ShapeRef.new(shape: AvailabilityZoneMappings, location_name: "AvailabilityZoneMappings"))
|
423
|
+
AssociateAvailabilityZonesResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
424
|
+
AssociateAvailabilityZonesResponse.struct_class = Types::AssociateAvailabilityZonesResponse
|
425
|
+
|
376
426
|
AssociateFirewallPolicyRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
377
427
|
AssociateFirewallPolicyRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
378
428
|
AssociateFirewallPolicyRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
@@ -406,6 +456,11 @@ module Aws::NetworkFirewall
|
|
406
456
|
Attachment.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "StatusMessage"))
|
407
457
|
Attachment.struct_class = Types::Attachment
|
408
458
|
|
459
|
+
AvailabilityZoneMapping.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZoneMappingString, required: true, location_name: "AvailabilityZone"))
|
460
|
+
AvailabilityZoneMapping.struct_class = Types::AvailabilityZoneMapping
|
461
|
+
|
462
|
+
AvailabilityZoneMappings.member = Shapes::ShapeRef.new(shape: AvailabilityZoneMapping)
|
463
|
+
|
409
464
|
AvailabilityZoneMetadata.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IPAddressType, location_name: "IPAddressType"))
|
410
465
|
AvailabilityZoneMetadata.struct_class = Types::AvailabilityZoneMetadata
|
411
466
|
|
@@ -448,6 +503,9 @@ module Aws::NetworkFirewall
|
|
448
503
|
CreateFirewallRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
449
504
|
CreateFirewallRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
450
505
|
CreateFirewallRequest.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
506
|
+
CreateFirewallRequest.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "TransitGatewayId"))
|
507
|
+
CreateFirewallRequest.add_member(:availability_zone_mappings, Shapes::ShapeRef.new(shape: AvailabilityZoneMappings, location_name: "AvailabilityZoneMappings"))
|
508
|
+
CreateFirewallRequest.add_member(:availability_zone_change_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "AvailabilityZoneChangeProtection"))
|
451
509
|
CreateFirewallRequest.struct_class = Types::CreateFirewallRequest
|
452
510
|
|
453
511
|
CreateFirewallResponse.add_member(:firewall, Shapes::ShapeRef.new(shape: Firewall, location_name: "Firewall"))
|
@@ -465,6 +523,7 @@ module Aws::NetworkFirewall
|
|
465
523
|
CreateRuleGroupRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
466
524
|
CreateRuleGroupRequest.add_member(:source_metadata, Shapes::ShapeRef.new(shape: SourceMetadata, location_name: "SourceMetadata"))
|
467
525
|
CreateRuleGroupRequest.add_member(:analyze_rule_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnalyzeRuleGroup"))
|
526
|
+
CreateRuleGroupRequest.add_member(:summary_configuration, Shapes::ShapeRef.new(shape: SummaryConfiguration, location_name: "SummaryConfiguration"))
|
468
527
|
CreateRuleGroupRequest.struct_class = Types::CreateRuleGroupRequest
|
469
528
|
|
470
529
|
CreateRuleGroupResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
@@ -514,6 +573,13 @@ module Aws::NetworkFirewall
|
|
514
573
|
DeleteFirewallResponse.add_member(:firewall_status, Shapes::ShapeRef.new(shape: FirewallStatus, location_name: "FirewallStatus"))
|
515
574
|
DeleteFirewallResponse.struct_class = Types::DeleteFirewallResponse
|
516
575
|
|
576
|
+
DeleteNetworkFirewallTransitGatewayAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
|
577
|
+
DeleteNetworkFirewallTransitGatewayAttachmentRequest.struct_class = Types::DeleteNetworkFirewallTransitGatewayAttachmentRequest
|
578
|
+
|
579
|
+
DeleteNetworkFirewallTransitGatewayAttachmentResponse.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
|
580
|
+
DeleteNetworkFirewallTransitGatewayAttachmentResponse.add_member(:transit_gateway_attachment_status, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentStatus, required: true, location_name: "TransitGatewayAttachmentStatus"))
|
581
|
+
DeleteNetworkFirewallTransitGatewayAttachmentResponse.struct_class = Types::DeleteNetworkFirewallTransitGatewayAttachmentResponse
|
582
|
+
|
517
583
|
DeleteResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
518
584
|
DeleteResourcePolicyRequest.struct_class = Types::DeleteResourcePolicyRequest
|
519
585
|
|
@@ -549,6 +615,7 @@ module Aws::NetworkFirewall
|
|
549
615
|
DescribeFirewallMetadataResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
550
616
|
DescribeFirewallMetadataResponse.add_member(:status, Shapes::ShapeRef.new(shape: FirewallStatusValue, location_name: "Status"))
|
551
617
|
DescribeFirewallMetadataResponse.add_member(:supported_availability_zones, Shapes::ShapeRef.new(shape: SupportedAvailabilityZones, location_name: "SupportedAvailabilityZones"))
|
618
|
+
DescribeFirewallMetadataResponse.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
|
552
619
|
DescribeFirewallMetadataResponse.struct_class = Types::DescribeFirewallMetadataResponse
|
553
620
|
|
554
621
|
DescribeFirewallPolicyRequest.add_member(:firewall_policy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallPolicyName"))
|
@@ -628,6 +695,16 @@ module Aws::NetworkFirewall
|
|
628
695
|
DescribeRuleGroupResponse.add_member(:rule_group_response, Shapes::ShapeRef.new(shape: RuleGroupResponse, required: true, location_name: "RuleGroupResponse"))
|
629
696
|
DescribeRuleGroupResponse.struct_class = Types::DescribeRuleGroupResponse
|
630
697
|
|
698
|
+
DescribeRuleGroupSummaryRequest.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RuleGroupName"))
|
699
|
+
DescribeRuleGroupSummaryRequest.add_member(:rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleGroupArn"))
|
700
|
+
DescribeRuleGroupSummaryRequest.add_member(:type, Shapes::ShapeRef.new(shape: RuleGroupType, location_name: "Type"))
|
701
|
+
DescribeRuleGroupSummaryRequest.struct_class = Types::DescribeRuleGroupSummaryRequest
|
702
|
+
|
703
|
+
DescribeRuleGroupSummaryResponse.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "RuleGroupName"))
|
704
|
+
DescribeRuleGroupSummaryResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
705
|
+
DescribeRuleGroupSummaryResponse.add_member(:summary, Shapes::ShapeRef.new(shape: Summary, location_name: "Summary"))
|
706
|
+
DescribeRuleGroupSummaryResponse.struct_class = Types::DescribeRuleGroupSummaryResponse
|
707
|
+
|
631
708
|
DescribeTLSInspectionConfigurationRequest.add_member(:tls_inspection_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "TLSInspectionConfigurationArn"))
|
632
709
|
DescribeTLSInspectionConfigurationRequest.add_member(:tls_inspection_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "TLSInspectionConfigurationName"))
|
633
710
|
DescribeTLSInspectionConfigurationRequest.struct_class = Types::DescribeTLSInspectionConfigurationRequest
|
@@ -649,6 +726,18 @@ module Aws::NetworkFirewall
|
|
649
726
|
|
650
727
|
Dimensions.member = Shapes::ShapeRef.new(shape: Dimension)
|
651
728
|
|
729
|
+
DisassociateAvailabilityZonesRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
730
|
+
DisassociateAvailabilityZonesRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
731
|
+
DisassociateAvailabilityZonesRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
732
|
+
DisassociateAvailabilityZonesRequest.add_member(:availability_zone_mappings, Shapes::ShapeRef.new(shape: AvailabilityZoneMappings, required: true, location_name: "AvailabilityZoneMappings"))
|
733
|
+
DisassociateAvailabilityZonesRequest.struct_class = Types::DisassociateAvailabilityZonesRequest
|
734
|
+
|
735
|
+
DisassociateAvailabilityZonesResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
736
|
+
DisassociateAvailabilityZonesResponse.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
737
|
+
DisassociateAvailabilityZonesResponse.add_member(:availability_zone_mappings, Shapes::ShapeRef.new(shape: AvailabilityZoneMappings, location_name: "AvailabilityZoneMappings"))
|
738
|
+
DisassociateAvailabilityZonesResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
739
|
+
DisassociateAvailabilityZonesResponse.struct_class = Types::DisassociateAvailabilityZonesResponse
|
740
|
+
|
652
741
|
DisassociateSubnetsRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
653
742
|
DisassociateSubnetsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
654
743
|
DisassociateSubnetsRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
@@ -681,10 +770,15 @@ module Aws::NetworkFirewall
|
|
681
770
|
Firewall.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
682
771
|
Firewall.add_member(:number_of_associations, Shapes::ShapeRef.new(shape: NumberOfAssociations, location_name: "NumberOfAssociations"))
|
683
772
|
Firewall.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
773
|
+
Firewall.add_member(:transit_gateway_id, Shapes::ShapeRef.new(shape: TransitGatewayId, location_name: "TransitGatewayId"))
|
774
|
+
Firewall.add_member(:transit_gateway_owner_account_id, Shapes::ShapeRef.new(shape: AWSAccountId, location_name: "TransitGatewayOwnerAccountId"))
|
775
|
+
Firewall.add_member(:availability_zone_mappings, Shapes::ShapeRef.new(shape: AvailabilityZoneMappings, location_name: "AvailabilityZoneMappings"))
|
776
|
+
Firewall.add_member(:availability_zone_change_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "AvailabilityZoneChangeProtection"))
|
684
777
|
Firewall.struct_class = Types::Firewall
|
685
778
|
|
686
779
|
FirewallMetadata.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
687
780
|
FirewallMetadata.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
781
|
+
FirewallMetadata.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
|
688
782
|
FirewallMetadata.struct_class = Types::FirewallMetadata
|
689
783
|
|
690
784
|
FirewallPolicies.member = Shapes::ShapeRef.new(shape: FirewallPolicyMetadata)
|
@@ -721,6 +815,7 @@ module Aws::NetworkFirewall
|
|
721
815
|
FirewallStatus.add_member(:configuration_sync_state_summary, Shapes::ShapeRef.new(shape: ConfigurationSyncState, required: true, location_name: "ConfigurationSyncStateSummary"))
|
722
816
|
FirewallStatus.add_member(:sync_states, Shapes::ShapeRef.new(shape: SyncStates, location_name: "SyncStates"))
|
723
817
|
FirewallStatus.add_member(:capacity_usage_summary, Shapes::ShapeRef.new(shape: CapacityUsageSummary, location_name: "CapacityUsageSummary"))
|
818
|
+
FirewallStatus.add_member(:transit_gateway_attachment_sync_state, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentSyncState, location_name: "TransitGatewayAttachmentSyncState"))
|
724
819
|
FirewallStatus.struct_class = Types::FirewallStatus
|
725
820
|
|
726
821
|
Firewalls.member = Shapes::ShapeRef.new(shape: FirewallMetadata)
|
@@ -986,6 +1081,13 @@ module Aws::NetworkFirewall
|
|
986
1081
|
ReferenceSets.add_member(:ip_set_references, Shapes::ShapeRef.new(shape: IPSetReferenceMap, location_name: "IPSetReferences"))
|
987
1082
|
ReferenceSets.struct_class = Types::ReferenceSets
|
988
1083
|
|
1084
|
+
RejectNetworkFirewallTransitGatewayAttachmentRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
|
1085
|
+
RejectNetworkFirewallTransitGatewayAttachmentRequest.struct_class = Types::RejectNetworkFirewallTransitGatewayAttachmentRequest
|
1086
|
+
|
1087
|
+
RejectNetworkFirewallTransitGatewayAttachmentResponse.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, required: true, location_name: "TransitGatewayAttachmentId"))
|
1088
|
+
RejectNetworkFirewallTransitGatewayAttachmentResponse.add_member(:transit_gateway_attachment_status, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentStatus, required: true, location_name: "TransitGatewayAttachmentStatus"))
|
1089
|
+
RejectNetworkFirewallTransitGatewayAttachmentResponse.struct_class = Types::RejectNetworkFirewallTransitGatewayAttachmentResponse
|
1090
|
+
|
989
1091
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
990
1092
|
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
991
1093
|
|
@@ -1021,6 +1123,7 @@ module Aws::NetworkFirewall
|
|
1021
1123
|
RuleGroupResponse.add_member(:sns_topic, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "SnsTopic"))
|
1022
1124
|
RuleGroupResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastUpdateTime, location_name: "LastModifiedTime"))
|
1023
1125
|
RuleGroupResponse.add_member(:analysis_results, Shapes::ShapeRef.new(shape: AnalysisResultList, location_name: "AnalysisResults"))
|
1126
|
+
RuleGroupResponse.add_member(:summary_configuration, Shapes::ShapeRef.new(shape: SummaryConfiguration, location_name: "SummaryConfiguration"))
|
1024
1127
|
RuleGroupResponse.struct_class = Types::RuleGroupResponse
|
1025
1128
|
|
1026
1129
|
RuleGroups.member = Shapes::ShapeRef.new(shape: RuleGroupMetadata)
|
@@ -1033,6 +1136,13 @@ module Aws::NetworkFirewall
|
|
1033
1136
|
|
1034
1137
|
RuleOptions.member = Shapes::ShapeRef.new(shape: RuleOption)
|
1035
1138
|
|
1139
|
+
RuleSummaries.member = Shapes::ShapeRef.new(shape: RuleSummary)
|
1140
|
+
|
1141
|
+
RuleSummary.add_member(:sid, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "SID"))
|
1142
|
+
RuleSummary.add_member(:msg, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "Msg"))
|
1143
|
+
RuleSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "Metadata"))
|
1144
|
+
RuleSummary.struct_class = Types::RuleSummary
|
1145
|
+
|
1036
1146
|
RuleTargets.member = Shapes::ShapeRef.new(shape: CollectionMember_String)
|
1037
1147
|
|
1038
1148
|
RuleVariables.add_member(:ip_sets, Shapes::ShapeRef.new(shape: IPSets, location_name: "IPSets"))
|
@@ -1130,6 +1240,7 @@ module Aws::NetworkFirewall
|
|
1130
1240
|
StatefulRuleGroupReference.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
1131
1241
|
StatefulRuleGroupReference.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, location_name: "Priority", metadata: {"box" => true}))
|
1132
1242
|
StatefulRuleGroupReference.add_member(:override, Shapes::ShapeRef.new(shape: StatefulRuleGroupOverride, location_name: "Override"))
|
1243
|
+
StatefulRuleGroupReference.add_member(:deep_threat_inspection, Shapes::ShapeRef.new(shape: DeepThreatInspection, location_name: "DeepThreatInspection"))
|
1133
1244
|
StatefulRuleGroupReference.struct_class = Types::StatefulRuleGroupReference
|
1134
1245
|
|
1135
1246
|
StatefulRuleGroupReferences.member = Shapes::ShapeRef.new(shape: StatefulRuleGroupReference)
|
@@ -1163,6 +1274,14 @@ module Aws::NetworkFirewall
|
|
1163
1274
|
|
1164
1275
|
SubnetMappings.member = Shapes::ShapeRef.new(shape: SubnetMapping)
|
1165
1276
|
|
1277
|
+
Summary.add_member(:rule_summaries, Shapes::ShapeRef.new(shape: RuleSummaries, location_name: "RuleSummaries"))
|
1278
|
+
Summary.struct_class = Types::Summary
|
1279
|
+
|
1280
|
+
SummaryConfiguration.add_member(:rule_options, Shapes::ShapeRef.new(shape: SummaryRuleOptions, location_name: "RuleOptions"))
|
1281
|
+
SummaryConfiguration.struct_class = Types::SummaryConfiguration
|
1282
|
+
|
1283
|
+
SummaryRuleOptions.member = Shapes::ShapeRef.new(shape: SummaryRuleOption)
|
1284
|
+
|
1166
1285
|
SupportedAvailabilityZones.key = Shapes::ShapeRef.new(shape: AvailabilityZone)
|
1167
1286
|
SupportedAvailabilityZones.value = Shapes::ShapeRef.new(shape: AvailabilityZoneMetadata)
|
1168
1287
|
|
@@ -1229,6 +1348,11 @@ module Aws::NetworkFirewall
|
|
1229
1348
|
TlsCertificateData.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusMessage"))
|
1230
1349
|
TlsCertificateData.struct_class = Types::TlsCertificateData
|
1231
1350
|
|
1351
|
+
TransitGatewayAttachmentSyncState.add_member(:attachment_id, Shapes::ShapeRef.new(shape: AttachmentId, location_name: "AttachmentId"))
|
1352
|
+
TransitGatewayAttachmentSyncState.add_member(:transit_gateway_attachment_status, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentStatus, location_name: "TransitGatewayAttachmentStatus"))
|
1353
|
+
TransitGatewayAttachmentSyncState.add_member(:status_message, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentSyncStateMessage, location_name: "StatusMessage"))
|
1354
|
+
TransitGatewayAttachmentSyncState.struct_class = Types::TransitGatewayAttachmentSyncState
|
1355
|
+
|
1232
1356
|
UniqueSources.add_member(:count, Shapes::ShapeRef.new(shape: Count, location_name: "Count"))
|
1233
1357
|
UniqueSources.struct_class = Types::UniqueSources
|
1234
1358
|
|
@@ -1241,6 +1365,18 @@ module Aws::NetworkFirewall
|
|
1241
1365
|
|
1242
1366
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
1243
1367
|
|
1368
|
+
UpdateAvailabilityZoneChangeProtectionRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
1369
|
+
UpdateAvailabilityZoneChangeProtectionRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
1370
|
+
UpdateAvailabilityZoneChangeProtectionRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
1371
|
+
UpdateAvailabilityZoneChangeProtectionRequest.add_member(:availability_zone_change_protection, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "AvailabilityZoneChangeProtection"))
|
1372
|
+
UpdateAvailabilityZoneChangeProtectionRequest.struct_class = Types::UpdateAvailabilityZoneChangeProtectionRequest
|
1373
|
+
|
1374
|
+
UpdateAvailabilityZoneChangeProtectionResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
1375
|
+
UpdateAvailabilityZoneChangeProtectionResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
1376
|
+
UpdateAvailabilityZoneChangeProtectionResponse.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
1377
|
+
UpdateAvailabilityZoneChangeProtectionResponse.add_member(:availability_zone_change_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "AvailabilityZoneChangeProtection"))
|
1378
|
+
UpdateAvailabilityZoneChangeProtectionResponse.struct_class = Types::UpdateAvailabilityZoneChangeProtectionResponse
|
1379
|
+
|
1244
1380
|
UpdateFirewallAnalysisSettingsRequest.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
1245
1381
|
UpdateFirewallAnalysisSettingsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
1246
1382
|
UpdateFirewallAnalysisSettingsRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
@@ -1337,6 +1473,7 @@ module Aws::NetworkFirewall
|
|
1337
1473
|
UpdateRuleGroupRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
1338
1474
|
UpdateRuleGroupRequest.add_member(:source_metadata, Shapes::ShapeRef.new(shape: SourceMetadata, location_name: "SourceMetadata"))
|
1339
1475
|
UpdateRuleGroupRequest.add_member(:analyze_rule_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnalyzeRuleGroup"))
|
1476
|
+
UpdateRuleGroupRequest.add_member(:summary_configuration, Shapes::ShapeRef.new(shape: SummaryConfiguration, location_name: "SummaryConfiguration"))
|
1340
1477
|
UpdateRuleGroupRequest.struct_class = Types::UpdateRuleGroupRequest
|
1341
1478
|
|
1342
1479
|
UpdateRuleGroupResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
|
@@ -1411,6 +1548,33 @@ module Aws::NetworkFirewall
|
|
1411
1548
|
"uid" => "network-firewall-2020-11-12",
|
1412
1549
|
}
|
1413
1550
|
|
1551
|
+
api.add_operation(:accept_network_firewall_transit_gateway_attachment, Seahorse::Model::Operation.new.tap do |o|
|
1552
|
+
o.name = "AcceptNetworkFirewallTransitGatewayAttachment"
|
1553
|
+
o.http_method = "POST"
|
1554
|
+
o.http_request_uri = "/"
|
1555
|
+
o.input = Shapes::ShapeRef.new(shape: AcceptNetworkFirewallTransitGatewayAttachmentRequest)
|
1556
|
+
o.output = Shapes::ShapeRef.new(shape: AcceptNetworkFirewallTransitGatewayAttachmentResponse)
|
1557
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1558
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1559
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1560
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1561
|
+
end)
|
1562
|
+
|
1563
|
+
api.add_operation(:associate_availability_zones, Seahorse::Model::Operation.new.tap do |o|
|
1564
|
+
o.name = "AssociateAvailabilityZones"
|
1565
|
+
o.http_method = "POST"
|
1566
|
+
o.http_request_uri = "/"
|
1567
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateAvailabilityZonesRequest)
|
1568
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateAvailabilityZonesResponse)
|
1569
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1570
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1571
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1572
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientCapacityException)
|
1576
|
+
end)
|
1577
|
+
|
1414
1578
|
api.add_operation(:associate_firewall_policy, Seahorse::Model::Operation.new.tap do |o|
|
1415
1579
|
o.name = "AssociateFirewallPolicy"
|
1416
1580
|
o.http_method = "POST"
|
@@ -1536,6 +1700,18 @@ module Aws::NetworkFirewall
|
|
1536
1700
|
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1537
1701
|
end)
|
1538
1702
|
|
1703
|
+
api.add_operation(:delete_network_firewall_transit_gateway_attachment, Seahorse::Model::Operation.new.tap do |o|
|
1704
|
+
o.name = "DeleteNetworkFirewallTransitGatewayAttachment"
|
1705
|
+
o.http_method = "POST"
|
1706
|
+
o.http_request_uri = "/"
|
1707
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteNetworkFirewallTransitGatewayAttachmentRequest)
|
1708
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteNetworkFirewallTransitGatewayAttachmentResponse)
|
1709
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1710
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1711
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1712
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1713
|
+
end)
|
1714
|
+
|
1539
1715
|
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
1540
1716
|
o.name = "DeleteResourcePolicy"
|
1541
1717
|
o.http_method = "POST"
|
@@ -1685,6 +1861,18 @@ module Aws::NetworkFirewall
|
|
1685
1861
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1686
1862
|
end)
|
1687
1863
|
|
1864
|
+
api.add_operation(:describe_rule_group_summary, Seahorse::Model::Operation.new.tap do |o|
|
1865
|
+
o.name = "DescribeRuleGroupSummary"
|
1866
|
+
o.http_method = "POST"
|
1867
|
+
o.http_request_uri = "/"
|
1868
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeRuleGroupSummaryRequest)
|
1869
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeRuleGroupSummaryResponse)
|
1870
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1871
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1872
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1873
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1874
|
+
end)
|
1875
|
+
|
1688
1876
|
api.add_operation(:describe_tls_inspection_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1689
1877
|
o.name = "DescribeTLSInspectionConfiguration"
|
1690
1878
|
o.http_method = "POST"
|
@@ -1709,6 +1897,20 @@ module Aws::NetworkFirewall
|
|
1709
1897
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1710
1898
|
end)
|
1711
1899
|
|
1900
|
+
api.add_operation(:disassociate_availability_zones, Seahorse::Model::Operation.new.tap do |o|
|
1901
|
+
o.name = "DisassociateAvailabilityZones"
|
1902
|
+
o.http_method = "POST"
|
1903
|
+
o.http_request_uri = "/"
|
1904
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateAvailabilityZonesRequest)
|
1905
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateAvailabilityZonesResponse)
|
1906
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1907
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1908
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1909
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1910
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
1911
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1912
|
+
end)
|
1913
|
+
|
1712
1914
|
api.add_operation(:disassociate_subnets, Seahorse::Model::Operation.new.tap do |o|
|
1713
1915
|
o.name = "DisassociateSubnets"
|
1714
1916
|
o.http_method = "POST"
|
@@ -1911,6 +2113,18 @@ module Aws::NetworkFirewall
|
|
1911
2113
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourcePolicyException)
|
1912
2114
|
end)
|
1913
2115
|
|
2116
|
+
api.add_operation(:reject_network_firewall_transit_gateway_attachment, Seahorse::Model::Operation.new.tap do |o|
|
2117
|
+
o.name = "RejectNetworkFirewallTransitGatewayAttachment"
|
2118
|
+
o.http_method = "POST"
|
2119
|
+
o.http_request_uri = "/"
|
2120
|
+
o.input = Shapes::ShapeRef.new(shape: RejectNetworkFirewallTransitGatewayAttachmentRequest)
|
2121
|
+
o.output = Shapes::ShapeRef.new(shape: RejectNetworkFirewallTransitGatewayAttachmentResponse)
|
2122
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2123
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2124
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2125
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2126
|
+
end)
|
2127
|
+
|
1914
2128
|
api.add_operation(:start_analysis_report, Seahorse::Model::Operation.new.tap do |o|
|
1915
2129
|
o.name = "StartAnalysisReport"
|
1916
2130
|
o.http_method = "POST"
|
@@ -1971,6 +2185,20 @@ module Aws::NetworkFirewall
|
|
1971
2185
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1972
2186
|
end)
|
1973
2187
|
|
2188
|
+
api.add_operation(:update_availability_zone_change_protection, Seahorse::Model::Operation.new.tap do |o|
|
2189
|
+
o.name = "UpdateAvailabilityZoneChangeProtection"
|
2190
|
+
o.http_method = "POST"
|
2191
|
+
o.http_request_uri = "/"
|
2192
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateAvailabilityZoneChangeProtectionRequest)
|
2193
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateAvailabilityZoneChangeProtectionResponse)
|
2194
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
2195
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2196
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2197
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2198
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
2199
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceOwnerCheckException)
|
2200
|
+
end)
|
2201
|
+
|
1974
2202
|
api.add_operation(:update_firewall_analysis_settings, Seahorse::Model::Operation.new.tap do |o|
|
1975
2203
|
o.name = "UpdateFirewallAnalysisSettings"
|
1976
2204
|
o.http_method = "POST"
|