aws-sdk-wafv2 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1335 @@
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/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::WAFV2
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ Action = Shapes::StringShape.new(name: 'Action')
15
+ AllQueryArguments = Shapes::StructureShape.new(name: 'AllQueryArguments')
16
+ AllowAction = Shapes::StructureShape.new(name: 'AllowAction')
17
+ AndStatement = Shapes::StructureShape.new(name: 'AndStatement')
18
+ AssociateWebACLRequest = Shapes::StructureShape.new(name: 'AssociateWebACLRequest')
19
+ AssociateWebACLResponse = Shapes::StructureShape.new(name: 'AssociateWebACLResponse')
20
+ BlockAction = Shapes::StructureShape.new(name: 'BlockAction')
21
+ Body = Shapes::StructureShape.new(name: 'Body')
22
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
23
+ ByteMatchStatement = Shapes::StructureShape.new(name: 'ByteMatchStatement')
24
+ CapacityUnit = Shapes::IntegerShape.new(name: 'CapacityUnit')
25
+ CheckCapacityRequest = Shapes::StructureShape.new(name: 'CheckCapacityRequest')
26
+ CheckCapacityResponse = Shapes::StructureShape.new(name: 'CheckCapacityResponse')
27
+ ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
28
+ ConsumedCapacity = Shapes::IntegerShape.new(name: 'ConsumedCapacity')
29
+ CountAction = Shapes::StructureShape.new(name: 'CountAction')
30
+ Country = Shapes::StringShape.new(name: 'Country')
31
+ CountryCode = Shapes::StringShape.new(name: 'CountryCode')
32
+ CountryCodes = Shapes::ListShape.new(name: 'CountryCodes')
33
+ CreateIPSetRequest = Shapes::StructureShape.new(name: 'CreateIPSetRequest')
34
+ CreateIPSetResponse = Shapes::StructureShape.new(name: 'CreateIPSetResponse')
35
+ CreateRegexPatternSetRequest = Shapes::StructureShape.new(name: 'CreateRegexPatternSetRequest')
36
+ CreateRegexPatternSetResponse = Shapes::StructureShape.new(name: 'CreateRegexPatternSetResponse')
37
+ CreateRuleGroupRequest = Shapes::StructureShape.new(name: 'CreateRuleGroupRequest')
38
+ CreateRuleGroupResponse = Shapes::StructureShape.new(name: 'CreateRuleGroupResponse')
39
+ CreateWebACLRequest = Shapes::StructureShape.new(name: 'CreateWebACLRequest')
40
+ CreateWebACLResponse = Shapes::StructureShape.new(name: 'CreateWebACLResponse')
41
+ DefaultAction = Shapes::StructureShape.new(name: 'DefaultAction')
42
+ DeleteIPSetRequest = Shapes::StructureShape.new(name: 'DeleteIPSetRequest')
43
+ DeleteIPSetResponse = Shapes::StructureShape.new(name: 'DeleteIPSetResponse')
44
+ DeleteLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteLoggingConfigurationRequest')
45
+ DeleteLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'DeleteLoggingConfigurationResponse')
46
+ DeleteRegexPatternSetRequest = Shapes::StructureShape.new(name: 'DeleteRegexPatternSetRequest')
47
+ DeleteRegexPatternSetResponse = Shapes::StructureShape.new(name: 'DeleteRegexPatternSetResponse')
48
+ DeleteRuleGroupRequest = Shapes::StructureShape.new(name: 'DeleteRuleGroupRequest')
49
+ DeleteRuleGroupResponse = Shapes::StructureShape.new(name: 'DeleteRuleGroupResponse')
50
+ DeleteWebACLRequest = Shapes::StructureShape.new(name: 'DeleteWebACLRequest')
51
+ DeleteWebACLResponse = Shapes::StructureShape.new(name: 'DeleteWebACLResponse')
52
+ DescribeManagedRuleGroupRequest = Shapes::StructureShape.new(name: 'DescribeManagedRuleGroupRequest')
53
+ DescribeManagedRuleGroupResponse = Shapes::StructureShape.new(name: 'DescribeManagedRuleGroupResponse')
54
+ DisassociateWebACLRequest = Shapes::StructureShape.new(name: 'DisassociateWebACLRequest')
55
+ DisassociateWebACLResponse = Shapes::StructureShape.new(name: 'DisassociateWebACLResponse')
56
+ EntityDescription = Shapes::StringShape.new(name: 'EntityDescription')
57
+ EntityId = Shapes::StringShape.new(name: 'EntityId')
58
+ EntityName = Shapes::StringShape.new(name: 'EntityName')
59
+ ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
60
+ ErrorReason = Shapes::StringShape.new(name: 'ErrorReason')
61
+ ExcludedRule = Shapes::StructureShape.new(name: 'ExcludedRule')
62
+ ExcludedRules = Shapes::ListShape.new(name: 'ExcludedRules')
63
+ FieldToMatch = Shapes::StructureShape.new(name: 'FieldToMatch')
64
+ FieldToMatchData = Shapes::StringShape.new(name: 'FieldToMatchData')
65
+ GeoMatchStatement = Shapes::StructureShape.new(name: 'GeoMatchStatement')
66
+ GetIPSetRequest = Shapes::StructureShape.new(name: 'GetIPSetRequest')
67
+ GetIPSetResponse = Shapes::StructureShape.new(name: 'GetIPSetResponse')
68
+ GetLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'GetLoggingConfigurationRequest')
69
+ GetLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'GetLoggingConfigurationResponse')
70
+ GetRateBasedStatementManagedKeysRequest = Shapes::StructureShape.new(name: 'GetRateBasedStatementManagedKeysRequest')
71
+ GetRateBasedStatementManagedKeysResponse = Shapes::StructureShape.new(name: 'GetRateBasedStatementManagedKeysResponse')
72
+ GetRegexPatternSetRequest = Shapes::StructureShape.new(name: 'GetRegexPatternSetRequest')
73
+ GetRegexPatternSetResponse = Shapes::StructureShape.new(name: 'GetRegexPatternSetResponse')
74
+ GetRuleGroupRequest = Shapes::StructureShape.new(name: 'GetRuleGroupRequest')
75
+ GetRuleGroupResponse = Shapes::StructureShape.new(name: 'GetRuleGroupResponse')
76
+ GetSampledRequestsRequest = Shapes::StructureShape.new(name: 'GetSampledRequestsRequest')
77
+ GetSampledRequestsResponse = Shapes::StructureShape.new(name: 'GetSampledRequestsResponse')
78
+ GetWebACLForResourceRequest = Shapes::StructureShape.new(name: 'GetWebACLForResourceRequest')
79
+ GetWebACLForResourceResponse = Shapes::StructureShape.new(name: 'GetWebACLForResourceResponse')
80
+ GetWebACLRequest = Shapes::StructureShape.new(name: 'GetWebACLRequest')
81
+ GetWebACLResponse = Shapes::StructureShape.new(name: 'GetWebACLResponse')
82
+ HTTPHeader = Shapes::StructureShape.new(name: 'HTTPHeader')
83
+ HTTPHeaders = Shapes::ListShape.new(name: 'HTTPHeaders')
84
+ HTTPMethod = Shapes::StringShape.new(name: 'HTTPMethod')
85
+ HTTPRequest = Shapes::StructureShape.new(name: 'HTTPRequest')
86
+ HTTPVersion = Shapes::StringShape.new(name: 'HTTPVersion')
87
+ HeaderName = Shapes::StringShape.new(name: 'HeaderName')
88
+ HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
89
+ IPAddress = Shapes::StringShape.new(name: 'IPAddress')
90
+ IPAddressVersion = Shapes::StringShape.new(name: 'IPAddressVersion')
91
+ IPAddresses = Shapes::ListShape.new(name: 'IPAddresses')
92
+ IPSet = Shapes::StructureShape.new(name: 'IPSet')
93
+ IPSetReferenceStatement = Shapes::StructureShape.new(name: 'IPSetReferenceStatement')
94
+ IPSetSummaries = Shapes::ListShape.new(name: 'IPSetSummaries')
95
+ IPSetSummary = Shapes::StructureShape.new(name: 'IPSetSummary')
96
+ IPString = Shapes::StringShape.new(name: 'IPString')
97
+ ListAvailableManagedRuleGroupsRequest = Shapes::StructureShape.new(name: 'ListAvailableManagedRuleGroupsRequest')
98
+ ListAvailableManagedRuleGroupsResponse = Shapes::StructureShape.new(name: 'ListAvailableManagedRuleGroupsResponse')
99
+ ListIPSetsRequest = Shapes::StructureShape.new(name: 'ListIPSetsRequest')
100
+ ListIPSetsResponse = Shapes::StructureShape.new(name: 'ListIPSetsResponse')
101
+ ListLoggingConfigurationsRequest = Shapes::StructureShape.new(name: 'ListLoggingConfigurationsRequest')
102
+ ListLoggingConfigurationsResponse = Shapes::StructureShape.new(name: 'ListLoggingConfigurationsResponse')
103
+ ListMaxItems = Shapes::IntegerShape.new(name: 'ListMaxItems')
104
+ ListRegexPatternSetsRequest = Shapes::StructureShape.new(name: 'ListRegexPatternSetsRequest')
105
+ ListRegexPatternSetsResponse = Shapes::StructureShape.new(name: 'ListRegexPatternSetsResponse')
106
+ ListResourcesForWebACLRequest = Shapes::StructureShape.new(name: 'ListResourcesForWebACLRequest')
107
+ ListResourcesForWebACLResponse = Shapes::StructureShape.new(name: 'ListResourcesForWebACLResponse')
108
+ ListRuleGroupsRequest = Shapes::StructureShape.new(name: 'ListRuleGroupsRequest')
109
+ ListRuleGroupsResponse = Shapes::StructureShape.new(name: 'ListRuleGroupsResponse')
110
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
111
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
112
+ ListWebACLsRequest = Shapes::StructureShape.new(name: 'ListWebACLsRequest')
113
+ ListWebACLsResponse = Shapes::StructureShape.new(name: 'ListWebACLsResponse')
114
+ LockToken = Shapes::StringShape.new(name: 'LockToken')
115
+ LogDestinationConfigs = Shapes::ListShape.new(name: 'LogDestinationConfigs')
116
+ LoggingConfiguration = Shapes::StructureShape.new(name: 'LoggingConfiguration')
117
+ LoggingConfigurations = Shapes::ListShape.new(name: 'LoggingConfigurations')
118
+ ManagedRuleGroupStatement = Shapes::StructureShape.new(name: 'ManagedRuleGroupStatement')
119
+ ManagedRuleGroupSummaries = Shapes::ListShape.new(name: 'ManagedRuleGroupSummaries')
120
+ ManagedRuleGroupSummary = Shapes::StructureShape.new(name: 'ManagedRuleGroupSummary')
121
+ Method = Shapes::StructureShape.new(name: 'Method')
122
+ MetricName = Shapes::StringShape.new(name: 'MetricName')
123
+ NextMarker = Shapes::StringShape.new(name: 'NextMarker')
124
+ NoneAction = Shapes::StructureShape.new(name: 'NoneAction')
125
+ NotStatement = Shapes::StructureShape.new(name: 'NotStatement')
126
+ OrStatement = Shapes::StructureShape.new(name: 'OrStatement')
127
+ OverrideAction = Shapes::StructureShape.new(name: 'OverrideAction')
128
+ PaginationLimit = Shapes::IntegerShape.new(name: 'PaginationLimit')
129
+ ParameterExceptionField = Shapes::StringShape.new(name: 'ParameterExceptionField')
130
+ ParameterExceptionParameter = Shapes::StringShape.new(name: 'ParameterExceptionParameter')
131
+ PopulationSize = Shapes::IntegerShape.new(name: 'PopulationSize')
132
+ PositionalConstraint = Shapes::StringShape.new(name: 'PositionalConstraint')
133
+ PutLoggingConfigurationRequest = Shapes::StructureShape.new(name: 'PutLoggingConfigurationRequest')
134
+ PutLoggingConfigurationResponse = Shapes::StructureShape.new(name: 'PutLoggingConfigurationResponse')
135
+ QueryString = Shapes::StructureShape.new(name: 'QueryString')
136
+ RateBasedStatement = Shapes::StructureShape.new(name: 'RateBasedStatement')
137
+ RateBasedStatementAggregateKeyType = Shapes::StringShape.new(name: 'RateBasedStatementAggregateKeyType')
138
+ RateBasedStatementManagedKeysIPSet = Shapes::StructureShape.new(name: 'RateBasedStatementManagedKeysIPSet')
139
+ RateLimit = Shapes::IntegerShape.new(name: 'RateLimit')
140
+ RedactedFields = Shapes::ListShape.new(name: 'RedactedFields')
141
+ Regex = Shapes::StructureShape.new(name: 'Regex')
142
+ RegexPatternSet = Shapes::StructureShape.new(name: 'RegexPatternSet')
143
+ RegexPatternSetReferenceStatement = Shapes::StructureShape.new(name: 'RegexPatternSetReferenceStatement')
144
+ RegexPatternSetSummaries = Shapes::ListShape.new(name: 'RegexPatternSetSummaries')
145
+ RegexPatternSetSummary = Shapes::StructureShape.new(name: 'RegexPatternSetSummary')
146
+ RegexPatternString = Shapes::StringShape.new(name: 'RegexPatternString')
147
+ RegularExpressionList = Shapes::ListShape.new(name: 'RegularExpressionList')
148
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
149
+ ResourceArns = Shapes::ListShape.new(name: 'ResourceArns')
150
+ ResourceType = Shapes::StringShape.new(name: 'ResourceType')
151
+ Rule = Shapes::StructureShape.new(name: 'Rule')
152
+ RuleAction = Shapes::StructureShape.new(name: 'RuleAction')
153
+ RuleGroup = Shapes::StructureShape.new(name: 'RuleGroup')
154
+ RuleGroupReferenceStatement = Shapes::StructureShape.new(name: 'RuleGroupReferenceStatement')
155
+ RuleGroupSummaries = Shapes::ListShape.new(name: 'RuleGroupSummaries')
156
+ RuleGroupSummary = Shapes::StructureShape.new(name: 'RuleGroupSummary')
157
+ RulePriority = Shapes::IntegerShape.new(name: 'RulePriority')
158
+ RuleSummaries = Shapes::ListShape.new(name: 'RuleSummaries')
159
+ RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
160
+ Rules = Shapes::ListShape.new(name: 'Rules')
161
+ SampleWeight = Shapes::IntegerShape.new(name: 'SampleWeight')
162
+ SampledHTTPRequest = Shapes::StructureShape.new(name: 'SampledHTTPRequest')
163
+ SampledHTTPRequests = Shapes::ListShape.new(name: 'SampledHTTPRequests')
164
+ Scope = Shapes::StringShape.new(name: 'Scope')
165
+ SearchString = Shapes::BlobShape.new(name: 'SearchString')
166
+ SingleHeader = Shapes::StructureShape.new(name: 'SingleHeader')
167
+ SingleQueryArgument = Shapes::StructureShape.new(name: 'SingleQueryArgument')
168
+ Size = Shapes::IntegerShape.new(name: 'Size')
169
+ SizeConstraintStatement = Shapes::StructureShape.new(name: 'SizeConstraintStatement')
170
+ SqliMatchStatement = Shapes::StructureShape.new(name: 'SqliMatchStatement')
171
+ Statement = Shapes::StructureShape.new(name: 'Statement')
172
+ Statements = Shapes::ListShape.new(name: 'Statements')
173
+ Tag = Shapes::StructureShape.new(name: 'Tag')
174
+ TagInfoForResource = Shapes::StructureShape.new(name: 'TagInfoForResource')
175
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
176
+ TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
177
+ TagList = Shapes::ListShape.new(name: 'TagList')
178
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
179
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
180
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
181
+ TextTransformation = Shapes::StructureShape.new(name: 'TextTransformation')
182
+ TextTransformationPriority = Shapes::IntegerShape.new(name: 'TextTransformationPriority')
183
+ TextTransformationType = Shapes::StringShape.new(name: 'TextTransformationType')
184
+ TextTransformations = Shapes::ListShape.new(name: 'TextTransformations')
185
+ TimeWindow = Shapes::StructureShape.new(name: 'TimeWindow')
186
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
187
+ URIString = Shapes::StringShape.new(name: 'URIString')
188
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
189
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
190
+ UpdateIPSetRequest = Shapes::StructureShape.new(name: 'UpdateIPSetRequest')
191
+ UpdateIPSetResponse = Shapes::StructureShape.new(name: 'UpdateIPSetResponse')
192
+ UpdateRegexPatternSetRequest = Shapes::StructureShape.new(name: 'UpdateRegexPatternSetRequest')
193
+ UpdateRegexPatternSetResponse = Shapes::StructureShape.new(name: 'UpdateRegexPatternSetResponse')
194
+ UpdateRuleGroupRequest = Shapes::StructureShape.new(name: 'UpdateRuleGroupRequest')
195
+ UpdateRuleGroupResponse = Shapes::StructureShape.new(name: 'UpdateRuleGroupResponse')
196
+ UpdateWebACLRequest = Shapes::StructureShape.new(name: 'UpdateWebACLRequest')
197
+ UpdateWebACLResponse = Shapes::StructureShape.new(name: 'UpdateWebACLResponse')
198
+ UriPath = Shapes::StructureShape.new(name: 'UriPath')
199
+ VendorName = Shapes::StringShape.new(name: 'VendorName')
200
+ VisibilityConfig = Shapes::StructureShape.new(name: 'VisibilityConfig')
201
+ WAFAssociatedItemException = Shapes::StructureShape.new(name: 'WAFAssociatedItemException')
202
+ WAFDuplicateItemException = Shapes::StructureShape.new(name: 'WAFDuplicateItemException')
203
+ WAFInternalErrorException = Shapes::StructureShape.new(name: 'WAFInternalErrorException')
204
+ WAFInvalidParameterException = Shapes::StructureShape.new(name: 'WAFInvalidParameterException')
205
+ WAFInvalidResourceException = Shapes::StructureShape.new(name: 'WAFInvalidResourceException')
206
+ WAFLimitsExceededException = Shapes::StructureShape.new(name: 'WAFLimitsExceededException')
207
+ WAFNonexistentItemException = Shapes::StructureShape.new(name: 'WAFNonexistentItemException')
208
+ WAFOptimisticLockException = Shapes::StructureShape.new(name: 'WAFOptimisticLockException')
209
+ WAFServiceLinkedRoleErrorException = Shapes::StructureShape.new(name: 'WAFServiceLinkedRoleErrorException')
210
+ WAFTagOperationException = Shapes::StructureShape.new(name: 'WAFTagOperationException')
211
+ WAFTagOperationInternalErrorException = Shapes::StructureShape.new(name: 'WAFTagOperationInternalErrorException')
212
+ WAFUnavailableEntityException = Shapes::StructureShape.new(name: 'WAFUnavailableEntityException')
213
+ WebACL = Shapes::StructureShape.new(name: 'WebACL')
214
+ WebACLSummaries = Shapes::ListShape.new(name: 'WebACLSummaries')
215
+ WebACLSummary = Shapes::StructureShape.new(name: 'WebACLSummary')
216
+ XssMatchStatement = Shapes::StructureShape.new(name: 'XssMatchStatement')
217
+
218
+ AllQueryArguments.struct_class = Types::AllQueryArguments
219
+
220
+ AllowAction.struct_class = Types::AllowAction
221
+
222
+ AndStatement.add_member(:statements, Shapes::ShapeRef.new(shape: Statements, required: true, location_name: "Statements"))
223
+ AndStatement.struct_class = Types::AndStatement
224
+
225
+ AssociateWebACLRequest.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "WebACLArn"))
226
+ AssociateWebACLRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
227
+ AssociateWebACLRequest.struct_class = Types::AssociateWebACLRequest
228
+
229
+ AssociateWebACLResponse.struct_class = Types::AssociateWebACLResponse
230
+
231
+ BlockAction.struct_class = Types::BlockAction
232
+
233
+ Body.struct_class = Types::Body
234
+
235
+ ByteMatchStatement.add_member(:search_string, Shapes::ShapeRef.new(shape: SearchString, required: true, location_name: "SearchString"))
236
+ ByteMatchStatement.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
237
+ ByteMatchStatement.add_member(:text_transformations, Shapes::ShapeRef.new(shape: TextTransformations, required: true, location_name: "TextTransformations"))
238
+ ByteMatchStatement.add_member(:positional_constraint, Shapes::ShapeRef.new(shape: PositionalConstraint, required: true, location_name: "PositionalConstraint"))
239
+ ByteMatchStatement.struct_class = Types::ByteMatchStatement
240
+
241
+ CheckCapacityRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
242
+ CheckCapacityRequest.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, required: true, location_name: "Rules"))
243
+ CheckCapacityRequest.struct_class = Types::CheckCapacityRequest
244
+
245
+ CheckCapacityResponse.add_member(:capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "Capacity"))
246
+ CheckCapacityResponse.struct_class = Types::CheckCapacityResponse
247
+
248
+ CountAction.struct_class = Types::CountAction
249
+
250
+ CountryCodes.member = Shapes::ShapeRef.new(shape: CountryCode)
251
+
252
+ CreateIPSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
253
+ CreateIPSetRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
254
+ CreateIPSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
255
+ CreateIPSetRequest.add_member(:ip_address_version, Shapes::ShapeRef.new(shape: IPAddressVersion, required: true, location_name: "IPAddressVersion"))
256
+ CreateIPSetRequest.add_member(:addresses, Shapes::ShapeRef.new(shape: IPAddresses, required: true, location_name: "Addresses"))
257
+ CreateIPSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
258
+ CreateIPSetRequest.struct_class = Types::CreateIPSetRequest
259
+
260
+ CreateIPSetResponse.add_member(:summary, Shapes::ShapeRef.new(shape: IPSetSummary, location_name: "Summary"))
261
+ CreateIPSetResponse.struct_class = Types::CreateIPSetResponse
262
+
263
+ CreateRegexPatternSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
264
+ CreateRegexPatternSetRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
265
+ CreateRegexPatternSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
266
+ CreateRegexPatternSetRequest.add_member(:regular_expression_list, Shapes::ShapeRef.new(shape: RegularExpressionList, required: true, location_name: "RegularExpressionList"))
267
+ CreateRegexPatternSetRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
268
+ CreateRegexPatternSetRequest.struct_class = Types::CreateRegexPatternSetRequest
269
+
270
+ CreateRegexPatternSetResponse.add_member(:summary, Shapes::ShapeRef.new(shape: RegexPatternSetSummary, location_name: "Summary"))
271
+ CreateRegexPatternSetResponse.struct_class = Types::CreateRegexPatternSetResponse
272
+
273
+ CreateRuleGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
274
+ CreateRuleGroupRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
275
+ CreateRuleGroupRequest.add_member(:capacity, Shapes::ShapeRef.new(shape: CapacityUnit, required: true, location_name: "Capacity"))
276
+ CreateRuleGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
277
+ CreateRuleGroupRequest.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
278
+ CreateRuleGroupRequest.add_member(:visibility_config, Shapes::ShapeRef.new(shape: VisibilityConfig, required: true, location_name: "VisibilityConfig"))
279
+ CreateRuleGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
280
+ CreateRuleGroupRequest.struct_class = Types::CreateRuleGroupRequest
281
+
282
+ CreateRuleGroupResponse.add_member(:summary, Shapes::ShapeRef.new(shape: RuleGroupSummary, location_name: "Summary"))
283
+ CreateRuleGroupResponse.struct_class = Types::CreateRuleGroupResponse
284
+
285
+ CreateWebACLRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
286
+ CreateWebACLRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
287
+ CreateWebACLRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: DefaultAction, required: true, location_name: "DefaultAction"))
288
+ CreateWebACLRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
289
+ CreateWebACLRequest.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
290
+ CreateWebACLRequest.add_member(:visibility_config, Shapes::ShapeRef.new(shape: VisibilityConfig, required: true, location_name: "VisibilityConfig"))
291
+ CreateWebACLRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
292
+ CreateWebACLRequest.struct_class = Types::CreateWebACLRequest
293
+
294
+ CreateWebACLResponse.add_member(:summary, Shapes::ShapeRef.new(shape: WebACLSummary, location_name: "Summary"))
295
+ CreateWebACLResponse.struct_class = Types::CreateWebACLResponse
296
+
297
+ DefaultAction.add_member(:block, Shapes::ShapeRef.new(shape: BlockAction, location_name: "Block"))
298
+ DefaultAction.add_member(:allow, Shapes::ShapeRef.new(shape: AllowAction, location_name: "Allow"))
299
+ DefaultAction.struct_class = Types::DefaultAction
300
+
301
+ DeleteIPSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
302
+ DeleteIPSetRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
303
+ DeleteIPSetRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
304
+ DeleteIPSetRequest.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, required: true, location_name: "LockToken"))
305
+ DeleteIPSetRequest.struct_class = Types::DeleteIPSetRequest
306
+
307
+ DeleteIPSetResponse.struct_class = Types::DeleteIPSetResponse
308
+
309
+ DeleteLoggingConfigurationRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
310
+ DeleteLoggingConfigurationRequest.struct_class = Types::DeleteLoggingConfigurationRequest
311
+
312
+ DeleteLoggingConfigurationResponse.struct_class = Types::DeleteLoggingConfigurationResponse
313
+
314
+ DeleteRegexPatternSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
315
+ DeleteRegexPatternSetRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
316
+ DeleteRegexPatternSetRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
317
+ DeleteRegexPatternSetRequest.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, required: true, location_name: "LockToken"))
318
+ DeleteRegexPatternSetRequest.struct_class = Types::DeleteRegexPatternSetRequest
319
+
320
+ DeleteRegexPatternSetResponse.struct_class = Types::DeleteRegexPatternSetResponse
321
+
322
+ DeleteRuleGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
323
+ DeleteRuleGroupRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
324
+ DeleteRuleGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
325
+ DeleteRuleGroupRequest.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, required: true, location_name: "LockToken"))
326
+ DeleteRuleGroupRequest.struct_class = Types::DeleteRuleGroupRequest
327
+
328
+ DeleteRuleGroupResponse.struct_class = Types::DeleteRuleGroupResponse
329
+
330
+ DeleteWebACLRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
331
+ DeleteWebACLRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
332
+ DeleteWebACLRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
333
+ DeleteWebACLRequest.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, required: true, location_name: "LockToken"))
334
+ DeleteWebACLRequest.struct_class = Types::DeleteWebACLRequest
335
+
336
+ DeleteWebACLResponse.struct_class = Types::DeleteWebACLResponse
337
+
338
+ DescribeManagedRuleGroupRequest.add_member(:vendor_name, Shapes::ShapeRef.new(shape: VendorName, required: true, location_name: "VendorName"))
339
+ DescribeManagedRuleGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
340
+ DescribeManagedRuleGroupRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
341
+ DescribeManagedRuleGroupRequest.struct_class = Types::DescribeManagedRuleGroupRequest
342
+
343
+ DescribeManagedRuleGroupResponse.add_member(:capacity, Shapes::ShapeRef.new(shape: CapacityUnit, location_name: "Capacity"))
344
+ DescribeManagedRuleGroupResponse.add_member(:rules, Shapes::ShapeRef.new(shape: RuleSummaries, location_name: "Rules"))
345
+ DescribeManagedRuleGroupResponse.struct_class = Types::DescribeManagedRuleGroupResponse
346
+
347
+ DisassociateWebACLRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
348
+ DisassociateWebACLRequest.struct_class = Types::DisassociateWebACLRequest
349
+
350
+ DisassociateWebACLResponse.struct_class = Types::DisassociateWebACLResponse
351
+
352
+ ExcludedRule.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
353
+ ExcludedRule.struct_class = Types::ExcludedRule
354
+
355
+ ExcludedRules.member = Shapes::ShapeRef.new(shape: ExcludedRule)
356
+
357
+ FieldToMatch.add_member(:single_header, Shapes::ShapeRef.new(shape: SingleHeader, location_name: "SingleHeader"))
358
+ FieldToMatch.add_member(:single_query_argument, Shapes::ShapeRef.new(shape: SingleQueryArgument, location_name: "SingleQueryArgument"))
359
+ FieldToMatch.add_member(:all_query_arguments, Shapes::ShapeRef.new(shape: AllQueryArguments, location_name: "AllQueryArguments"))
360
+ FieldToMatch.add_member(:uri_path, Shapes::ShapeRef.new(shape: UriPath, location_name: "UriPath"))
361
+ FieldToMatch.add_member(:query_string, Shapes::ShapeRef.new(shape: QueryString, location_name: "QueryString"))
362
+ FieldToMatch.add_member(:body, Shapes::ShapeRef.new(shape: Body, location_name: "Body"))
363
+ FieldToMatch.add_member(:method, Shapes::ShapeRef.new(shape: Method, location_name: "Method"))
364
+ FieldToMatch.struct_class = Types::FieldToMatch
365
+
366
+ GeoMatchStatement.add_member(:country_codes, Shapes::ShapeRef.new(shape: CountryCodes, location_name: "CountryCodes"))
367
+ GeoMatchStatement.struct_class = Types::GeoMatchStatement
368
+
369
+ GetIPSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
370
+ GetIPSetRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
371
+ GetIPSetRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
372
+ GetIPSetRequest.struct_class = Types::GetIPSetRequest
373
+
374
+ GetIPSetResponse.add_member(:ip_set, Shapes::ShapeRef.new(shape: IPSet, location_name: "IPSet"))
375
+ GetIPSetResponse.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "LockToken"))
376
+ GetIPSetResponse.struct_class = Types::GetIPSetResponse
377
+
378
+ GetLoggingConfigurationRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
379
+ GetLoggingConfigurationRequest.struct_class = Types::GetLoggingConfigurationRequest
380
+
381
+ GetLoggingConfigurationResponse.add_member(:logging_configuration, Shapes::ShapeRef.new(shape: LoggingConfiguration, location_name: "LoggingConfiguration"))
382
+ GetLoggingConfigurationResponse.struct_class = Types::GetLoggingConfigurationResponse
383
+
384
+ GetRateBasedStatementManagedKeysRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
385
+ GetRateBasedStatementManagedKeysRequest.add_member(:web_acl_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "WebACLName"))
386
+ GetRateBasedStatementManagedKeysRequest.add_member(:web_acl_id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "WebACLId"))
387
+ GetRateBasedStatementManagedKeysRequest.add_member(:rule_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "RuleName"))
388
+ GetRateBasedStatementManagedKeysRequest.struct_class = Types::GetRateBasedStatementManagedKeysRequest
389
+
390
+ GetRateBasedStatementManagedKeysResponse.add_member(:managed_keys_ipv4, Shapes::ShapeRef.new(shape: RateBasedStatementManagedKeysIPSet, location_name: "ManagedKeysIPV4"))
391
+ GetRateBasedStatementManagedKeysResponse.add_member(:managed_keys_ipv6, Shapes::ShapeRef.new(shape: RateBasedStatementManagedKeysIPSet, location_name: "ManagedKeysIPV6"))
392
+ GetRateBasedStatementManagedKeysResponse.struct_class = Types::GetRateBasedStatementManagedKeysResponse
393
+
394
+ GetRegexPatternSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
395
+ GetRegexPatternSetRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
396
+ GetRegexPatternSetRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
397
+ GetRegexPatternSetRequest.struct_class = Types::GetRegexPatternSetRequest
398
+
399
+ GetRegexPatternSetResponse.add_member(:regex_pattern_set, Shapes::ShapeRef.new(shape: RegexPatternSet, location_name: "RegexPatternSet"))
400
+ GetRegexPatternSetResponse.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "LockToken"))
401
+ GetRegexPatternSetResponse.struct_class = Types::GetRegexPatternSetResponse
402
+
403
+ GetRuleGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
404
+ GetRuleGroupRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
405
+ GetRuleGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
406
+ GetRuleGroupRequest.struct_class = Types::GetRuleGroupRequest
407
+
408
+ GetRuleGroupResponse.add_member(:rule_group, Shapes::ShapeRef.new(shape: RuleGroup, location_name: "RuleGroup"))
409
+ GetRuleGroupResponse.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "LockToken"))
410
+ GetRuleGroupResponse.struct_class = Types::GetRuleGroupResponse
411
+
412
+ GetSampledRequestsRequest.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "WebAclArn"))
413
+ GetSampledRequestsRequest.add_member(:rule_metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "RuleMetricName"))
414
+ GetSampledRequestsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
415
+ GetSampledRequestsRequest.add_member(:time_window, Shapes::ShapeRef.new(shape: TimeWindow, required: true, location_name: "TimeWindow"))
416
+ GetSampledRequestsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: ListMaxItems, required: true, location_name: "MaxItems"))
417
+ GetSampledRequestsRequest.struct_class = Types::GetSampledRequestsRequest
418
+
419
+ GetSampledRequestsResponse.add_member(:sampled_requests, Shapes::ShapeRef.new(shape: SampledHTTPRequests, location_name: "SampledRequests"))
420
+ GetSampledRequestsResponse.add_member(:population_size, Shapes::ShapeRef.new(shape: PopulationSize, location_name: "PopulationSize"))
421
+ GetSampledRequestsResponse.add_member(:time_window, Shapes::ShapeRef.new(shape: TimeWindow, location_name: "TimeWindow"))
422
+ GetSampledRequestsResponse.struct_class = Types::GetSampledRequestsResponse
423
+
424
+ GetWebACLForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
425
+ GetWebACLForResourceRequest.struct_class = Types::GetWebACLForResourceRequest
426
+
427
+ GetWebACLForResourceResponse.add_member(:web_acl, Shapes::ShapeRef.new(shape: WebACL, location_name: "WebACL"))
428
+ GetWebACLForResourceResponse.struct_class = Types::GetWebACLForResourceResponse
429
+
430
+ GetWebACLRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
431
+ GetWebACLRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
432
+ GetWebACLRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
433
+ GetWebACLRequest.struct_class = Types::GetWebACLRequest
434
+
435
+ GetWebACLResponse.add_member(:web_acl, Shapes::ShapeRef.new(shape: WebACL, location_name: "WebACL"))
436
+ GetWebACLResponse.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "LockToken"))
437
+ GetWebACLResponse.struct_class = Types::GetWebACLResponse
438
+
439
+ HTTPHeader.add_member(:name, Shapes::ShapeRef.new(shape: HeaderName, location_name: "Name"))
440
+ HTTPHeader.add_member(:value, Shapes::ShapeRef.new(shape: HeaderValue, location_name: "Value"))
441
+ HTTPHeader.struct_class = Types::HTTPHeader
442
+
443
+ HTTPHeaders.member = Shapes::ShapeRef.new(shape: HTTPHeader)
444
+
445
+ HTTPRequest.add_member(:client_ip, Shapes::ShapeRef.new(shape: IPString, location_name: "ClientIP"))
446
+ HTTPRequest.add_member(:country, Shapes::ShapeRef.new(shape: Country, location_name: "Country"))
447
+ HTTPRequest.add_member(:uri, Shapes::ShapeRef.new(shape: URIString, location_name: "URI"))
448
+ HTTPRequest.add_member(:method, Shapes::ShapeRef.new(shape: HTTPMethod, location_name: "Method"))
449
+ HTTPRequest.add_member(:http_version, Shapes::ShapeRef.new(shape: HTTPVersion, location_name: "HTTPVersion"))
450
+ HTTPRequest.add_member(:headers, Shapes::ShapeRef.new(shape: HTTPHeaders, location_name: "Headers"))
451
+ HTTPRequest.struct_class = Types::HTTPRequest
452
+
453
+ IPAddresses.member = Shapes::ShapeRef.new(shape: IPAddress)
454
+
455
+ IPSet.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
456
+ IPSet.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
457
+ IPSet.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ARN"))
458
+ IPSet.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
459
+ IPSet.add_member(:ip_address_version, Shapes::ShapeRef.new(shape: IPAddressVersion, required: true, location_name: "IPAddressVersion"))
460
+ IPSet.add_member(:addresses, Shapes::ShapeRef.new(shape: IPAddresses, required: true, location_name: "Addresses"))
461
+ IPSet.struct_class = Types::IPSet
462
+
463
+ IPSetReferenceStatement.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ARN"))
464
+ IPSetReferenceStatement.struct_class = Types::IPSetReferenceStatement
465
+
466
+ IPSetSummaries.member = Shapes::ShapeRef.new(shape: IPSetSummary)
467
+
468
+ IPSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location_name: "Name"))
469
+ IPSetSummary.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, location_name: "Id"))
470
+ IPSetSummary.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
471
+ IPSetSummary.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "LockToken"))
472
+ IPSetSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ARN"))
473
+ IPSetSummary.struct_class = Types::IPSetSummary
474
+
475
+ ListAvailableManagedRuleGroupsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
476
+ ListAvailableManagedRuleGroupsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
477
+ ListAvailableManagedRuleGroupsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
478
+ ListAvailableManagedRuleGroupsRequest.struct_class = Types::ListAvailableManagedRuleGroupsRequest
479
+
480
+ ListAvailableManagedRuleGroupsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
481
+ ListAvailableManagedRuleGroupsResponse.add_member(:managed_rule_groups, Shapes::ShapeRef.new(shape: ManagedRuleGroupSummaries, location_name: "ManagedRuleGroups"))
482
+ ListAvailableManagedRuleGroupsResponse.struct_class = Types::ListAvailableManagedRuleGroupsResponse
483
+
484
+ ListIPSetsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
485
+ ListIPSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
486
+ ListIPSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
487
+ ListIPSetsRequest.struct_class = Types::ListIPSetsRequest
488
+
489
+ ListIPSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
490
+ ListIPSetsResponse.add_member(:ip_sets, Shapes::ShapeRef.new(shape: IPSetSummaries, location_name: "IPSets"))
491
+ ListIPSetsResponse.struct_class = Types::ListIPSetsResponse
492
+
493
+ ListLoggingConfigurationsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, location_name: "Scope"))
494
+ ListLoggingConfigurationsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
495
+ ListLoggingConfigurationsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
496
+ ListLoggingConfigurationsRequest.struct_class = Types::ListLoggingConfigurationsRequest
497
+
498
+ ListLoggingConfigurationsResponse.add_member(:logging_configurations, Shapes::ShapeRef.new(shape: LoggingConfigurations, location_name: "LoggingConfigurations"))
499
+ ListLoggingConfigurationsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
500
+ ListLoggingConfigurationsResponse.struct_class = Types::ListLoggingConfigurationsResponse
501
+
502
+ ListRegexPatternSetsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
503
+ ListRegexPatternSetsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
504
+ ListRegexPatternSetsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
505
+ ListRegexPatternSetsRequest.struct_class = Types::ListRegexPatternSetsRequest
506
+
507
+ ListRegexPatternSetsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
508
+ ListRegexPatternSetsResponse.add_member(:regex_pattern_sets, Shapes::ShapeRef.new(shape: RegexPatternSetSummaries, location_name: "RegexPatternSets"))
509
+ ListRegexPatternSetsResponse.struct_class = Types::ListRegexPatternSetsResponse
510
+
511
+ ListResourcesForWebACLRequest.add_member(:web_acl_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "WebACLArn"))
512
+ ListResourcesForWebACLRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, location_name: "ResourceType"))
513
+ ListResourcesForWebACLRequest.struct_class = Types::ListResourcesForWebACLRequest
514
+
515
+ ListResourcesForWebACLResponse.add_member(:resource_arns, Shapes::ShapeRef.new(shape: ResourceArns, location_name: "ResourceArns"))
516
+ ListResourcesForWebACLResponse.struct_class = Types::ListResourcesForWebACLResponse
517
+
518
+ ListRuleGroupsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
519
+ ListRuleGroupsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
520
+ ListRuleGroupsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
521
+ ListRuleGroupsRequest.struct_class = Types::ListRuleGroupsRequest
522
+
523
+ ListRuleGroupsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
524
+ ListRuleGroupsResponse.add_member(:rule_groups, Shapes::ShapeRef.new(shape: RuleGroupSummaries, location_name: "RuleGroups"))
525
+ ListRuleGroupsResponse.struct_class = Types::ListRuleGroupsResponse
526
+
527
+ ListTagsForResourceRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
528
+ ListTagsForResourceRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
529
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceARN"))
530
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
531
+
532
+ ListTagsForResourceResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
533
+ ListTagsForResourceResponse.add_member(:tag_info_for_resource, Shapes::ShapeRef.new(shape: TagInfoForResource, location_name: "TagInfoForResource"))
534
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
535
+
536
+ ListWebACLsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
537
+ ListWebACLsRequest.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
538
+ ListWebACLsRequest.add_member(:limit, Shapes::ShapeRef.new(shape: PaginationLimit, location_name: "Limit"))
539
+ ListWebACLsRequest.struct_class = Types::ListWebACLsRequest
540
+
541
+ ListWebACLsResponse.add_member(:next_marker, Shapes::ShapeRef.new(shape: NextMarker, location_name: "NextMarker"))
542
+ ListWebACLsResponse.add_member(:web_acls, Shapes::ShapeRef.new(shape: WebACLSummaries, location_name: "WebACLs"))
543
+ ListWebACLsResponse.struct_class = Types::ListWebACLsResponse
544
+
545
+ LogDestinationConfigs.member = Shapes::ShapeRef.new(shape: ResourceArn)
546
+
547
+ LoggingConfiguration.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
548
+ LoggingConfiguration.add_member(:log_destination_configs, Shapes::ShapeRef.new(shape: LogDestinationConfigs, required: true, location_name: "LogDestinationConfigs"))
549
+ LoggingConfiguration.add_member(:redacted_fields, Shapes::ShapeRef.new(shape: RedactedFields, location_name: "RedactedFields"))
550
+ LoggingConfiguration.struct_class = Types::LoggingConfiguration
551
+
552
+ LoggingConfigurations.member = Shapes::ShapeRef.new(shape: LoggingConfiguration)
553
+
554
+ ManagedRuleGroupStatement.add_member(:vendor_name, Shapes::ShapeRef.new(shape: VendorName, required: true, location_name: "VendorName"))
555
+ ManagedRuleGroupStatement.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
556
+ ManagedRuleGroupStatement.add_member(:excluded_rules, Shapes::ShapeRef.new(shape: ExcludedRules, location_name: "ExcludedRules"))
557
+ ManagedRuleGroupStatement.struct_class = Types::ManagedRuleGroupStatement
558
+
559
+ ManagedRuleGroupSummaries.member = Shapes::ShapeRef.new(shape: ManagedRuleGroupSummary)
560
+
561
+ ManagedRuleGroupSummary.add_member(:vendor_name, Shapes::ShapeRef.new(shape: VendorName, location_name: "VendorName"))
562
+ ManagedRuleGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location_name: "Name"))
563
+ ManagedRuleGroupSummary.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
564
+ ManagedRuleGroupSummary.struct_class = Types::ManagedRuleGroupSummary
565
+
566
+ Method.struct_class = Types::Method
567
+
568
+ NoneAction.struct_class = Types::NoneAction
569
+
570
+ NotStatement.add_member(:statement, Shapes::ShapeRef.new(shape: Statement, required: true, location_name: "Statement"))
571
+ NotStatement.struct_class = Types::NotStatement
572
+
573
+ OrStatement.add_member(:statements, Shapes::ShapeRef.new(shape: Statements, required: true, location_name: "Statements"))
574
+ OrStatement.struct_class = Types::OrStatement
575
+
576
+ OverrideAction.add_member(:count, Shapes::ShapeRef.new(shape: CountAction, location_name: "Count"))
577
+ OverrideAction.add_member(:none, Shapes::ShapeRef.new(shape: NoneAction, location_name: "None"))
578
+ OverrideAction.struct_class = Types::OverrideAction
579
+
580
+ PutLoggingConfigurationRequest.add_member(:logging_configuration, Shapes::ShapeRef.new(shape: LoggingConfiguration, required: true, location_name: "LoggingConfiguration"))
581
+ PutLoggingConfigurationRequest.struct_class = Types::PutLoggingConfigurationRequest
582
+
583
+ PutLoggingConfigurationResponse.add_member(:logging_configuration, Shapes::ShapeRef.new(shape: LoggingConfiguration, location_name: "LoggingConfiguration"))
584
+ PutLoggingConfigurationResponse.struct_class = Types::PutLoggingConfigurationResponse
585
+
586
+ QueryString.struct_class = Types::QueryString
587
+
588
+ RateBasedStatement.add_member(:limit, Shapes::ShapeRef.new(shape: RateLimit, required: true, location_name: "Limit"))
589
+ RateBasedStatement.add_member(:aggregate_key_type, Shapes::ShapeRef.new(shape: RateBasedStatementAggregateKeyType, required: true, location_name: "AggregateKeyType"))
590
+ RateBasedStatement.add_member(:scope_down_statement, Shapes::ShapeRef.new(shape: Statement, location_name: "ScopeDownStatement"))
591
+ RateBasedStatement.struct_class = Types::RateBasedStatement
592
+
593
+ RateBasedStatementManagedKeysIPSet.add_member(:ip_address_version, Shapes::ShapeRef.new(shape: IPAddressVersion, location_name: "IPAddressVersion"))
594
+ RateBasedStatementManagedKeysIPSet.add_member(:addresses, Shapes::ShapeRef.new(shape: IPAddresses, location_name: "Addresses"))
595
+ RateBasedStatementManagedKeysIPSet.struct_class = Types::RateBasedStatementManagedKeysIPSet
596
+
597
+ RedactedFields.member = Shapes::ShapeRef.new(shape: FieldToMatch)
598
+
599
+ Regex.add_member(:regex_string, Shapes::ShapeRef.new(shape: RegexPatternString, location_name: "RegexString"))
600
+ Regex.struct_class = Types::Regex
601
+
602
+ RegexPatternSet.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location_name: "Name"))
603
+ RegexPatternSet.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, location_name: "Id"))
604
+ RegexPatternSet.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ARN"))
605
+ RegexPatternSet.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
606
+ RegexPatternSet.add_member(:regular_expression_list, Shapes::ShapeRef.new(shape: RegularExpressionList, location_name: "RegularExpressionList"))
607
+ RegexPatternSet.struct_class = Types::RegexPatternSet
608
+
609
+ RegexPatternSetReferenceStatement.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ARN"))
610
+ RegexPatternSetReferenceStatement.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
611
+ RegexPatternSetReferenceStatement.add_member(:text_transformations, Shapes::ShapeRef.new(shape: TextTransformations, required: true, location_name: "TextTransformations"))
612
+ RegexPatternSetReferenceStatement.struct_class = Types::RegexPatternSetReferenceStatement
613
+
614
+ RegexPatternSetSummaries.member = Shapes::ShapeRef.new(shape: RegexPatternSetSummary)
615
+
616
+ RegexPatternSetSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location_name: "Name"))
617
+ RegexPatternSetSummary.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, location_name: "Id"))
618
+ RegexPatternSetSummary.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
619
+ RegexPatternSetSummary.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "LockToken"))
620
+ RegexPatternSetSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ARN"))
621
+ RegexPatternSetSummary.struct_class = Types::RegexPatternSetSummary
622
+
623
+ RegularExpressionList.member = Shapes::ShapeRef.new(shape: Regex)
624
+
625
+ ResourceArns.member = Shapes::ShapeRef.new(shape: ResourceArn)
626
+
627
+ Rule.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
628
+ Rule.add_member(:priority, Shapes::ShapeRef.new(shape: RulePriority, required: true, location_name: "Priority"))
629
+ Rule.add_member(:statement, Shapes::ShapeRef.new(shape: Statement, required: true, location_name: "Statement"))
630
+ Rule.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "Action"))
631
+ Rule.add_member(:override_action, Shapes::ShapeRef.new(shape: OverrideAction, location_name: "OverrideAction"))
632
+ Rule.add_member(:visibility_config, Shapes::ShapeRef.new(shape: VisibilityConfig, required: true, location_name: "VisibilityConfig"))
633
+ Rule.struct_class = Types::Rule
634
+
635
+ RuleAction.add_member(:block, Shapes::ShapeRef.new(shape: BlockAction, location_name: "Block"))
636
+ RuleAction.add_member(:allow, Shapes::ShapeRef.new(shape: AllowAction, location_name: "Allow"))
637
+ RuleAction.add_member(:count, Shapes::ShapeRef.new(shape: CountAction, location_name: "Count"))
638
+ RuleAction.struct_class = Types::RuleAction
639
+
640
+ RuleGroup.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
641
+ RuleGroup.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
642
+ RuleGroup.add_member(:capacity, Shapes::ShapeRef.new(shape: CapacityUnit, required: true, location_name: "Capacity"))
643
+ RuleGroup.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ARN"))
644
+ RuleGroup.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
645
+ RuleGroup.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
646
+ RuleGroup.add_member(:visibility_config, Shapes::ShapeRef.new(shape: VisibilityConfig, required: true, location_name: "VisibilityConfig"))
647
+ RuleGroup.struct_class = Types::RuleGroup
648
+
649
+ RuleGroupReferenceStatement.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ARN"))
650
+ RuleGroupReferenceStatement.add_member(:excluded_rules, Shapes::ShapeRef.new(shape: ExcludedRules, location_name: "ExcludedRules"))
651
+ RuleGroupReferenceStatement.struct_class = Types::RuleGroupReferenceStatement
652
+
653
+ RuleGroupSummaries.member = Shapes::ShapeRef.new(shape: RuleGroupSummary)
654
+
655
+ RuleGroupSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location_name: "Name"))
656
+ RuleGroupSummary.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, location_name: "Id"))
657
+ RuleGroupSummary.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
658
+ RuleGroupSummary.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "LockToken"))
659
+ RuleGroupSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ARN"))
660
+ RuleGroupSummary.struct_class = Types::RuleGroupSummary
661
+
662
+ RuleSummaries.member = Shapes::ShapeRef.new(shape: RuleSummary)
663
+
664
+ RuleSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location_name: "Name"))
665
+ RuleSummary.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "Action"))
666
+ RuleSummary.struct_class = Types::RuleSummary
667
+
668
+ Rules.member = Shapes::ShapeRef.new(shape: Rule)
669
+
670
+ SampledHTTPRequest.add_member(:request, Shapes::ShapeRef.new(shape: HTTPRequest, required: true, location_name: "Request"))
671
+ SampledHTTPRequest.add_member(:weight, Shapes::ShapeRef.new(shape: SampleWeight, required: true, location_name: "Weight"))
672
+ SampledHTTPRequest.add_member(:timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "Timestamp"))
673
+ SampledHTTPRequest.add_member(:action, Shapes::ShapeRef.new(shape: Action, location_name: "Action"))
674
+ SampledHTTPRequest.add_member(:rule_name_within_rule_group, Shapes::ShapeRef.new(shape: EntityName, location_name: "RuleNameWithinRuleGroup"))
675
+ SampledHTTPRequest.struct_class = Types::SampledHTTPRequest
676
+
677
+ SampledHTTPRequests.member = Shapes::ShapeRef.new(shape: SampledHTTPRequest)
678
+
679
+ SingleHeader.add_member(:name, Shapes::ShapeRef.new(shape: FieldToMatchData, required: true, location_name: "Name"))
680
+ SingleHeader.struct_class = Types::SingleHeader
681
+
682
+ SingleQueryArgument.add_member(:name, Shapes::ShapeRef.new(shape: FieldToMatchData, required: true, location_name: "Name"))
683
+ SingleQueryArgument.struct_class = Types::SingleQueryArgument
684
+
685
+ SizeConstraintStatement.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
686
+ SizeConstraintStatement.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "ComparisonOperator"))
687
+ SizeConstraintStatement.add_member(:size, Shapes::ShapeRef.new(shape: Size, required: true, location_name: "Size"))
688
+ SizeConstraintStatement.add_member(:text_transformations, Shapes::ShapeRef.new(shape: TextTransformations, required: true, location_name: "TextTransformations"))
689
+ SizeConstraintStatement.struct_class = Types::SizeConstraintStatement
690
+
691
+ SqliMatchStatement.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
692
+ SqliMatchStatement.add_member(:text_transformations, Shapes::ShapeRef.new(shape: TextTransformations, required: true, location_name: "TextTransformations"))
693
+ SqliMatchStatement.struct_class = Types::SqliMatchStatement
694
+
695
+ Statement.add_member(:byte_match_statement, Shapes::ShapeRef.new(shape: ByteMatchStatement, location_name: "ByteMatchStatement"))
696
+ Statement.add_member(:sqli_match_statement, Shapes::ShapeRef.new(shape: SqliMatchStatement, location_name: "SqliMatchStatement"))
697
+ Statement.add_member(:xss_match_statement, Shapes::ShapeRef.new(shape: XssMatchStatement, location_name: "XssMatchStatement"))
698
+ Statement.add_member(:size_constraint_statement, Shapes::ShapeRef.new(shape: SizeConstraintStatement, location_name: "SizeConstraintStatement"))
699
+ Statement.add_member(:geo_match_statement, Shapes::ShapeRef.new(shape: GeoMatchStatement, location_name: "GeoMatchStatement"))
700
+ Statement.add_member(:rule_group_reference_statement, Shapes::ShapeRef.new(shape: RuleGroupReferenceStatement, location_name: "RuleGroupReferenceStatement"))
701
+ Statement.add_member(:ip_set_reference_statement, Shapes::ShapeRef.new(shape: IPSetReferenceStatement, location_name: "IPSetReferenceStatement"))
702
+ Statement.add_member(:regex_pattern_set_reference_statement, Shapes::ShapeRef.new(shape: RegexPatternSetReferenceStatement, location_name: "RegexPatternSetReferenceStatement"))
703
+ Statement.add_member(:rate_based_statement, Shapes::ShapeRef.new(shape: RateBasedStatement, location_name: "RateBasedStatement"))
704
+ Statement.add_member(:and_statement, Shapes::ShapeRef.new(shape: AndStatement, location_name: "AndStatement"))
705
+ Statement.add_member(:or_statement, Shapes::ShapeRef.new(shape: OrStatement, location_name: "OrStatement"))
706
+ Statement.add_member(:not_statement, Shapes::ShapeRef.new(shape: NotStatement, location_name: "NotStatement"))
707
+ Statement.add_member(:managed_rule_group_statement, Shapes::ShapeRef.new(shape: ManagedRuleGroupStatement, location_name: "ManagedRuleGroupStatement"))
708
+ Statement.struct_class = Types::Statement
709
+
710
+ Statements.member = Shapes::ShapeRef.new(shape: Statement)
711
+
712
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
713
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
714
+ Tag.struct_class = Types::Tag
715
+
716
+ TagInfoForResource.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ResourceARN"))
717
+ TagInfoForResource.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
718
+ TagInfoForResource.struct_class = Types::TagInfoForResource
719
+
720
+ TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
721
+
722
+ TagList.member = Shapes::ShapeRef.new(shape: Tag)
723
+
724
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceARN"))
725
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
726
+ TagResourceRequest.struct_class = Types::TagResourceRequest
727
+
728
+ TagResourceResponse.struct_class = Types::TagResourceResponse
729
+
730
+ TextTransformation.add_member(:priority, Shapes::ShapeRef.new(shape: TextTransformationPriority, required: true, location_name: "Priority"))
731
+ TextTransformation.add_member(:type, Shapes::ShapeRef.new(shape: TextTransformationType, required: true, location_name: "Type"))
732
+ TextTransformation.struct_class = Types::TextTransformation
733
+
734
+ TextTransformations.member = Shapes::ShapeRef.new(shape: TextTransformation)
735
+
736
+ TimeWindow.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "StartTime"))
737
+ TimeWindow.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "EndTime"))
738
+ TimeWindow.struct_class = Types::TimeWindow
739
+
740
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceARN"))
741
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
742
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
743
+
744
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
745
+
746
+ UpdateIPSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
747
+ UpdateIPSetRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
748
+ UpdateIPSetRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
749
+ UpdateIPSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
750
+ UpdateIPSetRequest.add_member(:addresses, Shapes::ShapeRef.new(shape: IPAddresses, required: true, location_name: "Addresses"))
751
+ UpdateIPSetRequest.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, required: true, location_name: "LockToken"))
752
+ UpdateIPSetRequest.struct_class = Types::UpdateIPSetRequest
753
+
754
+ UpdateIPSetResponse.add_member(:next_lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "NextLockToken"))
755
+ UpdateIPSetResponse.struct_class = Types::UpdateIPSetResponse
756
+
757
+ UpdateRegexPatternSetRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
758
+ UpdateRegexPatternSetRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
759
+ UpdateRegexPatternSetRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
760
+ UpdateRegexPatternSetRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
761
+ UpdateRegexPatternSetRequest.add_member(:regular_expression_list, Shapes::ShapeRef.new(shape: RegularExpressionList, required: true, location_name: "RegularExpressionList"))
762
+ UpdateRegexPatternSetRequest.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, required: true, location_name: "LockToken"))
763
+ UpdateRegexPatternSetRequest.struct_class = Types::UpdateRegexPatternSetRequest
764
+
765
+ UpdateRegexPatternSetResponse.add_member(:next_lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "NextLockToken"))
766
+ UpdateRegexPatternSetResponse.struct_class = Types::UpdateRegexPatternSetResponse
767
+
768
+ UpdateRuleGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
769
+ UpdateRuleGroupRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
770
+ UpdateRuleGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
771
+ UpdateRuleGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
772
+ UpdateRuleGroupRequest.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
773
+ UpdateRuleGroupRequest.add_member(:visibility_config, Shapes::ShapeRef.new(shape: VisibilityConfig, required: true, location_name: "VisibilityConfig"))
774
+ UpdateRuleGroupRequest.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, required: true, location_name: "LockToken"))
775
+ UpdateRuleGroupRequest.struct_class = Types::UpdateRuleGroupRequest
776
+
777
+ UpdateRuleGroupResponse.add_member(:next_lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "NextLockToken"))
778
+ UpdateRuleGroupResponse.struct_class = Types::UpdateRuleGroupResponse
779
+
780
+ UpdateWebACLRequest.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
781
+ UpdateWebACLRequest.add_member(:scope, Shapes::ShapeRef.new(shape: Scope, required: true, location_name: "Scope"))
782
+ UpdateWebACLRequest.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
783
+ UpdateWebACLRequest.add_member(:default_action, Shapes::ShapeRef.new(shape: DefaultAction, required: true, location_name: "DefaultAction"))
784
+ UpdateWebACLRequest.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
785
+ UpdateWebACLRequest.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
786
+ UpdateWebACLRequest.add_member(:visibility_config, Shapes::ShapeRef.new(shape: VisibilityConfig, required: true, location_name: "VisibilityConfig"))
787
+ UpdateWebACLRequest.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, required: true, location_name: "LockToken"))
788
+ UpdateWebACLRequest.struct_class = Types::UpdateWebACLRequest
789
+
790
+ UpdateWebACLResponse.add_member(:next_lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "NextLockToken"))
791
+ UpdateWebACLResponse.struct_class = Types::UpdateWebACLResponse
792
+
793
+ UriPath.struct_class = Types::UriPath
794
+
795
+ VisibilityConfig.add_member(:sampled_requests_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "SampledRequestsEnabled"))
796
+ VisibilityConfig.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "CloudWatchMetricsEnabled"))
797
+ VisibilityConfig.add_member(:metric_name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "MetricName"))
798
+ VisibilityConfig.struct_class = Types::VisibilityConfig
799
+
800
+ WAFAssociatedItemException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
801
+ WAFAssociatedItemException.struct_class = Types::WAFAssociatedItemException
802
+
803
+ WAFDuplicateItemException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
804
+ WAFDuplicateItemException.struct_class = Types::WAFDuplicateItemException
805
+
806
+ WAFInternalErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
807
+ WAFInternalErrorException.struct_class = Types::WAFInternalErrorException
808
+
809
+ WAFInvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
810
+ WAFInvalidParameterException.add_member(:field, Shapes::ShapeRef.new(shape: ParameterExceptionField, location_name: "Field"))
811
+ WAFInvalidParameterException.add_member(:parameter, Shapes::ShapeRef.new(shape: ParameterExceptionParameter, location_name: "Parameter"))
812
+ WAFInvalidParameterException.add_member(:reason, Shapes::ShapeRef.new(shape: ErrorReason, location_name: "Reason"))
813
+ WAFInvalidParameterException.struct_class = Types::WAFInvalidParameterException
814
+
815
+ WAFInvalidResourceException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
816
+ WAFInvalidResourceException.struct_class = Types::WAFInvalidResourceException
817
+
818
+ WAFLimitsExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
819
+ WAFLimitsExceededException.struct_class = Types::WAFLimitsExceededException
820
+
821
+ WAFNonexistentItemException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
822
+ WAFNonexistentItemException.struct_class = Types::WAFNonexistentItemException
823
+
824
+ WAFOptimisticLockException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
825
+ WAFOptimisticLockException.struct_class = Types::WAFOptimisticLockException
826
+
827
+ WAFServiceLinkedRoleErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
828
+ WAFServiceLinkedRoleErrorException.struct_class = Types::WAFServiceLinkedRoleErrorException
829
+
830
+ WAFTagOperationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
831
+ WAFTagOperationException.struct_class = Types::WAFTagOperationException
832
+
833
+ WAFTagOperationInternalErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
834
+ WAFTagOperationInternalErrorException.struct_class = Types::WAFTagOperationInternalErrorException
835
+
836
+ WAFUnavailableEntityException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
837
+ WAFUnavailableEntityException.struct_class = Types::WAFUnavailableEntityException
838
+
839
+ WebACL.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "Name"))
840
+ WebACL.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, required: true, location_name: "Id"))
841
+ WebACL.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ARN"))
842
+ WebACL.add_member(:default_action, Shapes::ShapeRef.new(shape: DefaultAction, required: true, location_name: "DefaultAction"))
843
+ WebACL.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
844
+ WebACL.add_member(:rules, Shapes::ShapeRef.new(shape: Rules, location_name: "Rules"))
845
+ WebACL.add_member(:visibility_config, Shapes::ShapeRef.new(shape: VisibilityConfig, required: true, location_name: "VisibilityConfig"))
846
+ WebACL.add_member(:capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "Capacity"))
847
+ WebACL.struct_class = Types::WebACL
848
+
849
+ WebACLSummaries.member = Shapes::ShapeRef.new(shape: WebACLSummary)
850
+
851
+ WebACLSummary.add_member(:name, Shapes::ShapeRef.new(shape: EntityName, location_name: "Name"))
852
+ WebACLSummary.add_member(:id, Shapes::ShapeRef.new(shape: EntityId, location_name: "Id"))
853
+ WebACLSummary.add_member(:description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "Description"))
854
+ WebACLSummary.add_member(:lock_token, Shapes::ShapeRef.new(shape: LockToken, location_name: "LockToken"))
855
+ WebACLSummary.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "ARN"))
856
+ WebACLSummary.struct_class = Types::WebACLSummary
857
+
858
+ XssMatchStatement.add_member(:field_to_match, Shapes::ShapeRef.new(shape: FieldToMatch, required: true, location_name: "FieldToMatch"))
859
+ XssMatchStatement.add_member(:text_transformations, Shapes::ShapeRef.new(shape: TextTransformations, required: true, location_name: "TextTransformations"))
860
+ XssMatchStatement.struct_class = Types::XssMatchStatement
861
+
862
+
863
+ # @api private
864
+ API = Seahorse::Model::Api.new.tap do |api|
865
+
866
+ api.version = "2019-07-29"
867
+
868
+ api.metadata = {
869
+ "apiVersion" => "2019-07-29",
870
+ "endpointPrefix" => "wafv2",
871
+ "jsonVersion" => "1.1",
872
+ "protocol" => "json",
873
+ "serviceAbbreviation" => "WAFV2",
874
+ "serviceFullName" => "AWS WAFV2",
875
+ "serviceId" => "WAFV2",
876
+ "signatureVersion" => "v4",
877
+ "targetPrefix" => "AWSWAF_20190729",
878
+ "uid" => "wafv2-2019-07-29",
879
+ }
880
+
881
+ api.add_operation(:associate_web_acl, Seahorse::Model::Operation.new.tap do |o|
882
+ o.name = "AssociateWebACL"
883
+ o.http_method = "POST"
884
+ o.http_request_uri = "/"
885
+ o.input = Shapes::ShapeRef.new(shape: AssociateWebACLRequest)
886
+ o.output = Shapes::ShapeRef.new(shape: AssociateWebACLResponse)
887
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
888
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
889
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
890
+ o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
891
+ end)
892
+
893
+ api.add_operation(:check_capacity, Seahorse::Model::Operation.new.tap do |o|
894
+ o.name = "CheckCapacity"
895
+ o.http_method = "POST"
896
+ o.http_request_uri = "/"
897
+ o.input = Shapes::ShapeRef.new(shape: CheckCapacityRequest)
898
+ o.output = Shapes::ShapeRef.new(shape: CheckCapacityResponse)
899
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
900
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
901
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
902
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
903
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidResourceException)
904
+ o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
905
+ end)
906
+
907
+ api.add_operation(:create_ip_set, Seahorse::Model::Operation.new.tap do |o|
908
+ o.name = "CreateIPSet"
909
+ o.http_method = "POST"
910
+ o.http_request_uri = "/"
911
+ o.input = Shapes::ShapeRef.new(shape: CreateIPSetRequest)
912
+ o.output = Shapes::ShapeRef.new(shape: CreateIPSetResponse)
913
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
914
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
915
+ o.errors << Shapes::ShapeRef.new(shape: WAFDuplicateItemException)
916
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
917
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
918
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
919
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
920
+ end)
921
+
922
+ api.add_operation(:create_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
923
+ o.name = "CreateRegexPatternSet"
924
+ o.http_method = "POST"
925
+ o.http_request_uri = "/"
926
+ o.input = Shapes::ShapeRef.new(shape: CreateRegexPatternSetRequest)
927
+ o.output = Shapes::ShapeRef.new(shape: CreateRegexPatternSetResponse)
928
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
929
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
930
+ o.errors << Shapes::ShapeRef.new(shape: WAFDuplicateItemException)
931
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
932
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
933
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
934
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
935
+ end)
936
+
937
+ api.add_operation(:create_rule_group, Seahorse::Model::Operation.new.tap do |o|
938
+ o.name = "CreateRuleGroup"
939
+ o.http_method = "POST"
940
+ o.http_request_uri = "/"
941
+ o.input = Shapes::ShapeRef.new(shape: CreateRuleGroupRequest)
942
+ o.output = Shapes::ShapeRef.new(shape: CreateRuleGroupResponse)
943
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
944
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
945
+ o.errors << Shapes::ShapeRef.new(shape: WAFDuplicateItemException)
946
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
947
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
948
+ o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
949
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
950
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
951
+ end)
952
+
953
+ api.add_operation(:create_web_acl, Seahorse::Model::Operation.new.tap do |o|
954
+ o.name = "CreateWebACL"
955
+ o.http_method = "POST"
956
+ o.http_request_uri = "/"
957
+ o.input = Shapes::ShapeRef.new(shape: CreateWebACLRequest)
958
+ o.output = Shapes::ShapeRef.new(shape: CreateWebACLResponse)
959
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
960
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
961
+ o.errors << Shapes::ShapeRef.new(shape: WAFDuplicateItemException)
962
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
963
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
964
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidResourceException)
965
+ o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
966
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
967
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
968
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
969
+ end)
970
+
971
+ api.add_operation(:delete_ip_set, Seahorse::Model::Operation.new.tap do |o|
972
+ o.name = "DeleteIPSet"
973
+ o.http_method = "POST"
974
+ o.http_request_uri = "/"
975
+ o.input = Shapes::ShapeRef.new(shape: DeleteIPSetRequest)
976
+ o.output = Shapes::ShapeRef.new(shape: DeleteIPSetResponse)
977
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
978
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
979
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
980
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
981
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
982
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
983
+ end)
984
+
985
+ api.add_operation(:delete_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
986
+ o.name = "DeleteLoggingConfiguration"
987
+ o.http_method = "POST"
988
+ o.http_request_uri = "/"
989
+ o.input = Shapes::ShapeRef.new(shape: DeleteLoggingConfigurationRequest)
990
+ o.output = Shapes::ShapeRef.new(shape: DeleteLoggingConfigurationResponse)
991
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
992
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
993
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
994
+ end)
995
+
996
+ api.add_operation(:delete_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
997
+ o.name = "DeleteRegexPatternSet"
998
+ o.http_method = "POST"
999
+ o.http_request_uri = "/"
1000
+ o.input = Shapes::ShapeRef.new(shape: DeleteRegexPatternSetRequest)
1001
+ o.output = Shapes::ShapeRef.new(shape: DeleteRegexPatternSetResponse)
1002
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1003
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1004
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1005
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
1008
+ end)
1009
+
1010
+ api.add_operation(:delete_rule_group, Seahorse::Model::Operation.new.tap do |o|
1011
+ o.name = "DeleteRuleGroup"
1012
+ o.http_method = "POST"
1013
+ o.http_request_uri = "/"
1014
+ o.input = Shapes::ShapeRef.new(shape: DeleteRuleGroupRequest)
1015
+ o.output = Shapes::ShapeRef.new(shape: DeleteRuleGroupResponse)
1016
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1017
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1018
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1019
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1020
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
1021
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
1022
+ end)
1023
+
1024
+ api.add_operation(:delete_web_acl, Seahorse::Model::Operation.new.tap do |o|
1025
+ o.name = "DeleteWebACL"
1026
+ o.http_method = "POST"
1027
+ o.http_request_uri = "/"
1028
+ o.input = Shapes::ShapeRef.new(shape: DeleteWebACLRequest)
1029
+ o.output = Shapes::ShapeRef.new(shape: DeleteWebACLResponse)
1030
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1031
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1032
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1033
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1034
+ o.errors << Shapes::ShapeRef.new(shape: WAFAssociatedItemException)
1035
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
1037
+ end)
1038
+
1039
+ api.add_operation(:describe_managed_rule_group, Seahorse::Model::Operation.new.tap do |o|
1040
+ o.name = "DescribeManagedRuleGroup"
1041
+ o.http_method = "POST"
1042
+ o.http_request_uri = "/"
1043
+ o.input = Shapes::ShapeRef.new(shape: DescribeManagedRuleGroupRequest)
1044
+ o.output = Shapes::ShapeRef.new(shape: DescribeManagedRuleGroupResponse)
1045
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1046
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1047
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidResourceException)
1048
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1049
+ end)
1050
+
1051
+ api.add_operation(:disassociate_web_acl, Seahorse::Model::Operation.new.tap do |o|
1052
+ o.name = "DisassociateWebACL"
1053
+ o.http_method = "POST"
1054
+ o.http_request_uri = "/"
1055
+ o.input = Shapes::ShapeRef.new(shape: DisassociateWebACLRequest)
1056
+ o.output = Shapes::ShapeRef.new(shape: DisassociateWebACLResponse)
1057
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1058
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1060
+ end)
1061
+
1062
+ api.add_operation(:get_ip_set, Seahorse::Model::Operation.new.tap do |o|
1063
+ o.name = "GetIPSet"
1064
+ o.http_method = "POST"
1065
+ o.http_request_uri = "/"
1066
+ o.input = Shapes::ShapeRef.new(shape: GetIPSetRequest)
1067
+ o.output = Shapes::ShapeRef.new(shape: GetIPSetResponse)
1068
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1069
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1070
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1071
+ end)
1072
+
1073
+ api.add_operation(:get_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
1074
+ o.name = "GetLoggingConfiguration"
1075
+ o.http_method = "POST"
1076
+ o.http_request_uri = "/"
1077
+ o.input = Shapes::ShapeRef.new(shape: GetLoggingConfigurationRequest)
1078
+ o.output = Shapes::ShapeRef.new(shape: GetLoggingConfigurationResponse)
1079
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1080
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1081
+ end)
1082
+
1083
+ api.add_operation(:get_rate_based_statement_managed_keys, Seahorse::Model::Operation.new.tap do |o|
1084
+ o.name = "GetRateBasedStatementManagedKeys"
1085
+ o.http_method = "POST"
1086
+ o.http_request_uri = "/"
1087
+ o.input = Shapes::ShapeRef.new(shape: GetRateBasedStatementManagedKeysRequest)
1088
+ o.output = Shapes::ShapeRef.new(shape: GetRateBasedStatementManagedKeysResponse)
1089
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1090
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1091
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1092
+ end)
1093
+
1094
+ api.add_operation(:get_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1095
+ o.name = "GetRegexPatternSet"
1096
+ o.http_method = "POST"
1097
+ o.http_request_uri = "/"
1098
+ o.input = Shapes::ShapeRef.new(shape: GetRegexPatternSetRequest)
1099
+ o.output = Shapes::ShapeRef.new(shape: GetRegexPatternSetResponse)
1100
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1101
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1102
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1103
+ end)
1104
+
1105
+ api.add_operation(:get_rule_group, Seahorse::Model::Operation.new.tap do |o|
1106
+ o.name = "GetRuleGroup"
1107
+ o.http_method = "POST"
1108
+ o.http_request_uri = "/"
1109
+ o.input = Shapes::ShapeRef.new(shape: GetRuleGroupRequest)
1110
+ o.output = Shapes::ShapeRef.new(shape: GetRuleGroupResponse)
1111
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1114
+ end)
1115
+
1116
+ api.add_operation(:get_sampled_requests, Seahorse::Model::Operation.new.tap do |o|
1117
+ o.name = "GetSampledRequests"
1118
+ o.http_method = "POST"
1119
+ o.http_request_uri = "/"
1120
+ o.input = Shapes::ShapeRef.new(shape: GetSampledRequestsRequest)
1121
+ o.output = Shapes::ShapeRef.new(shape: GetSampledRequestsResponse)
1122
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1123
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1124
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1125
+ end)
1126
+
1127
+ api.add_operation(:get_web_acl, Seahorse::Model::Operation.new.tap do |o|
1128
+ o.name = "GetWebACL"
1129
+ o.http_method = "POST"
1130
+ o.http_request_uri = "/"
1131
+ o.input = Shapes::ShapeRef.new(shape: GetWebACLRequest)
1132
+ o.output = Shapes::ShapeRef.new(shape: GetWebACLResponse)
1133
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1134
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1135
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1136
+ end)
1137
+
1138
+ api.add_operation(:get_web_acl_for_resource, Seahorse::Model::Operation.new.tap do |o|
1139
+ o.name = "GetWebACLForResource"
1140
+ o.http_method = "POST"
1141
+ o.http_request_uri = "/"
1142
+ o.input = Shapes::ShapeRef.new(shape: GetWebACLForResourceRequest)
1143
+ o.output = Shapes::ShapeRef.new(shape: GetWebACLForResourceResponse)
1144
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1145
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1146
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1147
+ o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
1148
+ end)
1149
+
1150
+ api.add_operation(:list_available_managed_rule_groups, Seahorse::Model::Operation.new.tap do |o|
1151
+ o.name = "ListAvailableManagedRuleGroups"
1152
+ o.http_method = "POST"
1153
+ o.http_request_uri = "/"
1154
+ o.input = Shapes::ShapeRef.new(shape: ListAvailableManagedRuleGroupsRequest)
1155
+ o.output = Shapes::ShapeRef.new(shape: ListAvailableManagedRuleGroupsResponse)
1156
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1157
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1158
+ end)
1159
+
1160
+ api.add_operation(:list_ip_sets, Seahorse::Model::Operation.new.tap do |o|
1161
+ o.name = "ListIPSets"
1162
+ o.http_method = "POST"
1163
+ o.http_request_uri = "/"
1164
+ o.input = Shapes::ShapeRef.new(shape: ListIPSetsRequest)
1165
+ o.output = Shapes::ShapeRef.new(shape: ListIPSetsResponse)
1166
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1167
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1168
+ end)
1169
+
1170
+ api.add_operation(:list_logging_configurations, Seahorse::Model::Operation.new.tap do |o|
1171
+ o.name = "ListLoggingConfigurations"
1172
+ o.http_method = "POST"
1173
+ o.http_request_uri = "/"
1174
+ o.input = Shapes::ShapeRef.new(shape: ListLoggingConfigurationsRequest)
1175
+ o.output = Shapes::ShapeRef.new(shape: ListLoggingConfigurationsResponse)
1176
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1177
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1178
+ end)
1179
+
1180
+ api.add_operation(:list_regex_pattern_sets, Seahorse::Model::Operation.new.tap do |o|
1181
+ o.name = "ListRegexPatternSets"
1182
+ o.http_method = "POST"
1183
+ o.http_request_uri = "/"
1184
+ o.input = Shapes::ShapeRef.new(shape: ListRegexPatternSetsRequest)
1185
+ o.output = Shapes::ShapeRef.new(shape: ListRegexPatternSetsResponse)
1186
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1187
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1188
+ end)
1189
+
1190
+ api.add_operation(:list_resources_for_web_acl, Seahorse::Model::Operation.new.tap do |o|
1191
+ o.name = "ListResourcesForWebACL"
1192
+ o.http_method = "POST"
1193
+ o.http_request_uri = "/"
1194
+ o.input = Shapes::ShapeRef.new(shape: ListResourcesForWebACLRequest)
1195
+ o.output = Shapes::ShapeRef.new(shape: ListResourcesForWebACLResponse)
1196
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1197
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1198
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1199
+ end)
1200
+
1201
+ api.add_operation(:list_rule_groups, Seahorse::Model::Operation.new.tap do |o|
1202
+ o.name = "ListRuleGroups"
1203
+ o.http_method = "POST"
1204
+ o.http_request_uri = "/"
1205
+ o.input = Shapes::ShapeRef.new(shape: ListRuleGroupsRequest)
1206
+ o.output = Shapes::ShapeRef.new(shape: ListRuleGroupsResponse)
1207
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1208
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1209
+ end)
1210
+
1211
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1212
+ o.name = "ListTagsForResource"
1213
+ o.http_method = "POST"
1214
+ o.http_request_uri = "/"
1215
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1216
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1217
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1218
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1219
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1220
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
1221
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
1222
+ end)
1223
+
1224
+ api.add_operation(:list_web_acls, Seahorse::Model::Operation.new.tap do |o|
1225
+ o.name = "ListWebACLs"
1226
+ o.http_method = "POST"
1227
+ o.http_request_uri = "/"
1228
+ o.input = Shapes::ShapeRef.new(shape: ListWebACLsRequest)
1229
+ o.output = Shapes::ShapeRef.new(shape: ListWebACLsResponse)
1230
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1231
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1232
+ end)
1233
+
1234
+ api.add_operation(:put_logging_configuration, Seahorse::Model::Operation.new.tap do |o|
1235
+ o.name = "PutLoggingConfiguration"
1236
+ o.http_method = "POST"
1237
+ o.http_request_uri = "/"
1238
+ o.input = Shapes::ShapeRef.new(shape: PutLoggingConfigurationRequest)
1239
+ o.output = Shapes::ShapeRef.new(shape: PutLoggingConfigurationResponse)
1240
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1241
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1242
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1243
+ o.errors << Shapes::ShapeRef.new(shape: WAFServiceLinkedRoleErrorException)
1244
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1245
+ end)
1246
+
1247
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1248
+ o.name = "TagResource"
1249
+ o.http_method = "POST"
1250
+ o.http_request_uri = "/"
1251
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1252
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1253
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1254
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1255
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1256
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1257
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
1258
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
1259
+ end)
1260
+
1261
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1262
+ o.name = "UntagResource"
1263
+ o.http_method = "POST"
1264
+ o.http_request_uri = "/"
1265
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1266
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1267
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1268
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1269
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1270
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationException)
1271
+ o.errors << Shapes::ShapeRef.new(shape: WAFTagOperationInternalErrorException)
1272
+ end)
1273
+
1274
+ api.add_operation(:update_ip_set, Seahorse::Model::Operation.new.tap do |o|
1275
+ o.name = "UpdateIPSet"
1276
+ o.http_method = "POST"
1277
+ o.http_request_uri = "/"
1278
+ o.input = Shapes::ShapeRef.new(shape: UpdateIPSetRequest)
1279
+ o.output = Shapes::ShapeRef.new(shape: UpdateIPSetResponse)
1280
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1281
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1282
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1283
+ o.errors << Shapes::ShapeRef.new(shape: WAFDuplicateItemException)
1284
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1285
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1286
+ end)
1287
+
1288
+ api.add_operation(:update_regex_pattern_set, Seahorse::Model::Operation.new.tap do |o|
1289
+ o.name = "UpdateRegexPatternSet"
1290
+ o.http_method = "POST"
1291
+ o.http_request_uri = "/"
1292
+ o.input = Shapes::ShapeRef.new(shape: UpdateRegexPatternSetRequest)
1293
+ o.output = Shapes::ShapeRef.new(shape: UpdateRegexPatternSetResponse)
1294
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1295
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1296
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1297
+ o.errors << Shapes::ShapeRef.new(shape: WAFDuplicateItemException)
1298
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1299
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1300
+ end)
1301
+
1302
+ api.add_operation(:update_rule_group, Seahorse::Model::Operation.new.tap do |o|
1303
+ o.name = "UpdateRuleGroup"
1304
+ o.http_method = "POST"
1305
+ o.http_request_uri = "/"
1306
+ o.input = Shapes::ShapeRef.new(shape: UpdateRuleGroupRequest)
1307
+ o.output = Shapes::ShapeRef.new(shape: UpdateRuleGroupResponse)
1308
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1309
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1310
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1311
+ o.errors << Shapes::ShapeRef.new(shape: WAFDuplicateItemException)
1312
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1313
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1314
+ o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
1315
+ end)
1316
+
1317
+ api.add_operation(:update_web_acl, Seahorse::Model::Operation.new.tap do |o|
1318
+ o.name = "UpdateWebACL"
1319
+ o.http_method = "POST"
1320
+ o.http_request_uri = "/"
1321
+ o.input = Shapes::ShapeRef.new(shape: UpdateWebACLRequest)
1322
+ o.output = Shapes::ShapeRef.new(shape: UpdateWebACLResponse)
1323
+ o.errors << Shapes::ShapeRef.new(shape: WAFInternalErrorException)
1324
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidParameterException)
1325
+ o.errors << Shapes::ShapeRef.new(shape: WAFNonexistentItemException)
1326
+ o.errors << Shapes::ShapeRef.new(shape: WAFDuplicateItemException)
1327
+ o.errors << Shapes::ShapeRef.new(shape: WAFOptimisticLockException)
1328
+ o.errors << Shapes::ShapeRef.new(shape: WAFLimitsExceededException)
1329
+ o.errors << Shapes::ShapeRef.new(shape: WAFInvalidResourceException)
1330
+ o.errors << Shapes::ShapeRef.new(shape: WAFUnavailableEntityException)
1331
+ end)
1332
+ end
1333
+
1334
+ end
1335
+ end