aws-sdk-wafregional 1.93.0 → 1.95.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: 87b1f526f288fa87ea46ba6bdd235bf64fef2a03ae642317f2fd3baba06b30a4
4
+ data.tar.gz: 9b3c5ade4c42321307ffca79ad89027aa74ce4f0f7964ace453c23a48e55d492
5
5
  SHA512:
6
- metadata.gz: 204ee0167352346d7b91de26b62250d570cf9a3d5641cee1cc5d9a6cc63a64ce339a6da2e3036403a65d6220199ebf6fb4a12b3bb05e4a2cb676ff8f45329a5d
7
- data.tar.gz: 139236bd201e8d3664f959aad2b8c9d641fec0a6ab68e715d4c2a69389a7bad42a540738995dcaf490617d3752a101b9b951025182e64f06e5de06a1a64678f4
6
+ metadata.gz: 96ad347859bd873488c7007a7646f972d1184cab53178f09b8f4372cc3d5a86db915f4f61fee6c8b112d779f4f6be3e3eca3efbc7163ae32cd59e7bb9cabe71a
7
+ data.tar.gz: 07aa8a8e38e162a133ed217e5abec6b4b55d91efe795dd8f98fa090a1cf569dd985c62b976701927e612e1fc0c9edc58cdc6251a50e996d86132799394148ec8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.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.94.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.93.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.95.0
@@ -199,7 +199,7 @@ module Aws::WAFRegional
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::WAFRegional
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
@@ -7024,7 +7022,7 @@ module Aws::WAFRegional
7024
7022
  tracer: tracer
7025
7023
  )
7026
7024
  context[:gem_name] = 'aws-sdk-wafregional'
7027
- context[:gem_version] = '1.93.0'
7025
+ context[:gem_version] = '1.95.0'
7028
7026
  Seahorse::Client::Request.new(handlers, context)
7029
7027
  end
7030
7028
 
@@ -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.95.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.95.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-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