'2.0', 'service' => '
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.
You must make API calls for write actions (create, notify, associate, disassociate, import, or put) while in your home region, or a HomeRegionNotSetException
error is returned.
API calls for read actions (list, describe, stop, and delete) are permitted outside of your home region.
If you call a write API outside the home region, an InvalidInputException
is returned.
You can call GetHomeRegion
action to obtain the account\'s Migration Hub home region.
For specific API usage, see the sections that follow in this AWS Migration Hub Home Region API reference.
', 'operations' => [ 'CreateHomeRegionControl' => 'This API sets up the home region for the calling account only.
', 'DescribeHomeRegionControls' => 'This API permits filtering on the ControlId
and HomeRegion
fields.
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 GetHomeRegion
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.
You do not have sufficient access to perform this action.
', 'refs' => [], ], 'ControlId' => [ 'base' => NULL, 'refs' => [ 'DescribeHomeRegionControlsRequest$ControlId' => 'The ControlID
is a unique identifier string of your HomeRegionControl
object.
A unique identifier that\'s generated for each home region control. It\'s always a string that begins with "hrc-" followed by 12 lowercase letters and numbers.
', ], ], 'CreateHomeRegionControlRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateHomeRegionControlResult' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHomeRegionControlsMaxResults' => [ 'base' => NULL, 'refs' => [ 'DescribeHomeRegionControlsRequest$MaxResults' => 'The maximum number of filtering results to display per page.
', ], ], 'DescribeHomeRegionControlsRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeHomeRegionControlsResult' => [ 'base' => NULL, 'refs' => [], ], 'DryRun' => [ 'base' => NULL, 'refs' => [ 'CreateHomeRegionControlRequest$DryRun' => 'Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.
', ], ], 'DryRunOperation' => [ 'base' => 'Exception raised to indicate that authorization of an action was successful, when the DryRun
flag is set to true.
The name of the home region of the calling account.
', 'DescribeHomeRegionControlsRequest$HomeRegion' => 'The name of the home region you\'d like to view.
', 'GetHomeRegionResult$HomeRegion' => 'The name of the home region of the calling account.
', 'HomeRegionControl$HomeRegion' => 'The AWS Region that\'s been set as home region. For example, "us-west-2" or "eu-central-1" are valid home regions.
', ], ], 'HomeRegionControl' => [ 'base' => 'A home region control is an object that specifies the home region for an account, with some additional information. It contains a target (always of type ACCOUNT
), an ID, and a time at which the home region was set.
This object is the HomeRegionControl
object that\'s returned by a successful call to CreateHomeRegionControl
.
An array that contains your HomeRegionControl
objects.
Exception raised when an internal, configuration, or dependency error is encountered.
', 'refs' => [], ], 'InvalidInputException' => [ 'base' => 'Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
', 'refs' => [], ], 'RequestedTime' => [ 'base' => NULL, 'refs' => [ 'HomeRegionControl$RequestedTime' => 'A timestamp representing the time when the customer called CreateHomeregionControl
and set the home region for the account.
The number of seconds the caller should wait before retrying.
', ], ], 'ServiceUnavailableException' => [ 'base' => 'Exception raised when a request fails due to temporary unavailability of the service.
', 'refs' => [], ], 'Target' => [ 'base' => 'The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT
. It applies the home region to the current ACCOUNT
.
The account for which this command sets up a home region control. The Target
is always of type ACCOUNT
.
The target parameter specifies the identifier to which the home region is applied, which is always of type ACCOUNT
. It applies the home region to the current ACCOUNT
.
The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT
. It applies the home region to the current ACCOUNT
.
The TargetID
is a 12-character identifier of the ACCOUNT
for which the control was created. (This must be the current account.)
The target type is always an ACCOUNT
.
The request was denied due to request throttling.
', 'refs' => [], ], 'Token' => [ 'base' => NULL, 'refs' => [ 'DescribeHomeRegionControlsRequest$NextToken' => 'If a NextToken
was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken
.
If a NextToken
was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken
.