aws-sdk-wafv2 1.119.0 → 1.120.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4693d61184a29d2f3d3a9cdca462460c743be51498e4ed390583174672fba964
4
- data.tar.gz: 42be629afaeb4986eeb1887c8083af78392f65e3fbab7b586610b4a4b6cb28a1
3
+ metadata.gz: 7909934a6edab347cd0f3a80305613af801aaebc5339cbb3610f5dc3a6e69583
4
+ data.tar.gz: 6c4535b32613c5e8d73c0b1e9f57dcbcf3b8e0f70ce9df162bc1e9eab942b713
5
5
  SHA512:
6
- metadata.gz: ca59eb0a5c4f3d02a4067a9e13609a31f26479779aac6815d44c984f834050b20c7ba18c124e8043e3e87d610f9aa8a45d6d55b2804bb535be51b44324710c87
7
- data.tar.gz: b7aa97759797565a1cef9e482cd6fd173707d015d639a33ca917bac0f6c27737272489add020827e9a57e8b42b1993ba82449c3778ab9a3e2dce07ff8c64e34f
6
+ metadata.gz: 31569ea80b24c66e72df7d6fce8f7f54c400b87cd44ac61f272fcceea3fcb4a2db126da2322e98d63dc3975aaa5ac95d5ae95bc4f151789f285c1214b76ad854
7
+ data.tar.gz: 5dcf6a5eac94f72f02d88a6cbd54949998392847e0e60ffdf344fb8ecce1a149a7d18b1ed37f3df9131ff680d85dacd9d7ed8583c2336e558f5377ea5a6a1d7d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.120.0 (2025-11-10)
5
+ ------------------
6
+
7
+ * Feature - AWS WAF now supports CLOUDWATCH_TELEMETRY_RULE_MANAGED as a LogScope option, enabling automated logging configuration through Amazon CloudWatch Logs for telemetry data collection and analysis.
8
+
4
9
  1.119.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.119.0
1
+ 1.120.0
@@ -4076,11 +4076,18 @@ module Aws::WAFV2
4076
4076
  # Amazon Web Services services][1] in the *Amazon Security Lake user
4077
4077
  # guide*.
4078
4078
  #
4079
+ # The log scope `CLOUDWATCH_TELEMETRY_RULE_MANAGED` indicates a
4080
+ # configuration that is managed through Amazon CloudWatch Logs for
4081
+ # telemetry data collection and analysis. For information, see [What is
4082
+ # Amazon CloudWatch Logs ?][2] in the *Amazon CloudWatch Logs user
4083
+ # guide*.
4084
+ #
4079
4085
  # Default: `CUSTOMER`
4080
4086
  #
4081
4087
  #
4082
4088
  #
4083
4089
  # [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html
4090
+ # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
4084
4091
  #
4085
4092
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4086
4093
  #
@@ -4089,7 +4096,7 @@ module Aws::WAFV2
4089
4096
  # resp = client.delete_logging_configuration({
4090
4097
  # resource_arn: "ResourceArn", # required
4091
4098
  # log_type: "WAF_LOGS", # accepts WAF_LOGS
4092
- # log_scope: "CUSTOMER", # accepts CUSTOMER, SECURITY_LAKE
4099
+ # log_scope: "CUSTOMER", # accepts CUSTOMER, SECURITY_LAKE, CLOUDWATCH_TELEMETRY_RULE_MANAGED
4093
4100
  # })
4094
4101
  #
4095
4102
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/DeleteLoggingConfiguration AWS API Documentation
@@ -4748,11 +4755,18 @@ module Aws::WAFV2
4748
4755
  # Amazon Web Services services][1] in the *Amazon Security Lake user
4749
4756
  # guide*.
4750
4757
  #
4758
+ # The log scope `CLOUDWATCH_TELEMETRY_RULE_MANAGED` indicates a
4759
+ # configuration that is managed through Amazon CloudWatch Logs for
4760
+ # telemetry data collection and analysis. For information, see [What is
4761
+ # Amazon CloudWatch Logs ?][2] in the *Amazon CloudWatch Logs user
4762
+ # guide*.
4763
+ #
4751
4764
  # Default: `CUSTOMER`
4752
4765
  #
4753
4766
  #
4754
4767
  #
4755
4768
  # [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html
4769
+ # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
4756
4770
  #
4757
4771
  # @return [Types::GetLoggingConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4758
4772
  #
@@ -4763,7 +4777,7 @@ module Aws::WAFV2
4763
4777
  # resp = client.get_logging_configuration({
4764
4778
  # resource_arn: "ResourceArn", # required
4765
4779
  # log_type: "WAF_LOGS", # accepts WAF_LOGS
4766
- # log_scope: "CUSTOMER", # accepts CUSTOMER, SECURITY_LAKE
4780
+ # log_scope: "CUSTOMER", # accepts CUSTOMER, SECURITY_LAKE, CLOUDWATCH_TELEMETRY_RULE_MANAGED
4767
4781
  # })
4768
4782
  #
4769
4783
  # @example Response structure
@@ -4805,7 +4819,7 @@ module Aws::WAFV2
4805
4819
  # resp.logging_configuration.logging_filter.filters[0].conditions[0].label_name_condition.label_name #=> String
4806
4820
  # resp.logging_configuration.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
4807
4821
  # resp.logging_configuration.log_type #=> String, one of "WAF_LOGS"
4808
- # resp.logging_configuration.log_scope #=> String, one of "CUSTOMER", "SECURITY_LAKE"
4822
+ # resp.logging_configuration.log_scope #=> String, one of "CUSTOMER", "SECURITY_LAKE", "CLOUDWATCH_TELEMETRY_RULE_MANAGED"
4809
4823
  #
4810
4824
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetLoggingConfiguration AWS API Documentation
4811
4825
  #
@@ -6073,11 +6087,18 @@ module Aws::WAFV2
6073
6087
  # Amazon Web Services services][1] in the *Amazon Security Lake user
6074
6088
  # guide*.
6075
6089
  #
6090
+ # The log scope `CLOUDWATCH_TELEMETRY_RULE_MANAGED` indicates a
6091
+ # configuration that is managed through Amazon CloudWatch Logs for
6092
+ # telemetry data collection and analysis. For information, see [What is
6093
+ # Amazon CloudWatch Logs ?][2] in the *Amazon CloudWatch Logs user
6094
+ # guide*.
6095
+ #
6076
6096
  # Default: `CUSTOMER`
6077
6097
  #
6078
6098
  #
6079
6099
  #
6080
6100
  # [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html
6101
+ # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
6081
6102
  #
6082
6103
  # @return [Types::ListLoggingConfigurationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6083
6104
  #
@@ -6090,7 +6111,7 @@ module Aws::WAFV2
6090
6111
  # scope: "CLOUDFRONT", # required, accepts CLOUDFRONT, REGIONAL
6091
6112
  # next_marker: "NextMarker",
6092
6113
  # limit: 1,
6093
- # log_scope: "CUSTOMER", # accepts CUSTOMER, SECURITY_LAKE
6114
+ # log_scope: "CUSTOMER", # accepts CUSTOMER, SECURITY_LAKE, CLOUDWATCH_TELEMETRY_RULE_MANAGED
6094
6115
  # })
6095
6116
  #
6096
6117
  # @example Response structure
@@ -6133,7 +6154,7 @@ module Aws::WAFV2
6133
6154
  # resp.logging_configurations[0].logging_filter.filters[0].conditions[0].label_name_condition.label_name #=> String
6134
6155
  # resp.logging_configurations[0].logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
6135
6156
  # resp.logging_configurations[0].log_type #=> String, one of "WAF_LOGS"
6136
- # resp.logging_configurations[0].log_scope #=> String, one of "CUSTOMER", "SECURITY_LAKE"
6157
+ # resp.logging_configurations[0].log_scope #=> String, one of "CUSTOMER", "SECURITY_LAKE", "CLOUDWATCH_TELEMETRY_RULE_MANAGED"
6137
6158
  # resp.next_marker #=> String
6138
6159
  #
6139
6160
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/ListLoggingConfigurations AWS API Documentation
@@ -6730,7 +6751,7 @@ module Aws::WAFV2
6730
6751
  # default_behavior: "KEEP", # required, accepts KEEP, DROP
6731
6752
  # },
6732
6753
  # log_type: "WAF_LOGS", # accepts WAF_LOGS
6733
- # log_scope: "CUSTOMER", # accepts CUSTOMER, SECURITY_LAKE
6754
+ # log_scope: "CUSTOMER", # accepts CUSTOMER, SECURITY_LAKE, CLOUDWATCH_TELEMETRY_RULE_MANAGED
6734
6755
  # },
6735
6756
  # })
6736
6757
  #
@@ -6773,7 +6794,7 @@ module Aws::WAFV2
6773
6794
  # resp.logging_configuration.logging_filter.filters[0].conditions[0].label_name_condition.label_name #=> String
6774
6795
  # resp.logging_configuration.logging_filter.default_behavior #=> String, one of "KEEP", "DROP"
6775
6796
  # resp.logging_configuration.log_type #=> String, one of "WAF_LOGS"
6776
- # resp.logging_configuration.log_scope #=> String, one of "CUSTOMER", "SECURITY_LAKE"
6797
+ # resp.logging_configuration.log_scope #=> String, one of "CUSTOMER", "SECURITY_LAKE", "CLOUDWATCH_TELEMETRY_RULE_MANAGED"
6777
6798
  #
6778
6799
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/PutLoggingConfiguration AWS API Documentation
6779
6800
  #
