aws-sdk-waf 1.92.0 → 1.94.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: 3b1f851255d023176cbec0513042c33a1cdf19b11b50341925ad0186ef9c3f9a
4
- data.tar.gz: 8a872cc935c5bf2f3f3b8510dff929c4abdfad61b23a0bc3b3f321357bcd40f8
3
+ metadata.gz: f20b269ce1230e71b77a6107ecd0ba02360e0e71e3000a5d59de29c231bf16bb
4
+ data.tar.gz: 98bfcc6357c2c35d3edb800f3bf19bb11e4281eda49140628bd7f39fa0bd35f2
5
5
  SHA512:
6
- metadata.gz: fe685f451f98405fe267864f908c1b056c6212181250d2552ce5f7ac6ae61c0971c0bd59ec33aea60164e7d27b5ff8e934dbb7346006d8b7e70080c9d2acf7bd
7
- data.tar.gz: 929c27e8a7b23603efa0180c9879fe2fca667178f6610b38ba5e41cd72e77d5d42b231e22e106d839869a2d1836db561e46876afbf5774439d53f71cb45383e9
6
+ metadata.gz: 7ab9aac3a733d759884eff9471b325166c731070901b51d0bd139a7ccdc5e5a39b51c993b3a40ab21762b191f5784f2b9c574046fcae44fece86e7b5f01154c1
7
+ data.tar.gz: 4bfbd16f9dc73c350eed896928920bed106f8e6ba88d17b3fbfbfd076db4e1abdf22fffbe40db854129cce88d5b2797164461e40949e1d99f85652ab373374e6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.93.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.92.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.94.0
@@ -199,7 +199,7 @@ module Aws::WAF
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::WAF
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -6821,7 +6819,7 @@ module Aws::WAF
6821
6819
  tracer: tracer
6822
6820
  )
6823
6821
  context[:gem_name] = 'aws-sdk-waf'
6824
- context[:gem_version] = '1.92.0'
6822
+ context[:gem_version] = '1.94.0'
6825
6823
  Seahorse::Client::Request.new(handlers, context)
6826
6824
  end
6827
6825
 
data/lib/aws-sdk-waf.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::WAF
54
54
  autoload :EndpointProvider, 'aws-sdk-waf/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-waf/endpoints'
56
56
 
57
- GEM_VERSION = '1.92.0'
57
+ GEM_VERSION = '1.94.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -131,7 +131,7 @@ module Aws
131
131
  {
132
132
  key: ::String,
133
133
  value: ::String
134
- },
134
+ }
135
135
  ]
136
136
  ) -> _CreateRateBasedRuleResponseSuccess
137
137
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRateBasedRuleResponseSuccess
@@ -174,7 +174,7 @@ module Aws
174
174
  {
175
175
  key: ::String,
176
176
  value: ::String
177
- },
177
+ }
178
178
  ]
179
179
  ) -> _CreateRuleResponseSuccess
180
180
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleResponseSuccess
@@ -193,7 +193,7 @@ module Aws
193
193
  {
194
194
  key: ::String,
195
195
  value: ::String
196
- },
196
+ }
197
197
  ]
198
198
  ) -> _CreateRuleGroupResponseSuccess
199
199
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleGroupResponseSuccess
@@ -239,7 +239,7 @@ module Aws
239
239
  {
240
240
  key: ::String,
241
241
  value: ::String
242
- },
242
+ }
243
243
  ]
244
244
  ) -> _CreateWebACLResponseSuccess
245
245
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWebACLResponseSuccess
@@ -814,7 +814,7 @@ module Aws
814
814
  {
815
815
  type: ("URI" | "QUERY_STRING" | "HEADER" | "METHOD" | "BODY" | "SINGLE_QUERY_ARG" | "ALL_QUERY_ARGS"),
816
816
  data: ::String?
817
- },
817
+ }
818
818
  ]?
819
819
  }
820
820
  ) -> _PutLoggingConfigurationResponseSuccess
@@ -840,7 +840,7 @@ module Aws
840
840
  {
841
841
  key: ::String,
842
842
  value: ::String
843
- },
843
+ }
844
844
  ]
845
845
  ) -> _TagResourceResponseSuccess
846
846
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -875,7 +875,7 @@ module Aws
875
875
  text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE"),
876
876
  positional_constraint: ("EXACTLY" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "CONTAINS_WORD")
877
877
  }
878
- },
878
+ }
879
879
  ]
880
880
  ) -> _UpdateByteMatchSetResponseSuccess
881
881
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateByteMatchSetResponseSuccess
@@ -895,7 +895,7 @@ module Aws
895
895
  type: ("Country"),
896
896
  value: ("AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CD" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KP" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "US" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW")
897
897
  }
898
- },
898
+ }
899
899
  ]
900
900
  ) -> _UpdateGeoMatchSetResponseSuccess
901
901
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGeoMatchSetResponseSuccess
@@ -915,7 +915,7 @@ module Aws
915
915
  type: ("IPV4" | "IPV6"),
916
916
  value: ::String
917
917
  }
918
- },
918
+ }
919
919
  ]
920
920
  ) -> _UpdateIPSetResponseSuccess
921
921
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIPSetResponseSuccess
@@ -929,14 +929,7 @@ module Aws
929
929
  rule_id: ::String,
930
930
  change_token: ::String,
931
931
  updates: Array[
932
- {
933
- action: ("INSERT" | "DELETE"),
934
- predicate: {
935
- negated: bool,
936
- type: ("IPMatch" | "ByteMatch" | "SqlInjectionMatch" | "GeoMatch" | "SizeConstraint" | "XssMatch" | "RegexMatch"),
937
- data_id: ::String
938
- }
939
- },
932
+ Params::rule_update
940
933
  ],
