aws-sdk-networkfirewall 1.61.0 → 1.63.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 +657 -5
- data/lib/aws-sdk-networkfirewall/client_api.rb +360 -2
- data/lib/aws-sdk-networkfirewall/types.rb +1024 -21
- data/lib/aws-sdk-networkfirewall.rb +1 -1
- data/sig/client.rbs +175 -3
- data/sig/types.rbs +212 -0
- metadata +2 -2
@@ -19,8 +19,15 @@ module Aws::NetworkFirewall
|
|
19
19
|
Address = Shapes::StructureShape.new(name: 'Address')
|
20
20
|
AddressDefinition = Shapes::StringShape.new(name: 'AddressDefinition')
|
21
21
|
Addresses = Shapes::ListShape.new(name: 'Addresses')
|
22
|
+
Age = Shapes::IntegerShape.new(name: 'Age')
|
23
|
+
AnalysisReport = Shapes::StructureShape.new(name: 'AnalysisReport')
|
24
|
+
AnalysisReportId = Shapes::StringShape.new(name: 'AnalysisReportId')
|
25
|
+
AnalysisReportNextToken = Shapes::StringShape.new(name: 'AnalysisReportNextToken')
|
26
|
+
AnalysisReportResults = Shapes::ListShape.new(name: 'AnalysisReportResults')
|
27
|
+
AnalysisReports = Shapes::ListShape.new(name: 'AnalysisReports')
|
22
28
|
AnalysisResult = Shapes::StructureShape.new(name: 'AnalysisResult')
|
23
29
|
AnalysisResultList = Shapes::ListShape.new(name: 'AnalysisResultList')
|
30
|
+
AnalysisTypeReportResult = Shapes::StructureShape.new(name: 'AnalysisTypeReportResult')
|
24
31
|
AssociateFirewallPolicyRequest = Shapes::StructureShape.new(name: 'AssociateFirewallPolicyRequest')
|
25
32
|
AssociateFirewallPolicyResponse = Shapes::StructureShape.new(name: 'AssociateFirewallPolicyResponse')
|
26
33
|
AssociateSubnetsRequest = Shapes::StructureShape.new(name: 'AssociateSubnetsRequest')
|
@@ -31,6 +38,7 @@ module Aws::NetworkFirewall
|
|
31
38
|
AzSubnet = Shapes::StringShape.new(name: 'AzSubnet')
|
32
39
|
AzSubnets = Shapes::ListShape.new(name: 'AzSubnets')
|
33
40
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
41
|
+
ByteCount = Shapes::IntegerShape.new(name: 'ByteCount')
|
34
42
|
CIDRCount = Shapes::IntegerShape.new(name: 'CIDRCount')
|
35
43
|
CIDRSummary = Shapes::StructureShape.new(name: 'CIDRSummary')
|
36
44
|
CapacityUsageSummary = Shapes::StructureShape.new(name: 'CapacityUsageSummary')
|
@@ -38,6 +46,7 @@ module Aws::NetworkFirewall
|
|
38
46
|
CheckCertificateRevocationStatusActions = Shapes::StructureShape.new(name: 'CheckCertificateRevocationStatusActions')
|
39
47
|
CollectionMember_String = Shapes::StringShape.new(name: 'CollectionMember_String')
|
40
48
|
ConfigurationSyncState = Shapes::StringShape.new(name: 'ConfigurationSyncState')
|
49
|
+
Count = Shapes::IntegerShape.new(name: 'Count')
|
41
50
|
CreateFirewallPolicyRequest = Shapes::StructureShape.new(name: 'CreateFirewallPolicyRequest')
|
42
51
|
CreateFirewallPolicyResponse = Shapes::StructureShape.new(name: 'CreateFirewallPolicyResponse')
|
43
52
|
CreateFirewallRequest = Shapes::StructureShape.new(name: 'CreateFirewallRequest')
|
@@ -62,6 +71,8 @@ module Aws::NetworkFirewall
|
|
62
71
|
DescribeFirewallPolicyResponse = Shapes::StructureShape.new(name: 'DescribeFirewallPolicyResponse')
|
63
72
|
DescribeFirewallRequest = Shapes::StructureShape.new(name: 'DescribeFirewallRequest')
|
64
73
|
DescribeFirewallResponse = Shapes::StructureShape.new(name: 'DescribeFirewallResponse')
|
74
|
+
DescribeFlowOperationRequest = Shapes::StructureShape.new(name: 'DescribeFlowOperationRequest')
|
75
|
+
DescribeFlowOperationResponse = Shapes::StructureShape.new(name: 'DescribeFlowOperationResponse')
|
65
76
|
DescribeLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeLoggingConfigurationRequest')
|
66
77
|
DescribeLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeLoggingConfigurationResponse')
|
67
78
|
DescribeResourcePolicyRequest = Shapes::StructureShape.new(name: 'DescribeResourcePolicyRequest')
|
@@ -79,8 +90,12 @@ module Aws::NetworkFirewall
|
|
79
90
|
Dimensions = Shapes::ListShape.new(name: 'Dimensions')
|
80
91
|
DisassociateSubnetsRequest = Shapes::StructureShape.new(name: 'DisassociateSubnetsRequest')
|
81
92
|
DisassociateSubnetsResponse = Shapes::StructureShape.new(name: 'DisassociateSubnetsResponse')
|
93
|
+
Domain = Shapes::StringShape.new(name: 'Domain')
|
94
|
+
EnabledAnalysisType = Shapes::StringShape.new(name: 'EnabledAnalysisType')
|
95
|
+
EnabledAnalysisTypes = Shapes::ListShape.new(name: 'EnabledAnalysisTypes')
|
82
96
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
83
97
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
98
|
+
EndTime = Shapes::TimestampShape.new(name: 'EndTime')
|
84
99
|
EndpointId = Shapes::StringShape.new(name: 'EndpointId')
|
85
100
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
86
101
|
Firewall = Shapes::StructureShape.new(name: 'Firewall')
|
@@ -92,12 +107,27 @@ module Aws::NetworkFirewall
|
|
92
107
|
FirewallStatus = Shapes::StructureShape.new(name: 'FirewallStatus')
|
93
108
|
FirewallStatusValue = Shapes::StringShape.new(name: 'FirewallStatusValue')
|
94
109
|
Firewalls = Shapes::ListShape.new(name: 'Firewalls')
|
110
|
+
FirstAccessed = Shapes::TimestampShape.new(name: 'FirstAccessed')
|
95
111
|
Flags = Shapes::ListShape.new(name: 'Flags')
|
112
|
+
Flow = Shapes::StructureShape.new(name: 'Flow')
|
113
|
+
FlowFilter = Shapes::StructureShape.new(name: 'FlowFilter')
|
114
|
+
FlowFilters = Shapes::ListShape.new(name: 'FlowFilters')
|
115
|
+
FlowOperation = Shapes::StructureShape.new(name: 'FlowOperation')
|
116
|
+
FlowOperationId = Shapes::StringShape.new(name: 'FlowOperationId')
|
117
|
+
FlowOperationMetadata = Shapes::StructureShape.new(name: 'FlowOperationMetadata')
|
118
|
+
FlowOperationStatus = Shapes::StringShape.new(name: 'FlowOperationStatus')
|
119
|
+
FlowOperationType = Shapes::StringShape.new(name: 'FlowOperationType')
|
120
|
+
FlowOperations = Shapes::ListShape.new(name: 'FlowOperations')
|
121
|
+
FlowRequestTimestamp = Shapes::TimestampShape.new(name: 'FlowRequestTimestamp')
|
96
122
|
FlowTimeouts = Shapes::StructureShape.new(name: 'FlowTimeouts')
|
123
|
+
Flows = Shapes::ListShape.new(name: 'Flows')
|
97
124
|
GeneratedRulesType = Shapes::StringShape.new(name: 'GeneratedRulesType')
|
125
|
+
GetAnalysisReportResultsRequest = Shapes::StructureShape.new(name: 'GetAnalysisReportResultsRequest')
|
126
|
+
GetAnalysisReportResultsResponse = Shapes::StructureShape.new(name: 'GetAnalysisReportResultsResponse')
|
98
127
|
HashMapKey = Shapes::StringShape.new(name: 'HashMapKey')
|
99
128
|
HashMapValue = Shapes::StringShape.new(name: 'HashMapValue')
|
100
129
|
Header = Shapes::StructureShape.new(name: 'Header')
|
130
|
+
Hits = Shapes::StructureShape.new(name: 'Hits')
|
101
131
|
IPAddressType = Shapes::StringShape.new(name: 'IPAddressType')
|
102
132
|
IPSet = Shapes::StructureShape.new(name: 'IPSet')
|
103
133
|
IPSetArn = Shapes::StringShape.new(name: 'IPSetArn')
|
@@ -116,12 +146,19 @@ module Aws::NetworkFirewall
|
|
116
146
|
InvalidTokenException = Shapes::StructureShape.new(name: 'InvalidTokenException')
|
117
147
|
KeyId = Shapes::StringShape.new(name: 'KeyId')
|
118
148
|
Keyword = Shapes::StringShape.new(name: 'Keyword')
|
149
|
+
LastAccessed = Shapes::TimestampShape.new(name: 'LastAccessed')
|
119
150
|
LastUpdateTime = Shapes::TimestampShape.new(name: 'LastUpdateTime')
|
120
151
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
152
|
+
ListAnalysisReportsRequest = Shapes::StructureShape.new(name: 'ListAnalysisReportsRequest')
|
153
|
+
ListAnalysisReportsResponse = Shapes::StructureShape.new(name: 'ListAnalysisReportsResponse')
|
121
154
|
ListFirewallPoliciesRequest = Shapes::StructureShape.new(name: 'ListFirewallPoliciesRequest')
|
122
155
|
ListFirewallPoliciesResponse = Shapes::StructureShape.new(name: 'ListFirewallPoliciesResponse')
|
123
156
|
ListFirewallsRequest = Shapes::StructureShape.new(name: 'ListFirewallsRequest')
|
124
157
|
ListFirewallsResponse = Shapes::StructureShape.new(name: 'ListFirewallsResponse')
|
158
|
+
ListFlowOperationResultsRequest = Shapes::StructureShape.new(name: 'ListFlowOperationResultsRequest')
|
159
|
+
ListFlowOperationResultsResponse = Shapes::StructureShape.new(name: 'ListFlowOperationResultsResponse')
|
160
|
+
ListFlowOperationsRequest = Shapes::StructureShape.new(name: 'ListFlowOperationsRequest')
|
161
|
+
ListFlowOperationsResponse = Shapes::StructureShape.new(name: 'ListFlowOperationsResponse')
|
125
162
|
ListRuleGroupsRequest = Shapes::StructureShape.new(name: 'ListRuleGroupsRequest')
|
126
163
|
ListRuleGroupsResponse = Shapes::StructureShape.new(name: 'ListRuleGroupsResponse')
|
127
164
|
ListTLSInspectionConfigurationsRequest = Shapes::StructureShape.new(name: 'ListTLSInspectionConfigurationsRequest')
|
@@ -138,6 +175,7 @@ module Aws::NetworkFirewall
|
|
138
175
|
MatchAttributes = Shapes::StructureShape.new(name: 'MatchAttributes')
|
139
176
|
NumberOfAssociations = Shapes::IntegerShape.new(name: 'NumberOfAssociations')
|
140
177
|
OverrideAction = Shapes::StringShape.new(name: 'OverrideAction')
|
178
|
+
PacketCount = Shapes::IntegerShape.new(name: 'PacketCount')
|
141
179
|
PaginationMaxResults = Shapes::IntegerShape.new(name: 'PaginationMaxResults')
|
142
180
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
143
181
|
PerObjectStatus = Shapes::StructureShape.new(name: 'PerObjectStatus')
|
@@ -153,10 +191,13 @@ module Aws::NetworkFirewall
|
|
153
191
|
Priority = Shapes::IntegerShape.new(name: 'Priority')
|
154
192
|
ProtocolNumber = Shapes::IntegerShape.new(name: 'ProtocolNumber')
|
155
193
|
ProtocolNumbers = Shapes::ListShape.new(name: 'ProtocolNumbers')
|
194
|
+
ProtocolString = Shapes::StringShape.new(name: 'ProtocolString')
|
195
|
+
ProtocolStrings = Shapes::ListShape.new(name: 'ProtocolStrings')
|
156
196
|
PublishMetricAction = Shapes::StructureShape.new(name: 'PublishMetricAction')
|
157
197
|
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
158
198
|
PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
|
159
199
|
ReferenceSets = Shapes::StructureShape.new(name: 'ReferenceSets')
|
200
|
+
ReportTime = Shapes::TimestampShape.new(name: 'ReportTime')
|
160
201
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
161
202
|
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
162
203
|
ResourceManagedStatus = Shapes::StringShape.new(name: 'ResourceManagedStatus')
|
@@ -193,6 +234,13 @@ module Aws::NetworkFirewall
|
|
193
234
|
Settings = Shapes::ListShape.new(name: 'Settings')
|
194
235
|
Source = Shapes::StringShape.new(name: 'Source')
|
195
236
|
SourceMetadata = Shapes::StructureShape.new(name: 'SourceMetadata')
|
237
|
+
StartAnalysisReportRequest = Shapes::StructureShape.new(name: 'StartAnalysisReportRequest')
|
238
|
+
StartAnalysisReportResponse = Shapes::StructureShape.new(name: 'StartAnalysisReportResponse')
|
239
|
+
StartFlowCaptureRequest = Shapes::StructureShape.new(name: 'StartFlowCaptureRequest')
|
240
|
+
StartFlowCaptureResponse = Shapes::StructureShape.new(name: 'StartFlowCaptureResponse')
|
241
|
+
StartFlowFlushRequest = Shapes::StructureShape.new(name: 'StartFlowFlushRequest')
|
242
|
+
StartFlowFlushResponse = Shapes::StructureShape.new(name: 'StartFlowFlushResponse')
|
243
|
+
StartTime = Shapes::TimestampShape.new(name: 'StartTime')
|
196
244
|
StatefulAction = Shapes::StringShape.new(name: 'StatefulAction')
|
197
245
|
StatefulActions = Shapes::ListShape.new(name: 'StatefulActions')
|
198
246
|
StatefulEngineOptions = Shapes::StructureShape.new(name: 'StatefulEngineOptions')
|
@@ -210,6 +258,7 @@ module Aws::NetworkFirewall
|
|
210
258
|
StatelessRuleGroupReferences = Shapes::ListShape.new(name: 'StatelessRuleGroupReferences')
|
211
259
|
StatelessRules = Shapes::ListShape.new(name: 'StatelessRules')
|
212
260
|
StatelessRulesAndCustomActions = Shapes::StructureShape.new(name: 'StatelessRulesAndCustomActions')
|
261
|
+
Status = Shapes::StringShape.new(name: 'Status')
|
213
262
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
214
263
|
StatusReason = Shapes::StringShape.new(name: 'StatusReason')
|
215
264
|
StreamExceptionPolicy = Shapes::StringShape.new(name: 'StreamExceptionPolicy')
|
@@ -238,9 +287,12 @@ module Aws::NetworkFirewall
|
|
238
287
|
TcpIdleTimeoutRangeBound = Shapes::IntegerShape.new(name: 'TcpIdleTimeoutRangeBound')
|
239
288
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
240
289
|
TlsCertificateData = Shapes::StructureShape.new(name: 'TlsCertificateData')
|
290
|
+
UniqueSources = Shapes::StructureShape.new(name: 'UniqueSources')
|
241
291
|
UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
|
242
292
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
243
293
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
294
|
+
UpdateFirewallAnalysisSettingsRequest = Shapes::StructureShape.new(name: 'UpdateFirewallAnalysisSettingsRequest')
|
295
|
+
UpdateFirewallAnalysisSettingsResponse = Shapes::StructureShape.new(name: 'UpdateFirewallAnalysisSettingsResponse')
|
244
296
|
UpdateFirewallDeleteProtectionRequest = Shapes::StructureShape.new(name: 'UpdateFirewallDeleteProtectionRequest')
|
245
297
|
UpdateFirewallDeleteProtectionResponse = Shapes::StructureShape.new(name: 'UpdateFirewallDeleteProtectionResponse')
|
246
298
|
UpdateFirewallDescriptionRequest = Shapes::StructureShape.new(name: 'UpdateFirewallDescriptionRequest')
|
@@ -273,6 +325,16 @@ module Aws::NetworkFirewall
|
|
273
325
|
|
274
326
|
Addresses.member = Shapes::ShapeRef.new(shape: Address)
|
275
327
|
|
328
|
+
AnalysisReport.add_member(:analysis_report_id, Shapes::ShapeRef.new(shape: AnalysisReportId, location_name: "AnalysisReportId"))
|
329
|
+
AnalysisReport.add_member(:analysis_type, Shapes::ShapeRef.new(shape: EnabledAnalysisType, location_name: "AnalysisType"))
|
330
|
+
AnalysisReport.add_member(:report_time, Shapes::ShapeRef.new(shape: ReportTime, location_name: "ReportTime"))
|
331
|
+
AnalysisReport.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
332
|
+
AnalysisReport.struct_class = Types::AnalysisReport
|
333
|
+
|
334
|
+
AnalysisReportResults.member = Shapes::ShapeRef.new(shape: AnalysisTypeReportResult)
|
335
|
+
|
336
|
+
AnalysisReports.member = Shapes::ShapeRef.new(shape: AnalysisReport)
|
337
|
+
|
276
338
|
AnalysisResult.add_member(:identified_rule_ids, Shapes::ShapeRef.new(shape: RuleIdList, location_name: "IdentifiedRuleIds"))
|
277
339
|
AnalysisResult.add_member(:identified_type, Shapes::ShapeRef.new(shape: IdentifiedType, location_name: "IdentifiedType"))
|
278
340
|
AnalysisResult.add_member(:analysis_detail, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "AnalysisDetail"))
|
@@ -280,6 +342,14 @@ module Aws::NetworkFirewall
|
|
280
342
|
|
281
343
|
AnalysisResultList.member = Shapes::ShapeRef.new(shape: AnalysisResult)
|
282
344
|
|
345
|
+
AnalysisTypeReportResult.add_member(:protocol, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "Protocol"))
|
346
|
+
AnalysisTypeReportResult.add_member(:first_accessed, Shapes::ShapeRef.new(shape: FirstAccessed, location_name: "FirstAccessed"))
|
347
|
+
AnalysisTypeReportResult.add_member(:last_accessed, Shapes::ShapeRef.new(shape: LastAccessed, location_name: "LastAccessed"))
|
348
|
+
AnalysisTypeReportResult.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, location_name: "Domain"))
|
349
|
+
AnalysisTypeReportResult.add_member(:hits, Shapes::ShapeRef.new(shape: Hits, location_name: "Hits"))
|
350
|
+
AnalysisTypeReportResult.add_member(:unique_sources, Shapes::ShapeRef.new(shape: UniqueSources, location_name: "UniqueSources"))
|
351
|
+
AnalysisTypeReportResult.struct_class = Types::AnalysisTypeReportResult
|
352
|
+
|
283
353
|
AssociateFirewallPolicyRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
284
354
|
AssociateFirewallPolicyRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
285
355
|
AssociateFirewallPolicyRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
@@ -340,14 +410,15 @@ module Aws::NetworkFirewall
|
|
340
410
|
|
341
411
|
CreateFirewallRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "FirewallName"))
|
342
412
|
CreateFirewallRequest.add_member(:firewall_policy_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallPolicyArn"))
|
343
|
-
CreateFirewallRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId,
|
344
|
-
CreateFirewallRequest.add_member(:subnet_mappings, Shapes::ShapeRef.new(shape: SubnetMappings,
|
413
|
+
CreateFirewallRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
414
|
+
CreateFirewallRequest.add_member(:subnet_mappings, Shapes::ShapeRef.new(shape: SubnetMappings, location_name: "SubnetMappings"))
|
345
415
|
CreateFirewallRequest.add_member(:delete_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteProtection"))
|
346
416
|
CreateFirewallRequest.add_member(:subnet_change_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "SubnetChangeProtection"))
|
347
417
|
CreateFirewallRequest.add_member(:firewall_policy_change_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "FirewallPolicyChangeProtection"))
|
348
418
|
CreateFirewallRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
349
419
|
CreateFirewallRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
350
420
|
CreateFirewallRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
421
|
+
CreateFirewallRequest.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
351
422
|
CreateFirewallRequest.struct_class = Types::CreateFirewallRequest
|
352
423
|
|
353
424
|
CreateFirewallResponse.add_member(:firewall, Shapes::ShapeRef.new(shape: Firewall, location_name: "Firewall"))
|
@@ -441,6 +512,21 @@ module Aws::NetworkFirewall
|
|
441
512
|
DescribeFirewallResponse.add_member(:firewall_status, Shapes::ShapeRef.new(shape: FirewallStatus, location_name: "FirewallStatus"))
|
442
513
|
DescribeFirewallResponse.struct_class = Types::DescribeFirewallResponse
|
443
514
|
|
515
|
+
DescribeFlowOperationRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
|
516
|
+
DescribeFlowOperationRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
517
|
+
DescribeFlowOperationRequest.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, required: true, location_name: "FlowOperationId"))
|
518
|
+
DescribeFlowOperationRequest.struct_class = Types::DescribeFlowOperationRequest
|
519
|
+
|
520
|
+
DescribeFlowOperationResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
521
|
+
DescribeFlowOperationResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
522
|
+
DescribeFlowOperationResponse.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, location_name: "FlowOperationId"))
|
523
|
+
DescribeFlowOperationResponse.add_member(:flow_operation_type, Shapes::ShapeRef.new(shape: FlowOperationType, location_name: "FlowOperationType"))
|
524
|
+
DescribeFlowOperationResponse.add_member(:flow_operation_status, Shapes::ShapeRef.new(shape: FlowOperationStatus, location_name: "FlowOperationStatus"))
|
525
|
+
DescribeFlowOperationResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusMessage"))
|
526
|
+
DescribeFlowOperationResponse.add_member(:flow_request_timestamp, Shapes::ShapeRef.new(shape: FlowRequestTimestamp, location_name: "FlowRequestTimestamp"))
|
527
|
+
DescribeFlowOperationResponse.add_member(:flow_operation, Shapes::ShapeRef.new(shape: FlowOperation, location_name: "FlowOperation"))
|
528
|
+
DescribeFlowOperationResponse.struct_class = Types::DescribeFlowOperationResponse
|
529
|
+
|
444
530
|
DescribeLoggingConfigurationRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
445
531
|
DescribeLoggingConfigurationRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
446
532
|
DescribeLoggingConfigurationRequest.struct_class = Types::DescribeLoggingConfigurationRequest
|
@@ -506,6 +592,8 @@ module Aws::NetworkFirewall
|
|
506
592
|
DisassociateSubnetsResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
507
593
|
DisassociateSubnetsResponse.struct_class = Types::DisassociateSubnetsResponse
|
508
594
|
|
595
|
+
EnabledAnalysisTypes.member = Shapes::ShapeRef.new(shape: EnabledAnalysisType)
|
596
|
+
|
509
597
|
EncryptionConfiguration.add_member(:key_id, Shapes::ShapeRef.new(shape: KeyId, location_name: "KeyId"))
|
510
598
|
EncryptionConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "Type"))
|
511
599
|
EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
|
@@ -522,6 +610,7 @@ module Aws::NetworkFirewall
|
|
522
610
|
Firewall.add_member(:firewall_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "FirewallId"))
|
523
611
|
Firewall.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
524
612
|
Firewall.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
613
|
+
Firewall.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
525
614
|
Firewall.struct_class = Types::Firewall
|
526
615
|
|
527
616
|
FirewallMetadata.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
@@ -568,9 +657,58 @@ module Aws::NetworkFirewall
|
|
568
657
|
|
569
658
|
Flags.member = Shapes::ShapeRef.new(shape: TCPFlag)
|
570
659
|
|
660
|
+
Flow.add_member(:source_address, Shapes::ShapeRef.new(shape: Address, location_name: "SourceAddress"))
|
661
|
+
Flow.add_member(:destination_address, Shapes::ShapeRef.new(shape: Address, location_name: "DestinationAddress"))
|
662
|
+
Flow.add_member(:source_port, Shapes::ShapeRef.new(shape: Port, location_name: "SourcePort"))
|
663
|
+
Flow.add_member(:destination_port, Shapes::ShapeRef.new(shape: Port, location_name: "DestinationPort"))
|
664
|
+
Flow.add_member(:protocol, Shapes::ShapeRef.new(shape: ProtocolString, location_name: "Protocol"))
|
665
|
+
Flow.add_member(:age, Shapes::ShapeRef.new(shape: Age, location_name: "Age"))
|
666
|
+
Flow.add_member(:packet_count, Shapes::ShapeRef.new(shape: PacketCount, location_name: "PacketCount"))
|
667
|
+
Flow.add_member(:byte_count, Shapes::ShapeRef.new(shape: ByteCount, location_name: "ByteCount"))
|
668
|
+
Flow.struct_class = Types::Flow
|
669
|
+
|
670
|
+
FlowFilter.add_member(:source_address, Shapes::ShapeRef.new(shape: Address, location_name: "SourceAddress"))
|
671
|
+
FlowFilter.add_member(:destination_address, Shapes::ShapeRef.new(shape: Address, location_name: "DestinationAddress"))
|
672
|
+
FlowFilter.add_member(:source_port, Shapes::ShapeRef.new(shape: Port, location_name: "SourcePort"))
|
673
|
+
FlowFilter.add_member(:destination_port, Shapes::ShapeRef.new(shape: Port, location_name: "DestinationPort"))
|
674
|
+
FlowFilter.add_member(:protocols, Shapes::ShapeRef.new(shape: ProtocolStrings, location_name: "Protocols"))
|
675
|
+
FlowFilter.struct_class = Types::FlowFilter
|
676
|
+
|
677
|
+
FlowFilters.member = Shapes::ShapeRef.new(shape: FlowFilter)
|
678
|
+
|
679
|
+
FlowOperation.add_member(:minimum_flow_age_in_seconds, Shapes::ShapeRef.new(shape: Age, location_name: "MinimumFlowAgeInSeconds"))
|
680
|
+
FlowOperation.add_member(:flow_filters, Shapes::ShapeRef.new(shape: FlowFilters, location_name: "FlowFilters"))
|
681
|
+
FlowOperation.struct_class = Types::FlowOperation
|
682
|
+
|
683
|
+
FlowOperationMetadata.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, location_name: "FlowOperationId"))
|
684
|
+
FlowOperationMetadata.add_member(:flow_operation_type, Shapes::ShapeRef.new(shape: FlowOperationType, location_name: "FlowOperationType"))
|
685
|
+
FlowOperationMetadata.add_member(:flow_request_timestamp, Shapes::ShapeRef.new(shape: FlowRequestTimestamp, location_name: "FlowRequestTimestamp"))
|
686
|
+
FlowOperationMetadata.add_member(:flow_operation_status, Shapes::ShapeRef.new(shape: FlowOperationStatus, location_name: "FlowOperationStatus"))
|
687
|
+
FlowOperationMetadata.struct_class = Types::FlowOperationMetadata
|
688
|
+
|
689
|
+
FlowOperations.member = Shapes::ShapeRef.new(shape: FlowOperationMetadata)
|
690
|
+
|
571
691
|
FlowTimeouts.add_member(:tcp_idle_timeout_seconds, Shapes::ShapeRef.new(shape: TcpIdleTimeoutRangeBound, location_name: "TcpIdleTimeoutSeconds"))
|
572
692
|
FlowTimeouts.struct_class = Types::FlowTimeouts
|
573
693
|
|
694
|
+
Flows.member = Shapes::ShapeRef.new(shape: Flow)
|
695
|
+
|
696
|
+
GetAnalysisReportResultsRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
697
|
+
GetAnalysisReportResultsRequest.add_member(:analysis_report_id, Shapes::ShapeRef.new(shape: AnalysisReportId, required: true, location_name: "AnalysisReportId"))
|
698
|
+
GetAnalysisReportResultsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
699
|
+
GetAnalysisReportResultsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: AnalysisReportNextToken, location_name: "NextToken"))
|
700
|
+
GetAnalysisReportResultsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
701
|
+
GetAnalysisReportResultsRequest.struct_class = Types::GetAnalysisReportResultsRequest
|
702
|
+
|
703
|
+
GetAnalysisReportResultsResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
704
|
+
GetAnalysisReportResultsResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, location_name: "StartTime"))
|
705
|
+
GetAnalysisReportResultsResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: EndTime, location_name: "EndTime"))
|
706
|
+
GetAnalysisReportResultsResponse.add_member(:report_time, Shapes::ShapeRef.new(shape: ReportTime, location_name: "ReportTime"))
|
707
|
+
GetAnalysisReportResultsResponse.add_member(:analysis_type, Shapes::ShapeRef.new(shape: EnabledAnalysisType, location_name: "AnalysisType"))
|
708
|
+
GetAnalysisReportResultsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: AnalysisReportNextToken, location_name: "NextToken"))
|
709
|
+
GetAnalysisReportResultsResponse.add_member(:analysis_report_results, Shapes::ShapeRef.new(shape: AnalysisReportResults, location_name: "AnalysisReportResults"))
|
710
|
+
GetAnalysisReportResultsResponse.struct_class = Types::GetAnalysisReportResultsResponse
|
711
|
+
|
574
712
|
Header.add_member(:protocol, Shapes::ShapeRef.new(shape: StatefulRuleProtocol, required: true, location_name: "Protocol"))
|
575
713
|
Header.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "Source"))
|
576
714
|
Header.add_member(:source_port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "SourcePort"))
|
@@ -579,6 +717,9 @@ module Aws::NetworkFirewall
|
|
579
717
|
Header.add_member(:destination_port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "DestinationPort"))
|
580
718
|
Header.struct_class = Types::Header
|
581
719
|
|
720
|
+
Hits.add_member(:count, Shapes::ShapeRef.new(shape: Count, location_name: "Count"))
|
721
|
+
Hits.struct_class = Types::Hits
|
722
|
+
|
582
723
|
IPSet.add_member(:definition, Shapes::ShapeRef.new(shape: VariableDefinitionList, required: true, location_name: "Definition"))
|
583
724
|
IPSet.struct_class = Types::IPSet
|
584
725
|
|
@@ -618,6 +759,16 @@ module Aws::NetworkFirewall
|
|
618
759
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
619
760
|
LimitExceededException.struct_class = Types::LimitExceededException
|
620
761
|
|
762
|
+
ListAnalysisReportsRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
763
|
+
ListAnalysisReportsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
764
|
+
ListAnalysisReportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
765
|
+
ListAnalysisReportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
766
|
+
ListAnalysisReportsRequest.struct_class = Types::ListAnalysisReportsRequest
|
767
|
+
|
768
|
+
ListAnalysisReportsResponse.add_member(:analysis_reports, Shapes::ShapeRef.new(shape: AnalysisReports, location_name: "AnalysisReports"))
|
769
|
+
ListAnalysisReportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
770
|
+
ListAnalysisReportsResponse.struct_class = Types::ListAnalysisReportsResponse
|
771
|
+
|
621
772
|
ListFirewallPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
622
773
|
ListFirewallPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
623
774
|
ListFirewallPoliciesRequest.struct_class = Types::ListFirewallPoliciesRequest
|
@@ -635,6 +786,34 @@ module Aws::NetworkFirewall
|
|
635
786
|
ListFirewallsResponse.add_member(:firewalls, Shapes::ShapeRef.new(shape: Firewalls, location_name: "Firewalls"))
|
636
787
|
ListFirewallsResponse.struct_class = Types::ListFirewallsResponse
|
637
788
|
|
789
|
+
ListFlowOperationResultsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
|
790
|
+
ListFlowOperationResultsRequest.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, required: true, location_name: "FlowOperationId"))
|
791
|
+
ListFlowOperationResultsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
792
|
+
ListFlowOperationResultsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
793
|
+
ListFlowOperationResultsRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
794
|
+
ListFlowOperationResultsRequest.struct_class = Types::ListFlowOperationResultsRequest
|
795
|
+
|
796
|
+
ListFlowOperationResultsResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
797
|
+
ListFlowOperationResultsResponse.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
798
|
+
ListFlowOperationResultsResponse.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, location_name: "FlowOperationId"))
|
799
|
+
ListFlowOperationResultsResponse.add_member(:flow_operation_status, Shapes::ShapeRef.new(shape: FlowOperationStatus, location_name: "FlowOperationStatus"))
|
800
|
+
ListFlowOperationResultsResponse.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusMessage"))
|
801
|
+
ListFlowOperationResultsResponse.add_member(:flow_request_timestamp, Shapes::ShapeRef.new(shape: FlowRequestTimestamp, location_name: "FlowRequestTimestamp"))
|
802
|
+
ListFlowOperationResultsResponse.add_member(:flows, Shapes::ShapeRef.new(shape: Flows, location_name: "Flows"))
|
803
|
+
ListFlowOperationResultsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
804
|
+
ListFlowOperationResultsResponse.struct_class = Types::ListFlowOperationResultsResponse
|
805
|
+
|
806
|
+
ListFlowOperationsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
|
807
|
+
ListFlowOperationsRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
808
|
+
ListFlowOperationsRequest.add_member(:flow_operation_type, Shapes::ShapeRef.new(shape: FlowOperationType, location_name: "FlowOperationType"))
|
809
|
+
ListFlowOperationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
810
|
+
ListFlowOperationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
811
|
+
ListFlowOperationsRequest.struct_class = Types::ListFlowOperationsRequest
|
812
|
+
|
813
|
+
ListFlowOperationsResponse.add_member(:flow_operations, Shapes::ShapeRef.new(shape: FlowOperations, location_name: "FlowOperations"))
|
814
|
+
ListFlowOperationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
815
|
+
ListFlowOperationsResponse.struct_class = Types::ListFlowOperationsResponse
|
816
|
+
|
638
817
|
ListRuleGroupsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
639
818
|
ListRuleGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
640
819
|
ListRuleGroupsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: ResourceManagedStatus, location_name: "Scope"))
|
@@ -708,6 +887,8 @@ module Aws::NetworkFirewall
|
|
708
887
|
|
709
888
|
ProtocolNumbers.member = Shapes::ShapeRef.new(shape: ProtocolNumber)
|
710
889
|
|
890
|
+
ProtocolStrings.member = Shapes::ShapeRef.new(shape: ProtocolString)
|
891
|
+
|
711
892
|
PublishMetricAction.add_member(:dimensions, Shapes::ShapeRef.new(shape: Dimensions, required: true, location_name: "Dimensions"))
|
712
893
|
PublishMetricAction.struct_class = Types::PublishMetricAction
|
713
894
|
|
@@ -812,6 +993,36 @@ module Aws::NetworkFirewall
|
|
812
993
|
SourceMetadata.add_member(:source_update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "SourceUpdateToken"))
|
813
994
|
SourceMetadata.struct_class = Types::SourceMetadata
|
814
995
|
|
996
|
+
StartAnalysisReportRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
997
|
+
StartAnalysisReportRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
998
|
+
StartAnalysisReportRequest.add_member(:analysis_type, Shapes::ShapeRef.new(shape: EnabledAnalysisType, required: true, location_name: "AnalysisType"))
|
999
|
+
StartAnalysisReportRequest.struct_class = Types::StartAnalysisReportRequest
|
1000
|
+
|
1001
|
+
StartAnalysisReportResponse.add_member(:analysis_report_id, Shapes::ShapeRef.new(shape: AnalysisReportId, required: true, location_name: "AnalysisReportId"))
|
1002
|
+
StartAnalysisReportResponse.struct_class = Types::StartAnalysisReportResponse
|
1003
|
+
|
1004
|
+
StartFlowCaptureRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
|
1005
|
+
StartFlowCaptureRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
1006
|
+
StartFlowCaptureRequest.add_member(:minimum_flow_age_in_seconds, Shapes::ShapeRef.new(shape: Age, location_name: "MinimumFlowAgeInSeconds"))
|
1007
|
+
StartFlowCaptureRequest.add_member(:flow_filters, Shapes::ShapeRef.new(shape: FlowFilters, required: true, location_name: "FlowFilters"))
|
1008
|
+
StartFlowCaptureRequest.struct_class = Types::StartFlowCaptureRequest
|
1009
|
+
|
1010
|
+
StartFlowCaptureResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
1011
|
+
StartFlowCaptureResponse.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, location_name: "FlowOperationId"))
|
1012
|
+
StartFlowCaptureResponse.add_member(:flow_operation_status, Shapes::ShapeRef.new(shape: FlowOperationStatus, location_name: "FlowOperationStatus"))
|
1013
|
+
StartFlowCaptureResponse.struct_class = Types::StartFlowCaptureResponse
|
1014
|
+
|
1015
|
+
StartFlowFlushRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "FirewallArn"))
|
1016
|
+
StartFlowFlushRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
|
1017
|
+
StartFlowFlushRequest.add_member(:minimum_flow_age_in_seconds, Shapes::ShapeRef.new(shape: Age, location_name: "MinimumFlowAgeInSeconds"))
|
1018
|
+
StartFlowFlushRequest.add_member(:flow_filters, Shapes::ShapeRef.new(shape: FlowFilters, required: true, location_name: "FlowFilters"))
|
1019
|
+
StartFlowFlushRequest.struct_class = Types::StartFlowFlushRequest
|
1020
|
+
|
1021
|
+
StartFlowFlushResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
1022
|
+
StartFlowFlushResponse.add_member(:flow_operation_id, Shapes::ShapeRef.new(shape: FlowOperationId, location_name: "FlowOperationId"))
|
1023
|
+
StartFlowFlushResponse.add_member(:flow_operation_status, Shapes::ShapeRef.new(shape: FlowOperationStatus, location_name: "FlowOperationStatus"))
|
1024
|
+
StartFlowFlushResponse.struct_class = Types::StartFlowFlushResponse
|
1025
|
+
|
815
1026
|
StatefulActions.member = Shapes::ShapeRef.new(shape: CollectionMember_String)
|
816
1027
|
|
817
1028
|
StatefulEngineOptions.add_member(:rule_order, Shapes::ShapeRef.new(shape: RuleOrder, location_name: "RuleOrder"))
|
@@ -926,6 +1137,9 @@ module Aws::NetworkFirewall
|
|
926
1137
|
TlsCertificateData.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusMessage"))
|
927
1138
|
TlsCertificateData.struct_class = Types::TlsCertificateData
|
928
1139
|
|
1140
|
+
UniqueSources.add_member(:count, Shapes::ShapeRef.new(shape: Count, location_name: "Count"))
|
1141
|
+
UniqueSources.struct_class = Types::UniqueSources
|
1142
|
+
|
929
1143
|
UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
930
1144
|
UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
|
931
1145
|
|
@@ -935,6 +1149,18 @@ module Aws::NetworkFirewall
|
|
935
1149
|
|
936
1150
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
937
1151
|
|
1152
|
+
UpdateFirewallAnalysisSettingsRequest.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
1153
|
+
UpdateFirewallAnalysisSettingsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
1154
|
+
UpdateFirewallAnalysisSettingsRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
1155
|
+
UpdateFirewallAnalysisSettingsRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
1156
|
+
UpdateFirewallAnalysisSettingsRequest.struct_class = Types::UpdateFirewallAnalysisSettingsRequest
|
1157
|
+
|
1158
|
+
UpdateFirewallAnalysisSettingsResponse.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
1159
|
+
UpdateFirewallAnalysisSettingsResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
1160
|
+
UpdateFirewallAnalysisSettingsResponse.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
1161
|
+
UpdateFirewallAnalysisSettingsResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
1162
|
+
UpdateFirewallAnalysisSettingsResponse.struct_class = Types::UpdateFirewallAnalysisSettingsResponse
|
1163
|
+
|
938
1164
|
UpdateFirewallDeleteProtectionRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
939
1165
|
UpdateFirewallDeleteProtectionRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
940
1166
|
UpdateFirewallDeleteProtectionRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
@@ -1247,6 +1473,18 @@ module Aws::NetworkFirewall
|
|
1247
1473
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1248
1474
|
end)
|
1249
1475
|
|
1476
|
+
api.add_operation(:describe_flow_operation, Seahorse::Model::Operation.new.tap do |o|
|
1477
|
+
o.name = "DescribeFlowOperation"
|
1478
|
+
o.http_method = "POST"
|
1479
|
+
o.http_request_uri = "/"
|
1480
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeFlowOperationRequest)
|
1481
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeFlowOperationResponse)
|
1482
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1483
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1484
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1485
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1486
|
+
end)
|
1487
|
+
|
1250
1488
|
api.add_operation(:describe_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
|
1251
1489
|
o.name = "DescribeLoggingConfiguration"
|
1252
1490
|
o.http_method = "POST"
|
@@ -1321,6 +1559,42 @@ module Aws::NetworkFirewall
|
|
1321
1559
|
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1322
1560
|
end)
|
1323
1561
|
|
1562
|
+
api.add_operation(:get_analysis_report_results, Seahorse::Model::Operation.new.tap do |o|
|
1563
|
+
o.name = "GetAnalysisReportResults"
|
1564
|
+
o.http_method = "POST"
|
1565
|
+
o.http_request_uri = "/"
|
1566
|
+
o.input = Shapes::ShapeRef.new(shape: GetAnalysisReportResultsRequest)
|
1567
|
+
o.output = Shapes::ShapeRef.new(shape: GetAnalysisReportResultsResponse)
|
1568
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1569
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1570
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1571
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1572
|
+
o[:pager] = Aws::Pager.new(
|
1573
|
+
limit_key: "max_results",
|
1574
|
+
tokens: {
|
1575
|
+
"next_token" => "next_token"
|
1576
|
+
}
|
1577
|
+
)
|
1578
|
+
end)
|
1579
|
+
|
1580
|
+
api.add_operation(:list_analysis_reports, Seahorse::Model::Operation.new.tap do |o|
|
1581
|
+
o.name = "ListAnalysisReports"
|
1582
|
+
o.http_method = "POST"
|
1583
|
+
o.http_request_uri = "/"
|
1584
|
+
o.input = Shapes::ShapeRef.new(shape: ListAnalysisReportsRequest)
|
1585
|
+
o.output = Shapes::ShapeRef.new(shape: ListAnalysisReportsResponse)
|
1586
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1587
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1588
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1589
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1590
|
+
o[:pager] = Aws::Pager.new(
|
1591
|
+
limit_key: "max_results",
|
1592
|
+
tokens: {
|
1593
|
+
"next_token" => "next_token"
|
1594
|
+
}
|
1595
|
+
)
|
1596
|
+
end)
|
1597
|
+
|
1324
1598
|
api.add_operation(:list_firewall_policies, Seahorse::Model::Operation.new.tap do |o|
|
1325
1599
|
o.name = "ListFirewallPolicies"
|
1326
1600
|
o.http_method = "POST"
|
@@ -1355,6 +1629,42 @@ module Aws::NetworkFirewall
|
|
1355
1629
|
)
|
1356
1630
|
end)
|
1357
1631
|
|
1632
|
+
api.add_operation(:list_flow_operation_results, Seahorse::Model::Operation.new.tap do |o|
|
1633
|
+
o.name = "ListFlowOperationResults"
|
1634
|
+
o.http_method = "POST"
|
1635
|
+
o.http_request_uri = "/"
|
1636
|
+
o.input = Shapes::ShapeRef.new(shape: ListFlowOperationResultsRequest)
|
1637
|
+
o.output = Shapes::ShapeRef.new(shape: ListFlowOperationResultsResponse)
|
1638
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1639
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1640
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1641
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1642
|
+
o[:pager] = Aws::Pager.new(
|
1643
|
+
limit_key: "max_results",
|
1644
|
+
tokens: {
|
1645
|
+
"next_token" => "next_token"
|
1646
|
+
}
|
1647
|
+
)
|
1648
|
+
end)
|
1649
|
+
|
1650
|
+
api.add_operation(:list_flow_operations, Seahorse::Model::Operation.new.tap do |o|
|
1651
|
+
o.name = "ListFlowOperations"
|
1652
|
+
o.http_method = "POST"
|
1653
|
+
o.http_request_uri = "/"
|
1654
|
+
o.input = Shapes::ShapeRef.new(shape: ListFlowOperationsRequest)
|
1655
|
+
o.output = Shapes::ShapeRef.new(shape: ListFlowOperationsResponse)
|
1656
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1657
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1658
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1659
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1660
|
+
o[:pager] = Aws::Pager.new(
|
1661
|
+
limit_key: "max_results",
|
1662
|
+
tokens: {
|
1663
|
+
"next_token" => "next_token"
|
1664
|
+
}
|
1665
|
+
)
|
1666
|
+
end)
|
1667
|
+
|
1358
1668
|
api.add_operation(:list_rule_groups, Seahorse::Model::Operation.new.tap do |o|
|
1359
1669
|
o.name = "ListRuleGroups"
|
1360
1670
|
o.http_method = "POST"
|
@@ -1420,6 +1730,42 @@ module Aws::NetworkFirewall
|
|
1420
1730
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourcePolicyException)
|
1421
1731
|
end)
|
1422
1732
|
|
1733
|
+
api.add_operation(:start_analysis_report, Seahorse::Model::Operation.new.tap do |o|
|
1734
|
+
o.name = "StartAnalysisReport"
|
1735
|
+
o.http_method = "POST"
|
1736
|
+
o.http_request_uri = "/"
|
1737
|
+
o.input = Shapes::ShapeRef.new(shape: StartAnalysisReportRequest)
|
1738
|
+
o.output = Shapes::ShapeRef.new(shape: StartAnalysisReportResponse)
|
1739
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1740
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1741
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1742
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1743
|
+
end)
|
1744
|
+
|
1745
|
+
api.add_operation(:start_flow_capture, Seahorse::Model::Operation.new.tap do |o|
|
1746
|
+
o.name = "StartFlowCapture"
|
1747
|
+
o.http_method = "POST"
|
1748
|
+
o.http_request_uri = "/"
|
1749
|
+
o.input = Shapes::ShapeRef.new(shape: StartFlowCaptureRequest)
|
1750
|
+
o.output = Shapes::ShapeRef.new(shape: StartFlowCaptureResponse)
|
1751
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1752
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1753
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1754
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1755
|
+
end)
|
1756
|
+
|
1757
|
+
api.add_operation(:start_flow_flush, Seahorse::Model::Operation.new.tap do |o|
|
1758
|
+
o.name = "StartFlowFlush"
|
1759
|
+
o.http_method = "POST"
|
1760
|
+
o.http_request_uri = "/"
|
1761
|
+
o.input = Shapes::ShapeRef.new(shape: StartFlowFlushRequest)
|
1762
|
+
o.output = Shapes::ShapeRef.new(shape: StartFlowFlushResponse)
|
1763
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1764
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1765
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1766
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1767
|
+
end)
|
1768
|
+
|
1423
1769
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1424
1770
|
o.name = "TagResource"
|
1425
1771
|
o.http_method = "POST"
|
@@ -1444,6 +1790,18 @@ module Aws::NetworkFirewall
|
|
1444
1790
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1445
1791
|
end)
|
1446
1792
|
|
1793
|
+
api.add_operation(:update_firewall_analysis_settings, Seahorse::Model::Operation.new.tap do |o|
|
1794
|
+
o.name = "UpdateFirewallAnalysisSettings"
|
1795
|
+
o.http_method = "POST"
|
1796
|
+
o.http_request_uri = "/"
|
1797
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFirewallAnalysisSettingsRequest)
|
1798
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFirewallAnalysisSettingsResponse)
|
1799
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1800
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1801
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1802
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1803
|
+
end)
|
1804
|
+
|
1447
1805
|
api.add_operation(:update_firewall_delete_protection, Seahorse::Model::Operation.new.tap do |o|
|
1448
1806
|
o.name = "UpdateFirewallDeleteProtection"
|
1449
1807
|
o.http_method = "POST"
|