/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the migrationhuborchestrator-2021-08-28.normal.json service model. */ using System; using System.Collections.Generic; using Amazon.Runtime; using Amazon.MigrationHubOrchestrator.Model; namespace Amazon.MigrationHubOrchestrator { /// /// Interface for accessing MigrationHubOrchestrator /// /// This API reference provides descriptions, syntax, and other details about each of /// the actions and data types for AWS Migration Hub Orchestrator. he topic for each action /// shows the API request parameters and the response. Alternatively, you can use one /// of the AWS SDKs to access an API that is tailored to the programming language or platform /// that you're using. /// public partial interface IAmazonMigrationHubOrchestrator : IAmazonService, IDisposable { #if BCL45 || AWS_ASYNC_ENUMERABLES_API /// /// Paginators for the service /// IMigrationHubOrchestratorPaginatorFactory Paginators { get; } #endif #region CreateWorkflow /// /// Create a workflow to orchestrate your migrations. /// /// Container for the necessary parameters to execute the CreateWorkflow service method. /// /// The response from the CreateWorkflow service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for CreateWorkflow Operation CreateWorkflowResponse CreateWorkflow(CreateWorkflowRequest request); /// /// Initiates the asynchronous execution of the CreateWorkflow operation. /// /// /// Container for the necessary parameters to execute the CreateWorkflow operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateWorkflow /// operation. /// REST API Reference for CreateWorkflow Operation IAsyncResult BeginCreateWorkflow(CreateWorkflowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateWorkflow operation. /// /// /// The IAsyncResult returned by the call to BeginCreateWorkflow. /// /// Returns a CreateWorkflowResult from MigrationHubOrchestrator. /// REST API Reference for CreateWorkflow Operation CreateWorkflowResponse EndCreateWorkflow(IAsyncResult asyncResult); #endregion #region CreateWorkflowStep /// /// Create a step in the migration workflow. /// /// Container for the necessary parameters to execute the CreateWorkflowStep service method. /// /// The response from the CreateWorkflowStep service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for CreateWorkflowStep Operation CreateWorkflowStepResponse CreateWorkflowStep(CreateWorkflowStepRequest request); /// /// Initiates the asynchronous execution of the CreateWorkflowStep operation. /// /// /// Container for the necessary parameters to execute the CreateWorkflowStep operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateWorkflowStep /// operation. /// REST API Reference for CreateWorkflowStep Operation IAsyncResult BeginCreateWorkflowStep(CreateWorkflowStepRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateWorkflowStep operation. /// /// /// The IAsyncResult returned by the call to BeginCreateWorkflowStep. /// /// Returns a CreateWorkflowStepResult from MigrationHubOrchestrator. /// REST API Reference for CreateWorkflowStep Operation CreateWorkflowStepResponse EndCreateWorkflowStep(IAsyncResult asyncResult); #endregion #region CreateWorkflowStepGroup /// /// Create a step group in a migration workflow. /// /// Container for the necessary parameters to execute the CreateWorkflowStepGroup service method. /// /// The response from the CreateWorkflowStepGroup service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for CreateWorkflowStepGroup Operation CreateWorkflowStepGroupResponse CreateWorkflowStepGroup(CreateWorkflowStepGroupRequest request); /// /// Initiates the asynchronous execution of the CreateWorkflowStepGroup operation. /// /// /// Container for the necessary parameters to execute the CreateWorkflowStepGroup operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateWorkflowStepGroup /// operation. /// REST API Reference for CreateWorkflowStepGroup Operation IAsyncResult BeginCreateWorkflowStepGroup(CreateWorkflowStepGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateWorkflowStepGroup operation. /// /// /// The IAsyncResult returned by the call to BeginCreateWorkflowStepGroup. /// /// Returns a CreateWorkflowStepGroupResult from MigrationHubOrchestrator. /// REST API Reference for CreateWorkflowStepGroup Operation CreateWorkflowStepGroupResponse EndCreateWorkflowStepGroup(IAsyncResult asyncResult); #endregion #region DeleteWorkflow /// /// Delete a migration workflow. You must pause a running workflow in Migration Hub Orchestrator /// console to delete it. /// /// Container for the necessary parameters to execute the DeleteWorkflow service method. /// /// The response from the DeleteWorkflow service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for DeleteWorkflow Operation DeleteWorkflowResponse DeleteWorkflow(DeleteWorkflowRequest request); /// /// Initiates the asynchronous execution of the DeleteWorkflow operation. /// /// /// Container for the necessary parameters to execute the DeleteWorkflow operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteWorkflow /// operation. /// REST API Reference for DeleteWorkflow Operation IAsyncResult BeginDeleteWorkflow(DeleteWorkflowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteWorkflow operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteWorkflow. /// /// Returns a DeleteWorkflowResult from MigrationHubOrchestrator. /// REST API Reference for DeleteWorkflow Operation DeleteWorkflowResponse EndDeleteWorkflow(IAsyncResult asyncResult); #endregion #region DeleteWorkflowStep /// /// Delete a step in a migration workflow. Pause the workflow to delete a running step. /// /// Container for the necessary parameters to execute the DeleteWorkflowStep service method. /// /// The response from the DeleteWorkflowStep service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for DeleteWorkflowStep Operation DeleteWorkflowStepResponse DeleteWorkflowStep(DeleteWorkflowStepRequest request); /// /// Initiates the asynchronous execution of the DeleteWorkflowStep operation. /// /// /// Container for the necessary parameters to execute the DeleteWorkflowStep operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteWorkflowStep /// operation. /// REST API Reference for DeleteWorkflowStep Operation IAsyncResult BeginDeleteWorkflowStep(DeleteWorkflowStepRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteWorkflowStep operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteWorkflowStep. /// /// Returns a DeleteWorkflowStepResult from MigrationHubOrchestrator. /// REST API Reference for DeleteWorkflowStep Operation DeleteWorkflowStepResponse EndDeleteWorkflowStep(IAsyncResult asyncResult); #endregion #region DeleteWorkflowStepGroup /// /// Delete a step group in a migration workflow. /// /// Container for the necessary parameters to execute the DeleteWorkflowStepGroup service method. /// /// The response from the DeleteWorkflowStepGroup service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for DeleteWorkflowStepGroup Operation DeleteWorkflowStepGroupResponse DeleteWorkflowStepGroup(DeleteWorkflowStepGroupRequest request); /// /// Initiates the asynchronous execution of the DeleteWorkflowStepGroup operation. /// /// /// Container for the necessary parameters to execute the DeleteWorkflowStepGroup operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteWorkflowStepGroup /// operation. /// REST API Reference for DeleteWorkflowStepGroup Operation IAsyncResult BeginDeleteWorkflowStepGroup(DeleteWorkflowStepGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteWorkflowStepGroup operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteWorkflowStepGroup. /// /// Returns a DeleteWorkflowStepGroupResult from MigrationHubOrchestrator. /// REST API Reference for DeleteWorkflowStepGroup Operation DeleteWorkflowStepGroupResponse EndDeleteWorkflowStepGroup(IAsyncResult asyncResult); #endregion #region GetTemplate /// /// Get the template you want to use for creating a migration workflow. /// /// Container for the necessary parameters to execute the GetTemplate service method. /// /// The response from the GetTemplate service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// REST API Reference for GetTemplate Operation GetTemplateResponse GetTemplate(GetTemplateRequest request); /// /// Initiates the asynchronous execution of the GetTemplate operation. /// /// /// Container for the necessary parameters to execute the GetTemplate operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetTemplate /// operation. /// REST API Reference for GetTemplate Operation IAsyncResult BeginGetTemplate(GetTemplateRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetTemplate operation. /// /// /// The IAsyncResult returned by the call to BeginGetTemplate. /// /// Returns a GetTemplateResult from MigrationHubOrchestrator. /// REST API Reference for GetTemplate Operation GetTemplateResponse EndGetTemplate(IAsyncResult asyncResult); #endregion #region GetTemplateStep /// /// Get a specific step in a template. /// /// Container for the necessary parameters to execute the GetTemplateStep service method. /// /// The response from the GetTemplateStep service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for GetTemplateStep Operation GetTemplateStepResponse GetTemplateStep(GetTemplateStepRequest request); /// /// Initiates the asynchronous execution of the GetTemplateStep operation. /// /// /// Container for the necessary parameters to execute the GetTemplateStep operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetTemplateStep /// operation. /// REST API Reference for GetTemplateStep Operation IAsyncResult BeginGetTemplateStep(GetTemplateStepRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetTemplateStep operation. /// /// /// The IAsyncResult returned by the call to BeginGetTemplateStep. /// /// Returns a GetTemplateStepResult from MigrationHubOrchestrator. /// REST API Reference for GetTemplateStep Operation GetTemplateStepResponse EndGetTemplateStep(IAsyncResult asyncResult); #endregion #region GetTemplateStepGroup /// /// Get a step group in a template. /// /// Container for the necessary parameters to execute the GetTemplateStepGroup service method. /// /// The response from the GetTemplateStepGroup service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for GetTemplateStepGroup Operation GetTemplateStepGroupResponse GetTemplateStepGroup(GetTemplateStepGroupRequest request); /// /// Initiates the asynchronous execution of the GetTemplateStepGroup operation. /// /// /// Container for the necessary parameters to execute the GetTemplateStepGroup operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetTemplateStepGroup /// operation. /// REST API Reference for GetTemplateStepGroup Operation IAsyncResult BeginGetTemplateStepGroup(GetTemplateStepGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetTemplateStepGroup operation. /// /// /// The IAsyncResult returned by the call to BeginGetTemplateStepGroup. /// /// Returns a GetTemplateStepGroupResult from MigrationHubOrchestrator. /// REST API Reference for GetTemplateStepGroup Operation GetTemplateStepGroupResponse EndGetTemplateStepGroup(IAsyncResult asyncResult); #endregion #region GetWorkflow /// /// Get migration workflow. /// /// Container for the necessary parameters to execute the GetWorkflow service method. /// /// The response from the GetWorkflow service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for GetWorkflow Operation GetWorkflowResponse GetWorkflow(GetWorkflowRequest request); /// /// Initiates the asynchronous execution of the GetWorkflow operation. /// /// /// Container for the necessary parameters to execute the GetWorkflow operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetWorkflow /// operation. /// REST API Reference for GetWorkflow Operation IAsyncResult BeginGetWorkflow(GetWorkflowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetWorkflow operation. /// /// /// The IAsyncResult returned by the call to BeginGetWorkflow. /// /// Returns a GetWorkflowResult from MigrationHubOrchestrator. /// REST API Reference for GetWorkflow Operation GetWorkflowResponse EndGetWorkflow(IAsyncResult asyncResult); #endregion #region GetWorkflowStep /// /// Get a step in the migration workflow. /// /// Container for the necessary parameters to execute the GetWorkflowStep service method. /// /// The response from the GetWorkflowStep service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// REST API Reference for GetWorkflowStep Operation GetWorkflowStepResponse GetWorkflowStep(GetWorkflowStepRequest request); /// /// Initiates the asynchronous execution of the GetWorkflowStep operation. /// /// /// Container for the necessary parameters to execute the GetWorkflowStep operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetWorkflowStep /// operation. /// REST API Reference for GetWorkflowStep Operation IAsyncResult BeginGetWorkflowStep(GetWorkflowStepRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetWorkflowStep operation. /// /// /// The IAsyncResult returned by the call to BeginGetWorkflowStep. /// /// Returns a GetWorkflowStepResult from MigrationHubOrchestrator. /// REST API Reference for GetWorkflowStep Operation GetWorkflowStepResponse EndGetWorkflowStep(IAsyncResult asyncResult); #endregion #region GetWorkflowStepGroup /// /// Get the step group of a migration workflow. /// /// Container for the necessary parameters to execute the GetWorkflowStepGroup service method. /// /// The response from the GetWorkflowStepGroup service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for GetWorkflowStepGroup Operation GetWorkflowStepGroupResponse GetWorkflowStepGroup(GetWorkflowStepGroupRequest request); /// /// Initiates the asynchronous execution of the GetWorkflowStepGroup operation. /// /// /// Container for the necessary parameters to execute the GetWorkflowStepGroup operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetWorkflowStepGroup /// operation. /// REST API Reference for GetWorkflowStepGroup Operation IAsyncResult BeginGetWorkflowStepGroup(GetWorkflowStepGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetWorkflowStepGroup operation. /// /// /// The IAsyncResult returned by the call to BeginGetWorkflowStepGroup. /// /// Returns a GetWorkflowStepGroupResult from MigrationHubOrchestrator. /// REST API Reference for GetWorkflowStepGroup Operation GetWorkflowStepGroupResponse EndGetWorkflowStepGroup(IAsyncResult asyncResult); #endregion #region ListPlugins /// /// List AWS Migration Hub Orchestrator plugins. /// /// Container for the necessary parameters to execute the ListPlugins service method. /// /// The response from the ListPlugins service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for ListPlugins Operation ListPluginsResponse ListPlugins(ListPluginsRequest request); /// /// Initiates the asynchronous execution of the ListPlugins operation. /// /// /// Container for the necessary parameters to execute the ListPlugins operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListPlugins /// operation. /// REST API Reference for ListPlugins Operation IAsyncResult BeginListPlugins(ListPluginsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListPlugins operation. /// /// /// The IAsyncResult returned by the call to BeginListPlugins. /// /// Returns a ListPluginsResult from MigrationHubOrchestrator. /// REST API Reference for ListPlugins Operation ListPluginsResponse EndListPlugins(IAsyncResult asyncResult); #endregion #region ListTagsForResource /// /// List the tags added to a resource. /// /// Container for the necessary parameters to execute the ListTagsForResource service method. /// /// The response from the ListTagsForResource service method, as returned by MigrationHubOrchestrator. /// /// The resource is not available. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for ListTagsForResource Operation ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request); /// /// Initiates the asynchronous execution of the ListTagsForResource operation. /// /// /// Container for the necessary parameters to execute the ListTagsForResource operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource /// operation. /// REST API Reference for ListTagsForResource Operation IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListTagsForResource operation. /// /// /// The IAsyncResult returned by the call to BeginListTagsForResource. /// /// Returns a ListTagsForResourceResult from MigrationHubOrchestrator. /// REST API Reference for ListTagsForResource Operation ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult); #endregion #region ListTemplates /// /// List the templates available in Migration Hub Orchestrator to create a migration workflow. /// /// Container for the necessary parameters to execute the ListTemplates service method. /// /// The response from the ListTemplates service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The request was denied due to request throttling. /// /// REST API Reference for ListTemplates Operation ListTemplatesResponse ListTemplates(ListTemplatesRequest request); /// /// Initiates the asynchronous execution of the ListTemplates operation. /// /// /// Container for the necessary parameters to execute the ListTemplates operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTemplates /// operation. /// REST API Reference for ListTemplates Operation IAsyncResult BeginListTemplates(ListTemplatesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListTemplates operation. /// /// /// The IAsyncResult returned by the call to BeginListTemplates. /// /// Returns a ListTemplatesResult from MigrationHubOrchestrator. /// REST API Reference for ListTemplates Operation ListTemplatesResponse EndListTemplates(IAsyncResult asyncResult); #endregion #region ListTemplateStepGroups /// /// List the step groups in a template. /// /// Container for the necessary parameters to execute the ListTemplateStepGroups service method. /// /// The response from the ListTemplateStepGroups service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// REST API Reference for ListTemplateStepGroups Operation ListTemplateStepGroupsResponse ListTemplateStepGroups(ListTemplateStepGroupsRequest request); /// /// Initiates the asynchronous execution of the ListTemplateStepGroups operation. /// /// /// Container for the necessary parameters to execute the ListTemplateStepGroups operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTemplateStepGroups /// operation. /// REST API Reference for ListTemplateStepGroups Operation IAsyncResult BeginListTemplateStepGroups(ListTemplateStepGroupsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListTemplateStepGroups operation. /// /// /// The IAsyncResult returned by the call to BeginListTemplateStepGroups. /// /// Returns a ListTemplateStepGroupsResult from MigrationHubOrchestrator. /// REST API Reference for ListTemplateStepGroups Operation ListTemplateStepGroupsResponse EndListTemplateStepGroups(IAsyncResult asyncResult); #endregion #region ListTemplateSteps /// /// List the steps in a template. /// /// Container for the necessary parameters to execute the ListTemplateSteps service method. /// /// The response from the ListTemplateSteps service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for ListTemplateSteps Operation ListTemplateStepsResponse ListTemplateSteps(ListTemplateStepsRequest request); /// /// Initiates the asynchronous execution of the ListTemplateSteps operation. /// /// /// Container for the necessary parameters to execute the ListTemplateSteps operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTemplateSteps /// operation. /// REST API Reference for ListTemplateSteps Operation IAsyncResult BeginListTemplateSteps(ListTemplateStepsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListTemplateSteps operation. /// /// /// The IAsyncResult returned by the call to BeginListTemplateSteps. /// /// Returns a ListTemplateStepsResult from MigrationHubOrchestrator. /// REST API Reference for ListTemplateSteps Operation ListTemplateStepsResponse EndListTemplateSteps(IAsyncResult asyncResult); #endregion #region ListWorkflows /// /// List the migration workflows. /// /// Container for the necessary parameters to execute the ListWorkflows service method. /// /// The response from the ListWorkflows service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for ListWorkflows Operation ListWorkflowsResponse ListWorkflows(ListWorkflowsRequest request); /// /// Initiates the asynchronous execution of the ListWorkflows operation. /// /// /// Container for the necessary parameters to execute the ListWorkflows operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListWorkflows /// operation. /// REST API Reference for ListWorkflows Operation IAsyncResult BeginListWorkflows(ListWorkflowsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListWorkflows operation. /// /// /// The IAsyncResult returned by the call to BeginListWorkflows. /// /// Returns a ListWorkflowsResult from MigrationHubOrchestrator. /// REST API Reference for ListWorkflows Operation ListWorkflowsResponse EndListWorkflows(IAsyncResult asyncResult); #endregion #region ListWorkflowStepGroups /// /// List the step groups in a migration workflow. /// /// Container for the necessary parameters to execute the ListWorkflowStepGroups service method. /// /// The response from the ListWorkflowStepGroups service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for ListWorkflowStepGroups Operation ListWorkflowStepGroupsResponse ListWorkflowStepGroups(ListWorkflowStepGroupsRequest request); /// /// Initiates the asynchronous execution of the ListWorkflowStepGroups operation. /// /// /// Container for the necessary parameters to execute the ListWorkflowStepGroups operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListWorkflowStepGroups /// operation. /// REST API Reference for ListWorkflowStepGroups Operation IAsyncResult BeginListWorkflowStepGroups(ListWorkflowStepGroupsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListWorkflowStepGroups operation. /// /// /// The IAsyncResult returned by the call to BeginListWorkflowStepGroups. /// /// Returns a ListWorkflowStepGroupsResult from MigrationHubOrchestrator. /// REST API Reference for ListWorkflowStepGroups Operation ListWorkflowStepGroupsResponse EndListWorkflowStepGroups(IAsyncResult asyncResult); #endregion #region ListWorkflowSteps /// /// List the steps in a workflow. /// /// Container for the necessary parameters to execute the ListWorkflowSteps service method. /// /// The response from the ListWorkflowSteps service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for ListWorkflowSteps Operation ListWorkflowStepsResponse ListWorkflowSteps(ListWorkflowStepsRequest request); /// /// Initiates the asynchronous execution of the ListWorkflowSteps operation. /// /// /// Container for the necessary parameters to execute the ListWorkflowSteps operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListWorkflowSteps /// operation. /// REST API Reference for ListWorkflowSteps Operation IAsyncResult BeginListWorkflowSteps(ListWorkflowStepsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListWorkflowSteps operation. /// /// /// The IAsyncResult returned by the call to BeginListWorkflowSteps. /// /// Returns a ListWorkflowStepsResult from MigrationHubOrchestrator. /// REST API Reference for ListWorkflowSteps Operation ListWorkflowStepsResponse EndListWorkflowSteps(IAsyncResult asyncResult); #endregion #region RetryWorkflowStep /// /// Retry a failed step in a migration workflow. /// /// Container for the necessary parameters to execute the RetryWorkflowStep service method. /// /// The response from the RetryWorkflowStep service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// REST API Reference for RetryWorkflowStep Operation RetryWorkflowStepResponse RetryWorkflowStep(RetryWorkflowStepRequest request); /// /// Initiates the asynchronous execution of the RetryWorkflowStep operation. /// /// /// Container for the necessary parameters to execute the RetryWorkflowStep operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRetryWorkflowStep /// operation. /// REST API Reference for RetryWorkflowStep Operation IAsyncResult BeginRetryWorkflowStep(RetryWorkflowStepRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RetryWorkflowStep operation. /// /// /// The IAsyncResult returned by the call to BeginRetryWorkflowStep. /// /// Returns a RetryWorkflowStepResult from MigrationHubOrchestrator. /// REST API Reference for RetryWorkflowStep Operation RetryWorkflowStepResponse EndRetryWorkflowStep(IAsyncResult asyncResult); #endregion #region StartWorkflow /// /// Start a migration workflow. /// /// Container for the necessary parameters to execute the StartWorkflow service method. /// /// The response from the StartWorkflow service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for StartWorkflow Operation StartWorkflowResponse StartWorkflow(StartWorkflowRequest request); /// /// Initiates the asynchronous execution of the StartWorkflow operation. /// /// /// Container for the necessary parameters to execute the StartWorkflow operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartWorkflow /// operation. /// REST API Reference for StartWorkflow Operation IAsyncResult BeginStartWorkflow(StartWorkflowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the StartWorkflow operation. /// /// /// The IAsyncResult returned by the call to BeginStartWorkflow. /// /// Returns a StartWorkflowResult from MigrationHubOrchestrator. /// REST API Reference for StartWorkflow Operation StartWorkflowResponse EndStartWorkflow(IAsyncResult asyncResult); #endregion #region StopWorkflow /// /// Stop an ongoing migration workflow. /// /// Container for the necessary parameters to execute the StopWorkflow service method. /// /// The response from the StopWorkflow service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for StopWorkflow Operation StopWorkflowResponse StopWorkflow(StopWorkflowRequest request); /// /// Initiates the asynchronous execution of the StopWorkflow operation. /// /// /// Container for the necessary parameters to execute the StopWorkflow operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopWorkflow /// operation. /// REST API Reference for StopWorkflow Operation IAsyncResult BeginStopWorkflow(StopWorkflowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the StopWorkflow operation. /// /// /// The IAsyncResult returned by the call to BeginStopWorkflow. /// /// Returns a StopWorkflowResult from MigrationHubOrchestrator. /// REST API Reference for StopWorkflow Operation StopWorkflowResponse EndStopWorkflow(IAsyncResult asyncResult); #endregion #region TagResource /// /// Tag a resource by specifying its Amazon Resource Name (ARN). /// /// Container for the necessary parameters to execute the TagResource service method. /// /// The response from the TagResource service method, as returned by MigrationHubOrchestrator. /// /// The resource is not available. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for TagResource Operation TagResourceResponse TagResource(TagResourceRequest request); /// /// Initiates the asynchronous execution of the TagResource operation. /// /// /// Container for the necessary parameters to execute the TagResource operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource /// operation. /// REST API Reference for TagResource Operation IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the TagResource operation. /// /// /// The IAsyncResult returned by the call to BeginTagResource. /// /// Returns a TagResourceResult from MigrationHubOrchestrator. /// REST API Reference for TagResource Operation TagResourceResponse EndTagResource(IAsyncResult asyncResult); #endregion #region UntagResource /// /// Deletes the tags for a resource. /// /// Container for the necessary parameters to execute the UntagResource service method. /// /// The response from the UntagResource service method, as returned by MigrationHubOrchestrator. /// /// The resource is not available. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for UntagResource Operation UntagResourceResponse UntagResource(UntagResourceRequest request); /// /// Initiates the asynchronous execution of the UntagResource operation. /// /// /// Container for the necessary parameters to execute the UntagResource operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource /// operation. /// REST API Reference for UntagResource Operation IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UntagResource operation. /// /// /// The IAsyncResult returned by the call to BeginUntagResource. /// /// Returns a UntagResourceResult from MigrationHubOrchestrator. /// REST API Reference for UntagResource Operation UntagResourceResponse EndUntagResource(IAsyncResult asyncResult); #endregion #region UpdateWorkflow /// /// Update a migration workflow. /// /// Container for the necessary parameters to execute the UpdateWorkflow service method. /// /// The response from the UpdateWorkflow service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for UpdateWorkflow Operation UpdateWorkflowResponse UpdateWorkflow(UpdateWorkflowRequest request); /// /// Initiates the asynchronous execution of the UpdateWorkflow operation. /// /// /// Container for the necessary parameters to execute the UpdateWorkflow operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateWorkflow /// operation. /// REST API Reference for UpdateWorkflow Operation IAsyncResult BeginUpdateWorkflow(UpdateWorkflowRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateWorkflow operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateWorkflow. /// /// Returns a UpdateWorkflowResult from MigrationHubOrchestrator. /// REST API Reference for UpdateWorkflow Operation UpdateWorkflowResponse EndUpdateWorkflow(IAsyncResult asyncResult); #endregion #region UpdateWorkflowStep /// /// Update a step in a migration workflow. /// /// Container for the necessary parameters to execute the UpdateWorkflowStep service method. /// /// The response from the UpdateWorkflowStep service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for UpdateWorkflowStep Operation UpdateWorkflowStepResponse UpdateWorkflowStep(UpdateWorkflowStepRequest request); /// /// Initiates the asynchronous execution of the UpdateWorkflowStep operation. /// /// /// Container for the necessary parameters to execute the UpdateWorkflowStep operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateWorkflowStep /// operation. /// REST API Reference for UpdateWorkflowStep Operation IAsyncResult BeginUpdateWorkflowStep(UpdateWorkflowStepRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateWorkflowStep operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateWorkflowStep. /// /// Returns a UpdateWorkflowStepResult from MigrationHubOrchestrator. /// REST API Reference for UpdateWorkflowStep Operation UpdateWorkflowStepResponse EndUpdateWorkflowStep(IAsyncResult asyncResult); #endregion #region UpdateWorkflowStepGroup /// /// Update the step group in a migration workflow. /// /// Container for the necessary parameters to execute the UpdateWorkflowStepGroup service method. /// /// The response from the UpdateWorkflowStepGroup service method, as returned by MigrationHubOrchestrator. /// /// You do not have sufficient access to perform this action. /// /// /// An internal error has occurred. /// /// /// The resource is not available. /// /// /// The request was denied due to request throttling. /// /// /// The input fails to satisfy the constraints specified by an AWS service. /// /// REST API Reference for UpdateWorkflowStepGroup Operation UpdateWorkflowStepGroupResponse UpdateWorkflowStepGroup(UpdateWorkflowStepGroupRequest request); /// /// Initiates the asynchronous execution of the UpdateWorkflowStepGroup operation. /// /// /// Container for the necessary parameters to execute the UpdateWorkflowStepGroup operation on AmazonMigrationHubOrchestratorClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateWorkflowStepGroup /// operation. /// REST API Reference for UpdateWorkflowStepGroup Operation IAsyncResult BeginUpdateWorkflowStepGroup(UpdateWorkflowStepGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateWorkflowStepGroup operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateWorkflowStepGroup. /// /// Returns a UpdateWorkflowStepGroupResult from MigrationHubOrchestrator. /// REST API Reference for UpdateWorkflowStepGroup Operation UpdateWorkflowStepGroupResponse EndUpdateWorkflowStepGroup(IAsyncResult asyncResult); #endregion } }