aws-sdk-route53domains 1.0.0.rc1 → 1.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-route53domains.rb +2 -2
- data/lib/aws-sdk-route53domains/client.rb +1524 -1703
- data/lib/aws-sdk-route53domains/client_api.rb +680 -682
- data/lib/aws-sdk-route53domains/errors.rb +4 -13
- data/lib/aws-sdk-route53domains/resource.rb +12 -14
- data/lib/aws-sdk-route53domains/types.rb +1900 -2325
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4a6cf8498bc79b608461dd44377f47e5f97c90bb
|
4
|
+
data.tar.gz: 91b7ddb761d2e9dae0699802d7eee42d0c8ec69d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c34575873a1c67e4dd8b5d978a3b8546523a302d8d5da01fb2c397adb1897abedae2a6579c9cfd1dd0f575569a00ea870e939c6e850e7691fc6cd7204232ecb5
|
7
|
+
data.tar.gz: c4ea5a960ecb3f6a53aba918bb56527e9cf45c94c45503036e1751601c693371f2c6feb576b5946cb806c8cfcb6530ccc5fab158b67b9b4f57a769f027a7981f
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# WARNING ABOUT GENERATED CODE
|
2
2
|
#
|
3
|
-
# This file is generated. See the contributing for
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
4
|
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
5
|
#
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-route53domains/customizations'
|
|
42
42
|
# @service
|
43
43
|
module Aws::Route53Domains
|
44
44
|
|
45
|
-
GEM_VERSION = '1.0.0.
|
45
|
+
GEM_VERSION = '1.0.0.rc2'
|
46
46
|
|
47
47
|
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# WARNING ABOUT GENERATED CODE
|
2
2
|
#
|
3
|
-
# This file is generated. See the contributing for
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
4
|
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
5
|
#
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
@@ -18,1749 +18,1570 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
|
18
18
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
19
19
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
20
20
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
21
|
+
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
21
22
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
22
23
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
23
24
|
|
24
25
|
Aws::Plugins::GlobalConfiguration.add_identifier(:route53domains)
|
25
26
|
|
26
|
-
module Aws
|
27
|
-
|
28
|
-
class Client < Seahorse::Client::Base
|
27
|
+
module Aws::Route53Domains
|
28
|
+
class Client < Seahorse::Client::Base
|
29
29
|
|
30
|
-
|
30
|
+
include Aws::ClientStubs
|
31
31
|
|
32
|
-
|
32
|
+
@identifier = :route53domains
|
33
33
|
|
34
|
-
|
34
|
+
set_api(ClientApi::API)
|
35
35
|
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
36
|
+
add_plugin(Seahorse::Client::Plugins::ContentLength)
|
37
|
+
add_plugin(Aws::Plugins::CredentialsConfiguration)
|
38
|
+
add_plugin(Aws::Plugins::Logging)
|
39
|
+
add_plugin(Aws::Plugins::ParamConverter)
|
40
|
+
add_plugin(Aws::Plugins::ParamValidator)
|
41
|
+
add_plugin(Aws::Plugins::UserAgent)
|
42
|
+
add_plugin(Aws::Plugins::HelpfulSocketErrors)
|
43
|
+
add_plugin(Aws::Plugins::RetryErrors)
|
44
|
+
add_plugin(Aws::Plugins::GlobalConfiguration)
|
45
|
+
add_plugin(Aws::Plugins::RegionalEndpoint)
|
46
|
+
add_plugin(Aws::Plugins::ResponsePaging)
|
47
|
+
add_plugin(Aws::Plugins::StubResponses)
|
48
|
+
add_plugin(Aws::Plugins::IdempotencyToken)
|
49
|
+
add_plugin(Aws::Plugins::JsonvalueConverter)
|
50
|
+
add_plugin(Aws::Plugins::SignatureV4)
|
51
|
+
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
51
52
|
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
53
|
+
# @option options [required, Aws::CredentialProvider] :credentials
|
54
|
+
# Your AWS credentials. This can be an instance of any one of the
|
55
|
+
# following classes:
|
56
|
+
#
|
57
|
+
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
58
|
+
# credentials.
|
59
|
+
#
|
60
|
+
# * `Aws::InstanceProfileCredentials` - Used for loading credentials
|
61
|
+
# from an EC2 IMDS on an EC2 instance.
|
62
|
+
#
|
63
|
+
# * `Aws::SharedCredentials` - Used for loading credentials from a
|
64
|
+
# shared file, such as `~/.aws/config`.
|
65
|
+
#
|
66
|
+
# * `Aws::AssumeRoleCredentials` - Used when you need to assume a role.
|
67
|
+
#
|
68
|
+
# When `:credentials` are not configured directly, the following
|
69
|
+
# locations will be searched for credentials:
|
70
|
+
#
|
71
|
+
# * `Aws.config[:credentials]`
|
72
|
+
# * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
|
73
|
+
# * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
|
74
|
+
# * `~/.aws/credentials`
|
75
|
+
# * `~/.aws/config`
|
76
|
+
# * EC2 IMDS instance profile - When used by default, the timeouts are
|
77
|
+
# very aggressive. Construct and pass an instance of
|
78
|
+
# `Aws::InstanceProfileCredentails` to enable retries and extended
|
79
|
+
# timeouts.
|
80
|
+
#
|
81
|
+
# @option options [required, String] :region
|
82
|
+
# The AWS region to connect to. The configured `:region` is
|
83
|
+
# used to determine the service `:endpoint`. When not passed,
|
84
|
+
# a default `:region` is search for in the following locations:
|
85
|
+
#
|
86
|
+
# * `Aws.config[:region]`
|
87
|
+
# * `ENV['AWS_REGION']`
|
88
|
+
# * `ENV['AMAZON_REGION']`
|
89
|
+
# * `ENV['AWS_DEFAULT_REGION']`
|
90
|
+
# * `~/.aws/credentials`
|
91
|
+
# * `~/.aws/config`
|
92
|
+
#
|
93
|
+
# @option options [String] :access_key_id
|
94
|
+
#
|
95
|
+
# @option options [Boolean] :convert_params (true)
|
96
|
+
# When `true`, an attempt is made to coerce request parameters into
|
97
|
+
# the required types.
|
98
|
+
#
|
99
|
+
# @option options [String] :endpoint
|
100
|
+
# The client endpoint is normally constructed from the `:region`
|
101
|
+
# option. You should only configure an `:endpoint` when connecting
|
102
|
+
# to test endpoints. This should be avalid HTTP(S) URI.
|
103
|
+
#
|
104
|
+
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
105
|
+
# The log formatter.
|
106
|
+
#
|
107
|
+
# @option options [Symbol] :log_level (:info)
|
108
|
+
# The log level to send messages to the `:logger` at.
|
109
|
+
#
|
110
|
+
# @option options [Logger] :logger
|
111
|
+
# The Logger instance to send log messages to. If this option
|
112
|
+
# is not set, logging will be disabled.
|
113
|
+
#
|
114
|
+
# @option options [String] :profile ("default")
|
115
|
+
# Used when loading credentials from the shared credentials file
|
116
|
+
# at HOME/.aws/credentials. When not specified, 'default' is used.
|
117
|
+
#
|
118
|
+
# @option options [Integer] :retry_limit (3)
|
119
|
+
# The maximum number of times to retry failed requests. Only
|
120
|
+
# ~ 500 level server errors and certain ~ 400 level client errors
|
121
|
+
# are retried. Generally, these are throttling errors, data
|
122
|
+
# checksum errors, networking errors, timeout errors and auth
|
123
|
+
# errors from expired credentials.
|
124
|
+
#
|
125
|
+
# @option options [String] :secret_access_key
|
126
|
+
#
|
127
|
+
# @option options [String] :session_token
|
128
|
+
#
|
129
|
+
# @option options [Boolean] :simple_json (false)
|
130
|
+
# Disables request parameter conversion, validation, and formatting.
|
131
|
+
# Also disable response data type conversions. This option is useful
|
132
|
+
# when you want to ensure the highest level of performance by
|
133
|
+
# avoiding overhead of walking request parameters and response data
|
134
|
+
# structures.
|
135
|
+
#
|
136
|
+
# When `:simple_json` is enabled, the request parameters hash must
|
137
|
+
# be formatted exactly as the DynamoDB API expects.
|
138
|
+
#
|
139
|
+
# @option options [Boolean] :stub_responses (false)
|
140
|
+
# Causes the client to return stubbed responses. By default
|
141
|
+
# fake responses are generated and returned. You can specify
|
142
|
+
# the response data to return or errors to raise by calling
|
143
|
+
# {ClientStubs#stub_responses}. See {ClientStubs} for more information.
|
144
|
+
#
|
145
|
+
# ** Please note ** When response stubbing is enabled, no HTTP
|
146
|
+
# requests are made, and retries are disabled.
|
147
|
+
#
|
148
|
+
# @option options [Boolean] :validate_params (true)
|
149
|
+
# When `true`, request parameters are validated before
|
150
|
+
# sending the request.
|
151
|
+
#
|
152
|
+
def initialize(*args)
|
153
|
+
super
|
154
|
+
end
|
141
155
|
|
142
|
-
|
143
|
-
# if the availability status of a domain is pending, you must submit
|
144
|
-
# another request to determine the availability of the domain name.
|
145
|
-
# @option params [required, String] :domain_name
|
146
|
-
# The name of a domain.
|
147
|
-
#
|
148
|
-
# Type: String
|
149
|
-
#
|
150
|
-
# Default: None
|
151
|
-
#
|
152
|
-
# Constraints: The domain name can contain only the letters a through z,
|
153
|
-
# the numbers 0 through 9, and hyphen (-). Internationalized Domain
|
154
|
-
# Names are not supported.
|
155
|
-
#
|
156
|
-
# Required: Yes
|
157
|
-
# @option params [String] :idn_lang_code
|
158
|
-
# Reserved for future use.
|
159
|
-
# @return [Types::CheckDomainAvailabilityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
160
|
-
#
|
161
|
-
# * {Types::CheckDomainAvailabilityResponse#availability #Availability} => String
|
162
|
-
#
|
163
|
-
# @example Request syntax with placeholder values
|
164
|
-
# resp = client.check_domain_availability({
|
165
|
-
# domain_name: "DomainName", # required
|
166
|
-
# idn_lang_code: "LangCode",
|
167
|
-
# })
|
168
|
-
#
|
169
|
-
# @example Response structure
|
170
|
-
# resp.availability #=> String, one of "AVAILABLE", "AVAILABLE_RESERVED", "AVAILABLE_PREORDER", "UNAVAILABLE", "UNAVAILABLE_PREMIUM", "UNAVAILABLE_RESTRICTED", "RESERVED", "DONT_KNOW"
|
171
|
-
# @overload check_domain_availability(params = {})
|
172
|
-
# @param [Hash] params ({})
|
173
|
-
def check_domain_availability(params = {}, options = {})
|
174
|
-
req = build_request(:check_domain_availability, params)
|
175
|
-
req.send_request(options)
|
176
|
-
end
|
156
|
+
# @!group API Operations
|
177
157
|
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
# })
|
216
|
-
# @overload delete_tags_for_domain(params = {})
|
217
|
-
# @param [Hash] params ({})
|
218
|
-
def delete_tags_for_domain(params = {}, options = {})
|
219
|
-
req = build_request(:delete_tags_for_domain, params)
|
220
|
-
req.send_request(options)
|
221
|
-
end
|
158
|
+
# This operation checks the availability of one domain name. Note that
|
159
|
+
# if the availability status of a domain is pending, you must submit
|
160
|
+
# another request to determine the availability of the domain name.
|
161
|
+
#
|
162
|
+
# @option params [required, String] :domain_name
|
163
|
+
# The name of the domain that you want to get availability for.
|
164
|
+
#
|
165
|
+
# Constraints: The domain name can contain only the letters a through z,
|
166
|
+
# the numbers 0 through 9, and hyphen (-). Internationalized Domain
|
167
|
+
# Names are not supported.
|
168
|
+
#
|
169
|
+
# @option params [String] :idn_lang_code
|
170
|
+
# Reserved for future use.
|
171
|
+
#
|
172
|
+
# @return [Types::CheckDomainAvailabilityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
173
|
+
#
|
174
|
+
# * {Types::CheckDomainAvailabilityResponse#availability #availability} => String
|
175
|
+
#
|
176
|
+
# @example Request syntax with placeholder values
|
177
|
+
#
|
178
|
+
# resp = client.check_domain_availability({
|
179
|
+
# domain_name: "DomainName", # required
|
180
|
+
# idn_lang_code: "LangCode",
|
181
|
+
# })
|
182
|
+
#
|
183
|
+
# @example Response structure
|
184
|
+
#
|
185
|
+
# resp.availability #=> String, one of "AVAILABLE", "AVAILABLE_RESERVED", "AVAILABLE_PREORDER", "UNAVAILABLE", "UNAVAILABLE_PREMIUM", "UNAVAILABLE_RESTRICTED", "RESERVED", "DONT_KNOW"
|
186
|
+
#
|
187
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/CheckDomainAvailability AWS API Documentation
|
188
|
+
#
|
189
|
+
# @overload check_domain_availability(params = {})
|
190
|
+
# @param [Hash] params ({})
|
191
|
+
def check_domain_availability(params = {}, options = {})
|
192
|
+
req = build_request(:check_domain_availability, params)
|
193
|
+
req.send_request(options)
|
194
|
+
end
|
222
195
|
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
196
|
+
# This operation deletes the specified tags for a domain.
|
197
|
+
#
|
198
|
+
# All tag operations are eventually consistent; subsequent operations
|
199
|
+
# may not immediately represent all issued operations.
|
200
|
+
#
|
201
|
+
# @option params [required, String] :domain_name
|
202
|
+
# The domain for which you want to delete one or more tags.
|
203
|
+
#
|
204
|
+
# @option params [required, Array<String>] :tags_to_delete
|
205
|
+
# A list of tag keys to delete.
|
206
|
+
#
|
207
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
208
|
+
#
|
209
|
+
# @example Request syntax with placeholder values
|
210
|
+
#
|
211
|
+
# resp = client.delete_tags_for_domain({
|
212
|
+
# domain_name: "DomainName", # required
|
213
|
+
# tags_to_delete: ["TagKey"], # required
|
214
|
+
# })
|
215
|
+
#
|
216
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DeleteTagsForDomain AWS API Documentation
|
217
|
+
#
|
218
|
+
# @overload delete_tags_for_domain(params = {})
|
219
|
+
# @param [Hash] params ({})
|
220
|
+
def delete_tags_for_domain(params = {}, options = {})
|
221
|
+
req = build_request(:delete_tags_for_domain, params)
|
222
|
+
req.send_request(options)
|
223
|
+
end
|
238
224
|
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
#
|
262
|
-
# @example Request syntax with placeholder values
|
263
|
-
# resp = client.disable_domain_transfer_lock({
|
264
|
-
# domain_name: "DomainName", # required
|
265
|
-
# })
|
266
|
-
#
|
267
|
-
# @example Response structure
|
268
|
-
# resp.operation_id #=> String
|
269
|
-
# @overload disable_domain_transfer_lock(params = {})
|
270
|
-
# @param [Hash] params ({})
|
271
|
-
def disable_domain_transfer_lock(params = {}, options = {})
|
272
|
-
req = build_request(:disable_domain_transfer_lock, params)
|
273
|
-
req.send_request(options)
|
274
|
-
end
|
225
|
+
# This operation disables automatic renewal of domain registration for
|
226
|
+
# the specified domain.
|
227
|
+
#
|
228
|
+
# @option params [required, String] :domain_name
|
229
|
+
# The name of the domain that you want to disable automatic renewal for.
|
230
|
+
#
|
231
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
232
|
+
#
|
233
|
+
# @example Request syntax with placeholder values
|
234
|
+
#
|
235
|
+
# resp = client.disable_domain_auto_renew({
|
236
|
+
# domain_name: "DomainName", # required
|
237
|
+
# })
|
238
|
+
#
|
239
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DisableDomainAutoRenew AWS API Documentation
|
240
|
+
#
|
241
|
+
# @overload disable_domain_auto_renew(params = {})
|
242
|
+
# @param [Hash] params ({})
|
243
|
+
def disable_domain_auto_renew(params = {}, options = {})
|
244
|
+
req = build_request(:disable_domain_auto_renew, params)
|
245
|
+
req.send_request(options)
|
246
|
+
end
|
275
247
|
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
248
|
+
# This operation removes the transfer lock on the domain (specifically
|
249
|
+
# the `clientTransferProhibited` status) to allow domain transfers. We
|
250
|
+
# recommend you refrain from performing this action unless you intend to
|
251
|
+
# transfer the domain to a different registrar. Successful submission
|
252
|
+
# returns an operation ID that you can use to track the progress and
|
253
|
+
# completion of the action. If the request is not completed
|
254
|
+
# successfully, the domain registrant will be notified by email.
|
255
|
+
#
|
256
|
+
# @option params [required, String] :domain_name
|
257
|
+
# The name of the domain that you want to remove the transfer lock for.
|
258
|
+
#
|
259
|
+
# @return [Types::DisableDomainTransferLockResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
260
|
+
#
|
261
|
+
# * {Types::DisableDomainTransferLockResponse#operation_id #operation_id} => String
|
262
|
+
#
|
263
|
+
# @example Request syntax with placeholder values
|
264
|
+
#
|
265
|
+
# resp = client.disable_domain_transfer_lock({
|
266
|
+
# domain_name: "DomainName", # required
|
267
|
+
# })
|
268
|
+
#
|
269
|
+
# @example Response structure
|
270
|
+
#
|
271
|
+
# resp.operation_id #=> String
|
272
|
+
#
|
273
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DisableDomainTransferLock AWS API Documentation
|
274
|
+
#
|
275
|
+
# @overload disable_domain_transfer_lock(params = {})
|
276
|
+
# @param [Hash] params ({})
|
277
|
+
def disable_domain_transfer_lock(params = {}, options = {})
|
278
|
+
req = build_request(:disable_domain_transfer_lock, params)
|
279
|
+
req.send_request(options)
|
280
|
+
end
|
303
281
|
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
end
|
282
|
+
# This operation configures Amazon Route 53 to automatically renew the
|
283
|
+
# specified domain before the domain registration expires. The cost of
|
284
|
+
# renewing your domain registration is billed to your AWS account.
|
285
|
+
#
|
286
|
+
# The period during which you can renew a domain name varies by TLD. For
|
287
|
+
# a list of TLDs and their renewal policies, see ["Renewal,
|
288
|
+
# restoration, and deletion times"][1] on the website for our registrar
|
289
|
+
# partner, Gandi. Route 53 requires that you renew before the end of the
|
290
|
+
# renewal period that is listed on the Gandi website so we can complete
|
291
|
+
# processing before the deadline.
|
292
|
+
#
|
293
|
+
#
|
294
|
+
#
|
295
|
+
# [1]: http://wiki.gandi.net/en/domains/renew#renewal_restoration_and_deletion_times
|
296
|
+
#
|
297
|
+
# @option params [required, String] :domain_name
|
298
|
+
# The name of the domain that you want to enable automatic renewal for.
|
299
|
+
#
|
300
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
301
|
+
#
|
302
|
+
# @example Request syntax with placeholder values
|
303
|
+
#
|
304
|
+
# resp = client.enable_domain_auto_renew({
|
305
|
+
# domain_name: "DomainName", # required
|
306
|
+
# })
|
307
|
+
#
|
308
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/EnableDomainAutoRenew AWS API Documentation
|
309
|
+
#
|
310
|
+
# @overload enable_domain_auto_renew(params = {})
|
311
|
+
# @param [Hash] params ({})
|
312
|
+
def enable_domain_auto_renew(params = {}, options = {})
|
313
|
+
req = build_request(:enable_domain_auto_renew, params)
|
314
|
+
req.send_request(options)
|
315
|
+
end
|
339
316
|
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
req = build_request(:get_contact_reachability_status, params)
|
373
|
-
req.send_request(options)
|
374
|
-
end
|
317
|
+
# This operation sets the transfer lock on the domain (specifically the
|
318
|
+
# `clientTransferProhibited` status) to prevent domain transfers.
|
319
|
+
# Successful submission returns an operation ID that you can use to
|
320
|
+
# track the progress and completion of the action. If the request is not
|
321
|
+
# completed successfully, the domain registrant will be notified by
|
322
|
+
# email.
|
323
|
+
#
|
324
|
+
# @option params [required, String] :domain_name
|
325
|
+
# The name of the domain that you want to set the transfer lock for.
|
326
|
+
#
|
327
|
+
# @return [Types::EnableDomainTransferLockResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
328
|
+
#
|
329
|
+
# * {Types::EnableDomainTransferLockResponse#operation_id #operation_id} => String
|
330
|
+
#
|
331
|
+
# @example Request syntax with placeholder values
|
332
|
+
#
|
333
|
+
# resp = client.enable_domain_transfer_lock({
|
334
|
+
# domain_name: "DomainName", # required
|
335
|
+
# })
|
336
|
+
#
|
337
|
+
# @example Response structure
|
338
|
+
#
|
339
|
+
# resp.operation_id #=> String
|
340
|
+
#
|
341
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/EnableDomainTransferLock AWS API Documentation
|
342
|
+
#
|
343
|
+
# @overload enable_domain_transfer_lock(params = {})
|
344
|
+
# @param [Hash] params ({})
|
345
|
+
def enable_domain_transfer_lock(params = {}, options = {})
|
346
|
+
req = build_request(:enable_domain_transfer_lock, params)
|
347
|
+
req.send_request(options)
|
348
|
+
end
|
375
349
|
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
# * {Types::GetDomainDetailResponse#status_list #StatusList} => Array<String>
|
413
|
-
#
|
414
|
-
# @example Request syntax with placeholder values
|
415
|
-
# resp = client.get_domain_detail({
|
416
|
-
# domain_name: "DomainName", # required
|
417
|
-
# })
|
418
|
-
#
|
419
|
-
# @example Response structure
|
420
|
-
# resp.domain_name #=> String
|
421
|
-
# resp.nameservers #=> Array
|
422
|
-
# resp.nameservers[0].name #=> String
|
423
|
-
# resp.nameservers[0].glue_ips #=> Array
|
424
|
-
# resp.nameservers[0].glue_ips[0] #=> String
|
425
|
-
# resp.auto_renew #=> Boolean
|
426
|
-
# resp.admin_contact.first_name #=> String
|
427
|
-
# resp.admin_contact.last_name #=> String
|
428
|
-
# resp.admin_contact.contact_type #=> String, one of "PERSON", "COMPANY", "ASSOCIATION", "PUBLIC_BODY", "RESELLER"
|
429
|
-
# resp.admin_contact.organization_name #=> String
|
430
|
-
# resp.admin_contact.address_line_1 #=> String
|
431
|
-
# resp.admin_contact.address_line_2 #=> String
|
432
|
-
# resp.admin_contact.city #=> String
|
433
|
-
# resp.admin_contact.state #=> String
|
434
|
-
# resp.admin_contact.country_code #=> String, one of "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AN", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BR", "BS", "BT", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GH", "GI", "GL", "GM", "GN", "GQ", "GR", "GT", "GU", "GW", "GY", "HK", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IQ", "IR", "IS", "IT", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PT", "PW", "PY", "QA", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SK", "SL", "SM", "SN", "SO", "SR", "ST", "SV", "SY", "SZ", "TC", "TD", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW"
|
435
|
-
# resp.admin_contact.zip_code #=> String
|
436
|
-
# resp.admin_contact.phone_number #=> String
|
437
|
-
# resp.admin_contact.email #=> String
|
438
|
-
# resp.admin_contact.fax #=> String
|
439
|
-
# resp.admin_contact.extra_params #=> Array
|
440
|
-
# resp.admin_contact.extra_params[0].name #=> String, one of "DUNS_NUMBER", "BRAND_NUMBER", "BIRTH_DEPARTMENT", "BIRTH_DATE_IN_YYYY_MM_DD", "BIRTH_COUNTRY", "BIRTH_CITY", "DOCUMENT_NUMBER", "AU_ID_NUMBER", "AU_ID_TYPE", "CA_LEGAL_TYPE", "CA_BUSINESS_ENTITY_TYPE", "ES_IDENTIFICATION", "ES_IDENTIFICATION_TYPE", "ES_LEGAL_FORM", "FI_BUSINESS_NUMBER", "FI_ID_NUMBER", "IT_PIN", "RU_PASSPORT_DATA", "SE_ID_NUMBER", "SG_ID_NUMBER", "VAT_NUMBER"
|
441
|
-
# resp.admin_contact.extra_params[0].value #=> String
|
442
|
-
# resp.registrant_contact.first_name #=> String
|
443
|
-
# resp.registrant_contact.last_name #=> String
|
444
|
-
# resp.registrant_contact.contact_type #=> String, one of "PERSON", "COMPANY", "ASSOCIATION", "PUBLIC_BODY", "RESELLER"
|
445
|
-
# resp.registrant_contact.organization_name #=> String
|
446
|
-
# resp.registrant_contact.address_line_1 #=> String
|
447
|
-
# resp.registrant_contact.address_line_2 #=> String
|
448
|
-
# resp.registrant_contact.city #=> String
|
449
|
-
# resp.registrant_contact.state #=> String
|
450
|
-
# resp.registrant_contact.country_code #=> String, one of "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AN", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BR", "BS", "BT", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GH", "GI", "GL", "GM", "GN", "GQ", "GR", "GT", "GU", "GW", "GY", "HK", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IQ", "IR", "IS", "IT", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PT", "PW", "PY", "QA", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SK", "SL", "SM", "SN", "SO", "SR", "ST", "SV", "SY", "SZ", "TC", "TD", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW"
|
451
|
-
# resp.registrant_contact.zip_code #=> String
|
452
|
-
# resp.registrant_contact.phone_number #=> String
|
453
|
-
# resp.registrant_contact.email #=> String
|
454
|
-
# resp.registrant_contact.fax #=> String
|
455
|
-
# resp.registrant_contact.extra_params #=> Array
|
456
|
-
# resp.registrant_contact.extra_params[0].name #=> String, one of "DUNS_NUMBER", "BRAND_NUMBER", "BIRTH_DEPARTMENT", "BIRTH_DATE_IN_YYYY_MM_DD", "BIRTH_COUNTRY", "BIRTH_CITY", "DOCUMENT_NUMBER", "AU_ID_NUMBER", "AU_ID_TYPE", "CA_LEGAL_TYPE", "CA_BUSINESS_ENTITY_TYPE", "ES_IDENTIFICATION", "ES_IDENTIFICATION_TYPE", "ES_LEGAL_FORM", "FI_BUSINESS_NUMBER", "FI_ID_NUMBER", "IT_PIN", "RU_PASSPORT_DATA", "SE_ID_NUMBER", "SG_ID_NUMBER", "VAT_NUMBER"
|
457
|
-
# resp.registrant_contact.extra_params[0].value #=> String
|
458
|
-
# resp.tech_contact.first_name #=> String
|
459
|
-
# resp.tech_contact.last_name #=> String
|
460
|
-
# resp.tech_contact.contact_type #=> String, one of "PERSON", "COMPANY", "ASSOCIATION", "PUBLIC_BODY", "RESELLER"
|
461
|
-
# resp.tech_contact.organization_name #=> String
|
462
|
-
# resp.tech_contact.address_line_1 #=> String
|
463
|
-
# resp.tech_contact.address_line_2 #=> String
|
464
|
-
# resp.tech_contact.city #=> String
|
465
|
-
# resp.tech_contact.state #=> String
|
466
|
-
# resp.tech_contact.country_code #=> String, one of "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AN", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BR", "BS", "BT", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GH", "GI", "GL", "GM", "GN", "GQ", "GR", "GT", "GU", "GW", "GY", "HK", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IQ", "IR", "IS", "IT", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PT", "PW", "PY", "QA", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SK", "SL", "SM", "SN", "SO", "SR", "ST", "SV", "SY", "SZ", "TC", "TD", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW"
|
467
|
-
# resp.tech_contact.zip_code #=> String
|
468
|
-
# resp.tech_contact.phone_number #=> String
|
469
|
-
# resp.tech_contact.email #=> String
|
470
|
-
# resp.tech_contact.fax #=> String
|
471
|
-
# resp.tech_contact.extra_params #=> Array
|
472
|
-
# resp.tech_contact.extra_params[0].name #=> String, one of "DUNS_NUMBER", "BRAND_NUMBER", "BIRTH_DEPARTMENT", "BIRTH_DATE_IN_YYYY_MM_DD", "BIRTH_COUNTRY", "BIRTH_CITY", "DOCUMENT_NUMBER", "AU_ID_NUMBER", "AU_ID_TYPE", "CA_LEGAL_TYPE", "CA_BUSINESS_ENTITY_TYPE", "ES_IDENTIFICATION", "ES_IDENTIFICATION_TYPE", "ES_LEGAL_FORM", "FI_BUSINESS_NUMBER", "FI_ID_NUMBER", "IT_PIN", "RU_PASSPORT_DATA", "SE_ID_NUMBER", "SG_ID_NUMBER", "VAT_NUMBER"
|
473
|
-
# resp.tech_contact.extra_params[0].value #=> String
|
474
|
-
# resp.admin_privacy #=> Boolean
|
475
|
-
# resp.registrant_privacy #=> Boolean
|
476
|
-
# resp.tech_privacy #=> Boolean
|
477
|
-
# resp.registrar_name #=> String
|
478
|
-
# resp.who_is_server #=> String
|
479
|
-
# resp.registrar_url #=> String
|
480
|
-
# resp.abuse_contact_email #=> String
|
481
|
-
# resp.abuse_contact_phone #=> String
|
482
|
-
# resp.registry_domain_id #=> String
|
483
|
-
# resp.creation_date #=> Time
|
484
|
-
# resp.updated_date #=> Time
|
485
|
-
# resp.expiration_date #=> Time
|
486
|
-
# resp.reseller #=> String
|
487
|
-
# resp.dns_sec #=> String
|
488
|
-
# resp.status_list #=> Array
|
489
|
-
# resp.status_list[0] #=> String
|
490
|
-
# @overload get_domain_detail(params = {})
|
491
|
-
# @param [Hash] params ({})
|
492
|
-
def get_domain_detail(params = {}, options = {})
|
493
|
-
req = build_request(:get_domain_detail, params)
|
494
|
-
req.send_request(options)
|
495
|
-
end
|
350
|
+
# For operations that require confirmation that the email address for
|
351
|
+
# the registrant contact is valid, such as registering a new domain,
|
352
|
+
# this operation returns information about whether the registrant
|
353
|
+
# contact has responded.
|
354
|
+
#
|
355
|
+
# If you want us to resend the email, use the
|
356
|
+
# `ResendContactReachabilityEmail` operation.
|
357
|
+
#
|
358
|
+
# @option params [String] :domain_name
|
359
|
+
# The name of the domain for which you want to know whether the
|
360
|
+
# registrant contact has confirmed that the email address is valid.
|
361
|
+
#
|
362
|
+
# @return [Types::GetContactReachabilityStatusResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
363
|
+
#
|
364
|
+
# * {Types::GetContactReachabilityStatusResponse#domain_name #domain_name} => String
|
365
|
+
# * {Types::GetContactReachabilityStatusResponse#status #status} => String
|
366
|
+
#
|
367
|
+
# @example Request syntax with placeholder values
|
368
|
+
#
|
369
|
+
# resp = client.get_contact_reachability_status({
|
370
|
+
# domain_name: "DomainName",
|
371
|
+
# })
|
372
|
+
#
|
373
|
+
# @example Response structure
|
374
|
+
#
|
375
|
+
# resp.domain_name #=> String
|
376
|
+
# resp.status #=> String, one of "PENDING", "DONE", "EXPIRED"
|
377
|
+
#
|
378
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetContactReachabilityStatus AWS API Documentation
|
379
|
+
#
|
380
|
+
# @overload get_contact_reachability_status(params = {})
|
381
|
+
# @param [Hash] params ({})
|
382
|
+
def get_contact_reachability_status(params = {}, options = {})
|
383
|
+
req = build_request(:get_contact_reachability_status, params)
|
384
|
+
req.send_request(options)
|
385
|
+
end
|
496
386
|
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
387
|
+
# This operation returns detailed information about a specified domain
|
388
|
+
# that is associated with the current AWS account. Contact information
|
389
|
+
# for the domain is also returned as part of the output.
|
390
|
+
#
|
391
|
+
# @option params [required, String] :domain_name
|
392
|
+
# The name of the domain that you want to get detailed information
|
393
|
+
# about.
|
394
|
+
#
|
395
|
+
# @return [Types::GetDomainDetailResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
396
|
+
#
|
397
|
+
# * {Types::GetDomainDetailResponse#domain_name #domain_name} => String
|
398
|
+
# * {Types::GetDomainDetailResponse#nameservers #nameservers} => Array<Types::Nameserver>
|
399
|
+
# * {Types::GetDomainDetailResponse#auto_renew #auto_renew} => Boolean
|
400
|
+
# * {Types::GetDomainDetailResponse#admin_contact #admin_contact} => Types::ContactDetail
|
401
|
+
# * {Types::GetDomainDetailResponse#registrant_contact #registrant_contact} => Types::ContactDetail
|
402
|
+
# * {Types::GetDomainDetailResponse#tech_contact #tech_contact} => Types::ContactDetail
|
403
|
+
# * {Types::GetDomainDetailResponse#admin_privacy #admin_privacy} => Boolean
|
404
|
+
# * {Types::GetDomainDetailResponse#registrant_privacy #registrant_privacy} => Boolean
|
405
|
+
# * {Types::GetDomainDetailResponse#tech_privacy #tech_privacy} => Boolean
|
406
|
+
# * {Types::GetDomainDetailResponse#registrar_name #registrar_name} => String
|
407
|
+
# * {Types::GetDomainDetailResponse#who_is_server #who_is_server} => String
|
408
|
+
# * {Types::GetDomainDetailResponse#registrar_url #registrar_url} => String
|
409
|
+
# * {Types::GetDomainDetailResponse#abuse_contact_email #abuse_contact_email} => String
|
410
|
+
# * {Types::GetDomainDetailResponse#abuse_contact_phone #abuse_contact_phone} => String
|
411
|
+
# * {Types::GetDomainDetailResponse#registry_domain_id #registry_domain_id} => String
|
412
|
+
# * {Types::GetDomainDetailResponse#creation_date #creation_date} => Time
|
413
|
+
# * {Types::GetDomainDetailResponse#updated_date #updated_date} => Time
|
414
|
+
# * {Types::GetDomainDetailResponse#expiration_date #expiration_date} => Time
|
415
|
+
# * {Types::GetDomainDetailResponse#reseller #reseller} => String
|
416
|
+
# * {Types::GetDomainDetailResponse#dns_sec #dns_sec} => String
|
417
|
+
# * {Types::GetDomainDetailResponse#status_list #status_list} => Array<String>
|
418
|
+
#
|
419
|
+
# @example Request syntax with placeholder values
|
420
|
+
#
|
421
|
+
# resp = client.get_domain_detail({
|
422
|
+
# domain_name: "DomainName", # required
|
423
|
+
# })
|
424
|
+
#
|
425
|
+
# @example Response structure
|
426
|
+
#
|
427
|
+
# resp.domain_name #=> String
|
428
|
+
# resp.nameservers #=> Array
|
429
|
+
# resp.nameservers[0].name #=> String
|
430
|
+
# resp.nameservers[0].glue_ips #=> Array
|
431
|
+
# resp.nameservers[0].glue_ips[0] #=> String
|
432
|
+
# resp.auto_renew #=> Boolean
|
433
|
+
# resp.admin_contact.first_name #=> String
|
434
|
+
# resp.admin_contact.last_name #=> String
|
435
|
+
# resp.admin_contact.contact_type #=> String, one of "PERSON", "COMPANY", "ASSOCIATION", "PUBLIC_BODY", "RESELLER"
|
436
|
+
# resp.admin_contact.organization_name #=> String
|
437
|
+
# resp.admin_contact.address_line_1 #=> String
|
438
|
+
# resp.admin_contact.address_line_2 #=> String
|
439
|
+
# resp.admin_contact.city #=> String
|
440
|
+
# resp.admin_contact.state #=> String
|
441
|
+
# resp.admin_contact.country_code #=> String, one of "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AN", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BR", "BS", "BT", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GH", "GI", "GL", "GM", "GN", "GQ", "GR", "GT", "GU", "GW", "GY", "HK", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IQ", "IR", "IS", "IT", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PT", "PW", "PY", "QA", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SK", "SL", "SM", "SN", "SO", "SR", "ST", "SV", "SY", "SZ", "TC", "TD", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW"
|
442
|
+
# resp.admin_contact.zip_code #=> String
|
443
|
+
# resp.admin_contact.phone_number #=> String
|
444
|
+
# resp.admin_contact.email #=> String
|
445
|
+
# resp.admin_contact.fax #=> String
|
446
|
+
# resp.admin_contact.extra_params #=> Array
|
447
|
+
# resp.admin_contact.extra_params[0].name #=> String, one of "DUNS_NUMBER", "BRAND_NUMBER", "BIRTH_DEPARTMENT", "BIRTH_DATE_IN_YYYY_MM_DD", "BIRTH_COUNTRY", "BIRTH_CITY", "DOCUMENT_NUMBER", "AU_ID_NUMBER", "AU_ID_TYPE", "CA_LEGAL_TYPE", "CA_BUSINESS_ENTITY_TYPE", "ES_IDENTIFICATION", "ES_IDENTIFICATION_TYPE", "ES_LEGAL_FORM", "FI_BUSINESS_NUMBER", "FI_ID_NUMBER", "IT_PIN", "RU_PASSPORT_DATA", "SE_ID_NUMBER", "SG_ID_NUMBER", "VAT_NUMBER"
|
448
|
+
# resp.admin_contact.extra_params[0].value #=> String
|
449
|
+
# resp.registrant_contact.first_name #=> String
|
450
|
+
# resp.registrant_contact.last_name #=> String
|
451
|
+
# resp.registrant_contact.contact_type #=> String, one of "PERSON", "COMPANY", "ASSOCIATION", "PUBLIC_BODY", "RESELLER"
|
452
|
+
# resp.registrant_contact.organization_name #=> String
|
453
|
+
# resp.registrant_contact.address_line_1 #=> String
|
454
|
+
# resp.registrant_contact.address_line_2 #=> String
|
455
|
+
# resp.registrant_contact.city #=> String
|
456
|
+
# resp.registrant_contact.state #=> String
|
457
|
+
# resp.registrant_contact.country_code #=> String, one of "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AN", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BR", "BS", "BT", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GH", "GI", "GL", "GM", "GN", "GQ", "GR", "GT", "GU", "GW", "GY", "HK", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IQ", "IR", "IS", "IT", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PT", "PW", "PY", "QA", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SK", "SL", "SM", "SN", "SO", "SR", "ST", "SV", "SY", "SZ", "TC", "TD", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW"
|
458
|
+
# resp.registrant_contact.zip_code #=> String
|
459
|
+
# resp.registrant_contact.phone_number #=> String
|
460
|
+
# resp.registrant_contact.email #=> String
|
461
|
+
# resp.registrant_contact.fax #=> String
|
462
|
+
# resp.registrant_contact.extra_params #=> Array
|
463
|
+
# resp.registrant_contact.extra_params[0].name #=> String, one of "DUNS_NUMBER", "BRAND_NUMBER", "BIRTH_DEPARTMENT", "BIRTH_DATE_IN_YYYY_MM_DD", "BIRTH_COUNTRY", "BIRTH_CITY", "DOCUMENT_NUMBER", "AU_ID_NUMBER", "AU_ID_TYPE", "CA_LEGAL_TYPE", "CA_BUSINESS_ENTITY_TYPE", "ES_IDENTIFICATION", "ES_IDENTIFICATION_TYPE", "ES_LEGAL_FORM", "FI_BUSINESS_NUMBER", "FI_ID_NUMBER", "IT_PIN", "RU_PASSPORT_DATA", "SE_ID_NUMBER", "SG_ID_NUMBER", "VAT_NUMBER"
|
464
|
+
# resp.registrant_contact.extra_params[0].value #=> String
|
465
|
+
# resp.tech_contact.first_name #=> String
|
466
|
+
# resp.tech_contact.last_name #=> String
|
467
|
+
# resp.tech_contact.contact_type #=> String, one of "PERSON", "COMPANY", "ASSOCIATION", "PUBLIC_BODY", "RESELLER"
|
468
|
+
# resp.tech_contact.organization_name #=> String
|
469
|
+
# resp.tech_contact.address_line_1 #=> String
|
470
|
+
# resp.tech_contact.address_line_2 #=> String
|
471
|
+
# resp.tech_contact.city #=> String
|
472
|
+
# resp.tech_contact.state #=> String
|
473
|
+
# resp.tech_contact.country_code #=> String, one of "AD", "AE", "AF", "AG", "AI", "AL", "AM", "AN", "AO", "AQ", "AR", "AS", "AT", "AU", "AW", "AZ", "BA", "BB", "BD", "BE", "BF", "BG", "BH", "BI", "BJ", "BL", "BM", "BN", "BO", "BR", "BS", "BT", "BW", "BY", "BZ", "CA", "CC", "CD", "CF", "CG", "CH", "CI", "CK", "CL", "CM", "CN", "CO", "CR", "CU", "CV", "CX", "CY", "CZ", "DE", "DJ", "DK", "DM", "DO", "DZ", "EC", "EE", "EG", "ER", "ES", "ET", "FI", "FJ", "FK", "FM", "FO", "FR", "GA", "GB", "GD", "GE", "GH", "GI", "GL", "GM", "GN", "GQ", "GR", "GT", "GU", "GW", "GY", "HK", "HN", "HR", "HT", "HU", "ID", "IE", "IL", "IM", "IN", "IQ", "IR", "IS", "IT", "JM", "JO", "JP", "KE", "KG", "KH", "KI", "KM", "KN", "KP", "KR", "KW", "KY", "KZ", "LA", "LB", "LC", "LI", "LK", "LR", "LS", "LT", "LU", "LV", "LY", "MA", "MC", "MD", "ME", "MF", "MG", "MH", "MK", "ML", "MM", "MN", "MO", "MP", "MR", "MS", "MT", "MU", "MV", "MW", "MX", "MY", "MZ", "NA", "NC", "NE", "NG", "NI", "NL", "NO", "NP", "NR", "NU", "NZ", "OM", "PA", "PE", "PF", "PG", "PH", "PK", "PL", "PM", "PN", "PR", "PT", "PW", "PY", "QA", "RO", "RS", "RU", "RW", "SA", "SB", "SC", "SD", "SE", "SG", "SH", "SI", "SK", "SL", "SM", "SN", "SO", "SR", "ST", "SV", "SY", "SZ", "TC", "TD", "TG", "TH", "TJ", "TK", "TL", "TM", "TN", "TO", "TR", "TT", "TV", "TW", "TZ", "UA", "UG", "US", "UY", "UZ", "VA", "VC", "VE", "VG", "VI", "VN", "VU", "WF", "WS", "YE", "YT", "ZA", "ZM", "ZW"
|
474
|
+
# resp.tech_contact.zip_code #=> String
|
475
|
+
# resp.tech_contact.phone_number #=> String
|
476
|
+
# resp.tech_contact.email #=> String
|
477
|
+
# resp.tech_contact.fax #=> String
|
478
|
+
# resp.tech_contact.extra_params #=> Array
|
479
|
+
# resp.tech_contact.extra_params[0].name #=> String, one of "DUNS_NUMBER", "BRAND_NUMBER", "BIRTH_DEPARTMENT", "BIRTH_DATE_IN_YYYY_MM_DD", "BIRTH_COUNTRY", "BIRTH_CITY", "DOCUMENT_NUMBER", "AU_ID_NUMBER", "AU_ID_TYPE", "CA_LEGAL_TYPE", "CA_BUSINESS_ENTITY_TYPE", "ES_IDENTIFICATION", "ES_IDENTIFICATION_TYPE", "ES_LEGAL_FORM", "FI_BUSINESS_NUMBER", "FI_ID_NUMBER", "IT_PIN", "RU_PASSPORT_DATA", "SE_ID_NUMBER", "SG_ID_NUMBER", "VAT_NUMBER"
|
480
|
+
# resp.tech_contact.extra_params[0].value #=> String
|
481
|
+
# resp.admin_privacy #=> Boolean
|
482
|
+
# resp.registrant_privacy #=> Boolean
|
483
|
+
# resp.tech_privacy #=> Boolean
|
484
|
+
# resp.registrar_name #=> String
|
485
|
+
# resp.who_is_server #=> String
|
486
|
+
# resp.registrar_url #=> String
|
487
|
+
# resp.abuse_contact_email #=> String
|
488
|
+
# resp.abuse_contact_phone #=> String
|
489
|
+
# resp.registry_domain_id #=> String
|
490
|
+
# resp.creation_date #=> Time
|
491
|
+
# resp.updated_date #=> Time
|
492
|
+
# resp.expiration_date #=> Time
|
493
|
+
# resp.reseller #=> String
|
494
|
+
# resp.dns_sec #=> String
|
495
|
+
# resp.status_list #=> Array
|
496
|
+
# resp.status_list[0] #=> String
|
497
|
+
#
|
498
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetDomainDetail AWS API Documentation
|
499
|
+
#
|
500
|
+
# @overload get_domain_detail(params = {})
|
501
|
+
# @param [Hash] params ({})
|
502
|
+
def get_domain_detail(params = {}, options = {})
|
503
|
+
req = build_request(:get_domain_detail, params)
|
504
|
+
req.send_request(options)
|
505
|
+
end
|
536
506
|
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
507
|
+
# The GetDomainSuggestions operation returns a list of suggested domain
|
508
|
+
# names given a string, which can either be a domain name or simply a
|
509
|
+
# word or phrase (without spaces).
|
510
|
+
#
|
511
|
+
# @option params [required, String] :domain_name
|
512
|
+
# A domain name that you want to use as the basis for a list of possible
|
513
|
+
# domain names. The domain name must contain a top-level domain (TLD),
|
514
|
+
# such as .com, that Amazon Route 53 supports. For a list of TLDs, see
|
515
|
+
# [Domains that You Can Register with Amazon Route 53][1] in the *Amazon
|
516
|
+
# Route 53 Developer Guide*.
|
517
|
+
#
|
518
|
+
#
|
519
|
+
#
|
520
|
+
# [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html
|
521
|
+
#
|
522
|
+
# @option params [required, Integer] :suggestion_count
|
523
|
+
# The number of suggested domain names that you want Amazon Route 53 to
|
524
|
+
# return.
|
525
|
+
#
|
526
|
+
# @option params [required, Boolean] :only_available
|
527
|
+
# If `OnlyAvailable` is `true`, Amazon Route 53 returns only domain
|
528
|
+
# names that are available. If `OnlyAvailable` is `false`, Amazon Route
|
529
|
+
# 53 returns domain names without checking whether they're available to
|
530
|
+
# be registered. To determine whether the domain is available, you can
|
531
|
+
# call `checkDomainAvailability` for each suggestion.
|
532
|
+
#
|
533
|
+
# @return [Types::GetDomainSuggestionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
534
|
+
#
|
535
|
+
# * {Types::GetDomainSuggestionsResponse#suggestions_list #suggestions_list} => Array<Types::DomainSuggestion>
|
536
|
+
#
|
537
|
+
# @example Request syntax with placeholder values
|
538
|
+
#
|
539
|
+
# resp = client.get_domain_suggestions({
|
540
|
+
# domain_name: "DomainName", # required
|
541
|
+
# suggestion_count: 1, # required
|
542
|
+
# only_available: false, # required
|
543
|
+
# })
|
544
|
+
#
|
545
|
+
# @example Response structure
|
546
|
+
#
|
547
|
+
# resp.suggestions_list #=> Array
|
548
|
+
# resp.suggestions_list[0].domain_name #=> String
|
549
|
+
# resp.suggestions_list[0].availability #=> String
|
550
|
+
#
|
551
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetDomainSuggestions AWS API Documentation
|
552
|
+
#
|
553
|
+
# @overload get_domain_suggestions(params = {})
|
554
|
+
# @param [Hash] params ({})
|
555
|
+
def get_domain_suggestions(params = {}, options = {})
|
556
|
+
req = build_request(:get_domain_suggestions, params)
|
557
|
+
req.send_request(options)
|
558
|
+
end
|
576
559
|
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
# @example Response structure
|
618
|
-
# resp.domains #=> Array
|
619
|
-
# resp.domains[0].domain_name #=> String
|
620
|
-
# resp.domains[0].auto_renew #=> Boolean
|
621
|
-
# resp.domains[0].transfer_lock #=> Boolean
|
622
|
-
# resp.domains[0].expiry #=> Time
|
623
|
-
# resp.next_page_marker #=> String
|
624
|
-
# @overload list_domains(params = {})
|
625
|
-
# @param [Hash] params ({})
|
626
|
-
def list_domains(params = {}, options = {})
|
627
|
-
req = build_request(:list_domains, params)
|
628
|
-
req.send_request(options)
|
629
|
-
end
|
560
|
+
# This operation returns the current status of an operation that is not
|
561
|
+
# completed.
|
562
|
+
#
|
563
|
+
# @option params [required, String] :operation_id
|
564
|
+
# The identifier for the operation for which you want to get the status.
|
565
|
+
# Amazon Route 53 returned the identifier in the response to the
|
566
|
+
# original request.
|
567
|
+
#
|
568
|
+
# @return [Types::GetOperationDetailResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
569
|
+
#
|
570
|
+
# * {Types::GetOperationDetailResponse#operation_id #operation_id} => String
|
571
|
+
# * {Types::GetOperationDetailResponse#status #status} => String
|
572
|
+
# * {Types::GetOperationDetailResponse#message #message} => String
|
573
|
+
# * {Types::GetOperationDetailResponse#domain_name #domain_name} => String
|
574
|
+
# * {Types::GetOperationDetailResponse#type #type} => String
|
575
|
+
# * {Types::GetOperationDetailResponse#submitted_date #submitted_date} => Time
|
576
|
+
#
|
577
|
+
# @example Request syntax with placeholder values
|
578
|
+
#
|
579
|
+
# resp = client.get_operation_detail({
|
580
|
+
# operation_id: "OperationId", # required
|
581
|
+
# })
|
582
|
+
#
|
583
|
+
# @example Response structure
|
584
|
+
#
|
585
|
+
# resp.operation_id #=> String
|
586
|
+
# resp.status #=> String, one of "SUBMITTED", "IN_PROGRESS", "ERROR", "SUCCESSFUL", "FAILED"
|
587
|
+
# resp.message #=> String
|
588
|
+
# resp.domain_name #=> String
|
589
|
+
# resp.type #=> String, one of "REGISTER_DOMAIN", "DELETE_DOMAIN", "TRANSFER_IN_DOMAIN", "UPDATE_DOMAIN_CONTACT", "UPDATE_NAMESERVER", "CHANGE_PRIVACY_PROTECTION", "DOMAIN_LOCK"
|
590
|
+
# resp.submitted_date #=> Time
|
591
|
+
#
|
592
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetOperationDetail AWS API Documentation
|
593
|
+
#
|
594
|
+
# @overload get_operation_detail(params = {})
|
595
|
+
# @param [Hash] params ({})
|
596
|
+
def get_operation_detail(params = {}, options = {})
|
597
|
+
req = build_request(:get_operation_detail, params)
|
598
|
+
req.send_request(options)
|
599
|
+
end
|
630
600
|
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
601
|
+
# This operation returns all the domain names registered with Amazon
|
602
|
+
# Route 53 for the current AWS account.
|
603
|
+
#
|
604
|
+
# @option params [String] :marker
|
605
|
+
# For an initial request for a list of domains, omit this element. If
|
606
|
+
# the number of domains that are associated with the current AWS account
|
607
|
+
# is greater than the value that you specified for `MaxItems`, you can
|
608
|
+
# use `Marker` to return additional domains. Get the value of
|
609
|
+
# `NextPageMarker` from the previous response, and submit another
|
610
|
+
# request that includes the value of `NextPageMarker` in the `Marker`
|
611
|
+
# element.
|
612
|
+
#
|
613
|
+
# Constraints: The marker must match the value specified in the previous
|
614
|
+
# request.
|
615
|
+
#
|
616
|
+
# @option params [Integer] :max_items
|
617
|
+
# Number of domains to be returned.
|
618
|
+
#
|
619
|
+
# Default: 20
|
620
|
+
#
|
621
|
+
# @return [Types::ListDomainsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
622
|
+
#
|
623
|
+
# * {Types::ListDomainsResponse#domains #domains} => Array<Types::DomainSummary>
|
624
|
+
# * {Types::ListDomainsResponse#next_page_marker #next_page_marker} => String
|
625
|
+
#
|
626
|
+
# @example Request syntax with placeholder values
|
627
|
+
#
|
628
|
+
# resp = client.list_domains({
|
629
|
+
# marker: "PageMarker",
|
630
|
+
# max_items: 1,
|
631
|
+
# })
|
632
|
+
#
|
633
|
+
# @example Response structure
|
634
|
+
#
|
635
|
+
# resp.domains #=> Array
|
636
|
+
# resp.domains[0].domain_name #=> String
|
637
|
+
# resp.domains[0].auto_renew #=> Boolean
|
638
|
+
# resp.domains[0].transfer_lock #=> Boolean
|
639
|
+
# resp.domains[0].expiry #=> Time
|
640
|
+
# resp.next_page_marker #=> String
|
641
|
+
#
|
642
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListDomains AWS API Documentation
|
643
|
+
#
|
644
|
+
# @overload list_domains(params = {})
|
645
|
+
# @param [Hash] params ({})
|
646
|
+
def list_domains(params = {}, options = {})
|
647
|
+
req = build_request(:list_domains, params)
|
648
|
+
req.send_request(options)
|
649
|
+
end
|
680
650
|
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
651
|
+
# This operation returns the operation IDs of operations that are not
|
652
|
+
# yet complete.
|
653
|
+
#
|
654
|
+
# @option params [String] :marker
|
655
|
+
# For an initial request for a list of operations, omit this element. If
|
656
|
+
# the number of operations that are not yet complete is greater than the
|
657
|
+
# value that you specified for `MaxItems`, you can use `Marker` to
|
658
|
+
# return additional operations. Get the value of `NextPageMarker` from
|
659
|
+
# the previous response, and submit another request that includes the
|
660
|
+
# value of `NextPageMarker` in the `Marker` element.
|
661
|
+
#
|
662
|
+
# @option params [Integer] :max_items
|
663
|
+
# Number of domains to be returned.
|
664
|
+
#
|
665
|
+
# Default: 20
|
666
|
+
#
|
667
|
+
# @return [Types::ListOperationsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
668
|
+
#
|
669
|
+
# * {Types::ListOperationsResponse#operations #operations} => Array<Types::OperationSummary>
|
670
|
+
# * {Types::ListOperationsResponse#next_page_marker #next_page_marker} => String
|
671
|
+
#
|
672
|
+
# @example Request syntax with placeholder values
|
673
|
+
#
|
674
|
+
# resp = client.list_operations({
|
675
|
+
# marker: "PageMarker",
|
676
|
+
# max_items: 1,
|
677
|
+
# })
|
678
|
+
#
|
679
|
+
# @example Response structure
|
680
|
+
#
|
681
|
+
# resp.operations #=> Array
|
682
|
+
# resp.operations[0].operation_id #=> String
|
683
|
+
# resp.operations[0].status #=> String, one of "SUBMITTED", "IN_PROGRESS", "ERROR", "SUCCESSFUL", "FAILED"
|
684
|
+
# resp.operations[0].type #=> String, one of "REGISTER_DOMAIN", "DELETE_DOMAIN", "TRANSFER_IN_DOMAIN", "UPDATE_DOMAIN_CONTACT", "UPDATE_NAMESERVER", "CHANGE_PRIVACY_PROTECTION", "DOMAIN_LOCK"
|
685
|
+
# resp.operations[0].submitted_date #=> Time
|
686
|
+
# resp.next_page_marker #=> String
|
687
|
+
#
|
688
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListOperations AWS API Documentation
|
689
|
+
#
|
690
|
+
# @overload list_operations(params = {})
|
691
|
+
# @param [Hash] params ({})
|
692
|
+
def list_operations(params = {}, options = {})
|
693
|
+
req = build_request(:list_operations, params)
|
694
|
+
req.send_request(options)
|
695
|
+
end
|
707
696
|
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
# Constraints: The domain name can contain only the letters a through z,
|
742
|
-
# the numbers 0 through 9, and hyphen (-). Internationalized Domain
|
743
|
-
# Names are not supported.
|
744
|
-
#
|
745
|
-
# Required: Yes
|
746
|
-
# @option params [String] :idn_lang_code
|
747
|
-
# Reserved for future use.
|
748
|
-
# @option params [required, Integer] :duration_in_years
|
749
|
-
# The number of years the domain will be registered. Domains are
|
750
|
-
# registered for a minimum of one year. The maximum period depends on
|
751
|
-
# the top-level domain.
|
752
|
-
#
|
753
|
-
# Type: Integer
|
754
|
-
#
|
755
|
-
# Default: 1
|
756
|
-
#
|
757
|
-
# Valid values: Integer from 1 to 10
|
758
|
-
#
|
759
|
-
# Required: Yes
|
760
|
-
# @option params [Boolean] :auto_renew
|
761
|
-
# Indicates whether the domain will be automatically renewed (`true`) or
|
762
|
-
# not (`false`). Autorenewal only takes effect after the account is
|
763
|
-
# charged.
|
764
|
-
#
|
765
|
-
# Type: Boolean
|
766
|
-
#
|
767
|
-
# Valid values: `true` \| `false`
|
768
|
-
#
|
769
|
-
# Default: `true`
|
770
|
-
#
|
771
|
-
# Required: No
|
772
|
-
# @option params [required, Types::ContactDetail] :admin_contact
|
773
|
-
# Provides detailed contact information.
|
774
|
-
#
|
775
|
-
# Type: Complex
|
776
|
-
#
|
777
|
-
# Children: `FirstName`, `MiddleName`, `LastName`, `ContactType`,
|
778
|
-
# `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, `State`,
|
779
|
-
# `CountryCode`, `ZipCode`, `PhoneNumber`, `Email`, `Fax`, `ExtraParams`
|
780
|
-
#
|
781
|
-
# Required: Yes
|
782
|
-
# @option params [required, Types::ContactDetail] :registrant_contact
|
783
|
-
# Provides detailed contact information.
|
784
|
-
#
|
785
|
-
# Type: Complex
|
786
|
-
#
|
787
|
-
# Children: `FirstName`, `MiddleName`, `LastName`, `ContactType`,
|
788
|
-
# `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, `State`,
|
789
|
-
# `CountryCode`, `ZipCode`, `PhoneNumber`, `Email`, `Fax`, `ExtraParams`
|
790
|
-
#
|
791
|
-
# Required: Yes
|
792
|
-
# @option params [required, Types::ContactDetail] :tech_contact
|
793
|
-
# Provides detailed contact information.
|
794
|
-
#
|
795
|
-
# Type: Complex
|
796
|
-
#
|
797
|
-
# Children: `FirstName`, `MiddleName`, `LastName`, `ContactType`,
|
798
|
-
# `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, `State`,
|
799
|
-
# `CountryCode`, `ZipCode`, `PhoneNumber`, `Email`, `Fax`, `ExtraParams`
|
800
|
-
#
|
801
|
-
# Required: Yes
|
802
|
-
# @option params [Boolean] :privacy_protect_admin_contact
|
803
|
-
# Whether you want to conceal contact information from WHOIS queries. If
|
804
|
-
# you specify true, WHOIS ("who is") queries will return contact
|
805
|
-
# information for our registrar partner, Gandi, instead of the contact
|
806
|
-
# information that you enter.
|
807
|
-
#
|
808
|
-
# Type: Boolean
|
809
|
-
#
|
810
|
-
# Default: `true`
|
811
|
-
#
|
812
|
-
# Valid values: `true` \| `false`
|
813
|
-
#
|
814
|
-
# Required: No
|
815
|
-
# @option params [Boolean] :privacy_protect_registrant_contact
|
816
|
-
# Whether you want to conceal contact information from WHOIS queries. If
|
817
|
-
# you specify true, WHOIS ("who is") queries will return contact
|
818
|
-
# information for our registrar partner, Gandi, instead of the contact
|
819
|
-
# information that you enter.
|
820
|
-
#
|
821
|
-
# Type: Boolean
|
822
|
-
#
|
823
|
-
# Default: `true`
|
824
|
-
#
|
825
|
-
# Valid values: `true` \| `false`
|
826
|
-
#
|
827
|
-
# Required: No
|
828
|
-
# @option params [Boolean] :privacy_protect_tech_contact
|
829
|
-
# Whether you want to conceal contact information from WHOIS queries. If
|
830
|
-
# you specify true, WHOIS ("who is") queries will return contact
|
831
|
-
# information for our registrar partner, Gandi, instead of the contact
|
832
|
-
# information that you enter.
|
833
|
-
#
|
834
|
-
# Type: Boolean
|
835
|
-
#
|
836
|
-
# Default: `true`
|
837
|
-
#
|
838
|
-
# Valid values: `true` \| `false`
|
839
|
-
#
|
840
|
-
# Required: No
|
841
|
-
# @return [Types::RegisterDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
842
|
-
#
|
843
|
-
# * {Types::RegisterDomainResponse#operation_id #OperationId} => String
|
844
|
-
#
|
845
|
-
# @example Request syntax with placeholder values
|
846
|
-
# resp = client.register_domain({
|
847
|
-
# domain_name: "DomainName", # required
|
848
|
-
# idn_lang_code: "LangCode",
|
849
|
-
# duration_in_years: 1, # required
|
850
|
-
# auto_renew: false,
|
851
|
-
# admin_contact: { # required
|
852
|
-
# first_name: "ContactName",
|
853
|
-
# last_name: "ContactName",
|
854
|
-
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
855
|
-
# organization_name: "ContactName",
|
856
|
-
# address_line_1: "AddressLine",
|
857
|
-
# address_line_2: "AddressLine",
|
858
|
-
# city: "City",
|
859
|
-
# state: "State",
|
860
|
-
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
861
|
-
# zip_code: "ZipCode",
|
862
|
-
# phone_number: "ContactNumber",
|
863
|
-
# email: "Email",
|
864
|
-
# fax: "ContactNumber",
|
865
|
-
# extra_params: [
|
866
|
-
# {
|
867
|
-
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
868
|
-
# value: "ExtraParamValue", # required
|
869
|
-
# },
|
870
|
-
# ],
|
871
|
-
# },
|
872
|
-
# registrant_contact: { # required
|
873
|
-
# first_name: "ContactName",
|
874
|
-
# last_name: "ContactName",
|
875
|
-
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
876
|
-
# organization_name: "ContactName",
|
877
|
-
# address_line_1: "AddressLine",
|
878
|
-
# address_line_2: "AddressLine",
|
879
|
-
# city: "City",
|
880
|
-
# state: "State",
|
881
|
-
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
882
|
-
# zip_code: "ZipCode",
|
883
|
-
# phone_number: "ContactNumber",
|
884
|
-
# email: "Email",
|
885
|
-
# fax: "ContactNumber",
|
886
|
-
# extra_params: [
|
887
|
-
# {
|
888
|
-
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
889
|
-
# value: "ExtraParamValue", # required
|
890
|
-
# },
|
891
|
-
# ],
|
892
|
-
# },
|
893
|
-
# tech_contact: { # required
|
894
|
-
# first_name: "ContactName",
|
895
|
-
# last_name: "ContactName",
|
896
|
-
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
897
|
-
# organization_name: "ContactName",
|
898
|
-
# address_line_1: "AddressLine",
|
899
|
-
# address_line_2: "AddressLine",
|
900
|
-
# city: "City",
|
901
|
-
# state: "State",
|
902
|
-
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
903
|
-
# zip_code: "ZipCode",
|
904
|
-
# phone_number: "ContactNumber",
|
905
|
-
# email: "Email",
|
906
|
-
# fax: "ContactNumber",
|
907
|
-
# extra_params: [
|
908
|
-
# {
|
909
|
-
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
910
|
-
# value: "ExtraParamValue", # required
|
911
|
-
# },
|
912
|
-
# ],
|
913
|
-
# },
|
914
|
-
# privacy_protect_admin_contact: false,
|
915
|
-
# privacy_protect_registrant_contact: false,
|
916
|
-
# privacy_protect_tech_contact: false,
|
917
|
-
# })
|
918
|
-
#
|
919
|
-
# @example Response structure
|
920
|
-
# resp.operation_id #=> String
|
921
|
-
# @overload register_domain(params = {})
|
922
|
-
# @param [Hash] params ({})
|
923
|
-
def register_domain(params = {}, options = {})
|
924
|
-
req = build_request(:register_domain, params)
|
925
|
-
req.send_request(options)
|
926
|
-
end
|
697
|
+
# This operation returns all of the tags that are associated with the
|
698
|
+
# specified domain.
|
699
|
+
#
|
700
|
+
# All tag operations are eventually consistent; subsequent operations
|
701
|
+
# may not immediately represent all issued operations.
|
702
|
+
#
|
703
|
+
# @option params [required, String] :domain_name
|
704
|
+
# The domain for which you want to get a list of tags.
|
705
|
+
#
|
706
|
+
# @return [Types::ListTagsForDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
707
|
+
#
|
708
|
+
# * {Types::ListTagsForDomainResponse#tag_list #tag_list} => Array<Types::Tag>
|
709
|
+
#
|
710
|
+
# @example Request syntax with placeholder values
|
711
|
+
#
|
712
|
+
# resp = client.list_tags_for_domain({
|
713
|
+
# domain_name: "DomainName", # required
|
714
|
+
# })
|
715
|
+
#
|
716
|
+
# @example Response structure
|
717
|
+
#
|
718
|
+
# resp.tag_list #=> Array
|
719
|
+
# resp.tag_list[0].key #=> String
|
720
|
+
# resp.tag_list[0].value #=> String
|
721
|
+
#
|
722
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListTagsForDomain AWS API Documentation
|
723
|
+
#
|
724
|
+
# @overload list_tags_for_domain(params = {})
|
725
|
+
# @param [Hash] params ({})
|
726
|
+
def list_tags_for_domain(params = {}, options = {})
|
727
|
+
req = build_request(:list_tags_for_domain, params)
|
728
|
+
req.send_request(options)
|
729
|
+
end
|
927
730
|
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
731
|
+
# This operation registers a domain. Domains are registered by the AWS
|
732
|
+
# registrar partner, Gandi. For some top-level domains (TLDs), this
|
733
|
+
# operation requires extra parameters.
|
734
|
+
#
|
735
|
+
# When you register a domain, Amazon Route 53 does the following:
|
736
|
+
#
|
737
|
+
# * Creates a Amazon Route 53 hosted zone that has the same name as the
|
738
|
+
# domain. Amazon Route 53 assigns four name servers to your hosted
|
739
|
+
# zone and automatically updates your domain registration with the
|
740
|
+
# names of these name servers.
|
741
|
+
#
|
742
|
+
# * Enables autorenew, so your domain registration will renew
|
743
|
+
# automatically each year. We'll notify you in advance of the renewal
|
744
|
+
# date so you can choose whether to renew the registration.
|
745
|
+
#
|
746
|
+
# * Optionally enables privacy protection, so WHOIS queries return
|
747
|
+
# contact information for our registrar partner, Gandi, instead of the
|
748
|
+
# information you entered for registrant, admin, and tech contacts.
|
749
|
+
#
|
750
|
+
# * If registration is successful, returns an operation ID that you can
|
751
|
+
# use to track the progress and completion of the action. If the
|
752
|
+
# request is not completed successfully, the domain registrant is
|
753
|
+
# notified by email.
|
754
|
+
#
|
755
|
+
# * Charges your AWS account an amount based on the top-level domain.
|
756
|
+
# For more information, see [Amazon Route 53 Pricing][1].
|
757
|
+
#
|
758
|
+
#
|
759
|
+
#
|
760
|
+
# [1]: http://aws.amazon.com/route53/pricing/
|
761
|
+
#
|
762
|
+
# @option params [required, String] :domain_name
|
763
|
+
# The domain name that you want to register.
|
764
|
+
#
|
765
|
+
# Constraints: The domain name can contain only the letters a through z,
|
766
|
+
# the numbers 0 through 9, and hyphen (-). Internationalized Domain
|
767
|
+
# Names are not supported.
|
768
|
+
#
|
769
|
+
# @option params [String] :idn_lang_code
|
770
|
+
# Reserved for future use.
|
771
|
+
#
|
772
|
+
# @option params [required, Integer] :duration_in_years
|
773
|
+
# The number of years that you want to register the domain for. Domains
|
774
|
+
# are registered for a minimum of one year. The maximum period depends
|
775
|
+
# on the top-level domain. For the range of valid values for your
|
776
|
+
# domain, see [Domains that You Can Register with Amazon Route 53][1] in
|
777
|
+
# the *Amazon Route 53 Developer Guide*.
|
778
|
+
#
|
779
|
+
# Default: 1
|
780
|
+
#
|
781
|
+
#
|
782
|
+
#
|
783
|
+
# [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html
|
784
|
+
#
|
785
|
+
# @option params [Boolean] :auto_renew
|
786
|
+
# Indicates whether the domain will be automatically renewed (`true`) or
|
787
|
+
# not (`false`). Autorenewal only takes effect after the account is
|
788
|
+
# charged.
|
789
|
+
#
|
790
|
+
# Default: `true`
|
791
|
+
#
|
792
|
+
# @option params [required, Types::ContactDetail] :admin_contact
|
793
|
+
# Provides detailed contact information.
|
794
|
+
#
|
795
|
+
# @option params [required, Types::ContactDetail] :registrant_contact
|
796
|
+
# Provides detailed contact information.
|
797
|
+
#
|
798
|
+
# @option params [required, Types::ContactDetail] :tech_contact
|
799
|
+
# Provides detailed contact information.
|
800
|
+
#
|
801
|
+
# @option params [Boolean] :privacy_protect_admin_contact
|
802
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
803
|
+
# you specify `true`, WHOIS ("who is") queries will return contact
|
804
|
+
# information for our registrar partner, Gandi, instead of the contact
|
805
|
+
# information that you enter.
|
806
|
+
#
|
807
|
+
# Default: `true`
|
808
|
+
#
|
809
|
+
# @option params [Boolean] :privacy_protect_registrant_contact
|
810
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
811
|
+
# you specify `true`, WHOIS ("who is") queries will return contact
|
812
|
+
# information for our registrar partner, Gandi, instead of the contact
|
813
|
+
# information that you enter.
|
814
|
+
#
|
815
|
+
# Default: `true`
|
816
|
+
#
|
817
|
+
# @option params [Boolean] :privacy_protect_tech_contact
|
818
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
819
|
+
# you specify `true`, WHOIS ("who is") queries will return contact
|
820
|
+
# information for our registrar partner, Gandi, instead of the contact
|
821
|
+
# information that you enter.
|
822
|
+
#
|
823
|
+
# Default: `true`
|
824
|
+
#
|
825
|
+
# @return [Types::RegisterDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
826
|
+
#
|
827
|
+
# * {Types::RegisterDomainResponse#operation_id #operation_id} => String
|
828
|
+
#
|
829
|
+
# @example Request syntax with placeholder values
|
830
|
+
#
|
831
|
+
# resp = client.register_domain({
|
832
|
+
# domain_name: "DomainName", # required
|
833
|
+
# idn_lang_code: "LangCode",
|
834
|
+
# duration_in_years: 1, # required
|
835
|
+
# auto_renew: false,
|
836
|
+
# admin_contact: { # required
|
837
|
+
# first_name: "ContactName",
|
838
|
+
# last_name: "ContactName",
|
839
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
840
|
+
# organization_name: "ContactName",
|
841
|
+
# address_line_1: "AddressLine",
|
842
|
+
# address_line_2: "AddressLine",
|
843
|
+
# city: "City",
|
844
|
+
# state: "State",
|
845
|
+
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
846
|
+
# zip_code: "ZipCode",
|
847
|
+
# phone_number: "ContactNumber",
|
848
|
+
# email: "Email",
|
849
|
+
# fax: "ContactNumber",
|
850
|
+
# extra_params: [
|
851
|
+
# {
|
852
|
+
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
853
|
+
# value: "ExtraParamValue", # required
|
854
|
+
# },
|
855
|
+
# ],
|
856
|
+
# },
|
857
|
+
# registrant_contact: { # required
|
858
|
+
# first_name: "ContactName",
|
859
|
+
# last_name: "ContactName",
|
860
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
861
|
+
# organization_name: "ContactName",
|
862
|
+
# address_line_1: "AddressLine",
|
863
|
+
# address_line_2: "AddressLine",
|
864
|
+
# city: "City",
|
865
|
+
# state: "State",
|
866
|
+
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
867
|
+
# zip_code: "ZipCode",
|
868
|
+
# phone_number: "ContactNumber",
|
869
|
+
# email: "Email",
|
870
|
+
# fax: "ContactNumber",
|
871
|
+
# extra_params: [
|
872
|
+
# {
|
873
|
+
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
874
|
+
# value: "ExtraParamValue", # required
|
875
|
+
# },
|
876
|
+
# ],
|
877
|
+
# },
|
878
|
+
# tech_contact: { # required
|
879
|
+
# first_name: "ContactName",
|
880
|
+
# last_name: "ContactName",
|
881
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
882
|
+
# organization_name: "ContactName",
|
883
|
+
# address_line_1: "AddressLine",
|
884
|
+
# address_line_2: "AddressLine",
|
885
|
+
# city: "City",
|
886
|
+
# state: "State",
|
887
|
+
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
888
|
+
# zip_code: "ZipCode",
|
889
|
+
# phone_number: "ContactNumber",
|
890
|
+
# email: "Email",
|
891
|
+
# fax: "ContactNumber",
|
892
|
+
# extra_params: [
|
893
|
+
# {
|
894
|
+
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
895
|
+
# value: "ExtraParamValue", # required
|
896
|
+
# },
|
897
|
+
# ],
|
898
|
+
# },
|
899
|
+
# privacy_protect_admin_contact: false,
|
900
|
+
# privacy_protect_registrant_contact: false,
|
901
|
+
# privacy_protect_tech_contact: false,
|
902
|
+
# })
|
903
|
+
#
|
904
|
+
# @example Response structure
|
905
|
+
#
|
906
|
+
# resp.operation_id #=> String
|
907
|
+
#
|
908
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RegisterDomain AWS API Documentation
|
909
|
+
#
|
910
|
+
# @overload register_domain(params = {})
|
911
|
+
# @param [Hash] params ({})
|
912
|
+
def register_domain(params = {}, options = {})
|
913
|
+
req = build_request(:register_domain, params)
|
914
|
+
req.send_request(options)
|
915
|
+
end
|
988
916
|
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
917
|
+
# This operation renews a domain for the specified number of years. The
|
918
|
+
# cost of renewing your domain is billed to your AWS account.
|
919
|
+
#
|
920
|
+
# We recommend that you renew your domain several weeks before the
|
921
|
+
# expiration date. Some TLD registries delete domains before the
|
922
|
+
# expiration date if you haven't renewed far enough in advance. For
|
923
|
+
# more information about renewing domain registration, see [Renewing
|
924
|
+
# Registration for a Domain][1] in the Amazon Route 53 Developer Guide.
|
925
|
+
#
|
926
|
+
#
|
927
|
+
#
|
928
|
+
# [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-renew.html
|
929
|
+
#
|
930
|
+
# @option params [required, String] :domain_name
|
931
|
+
# The name of the domain that you want to renew.
|
932
|
+
#
|
933
|
+
# @option params [Integer] :duration_in_years
|
934
|
+
# The number of years that you want to renew the domain for. The maximum
|
935
|
+
# number of years depends on the top-level domain. For the range of
|
936
|
+
# valid values for your domain, see [Domains that You Can Register with
|
937
|
+
# Amazon Route 53][1] in the *Amazon Route 53 Developer Guide*.
|
938
|
+
#
|
939
|
+
# Default: 1
|
940
|
+
#
|
941
|
+
#
|
942
|
+
#
|
943
|
+
# [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html
|
944
|
+
#
|
945
|
+
# @option params [required, Integer] :current_expiry_year
|
946
|
+
# The year when the registration for the domain is set to expire. This
|
947
|
+
# value must match the current expiration date for the domain.
|
948
|
+
#
|
949
|
+
# @return [Types::RenewDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
950
|
+
#
|
951
|
+
# * {Types::RenewDomainResponse#operation_id #operation_id} => String
|
952
|
+
#
|
953
|
+
# @example Request syntax with placeholder values
|
954
|
+
#
|
955
|
+
# resp = client.renew_domain({
|
956
|
+
# domain_name: "DomainName", # required
|
957
|
+
# duration_in_years: 1,
|
958
|
+
# current_expiry_year: 1, # required
|
959
|
+
# })
|
960
|
+
#
|
961
|
+
# @example Response structure
|
962
|
+
#
|
963
|
+
# resp.operation_id #=> String
|
964
|
+
#
|
965
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RenewDomain AWS API Documentation
|
966
|
+
#
|
967
|
+
# @overload renew_domain(params = {})
|
968
|
+
# @param [Hash] params ({})
|
969
|
+
def renew_domain(params = {}, options = {})
|
970
|
+
req = build_request(:renew_domain, params)
|
971
|
+
req.send_request(options)
|
972
|
+
end
|
1023
973
|
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
974
|
+
# For operations that require confirmation that the email address for
|
975
|
+
# the registrant contact is valid, such as registering a new domain,
|
976
|
+
# this operation resends the confirmation email to the current email
|
977
|
+
# address for the registrant contact.
|
978
|
+
#
|
979
|
+
# @option params [String] :domain_name
|
980
|
+
# The name of the domain for which you want Amazon Route 53 to resend a
|
981
|
+
# confirmation email to the registrant contact.
|
982
|
+
#
|
983
|
+
# @return [Types::ResendContactReachabilityEmailResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
984
|
+
#
|
985
|
+
# * {Types::ResendContactReachabilityEmailResponse#domain_name #domain_name} => String
|
986
|
+
# * {Types::ResendContactReachabilityEmailResponse#email_address #email_address} => String
|
987
|
+
# * {Types::ResendContactReachabilityEmailResponse#is_already_verified #is_already_verified} => Boolean
|
988
|
+
#
|
989
|
+
# @example Request syntax with placeholder values
|
990
|
+
#
|
991
|
+
# resp = client.resend_contact_reachability_email({
|
992
|
+
# domain_name: "DomainName",
|
993
|
+
# })
|
994
|
+
#
|
995
|
+
# @example Response structure
|
996
|
+
#
|
997
|
+
# resp.domain_name #=> String
|
998
|
+
# resp.email_address #=> String
|
999
|
+
# resp.is_already_verified #=> Boolean
|
1000
|
+
#
|
1001
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ResendContactReachabilityEmail AWS API Documentation
|
1002
|
+
#
|
1003
|
+
# @overload resend_contact_reachability_email(params = {})
|
1004
|
+
# @param [Hash] params ({})
|
1005
|
+
def resend_contact_reachability_email(params = {}, options = {})
|
1006
|
+
req = build_request(:resend_contact_reachability_email, params)
|
1007
|
+
req.send_request(options)
|
1008
|
+
end
|
1056
1009
|
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
#
|
1087
|
-
# Type: String
|
1088
|
-
#
|
1089
|
-
# Default: None
|
1090
|
-
#
|
1091
|
-
# Constraints: The domain name can contain only the letters a through z,
|
1092
|
-
# the numbers 0 through 9, and hyphen (-). Internationalized Domain
|
1093
|
-
# Names are not supported.
|
1094
|
-
#
|
1095
|
-
# Required: Yes
|
1096
|
-
# @option params [String] :idn_lang_code
|
1097
|
-
# Reserved for future use.
|
1098
|
-
# @option params [required, Integer] :duration_in_years
|
1099
|
-
# The number of years the domain will be registered. Domains are
|
1100
|
-
# registered for a minimum of one year. The maximum period depends on
|
1101
|
-
# the top-level domain.
|
1102
|
-
#
|
1103
|
-
# Type: Integer
|
1104
|
-
#
|
1105
|
-
# Default: 1
|
1106
|
-
#
|
1107
|
-
# Valid values: Integer from 1 to 10
|
1108
|
-
#
|
1109
|
-
# Required: Yes
|
1110
|
-
# @option params [Array<Types::Nameserver>] :nameservers
|
1111
|
-
# Contains details for the host and glue IP addresses.
|
1112
|
-
#
|
1113
|
-
# Type: Complex
|
1114
|
-
#
|
1115
|
-
# Children: `GlueIps`, `Name`
|
1116
|
-
#
|
1117
|
-
# Required: No
|
1118
|
-
# @option params [String] :auth_code
|
1119
|
-
# The authorization code for the domain. You get this value from the
|
1120
|
-
# current registrar.
|
1121
|
-
#
|
1122
|
-
# Type: String
|
1123
|
-
#
|
1124
|
-
# Required: Yes
|
1125
|
-
# @option params [Boolean] :auto_renew
|
1126
|
-
# Indicates whether the domain will be automatically renewed (true) or
|
1127
|
-
# not (false). Autorenewal only takes effect after the account is
|
1128
|
-
# charged.
|
1129
|
-
#
|
1130
|
-
# Type: Boolean
|
1131
|
-
#
|
1132
|
-
# Valid values: `true` \| `false`
|
1133
|
-
#
|
1134
|
-
# Default: true
|
1135
|
-
#
|
1136
|
-
# Required: No
|
1137
|
-
# @option params [required, Types::ContactDetail] :admin_contact
|
1138
|
-
# Provides detailed contact information.
|
1139
|
-
#
|
1140
|
-
# Type: Complex
|
1141
|
-
#
|
1142
|
-
# Children: `FirstName`, `MiddleName`, `LastName`, `ContactType`,
|
1143
|
-
# `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, `State`,
|
1144
|
-
# `CountryCode`, `ZipCode`, `PhoneNumber`, `Email`, `Fax`, `ExtraParams`
|
1145
|
-
#
|
1146
|
-
# Required: Yes
|
1147
|
-
# @option params [required, Types::ContactDetail] :registrant_contact
|
1148
|
-
# Provides detailed contact information.
|
1149
|
-
#
|
1150
|
-
# Type: Complex
|
1151
|
-
#
|
1152
|
-
# Children: `FirstName`, `MiddleName`, `LastName`, `ContactType`,
|
1153
|
-
# `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, `State`,
|
1154
|
-
# `CountryCode`, `ZipCode`, `PhoneNumber`, `Email`, `Fax`, `ExtraParams`
|
1155
|
-
#
|
1156
|
-
# Required: Yes
|
1157
|
-
# @option params [required, Types::ContactDetail] :tech_contact
|
1158
|
-
# Provides detailed contact information.
|
1159
|
-
#
|
1160
|
-
# Type: Complex
|
1161
|
-
#
|
1162
|
-
# Children: `FirstName`, `MiddleName`, `LastName`, `ContactType`,
|
1163
|
-
# `OrganizationName`, `AddressLine1`, `AddressLine2`, `City`, `State`,
|
1164
|
-
# `CountryCode`, `ZipCode`, `PhoneNumber`, `Email`, `Fax`, `ExtraParams`
|
1165
|
-
#
|
1166
|
-
# Required: Yes
|
1167
|
-
# @option params [Boolean] :privacy_protect_admin_contact
|
1168
|
-
# Whether you want to conceal contact information from WHOIS queries. If
|
1169
|
-
# you specify true, WHOIS ("who is") queries will return contact
|
1170
|
-
# information for our registrar partner, Gandi, instead of the contact
|
1171
|
-
# information that you enter.
|
1172
|
-
#
|
1173
|
-
# Type: Boolean
|
1174
|
-
#
|
1175
|
-
# Default: `true`
|
1176
|
-
#
|
1177
|
-
# Valid values: `true` \| `false`
|
1178
|
-
#
|
1179
|
-
# Required: No
|
1180
|
-
# @option params [Boolean] :privacy_protect_registrant_contact
|
1181
|
-
# Whether you want to conceal contact information from WHOIS queries. If
|
1182
|
-
# you specify true, WHOIS ("who is") queries will return contact
|
1183
|
-
# information for our registrar partner, Gandi, instead of the contact
|
1184
|
-
# information that you enter.
|
1185
|
-
#
|
1186
|
-
# Type: Boolean
|
1187
|
-
#
|
1188
|
-
# Default: `true`
|
1189
|
-
#
|
1190
|
-
# Valid values: `true` \| `false`
|
1191
|
-
#
|
1192
|
-
# Required: No
|
1193
|
-
# @option params [Boolean] :privacy_protect_tech_contact
|
1194
|
-
# Whether you want to conceal contact information from WHOIS queries. If
|
1195
|
-
# you specify true, WHOIS ("who is") queries will return contact
|
1196
|
-
# information for our registrar partner, Gandi, instead of the contact
|
1197
|
-
# information that you enter.
|
1198
|
-
#
|
1199
|
-
# Type: Boolean
|
1200
|
-
#
|
1201
|
-
# Default: `true`
|
1202
|
-
#
|
1203
|
-
# Valid values: `true` \| `false`
|
1204
|
-
#
|
1205
|
-
# Required: No
|
1206
|
-
# @return [Types::TransferDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1207
|
-
#
|
1208
|
-
# * {Types::TransferDomainResponse#operation_id #OperationId} => String
|
1209
|
-
#
|
1210
|
-
# @example Request syntax with placeholder values
|
1211
|
-
# resp = client.transfer_domain({
|
1212
|
-
# domain_name: "DomainName", # required
|
1213
|
-
# idn_lang_code: "LangCode",
|
1214
|
-
# duration_in_years: 1, # required
|
1215
|
-
# nameservers: [
|
1216
|
-
# {
|
1217
|
-
# name: "HostName", # required
|
1218
|
-
# glue_ips: ["GlueIp"],
|
1219
|
-
# },
|
1220
|
-
# ],
|
1221
|
-
# auth_code: "DomainAuthCode",
|
1222
|
-
# auto_renew: false,
|
1223
|
-
# admin_contact: { # required
|
1224
|
-
# first_name: "ContactName",
|
1225
|
-
# last_name: "ContactName",
|
1226
|
-
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1227
|
-
# organization_name: "ContactName",
|
1228
|
-
# address_line_1: "AddressLine",
|
1229
|
-
# address_line_2: "AddressLine",
|
1230
|
-
# city: "City",
|
1231
|
-
# state: "State",
|
1232
|
-
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
1233
|
-
# zip_code: "ZipCode",
|
1234
|
-
# phone_number: "ContactNumber",
|
1235
|
-
# email: "Email",
|
1236
|
-
# fax: "ContactNumber",
|
1237
|
-
# extra_params: [
|
1238
|
-
# {
|
1239
|
-
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
1240
|
-
# value: "ExtraParamValue", # required
|
1241
|
-
# },
|
1242
|
-
# ],
|
1243
|
-
# },
|
1244
|
-
# registrant_contact: { # required
|
1245
|
-
# first_name: "ContactName",
|
1246
|
-
# last_name: "ContactName",
|
1247
|
-
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1248
|
-
# organization_name: "ContactName",
|
1249
|
-
# address_line_1: "AddressLine",
|
1250
|
-
# address_line_2: "AddressLine",
|
1251
|
-
# city: "City",
|
1252
|
-
# state: "State",
|
1253
|
-
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
1254
|
-
# zip_code: "ZipCode",
|
1255
|
-
# phone_number: "ContactNumber",
|
1256
|
-
# email: "Email",
|
1257
|
-
# fax: "ContactNumber",
|
1258
|
-
# extra_params: [
|
1259
|
-
# {
|
1260
|
-
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
1261
|
-
# value: "ExtraParamValue", # required
|
1262
|
-
# },
|
1263
|
-
# ],
|
1264
|
-
# },
|
1265
|
-
# tech_contact: { # required
|
1266
|
-
# first_name: "ContactName",
|
1267
|
-
# last_name: "ContactName",
|
1268
|
-
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1269
|
-
# organization_name: "ContactName",
|
1270
|
-
# address_line_1: "AddressLine",
|
1271
|
-
# address_line_2: "AddressLine",
|
1272
|
-
# city: "City",
|
1273
|
-
# state: "State",
|
1274
|
-
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
1275
|
-
# zip_code: "ZipCode",
|
1276
|
-
# phone_number: "ContactNumber",
|
1277
|
-
# email: "Email",
|
1278
|
-
# fax: "ContactNumber",
|
1279
|
-
# extra_params: [
|
1280
|
-
# {
|
1281
|
-
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
1282
|
-
# value: "ExtraParamValue", # required
|
1283
|
-
# },
|
1284
|
-
# ],
|
1285
|
-
# },
|
1286
|
-
# privacy_protect_admin_contact: false,
|
1287
|
-
# privacy_protect_registrant_contact: false,
|
1288
|
-
# privacy_protect_tech_contact: false,
|
1289
|
-
# })
|
1290
|
-
#
|
1291
|
-
# @example Response structure
|
1292
|
-
# resp.operation_id #=> String
|
1293
|
-
# @overload transfer_domain(params = {})
|
1294
|
-
# @param [Hash] params ({})
|
1295
|
-
def transfer_domain(params = {}, options = {})
|
1296
|
-
req = build_request(:transfer_domain, params)
|
1297
|
-
req.send_request(options)
|
1298
|
-
end
|
1010
|
+
# This operation returns the AuthCode for the domain. To transfer a
|
1011
|
+
# domain to another registrar, you provide this value to the new
|
1012
|
+
# registrar.
|
1013
|
+
#
|
1014
|
+
# @option params [required, String] :domain_name
|
1015
|
+
# The name of the domain that you want to get an authorization code for.
|
1016
|
+
#
|
1017
|
+
# @return [Types::RetrieveDomainAuthCodeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1018
|
+
#
|
1019
|
+
# * {Types::RetrieveDomainAuthCodeResponse#auth_code #auth_code} => String
|
1020
|
+
#
|
1021
|
+
# @example Request syntax with placeholder values
|
1022
|
+
#
|
1023
|
+
# resp = client.retrieve_domain_auth_code({
|
1024
|
+
# domain_name: "DomainName", # required
|
1025
|
+
# })
|
1026
|
+
#
|
1027
|
+
# @example Response structure
|
1028
|
+
#
|
1029
|
+
# resp.auth_code #=> String
|
1030
|
+
#
|
1031
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RetrieveDomainAuthCode AWS API Documentation
|
1032
|
+
#
|
1033
|
+
# @overload retrieve_domain_auth_code(params = {})
|
1034
|
+
# @param [Hash] params ({})
|
1035
|
+
def retrieve_domain_auth_code(params = {}, options = {})
|
1036
|
+
req = build_request(:retrieve_domain_auth_code, params)
|
1037
|
+
req.send_request(options)
|
1038
|
+
end
|
1299
1039
|
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1304
|
-
|
1305
|
-
|
1306
|
-
|
1307
|
-
|
1308
|
-
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1318
|
-
|
1319
|
-
|
1320
|
-
|
1321
|
-
|
1322
|
-
|
1323
|
-
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
|
1331
|
-
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1338
|
-
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1348
|
-
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
1352
|
-
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
-
|
1363
|
-
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
1380
|
-
|
1381
|
-
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
1393
|
-
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
|
1409
|
-
|
1410
|
-
|
1411
|
-
|
1412
|
-
|
1413
|
-
|
1414
|
-
|
1415
|
-
|
1416
|
-
|
1417
|
-
|
1418
|
-
|
1419
|
-
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1427
|
-
|
1428
|
-
|
1429
|
-
|
1040
|
+
# This operation transfers a domain from another registrar to Amazon
|
1041
|
+
# Route 53. When the transfer is complete, the domain is registered with
|
1042
|
+
# the AWS registrar partner, Gandi.
|
1043
|
+
#
|
1044
|
+
# For transfer requirements, a detailed procedure, and information about
|
1045
|
+
# viewing the status of a domain transfer, see [Transferring
|
1046
|
+
# Registration for a Domain to Amazon Route 53][1] in the *Amazon Route
|
1047
|
+
# 53 Developer Guide*.
|
1048
|
+
#
|
1049
|
+
# If the registrar for your domain is also the DNS service provider for
|
1050
|
+
# the domain, we highly recommend that you consider transferring your
|
1051
|
+
# DNS service to Amazon Route 53 or to another DNS service provider
|
1052
|
+
# before you transfer your registration. Some registrars provide free
|
1053
|
+
# DNS service when you purchase a domain registration. When you transfer
|
1054
|
+
# the registration, the previous registrar will not renew your domain
|
1055
|
+
# registration and could end your DNS service at any time.
|
1056
|
+
#
|
1057
|
+
# If the registrar for your domain is also the DNS service provider for
|
1058
|
+
# the domain and you don't transfer DNS service to another provider,
|
1059
|
+
# your website, email, and the web applications associated with the
|
1060
|
+
# domain might become unavailable.
|
1061
|
+
#
|
1062
|
+
# If the transfer is successful, this method returns an operation ID
|
1063
|
+
# that you can use to track the progress and completion of the action.
|
1064
|
+
# If the transfer doesn't complete successfully, the domain registrant
|
1065
|
+
# will be notified by email.
|
1066
|
+
#
|
1067
|
+
#
|
1068
|
+
#
|
1069
|
+
# [1]: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html
|
1070
|
+
#
|
1071
|
+
# @option params [required, String] :domain_name
|
1072
|
+
# The name of the domain that you want to transfer to Amazon Route 53.
|
1073
|
+
#
|
1074
|
+
# Constraints: The domain name can contain only the letters a through z,
|
1075
|
+
# the numbers 0 through 9, and hyphen (-). Internationalized Domain
|
1076
|
+
# Names are not supported.
|
1077
|
+
#
|
1078
|
+
# @option params [String] :idn_lang_code
|
1079
|
+
# Reserved for future use.
|
1080
|
+
#
|
1081
|
+
# @option params [required, Integer] :duration_in_years
|
1082
|
+
# The number of years that you want to register the domain for. Domains
|
1083
|
+
# are registered for a minimum of one year. The maximum period depends
|
1084
|
+
# on the top-level domain.
|
1085
|
+
#
|
1086
|
+
# Default: 1
|
1087
|
+
#
|
1088
|
+
# @option params [Array<Types::Nameserver>] :nameservers
|
1089
|
+
# Contains details for the host and glue IP addresses.
|
1090
|
+
#
|
1091
|
+
# @option params [String] :auth_code
|
1092
|
+
# The authorization code for the domain. You get this value from the
|
1093
|
+
# current registrar.
|
1094
|
+
#
|
1095
|
+
# @option params [Boolean] :auto_renew
|
1096
|
+
# Indicates whether the domain will be automatically renewed (true) or
|
1097
|
+
# not (false). Autorenewal only takes effect after the account is
|
1098
|
+
# charged.
|
1099
|
+
#
|
1100
|
+
# Default: true
|
1101
|
+
#
|
1102
|
+
# @option params [required, Types::ContactDetail] :admin_contact
|
1103
|
+
# Provides detailed contact information.
|
1104
|
+
#
|
1105
|
+
# @option params [required, Types::ContactDetail] :registrant_contact
|
1106
|
+
# Provides detailed contact information.
|
1107
|
+
#
|
1108
|
+
# @option params [required, Types::ContactDetail] :tech_contact
|
1109
|
+
# Provides detailed contact information.
|
1110
|
+
#
|
1111
|
+
# @option params [Boolean] :privacy_protect_admin_contact
|
1112
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
1113
|
+
# you specify `true`, WHOIS ("who is") queries will return contact
|
1114
|
+
# information for our registrar partner, Gandi, instead of the contact
|
1115
|
+
# information that you enter.
|
1116
|
+
#
|
1117
|
+
# Default: `true`
|
1118
|
+
#
|
1119
|
+
# @option params [Boolean] :privacy_protect_registrant_contact
|
1120
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
1121
|
+
# you specify `true`, WHOIS ("who is") queries will return contact
|
1122
|
+
# information for our registrar partner, Gandi, instead of the contact
|
1123
|
+
# information that you enter.
|
1124
|
+
#
|
1125
|
+
# Default: `true`
|
1126
|
+
#
|
1127
|
+
# @option params [Boolean] :privacy_protect_tech_contact
|
1128
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
1129
|
+
# you specify `true`, WHOIS ("who is") queries will return contact
|
1130
|
+
# information for our registrar partner, Gandi, instead of the contact
|
1131
|
+
# information that you enter.
|
1132
|
+
#
|
1133
|
+
# Default: `true`
|
1134
|
+
#
|
1135
|
+
# @return [Types::TransferDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1136
|
+
#
|
1137
|
+
# * {Types::TransferDomainResponse#operation_id #operation_id} => String
|
1138
|
+
#
|
1139
|
+
# @example Request syntax with placeholder values
|
1140
|
+
#
|
1141
|
+
# resp = client.transfer_domain({
|
1142
|
+
# domain_name: "DomainName", # required
|
1143
|
+
# idn_lang_code: "LangCode",
|
1144
|
+
# duration_in_years: 1, # required
|
1145
|
+
# nameservers: [
|
1146
|
+
# {
|
1147
|
+
# name: "HostName", # required
|
1148
|
+
# glue_ips: ["GlueIp"],
|
1149
|
+
# },
|
1150
|
+
# ],
|
1151
|
+
# auth_code: "DomainAuthCode",
|
1152
|
+
# auto_renew: false,
|
1153
|
+
# admin_contact: { # required
|
1154
|
+
# first_name: "ContactName",
|
1155
|
+
# last_name: "ContactName",
|
1156
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1157
|
+
# organization_name: "ContactName",
|
1158
|
+
# address_line_1: "AddressLine",
|
1159
|
+
# address_line_2: "AddressLine",
|
1160
|
+
# city: "City",
|
1161
|
+
# state: "State",
|
1162
|
+
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
1163
|
+
# zip_code: "ZipCode",
|
1164
|
+
# phone_number: "ContactNumber",
|
1165
|
+
# email: "Email",
|
1166
|
+
# fax: "ContactNumber",
|
1167
|
+
# extra_params: [
|
1168
|
+
# {
|
1169
|
+
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
1170
|
+
# value: "ExtraParamValue", # required
|
1171
|
+
# },
|
1172
|
+
# ],
|
1173
|
+
# },
|
1174
|
+
# registrant_contact: { # required
|
1175
|
+
# first_name: "ContactName",
|
1176
|
+
# last_name: "ContactName",
|
1177
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1178
|
+
# organization_name: "ContactName",
|
1179
|
+
# address_line_1: "AddressLine",
|
1180
|
+
# address_line_2: "AddressLine",
|
1181
|
+
# city: "City",
|
1182
|
+
# state: "State",
|
1183
|
+
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
1184
|
+
# zip_code: "ZipCode",
|
1185
|
+
# phone_number: "ContactNumber",
|
1186
|
+
# email: "Email",
|
1187
|
+
# fax: "ContactNumber",
|
1188
|
+
# extra_params: [
|
1189
|
+
# {
|
1190
|
+
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
1191
|
+
# value: "ExtraParamValue", # required
|
1192
|
+
# },
|
1193
|
+
# ],
|
1194
|
+
# },
|
1195
|
+
# tech_contact: { # required
|
1196
|
+
# first_name: "ContactName",
|
1197
|
+
# last_name: "ContactName",
|
1198
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1199
|
+
# organization_name: "ContactName",
|
1200
|
+
# address_line_1: "AddressLine",
|
1201
|
+
# address_line_2: "AddressLine",
|
1202
|
+
# city: "City",
|
1203
|
+
# state: "State",
|
1204
|
+
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
1205
|
+
# zip_code: "ZipCode",
|
1206
|
+
# phone_number: "ContactNumber",
|
1207
|
+
# email: "Email",
|
1208
|
+
# fax: "ContactNumber",
|
1209
|
+
# extra_params: [
|
1210
|
+
# {
|
1211
|
+
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
1212
|
+
# value: "ExtraParamValue", # required
|
1213
|
+
# },
|
1214
|
+
# ],
|
1215
|
+
# },
|
1216
|
+
# privacy_protect_admin_contact: false,
|
1217
|
+
# privacy_protect_registrant_contact: false,
|
1218
|
+
# privacy_protect_tech_contact: false,
|
1219
|
+
# })
|
1220
|
+
#
|
1221
|
+
# @example Response structure
|
1222
|
+
#
|
1223
|
+
# resp.operation_id #=> String
|
1224
|
+
#
|
1225
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/TransferDomain AWS API Documentation
|
1226
|
+
#
|
1227
|
+
# @overload transfer_domain(params = {})
|
1228
|
+
# @param [Hash] params ({})
|
1229
|
+
def transfer_domain(params = {}, options = {})
|
1230
|
+
req = build_request(:transfer_domain, params)
|
1231
|
+
req.send_request(options)
|
1232
|
+
end
|
1430
1233
|
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1441
|
-
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1448
|
-
|
1449
|
-
|
1450
|
-
|
1451
|
-
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1471
|
-
|
1472
|
-
|
1473
|
-
|
1474
|
-
|
1475
|
-
|
1476
|
-
|
1477
|
-
|
1478
|
-
|
1479
|
-
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1483
|
-
|
1484
|
-
|
1485
|
-
|
1486
|
-
|
1487
|
-
|
1488
|
-
|
1489
|
-
|
1490
|
-
|
1491
|
-
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1505
|
-
|
1506
|
-
|
1507
|
-
|
1508
|
-
|
1509
|
-
|
1510
|
-
|
1511
|
-
|
1512
|
-
|
1513
|
-
|
1514
|
-
|
1515
|
-
|
1516
|
-
|
1234
|
+
# This operation updates the contact information for a particular
|
1235
|
+
# domain. Information for at least one contact (registrant,
|
1236
|
+
# administrator, or technical) must be supplied for update.
|
1237
|
+
#
|
1238
|
+
# If the update is successful, this method returns an operation ID that
|
1239
|
+
# you can use to track the progress and completion of the action. If the
|
1240
|
+
# request is not completed successfully, the domain registrant will be
|
1241
|
+
# notified by email.
|
1242
|
+
#
|
1243
|
+
# @option params [required, String] :domain_name
|
1244
|
+
# The name of the domain that you want to update contact information
|
1245
|
+
# for.
|
1246
|
+
#
|
1247
|
+
# @option params [Types::ContactDetail] :admin_contact
|
1248
|
+
# Provides detailed contact information.
|
1249
|
+
#
|
1250
|
+
# @option params [Types::ContactDetail] :registrant_contact
|
1251
|
+
# Provides detailed contact information.
|
1252
|
+
#
|
1253
|
+
# @option params [Types::ContactDetail] :tech_contact
|
1254
|
+
# Provides detailed contact information.
|
1255
|
+
#
|
1256
|
+
# @return [Types::UpdateDomainContactResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1257
|
+
#
|
1258
|
+
# * {Types::UpdateDomainContactResponse#operation_id #operation_id} => String
|
1259
|
+
#
|
1260
|
+
# @example Request syntax with placeholder values
|
1261
|
+
#
|
1262
|
+
# resp = client.update_domain_contact({
|
1263
|
+
# domain_name: "DomainName", # required
|
1264
|
+
# admin_contact: {
|
1265
|
+
# first_name: "ContactName",
|
1266
|
+
# last_name: "ContactName",
|
1267
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1268
|
+
# organization_name: "ContactName",
|
1269
|
+
# address_line_1: "AddressLine",
|
1270
|
+
# address_line_2: "AddressLine",
|
1271
|
+
# city: "City",
|
1272
|
+
# state: "State",
|
1273
|
+
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
1274
|
+
# zip_code: "ZipCode",
|
1275
|
+
# phone_number: "ContactNumber",
|
1276
|
+
# email: "Email",
|
1277
|
+
# fax: "ContactNumber",
|
1278
|
+
# extra_params: [
|
1279
|
+
# {
|
1280
|
+
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
1281
|
+
# value: "ExtraParamValue", # required
|
1282
|
+
# },
|
1283
|
+
# ],
|
1284
|
+
# },
|
1285
|
+
# registrant_contact: {
|
1286
|
+
# first_name: "ContactName",
|
1287
|
+
# last_name: "ContactName",
|
1288
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1289
|
+
# organization_name: "ContactName",
|
1290
|
+
# address_line_1: "AddressLine",
|
1291
|
+
# address_line_2: "AddressLine",
|
1292
|
+
# city: "City",
|
1293
|
+
# state: "State",
|
1294
|
+
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
1295
|
+
# zip_code: "ZipCode",
|
1296
|
+
# phone_number: "ContactNumber",
|
1297
|
+
# email: "Email",
|
1298
|
+
# fax: "ContactNumber",
|
1299
|
+
# extra_params: [
|
1300
|
+
# {
|
1301
|
+
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
1302
|
+
# value: "ExtraParamValue", # required
|
1303
|
+
# },
|
1304
|
+
# ],
|
1305
|
+
# },
|
1306
|
+
# tech_contact: {
|
1307
|
+
# first_name: "ContactName",
|
1308
|
+
# last_name: "ContactName",
|
1309
|
+
# contact_type: "PERSON", # accepts PERSON, COMPANY, ASSOCIATION, PUBLIC_BODY, RESELLER
|
1310
|
+
# organization_name: "ContactName",
|
1311
|
+
# address_line_1: "AddressLine",
|
1312
|
+
# address_line_2: "AddressLine",
|
1313
|
+
# city: "City",
|
1314
|
+
# state: "State",
|
1315
|
+
# country_code: "AD", # accepts AD, AE, AF, AG, AI, AL, AM, AN, AO, AQ, AR, AS, AT, AU, AW, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BR, BS, BT, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GH, GI, GL, GM, GN, GQ, GR, GT, GU, GW, GY, HK, HN, HR, HT, HU, ID, IE, IL, IM, IN, IQ, IR, IS, IT, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PT, PW, PY, QA, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SK, SL, SM, SN, SO, SR, ST, SV, SY, SZ, TC, TD, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW
|
1316
|
+
# zip_code: "ZipCode",
|
1317
|
+
# phone_number: "ContactNumber",
|
1318
|
+
# email: "Email",
|
1319
|
+
# fax: "ContactNumber",
|
1320
|
+
# extra_params: [
|
1321
|
+
# {
|
1322
|
+
# name: "DUNS_NUMBER", # required, accepts DUNS_NUMBER, BRAND_NUMBER, BIRTH_DEPARTMENT, BIRTH_DATE_IN_YYYY_MM_DD, BIRTH_COUNTRY, BIRTH_CITY, DOCUMENT_NUMBER, AU_ID_NUMBER, AU_ID_TYPE, CA_LEGAL_TYPE, CA_BUSINESS_ENTITY_TYPE, ES_IDENTIFICATION, ES_IDENTIFICATION_TYPE, ES_LEGAL_FORM, FI_BUSINESS_NUMBER, FI_ID_NUMBER, IT_PIN, RU_PASSPORT_DATA, SE_ID_NUMBER, SG_ID_NUMBER, VAT_NUMBER
|
1323
|
+
# value: "ExtraParamValue", # required
|
1324
|
+
# },
|
1325
|
+
# ],
|
1326
|
+
# },
|
1327
|
+
# })
|
1328
|
+
#
|
1329
|
+
# @example Response structure
|
1330
|
+
#
|
1331
|
+
# resp.operation_id #=> String
|
1332
|
+
#
|
1333
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainContact AWS API Documentation
|
1334
|
+
#
|
1335
|
+
# @overload update_domain_contact(params = {})
|
1336
|
+
# @param [Hash] params ({})
|
1337
|
+
def update_domain_contact(params = {}, options = {})
|
1338
|
+
req = build_request(:update_domain_contact, params)
|
1339
|
+
req.send_request(options)
|
1340
|
+
end
|
1517
1341
|
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1528
|
-
|
1529
|
-
|
1530
|
-
|
1531
|
-
|
1532
|
-
|
1533
|
-
|
1534
|
-
|
1535
|
-
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1342
|
+
# This operation updates the specified domain contact's privacy
|
1343
|
+
# setting. When the privacy option is enabled, personal information such
|
1344
|
+
# as postal or email address is hidden from the results of a public
|
1345
|
+
# WHOIS query. The privacy services are provided by the AWS registrar,
|
1346
|
+
# Gandi. For more information, see the [Gandi privacy features][1].
|
1347
|
+
#
|
1348
|
+
# This operation only affects the privacy of the specified contact type
|
1349
|
+
# (registrant, administrator, or tech). Successful acceptance returns an
|
1350
|
+
# operation ID that you can use with GetOperationDetail to track the
|
1351
|
+
# progress and completion of the action. If the request is not completed
|
1352
|
+
# successfully, the domain registrant will be notified by email.
|
1353
|
+
#
|
1354
|
+
#
|
1355
|
+
#
|
1356
|
+
# [1]: http://www.gandi.net/domain/whois/?currency=USD&amp;lang=en
|
1357
|
+
#
|
1358
|
+
# @option params [required, String] :domain_name
|
1359
|
+
# The name of the domain that you want to update the privacy setting
|
1360
|
+
# for.
|
1361
|
+
#
|
1362
|
+
# @option params [Boolean] :admin_privacy
|
1363
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
1364
|
+
# you specify `true`, WHOIS ("who is") queries will return contact
|
1365
|
+
# information for our registrar partner, Gandi, instead of the contact
|
1366
|
+
# information that you enter.
|
1367
|
+
#
|
1368
|
+
# @option params [Boolean] :registrant_privacy
|
1369
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
1370
|
+
# you specify `true`, WHOIS ("who is") queries will return contact
|
1371
|
+
# information for our registrar partner, Gandi, instead of the contact
|
1372
|
+
# information that you enter.
|
1373
|
+
#
|
1374
|
+
# @option params [Boolean] :tech_privacy
|
1375
|
+
# Whether you want to conceal contact information from WHOIS queries. If
|
1376
|
+
# you specify `true`, WHOIS ("who is") queries will return contact
|
1377
|
+
# information for our registrar partner, Gandi, instead of the contact
|
1378
|
+
# information that you enter.
|
1379
|
+
#
|
1380
|
+
# @return [Types::UpdateDomainContactPrivacyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1381
|
+
#
|
1382
|
+
# * {Types::UpdateDomainContactPrivacyResponse#operation_id #operation_id} => String
|
1383
|
+
#
|
1384
|
+
# @example Request syntax with placeholder values
|
1385
|
+
#
|
1386
|
+
# resp = client.update_domain_contact_privacy({
|
1387
|
+
# domain_name: "DomainName", # required
|
1388
|
+
# admin_privacy: false,
|
1389
|
+
# registrant_privacy: false,
|
1390
|
+
# tech_privacy: false,
|
1391
|
+
# })
|
1392
|
+
#
|
1393
|
+
# @example Response structure
|
1394
|
+
#
|
1395
|
+
# resp.operation_id #=> String
|
1396
|
+
#
|
1397
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainContactPrivacy AWS API Documentation
|
1398
|
+
#
|
1399
|
+
# @overload update_domain_contact_privacy(params = {})
|
1400
|
+
# @param [Hash] params ({})
|
1401
|
+
def update_domain_contact_privacy(params = {}, options = {})
|
1402
|
+
req = build_request(:update_domain_contact_privacy, params)
|
1403
|
+
req.send_request(options)
|
1404
|
+
end
|
1573
1405
|
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1586
|
-
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
# * Value
|
1623
|
-
#
|
1624
|
-
# The value of a tag.
|
1625
|
-
#
|
1626
|
-
# Type: String
|
1627
|
-
#
|
1628
|
-
# Default: None
|
1629
|
-
#
|
1630
|
-
# Valid values: Unicode characters including alphanumeric, space, and
|
1631
|
-
# ".:/=+\\-@"
|
1632
|
-
#
|
1633
|
-
# Constraints: Each value can be 0-256 characters long.
|
1634
|
-
#
|
1635
|
-
# Required: Yes
|
1636
|
-
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1637
|
-
#
|
1638
|
-
# @example Request syntax with placeholder values
|
1639
|
-
# resp = client.update_tags_for_domain({
|
1640
|
-
# domain_name: "DomainName", # required
|
1641
|
-
# tags_to_update: [
|
1642
|
-
# {
|
1643
|
-
# key: "TagKey",
|
1644
|
-
# value: "TagValue",
|
1645
|
-
# },
|
1646
|
-
# ],
|
1647
|
-
# })
|
1648
|
-
# @overload update_tags_for_domain(params = {})
|
1649
|
-
# @param [Hash] params ({})
|
1650
|
-
def update_tags_for_domain(params = {}, options = {})
|
1651
|
-
req = build_request(:update_tags_for_domain, params)
|
1652
|
-
req.send_request(options)
|
1653
|
-
end
|
1406
|
+
# This operation replaces the current set of name servers for the domain
|
1407
|
+
# with the specified set of name servers. If you use Amazon Route 53 as
|
1408
|
+
# your DNS service, specify the four name servers in the delegation set
|
1409
|
+
# for the hosted zone for the domain.
|
1410
|
+
#
|
1411
|
+
# If successful, this operation returns an operation ID that you can use
|
1412
|
+
# to track the progress and completion of the action. If the request is
|
1413
|
+
# not completed successfully, the domain registrant will be notified by
|
1414
|
+
# email.
|
1415
|
+
#
|
1416
|
+
# @option params [required, String] :domain_name
|
1417
|
+
# The name of the domain that you want to change name servers for.
|
1418
|
+
#
|
1419
|
+
# @option params [String] :fi_auth_key
|
1420
|
+
# The authorization key for .fi domains
|
1421
|
+
#
|
1422
|
+
# @option params [required, Array<Types::Nameserver>] :nameservers
|
1423
|
+
# A list of new name servers for the domain.
|
1424
|
+
#
|
1425
|
+
# @return [Types::UpdateDomainNameserversResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1426
|
+
#
|
1427
|
+
# * {Types::UpdateDomainNameserversResponse#operation_id #operation_id} => String
|
1428
|
+
#
|
1429
|
+
# @example Request syntax with placeholder values
|
1430
|
+
#
|
1431
|
+
# resp = client.update_domain_nameservers({
|
1432
|
+
# domain_name: "DomainName", # required
|
1433
|
+
# fi_auth_key: "FIAuthKey",
|
1434
|
+
# nameservers: [ # required
|
1435
|
+
# {
|
1436
|
+
# name: "HostName", # required
|
1437
|
+
# glue_ips: ["GlueIp"],
|
1438
|
+
# },
|
1439
|
+
# ],
|
1440
|
+
# })
|
1441
|
+
#
|
1442
|
+
# @example Response structure
|
1443
|
+
#
|
1444
|
+
# resp.operation_id #=> String
|
1445
|
+
#
|
1446
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainNameservers AWS API Documentation
|
1447
|
+
#
|
1448
|
+
# @overload update_domain_nameservers(params = {})
|
1449
|
+
# @param [Hash] params ({})
|
1450
|
+
def update_domain_nameservers(params = {}, options = {})
|
1451
|
+
req = build_request(:update_domain_nameservers, params)
|
1452
|
+
req.send_request(options)
|
1453
|
+
end
|
1654
1454
|
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1661
|
-
|
1662
|
-
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
|
1676
|
-
|
1677
|
-
|
1678
|
-
|
1679
|
-
|
1680
|
-
|
1681
|
-
|
1682
|
-
|
1683
|
-
|
1684
|
-
|
1685
|
-
|
1686
|
-
|
1687
|
-
|
1688
|
-
|
1689
|
-
|
1690
|
-
#
|
1691
|
-
# Required: No
|
1692
|
-
# @option params [Integer] :max_items
|
1693
|
-
# The number of billing records to be returned.
|
1694
|
-
#
|
1695
|
-
# Type: Integer
|
1696
|
-
#
|
1697
|
-
# Default: 20
|
1698
|
-
#
|
1699
|
-
# Constraints: A value between 1 and 100.
|
1700
|
-
#
|
1701
|
-
# Required: No
|
1702
|
-
# @return [Types::ViewBillingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1703
|
-
#
|
1704
|
-
# * {Types::ViewBillingResponse#next_page_marker #NextPageMarker} => String
|
1705
|
-
# * {Types::ViewBillingResponse#billing_records #BillingRecords} => Array<Types::BillingRecord>
|
1706
|
-
#
|
1707
|
-
# @example Request syntax with placeholder values
|
1708
|
-
# resp = client.view_billing({
|
1709
|
-
# start: Time.now,
|
1710
|
-
# end: Time.now,
|
1711
|
-
# marker: "PageMarker",
|
1712
|
-
# max_items: 1,
|
1713
|
-
# })
|
1714
|
-
#
|
1715
|
-
# @example Response structure
|
1716
|
-
# resp.next_page_marker #=> String
|
1717
|
-
# resp.billing_records #=> Array
|
1718
|
-
# resp.billing_records[0].domain_name #=> String
|
1719
|
-
# resp.billing_records[0].operation #=> String, one of "REGISTER_DOMAIN", "DELETE_DOMAIN", "TRANSFER_IN_DOMAIN", "UPDATE_DOMAIN_CONTACT", "UPDATE_NAMESERVER", "CHANGE_PRIVACY_PROTECTION", "DOMAIN_LOCK"
|
1720
|
-
# resp.billing_records[0].invoice_id #=> String
|
1721
|
-
# resp.billing_records[0].bill_date #=> Time
|
1722
|
-
# resp.billing_records[0].price #=> Float
|
1723
|
-
# @overload view_billing(params = {})
|
1724
|
-
# @param [Hash] params ({})
|
1725
|
-
def view_billing(params = {}, options = {})
|
1726
|
-
req = build_request(:view_billing, params)
|
1727
|
-
req.send_request(options)
|
1728
|
-
end
|
1455
|
+
# This operation adds or updates tags for a specified domain.
|
1456
|
+
#
|
1457
|
+
# All tag operations are eventually consistent; subsequent operations
|
1458
|
+
# may not immediately represent all issued operations.
|
1459
|
+
#
|
1460
|
+
# @option params [required, String] :domain_name
|
1461
|
+
# The domain for which you want to add or update tags.
|
1462
|
+
#
|
1463
|
+
# @option params [Array<Types::Tag>] :tags_to_update
|
1464
|
+
# A list of the tag keys and values that you want to add or update. If
|
1465
|
+
# you specify a key that already exists, the corresponding value will be
|
1466
|
+
# replaced.
|
1467
|
+
#
|
1468
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1469
|
+
#
|
1470
|
+
# @example Request syntax with placeholder values
|
1471
|
+
#
|
1472
|
+
# resp = client.update_tags_for_domain({
|
1473
|
+
# domain_name: "DomainName", # required
|
1474
|
+
# tags_to_update: [
|
1475
|
+
# {
|
1476
|
+
# key: "TagKey",
|
1477
|
+
# value: "TagValue",
|
1478
|
+
# },
|
1479
|
+
# ],
|
1480
|
+
# })
|
1481
|
+
#
|
1482
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateTagsForDomain AWS API Documentation
|
1483
|
+
#
|
1484
|
+
# @overload update_tags_for_domain(params = {})
|
1485
|
+
# @param [Hash] params ({})
|
1486
|
+
def update_tags_for_domain(params = {}, options = {})
|
1487
|
+
req = build_request(:update_tags_for_domain, params)
|
1488
|
+
req.send_request(options)
|
1489
|
+
end
|
1729
1490
|
|
1730
|
-
|
1491
|
+
# Returns all the domain-related billing records for the current AWS
|
1492
|
+
# account for a specified period
|
1493
|
+
#
|
1494
|
+
# @option params [Time,DateTime,Date,Integer,String] :start
|
1495
|
+
# The beginning date and time for the time period for which you want a
|
1496
|
+
# list of billing records. Specify the date in Unix time format.
|
1497
|
+
#
|
1498
|
+
# @option params [Time,DateTime,Date,Integer,String] :end
|
1499
|
+
# The end date and time for the time period for which you want a list of
|
1500
|
+
# billing records. Specify the date in Unix time format.
|
1501
|
+
#
|
1502
|
+
# @option params [String] :marker
|
1503
|
+
# For an initial request for a list of billing records, omit this
|
1504
|
+
# element. If the number of billing records that are associated with the
|
1505
|
+
# current AWS account during the specified period is greater than the
|
1506
|
+
# value that you specified for `MaxItems`, you can use `Marker` to
|
1507
|
+
# return additional billing records. Get the value of `NextPageMarker`
|
1508
|
+
# from the previous response, and submit another request that includes
|
1509
|
+
# the value of `NextPageMarker` in the `Marker` element.
|
1510
|
+
#
|
1511
|
+
# Constraints: The marker must match the value of `NextPageMarker` that
|
1512
|
+
# was returned in the previous response.
|
1513
|
+
#
|
1514
|
+
# @option params [Integer] :max_items
|
1515
|
+
# The number of billing records to be returned.
|
1516
|
+
#
|
1517
|
+
# Default: 20
|
1518
|
+
#
|
1519
|
+
# @return [Types::ViewBillingResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1520
|
+
#
|
1521
|
+
# * {Types::ViewBillingResponse#next_page_marker #next_page_marker} => String
|
1522
|
+
# * {Types::ViewBillingResponse#billing_records #billing_records} => Array<Types::BillingRecord>
|
1523
|
+
#
|
1524
|
+
# @example Request syntax with placeholder values
|
1525
|
+
#
|
1526
|
+
# resp = client.view_billing({
|
1527
|
+
# start: Time.now,
|
1528
|
+
# end: Time.now,
|
1529
|
+
# marker: "PageMarker",
|
1530
|
+
# max_items: 1,
|
1531
|
+
# })
|
1532
|
+
#
|
1533
|
+
# @example Response structure
|
1534
|
+
#
|
1535
|
+
# resp.next_page_marker #=> String
|
1536
|
+
# resp.billing_records #=> Array
|
1537
|
+
# resp.billing_records[0].domain_name #=> String
|
1538
|
+
# resp.billing_records[0].operation #=> String, one of "REGISTER_DOMAIN", "DELETE_DOMAIN", "TRANSFER_IN_DOMAIN", "UPDATE_DOMAIN_CONTACT", "UPDATE_NAMESERVER", "CHANGE_PRIVACY_PROTECTION", "DOMAIN_LOCK"
|
1539
|
+
# resp.billing_records[0].invoice_id #=> String
|
1540
|
+
# resp.billing_records[0].bill_date #=> Time
|
1541
|
+
# resp.billing_records[0].price #=> Float
|
1542
|
+
#
|
1543
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ViewBilling AWS API Documentation
|
1544
|
+
#
|
1545
|
+
# @overload view_billing(params = {})
|
1546
|
+
# @param [Hash] params ({})
|
1547
|
+
def view_billing(params = {}, options = {})
|
1548
|
+
req = build_request(:view_billing, params)
|
1549
|
+
req.send_request(options)
|
1550
|
+
end
|
1731
1551
|
|
1732
|
-
|
1733
|
-
# @api private
|
1734
|
-
def build_request(operation_name, params = {})
|
1735
|
-
handlers = @handlers.for(operation_name)
|
1736
|
-
context = Seahorse::Client::RequestContext.new(
|
1737
|
-
operation_name: operation_name,
|
1738
|
-
operation: config.api.operation(operation_name),
|
1739
|
-
client: self,
|
1740
|
-
params: params,
|
1741
|
-
config: config)
|
1742
|
-
context[:gem_name] = 'aws-sdk-route53domains'
|
1743
|
-
context[:gem_version] = '1.0.0.rc1'
|
1744
|
-
Seahorse::Client::Request.new(handlers, context)
|
1745
|
-
end
|
1552
|
+
# @!endgroup
|
1746
1553
|
|
1747
|
-
|
1748
|
-
|
1749
|
-
|
1750
|
-
|
1751
|
-
|
1554
|
+
# @param params ({})
|
1555
|
+
# @api private
|
1556
|
+
def build_request(operation_name, params = {})
|
1557
|
+
handlers = @handlers.for(operation_name)
|
1558
|
+
context = Seahorse::Client::RequestContext.new(
|
1559
|
+
operation_name: operation_name,
|
1560
|
+
operation: config.api.operation(operation_name),
|
1561
|
+
client: self,
|
1562
|
+
params: params,
|
1563
|
+
config: config)
|
1564
|
+
context[:gem_name] = 'aws-sdk-route53domains'
|
1565
|
+
context[:gem_version] = '1.0.0.rc2'
|
1566
|
+
Seahorse::Client::Request.new(handlers, context)
|
1567
|
+
end
|
1752
1568
|
|
1753
|
-
|
1569
|
+
# @api private
|
1570
|
+
# @deprecated
|
1571
|
+
def waiter_names
|
1572
|
+
[]
|
1573
|
+
end
|
1754
1574
|
|
1755
|
-
|
1756
|
-
attr_reader :identifier
|
1575
|
+
class << self
|
1757
1576
|
|
1758
|
-
|
1759
|
-
|
1760
|
-
Errors
|
1761
|
-
end
|
1577
|
+
# @api private
|
1578
|
+
attr_reader :identifier
|
1762
1579
|
|
1580
|
+
# @api private
|
1581
|
+
def errors_module
|
1582
|
+
Errors
|
1763
1583
|
end
|
1584
|
+
|
1764
1585
|
end
|
1765
1586
|
end
|
1766
1587
|
end
|