|
25 | 25 | {"shape":"InternalServerError"},
|
26 | 26 | {"shape":"ServiceUnavailableException"},
|
27 | 27 | {"shape":"AccessDeniedException"},
|
| 28 | + {"shape":"ThrottlingException"}, |
28 | 29 | {"shape":"DryRunOperation"},
|
29 | 30 | {"shape":"InvalidInputException"}
|
30 | 31 | ],
|
|
42 | 43 | {"shape":"InternalServerError"},
|
43 | 44 | {"shape":"ServiceUnavailableException"},
|
44 | 45 | {"shape":"AccessDeniedException"},
|
| 46 | + {"shape":"ThrottlingException"}, |
45 | 47 | {"shape":"InvalidInputException"}
|
46 | 48 | ],
|
47 |
| - "documentation":"<p>This API permits filtering on the <code>ControlId</code>, <code>HomeRegion</code>, and <code>RegionControlScope</code> fields.</p>" |
| 49 | + "documentation":"<p>This API permits filtering on the <code>ControlId</code> and <code>HomeRegion</code> fields.</p>" |
48 | 50 | },
|
49 | 51 | "GetHomeRegion":{
|
50 | 52 | "name":"GetHomeRegion",
|
|
58 | 60 | {"shape":"InternalServerError"},
|
59 | 61 | {"shape":"ServiceUnavailableException"},
|
60 | 62 | {"shape":"AccessDeniedException"},
|
| 63 | + {"shape":"ThrottlingException"}, |
61 | 64 | {"shape":"InvalidInputException"}
|
62 | 65 | ],
|
63 | 66 | "documentation":"<p>Returns the calling account’s home region, if configured. This API is used by other AWS services to determine the regional endpoint for calling AWS Application Discovery Service and Migration Hub. You must call <code>GetHomeRegion</code> at least once before you call any other AWS Application Discovery Service and AWS Migration Hub APIs, to obtain the account's Migration Hub home region.</p>"
|
|
227 | 230 | "exception":true
|
228 | 231 | },
|
229 | 232 | "RequestedTime":{"type":"timestamp"},
|
| 233 | + "RetryAfterSeconds":{"type":"integer"}, |
230 | 234 | "ServiceUnavailableException":{
|
231 | 235 | "type":"structure",
|
232 | 236 | "members":{
|
|
261 | 265 | "type":"string",
|
262 | 266 | "enum":["ACCOUNT"]
|
263 | 267 | },
|
| 268 | + "ThrottlingException":{ |
| 269 | + "type":"structure", |
| 270 | + "required":["Message"], |
| 271 | + "members":{ |
| 272 | + "Message":{"shape":"ErrorMessage"}, |
| 273 | + "RetryAfterSeconds":{ |
| 274 | + "shape":"RetryAfterSeconds", |
| 275 | + "documentation":"<p>The number of seconds the caller should wait before retrying.</p>" |
| 276 | + } |
| 277 | + }, |
| 278 | + "documentation":"<p>The request was denied due to request throttling.</p>", |
| 279 | + "exception":true |
| 280 | + }, |
264 | 281 | "Token":{
|
265 | 282 | "type":"string",
|
266 | 283 | "max":2048,
|
267 | 284 | "min":0,
|
268 | 285 | "pattern":"^[a-zA-Z0-9\\/\\+\\=]{0,2048}$"
|
269 | 286 | }
|
270 | 287 | },
|
271 |
| - "documentation":"<p>The AWS Migration Hub home region APIs are available specifically for working with your Migration Hub home region. You can use these APIs to determine a home region, as well as to create and work with controls that describe the home region.</p> <p>You can use these APIs within your home region only. If you call these APIs from outside your home region, your calls are rejected, except for the ability to register your agents and connectors. </p> <p> You must call <code>GetHomeRegion</code> at least once before you call any other AWS Application Discovery Service and AWS Migration Hub APIs, to obtain the account's Migration Hub home region.</p> <p>The <code>StartDataCollection</code> API call in AWS Application Discovery Service allows your agents and connectors to begin collecting data that flows directly into the home region, and it will prevent you from enabling data collection information to be sent outside the home region. </p> <p>For specific API usage, see the sections that follow in this AWS Migration Hub Home Region API reference. </p> <note> <p>The Migration Hub Home Region APIs do not support AWS Organizations.</p> </note>" |
| 288 | + "documentation":"<p>The AWS Migration Hub home region APIs are available specifically for working with your Migration Hub home region. You can use these APIs to determine a home region, as well as to create and work with controls that describe the home region.</p> <ul> <li> <p>You must make API calls for write actions (create, notify, associate, disassociate, import, or put) while in your home region, or a <code>HomeRegionNotSetException</code> error is returned.</p> </li> <li> <p>API calls for read actions (list, describe, stop, and delete) are permitted outside of your home region.</p> </li> <li> <p>If you call a write API outside the home region, an <code>InvalidInputException</code> is returned.</p> </li> <li> <p>You can call <code>GetHomeRegion</code> action to obtain the account's Migration Hub home region.</p> </li> </ul> <p>For specific API usage, see the sections that follow in this AWS Migration Hub Home Region API reference. </p>" |
272 | 289 | }
|
0 commit comments