aws-sdk-networkfirewall 1.61.0 → 1.62.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkfirewall/client.rb +275 -5
- data/lib/aws-sdk-networkfirewall/client_api.rb +162 -2
- data/lib/aws-sdk-networkfirewall/types.rb +429 -6
- data/lib/aws-sdk-networkfirewall.rb +1 -1
- data/sig/client.rbs +66 -3
- data/sig/types.rbs +92 -0
- metadata +2 -2
@@ -19,8 +19,14 @@ 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
|
+
AnalysisReport = Shapes::StructureShape.new(name: 'AnalysisReport')
|
23
|
+
AnalysisReportId = Shapes::StringShape.new(name: 'AnalysisReportId')
|
24
|
+
AnalysisReportNextToken = Shapes::StringShape.new(name: 'AnalysisReportNextToken')
|
25
|
+
AnalysisReportResults = Shapes::ListShape.new(name: 'AnalysisReportResults')
|
26
|
+
AnalysisReports = Shapes::ListShape.new(name: 'AnalysisReports')
|
22
27
|
AnalysisResult = Shapes::StructureShape.new(name: 'AnalysisResult')
|
23
28
|
AnalysisResultList = Shapes::ListShape.new(name: 'AnalysisResultList')
|
29
|
+
AnalysisTypeReportResult = Shapes::StructureShape.new(name: 'AnalysisTypeReportResult')
|
24
30
|
AssociateFirewallPolicyRequest = Shapes::StructureShape.new(name: 'AssociateFirewallPolicyRequest')
|
25
31
|
AssociateFirewallPolicyResponse = Shapes::StructureShape.new(name: 'AssociateFirewallPolicyResponse')
|
26
32
|
AssociateSubnetsRequest = Shapes::StructureShape.new(name: 'AssociateSubnetsRequest')
|
@@ -38,6 +44,7 @@ module Aws::NetworkFirewall
|
|
38
44
|
CheckCertificateRevocationStatusActions = Shapes::StructureShape.new(name: 'CheckCertificateRevocationStatusActions')
|
39
45
|
CollectionMember_String = Shapes::StringShape.new(name: 'CollectionMember_String')
|
40
46
|
ConfigurationSyncState = Shapes::StringShape.new(name: 'ConfigurationSyncState')
|
47
|
+
Count = Shapes::IntegerShape.new(name: 'Count')
|
41
48
|
CreateFirewallPolicyRequest = Shapes::StructureShape.new(name: 'CreateFirewallPolicyRequest')
|
42
49
|
CreateFirewallPolicyResponse = Shapes::StructureShape.new(name: 'CreateFirewallPolicyResponse')
|
43
50
|
CreateFirewallRequest = Shapes::StructureShape.new(name: 'CreateFirewallRequest')
|
@@ -79,8 +86,12 @@ module Aws::NetworkFirewall
|
|
79
86
|
Dimensions = Shapes::ListShape.new(name: 'Dimensions')
|
80
87
|
DisassociateSubnetsRequest = Shapes::StructureShape.new(name: 'DisassociateSubnetsRequest')
|
81
88
|
DisassociateSubnetsResponse = Shapes::StructureShape.new(name: 'DisassociateSubnetsResponse')
|
89
|
+
Domain = Shapes::StringShape.new(name: 'Domain')
|
90
|
+
EnabledAnalysisType = Shapes::StringShape.new(name: 'EnabledAnalysisType')
|
91
|
+
EnabledAnalysisTypes = Shapes::ListShape.new(name: 'EnabledAnalysisTypes')
|
82
92
|
EncryptionConfiguration = Shapes::StructureShape.new(name: 'EncryptionConfiguration')
|
83
93
|
EncryptionType = Shapes::StringShape.new(name: 'EncryptionType')
|
94
|
+
EndTime = Shapes::TimestampShape.new(name: 'EndTime')
|
84
95
|
EndpointId = Shapes::StringShape.new(name: 'EndpointId')
|
85
96
|
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
86
97
|
Firewall = Shapes::StructureShape.new(name: 'Firewall')
|
@@ -92,12 +103,16 @@ module Aws::NetworkFirewall
|
|
92
103
|
FirewallStatus = Shapes::StructureShape.new(name: 'FirewallStatus')
|
93
104
|
FirewallStatusValue = Shapes::StringShape.new(name: 'FirewallStatusValue')
|
94
105
|
Firewalls = Shapes::ListShape.new(name: 'Firewalls')
|
106
|
+
FirstAccessed = Shapes::TimestampShape.new(name: 'FirstAccessed')
|
95
107
|
Flags = Shapes::ListShape.new(name: 'Flags')
|
96
108
|
FlowTimeouts = Shapes::StructureShape.new(name: 'FlowTimeouts')
|
97
109
|
GeneratedRulesType = Shapes::StringShape.new(name: 'GeneratedRulesType')
|
110
|
+
GetAnalysisReportResultsRequest = Shapes::StructureShape.new(name: 'GetAnalysisReportResultsRequest')
|
111
|
+
GetAnalysisReportResultsResponse = Shapes::StructureShape.new(name: 'GetAnalysisReportResultsResponse')
|
98
112
|
HashMapKey = Shapes::StringShape.new(name: 'HashMapKey')
|
99
113
|
HashMapValue = Shapes::StringShape.new(name: 'HashMapValue')
|
100
114
|
Header = Shapes::StructureShape.new(name: 'Header')
|
115
|
+
Hits = Shapes::StructureShape.new(name: 'Hits')
|
101
116
|
IPAddressType = Shapes::StringShape.new(name: 'IPAddressType')
|
102
117
|
IPSet = Shapes::StructureShape.new(name: 'IPSet')
|
103
118
|
IPSetArn = Shapes::StringShape.new(name: 'IPSetArn')
|
@@ -116,8 +131,11 @@ module Aws::NetworkFirewall
|
|
116
131
|
InvalidTokenException = Shapes::StructureShape.new(name: 'InvalidTokenException')
|
117
132
|
KeyId = Shapes::StringShape.new(name: 'KeyId')
|
118
133
|
Keyword = Shapes::StringShape.new(name: 'Keyword')
|
134
|
+
LastAccessed = Shapes::TimestampShape.new(name: 'LastAccessed')
|
119
135
|
LastUpdateTime = Shapes::TimestampShape.new(name: 'LastUpdateTime')
|
120
136
|
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
137
|
+
ListAnalysisReportsRequest = Shapes::StructureShape.new(name: 'ListAnalysisReportsRequest')
|
138
|
+
ListAnalysisReportsResponse = Shapes::StructureShape.new(name: 'ListAnalysisReportsResponse')
|
121
139
|
ListFirewallPoliciesRequest = Shapes::StructureShape.new(name: 'ListFirewallPoliciesRequest')
|
122
140
|
ListFirewallPoliciesResponse = Shapes::StructureShape.new(name: 'ListFirewallPoliciesResponse')
|
123
141
|
ListFirewallsRequest = Shapes::StructureShape.new(name: 'ListFirewallsRequest')
|
@@ -157,6 +175,7 @@ module Aws::NetworkFirewall
|
|
157
175
|
PutResourcePolicyRequest = Shapes::StructureShape.new(name: 'PutResourcePolicyRequest')
|
158
176
|
PutResourcePolicyResponse = Shapes::StructureShape.new(name: 'PutResourcePolicyResponse')
|
159
177
|
ReferenceSets = Shapes::StructureShape.new(name: 'ReferenceSets')
|
178
|
+
ReportTime = Shapes::TimestampShape.new(name: 'ReportTime')
|
160
179
|
ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
|
161
180
|
ResourceId = Shapes::StringShape.new(name: 'ResourceId')
|
162
181
|
ResourceManagedStatus = Shapes::StringShape.new(name: 'ResourceManagedStatus')
|
@@ -193,6 +212,9 @@ module Aws::NetworkFirewall
|
|
193
212
|
Settings = Shapes::ListShape.new(name: 'Settings')
|
194
213
|
Source = Shapes::StringShape.new(name: 'Source')
|
195
214
|
SourceMetadata = Shapes::StructureShape.new(name: 'SourceMetadata')
|
215
|
+
StartAnalysisReportRequest = Shapes::StructureShape.new(name: 'StartAnalysisReportRequest')
|
216
|
+
StartAnalysisReportResponse = Shapes::StructureShape.new(name: 'StartAnalysisReportResponse')
|
217
|
+
StartTime = Shapes::TimestampShape.new(name: 'StartTime')
|
196
218
|
StatefulAction = Shapes::StringShape.new(name: 'StatefulAction')
|
197
219
|
StatefulActions = Shapes::ListShape.new(name: 'StatefulActions')
|
198
220
|
StatefulEngineOptions = Shapes::StructureShape.new(name: 'StatefulEngineOptions')
|
@@ -210,6 +232,7 @@ module Aws::NetworkFirewall
|
|
210
232
|
StatelessRuleGroupReferences = Shapes::ListShape.new(name: 'StatelessRuleGroupReferences')
|
211
233
|
StatelessRules = Shapes::ListShape.new(name: 'StatelessRules')
|
212
234
|
StatelessRulesAndCustomActions = Shapes::StructureShape.new(name: 'StatelessRulesAndCustomActions')
|
235
|
+
Status = Shapes::StringShape.new(name: 'Status')
|
213
236
|
StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
|
214
237
|
StatusReason = Shapes::StringShape.new(name: 'StatusReason')
|
215
238
|
StreamExceptionPolicy = Shapes::StringShape.new(name: 'StreamExceptionPolicy')
|
@@ -238,9 +261,12 @@ module Aws::NetworkFirewall
|
|
238
261
|
TcpIdleTimeoutRangeBound = Shapes::IntegerShape.new(name: 'TcpIdleTimeoutRangeBound')
|
239
262
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
240
263
|
TlsCertificateData = Shapes::StructureShape.new(name: 'TlsCertificateData')
|
264
|
+
UniqueSources = Shapes::StructureShape.new(name: 'UniqueSources')
|
241
265
|
UnsupportedOperationException = Shapes::StructureShape.new(name: 'UnsupportedOperationException')
|
242
266
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
243
267
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
268
|
+
UpdateFirewallAnalysisSettingsRequest = Shapes::StructureShape.new(name: 'UpdateFirewallAnalysisSettingsRequest')
|
269
|
+
UpdateFirewallAnalysisSettingsResponse = Shapes::StructureShape.new(name: 'UpdateFirewallAnalysisSettingsResponse')
|
244
270
|
UpdateFirewallDeleteProtectionRequest = Shapes::StructureShape.new(name: 'UpdateFirewallDeleteProtectionRequest')
|
245
271
|
UpdateFirewallDeleteProtectionResponse = Shapes::StructureShape.new(name: 'UpdateFirewallDeleteProtectionResponse')
|
246
272
|
UpdateFirewallDescriptionRequest = Shapes::StructureShape.new(name: 'UpdateFirewallDescriptionRequest')
|
@@ -273,6 +299,16 @@ module Aws::NetworkFirewall
|
|
273
299
|
|
274
300
|
Addresses.member = Shapes::ShapeRef.new(shape: Address)
|
275
301
|
|
302
|
+
AnalysisReport.add_member(:analysis_report_id, Shapes::ShapeRef.new(shape: AnalysisReportId, location_name: "AnalysisReportId"))
|
303
|
+
AnalysisReport.add_member(:analysis_type, Shapes::ShapeRef.new(shape: EnabledAnalysisType, location_name: "AnalysisType"))
|
304
|
+
AnalysisReport.add_member(:report_time, Shapes::ShapeRef.new(shape: ReportTime, location_name: "ReportTime"))
|
305
|
+
AnalysisReport.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
306
|
+
AnalysisReport.struct_class = Types::AnalysisReport
|
307
|
+
|
308
|
+
AnalysisReportResults.member = Shapes::ShapeRef.new(shape: AnalysisTypeReportResult)
|
309
|
+
|
310
|
+
AnalysisReports.member = Shapes::ShapeRef.new(shape: AnalysisReport)
|
311
|
+
|
276
312
|
AnalysisResult.add_member(:identified_rule_ids, Shapes::ShapeRef.new(shape: RuleIdList, location_name: "IdentifiedRuleIds"))
|
277
313
|
AnalysisResult.add_member(:identified_type, Shapes::ShapeRef.new(shape: IdentifiedType, location_name: "IdentifiedType"))
|
278
314
|
AnalysisResult.add_member(:analysis_detail, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "AnalysisDetail"))
|
@@ -280,6 +316,14 @@ module Aws::NetworkFirewall
|
|
280
316
|
|
281
317
|
AnalysisResultList.member = Shapes::ShapeRef.new(shape: AnalysisResult)
|
282
318
|
|
319
|
+
AnalysisTypeReportResult.add_member(:protocol, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "Protocol"))
|
320
|
+
AnalysisTypeReportResult.add_member(:first_accessed, Shapes::ShapeRef.new(shape: FirstAccessed, location_name: "FirstAccessed"))
|
321
|
+
AnalysisTypeReportResult.add_member(:last_accessed, Shapes::ShapeRef.new(shape: LastAccessed, location_name: "LastAccessed"))
|
322
|
+
AnalysisTypeReportResult.add_member(:domain, Shapes::ShapeRef.new(shape: Domain, location_name: "Domain"))
|
323
|
+
AnalysisTypeReportResult.add_member(:hits, Shapes::ShapeRef.new(shape: Hits, location_name: "Hits"))
|
324
|
+
AnalysisTypeReportResult.add_member(:unique_sources, Shapes::ShapeRef.new(shape: UniqueSources, location_name: "UniqueSources"))
|
325
|
+
AnalysisTypeReportResult.struct_class = Types::AnalysisTypeReportResult
|
326
|
+
|
283
327
|
AssociateFirewallPolicyRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
284
328
|
AssociateFirewallPolicyRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
285
329
|
AssociateFirewallPolicyRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
@@ -340,14 +384,15 @@ module Aws::NetworkFirewall
|
|
340
384
|
|
341
385
|
CreateFirewallRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "FirewallName"))
|
342
386
|
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,
|
387
|
+
CreateFirewallRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
388
|
+
CreateFirewallRequest.add_member(:subnet_mappings, Shapes::ShapeRef.new(shape: SubnetMappings, location_name: "SubnetMappings"))
|
345
389
|
CreateFirewallRequest.add_member(:delete_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteProtection"))
|
346
390
|
CreateFirewallRequest.add_member(:subnet_change_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "SubnetChangeProtection"))
|
347
391
|
CreateFirewallRequest.add_member(:firewall_policy_change_protection, Shapes::ShapeRef.new(shape: Boolean, location_name: "FirewallPolicyChangeProtection"))
|
348
392
|
CreateFirewallRequest.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
|
349
393
|
CreateFirewallRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
350
394
|
CreateFirewallRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
395
|
+
CreateFirewallRequest.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
351
396
|
CreateFirewallRequest.struct_class = Types::CreateFirewallRequest
|
352
397
|
|
353
398
|
CreateFirewallResponse.add_member(:firewall, Shapes::ShapeRef.new(shape: Firewall, location_name: "Firewall"))
|
@@ -506,6 +551,8 @@ module Aws::NetworkFirewall
|
|
506
551
|
DisassociateSubnetsResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
507
552
|
DisassociateSubnetsResponse.struct_class = Types::DisassociateSubnetsResponse
|
508
553
|
|
554
|
+
EnabledAnalysisTypes.member = Shapes::ShapeRef.new(shape: EnabledAnalysisType)
|
555
|
+
|
509
556
|
EncryptionConfiguration.add_member(:key_id, Shapes::ShapeRef.new(shape: KeyId, location_name: "KeyId"))
|
510
557
|
EncryptionConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: EncryptionType, required: true, location_name: "Type"))
|
511
558
|
EncryptionConfiguration.struct_class = Types::EncryptionConfiguration
|
@@ -522,6 +569,7 @@ module Aws::NetworkFirewall
|
|
522
569
|
Firewall.add_member(:firewall_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "FirewallId"))
|
523
570
|
Firewall.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
524
571
|
Firewall.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
|
572
|
+
Firewall.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
525
573
|
Firewall.struct_class = Types::Firewall
|
526
574
|
|
527
575
|
FirewallMetadata.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
@@ -571,6 +619,22 @@ module Aws::NetworkFirewall
|
|
571
619
|
FlowTimeouts.add_member(:tcp_idle_timeout_seconds, Shapes::ShapeRef.new(shape: TcpIdleTimeoutRangeBound, location_name: "TcpIdleTimeoutSeconds"))
|
572
620
|
FlowTimeouts.struct_class = Types::FlowTimeouts
|
573
621
|
|
622
|
+
GetAnalysisReportResultsRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
623
|
+
GetAnalysisReportResultsRequest.add_member(:analysis_report_id, Shapes::ShapeRef.new(shape: AnalysisReportId, required: true, location_name: "AnalysisReportId"))
|
624
|
+
GetAnalysisReportResultsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
625
|
+
GetAnalysisReportResultsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: AnalysisReportNextToken, location_name: "NextToken"))
|
626
|
+
GetAnalysisReportResultsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
627
|
+
GetAnalysisReportResultsRequest.struct_class = Types::GetAnalysisReportResultsRequest
|
628
|
+
|
629
|
+
GetAnalysisReportResultsResponse.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "Status"))
|
630
|
+
GetAnalysisReportResultsResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: StartTime, location_name: "StartTime"))
|
631
|
+
GetAnalysisReportResultsResponse.add_member(:end_time, Shapes::ShapeRef.new(shape: EndTime, location_name: "EndTime"))
|
632
|
+
GetAnalysisReportResultsResponse.add_member(:report_time, Shapes::ShapeRef.new(shape: ReportTime, location_name: "ReportTime"))
|
633
|
+
GetAnalysisReportResultsResponse.add_member(:analysis_type, Shapes::ShapeRef.new(shape: EnabledAnalysisType, location_name: "AnalysisType"))
|
634
|
+
GetAnalysisReportResultsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: AnalysisReportNextToken, location_name: "NextToken"))
|
635
|
+
GetAnalysisReportResultsResponse.add_member(:analysis_report_results, Shapes::ShapeRef.new(shape: AnalysisReportResults, location_name: "AnalysisReportResults"))
|
636
|
+
GetAnalysisReportResultsResponse.struct_class = Types::GetAnalysisReportResultsResponse
|
637
|
+
|
574
638
|
Header.add_member(:protocol, Shapes::ShapeRef.new(shape: StatefulRuleProtocol, required: true, location_name: "Protocol"))
|
575
639
|
Header.add_member(:source, Shapes::ShapeRef.new(shape: Source, required: true, location_name: "Source"))
|
576
640
|
Header.add_member(:source_port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "SourcePort"))
|
@@ -579,6 +643,9 @@ module Aws::NetworkFirewall
|
|
579
643
|
Header.add_member(:destination_port, Shapes::ShapeRef.new(shape: Port, required: true, location_name: "DestinationPort"))
|
580
644
|
Header.struct_class = Types::Header
|
581
645
|
|
646
|
+
Hits.add_member(:count, Shapes::ShapeRef.new(shape: Count, location_name: "Count"))
|
647
|
+
Hits.struct_class = Types::Hits
|
648
|
+
|
582
649
|
IPSet.add_member(:definition, Shapes::ShapeRef.new(shape: VariableDefinitionList, required: true, location_name: "Definition"))
|
583
650
|
IPSet.struct_class = Types::IPSet
|
584
651
|
|
@@ -618,6 +685,16 @@ module Aws::NetworkFirewall
|
|
618
685
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
619
686
|
LimitExceededException.struct_class = Types::LimitExceededException
|
620
687
|
|
688
|
+
ListAnalysisReportsRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
689
|
+
ListAnalysisReportsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
690
|
+
ListAnalysisReportsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
691
|
+
ListAnalysisReportsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
692
|
+
ListAnalysisReportsRequest.struct_class = Types::ListAnalysisReportsRequest
|
693
|
+
|
694
|
+
ListAnalysisReportsResponse.add_member(:analysis_reports, Shapes::ShapeRef.new(shape: AnalysisReports, location_name: "AnalysisReports"))
|
695
|
+
ListAnalysisReportsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
696
|
+
ListAnalysisReportsResponse.struct_class = Types::ListAnalysisReportsResponse
|
697
|
+
|
621
698
|
ListFirewallPoliciesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "NextToken"))
|
622
699
|
ListFirewallPoliciesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
623
700
|
ListFirewallPoliciesRequest.struct_class = Types::ListFirewallPoliciesRequest
|
@@ -812,6 +889,14 @@ module Aws::NetworkFirewall
|
|
812
889
|
SourceMetadata.add_member(:source_update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "SourceUpdateToken"))
|
813
890
|
SourceMetadata.struct_class = Types::SourceMetadata
|
814
891
|
|
892
|
+
StartAnalysisReportRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
893
|
+
StartAnalysisReportRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
894
|
+
StartAnalysisReportRequest.add_member(:analysis_type, Shapes::ShapeRef.new(shape: EnabledAnalysisType, required: true, location_name: "AnalysisType"))
|
895
|
+
StartAnalysisReportRequest.struct_class = Types::StartAnalysisReportRequest
|
896
|
+
|
897
|
+
StartAnalysisReportResponse.add_member(:analysis_report_id, Shapes::ShapeRef.new(shape: AnalysisReportId, required: true, location_name: "AnalysisReportId"))
|
898
|
+
StartAnalysisReportResponse.struct_class = Types::StartAnalysisReportResponse
|
899
|
+
|
815
900
|
StatefulActions.member = Shapes::ShapeRef.new(shape: CollectionMember_String)
|
816
901
|
|
817
902
|
StatefulEngineOptions.add_member(:rule_order, Shapes::ShapeRef.new(shape: RuleOrder, location_name: "RuleOrder"))
|
@@ -926,6 +1011,9 @@ module Aws::NetworkFirewall
|
|
926
1011
|
TlsCertificateData.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusReason, location_name: "StatusMessage"))
|
927
1012
|
TlsCertificateData.struct_class = Types::TlsCertificateData
|
928
1013
|
|
1014
|
+
UniqueSources.add_member(:count, Shapes::ShapeRef.new(shape: Count, location_name: "Count"))
|
1015
|
+
UniqueSources.struct_class = Types::UniqueSources
|
1016
|
+
|
929
1017
|
UnsupportedOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
930
1018
|
UnsupportedOperationException.struct_class = Types::UnsupportedOperationException
|
931
1019
|
|
@@ -935,6 +1023,18 @@ module Aws::NetworkFirewall
|
|
935
1023
|
|
936
1024
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
937
1025
|
|
1026
|
+
UpdateFirewallAnalysisSettingsRequest.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
1027
|
+
UpdateFirewallAnalysisSettingsRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
1028
|
+
UpdateFirewallAnalysisSettingsRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
1029
|
+
UpdateFirewallAnalysisSettingsRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
1030
|
+
UpdateFirewallAnalysisSettingsRequest.struct_class = Types::UpdateFirewallAnalysisSettingsRequest
|
1031
|
+
|
1032
|
+
UpdateFirewallAnalysisSettingsResponse.add_member(:enabled_analysis_types, Shapes::ShapeRef.new(shape: EnabledAnalysisTypes, location_name: "EnabledAnalysisTypes"))
|
1033
|
+
UpdateFirewallAnalysisSettingsResponse.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
1034
|
+
UpdateFirewallAnalysisSettingsResponse.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
1035
|
+
UpdateFirewallAnalysisSettingsResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
1036
|
+
UpdateFirewallAnalysisSettingsResponse.struct_class = Types::UpdateFirewallAnalysisSettingsResponse
|
1037
|
+
|
938
1038
|
UpdateFirewallDeleteProtectionRequest.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, location_name: "UpdateToken"))
|
939
1039
|
UpdateFirewallDeleteProtectionRequest.add_member(:firewall_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "FirewallArn"))
|
940
1040
|
UpdateFirewallDeleteProtectionRequest.add_member(:firewall_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "FirewallName"))
|
@@ -1321,6 +1421,42 @@ module Aws::NetworkFirewall
|
|
1321
1421
|
o.errors << Shapes::ShapeRef.new(shape: InvalidOperationException)
|
1322
1422
|
end)
|
1323
1423
|
|
1424
|
+
api.add_operation(:get_analysis_report_results, Seahorse::Model::Operation.new.tap do |o|
|
1425
|
+
o.name = "GetAnalysisReportResults"
|
1426
|
+
o.http_method = "POST"
|
1427
|
+
o.http_request_uri = "/"
|
1428
|
+
o.input = Shapes::ShapeRef.new(shape: GetAnalysisReportResultsRequest)
|
1429
|
+
o.output = Shapes::ShapeRef.new(shape: GetAnalysisReportResultsResponse)
|
1430
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1431
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1432
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1433
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1434
|
+
o[:pager] = Aws::Pager.new(
|
1435
|
+
limit_key: "max_results",
|
1436
|
+
tokens: {
|
1437
|
+
"next_token" => "next_token"
|
1438
|
+
}
|
1439
|
+
)
|
1440
|
+
end)
|
1441
|
+
|
1442
|
+
api.add_operation(:list_analysis_reports, Seahorse::Model::Operation.new.tap do |o|
|
1443
|
+
o.name = "ListAnalysisReports"
|
1444
|
+
o.http_method = "POST"
|
1445
|
+
o.http_request_uri = "/"
|
1446
|
+
o.input = Shapes::ShapeRef.new(shape: ListAnalysisReportsRequest)
|
1447
|
+
o.output = Shapes::ShapeRef.new(shape: ListAnalysisReportsResponse)
|
1448
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1449
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1450
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1451
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1452
|
+
o[:pager] = Aws::Pager.new(
|
1453
|
+
limit_key: "max_results",
|
1454
|
+
tokens: {
|
1455
|
+
"next_token" => "next_token"
|
1456
|
+
}
|
1457
|
+
)
|
1458
|
+
end)
|
1459
|
+
|
1324
1460
|
api.add_operation(:list_firewall_policies, Seahorse::Model::Operation.new.tap do |o|
|
1325
1461
|
o.name = "ListFirewallPolicies"
|
1326
1462
|
o.http_method = "POST"
|
@@ -1420,6 +1556,18 @@ module Aws::NetworkFirewall
|
|
1420
1556
|
o.errors << Shapes::ShapeRef.new(shape: InvalidResourcePolicyException)
|
1421
1557
|
end)
|
1422
1558
|
|
1559
|
+
api.add_operation(:start_analysis_report, Seahorse::Model::Operation.new.tap do |o|
|
1560
|
+
o.name = "StartAnalysisReport"
|
1561
|
+
o.http_method = "POST"
|
1562
|
+
o.http_request_uri = "/"
|
1563
|
+
o.input = Shapes::ShapeRef.new(shape: StartAnalysisReportRequest)
|
1564
|
+
o.output = Shapes::ShapeRef.new(shape: StartAnalysisReportResponse)
|
1565
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1566
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1567
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1568
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1569
|
+
end)
|
1570
|
+
|
1423
1571
|
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1424
1572
|
o.name = "TagResource"
|
1425
1573
|
o.http_method = "POST"
|
@@ -1444,6 +1592,18 @@ module Aws::NetworkFirewall
|
|
1444
1592
|
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1445
1593
|
end)
|
1446
1594
|
|
1595
|
+
api.add_operation(:update_firewall_analysis_settings, Seahorse::Model::Operation.new.tap do |o|
|
1596
|
+
o.name = "UpdateFirewallAnalysisSettings"
|
1597
|
+
o.http_method = "POST"
|
1598
|
+
o.http_request_uri = "/"
|
1599
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateFirewallAnalysisSettingsRequest)
|
1600
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateFirewallAnalysisSettingsResponse)
|
1601
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
|
1602
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1603
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1604
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1605
|
+
end)
|
1606
|
+
|
1447
1607
|
api.add_operation(:update_firewall_delete_protection, Seahorse::Model::Operation.new.tap do |o|
|
1448
1608
|
o.name = "UpdateFirewallDeleteProtection"
|
1449
1609
|
o.http_method = "POST"
|