aws-sdk-wafregional 1.93.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: 020b679183ab5f30e7f5dd14d5fd6521af133c95057d3dc5d18ee53f810d69e1
4
- data.tar.gz: b1b66181b59c5acd8428852aee008a4ab6ac8dcc87337a423c619e9c518fec05
3
+ metadata.gz: db1a8b9732ff529e388b52674709d3726fb6a28c95ba218df67a3c64bcd5e5a4
4
+ data.tar.gz: 01d447620f4de52f26e255513157816cc4b9b301b080eb001ad1c0aaced6f95a
5
5
  SHA512:
6
- metadata.gz: 204ee0167352346d7b91de26b62250d570cf9a3d5641cee1cc5d9a6cc63a64ce339a6da2e3036403a65d6220199ebf6fb4a12b3bb05e4a2cb676ff8f45329a5d
7
- data.tar.gz: 139236bd201e8d3664f959aad2b8c9d641fec0a6ab68e715d4c2a69389a7bad42a540738995dcaf490617d3752a101b9b951025182e64f06e5de06a1a64678f4
6
+ metadata.gz: dee285979a8b9733b39fd2d30ea1ae7de60bc4d7c7b576d582089ffe27a91360a2ccdd309d894eaa157fad3dd86d007b370a2c975f594525559999e1e032280e
7
+ data.tar.gz: 19bdb92c6ea23c0a96d900a0226c60fd16b486b5573f81fd239fb50e67f917cc6a1239c661ba8a921ad985abc0bbbe8c270b74eb8a03b01d2b12d478c1532cdb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.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.93.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -7024,7 +7024,7 @@ module Aws::WAFRegional
7024
7024
  tracer: tracer
7025
7025
  )
7026
7026
  context[:gem_name] = 'aws-sdk-wafregional'
7027
- context[:gem_version] = '1.93.0'
7027
+ context[:gem_version] = '1.94.0'
7028
7028
  Seahorse::Client::Request.new(handlers, context)
7029
7029
  end
7030
7030
 
@@ -54,7 +54,7 @@ module Aws::WAFRegional
54
54
  autoload :EndpointProvider, 'aws-sdk-wafregional/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-wafregional/endpoints'
56
56
 
57
- GEM_VERSION = '1.93.0'
57
+ GEM_VERSION = '1.94.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -141,7 +141,7 @@ module Aws
141
141
  {
142
142
  key: ::String,
143
143
  value: ::String
144
- },
144
+ }
145
145
  ]
146
146
  ) -> _CreateRateBasedRuleResponseSuccess
147
147
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRateBasedRuleResponseSuccess
@@ -184,7 +184,7 @@ module Aws
184
184
  {
185
185
  key: ::String,
186
186
  value: ::String
187
- },
187
+ }
188
188
  ]
189
189
  ) -> _CreateRuleResponseSuccess
190
190
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleResponseSuccess
@@ -203,7 +203,7 @@ module Aws
203
203
  {
204
204
  key: ::String,
205
205
  value: ::String
206
- },
206
+ }
207
207
  ]
208
208
  ) -> _CreateRuleGroupResponseSuccess
209
209
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleGroupResponseSuccess
@@ -249,7 +249,7 @@ module Aws
249
249
  {
250
250
  key: ::String,
251
251
  value: ::String
252
- },
252
+ }
253
253
  ]
254
254
  ) -> _CreateWebACLResponseSuccess
255
255
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateWebACLResponseSuccess
@@ -854,7 +854,7 @@ module Aws
854
854
  {
855
855
  type: ("URI" | "QUERY_STRING" | "HEADER" | "METHOD" | "BODY" | "SINGLE_QUERY_ARG" | "ALL_QUERY_ARGS"),
856
856
  data: ::String?
857
- },
857
+ }
858
858
  ]?
859
859
  }
860
860
  ) -> _PutLoggingConfigurationResponseSuccess
@@ -880,7 +880,7 @@ module Aws
880
880
  {
881
881
  key: ::String,
882
882
  value: ::String
883
- },
883
+ }
884
884
  ]
885
885
  ) -> _TagResourceResponseSuccess
886
886
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
@@ -915,7 +915,7 @@ module Aws
915
915
  text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE"),
916
916
  positional_constraint: ("EXACTLY" | "STARTS_WITH" | "ENDS_WITH" | "CONTAINS" | "CONTAINS_WORD")
917
917
  }
918
- },
918
+ }
919
919
  ]
920
920
  ) -> _UpdateByteMatchSetResponseSuccess
921
921
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateByteMatchSetResponseSuccess
@@ -935,7 +935,7 @@ module Aws
935
935
  type: ("Country"),
936
936
  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")
937
937
  }
938
- },
938
+ }
939
939
  ]
940
940
  ) -> _UpdateGeoMatchSetResponseSuccess
941
941
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGeoMatchSetResponseSuccess
@@ -955,7 +955,7 @@ module Aws
955
955
  type: ("IPV4" | "IPV6"),
956
956
  value: ::String
957
957
  }
958
- },
958
+ }
959
959
  ]
960
960
  ) -> _UpdateIPSetResponseSuccess
961
961
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateIPSetResponseSuccess
@@ -969,14 +969,7 @@ module Aws
969
969
  rule_id: ::String,
