aws-sdk-wafv2 1.51.0 → 1.53.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.
@@ -24,8 +24,6 @@ module Aws::WAFV2
24
24
  AndStatement = Shapes::StructureShape.new(name: 'AndStatement')
25
25
  AssociateWebACLRequest = Shapes::StructureShape.new(name: 'AssociateWebACLRequest')
26
26
  AssociateWebACLResponse = Shapes::StructureShape.new(name: 'AssociateWebACLResponse')
27
- AssociatedResourceType = Shapes::StringShape.new(name: 'AssociatedResourceType')
28
- AssociationConfig = Shapes::StructureShape.new(name: 'AssociationConfig')
29
27
  BlockAction = Shapes::StructureShape.new(name: 'BlockAction')
30
28
  Body = Shapes::StructureShape.new(name: 'Body')
31
29
  BodyParsingFallbackBehavior = Shapes::StringShape.new(name: 'BodyParsingFallbackBehavior')
@@ -255,8 +253,6 @@ module Aws::WAFV2
255
253
  ReleaseNotes = Shapes::StringShape.new(name: 'ReleaseNotes')
256
254
  ReleaseSummaries = Shapes::ListShape.new(name: 'ReleaseSummaries')
257
255
  ReleaseSummary = Shapes::StructureShape.new(name: 'ReleaseSummary')
258
- RequestBody = Shapes::MapShape.new(name: 'RequestBody')
259
- RequestBodyAssociatedResourceTypeConfig = Shapes::StructureShape.new(name: 'RequestBodyAssociatedResourceTypeConfig')
260
256
  RequestInspection = Shapes::StructureShape.new(name: 'RequestInspection')
261
257
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
262
258
  ResourceArns = Shapes::ListShape.new(name: 'ResourceArns')
@@ -302,7 +298,6 @@ module Aws::WAFV2
302
298
  SingleQueryArgument = Shapes::StructureShape.new(name: 'SingleQueryArgument')
303
299
  Size = Shapes::IntegerShape.new(name: 'Size')
304
300
  SizeConstraintStatement = Shapes::StructureShape.new(name: 'SizeConstraintStatement')
305
- SizeInspectionLimit = Shapes::StringShape.new(name: 'SizeInspectionLimit')
306
301
  SolveTimestamp = Shapes::IntegerShape.new(name: 'SolveTimestamp')
307
302
  SqliMatchStatement = Shapes::StructureShape.new(name: 'SqliMatchStatement')
308
303
  Statement = Shapes::StructureShape.new(name: 'Statement')
@@ -398,9 +393,6 @@ module Aws::WAFV2
398
393
 
399
394
  AssociateWebACLResponse.struct_class = Types::AssociateWebACLResponse
400
395
 
401
- AssociationConfig.add_member(:request_body, Shapes::ShapeRef.new(shape: RequestBody, location_name: "RequestBody"))
402
- AssociationConfig.struct_class = Types::AssociationConfig
403
-
404
396
  BlockAction.add_member(:custom_response, Shapes::ShapeRef.new(shape: CustomResponse, location_name: "CustomResponse"))
405
397
  BlockAction.struct_class = Types::BlockAction
406
398
 
@@ -510,7 +502,6 @@ module Aws::WAFV2
510
502
  CreateWebACLRequest.add_member(:captcha_config, Shapes::ShapeRef.new(shape: CaptchaConfig, location_name: "CaptchaConfig"))
511
503
  CreateWebACLRequest.add_member(:challenge_config, Shapes::ShapeRef.new(shape: ChallengeConfig, location_name: "ChallengeConfig"))
512
504
  CreateWebACLRequest.add_member(:token_domains, Shapes::ShapeRef.new(shape: TokenDomains, location_name: "TokenDomains"))
513
- CreateWebACLRequest.add_member(:association_config, Shapes::ShapeRef.new(shape: AssociationConfig, location_name: "AssociationConfig"))
514
505
  CreateWebACLRequest.struct_class = Types::CreateWebACLRequest
515
506
 
516
507
  CreateWebACLResponse.add_member(:summary, Shapes::ShapeRef.new(shape: WebACLSummary, location_name: "Summary"))
@@ -1118,12 +1109,6 @@ module Aws::WAFV2
1118
1109
  ReleaseSummary.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
1119
1110
  ReleaseSummary.struct_class = Types::ReleaseSummary
1120
1111
 
1121
- RequestBody.key = Shapes::ShapeRef.new(shape: AssociatedResourceType)
1122
- RequestBody.value = Shapes::ShapeRef.new(shape: RequestBodyAssociatedResourceTypeConfig)
1123
-
1124
- RequestBodyAssociatedResourceTypeConfig.add_member(:default_size_inspection_limit, Shapes::ShapeRef.new(shape: SizeInspectionLimit, required: true, location_name: "DefaultSizeInspectionLimit"))
1125
- RequestBodyAssociatedResourceTypeConfig.struct_class = Types::RequestBodyAssociatedResourceTypeConfig
1126
-
1127
1112
  RequestInspection.add_member(:payload_type, Shapes::ShapeRef.new(shape: PayloadType, required: true, location_name: "PayloadType"))
1128
1113
  RequestInspection.add_member(:username_field, Shapes::ShapeRef.new(shape: UsernameField, required: true, location_name: "UsernameField"))
1129
1114
  RequestInspection.add_member(:password_field, Shapes::ShapeRef.new(shape: PasswordField, required: true, location_name: "PasswordField"))
@@ -1377,7 +1362,6 @@ module Aws::WAFV2
1377
1362
  UpdateWebACLRequest.add_member(:captcha_config, Shapes::ShapeRef.new(shape: CaptchaConfig, location_name: "CaptchaConfig"))
1378
1363
  UpdateWebACLRequest.add_member(:challenge_config, Shapes::ShapeRef.new(shape: ChallengeConfig, location_name: "ChallengeConfig"))
1379
1364
  UpdateWebACLRequest.add_member(:token_domains, Shapes::ShapeRef.new(shape: TokenDomains, location_name: "TokenDomains"))
1380
- UpdateWebACLRequest.add_member(:association_config, Shapes::ShapeRef.new(shape: AssociationConfig, location_name: "AssociationConfig"))
1381
1365
  UpdateWebACLRequest.struct_class = Types::UpdateWebACLRequest
1382
1366
 
1383
1367
  UpdateWebACLResponse.add_member(:next_lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "NextLockToken"))
@@ -1473,7 +1457,6 @@ module Aws::WAFV2
1473
1457
  WebACL.add_member(:captcha_config, Shapes::ShapeRef.new(shape: CaptchaConfig, location_name: "CaptchaConfig"))
1474
1458
  WebACL.add_member(:challenge_config, Shapes::ShapeRef.new(shape: ChallengeConfig, location_name: "ChallengeConfig"))
1475
1459
  WebACL.add_member(:token_domains, Shapes::ShapeRef.new(shape: TokenDomains, location_name: "TokenDomains"))
1476
- WebACL.add_member(:association_config, Shapes::ShapeRef.new(shape: AssociationConfig, location_name: "AssociationConfig"))
1477
1460
  WebACL.struct_class = Types::WebACL
1478
1461
 
1479
1462
  WebACLSummaries.member = Shapes::ShapeRef.new(shape: WebACLSummary)