aws-sdk-wafregional 1.19.0 → 1.20.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
  SHA1:
3
- metadata.gz: 414234e8f108b9ad6e147f14f377963b9058c446
4
- data.tar.gz: '094ce61ff5a9d71771a96be23c5f6de5f2e1d9fb'
3
+ metadata.gz: ca2684ce8fa3b5faaba74448ba680e8fcaf6eb31
4
+ data.tar.gz: f36a0ef8affc1bd37e537b6b85869f9a5027ffc4
5
5
  SHA512:
6
- metadata.gz: a03b44cf2ed68942d55491a929a78d74ff1662460814edb85c9b237ddaf988f65a74b377b531b34cdb6e1828c64756ec40f0a8d8936959052dd613c429ec3cba
7
- data.tar.gz: f1a8a208f63efb2ca0173fb5d8df083932576392274c0d33239fc11e21ec30e163f13a5beb4ce2c9250f6109e49b5d92cc04fc754083528ac019eeff791ba0ac
6
+ metadata.gz: 161af574a94823ec8bab03c45c742d54e322594e55062200748a08ef4d53185d13558871feab79426a76620e217de2f7c3e9a96ab593c9c62312eb0902098dfb
7
+ data.tar.gz: 6e967a99201388b9ec5b615c93667957a0d8d2a3a9733d1f95f97d16679b3a24db46f91f54d7bd64f707f9edbf259e09a01d57714ef8ee3f7a64152d84738f11
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-wafregional/customizations'
42
42
  # @service
43
43
  module Aws::WAFRegional
44
44
 
45
- GEM_VERSION = '1.19.0'
45
+ GEM_VERSION = '1.20.0'
46
46
 
47
47
  end
@@ -5524,7 +5524,7 @@ module Aws::WAFRegional
5524
5524
  params: params,
5525
5525
  config: config)
5526
5526
  context[:gem_name] = 'aws-sdk-wafregional'
5527
- context[:gem_version] = '1.19.0'
5527
+ context[:gem_version] = '1.20.0'
5528
5528
  Seahorse::Client::Request.new(handlers, context)
5529
5529
  end
5530
5530
 
@@ -1170,6 +1170,53 @@ module Aws::WAFRegional
1170
1170
  UpdateXssMatchSetResponse.add_member(:change_token, Shapes::ShapeRef.new(shape: ChangeToken, location_name: "ChangeToken"))
1171
1171
  UpdateXssMatchSetResponse.struct_class = Types::UpdateXssMatchSetResponse
1172
1172
 
1173
+ WAFDisallowedNameException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1174
+ WAFDisallowedNameException.struct_class = Types::WAFDisallowedNameException
1175
+
1176
+ WAFInternalErrorException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1177
+ WAFInternalErrorException.struct_class = Types::WAFInternalErrorException
1178
+
1179
+ WAFInvalidOperationException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1180
+ WAFInvalidOperationException.struct_class = Types::WAFInvalidOperationException
1181
+
1182
+ WAFInvalidParameterException.add_member(:field, Shapes::ShapeRef.new(shape: ParameterExceptionField, location_name: "field"))
1183
+ WAFInvalidParameterException.add_member(:parameter, Shapes::ShapeRef.new(shape: ParameterExceptionParameter, location_name: "parameter"))
1184
+ WAFInvalidParameterException.add_member(:reason, Shapes::ShapeRef.new(shape: ParameterExceptionReason, location_name: "reason"))
1185
+ WAFInvalidParameterException.struct_class = Types::WAFInvalidParameterException
1186
+
1187
+ WAFInvalidPermissionPolicyException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1188
+ WAFInvalidPermissionPolicyException.struct_class = Types::WAFInvalidPermissionPolicyException
1189
+
1190
+ WAFInvalidRegexPatternException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1191
+ WAFInvalidRegexPatternException.struct_class = Types::WAFInvalidRegexPatternException
1192
+
1193
+ WAFLimitsExceededException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1194
+ WAFLimitsExceededException.struct_class = Types::WAFLimitsExceededException
1195
+
1196
+ WAFNonEmptyEntityException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1197
+ WAFNonEmptyEntityException.struct_class = Types::WAFNonEmptyEntityException
1198
+
1199
+ WAFNonexistentContainerException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1200
+ WAFNonexistentContainerException.struct_class = Types::WAFNonexistentContainerException
1201
+
1202
+ WAFNonexistentItemException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1203
+ WAFNonexistentItemException.struct_class = Types::WAFNonexistentItemException
1204
+
1205
+ WAFReferencedItemException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1206
+ WAFReferencedItemException.struct_class = Types::WAFReferencedItemException
1207
+
1208
+ WAFServiceLinkedRoleErrorException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1209
+ WAFServiceLinkedRoleErrorException.struct_class = Types::WAFServiceLinkedRoleErrorException
1210
+
1211
+ WAFStaleDataException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1212
+ WAFStaleDataException.struct_class = Types::WAFStaleDataException
1213
+
1214
+ WAFSubscriptionNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1215
+ WAFSubscriptionNotFoundException.struct_class = Types::WAFSubscriptionNotFoundException
1216
+
1217
+ WAFUnavailableEntityException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
1218
+ WAFUnavailableEntityException.struct_class = Types::WAFUnavailableEntityException
1219
+
1173
1220
  WafAction.add_member(:type, Shapes::ShapeRef.new(shape: WafActionType, required: true, location_name: "Type"))
