C# Class Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient

Implementation for accessing ElasticBeanstalk AWS Elastic Beanstalk

AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the latest AWS Elastic Beanstalk WSDL is http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints in the Amazon Web Services Glossary.

Inheritance: AmazonServiceClient, IAmazonElasticBeanstalk
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
AbortEnvironmentUpdate ( Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest request ) : AbortEnvironmentUpdateResponse

Cancels in-progress environment configuration update or application version deployment.

AbortEnvironmentUpdateAsync ( Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AbortEnvironmentUpdate operation.

AmazonElasticBeanstalkClient ( ) : System

Constructs AmazonElasticBeanstalkClient 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>

AmazonElasticBeanstalkClient ( AWSCredentials credentials ) : System

Constructs AmazonElasticBeanstalkClient with AWS Credentials

AmazonElasticBeanstalkClient ( AWSCredentials credentials, AmazonElasticBeanstalkConfig clientConfig ) : System

Constructs AmazonElasticBeanstalkClient with AWS Credentials and an AmazonElasticBeanstalkClient Configuration object.

AmazonElasticBeanstalkClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonElasticBeanstalkClient with AWS Credentials

AmazonElasticBeanstalkClient ( AmazonElasticBeanstalkConfig config ) : System

Constructs AmazonElasticBeanstalkClient 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>

AmazonElasticBeanstalkClient ( RegionEndpoint region ) : System

Constructs AmazonElasticBeanstalkClient 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>

AmazonElasticBeanstalkClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key

AmazonElasticBeanstalkClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonElasticBeanstalkConfig clientConfig ) : System

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

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

Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key

AmazonElasticBeanstalkClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonElasticBeanstalkConfig clientConfig ) : System

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

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

Constructs AmazonElasticBeanstalkClient with AWS Access Key ID and AWS Secret Key

ApplyEnvironmentManagedAction ( ApplyEnvironmentManagedActionRequest request ) : ApplyEnvironmentManagedActionResponse

Applies a scheduled managed action immediately. A managed action can be applied only if its status is Scheduled. Get the status and action ID of a managed action with DescribeEnvironmentManagedActions.

ApplyEnvironmentManagedActionAsync ( ApplyEnvironmentManagedActionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ApplyEnvironmentManagedAction operation.

BeginAbortEnvironmentUpdate ( Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AbortEnvironmentUpdate operation.

BeginApplyEnvironmentManagedAction ( ApplyEnvironmentManagedActionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ApplyEnvironmentManagedAction operation.

BeginCheckDNSAvailability ( CheckDNSAvailabilityRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CheckDNSAvailability operation.

BeginComposeEnvironments ( ComposeEnvironmentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ComposeEnvironments operation.

BeginCreateApplication ( CreateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateApplication operation.

BeginCreateApplicationVersion ( CreateApplicationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateApplicationVersion operation.

BeginCreateConfigurationTemplate ( CreateConfigurationTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateConfigurationTemplate operation.

BeginCreateEnvironment ( CreateEnvironmentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateEnvironment operation.

BeginCreateStorageLocation ( CreateStorageLocationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStorageLocation operation.

BeginDeleteApplication ( DeleteApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApplication operation.

BeginDeleteApplicationVersion ( DeleteApplicationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApplicationVersion operation.

BeginDeleteConfigurationTemplate ( DeleteConfigurationTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteConfigurationTemplate operation.

BeginDeleteEnvironmentConfiguration ( DeleteEnvironmentConfigurationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteEnvironmentConfiguration operation.

BeginDescribeApplicationVersions ( DescribeApplicationVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeApplicationVersions operation.

BeginDescribeApplications ( DescribeApplicationsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeApplications operation.

BeginDescribeConfigurationOptions ( DescribeConfigurationOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeConfigurationOptions operation.

BeginDescribeConfigurationSettings ( DescribeConfigurationSettingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeConfigurationSettings operation.

BeginDescribeEnvironmentHealth ( DescribeEnvironmentHealthRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEnvironmentHealth operation.

BeginDescribeEnvironmentManagedActionHistory ( DescribeEnvironmentManagedActionHistoryRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEnvironmentManagedActionHistory operation.

BeginDescribeEnvironmentManagedActions ( DescribeEnvironmentManagedActionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEnvironmentManagedActions operation.

BeginDescribeEnvironmentResources ( DescribeEnvironmentResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEnvironmentResources operation.

BeginDescribeEnvironments ( DescribeEnvironmentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEnvironments operation.

BeginDescribeEvents ( DescribeEventsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEvents operation.

BeginDescribeInstancesHealth ( DescribeInstancesHealthRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeInstancesHealth operation.

BeginListAvailableSolutionStacks ( ListAvailableSolutionStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAvailableSolutionStacks operation.

BeginRebuildEnvironment ( RebuildEnvironmentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RebuildEnvironment operation.

BeginRequestEnvironmentInfo ( RequestEnvironmentInfoRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RequestEnvironmentInfo operation.

BeginRestartAppServer ( RestartAppServerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RestartAppServer operation.

BeginRetrieveEnvironmentInfo ( RetrieveEnvironmentInfoRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the RetrieveEnvironmentInfo operation.

BeginSwapEnvironmentCNAMEs ( SwapEnvironmentCNAMEsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the SwapEnvironmentCNAMEs operation.

BeginTerminateEnvironment ( TerminateEnvironmentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the TerminateEnvironment operation.

BeginUpdateApplication ( UpdateApplicationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApplication operation.

BeginUpdateApplicationResourceLifecycle ( UpdateApplicationResourceLifecycleRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApplicationResourceLifecycle operation.

BeginUpdateApplicationVersion ( UpdateApplicationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApplicationVersion operation.

BeginUpdateConfigurationTemplate ( UpdateConfigurationTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateConfigurationTemplate operation.

BeginUpdateEnvironment ( UpdateEnvironmentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateEnvironment operation.

BeginValidateConfigurationSettings ( ValidateConfigurationSettingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ValidateConfigurationSettings operation.

CheckDNSAvailability ( CheckDNSAvailabilityRequest request ) : CheckDNSAvailabilityResponse

Checks if the specified CNAME is available.

CheckDNSAvailabilityAsync ( CheckDNSAvailabilityRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CheckDNSAvailability operation.

ComposeEnvironments ( ComposeEnvironmentsRequest request ) : Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResponse

Create or update a group of environments that each run a separate component of a single application. Takes a list of version labels that specify application source bundles for each of the environments to create or update. The name of each environment and other required information must be included in the source bundles in an environment manifest named env.yaml. See Compose Environments for details.

ComposeEnvironmentsAsync ( ComposeEnvironmentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ComposeEnvironments operation.

CreateApplication ( CreateApplicationRequest request ) : CreateApplicationResponse

Creates an application that has one configuration template named default and no application versions.

CreateApplicationAsync ( CreateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateApplication operation.

CreateApplicationVersion ( CreateApplicationVersionRequest request ) : CreateApplicationVersionResponse

Creates an application version for the specified application. You can create an application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the output of an AWS CodeBuild build as follows:

Specify a commit in an AWS CodeCommit repository with SourceBuildInformation.

Specify a build in an AWS CodeBuild with SourceBuildInformation and BuildConfiguration.

Specify a source bundle in S3 with SourceBundle

Omit both SourceBuildInformation and SourceBundle to use the default sample application.

Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.

CreateApplicationVersionAsync ( CreateApplicationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateApplicationVersion operation.

CreateConfigurationTemplate ( CreateConfigurationTemplateRequest request ) : CreateConfigurationTemplateResponse

Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.

Related Topics

CreateConfigurationTemplateAsync ( CreateConfigurationTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateConfigurationTemplate operation.

CreateEnvironment ( CreateEnvironmentRequest request ) : CreateEnvironmentResponse

Launches an environment for the specified application using the specified configuration.

CreateEnvironmentAsync ( CreateEnvironmentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateEnvironment operation.

CreateStorageLocation ( ) : CreateStorageLocationResponse

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

CreateStorageLocation ( CreateStorageLocationRequest request ) : CreateStorageLocationResponse

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

CreateStorageLocationAsync ( CreateStorageLocationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStorageLocation operation.

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

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

DeleteApplication ( DeleteApplicationRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationResponse

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

You cannot delete an application that has a running environment.

DeleteApplicationAsync ( DeleteApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApplication operation.

DeleteApplicationVersion ( DeleteApplicationVersionRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionResponse

Deletes the specified version from the specified application.

You cannot delete an application version that is associated with a running environment.

DeleteApplicationVersionAsync ( DeleteApplicationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApplicationVersion operation.

DeleteConfigurationTemplate ( DeleteConfigurationTemplateRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateResponse

Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

DeleteConfigurationTemplateAsync ( DeleteConfigurationTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteConfigurationTemplate operation.

DeleteEnvironmentConfiguration ( DeleteEnvironmentConfigurationRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationResponse

Deletes the draft configuration associated with the running environment.

Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.

DeleteEnvironmentConfigurationAsync ( DeleteEnvironmentConfigurationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteEnvironmentConfiguration operation.

DescribeApplicationVersions ( ) : DescribeApplicationVersionsResponse

Retrieve a list of application versions.

DescribeApplicationVersions ( DescribeApplicationVersionsRequest request ) : DescribeApplicationVersionsResponse

Retrieve a list of application versions.

DescribeApplicationVersionsAsync ( DescribeApplicationVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeApplicationVersions operation.

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

Retrieve a list of application versions.

DescribeApplications ( ) : DescribeApplicationsResponse

Returns the descriptions of existing applications.

DescribeApplications ( DescribeApplicationsRequest request ) : DescribeApplicationsResponse

Returns the descriptions of existing applications.

DescribeApplicationsAsync ( DescribeApplicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeApplications operation.

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

Returns the descriptions of existing applications.

DescribeConfigurationOptions ( ) : DescribeConfigurationOptionsResponse

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

DescribeConfigurationOptions ( DescribeConfigurationOptionsRequest request ) : DescribeConfigurationOptionsResponse

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

DescribeConfigurationOptionsAsync ( DescribeConfigurationOptionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeConfigurationOptions operation.

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

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.

DescribeConfigurationSettings ( DescribeConfigurationSettingsRequest request ) : DescribeConfigurationSettingsResponse

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.

When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.

Related Topics

DescribeConfigurationSettingsAsync ( DescribeConfigurationSettingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeConfigurationSettings operation.

DescribeEnvironmentHealth ( DescribeEnvironmentHealthRequest request ) : DescribeEnvironmentHealthResponse

Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.

DescribeEnvironmentHealthAsync ( DescribeEnvironmentHealthRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEnvironmentHealth operation.

DescribeEnvironmentManagedActionHistory ( DescribeEnvironmentManagedActionHistoryRequest request ) : DescribeEnvironmentManagedActionHistoryResponse

Lists an environment's completed and failed managed actions.

DescribeEnvironmentManagedActionHistoryAsync ( DescribeEnvironmentManagedActionHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEnvironmentManagedActionHistory operation.

DescribeEnvironmentManagedActions ( DescribeEnvironmentManagedActionsRequest request ) : DescribeEnvironmentManagedActionsResponse

Lists an environment's upcoming and in-progress managed actions.

DescribeEnvironmentManagedActionsAsync ( DescribeEnvironmentManagedActionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEnvironmentManagedActions operation.

DescribeEnvironmentResources ( DescribeEnvironmentResourcesRequest request ) : DescribeEnvironmentResourcesResponse

Returns AWS resources for this environment.

DescribeEnvironmentResourcesAsync ( DescribeEnvironmentResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEnvironmentResources operation.

DescribeEnvironments ( ) : DescribeEnvironmentsResponse

Returns descriptions for existing environments.

DescribeEnvironments ( DescribeEnvironmentsRequest request ) : DescribeEnvironmentsResponse

Returns descriptions for existing environments.

DescribeEnvironmentsAsync ( DescribeEnvironmentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEnvironments operation.

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

Returns descriptions for existing environments.

DescribeEvents ( ) : DescribeEventsResponse

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

DescribeEvents ( DescribeEventsRequest request ) : DescribeEventsResponse

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

DescribeEventsAsync ( DescribeEventsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEvents operation.

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

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

DescribeInstancesHealth ( DescribeInstancesHealthRequest request ) : DescribeInstancesHealthResponse

Retrives detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting.

DescribeInstancesHealthAsync ( DescribeInstancesHealthRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeInstancesHealth operation.

EndAbortEnvironmentUpdate ( IAsyncResult asyncResult ) : AbortEnvironmentUpdateResponse

Finishes the asynchronous execution of the AbortEnvironmentUpdate operation.

EndApplyEnvironmentManagedAction ( IAsyncResult asyncResult ) : ApplyEnvironmentManagedActionResponse

Finishes the asynchronous execution of the ApplyEnvironmentManagedAction operation.

EndCheckDNSAvailability ( IAsyncResult asyncResult ) : CheckDNSAvailabilityResponse

Finishes the asynchronous execution of the CheckDNSAvailability operation.

EndComposeEnvironments ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResponse

Finishes the asynchronous execution of the ComposeEnvironments operation.

EndCreateApplication ( IAsyncResult asyncResult ) : CreateApplicationResponse

Finishes the asynchronous execution of the CreateApplication operation.

EndCreateApplicationVersion ( IAsyncResult asyncResult ) : CreateApplicationVersionResponse

Finishes the asynchronous execution of the CreateApplicationVersion operation.

EndCreateConfigurationTemplate ( IAsyncResult asyncResult ) : CreateConfigurationTemplateResponse

Finishes the asynchronous execution of the CreateConfigurationTemplate operation.

EndCreateEnvironment ( IAsyncResult asyncResult ) : CreateEnvironmentResponse

Finishes the asynchronous execution of the CreateEnvironment operation.

EndCreateStorageLocation ( IAsyncResult asyncResult ) : CreateStorageLocationResponse

Finishes the asynchronous execution of the CreateStorageLocation operation.

EndDeleteApplication ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationResponse

Finishes the asynchronous execution of the DeleteApplication operation.

EndDeleteApplicationVersion ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionResponse

Finishes the asynchronous execution of the DeleteApplicationVersion operation.

EndDeleteConfigurationTemplate ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateResponse

Finishes the asynchronous execution of the DeleteConfigurationTemplate operation.

EndDeleteEnvironmentConfiguration ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationResponse

Finishes the asynchronous execution of the DeleteEnvironmentConfiguration operation.

EndDescribeApplicationVersions ( IAsyncResult asyncResult ) : DescribeApplicationVersionsResponse

Finishes the asynchronous execution of the DescribeApplicationVersions operation.

EndDescribeApplications ( IAsyncResult asyncResult ) : DescribeApplicationsResponse

Finishes the asynchronous execution of the DescribeApplications operation.

EndDescribeConfigurationOptions ( IAsyncResult asyncResult ) : DescribeConfigurationOptionsResponse

Finishes the asynchronous execution of the DescribeConfigurationOptions operation.

EndDescribeConfigurationSettings ( IAsyncResult asyncResult ) : DescribeConfigurationSettingsResponse

Finishes the asynchronous execution of the DescribeConfigurationSettings operation.

EndDescribeEnvironmentHealth ( IAsyncResult asyncResult ) : DescribeEnvironmentHealthResponse

Finishes the asynchronous execution of the DescribeEnvironmentHealth operation.

EndDescribeEnvironmentManagedActionHistory ( IAsyncResult asyncResult ) : DescribeEnvironmentManagedActionHistoryResponse

Finishes the asynchronous execution of the DescribeEnvironmentManagedActionHistory operation.

EndDescribeEnvironmentManagedActions ( IAsyncResult asyncResult ) : DescribeEnvironmentManagedActionsResponse

Finishes the asynchronous execution of the DescribeEnvironmentManagedActions operation.

EndDescribeEnvironmentResources ( IAsyncResult asyncResult ) : DescribeEnvironmentResourcesResponse

Finishes the asynchronous execution of the DescribeEnvironmentResources operation.

EndDescribeEnvironments ( IAsyncResult asyncResult ) : DescribeEnvironmentsResponse

Finishes the asynchronous execution of the DescribeEnvironments operation.

EndDescribeEvents ( IAsyncResult asyncResult ) : DescribeEventsResponse

Finishes the asynchronous execution of the DescribeEvents operation.

EndDescribeInstancesHealth ( IAsyncResult asyncResult ) : DescribeInstancesHealthResponse

Finishes the asynchronous execution of the DescribeInstancesHealth operation.

EndListAvailableSolutionStacks ( IAsyncResult asyncResult ) : ListAvailableSolutionStacksResponse

Finishes the asynchronous execution of the ListAvailableSolutionStacks operation.

EndRebuildEnvironment ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.RebuildEnvironmentResponse

Finishes the asynchronous execution of the RebuildEnvironment operation.

EndRequestEnvironmentInfo ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoResponse

Finishes the asynchronous execution of the RequestEnvironmentInfo operation.

EndRestartAppServer ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.RestartAppServerResponse

Finishes the asynchronous execution of the RestartAppServer operation.

EndRetrieveEnvironmentInfo ( IAsyncResult asyncResult ) : RetrieveEnvironmentInfoResponse

Finishes the asynchronous execution of the RetrieveEnvironmentInfo operation.

EndSwapEnvironmentCNAMEs ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsResponse

Finishes the asynchronous execution of the SwapEnvironmentCNAMEs operation.

EndTerminateEnvironment ( IAsyncResult asyncResult ) : TerminateEnvironmentResponse

Finishes the asynchronous execution of the TerminateEnvironment operation.

EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse

Finishes the asynchronous execution of the UpdateApplication operation.

EndUpdateApplicationResourceLifecycle ( IAsyncResult asyncResult ) : UpdateApplicationResourceLifecycleResponse

Finishes the asynchronous execution of the UpdateApplicationResourceLifecycle operation.

EndUpdateApplicationVersion ( IAsyncResult asyncResult ) : UpdateApplicationVersionResponse

Finishes the asynchronous execution of the UpdateApplicationVersion operation.

EndUpdateConfigurationTemplate ( IAsyncResult asyncResult ) : UpdateConfigurationTemplateResponse

Finishes the asynchronous execution of the UpdateConfigurationTemplate operation.

EndUpdateEnvironment ( IAsyncResult asyncResult ) : UpdateEnvironmentResponse

Finishes the asynchronous execution of the UpdateEnvironment operation.

EndValidateConfigurationSettings ( IAsyncResult asyncResult ) : ValidateConfigurationSettingsResponse

Finishes the asynchronous execution of the ValidateConfigurationSettings operation.

ListAvailableSolutionStacks ( ) : ListAvailableSolutionStacksResponse

Returns a list of the available solution stack names.

ListAvailableSolutionStacks ( ListAvailableSolutionStacksRequest request ) : ListAvailableSolutionStacksResponse

Returns a list of the available solution stack names.

ListAvailableSolutionStacksAsync ( ListAvailableSolutionStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAvailableSolutionStacks operation.

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

Returns a list of the available solution stack names.

RebuildEnvironment ( RebuildEnvironmentRequest request ) : Amazon.ElasticBeanstalk.Model.RebuildEnvironmentResponse

Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.

RebuildEnvironmentAsync ( RebuildEnvironmentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RebuildEnvironment operation.

RequestEnvironmentInfo ( RequestEnvironmentInfoRequest request ) : Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoResponse

Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.

Setting the InfoType to bundle compresses the application server log files for every Amazon EC2 instance into a .zip file. Legacy and .NET containers do not support bundle logs.

Use RetrieveEnvironmentInfo to obtain the set of logs.

Related Topics

RequestEnvironmentInfoAsync ( RequestEnvironmentInfoRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RequestEnvironmentInfo operation.

RestartAppServer ( RestartAppServerRequest request ) : Amazon.ElasticBeanstalk.Model.RestartAppServerResponse

Causes the environment to restart the application container server running on each Amazon EC2 instance.

RestartAppServerAsync ( RestartAppServerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RestartAppServer operation.

RetrieveEnvironmentInfo ( RetrieveEnvironmentInfoRequest request ) : RetrieveEnvironmentInfoResponse

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

RetrieveEnvironmentInfoAsync ( RetrieveEnvironmentInfoRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the RetrieveEnvironmentInfo operation.

SwapEnvironmentCNAMEs ( SwapEnvironmentCNAMEsRequest request ) : Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsResponse

Swaps the CNAMEs of two environments.

SwapEnvironmentCNAMEsAsync ( SwapEnvironmentCNAMEsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the SwapEnvironmentCNAMEs operation.

TerminateEnvironment ( TerminateEnvironmentRequest request ) : TerminateEnvironmentResponse

Terminates the specified environment.

TerminateEnvironmentAsync ( TerminateEnvironmentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the TerminateEnvironment operation.

UpdateApplication ( UpdateApplicationRequest request ) : UpdateApplicationResponse

Updates the specified application to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.

UpdateApplicationAsync ( UpdateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApplication operation.

UpdateApplicationResourceLifecycle ( UpdateApplicationResourceLifecycleRequest request ) : UpdateApplicationResourceLifecycleResponse

Modifies lifecycle settings for an application.

UpdateApplicationResourceLifecycleAsync ( UpdateApplicationResourceLifecycleRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApplicationResourceLifecycle operation.

UpdateApplicationVersion ( UpdateApplicationVersionRequest request ) : UpdateApplicationVersionResponse

Updates the specified application version to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear properties, specify an empty string.

UpdateApplicationVersionAsync ( UpdateApplicationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApplicationVersion operation.

UpdateConfigurationTemplate ( UpdateConfigurationTemplateRequest request ) : UpdateConfigurationTemplateResponse

Updates the specified configuration template to have the specified properties or configuration option values.

If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.

Related Topics

UpdateConfigurationTemplateAsync ( UpdateConfigurationTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateConfigurationTemplate operation.

UpdateEnvironment ( UpdateEnvironmentRequest request ) : UpdateEnvironmentResponse

Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.

UpdateEnvironmentAsync ( UpdateEnvironmentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateEnvironment operation.

ValidateConfigurationSettings ( ValidateConfigurationSettingsRequest request ) : ValidateConfigurationSettingsResponse

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

ValidateConfigurationSettingsAsync ( ValidateConfigurationSettingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ValidateConfigurationSettings operation.

Protected Methods

Method Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AbortEnvironmentUpdate() public method

Cancels in-progress environment configuration update or application version deployment.
/// The specified account does not have sufficient privileges for one of more AWS services. ///
public AbortEnvironmentUpdate ( Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest request ) : AbortEnvironmentUpdateResponse
request Amazon.ElasticBeanstalk.Model.AbortEnvironmentUpdateRequest Container for the necessary parameters to execute the AbortEnvironmentUpdate service method.
return AbortEnvironmentUpdateResponse

AbortEnvironmentUpdateAsync() public method

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

AmazonElasticBeanstalkClient() public method

Constructs AmazonElasticBeanstalkClient 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 AmazonElasticBeanstalkClient ( ) : System
return System

AmazonElasticBeanstalkClient() public method

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

AmazonElasticBeanstalkClient() public method

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

AmazonElasticBeanstalkClient() public method

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

AmazonElasticBeanstalkClient() public method

Constructs AmazonElasticBeanstalkClient 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 AmazonElasticBeanstalkClient ( AmazonElasticBeanstalkConfig config ) : System
config AmazonElasticBeanstalkConfig The AmazonElasticBeanstalkClient Configuration Object
return System

AmazonElasticBeanstalkClient() public method

Constructs AmazonElasticBeanstalkClient 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 AmazonElasticBeanstalkClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
return System

AmazonElasticBeanstalkClient() public method

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

AmazonElasticBeanstalkClient() public method

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

AmazonElasticBeanstalkClient() public method

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

AmazonElasticBeanstalkClient() public method

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

AmazonElasticBeanstalkClient() public method

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

AmazonElasticBeanstalkClient() public method

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

ApplyEnvironmentManagedAction() public method

Applies a scheduled managed action immediately. A managed action can be applied only if its status is Scheduled. Get the status and action ID of a managed action with DescribeEnvironmentManagedActions.
/// A generic service exception has occurred. /// /// Cannot modify the managed action in its current state. ///
public ApplyEnvironmentManagedAction ( ApplyEnvironmentManagedActionRequest request ) : ApplyEnvironmentManagedActionResponse
request Amazon.ElasticBeanstalk.Model.ApplyEnvironmentManagedActionRequest Container for the necessary parameters to execute the ApplyEnvironmentManagedAction service method.
return Amazon.ElasticBeanstalk.Model.ApplyEnvironmentManagedActionResponse

ApplyEnvironmentManagedActionAsync() public method

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

BeginAbortEnvironmentUpdate() public method

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

BeginApplyEnvironmentManagedAction() public method

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

BeginCheckDNSAvailability() public method

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

BeginComposeEnvironments() public method

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

BeginCreateApplication() public method

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

BeginCreateApplicationVersion() public method

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

BeginCreateConfigurationTemplate() public method

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

BeginCreateEnvironment() public method

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

BeginCreateStorageLocation() public method

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

BeginDeleteApplication() public method

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

BeginDeleteApplicationVersion() public method

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

BeginDeleteConfigurationTemplate() public method

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

BeginDeleteEnvironmentConfiguration() public method

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

BeginDescribeApplicationVersions() public method

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

BeginDescribeApplications() public method

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

BeginDescribeConfigurationOptions() public method

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

BeginDescribeConfigurationSettings() public method

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

BeginDescribeEnvironmentHealth() public method

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

BeginDescribeEnvironmentManagedActionHistory() public method

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

BeginDescribeEnvironmentManagedActions() public method

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

BeginDescribeEnvironmentResources() public method

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

BeginDescribeEnvironments() public method

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

BeginDescribeEvents() public method

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

BeginDescribeInstancesHealth() public method

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

BeginListAvailableSolutionStacks() public method

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

BeginRebuildEnvironment() public method

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

BeginRequestEnvironmentInfo() public method

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

BeginRestartAppServer() public method

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

BeginRetrieveEnvironmentInfo() public method

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

BeginSwapEnvironmentCNAMEs() public method

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

BeginTerminateEnvironment() public method

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

BeginUpdateApplication() public method

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

BeginUpdateApplicationResourceLifecycle() public method

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

BeginUpdateApplicationVersion() public method

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

BeginUpdateConfigurationTemplate() public method

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

BeginUpdateEnvironment() public method

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

BeginValidateConfigurationSettings() public method

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

CheckDNSAvailability() public method

Checks if the specified CNAME is available.
public CheckDNSAvailability ( CheckDNSAvailabilityRequest request ) : CheckDNSAvailabilityResponse
request Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityRequest Container for the necessary parameters to execute the CheckDNSAvailability service method.
return Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityResponse

CheckDNSAvailabilityAsync() public method

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

ComposeEnvironments() public method

Create or update a group of environments that each run a separate component of a single application. Takes a list of version labels that specify application source bundles for each of the environments to create or update. The name of each environment and other required information must be included in the source bundles in an environment manifest named env.yaml. See Compose Environments for details.
/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account has reached its limit of environments. ///
public ComposeEnvironments ( ComposeEnvironmentsRequest request ) : Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResponse
request Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsRequest Container for the necessary parameters to execute the ComposeEnvironments service method.
return Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResponse

ComposeEnvironmentsAsync() public method

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

CreateApplication() public method

Creates an application that has one configuration template named default and no application versions.
/// The specified account has reached its limit of applications. ///
public CreateApplication ( CreateApplicationRequest request ) : CreateApplicationResponse
request Amazon.ElasticBeanstalk.Model.CreateApplicationRequest Container for the necessary parameters to execute the CreateApplication service method.
return Amazon.ElasticBeanstalk.Model.CreateApplicationResponse

CreateApplicationAsync() public method

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

CreateApplicationVersion() public method

Creates an application version for the specified application. You can create an application version from a source bundle in Amazon S3, a commit in AWS CodeCommit, or the output of an AWS CodeBuild build as follows:

Specify a commit in an AWS CodeCommit repository with SourceBuildInformation.

Specify a build in an AWS CodeBuild with SourceBuildInformation and BuildConfiguration.

Specify a source bundle in S3 with SourceBundle

Omit both SourceBuildInformation and SourceBundle to use the default sample application.

Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.

/// AWS CodeBuild is not available in the specified region. /// /// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified S3 bucket does not belong to the S3 region in which the service is running. /// The following regions are supported: /// ///
  • /// /// IAD/us-east-1 /// ///
  • /// /// PDX/us-west-2 /// ///
  • /// /// DUB/eu-west-1 /// ///
/// /// The specified account has reached its limit of applications. /// /// The specified account has reached its limit of application versions. ///
public CreateApplicationVersion ( CreateApplicationVersionRequest request ) : CreateApplicationVersionResponse
request Amazon.ElasticBeanstalk.Model.CreateApplicationVersionRequest Container for the necessary parameters to execute the CreateApplicationVersion service method.
return Amazon.ElasticBeanstalk.Model.CreateApplicationVersionResponse

CreateApplicationVersionAsync() public method

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

CreateConfigurationTemplate() public method

Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.

Related Topics

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account has reached its limit of Amazon S3 buckets. /// /// The specified account has reached its limit of configuration templates. ///
public CreateConfigurationTemplate ( CreateConfigurationTemplateRequest request ) : CreateConfigurationTemplateResponse
request Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest Container for the necessary parameters to execute the CreateConfigurationTemplate service method.
return Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResponse

CreateConfigurationTemplateAsync() public method

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

CreateEnvironment() public method

Launches an environment for the specified application using the specified configuration.
/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account has reached its limit of environments. ///
public CreateEnvironment ( CreateEnvironmentRequest request ) : CreateEnvironmentResponse
request Amazon.ElasticBeanstalk.Model.CreateEnvironmentRequest Container for the necessary parameters to execute the CreateEnvironment service method.
return Amazon.ElasticBeanstalk.Model.CreateEnvironmentResponse

CreateEnvironmentAsync() public method

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

CreateSigner() protected method

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

CreateStorageLocation() public method

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account does not have a subscription to Amazon S3. /// /// The specified account has reached its limit of Amazon S3 buckets. ///

CreateStorageLocation() public method

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account does not have a subscription to Amazon S3. /// /// The specified account has reached its limit of Amazon S3 buckets. ///
public CreateStorageLocation ( CreateStorageLocationRequest request ) : CreateStorageLocationResponse
request CreateStorageLocationRequest Container for the necessary parameters to execute the CreateStorageLocation service method.
return Amazon.ElasticBeanstalk.Model.CreateStorageLocationResponse

CreateStorageLocationAsync() public method

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

CreateStorageLocationAsync() public method

Creates the Amazon S3 storage location for the account.

This location is used to store user log files.

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account does not have a subscription to Amazon S3. /// /// The specified account has reached its limit of Amazon S3 buckets. ///
public CreateStorageLocationAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteApplication() public method

Deletes the specified application along with all associated versions and configurations. The application versions will not be deleted from your Amazon S3 bucket.

You cannot delete an application that has a running environment.

/// Unable to perform the specified operation because another operation that effects an /// element in this activity is already in progress. ///
public DeleteApplication ( DeleteApplicationRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationResponse
request Amazon.ElasticBeanstalk.Model.DeleteApplicationRequest Container for the necessary parameters to execute the DeleteApplication service method.
return Amazon.ElasticBeanstalk.Model.DeleteApplicationResponse

DeleteApplicationAsync() public method

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

DeleteApplicationVersion() public method

Deletes the specified version from the specified application.

You cannot delete an application version that is associated with a running environment.

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// Unable to perform the specified operation because another operation that effects an /// element in this activity is already in progress. /// /// The specified S3 bucket does not belong to the S3 region in which the service is running. /// The following regions are supported: /// ///
  • /// /// IAD/us-east-1 /// ///
  • /// /// PDX/us-west-2 /// ///
  • /// /// DUB/eu-west-1 /// ///
/// /// Unable to delete the Amazon S3 source bundle associated with the application version. /// The application version was deleted successfully. ///
public DeleteApplicationVersion ( DeleteApplicationVersionRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionResponse
request Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionRequest Container for the necessary parameters to execute the DeleteApplicationVersion service method.
return Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionResponse

DeleteApplicationVersionAsync() public method

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

DeleteConfigurationTemplate() public method

Deletes the specified configuration template.

When you launch an environment using a configuration template, the environment gets a copy of the template. You can delete or modify the environment's copy of the template without affecting the running environment.

/// Unable to perform the specified operation because another operation that effects an /// element in this activity is already in progress. ///
public DeleteConfigurationTemplate ( DeleteConfigurationTemplateRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateResponse
request Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest Container for the necessary parameters to execute the DeleteConfigurationTemplate service method.
return Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateResponse

DeleteConfigurationTemplateAsync() public method

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

DeleteEnvironmentConfiguration() public method

Deletes the draft configuration associated with the running environment.

Updating a running environment with any configuration changes creates a draft configuration set. You can get the draft configuration using DescribeConfigurationSettings while the update is in progress or if the update fails. The DeploymentStatus for the draft configuration indicates whether the deployment is in process or has failed. The draft configuration remains in existence until it is deleted with this action.

public DeleteEnvironmentConfiguration ( DeleteEnvironmentConfigurationRequest request ) : Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationResponse
request Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationRequest Container for the necessary parameters to execute the DeleteEnvironmentConfiguration service method.
return Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationResponse

DeleteEnvironmentConfigurationAsync() public method

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

DescribeApplicationVersions() public method

Retrieve a list of application versions.
public DescribeApplicationVersions ( ) : DescribeApplicationVersionsResponse
return Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsResponse

DescribeApplicationVersions() public method

Retrieve a list of application versions.
public DescribeApplicationVersions ( DescribeApplicationVersionsRequest request ) : DescribeApplicationVersionsResponse
request Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsRequest Container for the necessary parameters to execute the DescribeApplicationVersions service method.
return Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsResponse

DescribeApplicationVersionsAsync() public method

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

DescribeApplicationVersionsAsync() public method

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

DescribeApplications() public method

Returns the descriptions of existing applications.
public DescribeApplications ( ) : DescribeApplicationsResponse
return Amazon.ElasticBeanstalk.Model.DescribeApplicationsResponse

DescribeApplications() public method

Returns the descriptions of existing applications.
public DescribeApplications ( DescribeApplicationsRequest request ) : DescribeApplicationsResponse
request Amazon.ElasticBeanstalk.Model.DescribeApplicationsRequest Container for the necessary parameters to execute the DescribeApplications service method.
return Amazon.ElasticBeanstalk.Model.DescribeApplicationsResponse

DescribeApplicationsAsync() public method

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

DescribeApplicationsAsync() public method

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

DescribeConfigurationOptions() public method

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
/// The specified account has reached its limit of Amazon S3 buckets. ///
public DescribeConfigurationOptions ( ) : DescribeConfigurationOptionsResponse
return Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsResponse

DescribeConfigurationOptions() public method

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
/// The specified account has reached its limit of Amazon S3 buckets. ///
public DescribeConfigurationOptions ( DescribeConfigurationOptionsRequest request ) : DescribeConfigurationOptionsResponse
request Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsRequest Container for the necessary parameters to execute the DescribeConfigurationOptions service method.
return Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsResponse

DescribeConfigurationOptionsAsync() public method

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

DescribeConfigurationOptionsAsync() public method

Describes the configuration options that are used in a particular configuration template or environment, or that a specified solution stack defines. The description includes the values the options, their default values, and an indication of the required action on a running environment if an option value is changed.
/// The specified account has reached its limit of Amazon S3 buckets. ///
public DescribeConfigurationOptionsAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DescribeConfigurationSettings() public method

Returns a description of the settings for the specified configuration set, that is, either a configuration template or the configuration set associated with a running environment.

When describing the settings for the configuration set associated with a running environment, it is possible to receive two sets of setting descriptions. One is the deployed configuration set, and the other is a draft configuration of an environment that is either in the process of deployment or that failed to deploy.

Related Topics

/// The specified account has reached its limit of Amazon S3 buckets. ///
public DescribeConfigurationSettings ( DescribeConfigurationSettingsRequest request ) : DescribeConfigurationSettingsResponse
request Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsRequest Container for the necessary parameters to execute the DescribeConfigurationSettings service method.
return Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsResponse

DescribeConfigurationSettingsAsync() public method

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

DescribeEnvironmentHealth() public method

Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
/// A generic service exception has occurred. /// /// One or more input parameters is not valid. Please correct the input parameters and /// try the operation again. ///
public DescribeEnvironmentHealth ( DescribeEnvironmentHealthRequest request ) : DescribeEnvironmentHealthResponse
request Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthRequest Container for the necessary parameters to execute the DescribeEnvironmentHealth service method.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResponse

DescribeEnvironmentHealthAsync() public method

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

DescribeEnvironmentManagedActionHistory() public method

Lists an environment's completed and failed managed actions.
/// A generic service exception has occurred. ///
public DescribeEnvironmentManagedActionHistory ( DescribeEnvironmentManagedActionHistoryRequest request ) : DescribeEnvironmentManagedActionHistoryResponse
request Amazon.ElasticBeanstalk.Model.DescribeEnvironmentManagedActionHistoryRequest Container for the necessary parameters to execute the DescribeEnvironmentManagedActionHistory service method.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentManagedActionHistoryResponse

DescribeEnvironmentManagedActionHistoryAsync() public method

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

DescribeEnvironmentManagedActions() public method

Lists an environment's upcoming and in-progress managed actions.
/// A generic service exception has occurred. ///
public DescribeEnvironmentManagedActions ( DescribeEnvironmentManagedActionsRequest request ) : DescribeEnvironmentManagedActionsResponse
request Amazon.ElasticBeanstalk.Model.DescribeEnvironmentManagedActionsRequest Container for the necessary parameters to execute the DescribeEnvironmentManagedActions service method.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentManagedActionsResponse

DescribeEnvironmentManagedActionsAsync() public method

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

DescribeEnvironmentResources() public method

Returns AWS resources for this environment.
/// The specified account does not have sufficient privileges for one of more AWS services. ///
public DescribeEnvironmentResources ( DescribeEnvironmentResourcesRequest request ) : DescribeEnvironmentResourcesResponse
request Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesRequest Container for the necessary parameters to execute the DescribeEnvironmentResources service method.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesResponse

DescribeEnvironmentResourcesAsync() public method

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

DescribeEnvironments() public method

Returns descriptions for existing environments.
public DescribeEnvironments ( ) : DescribeEnvironmentsResponse
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsResponse

DescribeEnvironments() public method

Returns descriptions for existing environments.
public DescribeEnvironments ( DescribeEnvironmentsRequest request ) : DescribeEnvironmentsResponse
request Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsRequest Container for the necessary parameters to execute the DescribeEnvironments service method.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsResponse

DescribeEnvironmentsAsync() public method

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

DescribeEnvironmentsAsync() public method

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

DescribeEvents() public method

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

public DescribeEvents ( ) : DescribeEventsResponse
return Amazon.ElasticBeanstalk.Model.DescribeEventsResponse

DescribeEvents() public method

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

public DescribeEvents ( DescribeEventsRequest request ) : DescribeEventsResponse
request Amazon.ElasticBeanstalk.Model.DescribeEventsRequest Container for the necessary parameters to execute the DescribeEvents service method.
return Amazon.ElasticBeanstalk.Model.DescribeEventsResponse

DescribeEventsAsync() public method

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

DescribeEventsAsync() public method

Returns list of event descriptions matching criteria up to the last 6 weeks.

This action returns the most recent 1,000 events from the specified NextToken.

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

DescribeInstancesHealth() public method

Retrives detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting.
/// A generic service exception has occurred. /// /// One or more input parameters is not valid. Please correct the input parameters and /// try the operation again. ///
public DescribeInstancesHealth ( DescribeInstancesHealthRequest request ) : DescribeInstancesHealthResponse
request Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthRequest Container for the necessary parameters to execute the DescribeInstancesHealth service method.
return Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthResponse

DescribeInstancesHealthAsync() public method

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

Dispose() protected method

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

EndAbortEnvironmentUpdate() public method

Finishes the asynchronous execution of the AbortEnvironmentUpdate operation.
public EndAbortEnvironmentUpdate ( IAsyncResult asyncResult ) : AbortEnvironmentUpdateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAbortEnvironmentUpdate.
return AbortEnvironmentUpdateResponse

EndApplyEnvironmentManagedAction() public method

Finishes the asynchronous execution of the ApplyEnvironmentManagedAction operation.
public EndApplyEnvironmentManagedAction ( IAsyncResult asyncResult ) : ApplyEnvironmentManagedActionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginApplyEnvironmentManagedAction.
return Amazon.ElasticBeanstalk.Model.ApplyEnvironmentManagedActionResponse

EndCheckDNSAvailability() public method

Finishes the asynchronous execution of the CheckDNSAvailability operation.
public EndCheckDNSAvailability ( IAsyncResult asyncResult ) : CheckDNSAvailabilityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCheckDNSAvailability.
return Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityResponse

EndComposeEnvironments() public method

Finishes the asynchronous execution of the ComposeEnvironments operation.
public EndComposeEnvironments ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginComposeEnvironments.
return Amazon.ElasticBeanstalk.Model.ComposeEnvironmentsResponse

EndCreateApplication() public method

Finishes the asynchronous execution of the CreateApplication operation.
public EndCreateApplication ( IAsyncResult asyncResult ) : CreateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApplication.
return Amazon.ElasticBeanstalk.Model.CreateApplicationResponse

EndCreateApplicationVersion() public method

Finishes the asynchronous execution of the CreateApplicationVersion operation.
public EndCreateApplicationVersion ( IAsyncResult asyncResult ) : CreateApplicationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApplicationVersion.
return Amazon.ElasticBeanstalk.Model.CreateApplicationVersionResponse

EndCreateConfigurationTemplate() public method

Finishes the asynchronous execution of the CreateConfigurationTemplate operation.
public EndCreateConfigurationTemplate ( IAsyncResult asyncResult ) : CreateConfigurationTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConfigurationTemplate.
return Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResponse

EndCreateEnvironment() public method

Finishes the asynchronous execution of the CreateEnvironment operation.
public EndCreateEnvironment ( IAsyncResult asyncResult ) : CreateEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEnvironment.
return Amazon.ElasticBeanstalk.Model.CreateEnvironmentResponse

EndCreateStorageLocation() public method

Finishes the asynchronous execution of the CreateStorageLocation operation.
public EndCreateStorageLocation ( IAsyncResult asyncResult ) : CreateStorageLocationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStorageLocation.
return Amazon.ElasticBeanstalk.Model.CreateStorageLocationResponse

EndDeleteApplication() public method

Finishes the asynchronous execution of the DeleteApplication operation.
public EndDeleteApplication ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApplication.
return Amazon.ElasticBeanstalk.Model.DeleteApplicationResponse

EndDeleteApplicationVersion() public method

Finishes the asynchronous execution of the DeleteApplicationVersion operation.
public EndDeleteApplicationVersion ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApplicationVersion.
return Amazon.ElasticBeanstalk.Model.DeleteApplicationVersionResponse

EndDeleteConfigurationTemplate() public method

Finishes the asynchronous execution of the DeleteConfigurationTemplate operation.
public EndDeleteConfigurationTemplate ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConfigurationTemplate.
return Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateResponse

EndDeleteEnvironmentConfiguration() public method

Finishes the asynchronous execution of the DeleteEnvironmentConfiguration operation.
public EndDeleteEnvironmentConfiguration ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteEnvironmentConfiguration.
return Amazon.ElasticBeanstalk.Model.DeleteEnvironmentConfigurationResponse

EndDescribeApplicationVersions() public method

Finishes the asynchronous execution of the DescribeApplicationVersions operation.
public EndDescribeApplicationVersions ( IAsyncResult asyncResult ) : DescribeApplicationVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeApplicationVersions.
return Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsResponse

EndDescribeApplications() public method

Finishes the asynchronous execution of the DescribeApplications operation.
public EndDescribeApplications ( IAsyncResult asyncResult ) : DescribeApplicationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeApplications.
return Amazon.ElasticBeanstalk.Model.DescribeApplicationsResponse

EndDescribeConfigurationOptions() public method

Finishes the asynchronous execution of the DescribeConfigurationOptions operation.
public EndDescribeConfigurationOptions ( IAsyncResult asyncResult ) : DescribeConfigurationOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConfigurationOptions.
return Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsResponse

EndDescribeConfigurationSettings() public method

Finishes the asynchronous execution of the DescribeConfigurationSettings operation.
public EndDescribeConfigurationSettings ( IAsyncResult asyncResult ) : DescribeConfigurationSettingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConfigurationSettings.
return Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsResponse

EndDescribeEnvironmentHealth() public method

Finishes the asynchronous execution of the DescribeEnvironmentHealth operation.
public EndDescribeEnvironmentHealth ( IAsyncResult asyncResult ) : DescribeEnvironmentHealthResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironmentHealth.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResponse

EndDescribeEnvironmentManagedActionHistory() public method

Finishes the asynchronous execution of the DescribeEnvironmentManagedActionHistory operation.
public EndDescribeEnvironmentManagedActionHistory ( IAsyncResult asyncResult ) : DescribeEnvironmentManagedActionHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironmentManagedActionHistory.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentManagedActionHistoryResponse

EndDescribeEnvironmentManagedActions() public method

Finishes the asynchronous execution of the DescribeEnvironmentManagedActions operation.
public EndDescribeEnvironmentManagedActions ( IAsyncResult asyncResult ) : DescribeEnvironmentManagedActionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironmentManagedActions.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentManagedActionsResponse

EndDescribeEnvironmentResources() public method

Finishes the asynchronous execution of the DescribeEnvironmentResources operation.
public EndDescribeEnvironmentResources ( IAsyncResult asyncResult ) : DescribeEnvironmentResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironmentResources.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesResponse

EndDescribeEnvironments() public method

Finishes the asynchronous execution of the DescribeEnvironments operation.
public EndDescribeEnvironments ( IAsyncResult asyncResult ) : DescribeEnvironmentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironments.
return Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsResponse

EndDescribeEvents() public method

Finishes the asynchronous execution of the DescribeEvents operation.
public EndDescribeEvents ( IAsyncResult asyncResult ) : DescribeEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEvents.
return Amazon.ElasticBeanstalk.Model.DescribeEventsResponse

EndDescribeInstancesHealth() public method

Finishes the asynchronous execution of the DescribeInstancesHealth operation.
public EndDescribeInstancesHealth ( IAsyncResult asyncResult ) : DescribeInstancesHealthResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancesHealth.
return Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthResponse

EndListAvailableSolutionStacks() public method

Finishes the asynchronous execution of the ListAvailableSolutionStacks operation.
public EndListAvailableSolutionStacks ( IAsyncResult asyncResult ) : ListAvailableSolutionStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAvailableSolutionStacks.
return Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResponse

EndRebuildEnvironment() public method

Finishes the asynchronous execution of the RebuildEnvironment operation.
public EndRebuildEnvironment ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.RebuildEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRebuildEnvironment.
return Amazon.ElasticBeanstalk.Model.RebuildEnvironmentResponse

EndRequestEnvironmentInfo() public method

Finishes the asynchronous execution of the RequestEnvironmentInfo operation.
public EndRequestEnvironmentInfo ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRequestEnvironmentInfo.
return Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoResponse

EndRestartAppServer() public method

Finishes the asynchronous execution of the RestartAppServer operation.
public EndRestartAppServer ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.RestartAppServerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestartAppServer.
return Amazon.ElasticBeanstalk.Model.RestartAppServerResponse

EndRetrieveEnvironmentInfo() public method

Finishes the asynchronous execution of the RetrieveEnvironmentInfo operation.
public EndRetrieveEnvironmentInfo ( IAsyncResult asyncResult ) : RetrieveEnvironmentInfoResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRetrieveEnvironmentInfo.
return Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoResponse

EndSwapEnvironmentCNAMEs() public method

Finishes the asynchronous execution of the SwapEnvironmentCNAMEs operation.
public EndSwapEnvironmentCNAMEs ( IAsyncResult asyncResult ) : Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSwapEnvironmentCNAMEs.
return Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsResponse

EndTerminateEnvironment() public method

Finishes the asynchronous execution of the TerminateEnvironment operation.
public EndTerminateEnvironment ( IAsyncResult asyncResult ) : TerminateEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTerminateEnvironment.
return Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResponse

EndUpdateApplication() public method

Finishes the asynchronous execution of the UpdateApplication operation.
public EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplication.
return Amazon.ElasticBeanstalk.Model.UpdateApplicationResponse

EndUpdateApplicationResourceLifecycle() public method

Finishes the asynchronous execution of the UpdateApplicationResourceLifecycle operation.
public EndUpdateApplicationResourceLifecycle ( IAsyncResult asyncResult ) : UpdateApplicationResourceLifecycleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplicationResourceLifecycle.
return Amazon.ElasticBeanstalk.Model.UpdateApplicationResourceLifecycleResponse

EndUpdateApplicationVersion() public method

Finishes the asynchronous execution of the UpdateApplicationVersion operation.
public EndUpdateApplicationVersion ( IAsyncResult asyncResult ) : UpdateApplicationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplicationVersion.
return Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionResponse

EndUpdateConfigurationTemplate() public method

Finishes the asynchronous execution of the UpdateConfigurationTemplate operation.
public EndUpdateConfigurationTemplate ( IAsyncResult asyncResult ) : UpdateConfigurationTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConfigurationTemplate.
return Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResponse

EndUpdateEnvironment() public method

Finishes the asynchronous execution of the UpdateEnvironment operation.
public EndUpdateEnvironment ( IAsyncResult asyncResult ) : UpdateEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateEnvironment.
return Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResponse

EndValidateConfigurationSettings() public method

Finishes the asynchronous execution of the ValidateConfigurationSettings operation.
public EndValidateConfigurationSettings ( IAsyncResult asyncResult ) : ValidateConfigurationSettingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginValidateConfigurationSettings.
return Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsResponse

ListAvailableSolutionStacks() public method

Returns a list of the available solution stack names.
public ListAvailableSolutionStacks ( ) : ListAvailableSolutionStacksResponse
return Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResponse

ListAvailableSolutionStacks() public method

Returns a list of the available solution stack names.
public ListAvailableSolutionStacks ( ListAvailableSolutionStacksRequest request ) : ListAvailableSolutionStacksResponse
request ListAvailableSolutionStacksRequest Container for the necessary parameters to execute the ListAvailableSolutionStacks service method.
return Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResponse

ListAvailableSolutionStacksAsync() public method

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

ListAvailableSolutionStacksAsync() public method

Returns a list of the available solution stack names.
public ListAvailableSolutionStacksAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

RebuildEnvironment() public method

Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
/// The specified account does not have sufficient privileges for one of more AWS services. ///
public RebuildEnvironment ( RebuildEnvironmentRequest request ) : Amazon.ElasticBeanstalk.Model.RebuildEnvironmentResponse
request Amazon.ElasticBeanstalk.Model.RebuildEnvironmentRequest Container for the necessary parameters to execute the RebuildEnvironment service method.
return Amazon.ElasticBeanstalk.Model.RebuildEnvironmentResponse

RebuildEnvironmentAsync() public method

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

RequestEnvironmentInfo() public method

Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment.

Setting the InfoType to bundle compresses the application server log files for every Amazon EC2 instance into a .zip file. Legacy and .NET containers do not support bundle logs.

Use RetrieveEnvironmentInfo to obtain the set of logs.

Related Topics

public RequestEnvironmentInfo ( RequestEnvironmentInfoRequest request ) : Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoResponse
request Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoRequest Container for the necessary parameters to execute the RequestEnvironmentInfo service method.
return Amazon.ElasticBeanstalk.Model.RequestEnvironmentInfoResponse

RequestEnvironmentInfoAsync() public method

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

RestartAppServer() public method

Causes the environment to restart the application container server running on each Amazon EC2 instance.
public RestartAppServer ( RestartAppServerRequest request ) : Amazon.ElasticBeanstalk.Model.RestartAppServerResponse
request Amazon.ElasticBeanstalk.Model.RestartAppServerRequest Container for the necessary parameters to execute the RestartAppServer service method.
return Amazon.ElasticBeanstalk.Model.RestartAppServerResponse

RestartAppServerAsync() public method

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

RetrieveEnvironmentInfo() public method

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

public RetrieveEnvironmentInfo ( RetrieveEnvironmentInfoRequest request ) : RetrieveEnvironmentInfoResponse
request Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest Container for the necessary parameters to execute the RetrieveEnvironmentInfo service method.
return Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoResponse

RetrieveEnvironmentInfoAsync() public method

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

SwapEnvironmentCNAMEs() public method

Swaps the CNAMEs of two environments.
public SwapEnvironmentCNAMEs ( SwapEnvironmentCNAMEsRequest request ) : Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsResponse
request Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsRequest Container for the necessary parameters to execute the SwapEnvironmentCNAMEs service method.
return Amazon.ElasticBeanstalk.Model.SwapEnvironmentCNAMEsResponse

SwapEnvironmentCNAMEsAsync() public method

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

TerminateEnvironment() public method

Terminates the specified environment.
/// The specified account does not have sufficient privileges for one of more AWS services. ///
public TerminateEnvironment ( TerminateEnvironmentRequest request ) : TerminateEnvironmentResponse
request Amazon.ElasticBeanstalk.Model.TerminateEnvironmentRequest Container for the necessary parameters to execute the TerminateEnvironment service method.
return Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResponse

TerminateEnvironmentAsync() public method

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

UpdateApplication() public method

Updates the specified application to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear these properties, specify an empty string.

public UpdateApplication ( UpdateApplicationRequest request ) : UpdateApplicationResponse
request Amazon.ElasticBeanstalk.Model.UpdateApplicationRequest Container for the necessary parameters to execute the UpdateApplication service method.
return Amazon.ElasticBeanstalk.Model.UpdateApplicationResponse

UpdateApplicationAsync() public method

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

UpdateApplicationResourceLifecycle() public method

Modifies lifecycle settings for an application.
/// The specified account does not have sufficient privileges for one of more AWS services. ///
public UpdateApplicationResourceLifecycle ( UpdateApplicationResourceLifecycleRequest request ) : UpdateApplicationResourceLifecycleResponse
request Amazon.ElasticBeanstalk.Model.UpdateApplicationResourceLifecycleRequest Container for the necessary parameters to execute the UpdateApplicationResourceLifecycle service method.
return Amazon.ElasticBeanstalk.Model.UpdateApplicationResourceLifecycleResponse

UpdateApplicationResourceLifecycleAsync() public method

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

UpdateApplicationVersion() public method

Updates the specified application version to have the specified properties.

If a property (for example, description) is not provided, the value remains unchanged. To clear properties, specify an empty string.

public UpdateApplicationVersion ( UpdateApplicationVersionRequest request ) : UpdateApplicationVersionResponse
request Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionRequest Container for the necessary parameters to execute the UpdateApplicationVersion service method.
return Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionResponse

UpdateApplicationVersionAsync() public method

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

UpdateConfigurationTemplate() public method

Updates the specified configuration template to have the specified properties or configuration option values.

If a property (for example, ApplicationName) is not provided, its value remains unchanged. To clear such properties, specify an empty string.

Related Topics

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account has reached its limit of Amazon S3 buckets. ///
public UpdateConfigurationTemplate ( UpdateConfigurationTemplateRequest request ) : UpdateConfigurationTemplateResponse
request Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateRequest Container for the necessary parameters to execute the UpdateConfigurationTemplate service method.
return Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResponse

UpdateConfigurationTemplateAsync() public method

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

UpdateEnvironment() public method

Updates the environment description, deploys a new application version, updates the configuration settings to an entirely new configuration template, or updates select configuration option values in the running environment.

Attempting to update both the release and configuration is not allowed and AWS Elastic Beanstalk returns an InvalidParameterCombination error.

When updating the configuration settings to a new template or individual settings, a draft configuration is created and DescribeConfigurationSettings for this environment returns two setting descriptions with different DeploymentStatus values.

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account has reached its limit of Amazon S3 buckets. ///
public UpdateEnvironment ( UpdateEnvironmentRequest request ) : UpdateEnvironmentResponse
request Amazon.ElasticBeanstalk.Model.UpdateEnvironmentRequest Container for the necessary parameters to execute the UpdateEnvironment service method.
return Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResponse

UpdateEnvironmentAsync() public method

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

ValidateConfigurationSettings() public method

Takes a set of configuration settings and either a configuration template or environment, and determines whether those values are valid.

This action returns a list of messages indicating any errors or warnings associated with the selection of option values.

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account has reached its limit of Amazon S3 buckets. ///
public ValidateConfigurationSettings ( ValidateConfigurationSettingsRequest request ) : ValidateConfigurationSettingsResponse
request Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsRequest Container for the necessary parameters to execute the ValidateConfigurationSettings service method.
return Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsResponse

ValidateConfigurationSettingsAsync() public method

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