aws-sdk-route53resolver 1.6.0 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b42cf9f95c51988a47584a56240abfe1b8c65ea
|
4
|
+
data.tar.gz: e86e22a5352da7f171296dc8ac89bc1ba8b0e735
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc812a98766fc953bf4155fad2b3f013a44f2c455888d7ba7cd0050080ebf9ae3b4ecdebd70adee2be950425e213fa3a958909a8c31c8e6ae5219546321ce9fa
|
7
|
+
data.tar.gz: b6cf414731499635b1395f5def130f71d8c52d8ae52550b101b57503073dc9363b7f93d0092ae08cf1349301cd0b1db579d458418bd1572e4479a9e15398c2c8
|
@@ -1441,7 +1441,7 @@ module Aws::Route53Resolver
|
|
1441
1441
|
params: params,
|
1442
1442
|
config: config)
|
1443
1443
|
context[:gem_name] = 'aws-sdk-route53resolver'
|
1444
|
-
context[:gem_version] = '1.
|
1444
|
+
context[:gem_version] = '1.7.0'
|
1445
1445
|
Seahorse::Client::Request.new(handlers, context)
|
1446
1446
|
end
|
1447
1447
|
|
@@ -215,6 +215,25 @@ module Aws::Route53Resolver
|
|
215
215
|
GetResolverRuleResponse.add_member(:resolver_rule, Shapes::ShapeRef.new(shape: ResolverRule, location_name: "ResolverRule"))
|
216
216
|
GetResolverRuleResponse.struct_class = Types::GetResolverRuleResponse
|
217
217
|
|
218
|
+
InternalServiceErrorException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
219
|
+
InternalServiceErrorException.struct_class = Types::InternalServiceErrorException
|
220
|
+
|
221
|
+
InvalidNextTokenException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
222
|
+
InvalidNextTokenException.struct_class = Types::InvalidNextTokenException
|
223
|
+
|
224
|
+
InvalidParameterException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
|
225
|
+
InvalidParameterException.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
|
226
|
+
InvalidParameterException.struct_class = Types::InvalidParameterException
|
227
|
+
|
228
|
+
InvalidPolicyDocument.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
229
|
+
InvalidPolicyDocument.struct_class = Types::InvalidPolicyDocument
|
230
|
+
|
231
|
+
InvalidRequestException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
232
|
+
InvalidRequestException.struct_class = Types::InvalidRequestException
|
233
|
+
|
234
|
+
InvalidTagException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
235
|
+
InvalidTagException.struct_class = Types::InvalidTagException
|
236
|
+
|
218
237
|
IpAddressRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
|
219
238
|
IpAddressRequest.add_member(:ip, Shapes::ShapeRef.new(shape: Ip, location_name: "Ip", metadata: {"box"=>true}))
|
220
239
|
IpAddressRequest.struct_class = Types::IpAddressRequest
|
@@ -237,6 +256,10 @@ module Aws::Route53Resolver
|
|
237
256
|
|
238
257
|
IpAddressesResponse.member = Shapes::ShapeRef.new(shape: IpAddressResponse)
|
239
258
|
|
259
|
+
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
260
|
+
LimitExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
261
|
+
LimitExceededException.struct_class = Types::LimitExceededException
|
262
|
+
|
240
263
|
ListResolverEndpointIpAddressesRequest.add_member(:resolver_endpoint_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "ResolverEndpointId"))
|
241
264
|
ListResolverEndpointIpAddressesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults", metadata: {"box"=>true}))
|
242
265
|
ListResolverEndpointIpAddressesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken", metadata: {"box"=>true}))
|
@@ -340,6 +363,22 @@ module Aws::Route53Resolver
|
|
340
363
|
|
341
364
|
ResolverRules.member = Shapes::ShapeRef.new(shape: ResolverRule)
|
342
365
|
|
366
|
+
ResourceExistsException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
367
|
+
ResourceExistsException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
368
|
+
ResourceExistsException.struct_class = Types::ResourceExistsException
|
369
|
+
|
370
|
+
ResourceInUseException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
371
|
+
ResourceInUseException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
372
|
+
ResourceInUseException.struct_class = Types::ResourceInUseException
|
373
|
+
|
374
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
375
|
+
ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
376
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
377
|
+
|
378
|
+
ResourceUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
379
|
+
ResourceUnavailableException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, location_name: "ResourceType"))
|
380
|
+
ResourceUnavailableException.struct_class = Types::ResourceUnavailableException
|
381
|
+
|
343
382
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: ResourceId)
|
344
383
|
|
345
384
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
|
@@ -362,6 +401,12 @@ module Aws::Route53Resolver
|
|
362
401
|
|
363
402
|
TargetList.member = Shapes::ShapeRef.new(shape: TargetAddress)
|
364
403
|
|
404
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
405
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
406
|
+
|
407
|
+
UnknownResourceException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
|
408
|
+
UnknownResourceException.struct_class = Types::UnknownResourceException
|
409
|
+
|
365
410
|
UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ResourceArn"))
|
366
411
|
UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
367
412
|
UntagResourceRequest.struct_class = Types::UntagResourceRequest
|
@@ -10,5 +10,243 @@ module Aws::Route53Resolver
|
|
10
10
|
|
11
11
|
extend Aws::Errors::DynamicErrors
|
12
12
|
|
13
|
+
class InternalServiceErrorException < ServiceError
|
14
|
+
|
15
|
+
# @param [Seahorse::Client::RequestContext] context
|
16
|
+
# @param [String] message
|
17
|
+
# @param [Aws::Route53Resolver::Types::InternalServiceErrorException] data
|
18
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
19
|
+
super(context, message, data)
|
20
|
+
end
|
21
|
+
|
22
|
+
# @return [String]
|
23
|
+
def message
|
24
|
+
@message || @data[:message]
|
25
|
+
end
|
26
|
+
|
27
|
+
end
|
28
|
+
|
29
|
+
class InvalidNextTokenException < ServiceError
|
30
|
+
|
31
|
+
# @param [Seahorse::Client::RequestContext] context
|
32
|
+
# @param [String] message
|
33
|
+
# @param [Aws::Route53Resolver::Types::InvalidNextTokenException] data
|
34
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
35
|
+
super(context, message, data)
|
36
|
+
end
|
37
|
+
|
38
|
+
# @return [String]
|
39
|
+
def message
|
40
|
+
@message || @data[:message]
|
41
|
+
end
|
42
|
+
|
43
|
+
end
|
44
|
+
|
45
|
+
class InvalidParameterException < ServiceError
|
46
|
+
|
47
|
+
# @param [Seahorse::Client::RequestContext] context
|
48
|
+
# @param [String] message
|
49
|
+
# @param [Aws::Route53Resolver::Types::InvalidParameterException] data
|
50
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
51
|
+
super(context, message, data)
|
52
|
+
end
|
53
|
+
|
54
|
+
# @return [String]
|
55
|
+
def message
|
56
|
+
@message || @data[:message]
|
57
|
+
end
|
58
|
+
|
59
|
+
# @return [String]
|
60
|
+
def field_name
|
61
|
+
@data[:field_name]
|
62
|
+
end
|
63
|
+
|
64
|
+
end
|
65
|
+
|
66
|
+
class InvalidPolicyDocument < ServiceError
|
67
|
+
|
68
|
+
# @param [Seahorse::Client::RequestContext] context
|
69
|
+
# @param [String] message
|
70
|
+
# @param [Aws::Route53Resolver::Types::InvalidPolicyDocument] data
|
71
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
72
|
+
super(context, message, data)
|
73
|
+
end
|
74
|
+
|
75
|
+
# @return [String]
|
76
|
+
def message
|
77
|
+
@message || @data[:message]
|
78
|
+
end
|
79
|
+
|
80
|
+
end
|
81
|
+
|
82
|
+
class InvalidRequestException < ServiceError
|
83
|
+
|
84
|
+
# @param [Seahorse::Client::RequestContext] context
|
85
|
+
# @param [String] message
|
86
|
+
# @param [Aws::Route53Resolver::Types::InvalidRequestException] data
|
87
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
88
|
+
super(context, message, data)
|
89
|
+
end
|
90
|
+
|
91
|
+
# @return [String]
|
92
|
+
def message
|
93
|
+
@message || @data[:message]
|
94
|
+
end
|
95
|
+
|
96
|
+
end
|
97
|
+
|
98
|
+
class InvalidTagException < ServiceError
|
99
|
+
|
100
|
+
# @param [Seahorse::Client::RequestContext] context
|
101
|
+
# @param [String] message
|
102
|
+
# @param [Aws::Route53Resolver::Types::InvalidTagException] data
|
103
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
104
|
+
super(context, message, data)
|
105
|
+
end
|
106
|
+
|
107
|
+
# @return [String]
|
108
|
+
def message
|
109
|
+
@message || @data[:message]
|
110
|
+
end
|
111
|
+
|
112
|
+
end
|
113
|
+
|
114
|
+
class LimitExceededException < ServiceError
|
115
|
+
|
116
|
+
# @param [Seahorse::Client::RequestContext] context
|
117
|
+
# @param [String] message
|
118
|
+
# @param [Aws::Route53Resolver::Types::LimitExceededException] data
|
119
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
120
|
+
super(context, message, data)
|
121
|
+
end
|
122
|
+
|
123
|
+
# @return [String]
|
124
|
+
def message
|
125
|
+
@message || @data[:message]
|
126
|
+
end
|
127
|
+
|
128
|
+
# @return [String]
|
129
|
+
def resource_type
|
130
|
+
@data[:resource_type]
|
131
|
+
end
|
132
|
+
|
133
|
+
end
|
134
|
+
|
135
|
+
class ResourceExistsException < ServiceError
|
136
|
+
|
137
|
+
# @param [Seahorse::Client::RequestContext] context
|
138
|
+
# @param [String] message
|
139
|
+
# @param [Aws::Route53Resolver::Types::ResourceExistsException] data
|
140
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
141
|
+
super(context, message, data)
|
142
|
+
end
|
143
|
+
|
144
|
+
# @return [String]
|
145
|
+
def message
|
146
|
+
@message || @data[:message]
|
147
|
+
end
|
148
|
+
|
149
|
+
# @return [String]
|
150
|
+
def resource_type
|
151
|
+
@data[:resource_type]
|
152
|
+
end
|
153
|
+
|
154
|
+
end
|
155
|
+
|
156
|
+
class ResourceInUseException < ServiceError
|
157
|
+
|
158
|
+
# @param [Seahorse::Client::RequestContext] context
|
159
|
+
# @param [String] message
|
160
|
+
# @param [Aws::Route53Resolver::Types::ResourceInUseException] data
|
161
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
162
|
+
super(context, message, data)
|
163
|
+
end
|
164
|
+
|
165
|
+
# @return [String]
|
166
|
+
def message
|
167
|
+
@message || @data[:message]
|
168
|
+
end
|
169
|
+
|
170
|
+
# @return [String]
|
171
|
+
def resource_type
|
172
|
+
@data[:resource_type]
|
173
|
+
end
|
174
|
+
|
175
|
+
end
|
176
|
+
|
177
|
+
class ResourceNotFoundException < ServiceError
|
178
|
+
|
179
|
+
# @param [Seahorse::Client::RequestContext] context
|
180
|
+
# @param [String] message
|
181
|
+
# @param [Aws::Route53Resolver::Types::ResourceNotFoundException] data
|
182
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
183
|
+
super(context, message, data)
|
184
|
+
end
|
185
|
+
|
186
|
+
# @return [String]
|
187
|
+
def message
|
188
|
+
@message || @data[:message]
|
189
|
+
end
|
190
|
+
|
191
|
+
# @return [String]
|
192
|
+
def resource_type
|
193
|
+
@data[:resource_type]
|
194
|
+
end
|
195
|
+
|
196
|
+
end
|
197
|
+
|
198
|
+
class ResourceUnavailableException < ServiceError
|
199
|
+
|
200
|
+
# @param [Seahorse::Client::RequestContext] context
|
201
|
+
# @param [String] message
|
202
|
+
# @param [Aws::Route53Resolver::Types::ResourceUnavailableException] data
|
203
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
204
|
+
super(context, message, data)
|
205
|
+
end
|
206
|
+
|
207
|
+
# @return [String]
|
208
|
+
def message
|
209
|
+
@message || @data[:message]
|
210
|
+
end
|
211
|
+
|
212
|
+
# @return [String]
|
213
|
+
def resource_type
|
214
|
+
@data[:resource_type]
|
215
|
+
end
|
216
|
+
|
217
|
+
end
|
218
|
+
|
219
|
+
class ThrottlingException < ServiceError
|
220
|
+
|
221
|
+
# @param [Seahorse::Client::RequestContext] context
|
222
|
+
# @param [String] message
|
223
|
+
# @param [Aws::Route53Resolver::Types::ThrottlingException] data
|
224
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
225
|
+
super(context, message, data)
|
226
|
+
end
|
227
|
+
|
228
|
+
# @return [String]
|
229
|
+
def message
|
230
|
+
@message || @data[:message]
|
231
|
+
end
|
232
|
+
|
233
|
+
end
|
234
|
+
|
235
|
+
class UnknownResourceException < ServiceError
|
236
|
+
|
237
|
+
# @param [Seahorse::Client::RequestContext] context
|
238
|
+
# @param [String] message
|
239
|
+
# @param [Aws::Route53Resolver::Types::UnknownResourceException] data
|
240
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
241
|
+
super(context, message, data)
|
242
|
+
end
|
243
|
+
|
244
|
+
# @return [String]
|
245
|
+
def message
|
246
|
+
@message || @data[:message]
|
247
|
+
end
|
248
|
+
|
249
|
+
end
|
250
|
+
|
13
251
|
end
|
14
252
|
end
|
@@ -565,6 +565,85 @@ module Aws::Route53Resolver
|
|
565
565
|
include Aws::Structure
|
566
566
|
end
|
567
567
|
|
568
|
+
# We encountered an unknown error. Try again in a few minutes.
|
569
|
+
#
|
570
|
+
# @!attribute [rw] message
|
571
|
+
# @return [String]
|
572
|
+
#
|
573
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/InternalServiceErrorException AWS API Documentation
|
574
|
+
#
|
575
|
+
class InternalServiceErrorException < Struct.new(
|
576
|
+
:message)
|
577
|
+
include Aws::Structure
|
578
|
+
end
|
579
|
+
|
580
|
+
# The value that you specified for `NextToken` in a `List` request
|
581
|
+
# isn't valid.
|
582
|
+
#
|
583
|
+
# @!attribute [rw] message
|
584
|
+
# @return [String]
|
585
|
+
#
|
586
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/InvalidNextTokenException AWS API Documentation
|
587
|
+
#
|
588
|
+
class InvalidNextTokenException < Struct.new(
|
589
|
+
:message)
|
590
|
+
include Aws::Structure
|
591
|
+
end
|
592
|
+
|
593
|
+
# One or more parameters in this request are not valid.
|
594
|
+
#
|
595
|
+
# @!attribute [rw] message
|
596
|
+
# @return [String]
|
597
|
+
#
|
598
|
+
# @!attribute [rw] field_name
|
599
|
+
# For an `InvalidParameterException` error, the name of the parameter
|
600
|
+
# that's invalid.
|
601
|
+
# @return [String]
|
602
|
+
#
|
603
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/InvalidParameterException AWS API Documentation
|
604
|
+
#
|
605
|
+
class InvalidParameterException < Struct.new(
|
606
|
+
:message,
|
607
|
+
:field_name)
|
608
|
+
include Aws::Structure
|
609
|
+
end
|
610
|
+
|
611
|
+
# The specified resolver rule policy is invalid.
|
612
|
+
#
|
613
|
+
# @!attribute [rw] message
|
614
|
+
# @return [String]
|
615
|
+
#
|
616
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/InvalidPolicyDocument AWS API Documentation
|
617
|
+
#
|
618
|
+
class InvalidPolicyDocument < Struct.new(
|
619
|
+
:message)
|
620
|
+
include Aws::Structure
|
621
|
+
end
|
622
|
+
|
623
|
+
# The request is invalid.
|
624
|
+
#
|
625
|
+
# @!attribute [rw] message
|
626
|
+
# @return [String]
|
627
|
+
#
|
628
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/InvalidRequestException AWS API Documentation
|
629
|
+
#
|
630
|
+
class InvalidRequestException < Struct.new(
|
631
|
+
:message)
|
632
|
+
include Aws::Structure
|
633
|
+
end
|
634
|
+
|
635
|
+
# The specified tag is invalid.
|
636
|
+
#
|
637
|
+
# @!attribute [rw] message
|
638
|
+
# @return [String]
|
639
|
+
#
|
640
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/InvalidTagException AWS API Documentation
|
641
|
+
#
|
642
|
+
class InvalidTagException < Struct.new(
|
643
|
+
:message)
|
644
|
+
include Aws::Structure
|
645
|
+
end
|
646
|
+
|
568
647
|
# In an CreateResolverEndpoint request, a subnet and IP address that you
|
569
648
|
# want to use for DNS queries.
|
570
649
|
#
|
@@ -675,6 +754,24 @@ module Aws::Route53Resolver
|
|
675
754
|
include Aws::Structure
|
676
755
|
end
|
677
756
|
|
757
|
+
# The request caused one or more limits to be exceeded.
|
758
|
+
#
|
759
|
+
# @!attribute [rw] message
|
760
|
+
# @return [String]
|
761
|
+
#
|
762
|
+
# @!attribute [rw] resource_type
|
763
|
+
# For a `LimitExceededException` error, the type of resource that
|
764
|
+
# exceeded the current limit.
|
765
|
+
# @return [String]
|
766
|
+
#
|
767
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/LimitExceededException AWS API Documentation
|
768
|
+
#
|
769
|
+
class LimitExceededException < Struct.new(
|
770
|
+
:message,
|
771
|
+
:resource_type)
|
772
|
+
include Aws::Structure
|
773
|
+
end
|
774
|
+
|
678
775
|
# @note When making an API call, you may pass ListResolverEndpointIpAddressesRequest
|
679
776
|
# data as a hash:
|
680
777
|
#
|
@@ -1325,6 +1422,78 @@ module Aws::Route53Resolver
|
|
1325
1422
|
include Aws::Structure
|
1326
1423
|
end
|
1327
1424
|
|
1425
|
+
# The resource that you tried to create already exists.
|
1426
|
+
#
|
1427
|
+
# @!attribute [rw] message
|
1428
|
+
# @return [String]
|
1429
|
+
#
|
1430
|
+
# @!attribute [rw] resource_type
|
1431
|
+
# For a `ResourceExistsException` error, the type of resource that the
|
1432
|
+
# error applies to.
|
1433
|
+
# @return [String]
|
1434
|
+
#
|
1435
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ResourceExistsException AWS API Documentation
|
1436
|
+
#
|
1437
|
+
class ResourceExistsException < Struct.new(
|
1438
|
+
:message,
|
1439
|
+
:resource_type)
|
1440
|
+
include Aws::Structure
|
1441
|
+
end
|
1442
|
+
|
1443
|
+
# The resource that you tried to update or delete is currently in use.
|
1444
|
+
#
|
1445
|
+
# @!attribute [rw] message
|
1446
|
+
# @return [String]
|
1447
|
+
#
|
1448
|
+
# @!attribute [rw] resource_type
|
1449
|
+
# For a `ResourceInUseException` error, the type of resource that is
|
1450
|
+
# currently in use.
|
1451
|
+
# @return [String]
|
1452
|
+
#
|
1453
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ResourceInUseException AWS API Documentation
|
1454
|
+
#
|
1455
|
+
class ResourceInUseException < Struct.new(
|
1456
|
+
:message,
|
1457
|
+
:resource_type)
|
1458
|
+
include Aws::Structure
|
1459
|
+
end
|
1460
|
+
|
1461
|
+
# The specified resource doesn't exist.
|
1462
|
+
#
|
1463
|
+
# @!attribute [rw] message
|
1464
|
+
# @return [String]
|
1465
|
+
#
|
1466
|
+
# @!attribute [rw] resource_type
|
1467
|
+
# For a `ResourceNotFoundException` error, the type of resource that
|
1468
|
+
# doesn't exist.
|
1469
|
+
# @return [String]
|
1470
|
+
#
|
1471
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ResourceNotFoundException AWS API Documentation
|
1472
|
+
#
|
1473
|
+
class ResourceNotFoundException < Struct.new(
|
1474
|
+
:message,
|
1475
|
+
:resource_type)
|
1476
|
+
include Aws::Structure
|
1477
|
+
end
|
1478
|
+
|
1479
|
+
# The specified resource isn't available.
|
1480
|
+
#
|
1481
|
+
# @!attribute [rw] message
|
1482
|
+
# @return [String]
|
1483
|
+
#
|
1484
|
+
# @!attribute [rw] resource_type
|
1485
|
+
# For a `ResourceUnavailableException` error, the type of resource
|
1486
|
+
# that isn't available.
|
1487
|
+
# @return [String]
|
1488
|
+
#
|
1489
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ResourceUnavailableException AWS API Documentation
|
1490
|
+
#
|
1491
|
+
class ResourceUnavailableException < Struct.new(
|
1492
|
+
:message,
|
1493
|
+
:resource_type)
|
1494
|
+
include Aws::Structure
|
1495
|
+
end
|
1496
|
+
|
1328
1497
|
# One tag that you want to add to the specified resource. A tag consists
|
1329
1498
|
# of a `Key` (a name for the tag) and a `Value`.
|
1330
1499
|
#
|
@@ -1431,6 +1600,30 @@ module Aws::Route53Resolver
|
|
1431
1600
|
include Aws::Structure
|
1432
1601
|
end
|
1433
1602
|
|
1603
|
+
# The request was throttled. Try again in a few minutes.
|
1604
|
+
#
|
1605
|
+
# @!attribute [rw] message
|
1606
|
+
# @return [String]
|
1607
|
+
#
|
1608
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/ThrottlingException AWS API Documentation
|
1609
|
+
#
|
1610
|
+
class ThrottlingException < Struct.new(
|
1611
|
+
:message)
|
1612
|
+
include Aws::Structure
|
1613
|
+
end
|
1614
|
+
|
1615
|
+
# The specified resource doesn't exist.
|
1616
|
+
#
|
1617
|
+
# @!attribute [rw] message
|
1618
|
+
# @return [String]
|
1619
|
+
#
|
1620
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/UnknownResourceException AWS API Documentation
|
1621
|
+
#
|
1622
|
+
class UnknownResourceException < Struct.new(
|
1623
|
+
:message)
|
1624
|
+
include Aws::Structure
|
1625
|
+
end
|
1626
|
+
|
1434
1627
|
# @note When making an API call, you may pass UntagResourceRequest
|
1435
1628
|
# data as a hash:
|
1436
1629
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53resolver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-05-
|
11
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.53.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.53.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|