941
934
  rate_limit: ::Integer
942
935
  ) -> _UpdateRateBasedRuleResponseSuccess
@@ -960,7 +953,7 @@ module Aws
960
953
  text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE"),
961
954
  regex_pattern_set_id: ::String
962
955
  }
963
- },
956
+ }
964
957
  ],
965
958
  change_token: ::String
966
959
  ) -> _UpdateRegexMatchSetResponseSuccess
@@ -977,7 +970,7 @@ module Aws
977
970
  {
978
971
  action: ("INSERT" | "DELETE"),
979
972
  regex_pattern_string: ::String
980
- },
973
+ }
981
974
  ],
982
975
  change_token: ::String
983
976
  ) -> _UpdateRegexPatternSetResponseSuccess
@@ -992,14 +985,7 @@ module Aws
992
985
  rule_id: ::String,
993
986
  change_token: ::String,
994
987
  updates: Array[
995
- {
996
- action: ("INSERT" | "DELETE"),
997
- predicate: {
998
- negated: bool,
999
- type: ("IPMatch" | "ByteMatch" | "SqlInjectionMatch" | "GeoMatch" | "SizeConstraint" | "XssMatch" | "RegexMatch"),
1000
- data_id: ::String
1001
- }
1002
- },
988
+ Params::rule_update
1003
989
  ]
1004
990
  ) -> _UpdateRuleResponseSuccess
1005
991
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleResponseSuccess
@@ -1014,23 +1000,8 @@ module Aws
1014
1000
  updates: Array[
1015
1001
  {
1016
1002
  action: ("INSERT" | "DELETE"),
1017
- activated_rule: {
1018
- priority: ::Integer,
1019
- rule_id: ::String,
1020
- action: {
1021
- type: ("BLOCK" | "ALLOW" | "COUNT")
1022
- }?,
1023
- override_action: {
1024
- type: ("NONE" | "COUNT")
1025
- }?,
1026
- type: ("REGULAR" | "RATE_BASED" | "GROUP")?,
1027
- excluded_rules: Array[
1028
- {
1029
- rule_id: ::String
1030
- },
1031
- ]?
1032
- }
1033
- },
1003
+ activated_rule: Params::activated_rule
1004
+ }
1034
1005
  ],
1035
1006
  change_token: ::String
1036
1007
  ) -> _UpdateRuleGroupResponseSuccess
@@ -1056,7 +1027,7 @@ module Aws
1056
1027
  comparison_operator: ("EQ" | "NE" | "LE" | "LT" | "GE" | "GT"),
1057
1028
  size: ::Integer
1058
1029
  }
1059
- },
1030
+ }
1060
1031
  ]
1061
1032
  ) -> _UpdateSizeConstraintSetResponseSuccess
1062
1033
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSizeConstraintSetResponseSuccess
@@ -1079,7 +1050,7 @@ module Aws
1079
1050
  },
1080
1051
  text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE")
1081
1052
  }
1082
- },
1053
+ }
1083
1054
  ]
1084
1055
  ) -> _UpdateSqlInjectionMatchSetResponseSuccess
1085
1056
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSqlInjectionMatchSetResponseSuccess
@@ -1095,23 +1066,8 @@ module Aws
1095
1066
  ?updates: Array[
1096
1067
  {
1097
1068
  action: ("INSERT" | "DELETE"),
1098
- activated_rule: {
1099
- priority: ::Integer,
1100
- rule_id: ::String,
1101
- action: {
1102
- type: ("BLOCK" | "ALLOW" | "COUNT")
1103
- }?,
1104
- override_action: {
1105
- type: ("NONE" | "COUNT")
1106
- }?,
1107
- type: ("REGULAR" | "RATE_BASED" | "GROUP")?,
1108
- excluded_rules: Array[
1109
- {
1110
- rule_id: ::String
1111
- },
1112
- ]?
1113
- }
1114
- },
1069
+ activated_rule: Params::activated_rule
1070
+ }
1115
1071
  ],
1116
1072
  ?default_action: {
1117
1073
  type: ("BLOCK" | "ALLOW" | "COUNT")
@@ -1137,7 +1093,7 @@ module Aws
1137
1093
  },
1138
1094
  text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE")
1139
1095
  }
1140
- },
1096
+ }
1141
1097
  ]
1142
1098
  ) -> _UpdateXssMatchSetResponseSuccess
1143
1099
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateXssMatchSetResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,39 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module WAF
10
+ module Params
11
+ type rule_update = {
12
+ action: ("INSERT" | "DELETE"),
13
+ predicate: {
14
+ negated: bool,
15
+ type: ("IPMatch" | "ByteMatch" | "SqlInjectionMatch" | "GeoMatch" | "SizeConstraint" | "XssMatch" | "RegexMatch"),
16
+ data_id: ::String
17
+ }
18
+ }
19
+
20
+ type activated_rule = {
21
+ priority: ::Integer,
22
+ rule_id: ::String,
23
+ action: {
24
+ type: ("BLOCK" | "ALLOW" | "COUNT")
25
+ }?,
26
+ override_action: {
27
+ type: ("NONE" | "COUNT")
28
+ }?,
29
+ type: ("REGULAR" | "RATE_BASED" | "GROUP")?,
30
+ excluded_rules: Array[
31
+ {
32
+ rule_id: ::String
33
+ }
34
+ ]?
35
+ }
36
+
37
+ end
38
+ end
39
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.92.0
4
+ version: 1.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-waf/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs