aws-sdk-core 2.2.37 → 2.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/opsworks/2013-02-18/api-2.json +4 -1
- data/apis/route53domains/2014-05-15/api-2.json +128 -305
- data/endpoints.json +1346 -61
- data/lib/aws-sdk-core.rb +55 -0
- data/lib/aws-sdk-core/api/customizations.rb +21 -0
- data/lib/aws-sdk-core/api/docs/param_formatter.rb +1 -1
- data/lib/aws-sdk-core/endpoint_provider.rb +75 -16
- data/lib/aws-sdk-core/partitions.rb +174 -0
- data/lib/aws-sdk-core/partitions/partition.rb +95 -0
- data/lib/aws-sdk-core/partitions/partition_list.rb +60 -0
- data/lib/aws-sdk-core/partitions/region.rb +78 -0
- data/lib/aws-sdk-core/partitions/service.rb +84 -0
- data/lib/aws-sdk-core/plugins/s3_accelerate.rb +73 -0
- data/lib/aws-sdk-core/plugins/stub_responses.rb +1 -1
- data/lib/aws-sdk-core/signers/s3.rb +1 -0
- data/lib/aws-sdk-core/signers/v4.rb +1 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +273 -0
- metadata +9 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d0ebe58103bb2c11dcf47ead1feb2feaa431400
|
4
|
+
data.tar.gz: e72ce2ebee182418f7087738150ef3451b35bb4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc1f89d3e34cc098bcba4c83655fd4f5b15e4cd5115efae3bc87992369b7fe2e13f2651be78c9fe4c68d1aab7c64b50be1c563afc078df59d5da0bbfc00b1e01
|
7
|
+
data.tar.gz: 860f9041371ad36b0f3b7fee2d7c298779671c0ab5bb80d93d2c6df3f288cdb84d0df452e513a93edd8fcac871ddea029c3dfaa31a6c0011dbc2b95862396d9a
|
@@ -1119,6 +1119,7 @@
|
|
1119
1119
|
"StackId":{"shape":"String"},
|
1120
1120
|
"AppId":{"shape":"String"},
|
1121
1121
|
"InstanceIds":{"shape":"Strings"},
|
1122
|
+
"LayerIds":{"shape":"Strings"},
|
1122
1123
|
"Command":{"shape":"DeploymentCommand"},
|
1123
1124
|
"Comment":{"shape":"String"},
|
1124
1125
|
"CustomJson":{"shape":"String"}
|
@@ -1154,7 +1155,8 @@
|
|
1154
1155
|
"BlockDeviceMappings":{"shape":"BlockDeviceMappings"},
|
1155
1156
|
"InstallUpdatesOnBoot":{"shape":"Boolean"},
|
1156
1157
|
"EbsOptimized":{"shape":"Boolean"},
|
1157
|
-
"AgentVersion":{"shape":"String"}
|
1158
|
+
"AgentVersion":{"shape":"String"},
|
1159
|
+
"Tenancy":{"shape":"String"}
|
1158
1160
|
}
|
1159
1161
|
},
|
1160
1162
|
"CreateInstanceResult":{
|
@@ -1830,6 +1832,7 @@
|
|
1830
1832
|
"StackId":{"shape":"String"},
|
1831
1833
|
"Status":{"shape":"String"},
|
1832
1834
|
"SubnetId":{"shape":"String"},
|
1835
|
+
"Tenancy":{"shape":"String"},
|
1833
1836
|
"VirtualizationType":{"shape":"VirtualizationType"}
|
1834
1837
|
}
|
1835
1838
|
},
|
@@ -4,10 +4,10 @@
|
|
4
4
|
"apiVersion":"2014-05-15",
|
5
5
|
"endpointPrefix":"route53domains",
|
6
6
|
"jsonVersion":"1.1",
|
7
|
+
"protocol":"json",
|
7
8
|
"serviceFullName":"Amazon Route 53 Domains",
|
8
9
|
"signatureVersion":"v4",
|
9
|
-
"targetPrefix":"Route53Domains_v20140515"
|
10
|
-
"protocol":"json"
|
10
|
+
"targetPrefix":"Route53Domains_v20140515"
|
11
11
|
},
|
12
12
|
"operations":{
|
13
13
|
"CheckDomainAvailability":{
|
@@ -19,16 +19,8 @@
|
|
19
19
|
"input":{"shape":"CheckDomainAvailabilityRequest"},
|
20
20
|
"output":{"shape":"CheckDomainAvailabilityResponse"},
|
21
21
|
"errors":[
|
22
|
-
{
|
23
|
-
|
24
|
-
"error":{"httpStatusCode":400},
|
25
|
-
"exception":true
|
26
|
-
},
|
27
|
-
{
|
28
|
-
"shape":"UnsupportedTLD",
|
29
|
-
"error":{"httpStatusCode":400},
|
30
|
-
"exception":true
|
31
|
-
}
|
22
|
+
{"shape":"InvalidInput"},
|
23
|
+
{"shape":"UnsupportedTLD"}
|
32
24
|
]
|
33
25
|
},
|
34
26
|
"DeleteTagsForDomain":{
|
@@ -40,21 +32,9 @@
|
|
40
32
|
"input":{"shape":"DeleteTagsForDomainRequest"},
|
41
33
|
"output":{"shape":"DeleteTagsForDomainResponse"},
|
42
34
|
"errors":[
|
43
|
-
{
|
44
|
-
|
45
|
-
|
46
|
-
"exception":true
|
47
|
-
},
|
48
|
-
{
|
49
|
-
"shape":"OperationLimitExceeded",
|
50
|
-
"error":{"httpStatusCode":400},
|
51
|
-
"exception":true
|
52
|
-
},
|
53
|
-
{
|
54
|
-
"shape":"UnsupportedTLD",
|
55
|
-
"error":{"httpStatusCode":400},
|
56
|
-
"exception":true
|
57
|
-
}
|
35
|
+
{"shape":"InvalidInput"},
|
36
|
+
{"shape":"OperationLimitExceeded"},
|
37
|
+
{"shape":"UnsupportedTLD"}
|
58
38
|
]
|
59
39
|
},
|
60
40
|
"DisableDomainAutoRenew":{
|
@@ -66,16 +46,8 @@
|
|
66
46
|
"input":{"shape":"DisableDomainAutoRenewRequest"},
|
67
47
|
"output":{"shape":"DisableDomainAutoRenewResponse"},
|
68
48
|
"errors":[
|
69
|
-
{
|
70
|
-
|
71
|
-
"error":{"httpStatusCode":400},
|
72
|
-
"exception":true
|
73
|
-
},
|
74
|
-
{
|
75
|
-
"shape":"UnsupportedTLD",
|
76
|
-
"error":{"httpStatusCode":400},
|
77
|
-
"exception":true
|
78
|
-
}
|
49
|
+
{"shape":"InvalidInput"},
|
50
|
+
{"shape":"UnsupportedTLD"}
|
79
51
|
]
|
80
52
|
},
|
81
53
|
"DisableDomainTransferLock":{
|
@@ -87,31 +59,11 @@
|
|
87
59
|
"input":{"shape":"DisableDomainTransferLockRequest"},
|
88
60
|
"output":{"shape":"DisableDomainTransferLockResponse"},
|
89
61
|
"errors":[
|
90
|
-
{
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
}
|
95
|
-
{
|
96
|
-
"shape":"DuplicateRequest",
|
97
|
-
"error":{"httpStatusCode":400},
|
98
|
-
"exception":true
|
99
|
-
},
|
100
|
-
{
|
101
|
-
"shape":"TLDRulesViolation",
|
102
|
-
"error":{"httpStatusCode":400},
|
103
|
-
"exception":true
|
104
|
-
},
|
105
|
-
{
|
106
|
-
"shape":"OperationLimitExceeded",
|
107
|
-
"error":{"httpStatusCode":400},
|
108
|
-
"exception":true
|
109
|
-
},
|
110
|
-
{
|
111
|
-
"shape":"UnsupportedTLD",
|
112
|
-
"error":{"httpStatusCode":400},
|
113
|
-
"exception":true
|
114
|
-
}
|
62
|
+
{"shape":"InvalidInput"},
|
63
|
+
{"shape":"DuplicateRequest"},
|
64
|
+
{"shape":"TLDRulesViolation"},
|
65
|
+
{"shape":"OperationLimitExceeded"},
|
66
|
+
{"shape":"UnsupportedTLD"}
|
115
67
|
]
|
116
68
|
},
|
117
69
|
"EnableDomainAutoRenew":{
|
@@ -123,16 +75,9 @@
|
|
123
75
|
"input":{"shape":"EnableDomainAutoRenewRequest"},
|
124
76
|
"output":{"shape":"EnableDomainAutoRenewResponse"},
|
125
77
|
"errors":[
|
126
|
-
{
|
127
|
-
|
128
|
-
|
129
|
-
"exception":true
|
130
|
-
},
|
131
|
-
{
|
132
|
-
"shape":"UnsupportedTLD",
|
133
|
-
"error":{"httpStatusCode":400},
|
134
|
-
"exception":true
|
135
|
-
}
|
78
|
+
{"shape":"InvalidInput"},
|
79
|
+
{"shape":"UnsupportedTLD"},
|
80
|
+
{"shape":"TLDRulesViolation"}
|
136
81
|
]
|
137
82
|
},
|
138
83
|
"EnableDomainTransferLock":{
|
@@ -144,31 +89,25 @@
|
|
144
89
|
"input":{"shape":"EnableDomainTransferLockRequest"},
|
145
90
|
"output":{"shape":"EnableDomainTransferLockResponse"},
|
146
91
|
"errors":[
|
147
|
-
{
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
}
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"shape":"UnsupportedTLD",
|
169
|
-
"error":{"httpStatusCode":400},
|
170
|
-
"exception":true
|
171
|
-
}
|
92
|
+
{"shape":"InvalidInput"},
|
93
|
+
{"shape":"DuplicateRequest"},
|
94
|
+
{"shape":"TLDRulesViolation"},
|
95
|
+
{"shape":"OperationLimitExceeded"},
|
96
|
+
{"shape":"UnsupportedTLD"}
|
97
|
+
]
|
98
|
+
},
|
99
|
+
"GetContactReachabilityStatus":{
|
100
|
+
"name":"GetContactReachabilityStatus",
|
101
|
+
"http":{
|
102
|
+
"method":"POST",
|
103
|
+
"requestUri":"/"
|
104
|
+
},
|
105
|
+
"input":{"shape":"GetContactReachabilityStatusRequest"},
|
106
|
+
"output":{"shape":"GetContactReachabilityStatusResponse"},
|
107
|
+
"errors":[
|
108
|
+
{"shape":"InvalidInput"},
|
109
|
+
{"shape":"OperationLimitExceeded"},
|
110
|
+
{"shape":"UnsupportedTLD"}
|
172
111
|
]
|
173
112
|
},
|
174
113
|
"GetDomainDetail":{
|
@@ -180,16 +119,8 @@
|
|
180
119
|
"input":{"shape":"GetDomainDetailRequest"},
|
181
120
|
"output":{"shape":"GetDomainDetailResponse"},
|
182
121
|
"errors":[
|
183
|
-
{
|
184
|
-
|
185
|
-
"error":{"httpStatusCode":400},
|
186
|
-
"exception":true
|
187
|
-
},
|
188
|
-
{
|
189
|
-
"shape":"UnsupportedTLD",
|
190
|
-
"error":{"httpStatusCode":400},
|
191
|
-
"exception":true
|
192
|
-
}
|
122
|
+
{"shape":"InvalidInput"},
|
123
|
+
{"shape":"UnsupportedTLD"}
|
193
124
|
]
|
194
125
|
},
|
195
126
|
"GetOperationDetail":{
|
@@ -201,11 +132,7 @@
|
|
201
132
|
"input":{"shape":"GetOperationDetailRequest"},
|
202
133
|
"output":{"shape":"GetOperationDetailResponse"},
|
203
134
|
"errors":[
|
204
|
-
{
|
205
|
-
"shape":"InvalidInput",
|
206
|
-
"error":{"httpStatusCode":400},
|
207
|
-
"exception":true
|
208
|
-
}
|
135
|
+
{"shape":"InvalidInput"}
|
209
136
|
]
|
210
137
|
},
|
211
138
|
"ListDomains":{
|
@@ -217,11 +144,7 @@
|
|
217
144
|
"input":{"shape":"ListDomainsRequest"},
|
218
145
|
"output":{"shape":"ListDomainsResponse"},
|
219
146
|
"errors":[
|
220
|
-
{
|
221
|
-
"shape":"InvalidInput",
|
222
|
-
"error":{"httpStatusCode":400},
|
223
|
-
"exception":true
|
224
|
-
}
|
147
|
+
{"shape":"InvalidInput"}
|
225
148
|
]
|
226
149
|
},
|
227
150
|
"ListOperations":{
|
@@ -233,11 +156,7 @@
|
|
233
156
|
"input":{"shape":"ListOperationsRequest"},
|
234
157
|
"output":{"shape":"ListOperationsResponse"},
|
235
158
|
"errors":[
|
236
|
-
{
|
237
|
-
"shape":"InvalidInput",
|
238
|
-
"error":{"httpStatusCode":400},
|
239
|
-
"exception":true
|
240
|
-
}
|
159
|
+
{"shape":"InvalidInput"}
|
241
160
|
]
|
242
161
|
},
|
243
162
|
"ListTagsForDomain":{
|
@@ -249,21 +168,9 @@
|
|
249
168
|
"input":{"shape":"ListTagsForDomainRequest"},
|
250
169
|
"output":{"shape":"ListTagsForDomainResponse"},
|
251
170
|
"errors":[
|
252
|
-
{
|
253
|
-
|
254
|
-
|
255
|
-
"exception":true
|
256
|
-
},
|
257
|
-
{
|
258
|
-
"shape":"OperationLimitExceeded",
|
259
|
-
"error":{"httpStatusCode":400},
|
260
|
-
"exception":true
|
261
|
-
},
|
262
|
-
{
|
263
|
-
"shape":"UnsupportedTLD",
|
264
|
-
"error":{"httpStatusCode":400},
|
265
|
-
"exception":true
|
266
|
-
}
|
171
|
+
{"shape":"InvalidInput"},
|
172
|
+
{"shape":"OperationLimitExceeded"},
|
173
|
+
{"shape":"UnsupportedTLD"}
|
267
174
|
]
|
268
175
|
},
|
269
176
|
"RegisterDomain":{
|
@@ -275,36 +182,26 @@
|
|
275
182
|
"input":{"shape":"RegisterDomainRequest"},
|
276
183
|
"output":{"shape":"RegisterDomainResponse"},
|
277
184
|
"errors":[
|
278
|
-
{
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
},
|
283
|
-
{
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
}
|
298
|
-
{
|
299
|
-
"shape":"DomainLimitExceeded",
|
300
|
-
"error":{"httpStatusCode":400},
|
301
|
-
"exception":true
|
302
|
-
},
|
303
|
-
{
|
304
|
-
"shape":"OperationLimitExceeded",
|
305
|
-
"error":{"httpStatusCode":400},
|
306
|
-
"exception":true
|
307
|
-
}
|
185
|
+
{"shape":"InvalidInput"},
|
186
|
+
{"shape":"UnsupportedTLD"},
|
187
|
+
{"shape":"DuplicateRequest"},
|
188
|
+
{"shape":"TLDRulesViolation"},
|
189
|
+
{"shape":"DomainLimitExceeded"},
|
190
|
+
{"shape":"OperationLimitExceeded"}
|
191
|
+
]
|
192
|
+
},
|
193
|
+
"ResendContactReachabilityEmail":{
|
194
|
+
"name":"ResendContactReachabilityEmail",
|
195
|
+
"http":{
|
196
|
+
"method":"POST",
|
197
|
+
"requestUri":"/"
|
198
|
+
},
|
199
|
+
"input":{"shape":"ResendContactReachabilityEmailRequest"},
|
200
|
+
"output":{"shape":"ResendContactReachabilityEmailResponse"},
|
201
|
+
"errors":[
|
202
|
+
{"shape":"InvalidInput"},
|
203
|
+
{"shape":"OperationLimitExceeded"},
|
204
|
+
{"shape":"UnsupportedTLD"}
|
308
205
|
]
|
309
206
|
},
|
310
207
|
"RetrieveDomainAuthCode":{
|
@@ -316,16 +213,8 @@
|
|
316
213
|
"input":{"shape":"RetrieveDomainAuthCodeRequest"},
|
317
214
|
"output":{"shape":"RetrieveDomainAuthCodeResponse"},
|
318
215
|
"errors":[
|
319
|
-
{
|
320
|
-
|
321
|
-
"error":{"httpStatusCode":400},
|
322
|
-
"exception":true
|
323
|
-
},
|
324
|
-
{
|
325
|
-
"shape":"UnsupportedTLD",
|
326
|
-
"error":{"httpStatusCode":400},
|
327
|
-
"exception":true
|
328
|
-
}
|
216
|
+
{"shape":"InvalidInput"},
|
217
|
+
{"shape":"UnsupportedTLD"}
|
329
218
|
]
|
330
219
|
},
|
331
220
|
"TransferDomain":{
|
@@ -337,36 +226,12 @@
|
|
337
226
|
"input":{"shape":"TransferDomainRequest"},
|
338
227
|
"output":{"shape":"TransferDomainResponse"},
|
339
228
|
"errors":[
|
340
|
-
{
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
},
|
345
|
-
{
|
346
|
-
"shape":"UnsupportedTLD",
|
347
|
-
"error":{"httpStatusCode":400},
|
348
|
-
"exception":true
|
349
|
-
},
|
350
|
-
{
|
351
|
-
"shape":"DuplicateRequest",
|
352
|
-
"error":{"httpStatusCode":400},
|
353
|
-
"exception":true
|
354
|
-
},
|
355
|
-
{
|
356
|
-
"shape":"TLDRulesViolation",
|
357
|
-
"error":{"httpStatusCode":400},
|
358
|
-
"exception":true
|
359
|
-
},
|
360
|
-
{
|
361
|
-
"shape":"DomainLimitExceeded",
|
362
|
-
"error":{"httpStatusCode":400},
|
363
|
-
"exception":true
|
364
|
-
},
|
365
|
-
{
|
366
|
-
"shape":"OperationLimitExceeded",
|
367
|
-
"error":{"httpStatusCode":400},
|
368
|
-
"exception":true
|
369
|
-
}
|
229
|
+
{"shape":"InvalidInput"},
|
230
|
+
{"shape":"UnsupportedTLD"},
|
231
|
+
{"shape":"DuplicateRequest"},
|
232
|
+
{"shape":"TLDRulesViolation"},
|
233
|
+
{"shape":"DomainLimitExceeded"},
|
234
|
+
{"shape":"OperationLimitExceeded"}
|
370
235
|
]
|
371
236
|
},
|
372
237
|
"UpdateDomainContact":{
|
@@ -378,31 +243,11 @@
|
|
378
243
|
"input":{"shape":"UpdateDomainContactRequest"},
|
379
244
|
"output":{"shape":"UpdateDomainContactResponse"},
|
380
245
|
"errors":[
|
381
|
-
{
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
}
|
386
|
-
{
|
387
|
-
"shape":"DuplicateRequest",
|
388
|
-
"error":{"httpStatusCode":400},
|
389
|
-
"exception":true
|
390
|
-
},
|
391
|
-
{
|
392
|
-
"shape":"TLDRulesViolation",
|
393
|
-
"error":{"httpStatusCode":400},
|
394
|
-
"exception":true
|
395
|
-
},
|
396
|
-
{
|
397
|
-
"shape":"OperationLimitExceeded",
|
398
|
-
"error":{"httpStatusCode":400},
|
399
|
-
"exception":true
|
400
|
-
},
|
401
|
-
{
|
402
|
-
"shape":"UnsupportedTLD",
|
403
|
-
"error":{"httpStatusCode":400},
|
404
|
-
"exception":true
|
405
|
-
}
|
246
|
+
{"shape":"InvalidInput"},
|
247
|
+
{"shape":"DuplicateRequest"},
|
248
|
+
{"shape":"TLDRulesViolation"},
|
249
|
+
{"shape":"OperationLimitExceeded"},
|
250
|
+
{"shape":"UnsupportedTLD"}
|
406
251
|
]
|
407
252
|
},
|
408
253
|
"UpdateDomainContactPrivacy":{
|
@@ -414,31 +259,11 @@
|
|
414
259
|
"input":{"shape":"UpdateDomainContactPrivacyRequest"},
|
415
260
|
"output":{"shape":"UpdateDomainContactPrivacyResponse"},
|
416
261
|
"errors":[
|
417
|
-
{
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
}
|
422
|
-
{
|
423
|
-
"shape":"DuplicateRequest",
|
424
|
-
"error":{"httpStatusCode":400},
|
425
|
-
"exception":true
|
426
|
-
},
|
427
|
-
{
|
428
|
-
"shape":"TLDRulesViolation",
|
429
|
-
"error":{"httpStatusCode":400},
|
430
|
-
"exception":true
|
431
|
-
},
|
432
|
-
{
|
433
|
-
"shape":"OperationLimitExceeded",
|
434
|
-
"error":{"httpStatusCode":400},
|
435
|
-
"exception":true
|
436
|
-
},
|
437
|
-
{
|
438
|
-
"shape":"UnsupportedTLD",
|
439
|
-
"error":{"httpStatusCode":400},
|
440
|
-
"exception":true
|
441
|
-
}
|
262
|
+
{"shape":"InvalidInput"},
|
263
|
+
{"shape":"DuplicateRequest"},
|
264
|
+
{"shape":"TLDRulesViolation"},
|
265
|
+
{"shape":"OperationLimitExceeded"},
|
266
|
+
{"shape":"UnsupportedTLD"}
|
442
267
|
]
|
443
268
|
},
|
444
269
|
"UpdateDomainNameservers":{
|
@@ -450,31 +275,11 @@
|
|
450
275
|
"input":{"shape":"UpdateDomainNameserversRequest"},
|
451
276
|
"output":{"shape":"UpdateDomainNameserversResponse"},
|
452
277
|
"errors":[
|
453
|
-
{
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
}
|
458
|
-
{
|
459
|
-
"shape":"DuplicateRequest",
|
460
|
-
"error":{"httpStatusCode":400},
|
461
|
-
"exception":true
|
462
|
-
},
|
463
|
-
{
|
464
|
-
"shape":"TLDRulesViolation",
|
465
|
-
"error":{"httpStatusCode":400},
|
466
|
-
"exception":true
|
467
|
-
},
|
468
|
-
{
|
469
|
-
"shape":"OperationLimitExceeded",
|
470
|
-
"error":{"httpStatusCode":400},
|
471
|
-
"exception":true
|
472
|
-
},
|
473
|
-
{
|
474
|
-
"shape":"UnsupportedTLD",
|
475
|
-
"error":{"httpStatusCode":400},
|
476
|
-
"exception":true
|
477
|
-
}
|
278
|
+
{"shape":"InvalidInput"},
|
279
|
+
{"shape":"DuplicateRequest"},
|
280
|
+
{"shape":"TLDRulesViolation"},
|
281
|
+
{"shape":"OperationLimitExceeded"},
|
282
|
+
{"shape":"UnsupportedTLD"}
|
478
283
|
]
|
479
284
|
},
|
480
285
|
"UpdateTagsForDomain":{
|
@@ -486,21 +291,9 @@
|
|
486
291
|
"input":{"shape":"UpdateTagsForDomainRequest"},
|
487
292
|
"output":{"shape":"UpdateTagsForDomainResponse"},
|
488
293
|
"errors":[
|
489
|
-
{
|
490
|
-
|
491
|
-
|
492
|
-
"exception":true
|
493
|
-
},
|
494
|
-
{
|
495
|
-
"shape":"OperationLimitExceeded",
|
496
|
-
"error":{"httpStatusCode":400},
|
497
|
-
"exception":true
|
498
|
-
},
|
499
|
-
{
|
500
|
-
"shape":"UnsupportedTLD",
|
501
|
-
"error":{"httpStatusCode":400},
|
502
|
-
"exception":true
|
503
|
-
}
|
294
|
+
{"shape":"InvalidInput"},
|
295
|
+
{"shape":"OperationLimitExceeded"},
|
296
|
+
{"shape":"UnsupportedTLD"}
|
504
297
|
]
|
505
298
|
}
|
506
299
|
},
|
@@ -867,7 +660,6 @@
|
|
867
660
|
"members":{
|
868
661
|
"message":{"shape":"ErrorMessage"}
|
869
662
|
},
|
870
|
-
"error":{"httpStatusCode":400},
|
871
663
|
"exception":true
|
872
664
|
},
|
873
665
|
"DomainName":{
|
@@ -899,13 +691,12 @@
|
|
899
691
|
"members":{
|
900
692
|
"message":{"shape":"ErrorMessage"}
|
901
693
|
},
|
902
|
-
"error":{"httpStatusCode":400},
|
903
694
|
"exception":true
|
904
695
|
},
|
905
696
|
"DurationInYears":{
|
906
697
|
"type":"integer",
|
907
|
-
"
|
908
|
-
"
|
698
|
+
"max":10,
|
699
|
+
"min":1
|
909
700
|
},
|
910
701
|
"Email":{
|
911
702
|
"type":"string",
|
@@ -966,6 +757,7 @@
|
|
966
757
|
"AU_ID_NUMBER",
|
967
758
|
"AU_ID_TYPE",
|
968
759
|
"CA_LEGAL_TYPE",
|
760
|
+
"CA_BUSINESS_ENTITY_TYPE",
|
969
761
|
"ES_IDENTIFICATION",
|
970
762
|
"ES_IDENTIFICATION_TYPE",
|
971
763
|
"ES_LEGAL_FORM",
|
@@ -983,6 +775,19 @@
|
|
983
775
|
"max":2048
|
984
776
|
},
|
985
777
|
"FIAuthKey":{"type":"string"},
|
778
|
+
"GetContactReachabilityStatusRequest":{
|
779
|
+
"type":"structure",
|
780
|
+
"members":{
|
781
|
+
"domainName":{"shape":"DomainName"}
|
782
|
+
}
|
783
|
+
},
|
784
|
+
"GetContactReachabilityStatusResponse":{
|
785
|
+
"type":"structure",
|
786
|
+
"members":{
|
787
|
+
"domainName":{"shape":"DomainName"},
|
788
|
+
"status":{"shape":"ReachabilityStatus"}
|
789
|
+
}
|
790
|
+
},
|
986
791
|
"GetDomainDetailRequest":{
|
987
792
|
"type":"structure",
|
988
793
|
"required":["DomainName"],
|
@@ -1059,7 +864,6 @@
|
|
1059
864
|
"members":{
|
1060
865
|
"message":{"shape":"ErrorMessage"}
|
1061
866
|
},
|
1062
|
-
"error":{"httpStatusCode":400},
|
1063
867
|
"exception":true
|
1064
868
|
},
|
1065
869
|
"LangCode":{
|
@@ -1131,7 +935,6 @@
|
|
1131
935
|
"members":{
|
1132
936
|
"message":{"shape":"ErrorMessage"}
|
1133
937
|
},
|
1134
|
-
"error":{"httpStatusCode":400},
|
1135
938
|
"exception":true
|
1136
939
|
},
|
1137
940
|
"OperationStatus":{
|
@@ -1183,6 +986,14 @@
|
|
1183
986
|
"type":"integer",
|
1184
987
|
"max":100
|
1185
988
|
},
|
989
|
+
"ReachabilityStatus":{
|
990
|
+
"type":"string",
|
991
|
+
"enum":[
|
992
|
+
"PENDING",
|
993
|
+
"DONE",
|
994
|
+
"EXPIRED"
|
995
|
+
]
|
996
|
+
},
|
1186
997
|
"RegisterDomainRequest":{
|
1187
998
|
"type":"structure",
|
1188
999
|
"required":[
|
@@ -1217,6 +1028,20 @@
|
|
1217
1028
|
"RegistrarWhoIsServer":{"type":"string"},
|
1218
1029
|
"RegistryDomainId":{"type":"string"},
|
1219
1030
|
"Reseller":{"type":"string"},
|
1031
|
+
"ResendContactReachabilityEmailRequest":{
|
1032
|
+
"type":"structure",
|
1033
|
+
"members":{
|
1034
|
+
"domainName":{"shape":"DomainName"}
|
1035
|
+
}
|
1036
|
+
},
|
1037
|
+
"ResendContactReachabilityEmailResponse":{
|
1038
|
+
"type":"structure",
|
1039
|
+
"members":{
|
1040
|
+
"domainName":{"shape":"DomainName"},
|
1041
|
+
"emailAddress":{"shape":"Email"},
|
1042
|
+
"isAlreadyVerified":{"shape":"Boolean"}
|
1043
|
+
}
|
1044
|
+
},
|
1220
1045
|
"RetrieveDomainAuthCodeRequest":{
|
1221
1046
|
"type":"structure",
|
1222
1047
|
"required":["DomainName"],
|
@@ -1240,7 +1065,6 @@
|
|
1240
1065
|
"members":{
|
1241
1066
|
"message":{"shape":"ErrorMessage"}
|
1242
1067
|
},
|
1243
|
-
"error":{"httpStatusCode":400},
|
1244
1068
|
"exception":true
|
1245
1069
|
},
|
1246
1070
|
"Tag":{
|
@@ -1297,7 +1121,6 @@
|
|
1297
1121
|
"members":{
|
1298
1122
|
"message":{"shape":"ErrorMessage"}
|
1299
1123
|
},
|
1300
|
-
"error":{"httpStatusCode":400},
|
1301
1124
|
"exception":true
|
1302
1125
|
},
|
1303
1126
|
"UpdateDomainContactPrivacyRequest":{
|