Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5bce8f7

Browse files
committed
API Update for Aws::Route53Domains
`#check_domain_availability` can now return `DONT_KNOW` when adefinitive response has not been received from the registry, such asduring domain registry scheduled maintenance periods. UnsupportedTLDis now a potential error from more Route 53 Domains activities.
1 parent10e57b2 commit5bce8f7

File tree

3 files changed

+71
-5
lines changed

3 files changed

+71
-5
lines changed

‎CHANGELOG.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Route53Domains -`#check_domain_availability` can now return
5+
`DONT_KNOW` when a definitive response has not been received from the
6+
registry, such as during domain registry scheduled maintenance periods.
7+
UnsupportedTLD is now a potential error from more Route 53 Domains activities.
8+
49
* Feature - Aws::CloudWatchLogs - Added support for the`#filter_log_events` API
510
for searching logs within a group.
611

‎aws-sdk-core/apis/route53domains/2014-05-15/api-2.json‎

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"shape":"OperationLimitExceeded",
5050
"error":{"httpStatusCode":400},
5151
"exception":true
52+
},
53+
{
54+
"shape":"UnsupportedTLD",
55+
"error":{"httpStatusCode":400},
56+
"exception":true
5257
}
5358
]
5459
},
@@ -65,6 +70,11 @@
6570
"shape":"InvalidInput",
6671
"error":{"httpStatusCode":400},
6772
"exception":true
73+
},
74+
{
75+
"shape":"UnsupportedTLD",
76+
"error":{"httpStatusCode":400},
77+
"exception":true
6878
}
6979
]
7080
},
@@ -96,6 +106,11 @@
96106
"shape":"OperationLimitExceeded",
97107
"error":{"httpStatusCode":400},
98108
"exception":true
109+
},
110+
{
111+
"shape":"UnsupportedTLD",
112+
"error":{"httpStatusCode":400},
113+
"exception":true
99114
}
100115
]
101116
},
@@ -112,6 +127,11 @@
112127
"shape":"InvalidInput",
113128
"error":{"httpStatusCode":400},
114129
"exception":true
130+
},
131+
{
132+
"shape":"UnsupportedTLD",
133+
"error":{"httpStatusCode":400},
134+
"exception":true
115135
}
116136
]
117137
},
@@ -143,6 +163,11 @@
143163
"shape":"OperationLimitExceeded",
144164
"error":{"httpStatusCode":400},
145165
"exception":true
166+
},
167+
{
168+
"shape":"UnsupportedTLD",
169+
"error":{"httpStatusCode":400},
170+
"exception":true
146171
}
147172
]
148173
},
@@ -159,6 +184,11 @@
159184
"shape":"InvalidInput",
160185
"error":{"httpStatusCode":400},
161186
"exception":true
187+
},
188+
{
189+
"shape":"UnsupportedTLD",
190+
"error":{"httpStatusCode":400},
191+
"exception":true
162192
}
163193
]
164194
},
@@ -228,6 +258,11 @@
228258
"shape":"OperationLimitExceeded",
229259
"error":{"httpStatusCode":400},
230260
"exception":true
261+
},
262+
{
263+
"shape":"UnsupportedTLD",
264+
"error":{"httpStatusCode":400},
265+
"exception":true
231266
}
232267
]
233268
},
@@ -285,6 +320,11 @@
285320
"shape":"InvalidInput",
286321
"error":{"httpStatusCode":400},
287322
"exception":true
323+
},
324+
{
325+
"shape":"UnsupportedTLD",
326+
"error":{"httpStatusCode":400},
327+
"exception":true
288328
}
289329
]
290330
},
@@ -357,6 +397,11 @@
357397
"shape":"OperationLimitExceeded",
358398
"error":{"httpStatusCode":400},
359399
"exception":true
400+
},
401+
{
402+
"shape":"UnsupportedTLD",
403+
"error":{"httpStatusCode":400},
404+
"exception":true
360405
}
361406
]
362407
},
@@ -388,6 +433,11 @@
388433
"shape":"OperationLimitExceeded",
389434
"error":{"httpStatusCode":400},
390435
"exception":true
436+
},
437+
{
438+
"shape":"UnsupportedTLD",
439+
"error":{"httpStatusCode":400},
440+
"exception":true
391441
}
392442
]
393443
},
@@ -419,6 +469,11 @@
419469
"shape":"OperationLimitExceeded",
420470
"error":{"httpStatusCode":400},
421471
"exception":true
472+
},
473+
{
474+
"shape":"UnsupportedTLD",
475+
"error":{"httpStatusCode":400},
476+
"exception":true
422477
}
423478
]
424479
},
@@ -440,6 +495,11 @@
440495
"shape":"OperationLimitExceeded",
441496
"error":{"httpStatusCode":400},
442497
"exception":true
498+
},
499+
{
500+
"shape":"UnsupportedTLD",
501+
"error":{"httpStatusCode":400},
502+
"exception":true
443503
}
444504
]
445505
}
@@ -798,7 +858,8 @@
798858
"UNAVAILABLE",
799859
"UNAVAILABLE_PREMIUM",
800860
"UNAVAILABLE_RESTRICTED",
801-
"RESERVED"
861+
"RESERVED",
862+
"DONT_KNOW"
802863
]
803864
},
804865
"DomainLimitExceeded":{

‎aws-sdk-core/apis/route53domains/2014-05-15/docs-2.json‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"DomainAvailability": {
159159
"base":null,
160160
"refs": {
161-
"CheckDomainAvailabilityResponse$Availability":"<p>Whether the domain name is available for registering.</p> <note> <p>You can only register domains designated as <code>AVAILABLE</code>.</p> </note> <p>Type: String</p> <p>Valid values:</p> <ul> <li> <code>AVAILABLE</code> – The domain name is available.</li> <li> <code>AVAILABLE_RESERVED</code> – The domain name is reserved under specific conditions.</li> <li> <code>AVAILABLE_PREORDER</code> – The domain name is available and can be preordered.</li> <li> <code>UNAVAILABLE</code> – The domain name is not available.</li> <li> <code>UNAVAILABLE_PREMIUM</code> – The domain name is not available.</li> <li> <code>UNAVAILABLE_RESTRICTED</code> – The domain name is forbidden.</li> <li> <code>RESERVED</code> – The domain name has been reserved for another person or organization.</li> </ul>"
161+
"CheckDomainAvailabilityResponse$Availability": "<p>Whether the domain name is available for registering.</p> <note> <p>You can only register domains designated as <code>AVAILABLE</code>.</p> </note> <p>Type: String</p> <p>Valid values:</p> <ul> <li> <code>AVAILABLE</code> – The domain name is available.</li> <li> <code>AVAILABLE_RESERVED</code> – The domain name is reserved under specific conditions.</li> <li> <code>AVAILABLE_PREORDER</code> – The domain name is available and can be preordered.</li> <li> <code>UNAVAILABLE</code> – The domain name is not available.</li> <li> <code>UNAVAILABLE_PREMIUM</code> – The domain name is not available.</li> <li> <code>UNAVAILABLE_RESTRICTED</code> – The domain name is forbidden.</li> <li> <code>RESERVED</code> – The domain name has been reserved for another person or organization.</li> <li> <code>DONT_KNOW</code> – The TLD registry didn't reply with a definitive answer about whether the domain name is available. Amazon Route 53 can return this response for a variety of reasons, for example, the registry is performing maintenance. Try again later.</li> </ul>"
162162
}
163163
},
164164
"DomainLimitExceeded": {
@@ -521,7 +521,7 @@
521521
"TagKey": {
522522
"base":null,
523523
"refs": {
524-
"Tag$Key":"<p>The key (name) of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: A-Z, a-z, 0-9, space,\".:/=+\\-%@\"</p> <p>Constraints: Each key can be 1-128 characters long.</p> <p>Required: Yes</p>",
524+
"Tag$Key":"<p>The key (name) of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: A-Z, a-z, 0-9, space,\".:/=+\\-@\"</p> <p>Constraints: Each key can be 1-128 characters long.</p> <p>Required: Yes</p>",
525525
"TagKeyList$member":null
526526
}
527527
},
@@ -535,13 +535,13 @@
535535
"base":null,
536536
"refs": {
537537
"ListTagsForDomainResponse$TagList":"<p>A list of the tags that are associated with the specified domain.</p> <p>Type: A complex type containing a list of tags</p> <p>Each tag includes the following elements.</p> <ul> <li> <p>Key</p> <p>The key (name) of a tag.</p> <p>Type: String</p> </li> <li> <p>Value</p> <p>The value of a tag.</p> <p>Type: String</p> </li> </ul>",
538-
"UpdateTagsForDomainRequest$TagsToUpdate":"<p>A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.</p> <p>Type: A complex type containing a list of tags</p> <p>Default: None</p> <p>Required: No</p>'&gt; <p>Each tag includes the following elements:</p> <ul> <li> <p>Key</p> <p>The key (name) of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: Unicode characters including alphanumeric, space, and\".:/=+\\-%@\"</p> <p>Constraints: Each key can be 1-128 characters long.</p> <p>Required: Yes</p> </li> <li> <p>Value</p> <p>The value of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: Unicode characters including alphanumeric, space, and\".:/=+\\-%@\"</p> <p>Constraints: Each value can be 0-256 characters long.</p> <p>Required: Yes</p> </li> </ul>"
538+
"UpdateTagsForDomainRequest$TagsToUpdate":"<p>A list of the tag keys and values that you want to add or update. If you specify a key that already exists, the corresponding value will be replaced.</p> <p>Type: A complex type containing a list of tags</p> <p>Default: None</p> <p>Required: No</p>'&gt; <p>Each tag includes the following elements:</p> <ul> <li> <p>Key</p> <p>The key (name) of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: Unicode characters including alphanumeric, space, and\".:/=+\\-@\"</p> <p>Constraints: Each key can be 1-128 characters long.</p> <p>Required: Yes</p> </li> <li> <p>Value</p> <p>The value of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: Unicode characters including alphanumeric, space, and\".:/=+\\-@\"</p> <p>Constraints: Each value can be 0-256 characters long.</p> <p>Required: Yes</p> </li> </ul>"
539539
}
540540
},
541541
"TagValue": {
542542
"base":null,
543543
"refs": {
544-
"Tag$Value":"<p>The value of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: A-Z, a-z, 0-9, space,\".:/=+\\-%@\"</p> <p>Constraints: Each value can be 0-256 characters long.</p> <p>Required: Yes</p>"
544+
"Tag$Value":"<p>The value of a tag.</p> <p>Type: String</p> <p>Default: None</p> <p>Valid values: A-Z, a-z, 0-9, space,\".:/=+\\-@\"</p> <p>Constraints: Each value can be 0-256 characters long.</p> <p>Required: Yes</p>"
545545
}
546546
},
547547
"Timestamp": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp