aws-sdk-route53domains 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 306c15ac60a27df24f3e37d73f14c44c65ad5077
|
4
|
+
data.tar.gz: 9c0abd6c5cca9acfabd24d46ace6716d01434f96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 405940260a81de8f93daeed6e49b62f696fa1329c711033faba5c55b7902da3b919a41836b53de7d267105f3bfbb85cc3c0fc8b4dc809f62143f80abe4b10c73
|
7
|
+
data.tar.gz: 78c6dd877c80214c0c111bdd5fc531484cffe5fc7e71a1c377b5c0fdc2e55bf7cafd7e3886e239b470356d1fdabb548cfcf165929937ccd0f13fca66067a276c
|
@@ -1733,7 +1733,7 @@ module Aws::Route53Domains
|
|
1733
1733
|
params: params,
|
1734
1734
|
config: config)
|
1735
1735
|
context[:gem_name] = 'aws-sdk-route53domains'
|
1736
|
-
context[:gem_version] = '1.
|
1736
|
+
context[:gem_version] = '1.14.0'
|
1737
1737
|
Seahorse::Client::Request.new(handlers, context)
|
1738
1738
|
end
|
1739
1739
|
|
@@ -184,6 +184,9 @@ module Aws::Route53Domains
|
|
184
184
|
DisableDomainTransferLockResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
|
185
185
|
DisableDomainTransferLockResponse.struct_class = Types::DisableDomainTransferLockResponse
|
186
186
|
|
187
|
+
DomainLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
188
|
+
DomainLimitExceeded.struct_class = Types::DomainLimitExceeded
|
189
|
+
|
187
190
|
DomainStatusList.member = Shapes::ShapeRef.new(shape: DomainStatus)
|
188
191
|
|
189
192
|
DomainSuggestion.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, location_name: "DomainName"))
|
@@ -203,6 +206,9 @@ module Aws::Route53Domains
|
|
203
206
|
DomainTransferability.add_member(:transferable, Shapes::ShapeRef.new(shape: Transferable, location_name: "Transferable"))
|
204
207
|
DomainTransferability.struct_class = Types::DomainTransferability
|
205
208
|
|
209
|
+
DuplicateRequest.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
210
|
+
DuplicateRequest.struct_class = Types::DuplicateRequest
|
211
|
+
|
206
212
|
EnableDomainAutoRenewRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
207
213
|
EnableDomainAutoRenewRequest.struct_class = Types::EnableDomainAutoRenewRequest
|
208
214
|
|
@@ -274,6 +280,9 @@ module Aws::Route53Domains
|
|
274
280
|
|
275
281
|
GlueIpList.member = Shapes::ShapeRef.new(shape: GlueIp)
|
276
282
|
|
283
|
+
InvalidInput.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
284
|
+
InvalidInput.struct_class = Types::InvalidInput
|
285
|
+
|
277
286
|
ListDomainsRequest.add_member(:marker, Shapes::ShapeRef.new(shape: PageMarker, location_name: "Marker"))
|
278
287
|
ListDomainsRequest.add_member(:max_items, Shapes::ShapeRef.new(shape: PageMaxItems, location_name: "MaxItems"))
|
279
288
|
ListDomainsRequest.struct_class = Types::ListDomainsRequest
|
@@ -303,6 +312,9 @@ module Aws::Route53Domains
|
|
303
312
|
|
304
313
|
NameserverList.member = Shapes::ShapeRef.new(shape: Nameserver)
|
305
314
|
|
315
|
+
OperationLimitExceeded.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
316
|
+
OperationLimitExceeded.struct_class = Types::OperationLimitExceeded
|
317
|
+
|
306
318
|
OperationSummary.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
|
307
319
|
OperationSummary.add_member(:status, Shapes::ShapeRef.new(shape: OperationStatus, required: true, location_name: "Status"))
|
308
320
|
OperationSummary.add_member(:type, Shapes::ShapeRef.new(shape: OperationType, required: true, location_name: "Type"))
|
@@ -348,6 +360,9 @@ module Aws::Route53Domains
|
|
348
360
|
RetrieveDomainAuthCodeResponse.add_member(:auth_code, Shapes::ShapeRef.new(shape: DomainAuthCode, required: true, location_name: "AuthCode"))
|
349
361
|
RetrieveDomainAuthCodeResponse.struct_class = Types::RetrieveDomainAuthCodeResponse
|
350
362
|
|
363
|
+
TLDRulesViolation.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
364
|
+
TLDRulesViolation.struct_class = Types::TLDRulesViolation
|
365
|
+
|
351
366
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKey, location_name: "Key"))
|
352
367
|
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValue, location_name: "Value"))
|
353
368
|
Tag.struct_class = Types::Tag
|
@@ -373,6 +388,9 @@ module Aws::Route53Domains
|
|
373
388
|
TransferDomainResponse.add_member(:operation_id, Shapes::ShapeRef.new(shape: OperationId, required: true, location_name: "OperationId"))
|
374
389
|
TransferDomainResponse.struct_class = Types::TransferDomainResponse
|
375
390
|
|
391
|
+
UnsupportedTLD.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
392
|
+
UnsupportedTLD.struct_class = Types::UnsupportedTLD
|
393
|
+
|
376
394
|
UpdateDomainContactPrivacyRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
377
395
|
UpdateDomainContactPrivacyRequest.add_member(:admin_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "AdminPrivacy"))
|
378
396
|
UpdateDomainContactPrivacyRequest.add_member(:registrant_privacy, Shapes::ShapeRef.new(shape: Boolean, location_name: "RegistrantPrivacy"))
|
@@ -10,5 +10,101 @@ module Aws::Route53Domains
|
|
10
10
|
|
11
11
|
extend Aws::Errors::DynamicErrors
|
12
12
|
|
13
|
+
class DomainLimitExceeded < ServiceError
|
14
|
+
|
15
|
+
# @param [Seahorse::Client::RequestContext] context
|
16
|
+
# @param [String] message
|
17
|
+
# @param [Aws::Route53Domains::Types::DomainLimitExceeded] 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 DuplicateRequest < ServiceError
|
30
|
+
|
31
|
+
# @param [Seahorse::Client::RequestContext] context
|
32
|
+
# @param [String] message
|
33
|
+
# @param [Aws::Route53Domains::Types::DuplicateRequest] 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 InvalidInput < ServiceError
|
46
|
+
|
47
|
+
# @param [Seahorse::Client::RequestContext] context
|
48
|
+
# @param [String] message
|
49
|
+
# @param [Aws::Route53Domains::Types::InvalidInput] data
|
50
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
51
|
+
super(context, message, data)
|
52
|
+
end
|
53
|
+
|
54
|
+
# @return [String]
|
55
|
+
def message
|
56
|
+
@message || @data[:message]
|
57
|
+
end
|
58
|
+
|
59
|
+
end
|
60
|
+
|
61
|
+
class OperationLimitExceeded < ServiceError
|
62
|
+
|
63
|
+
# @param [Seahorse::Client::RequestContext] context
|
64
|
+
# @param [String] message
|
65
|
+
# @param [Aws::Route53Domains::Types::OperationLimitExceeded] data
|
66
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
67
|
+
super(context, message, data)
|
68
|
+
end
|
69
|
+
|
70
|
+
# @return [String]
|
71
|
+
def message
|
72
|
+
@message || @data[:message]
|
73
|
+
end
|
74
|
+
|
75
|
+
end
|
76
|
+
|
77
|
+
class TLDRulesViolation < ServiceError
|
78
|
+
|
79
|
+
# @param [Seahorse::Client::RequestContext] context
|
80
|
+
# @param [String] message
|
81
|
+
# @param [Aws::Route53Domains::Types::TLDRulesViolation] data
|
82
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
83
|
+
super(context, message, data)
|
84
|
+
end
|
85
|
+
|
86
|
+
# @return [String]
|
87
|
+
def message
|
88
|
+
@message || @data[:message]
|
89
|
+
end
|
90
|
+
|
91
|
+
end
|
92
|
+
|
93
|
+
class UnsupportedTLD < ServiceError
|
94
|
+
|
95
|
+
# @param [Seahorse::Client::RequestContext] context
|
96
|
+
# @param [String] message
|
97
|
+
# @param [Aws::Route53Domains::Types::UnsupportedTLD] data
|
98
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
99
|
+
super(context, message, data)
|
100
|
+
end
|
101
|
+
|
102
|
+
# @return [String]
|
103
|
+
def message
|
104
|
+
@message || @data[:message]
|
105
|
+
end
|
106
|
+
|
107
|
+
end
|
108
|
+
|
13
109
|
end
|
14
110
|
end
|
@@ -394,6 +394,21 @@ module Aws::Route53Domains
|
|
394
394
|
include Aws::Structure
|
395
395
|
end
|
396
396
|
|
397
|
+
# The number of domains has exceeded the allowed threshold for the
|
398
|
+
# account.
|
399
|
+
#
|
400
|
+
# @!attribute [rw] message
|
401
|
+
# The number of domains has exceeded the allowed threshold for the
|
402
|
+
# account.
|
403
|
+
# @return [String]
|
404
|
+
#
|
405
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DomainLimitExceeded AWS API Documentation
|
406
|
+
#
|
407
|
+
class DomainLimitExceeded < Struct.new(
|
408
|
+
:message)
|
409
|
+
include Aws::Structure
|
410
|
+
end
|
411
|
+
|
397
412
|
# Information about one suggested domain name.
|
398
413
|
#
|
399
414
|
# @!attribute [rw] domain_name
|
@@ -524,6 +539,19 @@ module Aws::Route53Domains
|
|
524
539
|
include Aws::Structure
|
525
540
|
end
|
526
541
|
|
542
|
+
# The request is already in progress for the domain.
|
543
|
+
#
|
544
|
+
# @!attribute [rw] message
|
545
|
+
# The request is already in progress for the domain.
|
546
|
+
# @return [String]
|
547
|
+
#
|
548
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DuplicateRequest AWS API Documentation
|
549
|
+
#
|
550
|
+
class DuplicateRequest < Struct.new(
|
551
|
+
:message)
|
552
|
+
include Aws::Structure
|
553
|
+
end
|
554
|
+
|
527
555
|
# @note When making an API call, you may pass EnableDomainAutoRenewRequest
|
528
556
|
# data as a hash:
|
529
557
|
#
|
@@ -986,6 +1014,25 @@ module Aws::Route53Domains
|
|
986
1014
|
include Aws::Structure
|
987
1015
|
end
|
988
1016
|
|
1017
|
+
# The requested item is not acceptable. For example, for an OperationId
|
1018
|
+
# it might refer to the ID of an operation that is already completed.
|
1019
|
+
# For a domain name, it might not be a valid domain name or belong to
|
1020
|
+
# the requester account.
|
1021
|
+
#
|
1022
|
+
# @!attribute [rw] message
|
1023
|
+
# The requested item is not acceptable. For example, for an
|
1024
|
+
# OperationId it might refer to the ID of an operation that is already
|
1025
|
+
# completed. For a domain name, it might not be a valid domain name or
|
1026
|
+
# belong to the requester account.
|
1027
|
+
# @return [String]
|
1028
|
+
#
|
1029
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/InvalidInput AWS API Documentation
|
1030
|
+
#
|
1031
|
+
class InvalidInput < Struct.new(
|
1032
|
+
:message)
|
1033
|
+
include Aws::Structure
|
1034
|
+
end
|
1035
|
+
|
989
1036
|
# The ListDomains request includes the following elements.
|
990
1037
|
#
|
991
1038
|
# @note When making an API call, you may pass ListDomainsRequest
|
@@ -1173,6 +1220,21 @@ module Aws::Route53Domains
|
|
1173
1220
|
include Aws::Structure
|
1174
1221
|
end
|
1175
1222
|
|
1223
|
+
# The number of operations or jobs running exceeded the allowed
|
1224
|
+
# threshold for the account.
|
1225
|
+
#
|
1226
|
+
# @!attribute [rw] message
|
1227
|
+
# The number of operations or jobs running exceeded the allowed
|
1228
|
+
# threshold for the account.
|
1229
|
+
# @return [String]
|
1230
|
+
#
|
1231
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/OperationLimitExceeded AWS API Documentation
|
1232
|
+
#
|
1233
|
+
class OperationLimitExceeded < Struct.new(
|
1234
|
+
:message)
|
1235
|
+
include Aws::Structure
|
1236
|
+
end
|
1237
|
+
|
1176
1238
|
# OperationSummary includes the following elements.
|
1177
1239
|
#
|
1178
1240
|
# @!attribute [rw] operation_id
|
@@ -1523,6 +1585,19 @@ module Aws::Route53Domains
|
|
1523
1585
|
include Aws::Structure
|
1524
1586
|
end
|
1525
1587
|
|
1588
|
+
# The top-level domain does not support this operation.
|
1589
|
+
#
|
1590
|
+
# @!attribute [rw] message
|
1591
|
+
# The top-level domain does not support this operation.
|
1592
|
+
# @return [String]
|
1593
|
+
#
|
1594
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/TLDRulesViolation AWS API Documentation
|
1595
|
+
#
|
1596
|
+
class TLDRulesViolation < Struct.new(
|
1597
|
+
:message)
|
1598
|
+
include Aws::Structure
|
1599
|
+
end
|
1600
|
+
|
1526
1601
|
# Each tag includes the following elements.
|
1527
1602
|
#
|
1528
1603
|
# @note When making an API call, you may pass Tag
|
@@ -1756,6 +1831,19 @@ module Aws::Route53Domains
|
|
1756
1831
|
include Aws::Structure
|
1757
1832
|
end
|
1758
1833
|
|
1834
|
+
# Amazon Route 53 does not support this top-level domain (TLD).
|
1835
|
+
#
|
1836
|
+
# @!attribute [rw] message
|
1837
|
+
# Amazon Route 53 does not support this top-level domain (TLD).
|
1838
|
+
# @return [String]
|
1839
|
+
#
|
1840
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UnsupportedTLD AWS API Documentation
|
1841
|
+
#
|
1842
|
+
class UnsupportedTLD < Struct.new(
|
1843
|
+
:message)
|
1844
|
+
include Aws::Structure
|
1845
|
+
end
|
1846
|
+
|
1759
1847
|
# The UpdateDomainContactPrivacy request includes the following
|
1760
1848
|
# elements.
|
1761
1849
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-route53domains
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.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
|