aws-sdk-route53resolver 1.14.0 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -11,24 +13,35 @@ module Aws::Route53Resolver
11
13
 
12
14
  include Seahorse::Model
13
15
 
16
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
14
17
  AccountId = Shapes::StringShape.new(name: 'AccountId')
15
18
  Arn = Shapes::StringShape.new(name: 'Arn')
16
19
  AssociateResolverEndpointIpAddressRequest = Shapes::StructureShape.new(name: 'AssociateResolverEndpointIpAddressRequest')
17
20
  AssociateResolverEndpointIpAddressResponse = Shapes::StructureShape.new(name: 'AssociateResolverEndpointIpAddressResponse')
21
+ AssociateResolverQueryLogConfigRequest = Shapes::StructureShape.new(name: 'AssociateResolverQueryLogConfigRequest')
22
+ AssociateResolverQueryLogConfigResponse = Shapes::StructureShape.new(name: 'AssociateResolverQueryLogConfigResponse')
18
23
  AssociateResolverRuleRequest = Shapes::StructureShape.new(name: 'AssociateResolverRuleRequest')
19
24
  AssociateResolverRuleResponse = Shapes::StructureShape.new(name: 'AssociateResolverRuleResponse')
20
25
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
26
+ Count = Shapes::IntegerShape.new(name: 'Count')
21
27
  CreateResolverEndpointRequest = Shapes::StructureShape.new(name: 'CreateResolverEndpointRequest')
22
28
  CreateResolverEndpointResponse = Shapes::StructureShape.new(name: 'CreateResolverEndpointResponse')
29
+ CreateResolverQueryLogConfigRequest = Shapes::StructureShape.new(name: 'CreateResolverQueryLogConfigRequest')
30
+ CreateResolverQueryLogConfigResponse = Shapes::StructureShape.new(name: 'CreateResolverQueryLogConfigResponse')
23
31
  CreateResolverRuleRequest = Shapes::StructureShape.new(name: 'CreateResolverRuleRequest')
24
32
  CreateResolverRuleResponse = Shapes::StructureShape.new(name: 'CreateResolverRuleResponse')
25
33
  CreatorRequestId = Shapes::StringShape.new(name: 'CreatorRequestId')
26
34
  DeleteResolverEndpointRequest = Shapes::StructureShape.new(name: 'DeleteResolverEndpointRequest')
27
35
  DeleteResolverEndpointResponse = Shapes::StructureShape.new(name: 'DeleteResolverEndpointResponse')
36
+ DeleteResolverQueryLogConfigRequest = Shapes::StructureShape.new(name: 'DeleteResolverQueryLogConfigRequest')
37
+ DeleteResolverQueryLogConfigResponse = Shapes::StructureShape.new(name: 'DeleteResolverQueryLogConfigResponse')
28
38
  DeleteResolverRuleRequest = Shapes::StructureShape.new(name: 'DeleteResolverRuleRequest')
29
39
  DeleteResolverRuleResponse = Shapes::StructureShape.new(name: 'DeleteResolverRuleResponse')
40
+ DestinationArn = Shapes::StringShape.new(name: 'DestinationArn')
30
41
  DisassociateResolverEndpointIpAddressRequest = Shapes::StructureShape.new(name: 'DisassociateResolverEndpointIpAddressRequest')
31
42
  DisassociateResolverEndpointIpAddressResponse = Shapes::StructureShape.new(name: 'DisassociateResolverEndpointIpAddressResponse')
43
+ DisassociateResolverQueryLogConfigRequest = Shapes::StructureShape.new(name: 'DisassociateResolverQueryLogConfigRequest')
44
+ DisassociateResolverQueryLogConfigResponse = Shapes::StructureShape.new(name: 'DisassociateResolverQueryLogConfigResponse')
32
45
  DisassociateResolverRuleRequest = Shapes::StructureShape.new(name: 'DisassociateResolverRuleRequest')
33
46
  DisassociateResolverRuleResponse = Shapes::StructureShape.new(name: 'DisassociateResolverRuleResponse')
34
47
  DomainName = Shapes::StringShape.new(name: 'DomainName')
@@ -40,6 +53,12 @@ module Aws::Route53Resolver
40
53
  Filters = Shapes::ListShape.new(name: 'Filters')
41
54
  GetResolverEndpointRequest = Shapes::StructureShape.new(name: 'GetResolverEndpointRequest')
42
55
  GetResolverEndpointResponse = Shapes::StructureShape.new(name: 'GetResolverEndpointResponse')