1174
1221
  WafAction.struct_class = Types::WafAction
1175
1222
 
@@ -10,5 +10,255 @@ module Aws::WAFRegional
10
10
 
11
11
  extend Aws::Errors::DynamicErrors
12
12
 
13
+ class WAFDisallowedNameException < ServiceError
14
+
15
+ # @param [Seahorse::Client::RequestContext] context
16
+ # @param [String] message
17
+ # @param [Aws::WAFRegional::Types::WAFDisallowedNameException] data
18
+ def initialize(context, message, data = Aws::EmptyStructure.new)
19
+ super(context, message, data)
20
+ end
21
+
22
+ # @return [String]
23
+ def message
24
+ @message || @data[:message]
25
+ end
26
+
27
+ end
28
+
29
+ class WAFInternalErrorException < ServiceError
30
+
31
+ # @param [Seahorse::Client::RequestContext] context
32
+ # @param [String] message
33
+ # @param [Aws::WAFRegional::Types::WAFInternalErrorException] data
34
+ def initialize(context, message, data = Aws::EmptyStructure.new)
35
+ super(context, message, data)
36
+ end
37
+
38
+ # @return [String]
39
+ def message
40
+ @message || @data[:message]
41
+ end
42
+
43
+ end
44
+
45
+ class WAFInvalidOperationException < ServiceError
46
+
47
+ # @param [Seahorse::Client::RequestContext] context
48
+ # @param [String] message
49
+ # @param [Aws::WAFRegional::Types::WAFInvalidOperationException] data
50
+ def initialize(context, message, data = Aws::EmptyStructure.new)
51
+ super(context, message, data)
52
+ end
53
+
54
+ # @return [String]
55
+ def message
56
+ @message || @data[:message]
57
+ end
58
+
59
+ end
60
+
61
+ class WAFInvalidParameterException < ServiceError
62
+
63
+ # @param [Seahorse::Client::RequestContext] context
64
+ # @param [String] message
65
+ # @param [Aws::WAFRegional::Types::WAFInvalidParameterException] data
66
+ def initialize(context, message, data = Aws::EmptyStructure.new)
67
+ super(context, message, data)
68
+ end
69
+
70
+ # @return [String]
71
+ def field
72
+ @data[:field]
73
+ end
74
+
75
+ # @return [String]
76
+ def parameter
77
+ @data[:parameter]
78
+ end
79
+
80
+ # @return [String]
81
+ def reason
82
+ @data[:reason]
83
+ end
84
+
85
+ end
86
+
87
+ class WAFInvalidPermissionPolicyException < ServiceError
88
+
89
+ # @param [Seahorse::Client::RequestContext] context
90
+ # @param [String] message
91
+ # @param [Aws::WAFRegional::Types::WAFInvalidPermissionPolicyException] data
92
+ def initialize(context, message, data = Aws::EmptyStructure.new)
93
+ super(context, message, data)
94
+ end
95
+
96
+ # @return [String]
97
+ def message
98
+ @message || @data[:message]
99
+ end
100
+
101
+ end
102
+
103
+ class WAFInvalidRegexPatternException < ServiceError
104
+
105
+ # @param [Seahorse::Client::RequestContext] context
106
+ # @param [String] message
107
+ # @param [Aws::WAFRegional::Types::WAFInvalidRegexPatternException] data
108
+ def initialize(context, message, data = Aws::EmptyStructure.new)
109
+ super(context, message, data)
110
+ end
111
+
112
+ # @return [String]
113
+ def message
114
+ @message || @data[:message]
115
+ end
116
+
117
+ end
118
+
119
+ class WAFLimitsExceededException < ServiceError
120
+
121
+ # @param [Seahorse::Client::RequestContext] context
122
+ # @param [String] message
123
+ # @param [Aws::WAFRegional::Types::WAFLimitsExceededException] data
124
+ def initialize(context, message, data = Aws::EmptyStructure.new)
125
+ super(context, message, data)
126
+ end
127
+
128
+ # @return [String]
129
+ def message
130
+ @message || @data[:message]
131
+ end
132
+
133
+ end
134
+
135
+ class WAFNonEmptyEntityException < ServiceError
136
+
137
+ # @param [Seahorse::Client::RequestContext] context
138
+ # @param [String] message
139
+ # @param [Aws::WAFRegional::Types::WAFNonEmptyEntityException] data
140
+ def initialize(context, message, data = Aws::EmptyStructure.new)
141
+ super(context, message, data)
142
+ end
143
+
144
+ # @return [String]
145
+ def message
146
+ @message || @data[:message]
147
+ end
148
+
149
+ end
150
+
151
+ class WAFNonexistentContainerException < ServiceError
152
+
153
+ # @param [Seahorse::Client::RequestContext] context
154
+ # @param [String] message
155
+ # @param [Aws::WAFRegional::Types::WAFNonexistentContainerException] data
156
+ def initialize(context, message, data = Aws::EmptyStructure.new)
157
+ super(context, message, data)
158
+ end
159
+
160
+ # @return [String]
161
+ def message
162
+ @message || @data[:message]
163
+ end
164
+
165
+ end
166
+
167
+ class WAFNonexistentItemException < ServiceError
168
+
169
+ # @param [Seahorse::Client::RequestContext] context
170
+ # @param [String] message
171
+ # @param [Aws::WAFRegional::Types::WAFNonexistentItemException] data
172
+ def initialize(context, message, data = Aws::EmptyStructure.new)
173
+ super(context, message, data)
174
+ end
175
+
176
+ # @return [String]
177
+ def message
178
+ @message || @data[:message]
179
+ end
180
+
181
+ end
182
+
183
+ class WAFReferencedItemException < ServiceError
184
+
185
+ # @param [Seahorse::Client::RequestContext] context
186
+ # @param [String] message
187
+ # @param [Aws::WAFRegional::Types::WAFReferencedItemException] data
188
+ def initialize(context, message, data = Aws::EmptyStructure.new)
189
+ super(context, message, data)
190
+ end
191
+
192
+ # @return [String]
193
+ def message
194
+ @message || @data[:message]
195
+ end
196
+
197
+ end
198
+
199
+ class WAFServiceLinkedRoleErrorException < ServiceError
200
+
201
+ # @param [Seahorse::Client::RequestContext] context
202
+ # @param [String] message
203
+ # @param [Aws::WAFRegional::Types::WAFServiceLinkedRoleErrorException] data
204
+ def initialize(context, message, data = Aws::EmptyStructure.new)
205
+ super(context, message, data)
206
+ end
207
+
208
+ # @return [String]
209
+ def message
210
+ @message || @data[:message]
211
+ end
212
+
213
+ end
214
+
215
+ class WAFStaleDataException < ServiceError
216
+
217
+ # @param [Seahorse::Client::RequestContext] context
218
+ # @param [String] message
219
+ # @param [Aws::WAFRegional::Types::WAFStaleDataException] data
220
+ def initialize(context, message, data = Aws::EmptyStructure.new)
221
+ super(context, message, data)
222
+ end
223
+
224
+ # @return [String]
225
+ def message
226
+ @message || @data[:message]
227
+ end
228
+
229
+ end
230
+
231
+ class WAFSubscriptionNotFoundException < ServiceError
232
+
233
+ # @param [Seahorse::Client::RequestContext] context
234
+ # @param [String] message
235
+ # @param [Aws::WAFRegional::Types::WAFSubscriptionNotFoundException] data
236
+ def initialize(context, message, data = Aws::EmptyStructure.new)
237
+ super(context, message, data)
238
+ end
239
+
240
+ # @return [String]
241
+ def message
242
+ @message || @data[:message]
243
+ end
244
+
245
+ end
246
+
247
+ class WAFUnavailableEntityException < ServiceError
248
+
249
+ # @param [Seahorse::Client::RequestContext] context
250
+ # @param [String] message
251
+ # @param [Aws::WAFRegional::Types::WAFUnavailableEntityException] data
252
+ def initialize(context, message, data = Aws::EmptyStructure.new)
253
+ super(context, message, data)
254
+ end
255
+
256
+ # @return [String]
257
+ def message
258
+ @message || @data[:message]
259
+ end
260
+
261
+ end
262
+
13
263
  end
