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

Наследование: AmazonServiceClient, IAmazonElasticBeanstalk
Показать файл Открыть проект Примеры использования класса

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

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

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

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

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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() публичный Метод

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Retrieve a list of application versions.
public DescribeApplicationVersions ( ) : DescribeApplicationVersionsResponse
Результат Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsResponse

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

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

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

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

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

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

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

Returns the descriptions of existing applications.
public DescribeApplications ( ) : DescribeApplicationsResponse
Результат Amazon.ElasticBeanstalk.Model.DescribeApplicationsResponse

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Returns descriptions for existing environments.
public DescribeEnvironments ( ) : DescribeEnvironmentsResponse
Результат Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsResponse

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Finishes the asynchronous execution of the AbortEnvironmentUpdate operation.
public EndAbortEnvironmentUpdate ( IAsyncResult asyncResult ) : AbortEnvironmentUpdateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAbortEnvironmentUpdate.
Результат AbortEnvironmentUpdateResponse

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

Finishes the asynchronous execution of the ApplyEnvironmentManagedAction operation.
public EndApplyEnvironmentManagedAction ( IAsyncResult asyncResult ) : ApplyEnvironmentManagedActionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginApplyEnvironmentManagedAction.
Результат Amazon.ElasticBeanstalk.Model.ApplyEnvironmentManagedActionResponse

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

Finishes the asynchronous execution of the CheckDNSAvailability operation.
public EndCheckDNSAvailability ( IAsyncResult asyncResult ) : CheckDNSAvailabilityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCheckDNSAvailability.
Результат Amazon.ElasticBeanstalk.Model.CheckDNSAvailabilityResponse

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

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

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

Finishes the asynchronous execution of the CreateApplication operation.
public EndCreateApplication ( IAsyncResult asyncResult ) : CreateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApplication.
Результат Amazon.ElasticBeanstalk.Model.CreateApplicationResponse

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

Finishes the asynchronous execution of the CreateApplicationVersion operation.
public EndCreateApplicationVersion ( IAsyncResult asyncResult ) : CreateApplicationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApplicationVersion.
Результат Amazon.ElasticBeanstalk.Model.CreateApplicationVersionResponse

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

Finishes the asynchronous execution of the CreateConfigurationTemplate operation.
public EndCreateConfigurationTemplate ( IAsyncResult asyncResult ) : CreateConfigurationTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConfigurationTemplate.
Результат Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResponse

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

Finishes the asynchronous execution of the CreateEnvironment operation.
public EndCreateEnvironment ( IAsyncResult asyncResult ) : CreateEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEnvironment.
Результат Amazon.ElasticBeanstalk.Model.CreateEnvironmentResponse

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

Finishes the asynchronous execution of the CreateStorageLocation operation.
public EndCreateStorageLocation ( IAsyncResult asyncResult ) : CreateStorageLocationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStorageLocation.
Результат Amazon.ElasticBeanstalk.Model.CreateStorageLocationResponse

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

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

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

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

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

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

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

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

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

Finishes the asynchronous execution of the DescribeApplicationVersions operation.
public EndDescribeApplicationVersions ( IAsyncResult asyncResult ) : DescribeApplicationVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeApplicationVersions.
Результат Amazon.ElasticBeanstalk.Model.DescribeApplicationVersionsResponse

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

Finishes the asynchronous execution of the DescribeApplications operation.
public EndDescribeApplications ( IAsyncResult asyncResult ) : DescribeApplicationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeApplications.
Результат Amazon.ElasticBeanstalk.Model.DescribeApplicationsResponse

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

Finishes the asynchronous execution of the DescribeConfigurationOptions operation.
public EndDescribeConfigurationOptions ( IAsyncResult asyncResult ) : DescribeConfigurationOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConfigurationOptions.
Результат Amazon.ElasticBeanstalk.Model.DescribeConfigurationOptionsResponse

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

Finishes the asynchronous execution of the DescribeConfigurationSettings operation.
public EndDescribeConfigurationSettings ( IAsyncResult asyncResult ) : DescribeConfigurationSettingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConfigurationSettings.
Результат Amazon.ElasticBeanstalk.Model.DescribeConfigurationSettingsResponse

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

Finishes the asynchronous execution of the DescribeEnvironmentHealth operation.
public EndDescribeEnvironmentHealth ( IAsyncResult asyncResult ) : DescribeEnvironmentHealthResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironmentHealth.
Результат Amazon.ElasticBeanstalk.Model.DescribeEnvironmentHealthResponse

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

Finishes the asynchronous execution of the DescribeEnvironmentManagedActionHistory operation.
public EndDescribeEnvironmentManagedActionHistory ( IAsyncResult asyncResult ) : DescribeEnvironmentManagedActionHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironmentManagedActionHistory.
Результат Amazon.ElasticBeanstalk.Model.DescribeEnvironmentManagedActionHistoryResponse

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

Finishes the asynchronous execution of the DescribeEnvironmentManagedActions operation.
public EndDescribeEnvironmentManagedActions ( IAsyncResult asyncResult ) : DescribeEnvironmentManagedActionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironmentManagedActions.
Результат Amazon.ElasticBeanstalk.Model.DescribeEnvironmentManagedActionsResponse

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

Finishes the asynchronous execution of the DescribeEnvironmentResources operation.
public EndDescribeEnvironmentResources ( IAsyncResult asyncResult ) : DescribeEnvironmentResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironmentResources.
Результат Amazon.ElasticBeanstalk.Model.DescribeEnvironmentResourcesResponse

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

Finishes the asynchronous execution of the DescribeEnvironments operation.
public EndDescribeEnvironments ( IAsyncResult asyncResult ) : DescribeEnvironmentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEnvironments.
Результат Amazon.ElasticBeanstalk.Model.DescribeEnvironmentsResponse

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

Finishes the asynchronous execution of the DescribeEvents operation.
public EndDescribeEvents ( IAsyncResult asyncResult ) : DescribeEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEvents.
Результат Amazon.ElasticBeanstalk.Model.DescribeEventsResponse

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

Finishes the asynchronous execution of the DescribeInstancesHealth operation.
public EndDescribeInstancesHealth ( IAsyncResult asyncResult ) : DescribeInstancesHealthResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeInstancesHealth.
Результат Amazon.ElasticBeanstalk.Model.DescribeInstancesHealthResponse

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

Finishes the asynchronous execution of the ListAvailableSolutionStacks operation.
public EndListAvailableSolutionStacks ( IAsyncResult asyncResult ) : ListAvailableSolutionStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAvailableSolutionStacks.
Результат Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResponse

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

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

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

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

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

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

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

Finishes the asynchronous execution of the RetrieveEnvironmentInfo operation.
public EndRetrieveEnvironmentInfo ( IAsyncResult asyncResult ) : RetrieveEnvironmentInfoResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRetrieveEnvironmentInfo.
Результат Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoResponse

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

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

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

Finishes the asynchronous execution of the TerminateEnvironment operation.
public EndTerminateEnvironment ( IAsyncResult asyncResult ) : TerminateEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTerminateEnvironment.
Результат Amazon.ElasticBeanstalk.Model.TerminateEnvironmentResponse

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

Finishes the asynchronous execution of the UpdateApplication operation.
public EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplication.
Результат Amazon.ElasticBeanstalk.Model.UpdateApplicationResponse

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

Finishes the asynchronous execution of the UpdateApplicationResourceLifecycle operation.
public EndUpdateApplicationResourceLifecycle ( IAsyncResult asyncResult ) : UpdateApplicationResourceLifecycleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplicationResourceLifecycle.
Результат Amazon.ElasticBeanstalk.Model.UpdateApplicationResourceLifecycleResponse

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

Finishes the asynchronous execution of the UpdateApplicationVersion operation.
public EndUpdateApplicationVersion ( IAsyncResult asyncResult ) : UpdateApplicationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplicationVersion.
Результат Amazon.ElasticBeanstalk.Model.UpdateApplicationVersionResponse

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

Finishes the asynchronous execution of the UpdateConfigurationTemplate operation.
public EndUpdateConfigurationTemplate ( IAsyncResult asyncResult ) : UpdateConfigurationTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConfigurationTemplate.
Результат Amazon.ElasticBeanstalk.Model.UpdateConfigurationTemplateResponse

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

Finishes the asynchronous execution of the UpdateEnvironment operation.
public EndUpdateEnvironment ( IAsyncResult asyncResult ) : UpdateEnvironmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateEnvironment.
Результат Amazon.ElasticBeanstalk.Model.UpdateEnvironmentResponse

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

Finishes the asynchronous execution of the ValidateConfigurationSettings operation.
public EndValidateConfigurationSettings ( IAsyncResult asyncResult ) : ValidateConfigurationSettingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginValidateConfigurationSettings.
Результат Amazon.ElasticBeanstalk.Model.ValidateConfigurationSettingsResponse

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

Returns a list of the available solution stack names.
public ListAvailableSolutionStacks ( ) : ListAvailableSolutionStacksResponse
Результат Amazon.ElasticBeanstalk.Model.ListAvailableSolutionStacksResponse

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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