56
+ GetResolverQueryLogConfigAssociationRequest = Shapes::StructureShape.new(name: 'GetResolverQueryLogConfigAssociationRequest')
57
+ GetResolverQueryLogConfigAssociationResponse = Shapes::StructureShape.new(name: 'GetResolverQueryLogConfigAssociationResponse')
58
+ GetResolverQueryLogConfigPolicyRequest = Shapes::StructureShape.new(name: 'GetResolverQueryLogConfigPolicyRequest')
59
+ GetResolverQueryLogConfigPolicyResponse = Shapes::StructureShape.new(name: 'GetResolverQueryLogConfigPolicyResponse')
60
+ GetResolverQueryLogConfigRequest = Shapes::StructureShape.new(name: 'GetResolverQueryLogConfigRequest')
61
+ GetResolverQueryLogConfigResponse = Shapes::StructureShape.new(name: 'GetResolverQueryLogConfigResponse')
43
62
  GetResolverRuleAssociationRequest = Shapes::StructureShape.new(name: 'GetResolverRuleAssociationRequest')
44
63
  GetResolverRuleAssociationResponse = Shapes::StructureShape.new(name: 'GetResolverRuleAssociationResponse')
45
64
  GetResolverRulePolicyRequest = Shapes::StructureShape.new(name: 'GetResolverRulePolicyRequest')
@@ -65,6 +84,10 @@ module Aws::Route53Resolver
65
84
  ListResolverEndpointIpAddressesResponse = Shapes::StructureShape.new(name: 'ListResolverEndpointIpAddressesResponse')
66
85
  ListResolverEndpointsRequest = Shapes::StructureShape.new(name: 'ListResolverEndpointsRequest')
67
86
  ListResolverEndpointsResponse = Shapes::StructureShape.new(name: 'ListResolverEndpointsResponse')
87
+ ListResolverQueryLogConfigAssociationsRequest = Shapes::StructureShape.new(name: 'ListResolverQueryLogConfigAssociationsRequest')
88
+ ListResolverQueryLogConfigAssociationsResponse = Shapes::StructureShape.new(name: 'ListResolverQueryLogConfigAssociationsResponse')
89
+ ListResolverQueryLogConfigsRequest = Shapes::StructureShape.new(name: 'ListResolverQueryLogConfigsRequest')
90
+ ListResolverQueryLogConfigsResponse = Shapes::StructureShape.new(name: 'ListResolverQueryLogConfigsResponse')
68
91
  ListResolverRuleAssociationsRequest = Shapes::StructureShape.new(name: 'ListResolverRuleAssociationsRequest')
69
92
  ListResolverRuleAssociationsResponse = Shapes::StructureShape.new(name: 'ListResolverRuleAssociationsResponse')
70
93
  ListResolverRulesRequest = Shapes::StructureShape.new(name: 'ListResolverRulesRequest')
@@ -75,12 +98,24 @@ module Aws::Route53Resolver
75
98
  Name = Shapes::StringShape.new(name: 'Name')
76
99
  NextToken = Shapes::StringShape.new(name: 'NextToken')
77
100
  Port = Shapes::IntegerShape.new(name: 'Port')
101
+ PutResolverQueryLogConfigPolicyRequest = Shapes::StructureShape.new(name: 'PutResolverQueryLogConfigPolicyRequest')
102
+ PutResolverQueryLogConfigPolicyResponse = Shapes::StructureShape.new(name: 'PutResolverQueryLogConfigPolicyResponse')
78
103
  PutResolverRulePolicyRequest = Shapes::StructureShape.new(name: 'PutResolverRulePolicyRequest')
79
104
  PutResolverRulePolicyResponse = Shapes::StructureShape.new(name: 'PutResolverRulePolicyResponse')
80
105
  ResolverEndpoint = Shapes::StructureShape.new(name: 'ResolverEndpoint')
81
106
  ResolverEndpointDirection = Shapes::StringShape.new(name: 'ResolverEndpointDirection')
82
107
  ResolverEndpointStatus = Shapes::StringShape.new(name: 'ResolverEndpointStatus')
83
108
  ResolverEndpoints = Shapes::ListShape.new(name: 'ResolverEndpoints')
109
+ ResolverQueryLogConfig = Shapes::StructureShape.new(name: 'ResolverQueryLogConfig')
110
+ ResolverQueryLogConfigAssociation = Shapes::StructureShape.new(name: 'ResolverQueryLogConfigAssociation')
111
+ ResolverQueryLogConfigAssociationError = Shapes::StringShape.new(name: 'ResolverQueryLogConfigAssociationError')
112
+ ResolverQueryLogConfigAssociationErrorMessage = Shapes::StringShape.new(name: 'ResolverQueryLogConfigAssociationErrorMessage')
113
+ ResolverQueryLogConfigAssociationList = Shapes::ListShape.new(name: 'ResolverQueryLogConfigAssociationList')
114
+ ResolverQueryLogConfigAssociationStatus = Shapes::StringShape.new(name: 'ResolverQueryLogConfigAssociationStatus')
115
+ ResolverQueryLogConfigList = Shapes::ListShape.new(name: 'ResolverQueryLogConfigList')
116
+ ResolverQueryLogConfigName = Shapes::StringShape.new(name: 'ResolverQueryLogConfigName')
117
+ ResolverQueryLogConfigPolicy = Shapes::StringShape.new(name: 'ResolverQueryLogConfigPolicy')
118
+ ResolverQueryLogConfigStatus = Shapes::StringShape.new(name: 'ResolverQueryLogConfigStatus')
84
119
  ResolverRule = Shapes::StructureShape.new(name: 'ResolverRule')
85
120
  ResolverRuleAssociation = Shapes::StructureShape.new(name: 'ResolverRuleAssociation')
86
121
  ResolverRuleAssociationStatus = Shapes::StringShape.new(name: 'ResolverRuleAssociationStatus')
@@ -98,6 +133,8 @@ module Aws::Route53Resolver
98
133
  RuleTypeOption = Shapes::StringShape.new(name: 'RuleTypeOption')
99
134
  SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
100
135
  ShareStatus = Shapes::StringShape.new(name: 'ShareStatus')
136
+ SortByKey = Shapes::StringShape.new(name: 'SortByKey')
137
+ SortOrder = Shapes::StringShape.new(name: 'SortOrder')
101
138
  StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
102
139
  String = Shapes::StringShape.new(name: 'String')
103
140
  SubnetId = Shapes::StringShape.new(name: 'SubnetId')
@@ -119,6 +156,9 @@ module Aws::Route53Resolver
119
156
  UpdateResolverRuleRequest = Shapes::StructureShape.new(name: 'UpdateResolverRuleRequest')
120
157
  UpdateResolverRuleResponse = Shapes::StructureShape.new(name: 'UpdateResolverRuleResponse')
121
158
 
159
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
160
+ AccessDeniedException.struct_class = Types::AccessDeniedException
161
+
122
162
  AssociateResolverEndpointIpAddressRequest.add_member(:resolver_endpoint_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverEndpointId"))
123
163
  AssociateResolverEndpointIpAddressRequest.add_member(:ip_address, Shapes::ShapeRef.new(shape: IpAddressUpdate, required: true, location_name: "IpAddress"))
124
164
  AssociateResolverEndpointIpAddressRequest.struct_class = Types::AssociateResolverEndpointIpAddressRequest
@@ -126,6 +166,13 @@ module Aws::Route53Resolver
126
166
  AssociateResolverEndpointIpAddressResponse.add_member(:resolver_endpoint, Shapes::ShapeRef.new(shape: ResolverEndpoint, location_name: "ResolverEndpoint"))
127
167
  AssociateResolverEndpointIpAddressResponse.struct_class = Types::AssociateResolverEndpointIpAddressResponse
128
168
 
169
+ AssociateResolverQueryLogConfigRequest.add_member(:resolver_query_log_config_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverQueryLogConfigId"))
170
+ AssociateResolverQueryLogConfigRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
171
+ AssociateResolverQueryLogConfigRequest.struct_class = Types::AssociateResolverQueryLogConfigRequest
172
+
173
+ AssociateResolverQueryLogConfigResponse.add_member(:resolver_query_log_config_association, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigAssociation, location_name: "ResolverQueryLogConfigAssociation"))
174
+ AssociateResolverQueryLogConfigResponse.struct_class = Types::AssociateResolverQueryLogConfigResponse
175
+
129
176
  AssociateResolverRuleRequest.add_member(:resolver_rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverRuleId"))
130
177
  AssociateResolverRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
131
178
  AssociateResolverRuleRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "VPCId"))
@@ -145,6 +192,15 @@ module Aws::Route53Resolver
145
192
  CreateResolverEndpointResponse.add_member(:resolver_endpoint, Shapes::ShapeRef.new(shape: ResolverEndpoint, location_name: "ResolverEndpoint"))
146
193
  CreateResolverEndpointResponse.struct_class = Types::CreateResolverEndpointResponse
147
194
 
195
+ CreateResolverQueryLogConfigRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigName, required: true, location_name: "Name"))
196
+ CreateResolverQueryLogConfigRequest.add_member(:destination_arn, Shapes::ShapeRef.new(shape: DestinationArn, required: true, location_name: "DestinationArn"))
197
+ CreateResolverQueryLogConfigRequest.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: CreatorRequestId, required: true, location_name: "CreatorRequestId", metadata: {"idempotencyToken"=>true}))
198
+ CreateResolverQueryLogConfigRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags", metadata: {"box"=>true}))
199
+ CreateResolverQueryLogConfigRequest.struct_class = Types::CreateResolverQueryLogConfigRequest
200
+
201
+ CreateResolverQueryLogConfigResponse.add_member(:resolver_query_log_config, Shapes::ShapeRef.new(shape: ResolverQueryLogConfig, location_name: "ResolverQueryLogConfig"))
202
+ CreateResolverQueryLogConfigResponse.struct_class = Types::CreateResolverQueryLogConfigResponse
203
+
148
204
  CreateResolverRuleRequest.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: CreatorRequestId, required: true, location_name: "CreatorRequestId"))
149
205
  CreateResolverRuleRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "Name"))
150
206
  CreateResolverRuleRequest.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleTypeOption, required: true, location_name: "RuleType"))
@@ -163,6 +219,12 @@ module Aws::Route53Resolver
163
219
  DeleteResolverEndpointResponse.add_member(:resolver_endpoint, Shapes::ShapeRef.new(shape: ResolverEndpoint, location_name: "ResolverEndpoint"))
164
220
  DeleteResolverEndpointResponse.struct_class = Types::DeleteResolverEndpointResponse
165
221
 
222
+ DeleteResolverQueryLogConfigRequest.add_member(:resolver_query_log_config_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverQueryLogConfigId"))
223
+ DeleteResolverQueryLogConfigRequest.struct_class = Types::DeleteResolverQueryLogConfigRequest
224
+
225
+ DeleteResolverQueryLogConfigResponse.add_member(:resolver_query_log_config, Shapes::ShapeRef.new(shape: ResolverQueryLogConfig, location_name: "ResolverQueryLogConfig"))
226
+ DeleteResolverQueryLogConfigResponse.struct_class = Types::DeleteResolverQueryLogConfigResponse
227
+
166
228
  DeleteResolverRuleRequest.add_member(:resolver_rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverRuleId"))
167
229
  DeleteResolverRuleRequest.struct_class = Types::DeleteResolverRuleRequest
168
230
 
@@ -176,6 +238,13 @@ module Aws::Route53Resolver
176
238
  DisassociateResolverEndpointIpAddressResponse.add_member(:resolver_endpoint, Shapes::ShapeRef.new(shape: ResolverEndpoint, location_name: "ResolverEndpoint"))
177
239
  DisassociateResolverEndpointIpAddressResponse.struct_class = Types::DisassociateResolverEndpointIpAddressResponse
178
240
 
241
+ DisassociateResolverQueryLogConfigRequest.add_member(:resolver_query_log_config_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverQueryLogConfigId"))
242
+ DisassociateResolverQueryLogConfigRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResourceId"))
243
+ DisassociateResolverQueryLogConfigRequest.struct_class = Types::DisassociateResolverQueryLogConfigRequest
244
+
245
+ DisassociateResolverQueryLogConfigResponse.add_member(:resolver_query_log_config_association, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigAssociation, location_name: "ResolverQueryLogConfigAssociation"))
246
+ DisassociateResolverQueryLogConfigResponse.struct_class = Types::DisassociateResolverQueryLogConfigResponse
247
+
179
248
  DisassociateResolverRuleRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "VPCId"))
180
249
  DisassociateResolverRuleRequest.add_member(:resolver_rule_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverRuleId"))
181
250
  DisassociateResolverRuleRequest.struct_class = Types::DisassociateResolverRuleRequest
@@ -197,6 +266,24 @@ module Aws::Route53Resolver
197
266
  GetResolverEndpointResponse.add_member(:resolver_endpoint, Shapes::ShapeRef.new(shape: ResolverEndpoint, location_name: "ResolverEndpoint"))
198
267
  GetResolverEndpointResponse.struct_class = Types::GetResolverEndpointResponse
199
268
 
269
+ GetResolverQueryLogConfigAssociationRequest.add_member(:resolver_query_log_config_association_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverQueryLogConfigAssociationId"))
270
+ GetResolverQueryLogConfigAssociationRequest.struct_class = Types::GetResolverQueryLogConfigAssociationRequest
271
+
272
+ GetResolverQueryLogConfigAssociationResponse.add_member(:resolver_query_log_config_association, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigAssociation, location_name: "ResolverQueryLogConfigAssociation"))
273
+ GetResolverQueryLogConfigAssociationResponse.struct_class = Types::GetResolverQueryLogConfigAssociationResponse
274
+
275
+ GetResolverQueryLogConfigPolicyRequest.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
276
+ GetResolverQueryLogConfigPolicyRequest.struct_class = Types::GetResolverQueryLogConfigPolicyRequest
277
+
278
+ GetResolverQueryLogConfigPolicyResponse.add_member(:resolver_query_log_config_policy, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigPolicy, location_name: "ResolverQueryLogConfigPolicy"))
279
+ GetResolverQueryLogConfigPolicyResponse.struct_class = Types::GetResolverQueryLogConfigPolicyResponse
280
+
281
+ GetResolverQueryLogConfigRequest.add_member(:resolver_query_log_config_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverQueryLogConfigId"))
282
+ GetResolverQueryLogConfigRequest.struct_class = Types::GetResolverQueryLogConfigRequest
283
+
284
+ GetResolverQueryLogConfigResponse.add_member(:resolver_query_log_config, Shapes::ShapeRef.new(shape: ResolverQueryLogConfig, location_name: "ResolverQueryLogConfig"))
285
+ GetResolverQueryLogConfigResponse.struct_class = Types::GetResolverQueryLogConfigResponse
286
+
200
287
  GetResolverRuleAssociationRequest.add_member(:resolver_rule_association_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverRuleAssociationId"))
201
288
  GetResolverRuleAssociationRequest.struct_class = Types::GetResolverRuleAssociationRequest
202
289
 
@@ -280,6 +367,32 @@ module Aws::Route53Resolver
280
367
  ListResolverEndpointsResponse.add_member(:resolver_endpoints, Shapes::ShapeRef.new(shape: ResolverEndpoints, location_name: "ResolverEndpoints"))
281
368
  ListResolverEndpointsResponse.struct_class = Types::ListResolverEndpointsResponse
282
369
 
370
+ ListResolverQueryLogConfigAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
371
+ ListResolverQueryLogConfigAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
372
+ ListResolverQueryLogConfigAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters"))
373
+ ListResolverQueryLogConfigAssociationsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortByKey, location_name: "SortBy"))
374
+ ListResolverQueryLogConfigAssociationsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
375
+ ListResolverQueryLogConfigAssociationsRequest.struct_class = Types::ListResolverQueryLogConfigAssociationsRequest
376
+
377
+ ListResolverQueryLogConfigAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
378
+ ListResolverQueryLogConfigAssociationsResponse.add_member(:total_count, Shapes::ShapeRef.new(shape: Count, location_name: "TotalCount"))
379
+ ListResolverQueryLogConfigAssociationsResponse.add_member(:total_filtered_count, Shapes::ShapeRef.new(shape: Count, location_name: "TotalFilteredCount"))
380
+ ListResolverQueryLogConfigAssociationsResponse.add_member(:resolver_query_log_config_associations, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigAssociationList, location_name: "ResolverQueryLogConfigAssociations"))
381
+ ListResolverQueryLogConfigAssociationsResponse.struct_class = Types::ListResolverQueryLogConfigAssociationsResponse
382
+
383
+ ListResolverQueryLogConfigsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
384
+ ListResolverQueryLogConfigsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken", metadata: {"box"=>true}))
385
+ ListResolverQueryLogConfigsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters", metadata: {"box"=>true}))
386
+ ListResolverQueryLogConfigsRequest.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortByKey, location_name: "SortBy"))
387
+ ListResolverQueryLogConfigsRequest.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location_name: "SortOrder"))
388
+ ListResolverQueryLogConfigsRequest.struct_class = Types::ListResolverQueryLogConfigsRequest
389
+
390
+ ListResolverQueryLogConfigsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
391
+ ListResolverQueryLogConfigsResponse.add_member(:total_count, Shapes::ShapeRef.new(shape: Count, location_name: "TotalCount"))
392
+ ListResolverQueryLogConfigsResponse.add_member(:total_filtered_count, Shapes::ShapeRef.new(shape: Count, location_name: "TotalFilteredCount"))
393
+ ListResolverQueryLogConfigsResponse.add_member(:resolver_query_log_configs, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigList, location_name: "ResolverQueryLogConfigs"))
394
+ ListResolverQueryLogConfigsResponse.struct_class = Types::ListResolverQueryLogConfigsResponse
395
+
283
396
  ListResolverRuleAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
284
397
  ListResolverRuleAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken", metadata: {"box"=>true}))
285
398
  ListResolverRuleAssociationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "Filters", metadata: {"box"=>true}))
@@ -309,6 +422,13 @@ module Aws::Route53Resolver
309
422
  ListTagsForResourceResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
310
423
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
311
424
 
425
+ PutResolverQueryLogConfigPolicyRequest.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
426
+ PutResolverQueryLogConfigPolicyRequest.add_member(:resolver_query_log_config_policy, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigPolicy, required: true, location_name: "ResolverQueryLogConfigPolicy"))
427
+ PutResolverQueryLogConfigPolicyRequest.struct_class = Types::PutResolverQueryLogConfigPolicyRequest
428
+
429
+ PutResolverQueryLogConfigPolicyResponse.add_member(:return_value, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReturnValue"))
430
+ PutResolverQueryLogConfigPolicyResponse.struct_class = Types::PutResolverQueryLogConfigPolicyResponse
431
+
312
432
  PutResolverRulePolicyRequest.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "Arn"))
313
433
  PutResolverRulePolicyRequest.add_member(:resolver_rule_policy, Shapes::ShapeRef.new(shape: ResolverRulePolicy, required: true, location_name: "ResolverRulePolicy"))
314
434
  PutResolverRulePolicyRequest.struct_class = Types::PutResolverRulePolicyRequest
@@ -332,6 +452,31 @@ module Aws::Route53Resolver
332
452
 
333
453
  ResolverEndpoints.member = Shapes::ShapeRef.new(shape: ResolverEndpoint)
334
454
 
455
+ ResolverQueryLogConfig.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
456
+ ResolverQueryLogConfig.add_member(:owner_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "OwnerId"))
457
+ ResolverQueryLogConfig.add_member(:status, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigStatus, location_name: "Status"))
458
+ ResolverQueryLogConfig.add_member(:share_status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "ShareStatus"))
459
+ ResolverQueryLogConfig.add_member(:association_count, Shapes::ShapeRef.new(shape: Count, location_name: "AssociationCount"))
460
+ ResolverQueryLogConfig.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
461
+ ResolverQueryLogConfig.add_member(:name, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigName, location_name: "Name"))
462
+ ResolverQueryLogConfig.add_member(:destination_arn, Shapes::ShapeRef.new(shape: DestinationArn, location_name: "DestinationArn"))
463
+ ResolverQueryLogConfig.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: CreatorRequestId, location_name: "CreatorRequestId"))
464
+ ResolverQueryLogConfig.add_member(:creation_time, Shapes::ShapeRef.new(shape: Rfc3339TimeString, location_name: "CreationTime"))
465
+ ResolverQueryLogConfig.struct_class = Types::ResolverQueryLogConfig
466
+
467
+ ResolverQueryLogConfigAssociation.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
468
+ ResolverQueryLogConfigAssociation.add_member(:resolver_query_log_config_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResolverQueryLogConfigId"))
469
+ ResolverQueryLogConfigAssociation.add_member(:resource_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResourceId"))
470
+ ResolverQueryLogConfigAssociation.add_member(:status, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigAssociationStatus, location_name: "Status"))
471
+ ResolverQueryLogConfigAssociation.add_member(:error, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigAssociationError, location_name: "Error"))
472
+ ResolverQueryLogConfigAssociation.add_member(:error_message, Shapes::ShapeRef.new(shape: ResolverQueryLogConfigAssociationErrorMessage, location_name: "ErrorMessage"))
473
+ ResolverQueryLogConfigAssociation.add_member(:creation_time, Shapes::ShapeRef.new(shape: Rfc3339TimeString, location_name: "CreationTime"))
474
+ ResolverQueryLogConfigAssociation.struct_class = Types::ResolverQueryLogConfigAssociation
475
+
476
+ ResolverQueryLogConfigAssociationList.member = Shapes::ShapeRef.new(shape: ResolverQueryLogConfigAssociation)
477
+
478
+ ResolverQueryLogConfigList.member = Shapes::ShapeRef.new(shape: ResolverQueryLogConfig)
479
+
335
480
  ResolverRule.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
336
481
  ResolverRule.add_member(:creator_request_id, Shapes::ShapeRef.new(shape: CreatorRequestId, location_name: "CreatorRequestId"))
337
482
  ResolverRule.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "Arn"))
@@ -344,6 +489,8 @@ module Aws::Route53Resolver
344
489
  ResolverRule.add_member(:resolver_endpoint_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "ResolverEndpointId"))
345
490
  ResolverRule.add_member(:owner_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "OwnerId"))
346
491
  ResolverRule.add_member(:share_status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "ShareStatus"))
492
+ ResolverRule.add_member(:creation_time, Shapes::ShapeRef.new(shape: Rfc3339TimeString, location_name: "CreationTime"))
493
+ ResolverRule.add_member(:modification_time, Shapes::ShapeRef.new(shape: Rfc3339TimeString, location_name: "ModificationTime"))
347
494
  ResolverRule.struct_class = Types::ResolverRule
348
495
 
349
496
  ResolverRuleAssociation.add_member(:id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "Id"))
@@ -381,8 +528,8 @@ module Aws::Route53Resolver
381
528
 
382
529
  SecurityGroupIds.member = Shapes::ShapeRef.new(shape: ResourceId)
383
530
 
384
- Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
385
- Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
531
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, required: true, location_name: "Key"))
532
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, required: true, location_name: "Value"))
386
533
  Tag.struct_class = Types::Tag
387
534
 
388
535
  TagKeyList.member = Shapes::ShapeRef.new(shape: TagKey)
@@ -461,6 +608,22 @@ module Aws::Route53Resolver
461
608
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
462
609
  end)
463
610
 
611
+ api.add_operation(:associate_resolver_query_log_config, Seahorse::Model::Operation.new.tap do |o|
612
+ o.name = "AssociateResolverQueryLogConfig"
613
+ o.http_method = "POST"
614
+ o.http_request_uri = "/"
615
+ o.input = Shapes::ShapeRef.new(shape: AssociateResolverQueryLogConfigRequest)
616
+ o.output = Shapes::ShapeRef.new(shape: AssociateResolverQueryLogConfigResponse)
617
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
618
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
619
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
620
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
621
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
622
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
623
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
624
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
625
+ end)
626
+
464
627
  api.add_operation(:associate_resolver_rule, Seahorse::Model::Operation.new.tap do |o|
465
628
  o.name = "AssociateResolverRule"
466
629
  o.http_method = "POST"
@@ -469,6 +632,7 @@ module Aws::Route53Resolver
469
632
  o.output = Shapes::ShapeRef.new(shape: AssociateResolverRuleResponse)
470
633
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
471
634
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
635
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
472
636
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
473
637
  o.errors << Shapes::ShapeRef.new(shape: ResourceUnavailableException)
474
638
  o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
@@ -491,6 +655,22 @@ module Aws::Route53Resolver
491
655
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
492
656
  end)
493
657
 
658
+ api.add_operation(:create_resolver_query_log_config, Seahorse::Model::Operation.new.tap do |o|
659
+ o.name = "CreateResolverQueryLogConfig"
660
+ o.http_method = "POST"
661
+ o.http_request_uri = "/"
662
+ o.input = Shapes::ShapeRef.new(shape: CreateResolverQueryLogConfigRequest)
663
+ o.output = Shapes::ShapeRef.new(shape: CreateResolverQueryLogConfigResponse)
664
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
665
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
666
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
667
+ o.errors << Shapes::ShapeRef.new(shape: ResourceExistsException)
668
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
669
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
670
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
671
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
672
+ end)
673
+
494
674
  api.add_operation(:create_resolver_rule, Seahorse::Model::Operation.new.tap do |o|
495
675
  o.name = "CreateResolverRule"
496
676
  o.http_method = "POST"
@@ -520,6 +700,20 @@ module Aws::Route53Resolver
520
700
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
521
701
  end)
522
702
 
703
+ api.add_operation(:delete_resolver_query_log_config, Seahorse::Model::Operation.new.tap do |o|
704
+ o.name = "DeleteResolverQueryLogConfig"
705
+ o.http_method = "POST"
706
+ o.http_request_uri = "/"
707
+ o.input = Shapes::ShapeRef.new(shape: DeleteResolverQueryLogConfigRequest)
708
+ o.output = Shapes::ShapeRef.new(shape: DeleteResolverQueryLogConfigResponse)
709
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
710
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
711
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
712
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
713
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
714
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
715
+ end)
716
+
523
717
  api.add_operation(:delete_resolver_rule, Seahorse::Model::Operation.new.tap do |o|
524
718
  o.name = "DeleteResolverRule"
525
719
  o.http_method = "POST"
@@ -547,6 +741,20 @@ module Aws::Route53Resolver
547
741
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
548
742
  end)
549
743
 
744
+ api.add_operation(:disassociate_resolver_query_log_config, Seahorse::Model::Operation.new.tap do |o|
745
+ o.name = "DisassociateResolverQueryLogConfig"
746
+ o.http_method = "POST"
747
+ o.http_request_uri = "/"
748
+ o.input = Shapes::ShapeRef.new(shape: DisassociateResolverQueryLogConfigRequest)
749
+ o.output = Shapes::ShapeRef.new(shape: DisassociateResolverQueryLogConfigResponse)
750
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
751
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
752
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
753
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
754
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
755
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
756
+ end)
757
+
550
758
  api.add_operation(:disassociate_resolver_rule, Seahorse::Model::Operation.new.tap do |o|
551
759
  o.name = "DisassociateResolverRule"
552
760
  o.http_method = "POST"
@@ -571,6 +779,47 @@ module Aws::Route53Resolver
571
779
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
572
780
  end)
573
781
 
782
+ api.add_operation(:get_resolver_query_log_config, Seahorse::Model::Operation.new.tap do |o|
783
+ o.name = "GetResolverQueryLogConfig"
784
+ o.http_method = "POST"
785
+ o.http_request_uri = "/"
786
+ o.input = Shapes::ShapeRef.new(shape: GetResolverQueryLogConfigRequest)
787
+ o.output = Shapes::ShapeRef.new(shape: GetResolverQueryLogConfigResponse)
788
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
789
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
790
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
791
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
792
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
793
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
794
+ end)
795
+
796
+ api.add_operation(:get_resolver_query_log_config_association, Seahorse::Model::Operation.new.tap do |o|
797
+ o.name = "GetResolverQueryLogConfigAssociation"
798
+ o.http_method = "POST"
799
+ o.http_request_uri = "/"
800
+ o.input = Shapes::ShapeRef.new(shape: GetResolverQueryLogConfigAssociationRequest)
801
+ o.output = Shapes::ShapeRef.new(shape: GetResolverQueryLogConfigAssociationResponse)
802
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
803
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
804
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
805
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
806
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
807
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
808
+ end)
809
+
810
+ api.add_operation(:get_resolver_query_log_config_policy, Seahorse::Model::Operation.new.tap do |o|
811
+ o.name = "GetResolverQueryLogConfigPolicy"
812
+ o.http_method = "POST"
813
+ o.http_request_uri = "/"
814
+ o.input = Shapes::ShapeRef.new(shape: GetResolverQueryLogConfigPolicyRequest)
815
+ o.output = Shapes::ShapeRef.new(shape: GetResolverQueryLogConfigPolicyResponse)
816
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
817
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
818
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceException)
819
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
820
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
821
+ end)
822
+
574
823
  api.add_operation(:get_resolver_rule, Seahorse::Model::Operation.new.tap do |o|
575
824
  o.name = "GetResolverRule"
576
825
  o.http_method = "POST"
@@ -644,6 +893,46 @@ module Aws::Route53Resolver
644
893
  )
645
894
  end)
646
895
 
896
+ api.add_operation(:list_resolver_query_log_config_associations, Seahorse::Model::Operation.new.tap do |o|
897
+ o.name = "ListResolverQueryLogConfigAssociations"
898
+ o.http_method = "POST"
899
+ o.http_request_uri = "/"
900
+ o.input = Shapes::ShapeRef.new(shape: ListResolverQueryLogConfigAssociationsRequest)
901
+ o.output = Shapes::ShapeRef.new(shape: ListResolverQueryLogConfigAssociationsResponse)
902
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
903
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
904
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
905
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
906
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
907
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
908
+ o[:pager] = Aws::Pager.new(
909
+ limit_key: "max_results",
910
+ tokens: {
911
+ "next_token" => "next_token"
912
+ }
913
+ )
914
+ end)
915
+
916
+ api.add_operation(:list_resolver_query_log_configs, Seahorse::Model::Operation.new.tap do |o|
917
+ o.name = "ListResolverQueryLogConfigs"
918
+ o.http_method = "POST"
919
+ o.http_request_uri = "/"
920
+ o.input = Shapes::ShapeRef.new(shape: ListResolverQueryLogConfigsRequest)
921
+ o.output = Shapes::ShapeRef.new(shape: ListResolverQueryLogConfigsResponse)
922
+ o.errors << Shapes::ShapeRef.new(shape: InvalidNextTokenException)
923
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
924
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
925
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
926
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
927
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
928
+ o[:pager] = Aws::Pager.new(
929
+ limit_key: "max_results",
930
+ tokens: {
931
+ "next_token" => "next_token"
932
+ }
933
+ )
934
+ end)
935
+
647
936
  api.add_operation(:list_resolver_rule_associations, Seahorse::Model::Operation.new.tap do |o|
648
937
  o.name = "ListResolverRuleAssociations"
649
938
  o.http_method = "POST"
@@ -694,6 +983,26 @@ module Aws::Route53Resolver
694
983
  o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
695
984
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
696
985
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
986
+ o[:pager] = Aws::Pager.new(
987
+ limit_key: "max_results",
988
+ tokens: {
989
+ "next_token" => "next_token"
990
+ }
991
+ )
992
+ end)
993
+
994
+ api.add_operation(:put_resolver_query_log_config_policy, Seahorse::Model::Operation.new.tap do |o|
995
+ o.name = "PutResolverQueryLogConfigPolicy"
996
+ o.http_method = "POST"
997
+ o.http_request_uri = "/"
998
+ o.input = Shapes::ShapeRef.new(shape: PutResolverQueryLogConfigPolicyRequest)
999
+ o.output = Shapes::ShapeRef.new(shape: PutResolverQueryLogConfigPolicyResponse)
1000
+ o.errors << Shapes::ShapeRef.new(shape: InvalidPolicyDocument)
1001
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1002
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1003
+ o.errors << Shapes::ShapeRef.new(shape: UnknownResourceException)
1004
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
1005
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
697
1006
  end)
698
1007
 
699
1008
  api.add_operation(:put_resolver_rule_policy, Seahorse::Model::Operation.new.tap do |o|
@@ -717,6 +1026,7 @@ module Aws::Route53Resolver
717
1026
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
718
1027
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
719
1028
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
720
1030
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagException)
721
1031
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
722
1032
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
@@ -730,6 +1040,7 @@ module Aws::Route53Resolver
730
1040
  o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
731
1041
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
732
1042
  o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1043
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
733
1044
  o.errors << Shapes::ShapeRef.new(shape: InternalServiceErrorException)
734
1045
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
735
1046
  end)