aws-sdk-waf 1.92.0 → 1.93.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: fe3c4a2f301a09ffc61e9dfbbc648c01b81cac9a368631031d8a356ec80b2ca7
4
+ data.tar.gz: 891b2358e21afa26029f890bf61e7599d2476705b129722bba1cc7bb8da2d28d
5
5
  SHA512:
6
- metadata.gz: fe685f451f98405fe267864f908c1b056c6212181250d2552ce5f7ac6ae61c0971c0bd59ec33aea60164e7d27b5ff8e934dbb7346006d8b7e70080c9d2acf7bd
7
- data.tar.gz: 929c27e8a7b23603efa0180c9879fe2fca667178f6610b38ba5e41cd72e77d5d42b231e22e106d839869a2d1836db561e46876afbf5774439d53f71cb45383e9
6
+ metadata.gz: d4015f3cf8e78193cb978d2a62430b38d98bf4c932bd2d9f7bb742c199047ab909bf7737213c5bc1cc270dc62a3007f1b13d9f971fbfd87c808894f1a10c9f5d
7
+ data.tar.gz: 9e4d675abdb8a0f2be82eba2041e142b26abfe2958265e82b5d9008406bc79de5e058732447a12ce2b354847ae4b4e6c61f8f9abfa21533c34f53ee28ecd1156
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.93.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.92.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.92.0
1
+ 1.93.0
@@ -6821,7 +6821,7 @@ module Aws::WAF
6821
6821
  tracer: tracer
6822
6822
  )
6823
6823
  context[:gem_name] = 'aws-sdk-waf'
6824
- context[:gem_version] = '1.92.0'
6824
+ context[:gem_version] = '1.93.0'
6825
6825
  Seahorse::Client::Request.new(handlers, context)
6826
6826
  end
6827
6827
 
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.93.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.93.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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