@@ -9621,7 +9642,7 @@ module Aws::WAFV2
9621
9642
  tracer: tracer
9622
9643
  )
9623
9644
  context[:gem_name] = 'aws-sdk-wafv2'
9624
- context[:gem_version] = '1.119.0'
9645
+ context[:gem_version] = '1.120.0'
9625
9646
  Seahorse::Client::Request.new(handlers, context)
9626
9647
  end
9627
9648
 
@@ -2257,11 +2257,18 @@ module Aws::WAFV2
2257
2257
  # Amazon Web Services services][1] in the *Amazon Security Lake user
2258
2258
  # guide*.
2259
2259
  #
2260
+ # The log scope `CLOUDWATCH_TELEMETRY_RULE_MANAGED` indicates a
2261
+ # configuration that is managed through Amazon CloudWatch Logs for
2262
+ # telemetry data collection and analysis. For information, see [What
2263
+ # is Amazon CloudWatch Logs ?][2] in the *Amazon CloudWatch Logs user
2264
+ # guide*.
2265
+ #
2260
2266
  # Default: `CUSTOMER`
2261
2267
  #
2262
2268
  #
2263
2269
  #
2264
2270
  # [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html
2271
+ # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
2265
2272
  # @return [String]
2266
2273
  #
2267
2274
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/DeleteLoggingConfigurationRequest AWS API Documentation
@@ -3424,11 +3431,18 @@ module Aws::WAFV2
3424
3431
  # Amazon Web Services services][1] in the *Amazon Security Lake user
3425
3432
  # guide*.
3426
3433
  #
3434
+ # The log scope `CLOUDWATCH_TELEMETRY_RULE_MANAGED` indicates a
3435
+ # configuration that is managed through Amazon CloudWatch Logs for
3436
+ # telemetry data collection and analysis. For information, see [What
3437
+ # is Amazon CloudWatch Logs ?][2] in the *Amazon CloudWatch Logs user
3438
+ # guide*.
3439
+ #
3427
3440
  # Default: `CUSTOMER`
3428
3441
  #
3429
3442
  #
3430
3443
  #
3431
3444
  # [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html
3445
+ # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
3432
3446
  # @return [String]
3433
3447
  #
3434
3448
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/GetLoggingConfigurationRequest AWS API Documentation
@@ -5128,11 +5142,18 @@ module Aws::WAFV2
5128
5142
  # Amazon Web Services services][1] in the *Amazon Security Lake user
5129
5143
  # guide*.
5130
5144
  #
5145
+ # The log scope `CLOUDWATCH_TELEMETRY_RULE_MANAGED` indicates a
5146
+ # configuration that is managed through Amazon CloudWatch Logs for
5147
+ # telemetry data collection and analysis. For information, see [What
5148
+ # is Amazon CloudWatch Logs ?][2] in the *Amazon CloudWatch Logs user
5149
+ # guide*.
5150
+ #
5131
5151
  # Default: `CUSTOMER`
5132
5152
  #
5133
5153
  #
5134
5154
  #
5135
5155
  # [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html
5156
+ # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
5136
5157
  # @return [String]
5137
5158
  #
5138
5159
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/ListLoggingConfigurationsRequest AWS API Documentation
@@ -5689,11 +5710,18 @@ module Aws::WAFV2
5689
5710
  # Amazon Web Services services][1] in the *Amazon Security Lake user
5690
5711
  # guide*.
5691
5712
  #
5713
+ # The log scope `CLOUDWATCH_TELEMETRY_RULE_MANAGED` indicates a
5714
+ # configuration that is managed through Amazon CloudWatch Logs for
5715
+ # telemetry data collection and analysis. For information, see [What
5716
+ # is Amazon CloudWatch Logs ?][2] in the *Amazon CloudWatch Logs user
5717
+ # guide*.
5718
+ #
5692
5719
  # Default: `CUSTOMER`
5693
5720
  #
5694
5721
  #
5695
5722
  #
5696
5723
  # [1]: https://docs.aws.amazon.com/security-lake/latest/userguide/internal-sources.html
5724
+ # [2]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
5697
5725
  # @return [String]
5698
5726
  #
5699
5727
  # @see http://docs.aws.amazon.com/goto/WebAPI/wafv2-2019-07-29/LoggingConfiguration AWS API Documentation
data/lib/aws-sdk-wafv2.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::WAFV2
54
54
  autoload :EndpointProvider, 'aws-sdk-wafv2/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-wafv2/endpoints'
56
56
 
57
- GEM_VERSION = '1.119.0'
57
+ GEM_VERSION = '1.120.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -2943,7 +2943,7 @@ module Aws
2943
2943
  def delete_logging_configuration: (
2944
2944
  resource_arn: ::String,
2945
2945
  ?log_type: ("WAF_LOGS"),
2946
- ?log_scope: ("CUSTOMER" | "SECURITY_LAKE")
2946
+ ?log_scope: ("CUSTOMER" | "SECURITY_LAKE" | "CLOUDWATCH_TELEMETRY_RULE_MANAGED")
2947
2947
  ) -> _DeleteLoggingConfigurationResponseSuccess
2948
2948
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteLoggingConfigurationResponseSuccess
2949
2949
 
@@ -3085,7 +3085,7 @@ module Aws
3085
3085
  def get_logging_configuration: (
3086
3086
  resource_arn: ::String,
3087
3087
  ?log_type: ("WAF_LOGS"),
3088
- ?log_scope: ("CUSTOMER" | "SECURITY_LAKE")
3088
+ ?log_scope: ("CUSTOMER" | "SECURITY_LAKE" | "CLOUDWATCH_TELEMETRY_RULE_MANAGED")
3089
3089
  ) -> _GetLoggingConfigurationResponseSuccess
3090
3090
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetLoggingConfigurationResponseSuccess
3091
3091
 
@@ -3275,7 +3275,7 @@ module Aws
3275
3275
  scope: ("CLOUDFRONT" | "REGIONAL"),
3276
3276
  ?next_marker: ::String,
3277
3277
  ?limit: ::Integer,
3278
- ?log_scope: ("CUSTOMER" | "SECURITY_LAKE")
3278
+ ?log_scope: ("CUSTOMER" | "SECURITY_LAKE" | "CLOUDWATCH_TELEMETRY_RULE_MANAGED")
3279
3279
  ) -> _ListLoggingConfigurationsResponseSuccess
3280
3280
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListLoggingConfigurationsResponseSuccess
3281
3281
 
@@ -3461,7 +3461,7 @@ module Aws
3461
3461
  default_behavior: ("KEEP" | "DROP")
3462
3462
  }?,
3463
3463
  log_type: ("WAF_LOGS")?,
3464
- log_scope: ("CUSTOMER" | "SECURITY_LAKE")?
3464
+ log_scope: ("CUSTOMER" | "SECURITY_LAKE" | "CLOUDWATCH_TELEMETRY_RULE_MANAGED")?
3465
3465
  }
3466
3466
  ) -> _PutLoggingConfigurationResponseSuccess
3467
3467
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutLoggingConfigurationResponseSuccess
data/sig/types.rbs CHANGED
@@ -360,7 +360,7 @@ module Aws::WAFV2
360
360
  class DeleteLoggingConfigurationRequest
361
361
  attr_accessor resource_arn: ::String
362
362
  attr_accessor log_type: ("WAF_LOGS")
363
- attr_accessor log_scope: ("CUSTOMER" | "SECURITY_LAKE")
363
+ attr_accessor log_scope: ("CUSTOMER" | "SECURITY_LAKE" | "CLOUDWATCH_TELEMETRY_RULE_MANAGED")
364
364
  SENSITIVE: []
365
365
  end
366
366
 
@@ -563,7 +563,7 @@ module Aws::WAFV2
563
563
  class GetLoggingConfigurationRequest
564
564
  attr_accessor resource_arn: ::String
565
565
  attr_accessor log_type: ("WAF_LOGS")
566
- attr_accessor log_scope: ("CUSTOMER" | "SECURITY_LAKE")
566
+ attr_accessor log_scope: ("CUSTOMER" | "SECURITY_LAKE" | "CLOUDWATCH_TELEMETRY_RULE_MANAGED")
567
567
  SENSITIVE: []
568
568
  end
569
569
 
@@ -866,7 +866,7 @@ module Aws::WAFV2
866
866
  attr_accessor scope: ("CLOUDFRONT" | "REGIONAL")
867
867
  attr_accessor next_marker: ::String
868
868
  attr_accessor limit: ::Integer
869
- attr_accessor log_scope: ("CUSTOMER" | "SECURITY_LAKE")
869
+ attr_accessor log_scope: ("CUSTOMER" | "SECURITY_LAKE" | "CLOUDWATCH_TELEMETRY_RULE_MANAGED")
870
870
  SENSITIVE: []
871
871
  end
872
872
 
@@ -972,7 +972,7 @@ module Aws::WAFV2
972
972
  attr_accessor managed_by_firewall_manager: bool
973
973
  attr_accessor logging_filter: Types::LoggingFilter
974
974
  attr_accessor log_type: ("WAF_LOGS")
975
- attr_accessor log_scope: ("CUSTOMER" | "SECURITY_LAKE")
975
+ attr_accessor log_scope: ("CUSTOMER" | "SECURITY_LAKE" | "CLOUDWATCH_TELEMETRY_RULE_MANAGED")
976
976
  SENSITIVE: []
977
977
  end
978
978
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.119.0
4
+ version: 1.120.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services