970
970
  change_token: ::String,
971
971
  updates: Array[
972
- {
973
- action: ("INSERT" | "DELETE"),
974
- predicate: {
975
- negated: bool,
976
- type: ("IPMatch" | "ByteMatch" | "SqlInjectionMatch" | "GeoMatch" | "SizeConstraint" | "XssMatch" | "RegexMatch"),
977
- data_id: ::String
978
- }
979
- },
972
+ Params::rule_update
980
973
  ],
981
974
  rate_limit: ::Integer
982
975
  ) -> _UpdateRateBasedRuleResponseSuccess
@@ -1000,7 +993,7 @@ module Aws
1000
993
  text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE"),
1001
994
  regex_pattern_set_id: ::String
1002
995
  }
1003
- },
996
+ }
1004
997
  ],
1005
998
  change_token: ::String
1006
999
  ) -> _UpdateRegexMatchSetResponseSuccess
@@ -1017,7 +1010,7 @@ module Aws
1017
1010
  {
1018
1011
  action: ("INSERT" | "DELETE"),
1019
1012
  regex_pattern_string: ::String
1020
- },
1013
+ }
1021
1014
  ],
1022
1015
  change_token: ::String
1023
1016
  ) -> _UpdateRegexPatternSetResponseSuccess
@@ -1032,14 +1025,7 @@ module Aws
1032
1025
  rule_id: ::String,
1033
1026
  change_token: ::String,
1034
1027
  updates: Array[
1035
- {
1036
- action: ("INSERT" | "DELETE"),
1037
- predicate: {
1038
- negated: bool,
1039
- type: ("IPMatch" | "ByteMatch" | "SqlInjectionMatch" | "GeoMatch" | "SizeConstraint" | "XssMatch" | "RegexMatch"),
1040
- data_id: ::String
1041
- }
1042
- },
1028
+ Params::rule_update
1043
1029
  ]
1044
1030
  ) -> _UpdateRuleResponseSuccess
1045
1031
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleResponseSuccess
@@ -1054,23 +1040,8 @@ module Aws
1054
1040
  updates: Array[
1055
1041
  {
1056
1042
  action: ("INSERT" | "DELETE"),
1057
- activated_rule: {
1058
- priority: ::Integer,
1059
- rule_id: ::String,
1060
- action: {
1061
- type: ("BLOCK" | "ALLOW" | "COUNT")
1062
- }?,
1063
- override_action: {
1064
- type: ("NONE" | "COUNT")
1065
- }?,
1066
- type: ("REGULAR" | "RATE_BASED" | "GROUP")?,
1067
- excluded_rules: Array[
1068
- {
1069
- rule_id: ::String
1070
- },
1071
- ]?
1072
- }
1073
- },
1043
+ activated_rule: Params::activated_rule
1044
+ }
1074
1045
  ],
1075
1046
  change_token: ::String
1076
1047
  ) -> _UpdateRuleGroupResponseSuccess
@@ -1096,7 +1067,7 @@ module Aws
1096
1067
  comparison_operator: ("EQ" | "NE" | "LE" | "LT" | "GE" | "GT"),
1097
1068
  size: ::Integer
1098
1069
  }
1099
- },
1070
+ }
1100
1071
  ]
1101
1072
  ) -> _UpdateSizeConstraintSetResponseSuccess
1102
1073
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSizeConstraintSetResponseSuccess
@@ -1119,7 +1090,7 @@ module Aws
1119
1090
  },
1120
1091
  text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE")
1121
1092
  }
1122
- },
1093
+ }
1123
1094
  ]
1124
1095
  ) -> _UpdateSqlInjectionMatchSetResponseSuccess
1125
1096
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSqlInjectionMatchSetResponseSuccess
@@ -1135,23 +1106,8 @@ module Aws
1135
1106
  ?updates: Array[
1136
1107
  {
1137
1108
  action: ("INSERT" | "DELETE"),
1138
- activated_rule: {
1139
- priority: ::Integer,
1140
- rule_id: ::String,
1141
- action: {
1142
- type: ("BLOCK" | "ALLOW" | "COUNT")
1143
- }?,
1144
- override_action: {
1145
- type: ("NONE" | "COUNT")
1146
- }?,
1147
- type: ("REGULAR" | "RATE_BASED" | "GROUP")?,
1148
- excluded_rules: Array[
1149
- {
1150
- rule_id: ::String
1151
- },
1152
- ]?
1153
- }
1154
- },
1109
+ activated_rule: Params::activated_rule
1110
+ }
1155
1111
  ],
1156
1112
  ?default_action: {
1157
1113
  type: ("BLOCK" | "ALLOW" | "COUNT")
@@ -1177,7 +1133,7 @@ module Aws
1177
1133
  },
1178
1134
  text_transformation: ("NONE" | "COMPRESS_WHITE_SPACE" | "HTML_ENTITY_DECODE" | "LOWERCASE" | "CMD_LINE" | "URL_DECODE")
1179
1135
  }
1180
- },
1136
+ }
1181
1137
  ]
1182
1138
  ) -> _UpdateXssMatchSetResponseSuccess
1183
1139
  | (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 WAFRegional
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-wafregional
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 1.94.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-wafregional/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