aws-sdk-route53domains 1.92.0 → 1.93.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53domains/client.rb +16 -8
- data/lib/aws-sdk-route53domains/client_api.rb +13 -1
- data/lib/aws-sdk-route53domains/errors.rb +21 -0
- data/lib/aws-sdk-route53domains/types.rb +141 -9
- data/lib/aws-sdk-route53domains.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/errors.rbs +4 -0
- data/sig/types.rbs +6 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6830b83629ed059456fff9589af4b3bf79f60f7910978ceb6de049216069ae07
|
|
4
|
+
data.tar.gz: '092caafb5ca298ef1e97855413493a6f9f4ec70cde573feaabd264c9e7e4ecf9'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57a3c8650140fe9dab10f75a425e3f2d8dece18e2eb4a17a487169d0537ff33c0d34690bb9775d52c4c36f6008a3c1dddb124a734e5d6bc7841b6ba9959bd875
|
|
7
|
+
data.tar.gz: e4903471627624ccbe869072708a57ad0fd03acdbd9dfb932d091efbc1598daa692b5709ceaded6e8a3eaffdb7d175e2162477f3701e05c7d15f210a18aa630e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.93.0
|
|
@@ -777,7 +777,7 @@ module Aws::Route53Domains
|
|
|
777
777
|
# 3. When the registration has been deleted, we'll send you a
|
|
778
778
|
# confirmation to the registrant contact. The email will come from
|
|
779
779
|
# `noreply@domainnameverification.net` or
|
|
780
|
-
# `noreply@registrar.amazon
|
|
780
|
+
# `noreply@emailverification.info` or `noreply@registrar.amazon`.
|
|
781
781
|
#
|
|
782
782
|
#
|
|
783
783
|
#
|
|
@@ -1221,7 +1221,8 @@ module Aws::Route53Domains
|
|
|
1221
1221
|
#
|
|
1222
1222
|
# @option params [required, Integer] :suggestion_count
|
|
1223
1223
|
# The number of suggested domain names that you want Route 53 to return.
|
|
1224
|
-
# Specify a value between 1 and 50.
|
|
1224
|
+
# Specify a value between 1 and 50. Note that fewer than the requested
|
|
1225
|
+
# number might be returned.
|
|
1225
1226
|
#
|
|
1226
1227
|
# @option params [required, Boolean] :only_available
|
|
1227
1228
|
# If `OnlyAvailable` is `true`, Route 53 returns only domain names that
|
|
@@ -2159,13 +2160,20 @@ module Aws::Route53Domains
|
|
|
2159
2160
|
# @option params [String] :idn_lang_code
|
|
2160
2161
|
# Reserved for future use.
|
|
2161
2162
|
#
|
|
2162
|
-
# @option params [
|
|
2163
|
-
#
|
|
2164
|
-
#
|
|
2165
|
-
# on the
|
|
2163
|
+
# @option params [Integer] :duration_in_years
|
|
2164
|
+
# Reserved for future use.
|
|
2165
|
+
#
|
|
2166
|
+
# Currently, the effect of a domain transfer on the registration period
|
|
2167
|
+
# varies by TLD. For information about how transferring a domain affects
|
|
2168
|
+
# the expiration date, see the Transfer Term column in the pricing
|
|
2169
|
+
# information at [Amazon Route 53 Pricing][1].
|
|
2166
2170
|
#
|
|
2167
2171
|
# Default: 1
|
|
2168
2172
|
#
|
|
2173
|
+
#
|
|
2174
|
+
#
|
|
2175
|
+
# [1]: http://aws.amazon.com/route53/pricing/
|
|
2176
|
+
#
|
|
2169
2177
|
# @option params [Array<Types::Nameserver>] :nameservers
|
|
2170
2178
|
# Contains details for the host and glue IP addresses.
|
|
2171
2179
|
#
|
|
@@ -2255,7 +2263,7 @@ module Aws::Route53Domains
|
|
|
2255
2263
|
# resp = client.transfer_domain({
|
|
2256
2264
|
# domain_name: "DomainName", # required
|
|
2257
2265
|
# idn_lang_code: "LangCode",
|
|
2258
|
-
# duration_in_years: 1,
|
|
2266
|
+
# duration_in_years: 1,
|
|
2259
2267
|
# nameservers: [
|
|
2260
2268
|
# {
|
|
2261
2269
|
# name: "HostName", # required
|
|
@@ -2860,7 +2868,7 @@ module Aws::Route53Domains
|
|
|
2860
2868
|
tracer: tracer
|
|
2861
2869
|
)
|
|
2862
2870
|
context[:gem_name] = 'aws-sdk-route53domains'
|
|
2863
|
-
context[:gem_version] = '1.
|
|
2871
|
+
context[:gem_version] = '1.93.0'
|
|
2864
2872
|
Seahorse::Client::Request.new(handlers, context)
|
|
2865
2873
|
end
|
|
2866
2874
|
|
|
@@ -152,6 +152,7 @@ module Aws::Route53Domains
|
|
|
152
152
|
State = Shapes::StringShape.new(name: 'State')
|
|
153
153
|
StatusFlag = Shapes::StringShape.new(name: 'StatusFlag')
|
|
154
154
|
String = Shapes::StringShape.new(name: 'String')
|
|
155
|
+
TLDInMaintenance = Shapes::StructureShape.new(name: 'TLDInMaintenance')
|
|
155
156
|
TLDRulesViolation = Shapes::StructureShape.new(name: 'TLDRulesViolation')
|
|
156
157
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
|
157
158
|
TagKey = Shapes::StringShape.new(name: 'TagKey')
|
|
@@ -538,6 +539,10 @@ module Aws::Route53Domains
|
|
|
538
539
|
SortCondition.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
|
539
540
|
SortCondition.struct_class = Types::SortCondition
|
|
540
541
|
|
|
542
|
+
TLDInMaintenance.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
|
543
|
+
TLDInMaintenance.add_member(:tld, Shapes::ShapeRef.new(shape: TldName, location_name: "tld"))
|
|
544
|
+
TLDInMaintenance.struct_class = Types::TLDInMaintenance
|
|
545
|
+
|
|
541
546
|
TLDRulesViolation.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
|
542
547
|
TLDRulesViolation.struct_class = Types::TLDRulesViolation
|
|
543
548
|
|
|
@@ -551,7 +556,7 @@ module Aws::Route53Domains
|
|
|
551
556
|
|
|
552
557
|
TransferDomainRequest.add_member(:domain_name, Shapes::ShapeRef.new(shape: DomainName, required: true, location_name: "DomainName"))
|
|
553
558
|
TransferDomainRequest.add_member(:idn_lang_code, Shapes::ShapeRef.new(shape: LangCode, location_name: "IdnLangCode"))
|
|
554
|
-
TransferDomainRequest.add_member(:duration_in_years, Shapes::ShapeRef.new(shape: DurationInYears,
|
|
559
|
+
TransferDomainRequest.add_member(:duration_in_years, Shapes::ShapeRef.new(shape: DurationInYears, location_name: "DurationInYears"))
|
|
555
560
|
TransferDomainRequest.add_member(:nameservers, Shapes::ShapeRef.new(shape: NameserverList, location_name: "Nameservers"))
|
|
556
561
|
TransferDomainRequest.add_member(:auth_code, Shapes::ShapeRef.new(shape: DomainAuthCode, location_name: "AuthCode"))
|
|
557
562
|
TransferDomainRequest.add_member(:auto_renew, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoRenew"))
|
|
@@ -691,6 +696,7 @@ module Aws::Route53Domains
|
|
|
691
696
|
o.output = Shapes::ShapeRef.new(shape: CheckDomainAvailabilityResponse)
|
|
692
697
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
|
693
698
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
|
699
|
+
o.errors << Shapes::ShapeRef.new(shape: TLDInMaintenance)
|
|
694
700
|
end)
|
|
695
701
|
|
|
696
702
|
api.add_operation(:check_domain_transferability, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -701,6 +707,7 @@ module Aws::Route53Domains
|
|
|
701
707
|
o.output = Shapes::ShapeRef.new(shape: CheckDomainTransferabilityResponse)
|
|
702
708
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
|
703
709
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
|
710
|
+
o.errors << Shapes::ShapeRef.new(shape: TLDInMaintenance)
|
|
704
711
|
end)
|
|
705
712
|
|
|
706
713
|
api.add_operation(:delete_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -815,6 +822,7 @@ module Aws::Route53Domains
|
|
|
815
822
|
o.output = Shapes::ShapeRef.new(shape: GetDomainSuggestionsResponse)
|
|
816
823
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
|
817
824
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: TLDInMaintenance)
|
|
818
826
|
end)
|
|
819
827
|
|
|
820
828
|
api.add_operation(:get_operation_detail, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -892,6 +900,7 @@ module Aws::Route53Domains
|
|
|
892
900
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
|
893
901
|
o.errors << Shapes::ShapeRef.new(shape: OperationLimitExceeded)
|
|
894
902
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
|
903
|
+
o.errors << Shapes::ShapeRef.new(shape: TLDInMaintenance)
|
|
895
904
|
end)
|
|
896
905
|
|
|
897
906
|
api.add_operation(:register_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -941,6 +950,7 @@ module Aws::Route53Domains
|
|
|
941
950
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
|
942
951
|
o.errors << Shapes::ShapeRef.new(shape: OperationLimitExceeded)
|
|
943
952
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
|
953
|
+
o.errors << Shapes::ShapeRef.new(shape: TLDInMaintenance)
|
|
944
954
|
end)
|
|
945
955
|
|
|
946
956
|
api.add_operation(:resend_operation_authorization, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -950,6 +960,7 @@ module Aws::Route53Domains
|
|
|
950
960
|
o.input = Shapes::ShapeRef.new(shape: ResendOperationAuthorizationRequest)
|
|
951
961
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
952
962
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
|
963
|
+
o.errors << Shapes::ShapeRef.new(shape: TLDInMaintenance)
|
|
953
964
|
end)
|
|
954
965
|
|
|
955
966
|
api.add_operation(:retrieve_domain_auth_code, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -960,6 +971,7 @@ module Aws::Route53Domains
|
|
|
960
971
|
o.output = Shapes::ShapeRef.new(shape: RetrieveDomainAuthCodeResponse)
|
|
961
972
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInput)
|
|
962
973
|
o.errors << Shapes::ShapeRef.new(shape: UnsupportedTLD)
|
|
974
|
+
o.errors << Shapes::ShapeRef.new(shape: TLDInMaintenance)
|
|
963
975
|
end)
|
|
964
976
|
|
|
965
977
|
api.add_operation(:transfer_domain, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -32,6 +32,7 @@ module Aws::Route53Domains
|
|
|
32
32
|
# * {DuplicateRequest}
|
|
33
33
|
# * {InvalidInput}
|
|
34
34
|
# * {OperationLimitExceeded}
|
|
35
|
+
# * {TLDInMaintenance}
|
|
35
36
|
# * {TLDRulesViolation}
|
|
36
37
|
# * {UnsupportedTLD}
|
|
37
38
|
#
|
|
@@ -121,6 +122,26 @@ module Aws::Route53Domains
|
|
|
121
122
|
end
|
|
122
123
|
end
|
|
123
124
|
|
|
125
|
+
class TLDInMaintenance < ServiceError
|
|
126
|
+
|
|
127
|
+
# @param [Seahorse::Client::RequestContext] context
|
|
128
|
+
# @param [String] message
|
|
129
|
+
# @param [Aws::Route53Domains::Types::TLDInMaintenance] data
|
|
130
|
+
def initialize(context, message, data = Aws::EmptyStructure.new)
|
|
131
|
+
super(context, message, data)
|
|
132
|
+
end
|
|
133
|
+
|
|
134
|
+
# @return [String]
|
|
135
|
+
def message
|
|
136
|
+
@message || @data[:message]
|
|
137
|
+
end
|
|
138
|
+
|
|
139
|
+
# @return [String]
|
|
140
|
+
def tld
|
|
141
|
+
@data[:tld]
|
|
142
|
+
end
|
|
143
|
+
end
|
|
144
|
+
|
|
124
145
|
class TLDRulesViolation < ServiceError
|
|
125
146
|
|
|
126
147
|
# @param [Seahorse::Client::RequestContext] context
|
|
@@ -939,7 +939,9 @@ module Aws::Route53Domains
|
|
|
939
939
|
#
|
|
940
940
|
# DONT\_KNOW
|
|
941
941
|
#
|
|
942
|
-
# :
|
|
942
|
+
# : The TLD registry didn't respond in time or didn't provide a
|
|
943
|
+
# definitive answer about domain transferability, which can occur
|
|
944
|
+
# due to registry maintenance or temporary delays.
|
|
943
945
|
#
|
|
944
946
|
# DOMAIN\_IN\_OWN\_ACCOUNT
|
|
945
947
|
#
|
|
@@ -1035,8 +1037,10 @@ module Aws::Route53Domains
|
|
|
1035
1037
|
# domain. Here are the top-level domains that require additional
|
|
1036
1038
|
# parameters and the names of the parameters that they require:
|
|
1037
1039
|
#
|
|
1038
|
-
# .com.au and .net.au
|
|
1039
|
-
# : * `
|
|
1040
|
+
# .au, .com.au, and .net.au
|
|
1041
|
+
# : * `AU_REGISTRANT_NAME`
|
|
1042
|
+
#
|
|
1043
|
+
# * `AU_ID_NUMBER`
|
|
1040
1044
|
#
|
|
1041
1045
|
# * `AU_ID_TYPE`
|
|
1042
1046
|
#
|
|
@@ -1047,6 +1051,106 @@ module Aws::Route53Domains
|
|
|
1047
1051
|
# * `ACN` (Australian company number)
|
|
1048
1052
|
#
|
|
1049
1053
|
# * `TM` (Trademark number)
|
|
1054
|
+
# * `AU_ELIGIBILITY_TYPE`
|
|
1055
|
+
#
|
|
1056
|
+
# Valid values include the following:
|
|
1057
|
+
#
|
|
1058
|
+
# * CHARITABLE\_TRUST (Charitable trust)
|
|
1059
|
+
#
|
|
1060
|
+
# * CHARITY (Charity)
|
|
1061
|
+
#
|
|
1062
|
+
# * CHILD\_CARE\_CENTRE (Child care centre)
|
|
1063
|
+
#
|
|
1064
|
+
# * CLUB (Club)
|
|
1065
|
+
#
|
|
1066
|
+
# * COMMERCIAL\_STATUTORY\_BODY (Commercial statutory body)
|
|
1067
|
+
#
|
|
1068
|
+
# * COMMONWEALTH\_ENTITY (Commonwealth entity)
|
|
1069
|
+
#
|
|
1070
|
+
# * COMPANY (Company)
|
|
1071
|
+
#
|
|
1072
|
+
# * COMPANY\_LIMITED\_BY\_GUARANTEE (Company limited by guarantee)
|
|
1073
|
+
#
|
|
1074
|
+
# * EDUCATIONAL\_INSTITUTION (Educational institution)
|
|
1075
|
+
#
|
|
1076
|
+
# * GOVERNMENT\_SCHOOL (Government school)
|
|
1077
|
+
#
|
|
1078
|
+
# * HIGHER\_EDUCATION\_INSTITUTION (Higher education institution)
|
|
1079
|
+
#
|
|
1080
|
+
# * INCORPORATED\_ASSOCIATION (Incorporated association)
|
|
1081
|
+
#
|
|
1082
|
+
# * INDIGENOUS\_CORPORATION (Indigenous corporation)
|
|
1083
|
+
#
|
|
1084
|
+
# * INDUSTRY\_BODY (Industry body)
|
|
1085
|
+
#
|
|
1086
|
+
# * INDUSTRY\_ORGANISATION (Industry association)
|
|
1087
|
+
#
|
|
1088
|
+
# * NATIONAL\_BODY (National body)
|
|
1089
|
+
#
|
|
1090
|
+
# * NON\_DISTRIBUTING\_COOPERATIVE (Non-distributing cooperative)
|
|
1091
|
+
#
|
|
1092
|
+
# * NON\_GOVERNMENT\_SCHOOL (Non-government school)
|
|
1093
|
+
#
|
|
1094
|
+
# * NON\_PROFIT\_ORGANISATION (Non-profit organisation)
|
|
1095
|
+
#
|
|
1096
|
+
# * NON\_TRADING\_COOPERATIVE (Non-trading cooperative)
|
|
1097
|
+
#
|
|
1098
|
+
# * NOT\_FOR\_PROFIT\_COMMUNITY\_GROUP (Not-for-profit community
|
|
1099
|
+
# group)
|
|
1100
|
+
#
|
|
1101
|
+
# * PARTNERSHIP (Partnership)
|
|
1102
|
+
#
|
|
1103
|
+
# * PEAK\_STATE\_TERRITORY\_BODY (Peak state/territory body)
|
|
1104
|
+
#
|
|
1105
|
+
# * PENDING\_TM\_OWNER (Pending TM owner)
|
|
1106
|
+
#
|
|
1107
|
+
# * POLITICAL\_PARTY (Political party)
|
|
1108
|
+
#
|
|
1109
|
+
# * PRESCHOOL (Pre-school)
|
|
1110
|
+
#
|
|
1111
|
+
# * PUBLIC\_PRIVATE\_ANCILLARY\_FUND (Public/private ancillary
|
|
1112
|
+
# fund)
|
|
1113
|
+
#
|
|
1114
|
+
# * REGISTERED\_BUSINESS (Registered business)
|
|
1115
|
+
#
|
|
1116
|
+
# * REGISTERED\_ORGANISATION (Registered organisation)
|
|
1117
|
+
#
|
|
1118
|
+
# * REGISTRABLE\_BODY (Registrable body)
|
|
1119
|
+
#
|
|
1120
|
+
# * RESEARCH\_ORGANISATION (Research organisation)
|
|
1121
|
+
#
|
|
1122
|
+
# * STATUTORY\_BODY (Statutory body)
|
|
1123
|
+
#
|
|
1124
|
+
# * TRADE\_UNION (Trade union)
|
|
1125
|
+
#
|
|
1126
|
+
# * TRADEMARK\_OWNER (Trademark owner)
|
|
1127
|
+
#
|
|
1128
|
+
# * TRADING\_COOPERATIVE (Trading cooperative)
|
|
1129
|
+
#
|
|
1130
|
+
# * TRAINING\_ORGANISATION (Training organisation)
|
|
1131
|
+
#
|
|
1132
|
+
# * TRUST (Trust)
|
|
1133
|
+
#
|
|
1134
|
+
# * UNINCORPORATED\_ASSOCIATION (Unincorporated association)
|
|
1135
|
+
#
|
|
1136
|
+
# * EDUCATION\_AND\_CARE\_SERVICES\_CHILDCARE (Education and care
|
|
1137
|
+
# services (child care))
|
|
1138
|
+
#
|
|
1139
|
+
# * GOVERNMENT\_BODY (Government body)
|
|
1140
|
+
#
|
|
1141
|
+
# * PROVIDER\_OF\_NON\_ACCREDITED\_TRAINING (Provider of
|
|
1142
|
+
# non-accredited training)
|
|
1143
|
+
#
|
|
1144
|
+
# * RELIGIOUS\_CHURCH\_GROUP (Religious/church group)
|
|
1145
|
+
#
|
|
1146
|
+
# * SOLE\_TRADER (Sole trader)
|
|
1147
|
+
# * `AU_POLICY_REASON`
|
|
1148
|
+
#
|
|
1149
|
+
# Valid values include the following:
|
|
1150
|
+
#
|
|
1151
|
+
# * `POLICY_REASON_1`
|
|
1152
|
+
#
|
|
1153
|
+
# `POLICY_REASON_2`
|
|
1050
1154
|
#
|
|
1051
1155
|
# .ca
|
|
1052
1156
|
# : * `BRAND_NUMBER`
|
|
@@ -1600,8 +1704,7 @@ module Aws::Route53Domains
|
|
|
1600
1704
|
# @return [Time]
|
|
1601
1705
|
#
|
|
1602
1706
|
# @!attribute [rw] reseller
|
|
1603
|
-
#
|
|
1604
|
-
# Route 53 domains will have `"Amazon"` as the reseller.
|
|
1707
|
+
# Reserved for future use.
|
|
1605
1708
|
# @return [String]
|
|
1606
1709
|
#
|
|
1607
1710
|
# @!attribute [rw] dns_sec
|
|
@@ -1708,7 +1811,8 @@ module Aws::Route53Domains
|
|
|
1708
1811
|
#
|
|
1709
1812
|
# @!attribute [rw] suggestion_count
|
|
1710
1813
|
# The number of suggested domain names that you want Route 53 to
|
|
1711
|
-
# return. Specify a value between 1 and 50.
|
|
1814
|
+
# return. Specify a value between 1 and 50. Note that fewer than the
|
|
1815
|
+
# requested number might be returned.
|
|
1712
1816
|
# @return [Integer]
|
|
1713
1817
|
#
|
|
1714
1818
|
# @!attribute [rw] only_available
|
|
@@ -2627,6 +2731,27 @@ module Aws::Route53Domains
|
|
|
2627
2731
|
include Aws::Structure
|
|
2628
2732
|
end
|
|
2629
2733
|
|
|
2734
|
+
# The top-level domain is currently undergoing maintenance and the
|
|
2735
|
+
# request cannot be processed. Try again later.
|
|
2736
|
+
#
|
|
2737
|
+
# @!attribute [rw] message
|
|
2738
|
+
# The top-level domain is currently undergoing maintenance and the
|
|
2739
|
+
# request cannot be processed. Try again later.
|
|
2740
|
+
# @return [String]
|
|
2741
|
+
#
|
|
2742
|
+
# @!attribute [rw] tld
|
|
2743
|
+
# The top-level domain that is currently undergoing maintenance.
|
|
2744
|
+
# @return [String]
|
|
2745
|
+
#
|
|
2746
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/TLDInMaintenance AWS API Documentation
|
|
2747
|
+
#
|
|
2748
|
+
class TLDInMaintenance < Struct.new(
|
|
2749
|
+
:message,
|
|
2750
|
+
:tld)
|
|
2751
|
+
SENSITIVE = []
|
|
2752
|
+
include Aws::Structure
|
|
2753
|
+
end
|
|
2754
|
+
|
|
2630
2755
|
# The top-level domain does not support this operation.
|
|
2631
2756
|
#
|
|
2632
2757
|
# @!attribute [rw] message
|
|
@@ -2699,11 +2824,18 @@ module Aws::Route53Domains
|
|
|
2699
2824
|
# @return [String]
|
|
2700
2825
|
#
|
|
2701
2826
|
# @!attribute [rw] duration_in_years
|
|
2702
|
-
#
|
|
2703
|
-
#
|
|
2704
|
-
#
|
|
2827
|
+
# Reserved for future use.
|
|
2828
|
+
#
|
|
2829
|
+
# Currently, the effect of a domain transfer on the registration
|
|
2830
|
+
# period varies by TLD. For information about how transferring a
|
|
2831
|
+
# domain affects the expiration date, see the Transfer Term column in
|
|
2832
|
+
# the pricing information at [Amazon Route 53 Pricing][1].
|
|
2705
2833
|
#
|
|
2706
2834
|
# Default: 1
|
|
2835
|
+
#
|
|
2836
|
+
#
|
|
2837
|
+
#
|
|
2838
|
+
# [1]: http://aws.amazon.com/route53/pricing/
|
|
2707
2839
|
# @return [Integer]
|
|
2708
2840
|
#
|
|
2709
2841
|
# @!attribute [rw] nameservers
|
data/sig/client.rbs
CHANGED
data/sig/errors.rbs
CHANGED
|
@@ -27,6 +27,10 @@ module Aws
|
|
|
27
27
|
class OperationLimitExceeded < ::Aws::Errors::ServiceError
|
|
28
28
|
def message: () -> ::String
|
|
29
29
|
end
|
|
30
|
+
class TLDInMaintenance < ::Aws::Errors::ServiceError
|
|
31
|
+
def message: () -> ::String
|
|
32
|
+
def tld: () -> ::String
|
|
33
|
+
end
|
|
30
34
|
class TLDRulesViolation < ::Aws::Errors::ServiceError
|
|
31
35
|
def message: () -> ::String
|
|
32
36
|
end
|
data/sig/types.rbs
CHANGED
|
@@ -481,6 +481,12 @@ module Aws::Route53Domains
|
|
|
481
481
|
SENSITIVE: []
|
|
482
482
|
end
|
|
483
483
|
|
|
484
|
+
class TLDInMaintenance
|
|
485
|
+
attr_accessor message: ::String
|
|
486
|
+
attr_accessor tld: ::String
|
|
487
|
+
SENSITIVE: []
|
|
488
|
+
end
|
|
489
|
+
|
|
484
490
|
class TLDRulesViolation
|
|
485
491
|
attr_accessor message: ::String
|
|
486
492
|
SENSITIVE: []
|