/// <summary> /// 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. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetHomeRegion service method.</param> /// /// <returns>The response from the GetHomeRegion service method, as returned by MigrationHubConfig.</returns> /// <exception cref="Amazon.MigrationHubConfig.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.MigrationHubConfig.Model.InternalServerErrorException"> /// Exception raised when an internal, configuration, or dependency error is encountered. /// </exception> /// <exception cref="Amazon.MigrationHubConfig.Model.InvalidInputException"> /// Exception raised when the provided input violates a policy constraint or is entered /// in the wrong format or data type. /// </exception> /// <exception cref="Amazon.MigrationHubConfig.Model.ServiceUnavailableException"> /// Exception raised when a request fails due to temporary unavailability of the service. /// </exception> /// <exception cref="Amazon.MigrationHubConfig.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/migrationhub-config-2019-06-30/GetHomeRegion">REST API Reference for GetHomeRegion Operation</seealso> public virtual GetHomeRegionResponse GetHomeRegion(GetHomeRegionRequest request) { var options = new InvokeOptions(); options.RequestMarshaller = GetHomeRegionRequestMarshaller.Instance; options.ResponseUnmarshaller = GetHomeRegionResponseUnmarshaller.Instance; return(Invoke <GetHomeRegionResponse>(request, options)); }
/// <summary> /// 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. /// </summary> /// <param name="request">Container for the necessary parameters to execute the GetHomeRegion service method.</param> /// <param name="cancellationToken"> /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// </param> /// /// <returns>The response from the GetHomeRegion service method, as returned by MigrationHubConfig.</returns> /// <exception cref="Amazon.MigrationHubConfig.Model.AccessDeniedException"> /// You do not have sufficient access to perform this action. /// </exception> /// <exception cref="Amazon.MigrationHubConfig.Model.InternalServerErrorException"> /// Exception raised when an internal, configuration, or dependency error is encountered. /// </exception> /// <exception cref="Amazon.MigrationHubConfig.Model.InvalidInputException"> /// Exception raised when the provided input violates a policy constraint or is entered /// in the wrong format or data type. /// </exception> /// <exception cref="Amazon.MigrationHubConfig.Model.ServiceUnavailableException"> /// Exception raised when a request fails due to temporary unavailability of the service. /// </exception> /// <exception cref="Amazon.MigrationHubConfig.Model.ThrottlingException"> /// The request was denied due to request throttling. /// </exception> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/migrationhub-config-2019-06-30/GetHomeRegion">REST API Reference for GetHomeRegion Operation</seealso> public virtual Task <GetHomeRegionResponse> GetHomeRegionAsync(GetHomeRegionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)) { var options = new InvokeOptions(); options.RequestMarshaller = GetHomeRegionRequestMarshaller.Instance; options.ResponseUnmarshaller = GetHomeRegionResponseUnmarshaller.Instance; return(InvokeAsync <GetHomeRegionResponse>(request, options, cancellationToken)); }
/// <summary> /// Initiates the asynchronous execution of the GetHomeRegion operation. /// </summary> /// /// <param name="request">Container for the necessary parameters to execute the GetHomeRegion operation on AmazonMigrationHubConfigClient.</param> /// <param name="callback">An AsyncCallback delegate that is invoked when the operation completes.</param> /// <param name="state">A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.</param> /// /// <returns>An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetHomeRegion /// operation.</returns> /// <seealso href="http://docs.aws.amazon.com/goto/WebAPI/migrationhub-config-2019-06-30/GetHomeRegion">REST API Reference for GetHomeRegion Operation</seealso> public virtual IAsyncResult BeginGetHomeRegion(GetHomeRegionRequest request, AsyncCallback callback, object state) { var options = new InvokeOptions(); options.RequestMarshaller = GetHomeRegionRequestMarshaller.Instance; options.ResponseUnmarshaller = GetHomeRegionResponseUnmarshaller.Instance; return(BeginInvoke(request, options, callback, state)); }