aws-sdk-wafv2 1.9.0 → 1.10.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/lib/aws-sdk-wafv2.rb +1 -1
- data/lib/aws-sdk-wafv2/client.rb +5 -1
- data/lib/aws-sdk-wafv2/client_api.rb +1 -0
- data/lib/aws-sdk-wafv2/types.rb +18 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 86839e5ef7b8188cbd682ad1b4d07433a02828162cace3746902bff5dc6b434a
|
4
|
+
data.tar.gz: 4edba23c80eb54ad888398826395e1bb603fee69362020cd0e40bf30ad1d989e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4a6649edae717b23c8bade32e59f9ef532b053a65f4fc7d7b1cacc49842419b3ed13697dea71e5f8ad70decd9a958ca3c0528aae678a1854d2eaeebba29301b
|
7
|
+
data.tar.gz: d3f758afc39b310a7bbdb8bec3dc5e047b5c19ee3cb12045ccf76094aab15c19497bf767334b3137f3d186ff3c94d223590151f9f4ba7163c1d0377200892251
|
data/lib/aws-sdk-wafv2.rb
CHANGED
data/lib/aws-sdk-wafv2/client.rb
CHANGED
@@ -2112,6 +2112,7 @@ module Aws::WAFV2
|
|
2112
2112
|
# resp.logging_configuration.redacted_fields #=> Array
|
2113
2113
|
# resp.logging_configuration.redacted_fields[0].single_header.name #=> String
|
2114
2114
|
# resp.logging_configuration.redacted_fields[0].single_query_argument.name #=> String
|
2115
|
+
# resp.logging_configuration.managed_by_firewall_manager #=> Boolean
|
2115
2116
|
#
|
2116
2117
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetLoggingConfiguration AWS API Documentation
|
2117
2118
|
#
|
@@ -3025,6 +3026,7 @@ module Aws::WAFV2
|
|
3025
3026
|
# resp.logging_configurations[0].redacted_fields #=> Array
|
3026
3027
|
# resp.logging_configurations[0].redacted_fields[0].single_header.name #=> String
|
3027
3028
|
# resp.logging_configurations[0].redacted_fields[0].single_query_argument.name #=> String
|
3029
|
+
# resp.logging_configurations[0].managed_by_firewall_manager #=> Boolean
|
3028
3030
|
# resp.next_marker #=> String
|
3029
3031
|
#
|
3030
3032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/ListLoggingConfigurations AWS API Documentation
|
@@ -3442,6 +3444,7 @@ module Aws::WAFV2
|
|
3442
3444
|
# },
|
3443
3445
|
# },
|
3444
3446
|
# ],
|
3447
|
+
# managed_by_firewall_manager: false,
|
3445
3448
|
# },
|
3446
3449
|
# })
|
3447
3450
|
#
|
@@ -3453,6 +3456,7 @@ module Aws::WAFV2
|
|
3453
3456
|
# resp.logging_configuration.redacted_fields #=> Array
|
3454
3457
|
# resp.logging_configuration.redacted_fields[0].single_header.name #=> String
|
3455
3458
|
# resp.logging_configuration.redacted_fields[0].single_query_argument.name #=> String
|
3459
|
+
# resp.logging_configuration.managed_by_firewall_manager #=> Boolean
|
3456
3460
|
#
|
3457
3461
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/PutLoggingConfiguration AWS API Documentation
|
3458
3462
|
#
|
@@ -4479,7 +4483,7 @@ module Aws::WAFV2
|
|
4479
4483
|
params: params,
|
4480
4484
|
config: config)
|
4481
4485
|
context[:gem_name] = 'aws-sdk-wafv2'
|
4482
|
-
context[:gem_version] = '1.
|
4486
|
+
context[:gem_version] = '1.10.0'
|
4483
4487
|
Seahorse::Client::Request.new(handlers, context)
|
4484
4488
|
end
|
4485
4489
|
|
@@ -611,6 +611,7 @@ module Aws::WAFV2
|
|
611
611
|
LoggingConfiguration.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
|
612
612
|
LoggingConfiguration.add_member(:log_destination_configs, Shapes::ShapeRef.new(shape: LogDestinationConfigs, required: true, location_name: "LogDestinationConfigs"))
|
613
613
|
LoggingConfiguration.add_member(:redacted_fields, Shapes::ShapeRef.new(shape: RedactedFields, location_name: "RedactedFields"))
|
614
|
+
LoggingConfiguration.add_member(:managed_by_firewall_manager, Shapes::ShapeRef.new(shape: Boolean, location_name: "ManagedByFirewallManager"))
|
614
615
|
LoggingConfiguration.struct_class = Types::LoggingConfiguration
|
615
616
|
|
616
617
|
LoggingConfigurations.member = Shapes::ShapeRef.new(shape: LoggingConfiguration)
|
data/lib/aws-sdk-wafv2/types.rb
CHANGED
@@ -4016,6 +4016,7 @@ module Aws::WAFV2
|
|
4016
4016
|
# },
|
4017
4017
|
# },
|
4018
4018
|
# ],
|
4019
|
+
# managed_by_firewall_manager: false,
|
4019
4020
|
# }
|
4020
4021
|
#
|
4021
4022
|
# @!attribute [rw] resource_arn
|
@@ -4030,16 +4031,28 @@ module Aws::WAFV2
|
|
4030
4031
|
#
|
4031
4032
|
# @!attribute [rw] redacted_fields
|
4032
4033
|
# The parts of the request that you want to keep out of the logs. For
|
4033
|
-
# example, if you redact the
|
4034
|
+
# example, if you redact the `HEADER` field, the `HEADER` field in the
|
4034
4035
|
# firehose will be `xxx`.
|
4036
|
+
#
|
4037
|
+
# <note markdown="1"> You must use one of the following values: `URI`, `QUERY_STRING`,
|
4038
|
+
# `HEADER`, or `METHOD`.
|
4039
|
+
#
|
4040
|
+
# </note>
|
4035
4041
|
# @return [Array<Types::FieldToMatch>]
|
4036
4042
|
#
|
4043
|
+
# @!attribute [rw] managed_by_firewall_manager
|
4044
|
+
# Indicates whether the logging configuration was created by AWS
|
4045
|
+
# Firewall Manager, as part of an AWS WAF policy configuration. If
|
4046
|
+
# true, only Firewall Manager can modify or delete the configuration.
|
4047
|
+
# @return [Boolean]
|
4048
|
+
#
|
4037
4049
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/LoggingConfiguration AWS API Documentation
|
4038
4050
|
#
|
4039
4051
|
class LoggingConfiguration < Struct.new(
|
4040
4052
|
:resource_arn,
|
4041
4053
|
:log_destination_configs,
|
4042
|
-
:redacted_fields
|
4054
|
+
:redacted_fields,
|
4055
|
+
:managed_by_firewall_manager)
|
4043
4056
|
SENSITIVE = []
|
4044
4057
|
include Aws::Structure
|
4045
4058
|
end
|
@@ -4727,6 +4740,7 @@ module Aws::WAFV2
|
|
4727
4740
|
# },
|
4728
4741
|
# },
|
4729
4742
|
# ],
|
4743
|
+
# managed_by_firewall_manager: false,
|
4730
4744
|
# },
|
4731
4745
|
# }
|
4732
4746
|
#
|
@@ -6039,7 +6053,7 @@ module Aws::WAFV2
|
|
6039
6053
|
# groups, the format for this name is `<vendor name>#<managed rule
|
6040
6054
|
# group name>#<rule name>`. For your own rule groups, the format for
|
6041
6055
|
# this name is `<rule group name>#<rule name>`. If the rule is not in
|
6042
|
-
# a rule group,
|
6056
|
+
# a rule group, this field is absent.
|
6043
6057
|
# @return [String]
|
6044
6058
|
#
|
6045
6059
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/SampledHTTPRequest AWS API Documentation
|
@@ -8707,8 +8721,7 @@ module Aws::WAFV2
|
|
8707
8721
|
# characters: A-Z, a-z, 0-9, - (hyphen), and \_ (underscore). The name
|
8708
8722
|
# can be from one to 128 characters long. It can't contain whitespace
|
8709
8723
|
# or metric names reserved for AWS WAF, for example "All" and
|
8710
|
-
# "Default\_Action."
|
8711
|
-
# create a `VisibilityConfig`.
|
8724
|
+
# "Default\_Action."
|
8712
8725
|
# @return [String]
|
8713
8726
|
#
|
8714
8727
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/VisibilityConfig AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-wafv2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|