aws-sdk-wafv2 1.61.0 → 1.62.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.
@@ -18,11 +18,14 @@ module Aws::WAFV2
18
18
  APIKeySummary = Shapes::StructureShape.new(name: 'APIKeySummary')
19
19
  APIKeyTokenDomains = Shapes::ListShape.new(name: 'APIKeyTokenDomains')
20
20
  APIKeyVersion = Shapes::IntegerShape.new(name: 'APIKeyVersion')
21
+ AWSManagedRulesACFPRuleSet = Shapes::StructureShape.new(name: 'AWSManagedRulesACFPRuleSet')
21
22
  AWSManagedRulesATPRuleSet = Shapes::StructureShape.new(name: 'AWSManagedRulesATPRuleSet')
22
23
  AWSManagedRulesBotControlRuleSet = Shapes::StructureShape.new(name: 'AWSManagedRulesBotControlRuleSet')
23
24
  Action = Shapes::StringShape.new(name: 'Action')
24
25
  ActionCondition = Shapes::StructureShape.new(name: 'ActionCondition')
25
26
  ActionValue = Shapes::StringShape.new(name: 'ActionValue')
27
+ AddressField = Shapes::StructureShape.new(name: 'AddressField')
28
+ AddressFields = Shapes::ListShape.new(name: 'AddressFields')
26
29
  All = Shapes::StructureShape.new(name: 'All')
27
30
  AllQueryArguments = Shapes::StructureShape.new(name: 'AllQueryArguments')
28
31
  AllowAction = Shapes::StructureShape.new(name: 'AllowAction')
@@ -66,6 +69,7 @@ module Aws::WAFV2
66
69
  CreateRuleGroupResponse = Shapes::StructureShape.new(name: 'CreateRuleGroupResponse')
67
70
  CreateWebACLRequest = Shapes::StructureShape.new(name: 'CreateWebACLRequest')
68
71
  CreateWebACLResponse = Shapes::StructureShape.new(name: 'CreateWebACLResponse')
72
+ CreationPathString = Shapes::StringShape.new(name: 'CreationPathString')
69
73
  CustomHTTPHeader = Shapes::StructureShape.new(name: 'CustomHTTPHeader')
70
74
  CustomHTTPHeaderName = Shapes::StringShape.new(name: 'CustomHTTPHeaderName')
71
75
  CustomHTTPHeaderValue = Shapes::StringShape.new(name: 'CustomHTTPHeaderValue')
@@ -98,6 +102,7 @@ module Aws::WAFV2
98
102
  DisassociateWebACLRequest = Shapes::StructureShape.new(name: 'DisassociateWebACLRequest')
99
103
  DisassociateWebACLResponse = Shapes::StructureShape.new(name: 'DisassociateWebACLResponse')
100
104
  DownloadUrl = Shapes::StringShape.new(name: 'DownloadUrl')
105
+ EmailField = Shapes::StructureShape.new(name: 'EmailField')
101
106
  EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
102
107
  EntityId = Shapes::StringShape.new(name: 'EntityId')
103
108
  EntityName = Shapes::StringShape.new(name: 'EntityName')
@@ -246,6 +251,8 @@ module Aws::WAFV2
246
251
  ParameterExceptionParameter = Shapes::StringShape.new(name: 'ParameterExceptionParameter')
247
252
  PasswordField = Shapes::StructureShape.new(name: 'PasswordField')
248
253
  PayloadType = Shapes::StringShape.new(name: 'PayloadType')
254
+ PhoneNumberField = Shapes::StructureShape.new(name: 'PhoneNumberField')
255
+ PhoneNumberFields = Shapes::ListShape.new(name: 'PhoneNumberFields')
249
256
  Platform = Shapes::StringShape.new(name: 'Platform')
250
257
  PolicyString = Shapes::StringShape.new(name: 'PolicyString')
251
258
  PopulationSize = Shapes::IntegerShape.new(name: 'PopulationSize')
@@ -284,6 +291,7 @@ module Aws::WAFV2
284
291
  RegexPatternSetSummaries = Shapes::ListShape.new(name: 'RegexPatternSetSummaries')
285
292
  RegexPatternSetSummary = Shapes::StructureShape.new(name: 'RegexPatternSetSummary')
286
293
  RegexPatternString = Shapes::StringShape.new(name: 'RegexPatternString')
294
+ RegistrationPagePathString = Shapes::StringShape.new(name: 'RegistrationPagePathString')
287
295
  RegularExpressionList = Shapes::ListShape.new(name: 'RegularExpressionList')
288
296
  ReleaseNotes = Shapes::StringShape.new(name: 'ReleaseNotes')
289
297
  ReleaseSummaries = Shapes::ListShape.new(name: 'ReleaseSummaries')
@@ -291,6 +299,7 @@ module Aws::WAFV2
291
299
  RequestBody = Shapes::MapShape.new(name: 'RequestBody')
292
300
  RequestBodyAssociatedResourceTypeConfig = Shapes::StructureShape.new(name: 'RequestBodyAssociatedResourceTypeConfig')
293
301
  RequestInspection = Shapes::StructureShape.new(name: 'RequestInspection')
302
+ RequestInspectionACFP = Shapes::StructureShape.new(name: 'RequestInspectionACFP')
294
303
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
295
304
  ResourceArns = Shapes::ListShape.new(name: 'ResourceArns')
296
305
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
@@ -415,9 +424,17 @@ module Aws::WAFV2
415
424
 
416
425
  APIKeyTokenDomains.member = Shapes::ShapeRef.new(shape: TokenDomain)
417
426
 
427
+ AWSManagedRulesACFPRuleSet.add_member(:creation_path, Shapes::ShapeRef.new(shape: CreationPathString, required: true, location_name: "CreationPath"))
428
+ AWSManagedRulesACFPRuleSet.add_member(:registration_page_path, Shapes::ShapeRef.new(shape: RegistrationPagePathString, required: true, location_name: "RegistrationPagePath"))
429
+ AWSManagedRulesACFPRuleSet.add_member(:request_inspection, Shapes::ShapeRef.new(shape: RequestInspectionACFP, required: true, location_name: "RequestInspection"))
430
+ AWSManagedRulesACFPRuleSet.add_member(:response_inspection, Shapes::ShapeRef.new(shape: ResponseInspection, location_name: "ResponseInspection"))
431
+ AWSManagedRulesACFPRuleSet.add_member(:enable_regex_in_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableRegexInPath"))
432
+ AWSManagedRulesACFPRuleSet.struct_class = Types::AWSManagedRulesACFPRuleSet
433
+
418
434
  AWSManagedRulesATPRuleSet.add_member(:login_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LoginPath"))
419
435
  AWSManagedRulesATPRuleSet.add_member(:request_inspection, Shapes::ShapeRef.new(shape: RequestInspection, location_name: "RequestInspection"))
420
436
  AWSManagedRulesATPRuleSet.add_member(:response_inspection, Shapes::ShapeRef.new(shape: ResponseInspection, location_name: "ResponseInspection"))
437
+ AWSManagedRulesATPRuleSet.add_member(:enable_regex_in_path, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableRegexInPath"))
421
438
  AWSManagedRulesATPRuleSet.struct_class = Types::AWSManagedRulesATPRuleSet
422
439
 
423
440
  AWSManagedRulesBotControlRuleSet.add_member(:inspection_level, Shapes::ShapeRef.new(shape: InspectionLevel, required: true, location_name: "InspectionLevel"))
@@ -426,6 +443,11 @@ module Aws::WAFV2
426
443
  ActionCondition.add_member(:action, Shapes::ShapeRef.new(shape: ActionValue, required: true, location_name: "Action"))
427
444
  ActionCondition.struct_class = Types::ActionCondition
428
445
 
446
+ AddressField.add_member(:identifier, Shapes::ShapeRef.new(shape: FieldIdentifier, required: true, location_name: "Identifier"))
447
+ AddressField.struct_class = Types::AddressField
448
+
449
+ AddressFields.member = Shapes::ShapeRef.new(shape: AddressField)
450
+
429
451
  All.struct_class = Types::All
430
452
 
431
453
  AllQueryArguments.struct_class = Types::AllQueryArguments
@@ -674,6 +696,9 @@ module Aws::WAFV2
674
696
 
675
697
  DisassociateWebACLResponse.struct_class = Types::DisassociateWebACLResponse
676
698
 
699
+ EmailField.add_member(:identifier, Shapes::ShapeRef.new(shape: FieldIdentifier, required: true, location_name: "Identifier"))
700
+ EmailField.struct_class = Types::EmailField
701
+
677
702
  ExcludedRule.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
678
703
  ExcludedRule.struct_class = Types::ExcludedRule
679
704
 
@@ -1063,6 +1088,7 @@ module Aws::WAFV2
1063
1088
  ManagedRuleGroupConfig.add_member(:password_field, Shapes::ShapeRef.new(shape: PasswordField, deprecated: true, location_name: "PasswordField", metadata: {"deprecatedMessage"=>"Deprecated. Use AWSManagedRulesATPRuleSet RequestInspection PasswordField"}))
1064
1089
  ManagedRuleGroupConfig.add_member(:aws_managed_rules_bot_control_rule_set, Shapes::ShapeRef.new(shape: AWSManagedRulesBotControlRuleSet, location_name: "AWSManagedRulesBotControlRuleSet"))
1065
1090
  ManagedRuleGroupConfig.add_member(:aws_managed_rules_atp_rule_set, Shapes::ShapeRef.new(shape: AWSManagedRulesATPRuleSet, location_name: "AWSManagedRulesATPRuleSet"))
1091
+ ManagedRuleGroupConfig.add_member(:aws_managed_rules_acfp_rule_set, Shapes::ShapeRef.new(shape: AWSManagedRulesACFPRuleSet, location_name: "AWSManagedRulesACFPRuleSet"))
1066
1092
  ManagedRuleGroupConfig.struct_class = Types::ManagedRuleGroupConfig
1067
1093
 
1068
1094
  ManagedRuleGroupConfigs.member = Shapes::ShapeRef.new(shape: ManagedRuleGroupConfig)
@@ -1140,6 +1166,11 @@ module Aws::WAFV2
1140
1166
  PasswordField.add_member(:identifier, Shapes::ShapeRef.new(shape: FieldIdentifier, required: true, location_name: "Identifier"))
1141
1167
  PasswordField.struct_class = Types::PasswordField
1142
1168
 
1169
+ PhoneNumberField.add_member(:identifier, Shapes::ShapeRef.new(shape: FieldIdentifier, required: true, location_name: "Identifier"))
1170
+ PhoneNumberField.struct_class = Types::PhoneNumberField
1171
+
1172
+ PhoneNumberFields.member = Shapes::ShapeRef.new(shape: PhoneNumberField)
1173
+
1143
1174
  PublishedVersions.key = Shapes::ShapeRef.new(shape: VersionKeyString)
1144
1175
  PublishedVersions.value = Shapes::ShapeRef.new(shape: ManagedRuleSetVersion)
1145
1176
 
@@ -1265,6 +1296,14 @@ module Aws::WAFV2
1265
1296
  RequestInspection.add_member(:password_field, Shapes::ShapeRef.new(shape: PasswordField, required: true, location_name: "PasswordField"))
1266
1297
  RequestInspection.struct_class = Types::RequestInspection
1267
1298
 
1299
+ RequestInspectionACFP.add_member(:payload_type, Shapes::ShapeRef.new(shape: PayloadType, required: true, location_name: "PayloadType"))
1300
+ RequestInspectionACFP.add_member(:username_field, Shapes::ShapeRef.new(shape: UsernameField, location_name: "UsernameField"))
1301
+ RequestInspectionACFP.add_member(:password_field, Shapes::ShapeRef.new(shape: PasswordField, location_name: "PasswordField"))
1302
+ RequestInspectionACFP.add_member(:email_field, Shapes::ShapeRef.new(shape: EmailField, location_name: "EmailField"))
1303
+ RequestInspectionACFP.add_member(:phone_number_fields, Shapes::ShapeRef.new(shape: PhoneNumberFields, location_name: "PhoneNumberFields"))
1304
+ RequestInspectionACFP.add_member(:address_fields, Shapes::ShapeRef.new(shape: AddressFields, location_name: "AddressFields"))
1305
+ RequestInspectionACFP.struct_class = Types::RequestInspectionACFP
1306
+
1268
1307
  ResourceArns.member = Shapes::ShapeRef.new(shape: ResourceArn)
1269
1308
 
1270
1309
  ResponseInspection.add_member(:status_code, Shapes::ShapeRef.new(shape: ResponseInspectionStatusCode, location_name: "StatusCode"))