Awso_migrationhub_config_syncSourceval create_home_region_control :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_migrationhub_config.Values.CreateHomeRegionControlRequest.t ->
(Awso_migrationhub_config.Values.CreateHomeRegionControlResult.t,
Awso_migrationhub_config.Values.CreateHomeRegionControlResult.error)
Result.tval delete_home_region_control :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_migrationhub_config.Values.DeleteHomeRegionControlRequest.t ->
(Awso_migrationhub_config.Values.DeleteHomeRegionControlResult.t,
Awso_migrationhub_config.Values.DeleteHomeRegionControlResult.error)
Result.tval describe_home_region_controls :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_migrationhub_config.Values.DescribeHomeRegionControlsRequest.t ->
(Awso_migrationhub_config.Values.DescribeHomeRegionControlsResult.t,
Awso_migrationhub_config.Values.DescribeHomeRegionControlsResult.error)
Result.tval get_home_region :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_migrationhub_config.Values.GetHomeRegionRequest.t ->
(Awso_migrationhub_config.Values.GetHomeRegionResult.t,
Awso_migrationhub_config.Values.GetHomeRegionResult.error)
Result.tinclude module type of struct include Awso_migrationhub_config.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]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.
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.
You do not have sufficient access to perform this action.
Exception raised when an internal, configuration, or dependency error is encountered.
Exception raised when the provided input violates a policy constraint or is entered in the wrong format or data type.
Exception raised when a request fails due to temporary unavailability of the service.
The request was denied due to request throttling.
module DescribeHomeRegionControlsMaxResults =
Awso_migrationhub_config.Values.DescribeHomeRegionControlsMaxResultsException raised to indicate that authorization of an action was successful, when the DryRun flag is set to true.
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.
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.
module DescribeHomeRegionControlsResult =
Awso_migrationhub_config.Values.DescribeHomeRegionControlsResultThis API permits filtering on the ControlId and HomeRegion fields.
module DescribeHomeRegionControlsRequest =
Awso_migrationhub_config.Values.DescribeHomeRegionControlsRequestThis API permits filtering on the ControlId and HomeRegion fields.
module DeleteHomeRegionControlResult =
Awso_migrationhub_config.Values.DeleteHomeRegionControlResultThis operation deletes the home region configuration for the calling account. The operation does not delete discovery or migration tracking data in the home region.
module DeleteHomeRegionControlRequest =
Awso_migrationhub_config.Values.DeleteHomeRegionControlRequestThis operation deletes the home region configuration for the calling account. The operation does not delete discovery or migration tracking data in the home region.
module CreateHomeRegionControlResult =
Awso_migrationhub_config.Values.CreateHomeRegionControlResultThis API sets up the home region for the calling account only.
module CreateHomeRegionControlRequest =
Awso_migrationhub_config.Values.CreateHomeRegionControlRequestThis API sets up the home region for the calling account only.