14
264
  end
@@ -5899,6 +5899,309 @@ module Aws::WAFRegional
5899
5899
  include Aws::Structure
5900
5900
  end
5901
5901
 
5902
+ # The name specified is invalid.
5903
+ #
5904
+ # @!attribute [rw] message
5905
+ # @return [String]
5906
+ #
5907
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFDisallowedNameException AWS API Documentation
5908
+ #
5909
+ class WAFDisallowedNameException < Struct.new(
5910
+ :message)
5911
+ include Aws::Structure
5912
+ end
5913
+
5914
+ # The operation failed because of a system problem, even though the
5915
+ # request was valid. Retry your request.
5916
+ #
5917
+ # @!attribute [rw] message
5918
+ # @return [String]
5919
+ #
5920
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFInternalErrorException AWS API Documentation
5921
+ #
5922
+ class WAFInternalErrorException < Struct.new(
5923
+ :message)
5924
+ include Aws::Structure
5925
+ end
5926
+
5927
+ # The operation failed because there was nothing to do. For example:
5928
+ #
5929
+ # * You tried to remove a `Rule` from a `WebACL`, but the `Rule` isn't
5930
+ # in the specified `WebACL`.
5931
+ #
5932
+ # * You tried to remove an IP address from an `IPSet`, but the IP
5933
+ # address isn't in the specified `IPSet`.
5934
+ #
5935
+ # * You tried to remove a `ByteMatchTuple` from a `ByteMatchSet`, but
5936
+ # the `ByteMatchTuple` isn't in the specified `WebACL`.
5937
+ #
5938
+ # * You tried to add a `Rule` to a `WebACL`, but the `Rule` already
5939
+ # exists in the specified `WebACL`.
5940
+ #
5941
+ # * You tried to add a `ByteMatchTuple` to a `ByteMatchSet`, but the
5942
+ # `ByteMatchTuple` already exists in the specified `WebACL`.
5943
+ #
5944
+ # @!attribute [rw] message
5945
+ # @return [String]
5946
+ #
5947
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFInvalidOperationException AWS API Documentation
5948
+ #
5949
+ class WAFInvalidOperationException < Struct.new(
5950
+ :message)
5951
+ include Aws::Structure
5952
+ end
5953
+
5954
+ # The operation failed because AWS WAF didn't recognize a parameter in
5955
+ # the request. For example:
5956
+ #
5957
+ # * You specified an invalid parameter name.
5958
+ #
5959
+ # * You specified an invalid value.
5960
+ #
5961
+ # * You tried to update an object (`ByteMatchSet`, `IPSet`, `Rule`, or
5962
+ # `WebACL`) using an action other than `INSERT` or `DELETE`.
5963
+ #
5964
+ # * You tried to create a `WebACL` with a `DefaultAction` `Type` other
5965
+ # than `ALLOW`, `BLOCK`, or `COUNT`.
5966
+ #
5967
+ # * You tried to create a `RateBasedRule` with a `RateKey` value other
5968
+ # than `IP`.
5969
+ #
5970
+ # * You tried to update a `WebACL` with a `WafAction` `Type` other than
5971
+ # `ALLOW`, `BLOCK`, or `COUNT`.
5972
+ #
5973
+ # * You tried to update a `ByteMatchSet` with a `FieldToMatch` `Type`
5974
+ # other than HEADER, METHOD, QUERY\_STRING, URI, or BODY.
5975
+ #
5976
+ # * You tried to update a `ByteMatchSet` with a `Field` of `HEADER` but
5977
+ # no value for `Data`.
5978
+ #
5979
+ # * Your request references an ARN that is malformed, or corresponds to
5980
+ # a resource with which a web ACL cannot be associated.
5981
+ #
5982
+ # @!attribute [rw] field
5983
+ # @return [String]
5984
+ #
5985
+ # @!attribute [rw] parameter
5986
+ # @return [String]
5987
+ #
5988
+ # @!attribute [rw] reason
5989
+ # @return [String]
5990
+ #
5991
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFInvalidParameterException AWS API Documentation
5992
+ #
5993
+ class WAFInvalidParameterException < Struct.new(
5994
+ :field,
5995
+ :parameter,
5996
+ :reason)
5997
+ include Aws::Structure
5998
+ end
5999
+
6000
+ # The operation failed because the specified policy is not in the proper
6001
+ # format.
6002
+ #
6003
+ # The policy is subject to the following restrictions:
6004
+ #
6005
+ # * You can attach only one policy with each `PutPermissionPolicy`
6006
+ # request.
6007
+ #
6008
+ # * The policy must include an `Effect`, `Action` and `Principal`.
6009
+ #
6010
+ # * `Effect` must specify `Allow`.
6011
+ #
6012
+ # * The `Action` in the policy must be `waf:UpdateWebACL`,
6013
+ # `waf-regional:UpdateWebACL`, `waf:GetRuleGroup` and
6014
+ # `waf-regional:GetRuleGroup` . Any extra or wildcard actions in the
6015
+ # policy will be rejected.
6016
+ #
6017
+ # * The policy cannot include a `Resource` parameter.
6018
+ #
6019
+ # * The ARN in the request must be a valid WAF RuleGroup ARN and the
6020
+ # RuleGroup must exist in the same region.
6021
+ #
6022
+ # * The user making the request must be the owner of the RuleGroup.
6023
+ #
6024
+ # * Your policy must be composed using IAM Policy version 2012-10-17.
6025
+ #
6026
+ # @!attribute [rw] message
6027
+ # @return [String]
6028
+ #
6029
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFInvalidPermissionPolicyException AWS API Documentation
6030
+ #
6031
+ class WAFInvalidPermissionPolicyException < Struct.new(
6032
+ :message)
6033
+ include Aws::Structure
6034
+ end
6035
+
6036
+ # The regular expression (regex) you specified in `RegexPatternString`
6037
+ # is invalid.
6038
+ #
6039
+ # @!attribute [rw] message
6040
+ # @return [String]
6041
+ #
6042
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFInvalidRegexPatternException AWS API Documentation
6043
+ #
6044
+ class WAFInvalidRegexPatternException < Struct.new(
6045
+ :message)
6046
+ include Aws::Structure
6047
+ end
6048
+
6049
+ # The operation exceeds a resource limit, for example, the maximum
6050
+ # number of `WebACL` objects that you can create for an AWS account. For
6051
+ # more information, see [Limits][1] in the *AWS WAF Developer Guide*.
6052
+ #
6053
+ #
6054
+ #
6055
+ # [1]: https://docs.aws.amazon.com/waf/latest/developerguide/limits.html
6056
+ #
6057
+ # @!attribute [rw] message
6058
+ # @return [String]
6059
+ #
6060
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFLimitsExceededException AWS API Documentation
6061
+ #
6062
+ class WAFLimitsExceededException < Struct.new(
6063
+ :message)
6064
+ include Aws::Structure
6065
+ end
6066
+
6067
+ # The operation failed because you tried to delete an object that isn't
6068
+ # empty. For example:
6069
+ #
6070
+ # * You tried to delete a `WebACL` that still contains one or more
6071
+ # `Rule` objects.
6072
+ #
6073
+ # * You tried to delete a `Rule` that still contains one or more
6074
+ # `ByteMatchSet` objects or other predicates.
6075
+ #
6076
+ # * You tried to delete a `ByteMatchSet` that contains one or more
6077
+ # `ByteMatchTuple` objects.
6078
+ #
6079
+ # * You tried to delete an `IPSet` that references one or more IP
6080
+ # addresses.
6081
+ #
6082
+ # @!attribute [rw] message
6083
+ # @return [String]
6084
+ #
6085
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFNonEmptyEntityException AWS API Documentation
6086
+ #
6087
+ class WAFNonEmptyEntityException < Struct.new(
6088
+ :message)
6089
+ include Aws::Structure
6090
+ end
6091
+
6092
+ # The operation failed because you tried to add an object to or delete
6093
+ # an object from another object that doesn't exist. For example:
6094
+ #
6095
+ # * You tried to add a `Rule` to or delete a `Rule` from a `WebACL` that
6096
+ # doesn't exist.
6097
+ #
6098
+ # * You tried to add a `ByteMatchSet` to or delete a `ByteMatchSet` from
6099
+ # a `Rule` that doesn't exist.
6100
+ #
6101
+ # * You tried to add an IP address to or delete an IP address from an
6102
+ # `IPSet` that doesn't exist.
6103
+ #
6104
+ # * You tried to add a `ByteMatchTuple` to or delete a `ByteMatchTuple`
6105
+ # from a `ByteMatchSet` that doesn't exist.
6106
+ #
6107
+ # @!attribute [rw] message
6108
+ # @return [String]
6109
+ #
6110
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFNonexistentContainerException AWS API Documentation
6111
+ #
6112
+ class WAFNonexistentContainerException < Struct.new(
6113
+ :message)
6114
+ include Aws::Structure
6115
+ end
6116
+
6117
+ # The operation failed because the referenced object doesn't exist.
6118
+ #
6119
+ # @!attribute [rw] message
6120
+ # @return [String]
6121
+ #
6122
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFNonexistentItemException AWS API Documentation
6123
+ #
6124
+ class WAFNonexistentItemException < Struct.new(
6125
+ :message)
6126
+ include Aws::Structure
6127
+ end
6128
+
6129
+ # The operation failed because you tried to delete an object that is
6130
+ # still in use. For example:
6131
+ #
6132
+ # * You tried to delete a `ByteMatchSet` that is still referenced by a
6133
+ # `Rule`.
6134
+ #
6135
+ # * You tried to delete a `Rule` that is still referenced by a `WebACL`.
6136
+ #
6137
+ # @!attribute [rw] message
6138
+ # @return [String]
6139
+ #
6140
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFReferencedItemException AWS API Documentation
6141
+ #
6142
+ class WAFReferencedItemException < Struct.new(
6143
+ :message)
6144
+ include Aws::Structure
6145
+ end
6146
+
6147
+ # AWS WAF is not able to access the service linked role. This can be
6148
+ # caused by a previous `PutLoggingConfiguration` request, which can lock
6149
+ # the service linked role for about 20 seconds. Please try your request
6150
+ # again. The service linked role can also be locked by a previous
6151
+ # `DeleteServiceLinkedRole` request, which can lock the role for 15
6152
+ # minutes or more. If you recently made a `DeleteServiceLinkedRole`,
6153
+ # wait at least 15 minutes and try the request again. If you receive
6154
+ # this same exception again, you will have to wait additional time until
6155
+ # the role is unlocked.
6156
+ #
6157
+ # @!attribute [rw] message
6158
+ # @return [String]
6159
+ #
6160
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFServiceLinkedRoleErrorException AWS API Documentation
6161
+ #
6162
+ class WAFServiceLinkedRoleErrorException < Struct.new(
6163
+ :message)
6164
+ include Aws::Structure
6165
+ end
6166
+
6167
+ # The operation failed because you tried to create, update, or delete an
6168
+ # object by using a change token that has already been used.
6169
+ #
6170
+ # @!attribute [rw] message
6171
+ # @return [String]
6172
+ #
6173
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFStaleDataException AWS API Documentation
6174
+ #
6175
+ class WAFStaleDataException < Struct.new(
6176
+ :message)
6177
+ include Aws::Structure
6178
+ end
6179
+
6180
+ # The specified subscription does not exist.
6181
+ #
6182
+ # @!attribute [rw] message
6183
+ # @return [String]
6184
+ #
6185
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFSubscriptionNotFoundException AWS API Documentation
6186
+ #
6187
+ class WAFSubscriptionNotFoundException < Struct.new(
6188
+ :message)
6189
+ include Aws::Structure
6190
+ end
6191
+
6192
+ # The operation failed because the entity referenced is temporarily
6193
+ # unavailable. Retry your request.
6194
+ #
6195
+ # @!attribute [rw] message
6196
+ # @return [String]
6197
+ #
6198
+ # @see http://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/WAFUnavailableEntityException AWS API Documentation
6199
+ #
6200
+ class WAFUnavailableEntityException < Struct.new(
6201
+ :message)
6202
+ include Aws::Structure
6203
+ end
6204
+
5902
6205
  # For the action that is associated with a rule in a `WebACL`, specifies
5903
6206
  # the action that you want AWS WAF to perform when a web request matches
5904
6207
  # all of the conditions in a rule. For the default action in a `WebACL`,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-wafregional
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-15 00:00:00.000000000 Z
11
+ date: 2019-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.52.1
22
+ version: 3.53.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.52.1
32
+ version: 3.53.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement