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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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