C# Класс 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.

Наследование: AmazonWebServiceClient, IAmazonOpsWorks
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Приватные методы

Метод Описание
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

Описание методов

AmazonOpsWorksClient() публичный Метод

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
Результат System

AmazonOpsWorksClient() публичный Метод

Constructs AmazonOpsWorksClient with AWS Credentials
public AmazonOpsWorksClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonOpsWorksClient() публичный Метод

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
Результат System

AmazonOpsWorksClient() публичный Метод

Constructs AmazonOpsWorksClient with AWS Credentials
public AmazonOpsWorksClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonOpsWorksClient() публичный Метод

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
Результат System

AmazonOpsWorksClient() публичный Метод

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.
Результат System

AmazonOpsWorksClient() публичный Метод

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
Результат System

AmazonOpsWorksClient() публичный Метод

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
Результат System

AmazonOpsWorksClient() публичный Метод

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.
Результат System

AmazonOpsWorksClient() публичный Метод

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
Результат System

AmazonOpsWorksClient() публичный Метод

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
Результат System

AmazonOpsWorksClient() публичный Метод

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.
Результат System

AssignInstanceAsync() публичный Метод

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. ///
Результат Task

AssignVolumeAsync() публичный Метод

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. ///
Результат Task

AssociateElasticIpAsync() публичный Метод

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. ///
Результат Task

AttachElasticLoadBalancerAsync() публичный Метод

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. ///
Результат Task

BeginAssignInstance() публичный Метод

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.
Результат IAsyncResult

BeginAssignVolume() публичный Метод

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.
Результат IAsyncResult

BeginAssociateElasticIp() публичный Метод

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.
Результат IAsyncResult

BeginAttachElasticLoadBalancer() публичный Метод

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.
Результат IAsyncResult

BeginCloneStack() публичный Метод

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.
Результат IAsyncResult

BeginCreateApp() публичный Метод

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.
Результат IAsyncResult

BeginCreateDeployment() публичный Метод

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.
Результат IAsyncResult

BeginCreateInstance() публичный Метод

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.
Результат IAsyncResult

BeginCreateLayer() публичный Метод

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.
Результат IAsyncResult

BeginCreateStack() публичный Метод

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.
Результат IAsyncResult

BeginCreateUserProfile() публичный Метод

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.
Результат IAsyncResult

BeginDeleteApp() публичный Метод

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.
Результат IAsyncResult

BeginDeleteInstance() публичный Метод

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.
Результат IAsyncResult

BeginDeleteLayer() публичный Метод

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.
Результат IAsyncResult

BeginDeleteStack() публичный Метод

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.
Результат IAsyncResult

BeginDeleteUserProfile() публичный Метод

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.
Результат IAsyncResult

BeginDeregisterEcsCluster() публичный Метод

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.
Результат IAsyncResult

BeginDeregisterElasticIp() публичный Метод

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.
Результат IAsyncResult

BeginDeregisterInstance() публичный Метод

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.
Результат IAsyncResult

BeginDeregisterRdsDbInstance() публичный Метод

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.
Результат IAsyncResult

BeginDeregisterVolume() публичный Метод

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.
Результат IAsyncResult

BeginDescribeAgentVersions() публичный Метод

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.
Результат IAsyncResult

BeginDescribeApps() публичный Метод

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.
Результат IAsyncResult

BeginDescribeCommands() публичный Метод

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.
Результат IAsyncResult

BeginDescribeDeployments() публичный Метод

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.
Результат IAsyncResult

BeginDescribeEcsClusters() публичный Метод

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.
Результат IAsyncResult

BeginDescribeElasticIps() публичный Метод

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.
Результат IAsyncResult

BeginDescribeElasticLoadBalancers() публичный Метод

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.
Результат IAsyncResult

BeginDescribeInstances() публичный Метод

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.
Результат IAsyncResult

BeginDescribeLayers() публичный Метод

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.
Результат IAsyncResult

BeginDescribeLoadBasedAutoScaling() публичный Метод

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.
Результат IAsyncResult

BeginDescribeMyUserProfile() публичный Метод

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.
Результат IAsyncResult

BeginDescribePermissions() публичный Метод

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.
Результат IAsyncResult

BeginDescribeRaidArrays() публичный Метод

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.
Результат IAsyncResult

BeginDescribeRdsDbInstances() публичный Метод

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.
Результат IAsyncResult

BeginDescribeServiceErrors() публичный Метод

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.
Результат IAsyncResult

BeginDescribeStackProvisioningParameters() публичный Метод

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.
Результат IAsyncResult

BeginDescribeStackSummary() публичный Метод

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.
Результат IAsyncResult

BeginDescribeStacks() публичный Метод

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.
Результат IAsyncResult

BeginDescribeTimeBasedAutoScaling() публичный Метод

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.
Результат IAsyncResult

BeginDescribeUserProfiles() публичный Метод

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.
Результат IAsyncResult

BeginDescribeVolumes() публичный Метод

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.
Результат IAsyncResult

BeginDetachElasticLoadBalancer() публичный Метод

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.
Результат IAsyncResult

BeginDisassociateElasticIp() публичный Метод

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.
Результат IAsyncResult

BeginGetHostnameSuggestion() публичный Метод

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.
Результат IAsyncResult

BeginGrantAccess() публичный Метод

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.
Результат IAsyncResult

BeginRebootInstance() публичный Метод

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.
Результат IAsyncResult

BeginRegisterEcsCluster() публичный Метод

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.
Результат IAsyncResult

BeginRegisterElasticIp() публичный Метод

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.
Результат IAsyncResult

BeginRegisterInstance() публичный Метод

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.
Результат IAsyncResult

BeginRegisterRdsDbInstance() публичный Метод

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.
Результат IAsyncResult

BeginRegisterVolume() публичный Метод

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.
Результат IAsyncResult

BeginSetLoadBasedAutoScaling() публичный Метод

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.
Результат IAsyncResult

BeginSetPermission() публичный Метод

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.
Результат IAsyncResult

BeginSetTimeBasedAutoScaling() публичный Метод

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.
Результат IAsyncResult

BeginStartInstance() публичный Метод

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.
Результат IAsyncResult

BeginStartStack() публичный Метод

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.
Результат IAsyncResult

BeginStopInstance() публичный Метод

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.
Результат IAsyncResult

BeginStopStack() публичный Метод

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.
Результат IAsyncResult

BeginUnassignInstance() публичный Метод

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.
Результат IAsyncResult

BeginUnassignVolume() публичный Метод

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.
Результат IAsyncResult

BeginUpdateApp() публичный Метод

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.
Результат IAsyncResult

BeginUpdateElasticIp() публичный Метод

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.
Результат IAsyncResult

BeginUpdateInstance() публичный Метод

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.
Результат IAsyncResult

BeginUpdateLayer() публичный Метод

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.
Результат IAsyncResult

BeginUpdateMyUserProfile() публичный Метод

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.
Результат IAsyncResult

BeginUpdateRdsDbInstance() публичный Метод

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.
Результат IAsyncResult

BeginUpdateStack() публичный Метод

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.
Результат IAsyncResult

BeginUpdateUserProfile() публичный Метод

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.
Результат IAsyncResult

BeginUpdateVolume() публичный Метод

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.
Результат IAsyncResult

CloneStackAsync() публичный Метод

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. ///
Результат Task

CreateAppAsync() публичный Метод

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. ///
Результат Task

CreateDeploymentAsync() публичный Метод

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. ///
Результат Task

CreateInstanceAsync() публичный Метод

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. ///
Результат Task

CreateLayerAsync() публичный Метод

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. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CreateStackAsync() публичный Метод

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. ///
Результат Task

CreateUserProfileAsync() публичный Метод

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. ///
Результат Task

DeleteAppAsync() публичный Метод

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. ///
Результат Task

DeleteInstanceAsync() публичный Метод

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. ///
Результат Task

DeleteLayerAsync() публичный Метод

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. ///
Результат Task

DeleteStackAsync() публичный Метод

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. ///
Результат Task

DeleteUserProfileAsync() публичный Метод

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. ///
Результат Task

DeregisterEcsClusterAsync() публичный Метод

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. ///
Результат Task

DeregisterElasticIpAsync() публичный Метод

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. ///
Результат Task

DeregisterInstanceAsync() публичный Метод

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. ///
Результат Task

DeregisterRdsDbInstanceAsync() публичный Метод

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. ///
Результат Task

DeregisterVolumeAsync() публичный Метод

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. ///
Результат Task

DescribeAgentVersionsAsync() публичный Метод

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. ///
Результат Task

DescribeAppsAsync() публичный Метод

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. ///
Результат Task

DescribeCommandsAsync() публичный Метод

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. ///
Результат Task

DescribeDeploymentsAsync() публичный Метод

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. ///
Результат Task

DescribeEcsClustersAsync() публичный Метод

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. ///
Результат Task

DescribeElasticIpsAsync() публичный Метод

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. ///
Результат Task

DescribeElasticLoadBalancersAsync() публичный Метод

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. ///
Результат Task

DescribeElasticLoadBalancersAsync() публичный Метод

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. ///
Результат Task

DescribeInstancesAsync() публичный Метод

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. ///
Результат Task

DescribeLayersAsync() публичный Метод

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. ///
Результат Task

DescribeLoadBasedAutoScalingAsync() публичный Метод

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. ///
Результат Task

DescribeMyUserProfileAsync() публичный Метод

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. ///
Результат Task

DescribeMyUserProfileAsync() публичный Метод

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. ///
Результат Task

DescribePermissionsAsync() публичный Метод

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. ///
Результат Task

DescribeRaidArraysAsync() публичный Метод

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. ///
Результат Task

DescribeRdsDbInstancesAsync() публичный Метод

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. ///
Результат Task

DescribeServiceErrorsAsync() публичный Метод

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. ///
Результат Task

DescribeServiceErrorsAsync() публичный Метод

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. ///
Результат Task

DescribeStackProvisioningParametersAsync() публичный Метод

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. ///
Результат Task

DescribeStackSummaryAsync() публичный Метод

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. ///
Результат Task

DescribeStacksAsync() публичный Метод

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. ///
Результат Task

DescribeStacksAsync() публичный Метод

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. ///
Результат Task

DescribeTimeBasedAutoScalingAsync() публичный Метод

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. ///
Результат Task

DescribeUserProfilesAsync() публичный Метод

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. ///
Результат Task

DescribeUserProfilesAsync() публичный Метод

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. ///
Результат Task

DescribeVolumesAsync() публичный Метод

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. ///
Результат Task

DetachElasticLoadBalancerAsync() публичный Метод

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. ///
Результат Task

DisassociateElasticIpAsync() публичный Метод

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. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndAssignInstance() публичный Метод

Finishes the asynchronous execution of the AssignInstance operation.
public EndAssignInstance ( IAsyncResult asyncResult ) : AssignInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssignInstance.
Результат AssignInstanceResponse

EndAssignVolume() публичный Метод

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.
Результат Amazon.OpsWorks.Model.AssignVolumeResponse

EndAssociateElasticIp() публичный Метод

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.
Результат Amazon.OpsWorks.Model.AssociateElasticIpResponse

EndAttachElasticLoadBalancer() публичный Метод

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.
Результат Amazon.OpsWorks.Model.AttachElasticLoadBalancerResponse

EndCloneStack() публичный Метод

Finishes the asynchronous execution of the CloneStack operation.
public EndCloneStack ( IAsyncResult asyncResult ) : CloneStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCloneStack.
Результат Amazon.OpsWorks.Model.CloneStackResponse

EndCreateApp() публичный Метод

Finishes the asynchronous execution of the CreateApp operation.
public EndCreateApp ( IAsyncResult asyncResult ) : CreateAppResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApp.
Результат Amazon.OpsWorks.Model.CreateAppResponse

EndCreateDeployment() публичный Метод

Finishes the asynchronous execution of the CreateDeployment operation.
public EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDeployment.
Результат Amazon.OpsWorks.Model.CreateDeploymentResponse

EndCreateInstance() публичный Метод

Finishes the asynchronous execution of the CreateInstance operation.
public EndCreateInstance ( IAsyncResult asyncResult ) : CreateInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateInstance.
Результат Amazon.OpsWorks.Model.CreateInstanceResponse

EndCreateLayer() публичный Метод

Finishes the asynchronous execution of the CreateLayer operation.
public EndCreateLayer ( IAsyncResult asyncResult ) : CreateLayerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateLayer.
Результат Amazon.OpsWorks.Model.CreateLayerResponse

EndCreateStack() публичный Метод

Finishes the asynchronous execution of the CreateStack operation.
public EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStack.
Результат Amazon.OpsWorks.Model.CreateStackResponse

EndCreateUserProfile() публичный Метод

Finishes the asynchronous execution of the CreateUserProfile operation.
public EndCreateUserProfile ( IAsyncResult asyncResult ) : CreateUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUserProfile.
Результат Amazon.OpsWorks.Model.CreateUserProfileResponse

EndDeleteApp() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DeleteAppResponse

EndDeleteInstance() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DeleteInstanceResponse

EndDeleteLayer() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DeleteLayerResponse

EndDeleteStack() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DeleteStackResponse

EndDeleteUserProfile() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DeleteUserProfileResponse

EndDeregisterEcsCluster() публичный Метод

Finishes the asynchronous execution of the DeregisterEcsCluster operation.
public EndDeregisterEcsCluster ( IAsyncResult asyncResult ) : DeregisterEcsClusterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterEcsCluster.
Результат DeregisterEcsClusterResponse

EndDeregisterElasticIp() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DeregisterElasticIpResponse

EndDeregisterInstance() публичный Метод

Finishes the asynchronous execution of the DeregisterInstance operation.
public EndDeregisterInstance ( IAsyncResult asyncResult ) : DeregisterInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeregisterInstance.
Результат DeregisterInstanceResponse

EndDeregisterRdsDbInstance() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DeregisterRdsDbInstanceResponse

EndDeregisterVolume() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DeregisterVolumeResponse

EndDescribeAgentVersions() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DescribeAgentVersionsResponse

EndDescribeApps() публичный Метод

Finishes the asynchronous execution of the DescribeApps operation.
public EndDescribeApps ( IAsyncResult asyncResult ) : DescribeAppsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeApps.
Результат Amazon.OpsWorks.Model.DescribeAppsResponse

EndDescribeCommands() публичный Метод

Finishes the asynchronous execution of the DescribeCommands operation.
public EndDescribeCommands ( IAsyncResult asyncResult ) : DescribeCommandsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeCommands.
Результат Amazon.OpsWorks.Model.DescribeCommandsResponse

EndDescribeDeployments() публичный Метод

Finishes the asynchronous execution of the DescribeDeployments operation.
public EndDescribeDeployments ( IAsyncResult asyncResult ) : DescribeDeploymentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeDeployments.
Результат Amazon.OpsWorks.Model.DescribeDeploymentsResponse

EndDescribeEcsClusters() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DescribeEcsClustersResponse

EndDescribeElasticIps() публичный Метод

Finishes the asynchronous execution of the DescribeElasticIps operation.
public EndDescribeElasticIps ( IAsyncResult asyncResult ) : DescribeElasticIpsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeElasticIps.
Результат Amazon.OpsWorks.Model.DescribeElasticIpsResponse

EndDescribeElasticLoadBalancers() публичный Метод

Finishes the asynchronous execution of the DescribeElasticLoadBalancers operation.
public EndDescribeElasticLoadBalancers ( IAsyncResult asyncResult ) : DescribeElasticLoadBalancersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeElasticLoadBalancers.
Результат Amazon.OpsWorks.Model.DescribeElasticLoadBalancersResponse

EndDescribeInstances() публичный Метод

Finishes the asynchronous execution of the DescribeInstances operation.
public EndDescribeInstances ( IAsyncResult asyncResult ) : DescribeInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstances.
Результат Amazon.OpsWorks.Model.DescribeInstancesResponse

EndDescribeLayers() публичный Метод

Finishes the asynchronous execution of the DescribeLayers operation.
public EndDescribeLayers ( IAsyncResult asyncResult ) : DescribeLayersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeLayers.
Результат Amazon.OpsWorks.Model.DescribeLayersResponse

EndDescribeLoadBasedAutoScaling() публичный Метод

Finishes the asynchronous execution of the DescribeLoadBasedAutoScaling operation.
public EndDescribeLoadBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeLoadBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeLoadBasedAutoScaling.
Результат Amazon.OpsWorks.Model.DescribeLoadBasedAutoScalingResponse

EndDescribeMyUserProfile() публичный Метод

Finishes the asynchronous execution of the DescribeMyUserProfile operation.
public EndDescribeMyUserProfile ( IAsyncResult asyncResult ) : DescribeMyUserProfileResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeMyUserProfile.
Результат Amazon.OpsWorks.Model.DescribeMyUserProfileResponse

EndDescribePermissions() публичный Метод

Finishes the asynchronous execution of the DescribePermissions operation.
public EndDescribePermissions ( IAsyncResult asyncResult ) : DescribePermissionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribePermissions.
Результат Amazon.OpsWorks.Model.DescribePermissionsResponse

EndDescribeRaidArrays() публичный Метод

Finishes the asynchronous execution of the DescribeRaidArrays operation.
public EndDescribeRaidArrays ( IAsyncResult asyncResult ) : DescribeRaidArraysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRaidArrays.
Результат Amazon.OpsWorks.Model.DescribeRaidArraysResponse

EndDescribeRdsDbInstances() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse

EndDescribeServiceErrors() публичный Метод

Finishes the asynchronous execution of the DescribeServiceErrors operation.
public EndDescribeServiceErrors ( IAsyncResult asyncResult ) : DescribeServiceErrorsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeServiceErrors.
Результат Amazon.OpsWorks.Model.DescribeServiceErrorsResponse

EndDescribeStackProvisioningParameters() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DescribeStackProvisioningParametersResponse

EndDescribeStackSummary() публичный Метод

Finishes the asynchronous execution of the DescribeStackSummary operation.
public EndDescribeStackSummary ( IAsyncResult asyncResult ) : DescribeStackSummaryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStackSummary.
Результат Amazon.OpsWorks.Model.DescribeStackSummaryResponse

EndDescribeStacks() публичный Метод

Finishes the asynchronous execution of the DescribeStacks operation.
public EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStacks.
Результат Amazon.OpsWorks.Model.DescribeStacksResponse

EndDescribeTimeBasedAutoScaling() публичный Метод

Finishes the asynchronous execution of the DescribeTimeBasedAutoScaling operation.
public EndDescribeTimeBasedAutoScaling ( IAsyncResult asyncResult ) : DescribeTimeBasedAutoScalingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeTimeBasedAutoScaling.
Результат Amazon.OpsWorks.Model.DescribeTimeBasedAutoScalingResponse

EndDescribeUserProfiles() публичный Метод

Finishes the asynchronous execution of the DescribeUserProfiles operation.
public EndDescribeUserProfiles ( IAsyncResult asyncResult ) : DescribeUserProfilesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeUserProfiles.
Результат Amazon.OpsWorks.Model.DescribeUserProfilesResponse

EndDescribeVolumes() публичный Метод

Finishes the asynchronous execution of the DescribeVolumes operation.
public EndDescribeVolumes ( IAsyncResult asyncResult ) : DescribeVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeVolumes.
Результат Amazon.OpsWorks.Model.DescribeVolumesResponse

EndDetachElasticLoadBalancer() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DetachElasticLoadBalancerResponse

EndDisassociateElasticIp() публичный Метод

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.
Результат Amazon.OpsWorks.Model.DisassociateElasticIpResponse

EndGetHostnameSuggestion() публичный Метод

Finishes the asynchronous execution of the GetHostnameSuggestion operation.
public EndGetHostnameSuggestion ( IAsyncResult asyncResult ) : GetHostnameSuggestionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetHostnameSuggestion.
Результат Amazon.OpsWorks.Model.GetHostnameSuggestionResponse

EndGrantAccess() публичный Метод

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.
Результат Amazon.OpsWorks.Model.GrantAccessResponse

EndRebootInstance() публичный Метод

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.
Результат Amazon.OpsWorks.Model.RebootInstanceResponse

EndRegisterEcsCluster() публичный Метод

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.
Результат Amazon.OpsWorks.Model.RegisterEcsClusterResponse

EndRegisterElasticIp() публичный Метод

Finishes the asynchronous execution of the RegisterElasticIp operation.
public EndRegisterElasticIp ( IAsyncResult asyncResult ) : RegisterElasticIpResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterElasticIp.
Результат Amazon.OpsWorks.Model.RegisterElasticIpResponse

EndRegisterInstance() публичный Метод

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.
Результат Amazon.OpsWorks.Model.RegisterInstanceResponse

EndRegisterRdsDbInstance() публичный Метод

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.
Результат Amazon.OpsWorks.Model.RegisterRdsDbInstanceResponse

EndRegisterVolume() публичный Метод

Finishes the asynchronous execution of the RegisterVolume operation.
public EndRegisterVolume ( IAsyncResult asyncResult ) : RegisterVolumeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterVolume.
Результат Amazon.OpsWorks.Model.RegisterVolumeResponse

EndSetLoadBasedAutoScaling() публичный Метод

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.
Результат Amazon.OpsWorks.Model.SetLoadBasedAutoScalingResponse

EndSetPermission() публичный Метод

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.
Результат Amazon.OpsWorks.Model.SetPermissionResponse

EndSetTimeBasedAutoScaling() публичный Метод

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.
Результат Amazon.OpsWorks.Model.SetTimeBasedAutoScalingResponse

EndStartInstance() публичный Метод

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.
Результат Amazon.OpsWorks.Model.StartInstanceResponse

EndStartStack() публичный Метод

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.
Результат Amazon.OpsWorks.Model.StartStackResponse

EndStopInstance() публичный Метод

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.
Результат Amazon.OpsWorks.Model.StopInstanceResponse

EndStopStack() публичный Метод

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.
Результат Amazon.OpsWorks.Model.StopStackResponse

EndUnassignInstance() публичный Метод

Finishes the asynchronous execution of the UnassignInstance operation.
public EndUnassignInstance ( IAsyncResult asyncResult ) : UnassignInstanceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUnassignInstance.
Результат UnassignInstanceResponse

EndUnassignVolume() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UnassignVolumeResponse

EndUpdateApp() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UpdateAppResponse

EndUpdateElasticIp() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UpdateElasticIpResponse

EndUpdateInstance() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UpdateInstanceResponse

EndUpdateLayer() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UpdateLayerResponse

EndUpdateMyUserProfile() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UpdateMyUserProfileResponse

EndUpdateRdsDbInstance() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UpdateRdsDbInstanceResponse

EndUpdateStack() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UpdateStackResponse

EndUpdateUserProfile() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UpdateUserProfileResponse

EndUpdateVolume() публичный Метод

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.
Результат Amazon.OpsWorks.Model.UpdateVolumeResponse

GetHostnameSuggestionAsync() публичный Метод

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. ///
Результат Task

GrantAccessAsync() публичный Метод

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. ///
Результат Task

RebootInstanceAsync() публичный Метод

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. ///
Результат Task

RegisterEcsClusterAsync() публичный Метод

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. ///
Результат Task

RegisterElasticIpAsync() публичный Метод

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. ///
Результат Task

RegisterInstanceAsync() публичный Метод

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. ///
Результат Task

RegisterRdsDbInstanceAsync() публичный Метод

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. ///
Результат Task

RegisterVolumeAsync() публичный Метод

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. ///
Результат Task

SetLoadBasedAutoScalingAsync() публичный Метод

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. ///
Результат Task

SetPermissionAsync() публичный Метод

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. ///
Результат Task

SetTimeBasedAutoScalingAsync() публичный Метод

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. ///
Результат Task

StartInstanceAsync() публичный Метод

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. ///
Результат Task

StartStackAsync() публичный Метод

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. ///
Результат Task

StopInstanceAsync() публичный Метод

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. ///
Результат Task

StopStackAsync() публичный Метод

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. ///
Результат Task

UnassignInstanceAsync() публичный Метод

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. ///
Результат Task

UnassignVolumeAsync() публичный Метод

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. ///
Результат Task

UpdateAppAsync() публичный Метод

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. ///
Результат Task

UpdateElasticIpAsync() публичный Метод

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. ///
Результат Task

UpdateInstanceAsync() публичный Метод

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. ///
Результат Task

UpdateLayerAsync() публичный Метод

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. ///
Результат Task

UpdateMyUserProfileAsync() публичный Метод

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. ///
Результат Task

UpdateMyUserProfileAsync() публичный Метод

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. ///
Результат Task

UpdateRdsDbInstanceAsync() публичный Метод

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. ///
Результат Task

UpdateStackAsync() публичный Метод

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. ///
Результат Task

UpdateUserProfileAsync() публичный Метод

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. ///
Результат Task

UpdateVolumeAsync() публичный Метод

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. ///
Результат Task