C# Class Amazon.OpsWorks.AmazonOpsWorksClient

Implementation for accessing OpsWorks AWS OpsWorks

Welcome to the AWS OpsWorks API Reference. This guide provides descriptions, syntax, and usage examples about AWS OpsWorks actions and data types, including common parameters and error codes.

AWS OpsWorks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the AWS OpsWorks details page.

SDKs and CLI

The most common way to use the AWS OpsWorks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see:

Endpoints

AWS OpsWorks supports only one endpoint, opsworks.us-east-1.amazonaws.com (HTTPS), so you must connect to that endpoint. You can then use the API to direct AWS OpsWorks to create stacks in any AWS Region.

Chef Version

When you call CreateStack, CloneStack, or UpdateStack we recommend you use the ConfigurationManager parameter to specify the Chef version, 0.9, 11.4, or 11.10. The default value is currently 11.4. For more information, see Chef Versions.

Inheritance: AmazonWebServiceClient, IAmazonOpsWorks
Exibir arquivo Open project: aws/aws-sdk-net

Public Methods

Method Description
AmazonOpsWorksClient ( ) : System

Constructs AmazonOpsWorksClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonOpsWorksClient ( AWSCredentials credentials ) : System

Constructs AmazonOpsWorksClient with AWS Credentials

AmazonOpsWorksClient ( AWSCredentials credentials, AmazonOpsWorksConfig clientConfig ) : System

Constructs AmazonOpsWorksClient with AWS Credentials and an AmazonOpsWorksClient Configuration object.

AmazonOpsWorksClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonOpsWorksClient with AWS Credentials

AmazonOpsWorksClient ( AmazonOpsWorksConfig config ) : System

Constructs AmazonOpsWorksClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonOpsWorksClient ( RegionEndpoint region ) : System

Constructs AmazonOpsWorksClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key

AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonOpsWorksConfig clientConfig ) : System

Constructs AmazonOpsWorksClient with AWS Access Key ID, AWS Secret Key and an AmazonOpsWorksClient Configuration object.

AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key

AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key

AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonOpsWorksConfig clientConfig ) : System

Constructs AmazonOpsWorksClient with AWS Access Key ID, AWS Secret Key and an AmazonOpsWorksClient Configuration object.

AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key

AssignInstanceAsync ( AssignInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssignInstance operation.

AssignVolumeAsync ( AssignVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssignVolume operation.

AssociateElasticIpAsync ( AssociateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateElasticIp operation.

AttachElasticLoadBalancerAsync ( AttachElasticLoadBalancerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AttachElasticLoadBalancer operation.

BeginAssignInstance ( AssignInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssignInstance operation.

BeginAssignVolume ( AssignVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssignVolume operation.

BeginAssociateElasticIp ( AssociateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateElasticIp operation.

BeginAttachElasticLoadBalancer ( AttachElasticLoadBalancerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AttachElasticLoadBalancer operation.

BeginCloneStack ( CloneStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CloneStack operation.

BeginCreateApp ( CreateAppRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateApp operation.

BeginCreateDeployment ( CreateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDeployment operation.

BeginCreateInstance ( CreateInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateInstance operation.

BeginCreateLayer ( CreateLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateLayer operation.

BeginCreateStack ( CreateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStack operation.

BeginCreateUserProfile ( CreateUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateUserProfile operation.

BeginDeleteApp ( DeleteAppRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApp operation.

BeginDeleteInstance ( DeleteInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteInstance operation.

BeginDeleteLayer ( DeleteLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteLayer operation.

BeginDeleteStack ( DeleteStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteStack operation.

BeginDeleteUserProfile ( DeleteUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteUserProfile operation.

BeginDeregisterEcsCluster ( DeregisterEcsClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterEcsCluster operation.

BeginDeregisterElasticIp ( DeregisterElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterElasticIp operation.

BeginDeregisterInstance ( DeregisterInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterInstance operation.

BeginDeregisterRdsDbInstance ( DeregisterRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterRdsDbInstance operation.

BeginDeregisterVolume ( DeregisterVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeregisterVolume operation.

BeginDescribeAgentVersions ( Amazon.OpsWorks.Model.DescribeAgentVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAgentVersions operation.

BeginDescribeApps ( DescribeAppsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeApps operation.

BeginDescribeCommands ( DescribeCommandsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeCommands operation.

BeginDescribeDeployments ( DescribeDeploymentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeDeployments operation.

BeginDescribeEcsClusters ( DescribeEcsClustersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEcsClusters operation.

BeginDescribeElasticIps ( DescribeElasticIpsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeElasticIps operation.

BeginDescribeElasticLoadBalancers ( DescribeElasticLoadBalancersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeElasticLoadBalancers operation.

BeginDescribeInstances ( DescribeInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstances operation.

BeginDescribeLayers ( DescribeLayersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeLayers operation.

BeginDescribeLoadBasedAutoScaling ( DescribeLoadBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeLoadBasedAutoScaling operation.

BeginDescribeMyUserProfile ( DescribeMyUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeMyUserProfile operation.

BeginDescribePermissions ( DescribePermissionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribePermissions operation.

BeginDescribeRaidArrays ( DescribeRaidArraysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRaidArrays operation.

BeginDescribeRdsDbInstances ( DescribeRdsDbInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeRdsDbInstances operation.

BeginDescribeServiceErrors ( DescribeServiceErrorsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeServiceErrors operation.

BeginDescribeStackProvisioningParameters ( DescribeStackProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStackProvisioningParameters operation.

BeginDescribeStackSummary ( DescribeStackSummaryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStackSummary operation.

BeginDescribeStacks ( DescribeStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStacks operation.

BeginDescribeTimeBasedAutoScaling ( DescribeTimeBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeTimeBasedAutoScaling operation.

BeginDescribeUserProfiles ( DescribeUserProfilesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeUserProfiles operation.

BeginDescribeVolumes ( DescribeVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeVolumes operation.

BeginDetachElasticLoadBalancer ( DetachElasticLoadBalancerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DetachElasticLoadBalancer operation.

BeginDisassociateElasticIp ( DisassociateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateElasticIp operation.

BeginGetHostnameSuggestion ( GetHostnameSuggestionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetHostnameSuggestion operation.

BeginGrantAccess ( GrantAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GrantAccess operation.

BeginRebootInstance ( RebootInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RebootInstance operation.

BeginRegisterEcsCluster ( RegisterEcsClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterEcsCluster operation.

BeginRegisterElasticIp ( RegisterElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterElasticIp operation.

BeginRegisterInstance ( RegisterInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterInstance operation.

BeginRegisterRdsDbInstance ( RegisterRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterRdsDbInstance operation.

BeginRegisterVolume ( RegisterVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RegisterVolume operation.

BeginSetLoadBasedAutoScaling ( SetLoadBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetLoadBasedAutoScaling operation.

BeginSetPermission ( SetPermissionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetPermission operation.

BeginSetTimeBasedAutoScaling ( SetTimeBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SetTimeBasedAutoScaling operation.

BeginStartInstance ( StartInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartInstance operation.

BeginStartStack ( StartStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartStack operation.

BeginStopInstance ( StopInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopInstance operation.

BeginStopStack ( StopStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopStack operation.

BeginUnassignInstance ( UnassignInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UnassignInstance operation.

BeginUnassignVolume ( UnassignVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UnassignVolume operation.

BeginUpdateApp ( UpdateAppRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApp operation.

BeginUpdateElasticIp ( UpdateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateElasticIp operation.

BeginUpdateInstance ( UpdateInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateInstance operation.

BeginUpdateLayer ( UpdateLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateLayer operation.

BeginUpdateMyUserProfile ( UpdateMyUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateMyUserProfile operation.

BeginUpdateRdsDbInstance ( UpdateRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateRdsDbInstance operation.

BeginUpdateStack ( UpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateStack operation.

BeginUpdateUserProfile ( UpdateUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateUserProfile operation.

BeginUpdateVolume ( UpdateVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateVolume operation.

CloneStackAsync ( CloneStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CloneStack operation.

CreateAppAsync ( CreateAppRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateApp operation.

CreateDeploymentAsync ( CreateDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDeployment operation.

CreateInstanceAsync ( CreateInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateInstance operation.

CreateLayerAsync ( CreateLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateLayer operation.

CreateStackAsync ( CreateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStack operation.

CreateUserProfileAsync ( CreateUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateUserProfile operation.

DeleteAppAsync ( DeleteAppRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApp operation.

DeleteInstanceAsync ( DeleteInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteInstance operation.

DeleteLayerAsync ( DeleteLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteLayer operation.

DeleteStackAsync ( DeleteStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteStack operation.

DeleteUserProfileAsync ( DeleteUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteUserProfile operation.

DeregisterEcsClusterAsync ( DeregisterEcsClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterEcsCluster operation.

DeregisterElasticIpAsync ( DeregisterElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterElasticIp operation.

DeregisterInstanceAsync ( DeregisterInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterInstance operation.

DeregisterRdsDbInstanceAsync ( DeregisterRdsDbInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterRdsDbInstance operation.

DeregisterVolumeAsync ( DeregisterVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeregisterVolume operation.

DescribeAgentVersionsAsync ( Amazon.OpsWorks.Model.DescribeAgentVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAgentVersions operation.

DescribeAppsAsync ( DescribeAppsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeApps operation.

DescribeCommandsAsync ( DescribeCommandsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeCommands operation.

DescribeDeploymentsAsync ( DescribeDeploymentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeDeployments operation.

DescribeEcsClustersAsync ( DescribeEcsClustersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEcsClusters operation.

DescribeElasticIpsAsync ( DescribeElasticIpsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeElasticIps operation.

DescribeElasticLoadBalancersAsync ( DescribeElasticLoadBalancersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeElasticLoadBalancers operation.

DescribeElasticLoadBalancersAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes a stack's Elastic Load Balancing instances.

You must specify at least one of the parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

DescribeInstancesAsync ( DescribeInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstances operation.

DescribeLayersAsync ( DescribeLayersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeLayers operation.

DescribeLoadBasedAutoScalingAsync ( DescribeLoadBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeLoadBasedAutoScaling operation.

DescribeMyUserProfileAsync ( DescribeMyUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeMyUserProfile operation.

DescribeMyUserProfileAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes a user's SSH information.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

DescribePermissionsAsync ( DescribePermissionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribePermissions operation.

DescribeRaidArraysAsync ( DescribeRaidArraysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRaidArrays operation.

DescribeRdsDbInstancesAsync ( DescribeRdsDbInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeRdsDbInstances operation.

DescribeServiceErrorsAsync ( DescribeServiceErrorsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeServiceErrors operation.

DescribeServiceErrorsAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describes AWS OpsWorks service errors.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

DescribeStackProvisioningParametersAsync ( DescribeStackProvisioningParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStackProvisioningParameters operation.

DescribeStackSummaryAsync ( DescribeStackSummaryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStackSummary operation.

DescribeStacksAsync ( DescribeStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStacks operation.

DescribeStacksAsync ( System cancellationToken = default(CancellationToken) ) : Task

Requests a description of one or more stacks.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

DescribeTimeBasedAutoScalingAsync ( DescribeTimeBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeTimeBasedAutoScaling operation.

DescribeUserProfilesAsync ( DescribeUserProfilesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeUserProfiles operation.

DescribeUserProfilesAsync ( System cancellationToken = default(CancellationToken) ) : Task

Describe specified users.

Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

DescribeVolumesAsync ( DescribeVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeVolumes operation.

DetachElasticLoadBalancerAsync ( DetachElasticLoadBalancerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DetachElasticLoadBalancer operation.

DisassociateElasticIpAsync ( DisassociateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateElasticIp operation.

EndAssignInstance ( IAsyncResult asyncResult ) : AssignInstanceResponse

Finishes the asynchronous execution of the AssignInstance operation.

EndAssignVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AssignVolumeResponse

Finishes the asynchronous execution of the AssignVolume operation.

EndAssociateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AssociateElasticIpResponse

Finishes the asynchronous execution of the AssociateElasticIp operation.

EndAttachElasticLoadBalancer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse

Finishes the asynchronous execution of the AttachElasticLoadBalancer operation.

EndCloneStack ( IAsyncResult asyncResult ) : CloneStackResponse

Finishes the asynchronous execution of the CloneStack operation.

EndCreateApp ( IAsyncResult asyncResult ) : CreateAppResponse

Finishes the asynchronous execution of the CreateApp operation.

EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse

Finishes the asynchronous execution of the CreateDeployment operation.

EndCreateInstance ( IAsyncResult asyncResult ) : CreateInstanceResponse

Finishes the asynchronous execution of the CreateInstance operation.

EndCreateLayer ( IAsyncResult asyncResult ) : CreateLayerResponse

Finishes the asynchronous execution of the CreateLayer operation.

EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse

Finishes the asynchronous execution of the CreateStack operation.

EndCreateUserProfile ( IAsyncResult asyncResult ) : CreateUserProfileResponse

Finishes the asynchronous execution of the CreateUserProfile operation.

EndDeleteApp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteAppResponse

Finishes the asynchronous execution of the DeleteApp operation.

EndDeleteInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteInstanceResponse

Finishes the asynchronous execution of the DeleteInstance operation.

EndDeleteLayer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteLayerResponse

Finishes the asynchronous execution of the DeleteLayer operation.

EndDeleteStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteStackResponse

Finishes the asynchronous execution of the DeleteStack operation.

EndDeleteUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteUserProfileResponse

Finishes the asynchronous execution of the DeleteUserProfile operation.

EndDeregisterEcsCluster ( IAsyncResult asyncResult ) : DeregisterEcsClusterResponse

Finishes the asynchronous execution of the DeregisterEcsCluster operation.

EndDeregisterElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterElasticIpResponse

Finishes the asynchronous execution of the DeregisterElasticIp operation.

EndDeregisterInstance ( IAsyncResult asyncResult ) : DeregisterInstanceResponse

Finishes the asynchronous execution of the DeregisterInstance operation.

EndDeregisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse

Finishes the asynchronous execution of the DeregisterRdsDbInstance operation.

EndDeregisterVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterVolumeResponse

Finishes the asynchronous execution of the DeregisterVolume operation.

EndDescribeAgentVersions ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeAgentVersionsResponse

Finishes the asynchronous execution of the DescribeAgentVersions operation.

EndDescribeApps ( IAsyncResult asyncResult ) : DescribeAppsResponse

Finishes the asynchronous execution of the DescribeApps operation.

EndDescribeCommands ( IAsyncResult asyncResult ) : DescribeCommandsResponse

Finishes the asynchronous execution of the DescribeCommands operation.

EndDescribeDeployments ( IAsyncResult asyncResult ) : DescribeDeploymentsResponse

Finishes the asynchronous execution of the DescribeDeployments operation.

EndDescribeEcsClusters ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeEcsClustersResponse

Finishes the asynchronous execution of the DescribeEcsClusters operation.

EndDescribeElasticIps ( IAsyncResult asyncResult ) : DescribeElasticIpsResponse

Finishes the asynchronous execution of the DescribeElasticIps operation.

EndDescribeElasticLoadBalancers ( IAsyncResult asyncResult ) : DescribeElasticLoadBalancersResponse

Finishes the asynchronous execution of the DescribeElasticLoadBalancers operation.

EndDescribeInstances ( IAsyncResult asyncResult ) : DescribeInstancesResponse

Finishes the asynchronous execution of the DescribeInstances operation.

EndDescribeLayers ( IAsyncResult asyncResult ) : DescribeLayersResponse

Finishes the asynchronous execution of the DescribeLayers operation.

EndDescribeLoadBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeLoadBasedAutoScalingResponse

Finishes the asynchronous execution of the DescribeLoadBasedAutoScaling operation.

EndDescribeMyUserProfile ( IAsyncResult asyncResult ) : DescribeMyUserProfileResponse

Finishes the asynchronous execution of the DescribeMyUserProfile operation.

EndDescribePermissions ( IAsyncResult asyncResult ) : DescribePermissionsResponse

Finishes the asynchronous execution of the DescribePermissions operation.

EndDescribeRaidArrays ( IAsyncResult asyncResult ) : DescribeRaidArraysResponse

Finishes the asynchronous execution of the DescribeRaidArrays operation.

EndDescribeRdsDbInstances ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse

Finishes the asynchronous execution of the DescribeRdsDbInstances operation.

EndDescribeServiceErrors ( IAsyncResult asyncResult ) : DescribeServiceErrorsResponse

Finishes the asynchronous execution of the DescribeServiceErrors operation.

EndDescribeStackProvisioningParameters ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse

Finishes the asynchronous execution of the DescribeStackProvisioningParameters operation.

EndDescribeStackSummary ( IAsyncResult asyncResult ) : DescribeStackSummaryResponse

Finishes the asynchronous execution of the DescribeStackSummary operation.

EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse

Finishes the asynchronous execution of the DescribeStacks operation.

EndDescribeTimeBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeTimeBasedAutoScalingResponse

Finishes the asynchronous execution of the DescribeTimeBasedAutoScaling operation.

EndDescribeUserProfiles ( IAsyncResult asyncResult ) : DescribeUserProfilesResponse

Finishes the asynchronous execution of the DescribeUserProfiles operation.

EndDescribeVolumes ( IAsyncResult asyncResult ) : DescribeVolumesResponse

Finishes the asynchronous execution of the DescribeVolumes operation.

EndDetachElasticLoadBalancer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse

Finishes the asynchronous execution of the DetachElasticLoadBalancer operation.

EndDisassociateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DisassociateElasticIpResponse

Finishes the asynchronous execution of the DisassociateElasticIp operation.

EndGetHostnameSuggestion ( IAsyncResult asyncResult ) : GetHostnameSuggestionResponse

Finishes the asynchronous execution of the GetHostnameSuggestion operation.

EndGrantAccess ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.GrantAccessResponse

Finishes the asynchronous execution of the GrantAccess operation.

EndRebootInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RebootInstanceResponse

Finishes the asynchronous execution of the RebootInstance operation.

EndRegisterEcsCluster ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterEcsClusterResponse

Finishes the asynchronous execution of the RegisterEcsCluster operation.

EndRegisterElasticIp ( IAsyncResult asyncResult ) : RegisterElasticIpResponse

Finishes the asynchronous execution of the RegisterElasticIp operation.

EndRegisterInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterInstanceResponse

Finishes the asynchronous execution of the RegisterInstance operation.

EndRegisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse

Finishes the asynchronous execution of the RegisterRdsDbInstance operation.

EndRegisterVolume ( IAsyncResult asyncResult ) : RegisterVolumeResponse

Finishes the asynchronous execution of the RegisterVolume operation.

EndSetLoadBasedAutoScaling ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse

Finishes the asynchronous execution of the SetLoadBasedAutoScaling operation.

EndSetPermission ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetPermissionResponse

Finishes the asynchronous execution of the SetPermission operation.

EndSetTimeBasedAutoScaling ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse

Finishes the asynchronous execution of the SetTimeBasedAutoScaling operation.

EndStartInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StartInstanceResponse

Finishes the asynchronous execution of the StartInstance operation.

EndStartStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StartStackResponse

Finishes the asynchronous execution of the StartStack operation.

EndStopInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StopInstanceResponse

Finishes the asynchronous execution of the StopInstance operation.

EndStopStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StopStackResponse

Finishes the asynchronous execution of the StopStack operation.

EndUnassignInstance ( IAsyncResult asyncResult ) : UnassignInstanceResponse

Finishes the asynchronous execution of the UnassignInstance operation.

EndUnassignVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UnassignVolumeResponse

Finishes the asynchronous execution of the UnassignVolume operation.

EndUpdateApp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateAppResponse

Finishes the asynchronous execution of the UpdateApp operation.

EndUpdateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateElasticIpResponse

Finishes the asynchronous execution of the UpdateElasticIp operation.

EndUpdateInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateInstanceResponse

Finishes the asynchronous execution of the UpdateInstance operation.

EndUpdateLayer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateLayerResponse

Finishes the asynchronous execution of the UpdateLayer operation.

EndUpdateMyUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateMyUserProfileResponse

Finishes the asynchronous execution of the UpdateMyUserProfile operation.

EndUpdateRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse

Finishes the asynchronous execution of the UpdateRdsDbInstance operation.

EndUpdateStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateStackResponse

Finishes the asynchronous execution of the UpdateStack operation.

EndUpdateUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateUserProfileResponse

Finishes the asynchronous execution of the UpdateUserProfile operation.

EndUpdateVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateVolumeResponse

Finishes the asynchronous execution of the UpdateVolume operation.

GetHostnameSuggestionAsync ( GetHostnameSuggestionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetHostnameSuggestion operation.

GrantAccessAsync ( GrantAccessRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GrantAccess operation.

RebootInstanceAsync ( RebootInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RebootInstance operation.

RegisterEcsClusterAsync ( RegisterEcsClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterEcsCluster operation.

RegisterElasticIpAsync ( RegisterElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterElasticIp operation.

RegisterInstanceAsync ( RegisterInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterInstance operation.

RegisterRdsDbInstanceAsync ( RegisterRdsDbInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterRdsDbInstance operation.

RegisterVolumeAsync ( RegisterVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RegisterVolume operation.

SetLoadBasedAutoScalingAsync ( SetLoadBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetLoadBasedAutoScaling operation.

SetPermissionAsync ( SetPermissionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetPermission operation.

SetTimeBasedAutoScalingAsync ( SetTimeBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SetTimeBasedAutoScaling operation.

StartInstanceAsync ( StartInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartInstance operation.

StartStackAsync ( StartStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartStack operation.

StopInstanceAsync ( StopInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopInstance operation.

StopStackAsync ( StopStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopStack operation.

UnassignInstanceAsync ( UnassignInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UnassignInstance operation.

UnassignVolumeAsync ( UnassignVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UnassignVolume operation.

UpdateAppAsync ( UpdateAppRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApp operation.

UpdateElasticIpAsync ( UpdateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateElasticIp operation.

UpdateInstanceAsync ( UpdateInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateInstance operation.

UpdateLayerAsync ( UpdateLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateLayer operation.

UpdateMyUserProfileAsync ( System cancellationToken = default(CancellationToken) ) : Task

Updates a user's SSH public key.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

UpdateMyUserProfileAsync ( UpdateMyUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateMyUserProfile operation.

UpdateRdsDbInstanceAsync ( UpdateRdsDbInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateRdsDbInstance operation.

UpdateStackAsync ( UpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateStack operation.

UpdateUserProfileAsync ( UpdateUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateUserProfile operation.

UpdateVolumeAsync ( UpdateVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateVolume operation.

Protected Methods

Method Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Private Methods

Method Description
AssignInstance ( AssignInstanceRequest request ) : AssignInstanceResponse
AssignVolume ( AssignVolumeRequest request ) : Amazon.OpsWorks.Model.AssignVolumeResponse
AssociateElasticIp ( AssociateElasticIpRequest request ) : Amazon.OpsWorks.Model.AssociateElasticIpResponse
AttachElasticLoadBalancer ( AttachElasticLoadBalancerRequest request ) : Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse
CloneStack ( CloneStackRequest request ) : CloneStackResponse
CreateApp ( CreateAppRequest request ) : CreateAppResponse
CreateDeployment ( CreateDeploymentRequest request ) : CreateDeploymentResponse
CreateInstance ( CreateInstanceRequest request ) : CreateInstanceResponse
CreateLayer ( CreateLayerRequest request ) : CreateLayerResponse
CreateStack ( CreateStackRequest request ) : CreateStackResponse
CreateUserProfile ( CreateUserProfileRequest request ) : CreateUserProfileResponse
DeleteApp ( DeleteAppRequest request ) : Amazon.OpsWorks.Model.DeleteAppResponse
DeleteInstance ( DeleteInstanceRequest request ) : Amazon.OpsWorks.Model.DeleteInstanceResponse
DeleteLayer ( DeleteLayerRequest request ) : Amazon.OpsWorks.Model.DeleteLayerResponse
DeleteStack ( DeleteStackRequest request ) : Amazon.OpsWorks.Model.DeleteStackResponse
DeleteUserProfile ( DeleteUserProfileRequest request ) : Amazon.OpsWorks.Model.DeleteUserProfileResponse
DeregisterEcsCluster ( DeregisterEcsClusterRequest request ) : DeregisterEcsClusterResponse
DeregisterElasticIp ( DeregisterElasticIpRequest request ) : Amazon.OpsWorks.Model.DeregisterElasticIpResponse
DeregisterInstance ( DeregisterInstanceRequest request ) : DeregisterInstanceResponse
DeregisterRdsDbInstance ( DeregisterRdsDbInstanceRequest request ) : Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse
DeregisterVolume ( DeregisterVolumeRequest request ) : Amazon.OpsWorks.Model.DeregisterVolumeResponse
DescribeAgentVersions ( Amazon.OpsWorks.Model.DescribeAgentVersionsRequest request ) : Amazon.OpsWorks.Model.DescribeAgentVersionsResponse
DescribeApps ( DescribeAppsRequest request ) : DescribeAppsResponse
DescribeCommands ( DescribeCommandsRequest request ) : DescribeCommandsResponse
DescribeDeployments ( DescribeDeploymentsRequest request ) : DescribeDeploymentsResponse
DescribeEcsClusters ( DescribeEcsClustersRequest request ) : Amazon.OpsWorks.Model.DescribeEcsClustersResponse
DescribeElasticIps ( DescribeElasticIpsRequest request ) : DescribeElasticIpsResponse
DescribeElasticLoadBalancers ( ) : DescribeElasticLoadBalancersResponse
DescribeElasticLoadBalancers ( DescribeElasticLoadBalancersRequest request ) : DescribeElasticLoadBalancersResponse
DescribeInstances ( DescribeInstancesRequest request ) : DescribeInstancesResponse
DescribeLayers ( DescribeLayersRequest request ) : DescribeLayersResponse
DescribeLoadBasedAutoScaling ( DescribeLoadBasedAutoScalingRequest request ) : DescribeLoadBasedAutoScalingResponse
DescribeMyUserProfile ( ) : DescribeMyUserProfileResponse
DescribeMyUserProfile ( DescribeMyUserProfileRequest request ) : DescribeMyUserProfileResponse
DescribePermissions ( DescribePermissionsRequest request ) : DescribePermissionsResponse
DescribeRaidArrays ( DescribeRaidArraysRequest request ) : DescribeRaidArraysResponse
DescribeRdsDbInstances ( DescribeRdsDbInstancesRequest request ) : Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse
DescribeServiceErrors ( ) : DescribeServiceErrorsResponse
DescribeServiceErrors ( DescribeServiceErrorsRequest request ) : DescribeServiceErrorsResponse
DescribeStackProvisioningParameters ( DescribeStackProvisioningParametersRequest request ) : Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse
DescribeStackSummary ( DescribeStackSummaryRequest request ) : DescribeStackSummaryResponse
DescribeStacks ( ) : DescribeStacksResponse
DescribeStacks ( DescribeStacksRequest request ) : DescribeStacksResponse
DescribeTimeBasedAutoScaling ( DescribeTimeBasedAutoScalingRequest request ) : DescribeTimeBasedAutoScalingResponse
DescribeUserProfiles ( ) : DescribeUserProfilesResponse
DescribeUserProfiles ( DescribeUserProfilesRequest request ) : DescribeUserProfilesResponse
DescribeVolumes ( DescribeVolumesRequest request ) : DescribeVolumesResponse
DetachElasticLoadBalancer ( DetachElasticLoadBalancerRequest request ) : Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse
DisassociateElasticIp ( DisassociateElasticIpRequest request ) : Amazon.OpsWorks.Model.DisassociateElasticIpResponse
GetHostnameSuggestion ( GetHostnameSuggestionRequest request ) : GetHostnameSuggestionResponse
GrantAccess ( GrantAccessRequest request ) : Amazon.OpsWorks.Model.GrantAccessResponse
RebootInstance ( RebootInstanceRequest request ) : Amazon.OpsWorks.Model.RebootInstanceResponse
RegisterEcsCluster ( RegisterEcsClusterRequest request ) : Amazon.OpsWorks.Model.RegisterEcsClusterResponse
RegisterElasticIp ( RegisterElasticIpRequest request ) : RegisterElasticIpResponse
RegisterInstance ( RegisterInstanceRequest request ) : Amazon.OpsWorks.Model.RegisterInstanceResponse
RegisterRdsDbInstance ( RegisterRdsDbInstanceRequest request ) : Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse
RegisterVolume ( RegisterVolumeRequest request ) : RegisterVolumeResponse
SetLoadBasedAutoScaling ( SetLoadBasedAutoScalingRequest request ) : Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse
SetPermission ( SetPermissionRequest request ) : Amazon.OpsWorks.Model.SetPermissionResponse
SetTimeBasedAutoScaling ( SetTimeBasedAutoScalingRequest request ) : Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse
StartInstance ( StartInstanceRequest request ) : Amazon.OpsWorks.Model.StartInstanceResponse
StartStack ( StartStackRequest request ) : Amazon.OpsWorks.Model.StartStackResponse
StopInstance ( StopInstanceRequest request ) : Amazon.OpsWorks.Model.StopInstanceResponse
StopStack ( StopStackRequest request ) : Amazon.OpsWorks.Model.StopStackResponse
UnassignInstance ( UnassignInstanceRequest request ) : UnassignInstanceResponse
UnassignVolume ( UnassignVolumeRequest request ) : Amazon.OpsWorks.Model.UnassignVolumeResponse
UpdateApp ( UpdateAppRequest request ) : Amazon.OpsWorks.Model.UpdateAppResponse
UpdateElasticIp ( UpdateElasticIpRequest request ) : Amazon.OpsWorks.Model.UpdateElasticIpResponse
UpdateInstance ( UpdateInstanceRequest request ) : Amazon.OpsWorks.Model.UpdateInstanceResponse
UpdateLayer ( UpdateLayerRequest request ) : Amazon.OpsWorks.Model.UpdateLayerResponse
UpdateMyUserProfile ( ) : Amazon.OpsWorks.Model.UpdateMyUserProfileResponse
UpdateMyUserProfile ( UpdateMyUserProfileRequest request ) : Amazon.OpsWorks.Model.UpdateMyUserProfileResponse
UpdateRdsDbInstance ( UpdateRdsDbInstanceRequest request ) : Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse
UpdateStack ( UpdateStackRequest request ) : Amazon.OpsWorks.Model.UpdateStackResponse
UpdateUserProfile ( UpdateUserProfileRequest request ) : Amazon.OpsWorks.Model.UpdateUserProfileResponse
UpdateVolume ( UpdateVolumeRequest request ) : Amazon.OpsWorks.Model.UpdateVolumeResponse

Method Details

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonOpsWorksClient ( ) : System
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with AWS Credentials
public AmazonOpsWorksClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with AWS Credentials and an AmazonOpsWorksClient Configuration object.
public AmazonOpsWorksClient ( AWSCredentials credentials, AmazonOpsWorksConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonOpsWorksConfig The AmazonOpsWorksClient Configuration Object
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with AWS Credentials
public AmazonOpsWorksClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonOpsWorksClient ( AmazonOpsWorksConfig config ) : System
config AmazonOpsWorksConfig The AmazonOpsWorksClient Configuration Object
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonOpsWorksClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key
public AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with AWS Access Key ID, AWS Secret Key and an AmazonOpsWorksClient Configuration object.
public AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonOpsWorksConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonOpsWorksConfig The AmazonOpsWorksClient Configuration Object
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key
public AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key
public AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with AWS Access Key ID, AWS Secret Key and an AmazonOpsWorksClient Configuration object.
public AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonOpsWorksConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonOpsWorksConfig The AmazonOpsWorksClient Configuration Object
return System

AmazonOpsWorksClient() public method

Constructs AmazonOpsWorksClient with AWS Access Key ID and AWS Secret Key
public AmazonOpsWorksClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
return System

AssignInstanceAsync() public method

Initiates the asynchronous execution of the AssignInstance operation.
public AssignInstanceAsync ( AssignInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.AssignInstanceRequest Container for the necessary parameters to execute the AssignInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

AssignVolumeAsync() public method

Initiates the asynchronous execution of the AssignVolume operation.
public AssignVolumeAsync ( AssignVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.AssignVolumeRequest Container for the necessary parameters to execute the AssignVolume operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

AssociateElasticIpAsync() public method

Initiates the asynchronous execution of the AssociateElasticIp operation.
public AssociateElasticIpAsync ( AssociateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.AssociateElasticIpRequest Container for the necessary parameters to execute the AssociateElasticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

AttachElasticLoadBalancerAsync() public method

Initiates the asynchronous execution of the AttachElasticLoadBalancer operation.
public AttachElasticLoadBalancerAsync ( AttachElasticLoadBalancerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.AttachElasticLoadBalancerRequest Container for the necessary parameters to execute the AttachElasticLoadBalancer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

BeginAssignInstance() public method

Initiates the asynchronous execution of the AssignInstance operation.
public BeginAssignInstance ( AssignInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.AssignInstanceRequest Container for the necessary parameters to execute the AssignInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginAssignVolume() public method

Initiates the asynchronous execution of the AssignVolume operation.
public BeginAssignVolume ( AssignVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.AssignVolumeRequest Container for the necessary parameters to execute the AssignVolume operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginAssociateElasticIp() public method

Initiates the asynchronous execution of the AssociateElasticIp operation.
public BeginAssociateElasticIp ( AssociateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.AssociateElasticIpRequest Container for the necessary parameters to execute the AssociateElasticIp operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginAttachElasticLoadBalancer() public method

Initiates the asynchronous execution of the AttachElasticLoadBalancer operation.
public BeginAttachElasticLoadBalancer ( AttachElasticLoadBalancerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.AttachElasticLoadBalancerRequest Container for the necessary parameters to execute the AttachElasticLoadBalancer operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCloneStack() public method

Initiates the asynchronous execution of the CloneStack operation.
public BeginCloneStack ( CloneStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CloneStackRequest Container for the necessary parameters to execute the CloneStack operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateApp() public method

Initiates the asynchronous execution of the CreateApp operation.
public BeginCreateApp ( CreateAppRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateAppRequest Container for the necessary parameters to execute the CreateApp operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateDeployment() public method

Initiates the asynchronous execution of the CreateDeployment operation.
public BeginCreateDeployment ( CreateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateDeploymentRequest Container for the necessary parameters to execute the CreateDeployment operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateInstance() public method

Initiates the asynchronous execution of the CreateInstance operation.
public BeginCreateInstance ( CreateInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateInstanceRequest Container for the necessary parameters to execute the CreateInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateLayer() public method

Initiates the asynchronous execution of the CreateLayer operation.
public BeginCreateLayer ( CreateLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateLayerRequest Container for the necessary parameters to execute the CreateLayer operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateStack() public method

Initiates the asynchronous execution of the CreateStack operation.
public BeginCreateStack ( CreateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateStackRequest Container for the necessary parameters to execute the CreateStack operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateUserProfile() public method

Initiates the asynchronous execution of the CreateUserProfile operation.
public BeginCreateUserProfile ( CreateUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.CreateUserProfileRequest Container for the necessary parameters to execute the CreateUserProfile operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteApp() public method

Initiates the asynchronous execution of the DeleteApp operation.
public BeginDeleteApp ( DeleteAppRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeleteAppRequest Container for the necessary parameters to execute the DeleteApp operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteInstance() public method

Initiates the asynchronous execution of the DeleteInstance operation.
public BeginDeleteInstance ( DeleteInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeleteInstanceRequest Container for the necessary parameters to execute the DeleteInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteLayer() public method

Initiates the asynchronous execution of the DeleteLayer operation.
public BeginDeleteLayer ( DeleteLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeleteLayerRequest Container for the necessary parameters to execute the DeleteLayer operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteStack() public method

Initiates the asynchronous execution of the DeleteStack operation.
public BeginDeleteStack ( DeleteStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeleteStackRequest Container for the necessary parameters to execute the DeleteStack operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteUserProfile() public method

Initiates the asynchronous execution of the DeleteUserProfile operation.
public BeginDeleteUserProfile ( DeleteUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeleteUserProfileRequest Container for the necessary parameters to execute the DeleteUserProfile operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeregisterEcsCluster() public method

Initiates the asynchronous execution of the DeregisterEcsCluster operation.
public BeginDeregisterEcsCluster ( DeregisterEcsClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterEcsClusterRequest Container for the necessary parameters to execute the DeregisterEcsCluster operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeregisterElasticIp() public method

Initiates the asynchronous execution of the DeregisterElasticIp operation.
public BeginDeregisterElasticIp ( DeregisterElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterElasticIpRequest Container for the necessary parameters to execute the DeregisterElasticIp operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeregisterInstance() public method

Initiates the asynchronous execution of the DeregisterInstance operation.
public BeginDeregisterInstance ( DeregisterInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterInstanceRequest Container for the necessary parameters to execute the DeregisterInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeregisterRdsDbInstance() public method

Initiates the asynchronous execution of the DeregisterRdsDbInstance operation.
public BeginDeregisterRdsDbInstance ( DeregisterRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterRdsDbInstanceRequest Container for the necessary parameters to execute the DeregisterRdsDbInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeregisterVolume() public method

Initiates the asynchronous execution of the DeregisterVolume operation.
public BeginDeregisterVolume ( DeregisterVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DeregisterVolumeRequest Container for the necessary parameters to execute the DeregisterVolume operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeAgentVersions() public method

Initiates the asynchronous execution of the DescribeAgentVersions operation.
public BeginDescribeAgentVersions ( Amazon.OpsWorks.Model.DescribeAgentVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeAgentVersionsRequest Container for the necessary parameters to execute the DescribeAgentVersions operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeApps() public method

Initiates the asynchronous execution of the DescribeApps operation.
public BeginDescribeApps ( DescribeAppsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeAppsRequest Container for the necessary parameters to execute the DescribeApps operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeCommands() public method

Initiates the asynchronous execution of the DescribeCommands operation.
public BeginDescribeCommands ( DescribeCommandsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeCommandsRequest Container for the necessary parameters to execute the DescribeCommands operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeDeployments() public method

Initiates the asynchronous execution of the DescribeDeployments operation.
public BeginDescribeDeployments ( DescribeDeploymentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeDeploymentsRequest Container for the necessary parameters to execute the DescribeDeployments operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeEcsClusters() public method

Initiates the asynchronous execution of the DescribeEcsClusters operation.
public BeginDescribeEcsClusters ( DescribeEcsClustersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeEcsClustersRequest Container for the necessary parameters to execute the DescribeEcsClusters operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeElasticIps() public method

Initiates the asynchronous execution of the DescribeElasticIps operation.
public BeginDescribeElasticIps ( DescribeElasticIpsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeElasticIpsRequest Container for the necessary parameters to execute the DescribeElasticIps operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeElasticLoadBalancers() public method

Initiates the asynchronous execution of the DescribeElasticLoadBalancers operation.
public BeginDescribeElasticLoadBalancers ( DescribeElasticLoadBalancersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeElasticLoadBalancersRequest Container for the necessary parameters to execute the DescribeElasticLoadBalancers operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeInstances() public method

Initiates the asynchronous execution of the DescribeInstances operation.
public BeginDescribeInstances ( DescribeInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeInstancesRequest Container for the necessary parameters to execute the DescribeInstances operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeLayers() public method

Initiates the asynchronous execution of the DescribeLayers operation.
public BeginDescribeLayers ( DescribeLayersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeLayersRequest Container for the necessary parameters to execute the DescribeLayers operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeLoadBasedAutoScaling() public method

Initiates the asynchronous execution of the DescribeLoadBasedAutoScaling operation.
public BeginDescribeLoadBasedAutoScaling ( DescribeLoadBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingRequest Container for the necessary parameters to execute the DescribeLoadBasedAutoScaling operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeMyUserProfile() public method

Initiates the asynchronous execution of the DescribeMyUserProfile operation.
public BeginDescribeMyUserProfile ( DescribeMyUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult
request DescribeMyUserProfileRequest Container for the necessary parameters to execute the DescribeMyUserProfile operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribePermissions() public method

Initiates the asynchronous execution of the DescribePermissions operation.
public BeginDescribePermissions ( DescribePermissionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribePermissionsRequest Container for the necessary parameters to execute the DescribePermissions operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeRaidArrays() public method

Initiates the asynchronous execution of the DescribeRaidArrays operation.
public BeginDescribeRaidArrays ( DescribeRaidArraysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeRaidArraysRequest Container for the necessary parameters to execute the DescribeRaidArrays operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeRdsDbInstances() public method

Initiates the asynchronous execution of the DescribeRdsDbInstances operation.
public BeginDescribeRdsDbInstances ( DescribeRdsDbInstancesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeRdsDbInstancesRequest Container for the necessary parameters to execute the DescribeRdsDbInstances operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeServiceErrors() public method

Initiates the asynchronous execution of the DescribeServiceErrors operation.
public BeginDescribeServiceErrors ( DescribeServiceErrorsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeServiceErrorsRequest Container for the necessary parameters to execute the DescribeServiceErrors operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeStackProvisioningParameters() public method

Initiates the asynchronous execution of the DescribeStackProvisioningParameters operation.
public BeginDescribeStackProvisioningParameters ( DescribeStackProvisioningParametersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeStackProvisioningParametersRequest Container for the necessary parameters to execute the DescribeStackProvisioningParameters operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeStackSummary() public method

Initiates the asynchronous execution of the DescribeStackSummary operation.
public BeginDescribeStackSummary ( DescribeStackSummaryRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeStackSummaryRequest Container for the necessary parameters to execute the DescribeStackSummary operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeStacks() public method

Initiates the asynchronous execution of the DescribeStacks operation.
public BeginDescribeStacks ( DescribeStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeStacksRequest Container for the necessary parameters to execute the DescribeStacks operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeTimeBasedAutoScaling() public method

Initiates the asynchronous execution of the DescribeTimeBasedAutoScaling operation.
public BeginDescribeTimeBasedAutoScaling ( DescribeTimeBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingRequest Container for the necessary parameters to execute the DescribeTimeBasedAutoScaling operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeUserProfiles() public method

Initiates the asynchronous execution of the DescribeUserProfiles operation.
public BeginDescribeUserProfiles ( DescribeUserProfilesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeUserProfilesRequest Container for the necessary parameters to execute the DescribeUserProfiles operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDescribeVolumes() public method

Initiates the asynchronous execution of the DescribeVolumes operation.
public BeginDescribeVolumes ( DescribeVolumesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DescribeVolumesRequest Container for the necessary parameters to execute the DescribeVolumes operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDetachElasticLoadBalancer() public method

Initiates the asynchronous execution of the DetachElasticLoadBalancer operation.
public BeginDetachElasticLoadBalancer ( DetachElasticLoadBalancerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DetachElasticLoadBalancerRequest Container for the necessary parameters to execute the DetachElasticLoadBalancer operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDisassociateElasticIp() public method

Initiates the asynchronous execution of the DisassociateElasticIp operation.
public BeginDisassociateElasticIp ( DisassociateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.DisassociateElasticIpRequest Container for the necessary parameters to execute the DisassociateElasticIp operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetHostnameSuggestion() public method

Initiates the asynchronous execution of the GetHostnameSuggestion operation.
public BeginGetHostnameSuggestion ( GetHostnameSuggestionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.GetHostnameSuggestionRequest Container for the necessary parameters to execute the GetHostnameSuggestion operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGrantAccess() public method

Initiates the asynchronous execution of the GrantAccess operation.
public BeginGrantAccess ( GrantAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.GrantAccessRequest Container for the necessary parameters to execute the GrantAccess operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginRebootInstance() public method

Initiates the asynchronous execution of the RebootInstance operation.
public BeginRebootInstance ( RebootInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RebootInstanceRequest Container for the necessary parameters to execute the RebootInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginRegisterEcsCluster() public method

Initiates the asynchronous execution of the RegisterEcsCluster operation.
public BeginRegisterEcsCluster ( RegisterEcsClusterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterEcsClusterRequest Container for the necessary parameters to execute the RegisterEcsCluster operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginRegisterElasticIp() public method

Initiates the asynchronous execution of the RegisterElasticIp operation.
public BeginRegisterElasticIp ( RegisterElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterElasticIpRequest Container for the necessary parameters to execute the RegisterElasticIp operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginRegisterInstance() public method

Initiates the asynchronous execution of the RegisterInstance operation.
public BeginRegisterInstance ( RegisterInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterInstanceRequest Container for the necessary parameters to execute the RegisterInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginRegisterRdsDbInstance() public method

Initiates the asynchronous execution of the RegisterRdsDbInstance operation.
public BeginRegisterRdsDbInstance ( RegisterRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest Container for the necessary parameters to execute the RegisterRdsDbInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginRegisterVolume() public method

Initiates the asynchronous execution of the RegisterVolume operation.
public BeginRegisterVolume ( RegisterVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.RegisterVolumeRequest Container for the necessary parameters to execute the RegisterVolume operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginSetLoadBasedAutoScaling() public method

Initiates the asynchronous execution of the SetLoadBasedAutoScaling operation.
public BeginSetLoadBasedAutoScaling ( SetLoadBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest Container for the necessary parameters to execute the SetLoadBasedAutoScaling operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginSetPermission() public method

Initiates the asynchronous execution of the SetPermission operation.
public BeginSetPermission ( SetPermissionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.SetPermissionRequest Container for the necessary parameters to execute the SetPermission operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginSetTimeBasedAutoScaling() public method

Initiates the asynchronous execution of the SetTimeBasedAutoScaling operation.
public BeginSetTimeBasedAutoScaling ( SetTimeBasedAutoScalingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.SetTimeBasedAutoScalingRequest Container for the necessary parameters to execute the SetTimeBasedAutoScaling operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginStartInstance() public method

Initiates the asynchronous execution of the StartInstance operation.
public BeginStartInstance ( StartInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.StartInstanceRequest Container for the necessary parameters to execute the StartInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginStartStack() public method

Initiates the asynchronous execution of the StartStack operation.
public BeginStartStack ( StartStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.StartStackRequest Container for the necessary parameters to execute the StartStack operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginStopInstance() public method

Initiates the asynchronous execution of the StopInstance operation.
public BeginStopInstance ( StopInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.StopInstanceRequest Container for the necessary parameters to execute the StopInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginStopStack() public method

Initiates the asynchronous execution of the StopStack operation.
public BeginStopStack ( StopStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.StopStackRequest Container for the necessary parameters to execute the StopStack operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUnassignInstance() public method

Initiates the asynchronous execution of the UnassignInstance operation.
public BeginUnassignInstance ( UnassignInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UnassignInstanceRequest Container for the necessary parameters to execute the UnassignInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUnassignVolume() public method

Initiates the asynchronous execution of the UnassignVolume operation.
public BeginUnassignVolume ( UnassignVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UnassignVolumeRequest Container for the necessary parameters to execute the UnassignVolume operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateApp() public method

Initiates the asynchronous execution of the UpdateApp operation.
public BeginUpdateApp ( UpdateAppRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateAppRequest Container for the necessary parameters to execute the UpdateApp operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateElasticIp() public method

Initiates the asynchronous execution of the UpdateElasticIp operation.
public BeginUpdateElasticIp ( UpdateElasticIpRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateElasticIpRequest Container for the necessary parameters to execute the UpdateElasticIp operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateInstance() public method

Initiates the asynchronous execution of the UpdateInstance operation.
public BeginUpdateInstance ( UpdateInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateInstanceRequest Container for the necessary parameters to execute the UpdateInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateLayer() public method

Initiates the asynchronous execution of the UpdateLayer operation.
public BeginUpdateLayer ( UpdateLayerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateLayerRequest Container for the necessary parameters to execute the UpdateLayer operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateMyUserProfile() public method

Initiates the asynchronous execution of the UpdateMyUserProfile operation.
public BeginUpdateMyUserProfile ( UpdateMyUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateMyUserProfileRequest Container for the necessary parameters to execute the UpdateMyUserProfile operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateRdsDbInstance() public method

Initiates the asynchronous execution of the UpdateRdsDbInstance operation.
public BeginUpdateRdsDbInstance ( UpdateRdsDbInstanceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateRdsDbInstanceRequest Container for the necessary parameters to execute the UpdateRdsDbInstance operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateStack() public method

Initiates the asynchronous execution of the UpdateStack operation.
public BeginUpdateStack ( UpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateStackRequest Container for the necessary parameters to execute the UpdateStack operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateUserProfile() public method

Initiates the asynchronous execution of the UpdateUserProfile operation.
public BeginUpdateUserProfile ( UpdateUserProfileRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateUserProfileRequest Container for the necessary parameters to execute the UpdateUserProfile operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateVolume() public method

Initiates the asynchronous execution of the UpdateVolume operation.
public BeginUpdateVolume ( UpdateVolumeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.OpsWorks.Model.UpdateVolumeRequest Container for the necessary parameters to execute the UpdateVolume operation on AmazonOpsWorksClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

CloneStackAsync() public method

Initiates the asynchronous execution of the CloneStack operation.
public CloneStackAsync ( CloneStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.CloneStackRequest Container for the necessary parameters to execute the CloneStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateAppAsync() public method

Initiates the asynchronous execution of the CreateApp operation.
public CreateAppAsync ( CreateAppRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.CreateAppRequest Container for the necessary parameters to execute the CreateApp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateDeploymentAsync() public method

Initiates the asynchronous execution of the CreateDeployment operation.
public CreateDeploymentAsync ( CreateDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.CreateDeploymentRequest Container for the necessary parameters to execute the CreateDeployment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateInstanceAsync() public method

Initiates the asynchronous execution of the CreateInstance operation.
public CreateInstanceAsync ( CreateInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.CreateInstanceRequest Container for the necessary parameters to execute the CreateInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateLayerAsync() public method

Initiates the asynchronous execution of the CreateLayer operation.
public CreateLayerAsync ( CreateLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.CreateLayerRequest Container for the necessary parameters to execute the CreateLayer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateSigner() protected method

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
return Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CreateStackAsync() public method

Initiates the asynchronous execution of the CreateStack operation.
public CreateStackAsync ( CreateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.CreateStackRequest Container for the necessary parameters to execute the CreateStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateUserProfileAsync() public method

Initiates the asynchronous execution of the CreateUserProfile operation.
public CreateUserProfileAsync ( CreateUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.CreateUserProfileRequest Container for the necessary parameters to execute the CreateUserProfile operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteAppAsync() public method

Initiates the asynchronous execution of the DeleteApp operation.
public DeleteAppAsync ( DeleteAppRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeleteAppRequest Container for the necessary parameters to execute the DeleteApp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteInstanceAsync() public method

Initiates the asynchronous execution of the DeleteInstance operation.
public DeleteInstanceAsync ( DeleteInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeleteInstanceRequest Container for the necessary parameters to execute the DeleteInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteLayerAsync() public method

Initiates the asynchronous execution of the DeleteLayer operation.
public DeleteLayerAsync ( DeleteLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeleteLayerRequest Container for the necessary parameters to execute the DeleteLayer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteStackAsync() public method

Initiates the asynchronous execution of the DeleteStack operation.
public DeleteStackAsync ( DeleteStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeleteStackRequest Container for the necessary parameters to execute the DeleteStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteUserProfileAsync() public method

Initiates the asynchronous execution of the DeleteUserProfile operation.
public DeleteUserProfileAsync ( DeleteUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeleteUserProfileRequest Container for the necessary parameters to execute the DeleteUserProfile operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeregisterEcsClusterAsync() public method

Initiates the asynchronous execution of the DeregisterEcsCluster operation.
public DeregisterEcsClusterAsync ( DeregisterEcsClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeregisterEcsClusterRequest Container for the necessary parameters to execute the DeregisterEcsCluster operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeregisterElasticIpAsync() public method

Initiates the asynchronous execution of the DeregisterElasticIp operation.
public DeregisterElasticIpAsync ( DeregisterElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeregisterElasticIpRequest Container for the necessary parameters to execute the DeregisterElasticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeregisterInstanceAsync() public method

Initiates the asynchronous execution of the DeregisterInstance operation.
public DeregisterInstanceAsync ( DeregisterInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeregisterInstanceRequest Container for the necessary parameters to execute the DeregisterInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeregisterRdsDbInstanceAsync() public method

Initiates the asynchronous execution of the DeregisterRdsDbInstance operation.
public DeregisterRdsDbInstanceAsync ( DeregisterRdsDbInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeregisterRdsDbInstanceRequest Container for the necessary parameters to execute the DeregisterRdsDbInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeregisterVolumeAsync() public method

Initiates the asynchronous execution of the DeregisterVolume operation.
public DeregisterVolumeAsync ( DeregisterVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DeregisterVolumeRequest Container for the necessary parameters to execute the DeregisterVolume operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeAgentVersionsAsync() public method

Initiates the asynchronous execution of the DescribeAgentVersions operation.
public DescribeAgentVersionsAsync ( Amazon.OpsWorks.Model.DescribeAgentVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeAgentVersionsRequest Container for the necessary parameters to execute the DescribeAgentVersions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeAppsAsync() public method

Initiates the asynchronous execution of the DescribeApps operation.
public DescribeAppsAsync ( DescribeAppsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeAppsRequest Container for the necessary parameters to execute the DescribeApps operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeCommandsAsync() public method

Initiates the asynchronous execution of the DescribeCommands operation.
public DescribeCommandsAsync ( DescribeCommandsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeCommandsRequest Container for the necessary parameters to execute the DescribeCommands operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeDeploymentsAsync() public method

Initiates the asynchronous execution of the DescribeDeployments operation.
public DescribeDeploymentsAsync ( DescribeDeploymentsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeDeploymentsRequest Container for the necessary parameters to execute the DescribeDeployments operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeEcsClustersAsync() public method

Initiates the asynchronous execution of the DescribeEcsClusters operation.
public DescribeEcsClustersAsync ( DescribeEcsClustersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeEcsClustersRequest Container for the necessary parameters to execute the DescribeEcsClusters operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeElasticIpsAsync() public method

Initiates the asynchronous execution of the DescribeElasticIps operation.
public DescribeElasticIpsAsync ( DescribeElasticIpsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeElasticIpsRequest Container for the necessary parameters to execute the DescribeElasticIps operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeElasticLoadBalancersAsync() public method

Initiates the asynchronous execution of the DescribeElasticLoadBalancers operation.
public DescribeElasticLoadBalancersAsync ( DescribeElasticLoadBalancersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeElasticLoadBalancersRequest Container for the necessary parameters to execute the DescribeElasticLoadBalancers operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeElasticLoadBalancersAsync() public method

Describes a stack's Elastic Load Balancing instances.

You must specify at least one of the parameters.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a resource was not found. /// /// Indicates that a request was not valid. ///
public DescribeElasticLoadBalancersAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeInstancesAsync() public method

Initiates the asynchronous execution of the DescribeInstances operation.
public DescribeInstancesAsync ( DescribeInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeInstancesRequest Container for the necessary parameters to execute the DescribeInstances operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeLayersAsync() public method

Initiates the asynchronous execution of the DescribeLayers operation.
public DescribeLayersAsync ( DescribeLayersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeLayersRequest Container for the necessary parameters to execute the DescribeLayers operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeLoadBasedAutoScalingAsync() public method

Initiates the asynchronous execution of the DescribeLoadBasedAutoScaling operation.
public DescribeLoadBasedAutoScalingAsync ( DescribeLoadBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingRequest Container for the necessary parameters to execute the DescribeLoadBasedAutoScaling operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeMyUserProfileAsync() public method

Initiates the asynchronous execution of the DescribeMyUserProfile operation.
public DescribeMyUserProfileAsync ( DescribeMyUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DescribeMyUserProfileRequest Container for the necessary parameters to execute the DescribeMyUserProfile operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeMyUserProfileAsync() public method

Describes a user's SSH information.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

public DescribeMyUserProfileAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribePermissionsAsync() public method

Initiates the asynchronous execution of the DescribePermissions operation.
public DescribePermissionsAsync ( DescribePermissionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribePermissionsRequest Container for the necessary parameters to execute the DescribePermissions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeRaidArraysAsync() public method

Initiates the asynchronous execution of the DescribeRaidArrays operation.
public DescribeRaidArraysAsync ( DescribeRaidArraysRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeRaidArraysRequest Container for the necessary parameters to execute the DescribeRaidArrays operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeRdsDbInstancesAsync() public method

Initiates the asynchronous execution of the DescribeRdsDbInstances operation.
public DescribeRdsDbInstancesAsync ( DescribeRdsDbInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeRdsDbInstancesRequest Container for the necessary parameters to execute the DescribeRdsDbInstances operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeServiceErrorsAsync() public method

Initiates the asynchronous execution of the DescribeServiceErrors operation.
public DescribeServiceErrorsAsync ( DescribeServiceErrorsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeServiceErrorsRequest Container for the necessary parameters to execute the DescribeServiceErrors operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeServiceErrorsAsync() public method

Describes AWS OpsWorks service errors.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a resource was not found. /// /// Indicates that a request was not valid. ///
public DescribeServiceErrorsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeStackProvisioningParametersAsync() public method

Initiates the asynchronous execution of the DescribeStackProvisioningParameters operation.
public DescribeStackProvisioningParametersAsync ( DescribeStackProvisioningParametersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeStackProvisioningParametersRequest Container for the necessary parameters to execute the DescribeStackProvisioningParameters operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeStackSummaryAsync() public method

Initiates the asynchronous execution of the DescribeStackSummary operation.
public DescribeStackSummaryAsync ( DescribeStackSummaryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeStackSummaryRequest Container for the necessary parameters to execute the DescribeStackSummary operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeStacksAsync() public method

Initiates the asynchronous execution of the DescribeStacks operation.
public DescribeStacksAsync ( DescribeStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeStacksRequest Container for the necessary parameters to execute the DescribeStacks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeStacksAsync() public method

Requests a description of one or more stacks.

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a resource was not found. /// /// Indicates that a request was not valid. ///
public DescribeStacksAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeTimeBasedAutoScalingAsync() public method

Initiates the asynchronous execution of the DescribeTimeBasedAutoScaling operation.
public DescribeTimeBasedAutoScalingAsync ( DescribeTimeBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingRequest Container for the necessary parameters to execute the DescribeTimeBasedAutoScaling operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeUserProfilesAsync() public method

Initiates the asynchronous execution of the DescribeUserProfiles operation.
public DescribeUserProfilesAsync ( DescribeUserProfilesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeUserProfilesRequest Container for the necessary parameters to execute the DescribeUserProfiles operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeUserProfilesAsync() public method

Describe specified users.

Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a resource was not found. /// /// Indicates that a request was not valid. ///
public DescribeUserProfilesAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeVolumesAsync() public method

Initiates the asynchronous execution of the DescribeVolumes operation.
public DescribeVolumesAsync ( DescribeVolumesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeVolumesRequest Container for the necessary parameters to execute the DescribeVolumes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DetachElasticLoadBalancerAsync() public method

Initiates the asynchronous execution of the DetachElasticLoadBalancer operation.
public DetachElasticLoadBalancerAsync ( DetachElasticLoadBalancerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DetachElasticLoadBalancerRequest Container for the necessary parameters to execute the DetachElasticLoadBalancer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DisassociateElasticIpAsync() public method

Initiates the asynchronous execution of the DisassociateElasticIp operation.
public DisassociateElasticIpAsync ( DisassociateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DisassociateElasticIpRequest Container for the necessary parameters to execute the DisassociateElasticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

Dispose() protected method

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
return void

EndAssignInstance() public method

Finishes the asynchronous execution of the AssignInstance operation.
public EndAssignInstance ( IAsyncResult asyncResult ) : AssignInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssignInstance.
return AssignInstanceResponse

EndAssignVolume() public method

Finishes the asynchronous execution of the AssignVolume operation.
public EndAssignVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AssignVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssignVolume.
return Amazon.OpsWorks.Model.AssignVolumeResponse

EndAssociateElasticIp() public method

Finishes the asynchronous execution of the AssociateElasticIp operation.
public EndAssociateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AssociateElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateElasticIp.
return Amazon.OpsWorks.Model.AssociateElasticIpResponse

EndAttachElasticLoadBalancer() public method

Finishes the asynchronous execution of the AttachElasticLoadBalancer operation.
public EndAttachElasticLoadBalancer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAttachElasticLoadBalancer.
return Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse

EndCloneStack() public method

Finishes the asynchronous execution of the CloneStack operation.
public EndCloneStack ( IAsyncResult asyncResult ) : CloneStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCloneStack.
return Amazon.OpsWorks.Model.CloneStackResponse

EndCreateApp() public method

Finishes the asynchronous execution of the CreateApp operation.
public EndCreateApp ( IAsyncResult asyncResult ) : CreateAppResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApp.
return Amazon.OpsWorks.Model.CreateAppResponse

EndCreateDeployment() public method

Finishes the asynchronous execution of the CreateDeployment operation.
public EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDeployment.
return Amazon.OpsWorks.Model.CreateDeploymentResponse

EndCreateInstance() public method

Finishes the asynchronous execution of the CreateInstance operation.
public EndCreateInstance ( IAsyncResult asyncResult ) : CreateInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInstance.
return Amazon.OpsWorks.Model.CreateInstanceResponse

EndCreateLayer() public method

Finishes the asynchronous execution of the CreateLayer operation.
public EndCreateLayer ( IAsyncResult asyncResult ) : CreateLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateLayer.
return Amazon.OpsWorks.Model.CreateLayerResponse

EndCreateStack() public method

Finishes the asynchronous execution of the CreateStack operation.
public EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStack.
return Amazon.OpsWorks.Model.CreateStackResponse

EndCreateUserProfile() public method

Finishes the asynchronous execution of the CreateUserProfile operation.
public EndCreateUserProfile ( IAsyncResult asyncResult ) : CreateUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUserProfile.
return Amazon.OpsWorks.Model.CreateUserProfileResponse

EndDeleteApp() public method

Finishes the asynchronous execution of the DeleteApp operation.
public EndDeleteApp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteAppResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApp.
return Amazon.OpsWorks.Model.DeleteAppResponse

EndDeleteInstance() public method

Finishes the asynchronous execution of the DeleteInstance operation.
public EndDeleteInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteInstance.
return Amazon.OpsWorks.Model.DeleteInstanceResponse

EndDeleteLayer() public method

Finishes the asynchronous execution of the DeleteLayer operation.
public EndDeleteLayer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteLayer.
return Amazon.OpsWorks.Model.DeleteLayerResponse

EndDeleteStack() public method

Finishes the asynchronous execution of the DeleteStack operation.
public EndDeleteStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteStack.
return Amazon.OpsWorks.Model.DeleteStackResponse

EndDeleteUserProfile() public method

Finishes the asynchronous execution of the DeleteUserProfile operation.
public EndDeleteUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeleteUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUserProfile.
return Amazon.OpsWorks.Model.DeleteUserProfileResponse

EndDeregisterEcsCluster() public method

Finishes the asynchronous execution of the DeregisterEcsCluster operation.
public EndDeregisterEcsCluster ( IAsyncResult asyncResult ) : DeregisterEcsClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterEcsCluster.
return DeregisterEcsClusterResponse

EndDeregisterElasticIp() public method

Finishes the asynchronous execution of the DeregisterElasticIp operation.
public EndDeregisterElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterElasticIp.
return Amazon.OpsWorks.Model.DeregisterElasticIpResponse

EndDeregisterInstance() public method

Finishes the asynchronous execution of the DeregisterInstance operation.
public EndDeregisterInstance ( IAsyncResult asyncResult ) : DeregisterInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterInstance.
return DeregisterInstanceResponse

EndDeregisterRdsDbInstance() public method

Finishes the asynchronous execution of the DeregisterRdsDbInstance operation.
public EndDeregisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterRdsDbInstance.
return Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse

EndDeregisterVolume() public method

Finishes the asynchronous execution of the DeregisterVolume operation.
public EndDeregisterVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DeregisterVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterVolume.
return Amazon.OpsWorks.Model.DeregisterVolumeResponse

EndDescribeAgentVersions() public method

Finishes the asynchronous execution of the DescribeAgentVersions operation.
public EndDescribeAgentVersions ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeAgentVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAgentVersions.
return Amazon.OpsWorks.Model.DescribeAgentVersionsResponse

EndDescribeApps() public method

Finishes the asynchronous execution of the DescribeApps operation.
public EndDescribeApps ( IAsyncResult asyncResult ) : DescribeAppsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeApps.
return Amazon.OpsWorks.Model.DescribeAppsResponse

EndDescribeCommands() public method

Finishes the asynchronous execution of the DescribeCommands operation.
public EndDescribeCommands ( IAsyncResult asyncResult ) : DescribeCommandsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCommands.
return Amazon.OpsWorks.Model.DescribeCommandsResponse

EndDescribeDeployments() public method

Finishes the asynchronous execution of the DescribeDeployments operation.
public EndDescribeDeployments ( IAsyncResult asyncResult ) : DescribeDeploymentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDeployments.
return Amazon.OpsWorks.Model.DescribeDeploymentsResponse

EndDescribeEcsClusters() public method

Finishes the asynchronous execution of the DescribeEcsClusters operation.
public EndDescribeEcsClusters ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeEcsClustersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEcsClusters.
return Amazon.OpsWorks.Model.DescribeEcsClustersResponse

EndDescribeElasticIps() public method

Finishes the asynchronous execution of the DescribeElasticIps operation.
public EndDescribeElasticIps ( IAsyncResult asyncResult ) : DescribeElasticIpsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeElasticIps.
return Amazon.OpsWorks.Model.DescribeElasticIpsResponse

EndDescribeElasticLoadBalancers() public method

Finishes the asynchronous execution of the DescribeElasticLoadBalancers operation.
public EndDescribeElasticLoadBalancers ( IAsyncResult asyncResult ) : DescribeElasticLoadBalancersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeElasticLoadBalancers.
return Amazon.OpsWorks.Model.DescribeElasticLoadBalancersResponse

EndDescribeInstances() public method

Finishes the asynchronous execution of the DescribeInstances operation.
public EndDescribeInstances ( IAsyncResult asyncResult ) : DescribeInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstances.
return Amazon.OpsWorks.Model.DescribeInstancesResponse

EndDescribeLayers() public method

Finishes the asynchronous execution of the DescribeLayers operation.
public EndDescribeLayers ( IAsyncResult asyncResult ) : DescribeLayersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeLayers.
return Amazon.OpsWorks.Model.DescribeLayersResponse

EndDescribeLoadBasedAutoScaling() public method

Finishes the asynchronous execution of the DescribeLoadBasedAutoScaling operation.
public EndDescribeLoadBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeLoadBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeLoadBasedAutoScaling.
return Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingResponse

EndDescribeMyUserProfile() public method

Finishes the asynchronous execution of the DescribeMyUserProfile operation.
public EndDescribeMyUserProfile ( IAsyncResult asyncResult ) : DescribeMyUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMyUserProfile.
return Amazon.OpsWorks.Model.DescribeMyUserProfileResponse

EndDescribePermissions() public method

Finishes the asynchronous execution of the DescribePermissions operation.
public EndDescribePermissions ( IAsyncResult asyncResult ) : DescribePermissionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePermissions.
return Amazon.OpsWorks.Model.DescribePermissionsResponse

EndDescribeRaidArrays() public method

Finishes the asynchronous execution of the DescribeRaidArrays operation.
public EndDescribeRaidArrays ( IAsyncResult asyncResult ) : DescribeRaidArraysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRaidArrays.
return Amazon.OpsWorks.Model.DescribeRaidArraysResponse

EndDescribeRdsDbInstances() public method

Finishes the asynchronous execution of the DescribeRdsDbInstances operation.
public EndDescribeRdsDbInstances ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRdsDbInstances.
return Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse

EndDescribeServiceErrors() public method

Finishes the asynchronous execution of the DescribeServiceErrors operation.
public EndDescribeServiceErrors ( IAsyncResult asyncResult ) : DescribeServiceErrorsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeServiceErrors.
return Amazon.OpsWorks.Model.DescribeServiceErrorsResponse

EndDescribeStackProvisioningParameters() public method

Finishes the asynchronous execution of the DescribeStackProvisioningParameters operation.
public EndDescribeStackProvisioningParameters ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackProvisioningParameters.
return Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse

EndDescribeStackSummary() public method

Finishes the asynchronous execution of the DescribeStackSummary operation.
public EndDescribeStackSummary ( IAsyncResult asyncResult ) : DescribeStackSummaryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackSummary.
return Amazon.OpsWorks.Model.DescribeStackSummaryResponse

EndDescribeStacks() public method

Finishes the asynchronous execution of the DescribeStacks operation.
public EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStacks.
return Amazon.OpsWorks.Model.DescribeStacksResponse

EndDescribeTimeBasedAutoScaling() public method

Finishes the asynchronous execution of the DescribeTimeBasedAutoScaling operation.
public EndDescribeTimeBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeTimeBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTimeBasedAutoScaling.
return Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingResponse

EndDescribeUserProfiles() public method

Finishes the asynchronous execution of the DescribeUserProfiles operation.
public EndDescribeUserProfiles ( IAsyncResult asyncResult ) : DescribeUserProfilesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeUserProfiles.
return Amazon.OpsWorks.Model.DescribeUserProfilesResponse

EndDescribeVolumes() public method

Finishes the asynchronous execution of the DescribeVolumes operation.
public EndDescribeVolumes ( IAsyncResult asyncResult ) : DescribeVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVolumes.
return Amazon.OpsWorks.Model.DescribeVolumesResponse

EndDetachElasticLoadBalancer() public method

Finishes the asynchronous execution of the DetachElasticLoadBalancer operation.
public EndDetachElasticLoadBalancer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDetachElasticLoadBalancer.
return Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse

EndDisassociateElasticIp() public method

Finishes the asynchronous execution of the DisassociateElasticIp operation.
public EndDisassociateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DisassociateElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateElasticIp.
return Amazon.OpsWorks.Model.DisassociateElasticIpResponse

EndGetHostnameSuggestion() public method

Finishes the asynchronous execution of the GetHostnameSuggestion operation.
public EndGetHostnameSuggestion ( IAsyncResult asyncResult ) : GetHostnameSuggestionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHostnameSuggestion.
return Amazon.OpsWorks.Model.GetHostnameSuggestionResponse

EndGrantAccess() public method

Finishes the asynchronous execution of the GrantAccess operation.
public EndGrantAccess ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.GrantAccessResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGrantAccess.
return Amazon.OpsWorks.Model.GrantAccessResponse

EndRebootInstance() public method

Finishes the asynchronous execution of the RebootInstance operation.
public EndRebootInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RebootInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebootInstance.
return Amazon.OpsWorks.Model.RebootInstanceResponse

EndRegisterEcsCluster() public method

Finishes the asynchronous execution of the RegisterEcsCluster operation.
public EndRegisterEcsCluster ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterEcsClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterEcsCluster.
return Amazon.OpsWorks.Model.RegisterEcsClusterResponse

EndRegisterElasticIp() public method

Finishes the asynchronous execution of the RegisterElasticIp operation.
public EndRegisterElasticIp ( IAsyncResult asyncResult ) : RegisterElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterElasticIp.
return Amazon.OpsWorks.Model.RegisterElasticIpResponse

EndRegisterInstance() public method

Finishes the asynchronous execution of the RegisterInstance operation.
public EndRegisterInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterInstance.
return Amazon.OpsWorks.Model.RegisterInstanceResponse

EndRegisterRdsDbInstance() public method

Finishes the asynchronous execution of the RegisterRdsDbInstance operation.
public EndRegisterRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterRdsDbInstance.
return Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse

EndRegisterVolume() public method

Finishes the asynchronous execution of the RegisterVolume operation.
public EndRegisterVolume ( IAsyncResult asyncResult ) : RegisterVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterVolume.
return Amazon.OpsWorks.Model.RegisterVolumeResponse

EndSetLoadBasedAutoScaling() public method

Finishes the asynchronous execution of the SetLoadBasedAutoScaling operation.
public EndSetLoadBasedAutoScaling ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetLoadBasedAutoScaling.
return Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse

EndSetPermission() public method

Finishes the asynchronous execution of the SetPermission operation.
public EndSetPermission ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetPermissionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetPermission.
return Amazon.OpsWorks.Model.SetPermissionResponse

EndSetTimeBasedAutoScaling() public method

Finishes the asynchronous execution of the SetTimeBasedAutoScaling operation.
public EndSetTimeBasedAutoScaling ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetTimeBasedAutoScaling.
return Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse

EndStartInstance() public method

Finishes the asynchronous execution of the StartInstance operation.
public EndStartInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StartInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartInstance.
return Amazon.OpsWorks.Model.StartInstanceResponse

EndStartStack() public method

Finishes the asynchronous execution of the StartStack operation.
public EndStartStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StartStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartStack.
return Amazon.OpsWorks.Model.StartStackResponse

EndStopInstance() public method

Finishes the asynchronous execution of the StopInstance operation.
public EndStopInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StopInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopInstance.
return Amazon.OpsWorks.Model.StopInstanceResponse

EndStopStack() public method

Finishes the asynchronous execution of the StopStack operation.
public EndStopStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.StopStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopStack.
return Amazon.OpsWorks.Model.StopStackResponse

EndUnassignInstance() public method

Finishes the asynchronous execution of the UnassignInstance operation.
public EndUnassignInstance ( IAsyncResult asyncResult ) : UnassignInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnassignInstance.
return UnassignInstanceResponse

EndUnassignVolume() public method

Finishes the asynchronous execution of the UnassignVolume operation.
public EndUnassignVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UnassignVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnassignVolume.
return Amazon.OpsWorks.Model.UnassignVolumeResponse

EndUpdateApp() public method

Finishes the asynchronous execution of the UpdateApp operation.
public EndUpdateApp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateAppResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApp.
return Amazon.OpsWorks.Model.UpdateAppResponse

EndUpdateElasticIp() public method

Finishes the asynchronous execution of the UpdateElasticIp operation.
public EndUpdateElasticIp ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateElasticIp.
return Amazon.OpsWorks.Model.UpdateElasticIpResponse

EndUpdateInstance() public method

Finishes the asynchronous execution of the UpdateInstance operation.
public EndUpdateInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateInstance.
return Amazon.OpsWorks.Model.UpdateInstanceResponse

EndUpdateLayer() public method

Finishes the asynchronous execution of the UpdateLayer operation.
public EndUpdateLayer ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateLayer.
return Amazon.OpsWorks.Model.UpdateLayerResponse

EndUpdateMyUserProfile() public method

Finishes the asynchronous execution of the UpdateMyUserProfile operation.
public EndUpdateMyUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateMyUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMyUserProfile.
return Amazon.OpsWorks.Model.UpdateMyUserProfileResponse

EndUpdateRdsDbInstance() public method

Finishes the asynchronous execution of the UpdateRdsDbInstance operation.
public EndUpdateRdsDbInstance ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateRdsDbInstance.
return Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse

EndUpdateStack() public method

Finishes the asynchronous execution of the UpdateStack operation.
public EndUpdateStack ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateStack.
return Amazon.OpsWorks.Model.UpdateStackResponse

EndUpdateUserProfile() public method

Finishes the asynchronous execution of the UpdateUserProfile operation.
public EndUpdateUserProfile ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUserProfile.
return Amazon.OpsWorks.Model.UpdateUserProfileResponse

EndUpdateVolume() public method

Finishes the asynchronous execution of the UpdateVolume operation.
public EndUpdateVolume ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.UpdateVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateVolume.
return Amazon.OpsWorks.Model.UpdateVolumeResponse

GetHostnameSuggestionAsync() public method

Initiates the asynchronous execution of the GetHostnameSuggestion operation.
public GetHostnameSuggestionAsync ( GetHostnameSuggestionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.GetHostnameSuggestionRequest Container for the necessary parameters to execute the GetHostnameSuggestion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GrantAccessAsync() public method

Initiates the asynchronous execution of the GrantAccess operation.
public GrantAccessAsync ( GrantAccessRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.GrantAccessRequest Container for the necessary parameters to execute the GrantAccess operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RebootInstanceAsync() public method

Initiates the asynchronous execution of the RebootInstance operation.
public RebootInstanceAsync ( RebootInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.RebootInstanceRequest Container for the necessary parameters to execute the RebootInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RegisterEcsClusterAsync() public method

Initiates the asynchronous execution of the RegisterEcsCluster operation.
public RegisterEcsClusterAsync ( RegisterEcsClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.RegisterEcsClusterRequest Container for the necessary parameters to execute the RegisterEcsCluster operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RegisterElasticIpAsync() public method

Initiates the asynchronous execution of the RegisterElasticIp operation.
public RegisterElasticIpAsync ( RegisterElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.RegisterElasticIpRequest Container for the necessary parameters to execute the RegisterElasticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RegisterInstanceAsync() public method

Initiates the asynchronous execution of the RegisterInstance operation.
public RegisterInstanceAsync ( RegisterInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.RegisterInstanceRequest Container for the necessary parameters to execute the RegisterInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RegisterRdsDbInstanceAsync() public method

Initiates the asynchronous execution of the RegisterRdsDbInstance operation.
public RegisterRdsDbInstanceAsync ( RegisterRdsDbInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.RegisterRdsDbInstanceRequest Container for the necessary parameters to execute the RegisterRdsDbInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RegisterVolumeAsync() public method

Initiates the asynchronous execution of the RegisterVolume operation.
public RegisterVolumeAsync ( RegisterVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.RegisterVolumeRequest Container for the necessary parameters to execute the RegisterVolume operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

SetLoadBasedAutoScalingAsync() public method

Initiates the asynchronous execution of the SetLoadBasedAutoScaling operation.
public SetLoadBasedAutoScalingAsync ( SetLoadBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.SetLoadBasedAutoScalingRequest Container for the necessary parameters to execute the SetLoadBasedAutoScaling operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

SetPermissionAsync() public method

Initiates the asynchronous execution of the SetPermission operation.
public SetPermissionAsync ( SetPermissionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.SetPermissionRequest Container for the necessary parameters to execute the SetPermission operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

SetTimeBasedAutoScalingAsync() public method

Initiates the asynchronous execution of the SetTimeBasedAutoScaling operation.
public SetTimeBasedAutoScalingAsync ( SetTimeBasedAutoScalingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.SetTimeBasedAutoScalingRequest Container for the necessary parameters to execute the SetTimeBasedAutoScaling operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

StartInstanceAsync() public method

Initiates the asynchronous execution of the StartInstance operation.
public StartInstanceAsync ( StartInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.StartInstanceRequest Container for the necessary parameters to execute the StartInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

StartStackAsync() public method

Initiates the asynchronous execution of the StartStack operation.
public StartStackAsync ( StartStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.StartStackRequest Container for the necessary parameters to execute the StartStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

StopInstanceAsync() public method

Initiates the asynchronous execution of the StopInstance operation.
public StopInstanceAsync ( StopInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.StopInstanceRequest Container for the necessary parameters to execute the StopInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

StopStackAsync() public method

Initiates the asynchronous execution of the StopStack operation.
public StopStackAsync ( StopStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.StopStackRequest Container for the necessary parameters to execute the StopStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UnassignInstanceAsync() public method

Initiates the asynchronous execution of the UnassignInstance operation.
public UnassignInstanceAsync ( UnassignInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UnassignInstanceRequest Container for the necessary parameters to execute the UnassignInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UnassignVolumeAsync() public method

Initiates the asynchronous execution of the UnassignVolume operation.
public UnassignVolumeAsync ( UnassignVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UnassignVolumeRequest Container for the necessary parameters to execute the UnassignVolume operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateAppAsync() public method

Initiates the asynchronous execution of the UpdateApp operation.
public UpdateAppAsync ( UpdateAppRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateAppRequest Container for the necessary parameters to execute the UpdateApp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateElasticIpAsync() public method

Initiates the asynchronous execution of the UpdateElasticIp operation.
public UpdateElasticIpAsync ( UpdateElasticIpRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateElasticIpRequest Container for the necessary parameters to execute the UpdateElasticIp operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateInstanceAsync() public method

Initiates the asynchronous execution of the UpdateInstance operation.
public UpdateInstanceAsync ( UpdateInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateInstanceRequest Container for the necessary parameters to execute the UpdateInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateLayerAsync() public method

Initiates the asynchronous execution of the UpdateLayer operation.
public UpdateLayerAsync ( UpdateLayerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateLayerRequest Container for the necessary parameters to execute the UpdateLayer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateMyUserProfileAsync() public method

Updates a user's SSH public key.

Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions.

/// Indicates that a request was not valid. ///
public UpdateMyUserProfileAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateMyUserProfileAsync() public method

Initiates the asynchronous execution of the UpdateMyUserProfile operation.
public UpdateMyUserProfileAsync ( UpdateMyUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateMyUserProfileRequest Container for the necessary parameters to execute the UpdateMyUserProfile operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateRdsDbInstanceAsync() public method

Initiates the asynchronous execution of the UpdateRdsDbInstance operation.
public UpdateRdsDbInstanceAsync ( UpdateRdsDbInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateRdsDbInstanceRequest Container for the necessary parameters to execute the UpdateRdsDbInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateStackAsync() public method

Initiates the asynchronous execution of the UpdateStack operation.
public UpdateStackAsync ( UpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateStackRequest Container for the necessary parameters to execute the UpdateStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateUserProfileAsync() public method

Initiates the asynchronous execution of the UpdateUserProfile operation.
public UpdateUserProfileAsync ( UpdateUserProfileRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateUserProfileRequest Container for the necessary parameters to execute the UpdateUserProfile operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateVolumeAsync() public method

Initiates the asynchronous execution of the UpdateVolume operation.
public UpdateVolumeAsync ( UpdateVolumeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateVolumeRequest Container for the necessary parameters to execute the UpdateVolume operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task