/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the elasticbeanstalk-2010-12-01.normal.json service model. */ using System; using System.Threading; using System.Threading.Tasks; using System.Collections.Generic; using Amazon.Runtime; using Amazon.ElasticBeanstalk.Model; namespace Amazon.ElasticBeanstalk { /// /// Interface 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 https://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. /// /// public partial interface IAmazonElasticBeanstalk : IAmazonService, IDisposable { #if AWS_ASYNC_ENUMERABLES_API /// /// Paginators for the service /// IElasticBeanstalkPaginatorFactory Paginators { get; } #endif #region AbortEnvironmentUpdate /// /// Cancels in-progress environment configuration update or application version deployment. /// /// Container for the necessary parameters to execute the AbortEnvironmentUpdate service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the AbortEnvironmentUpdate service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for AbortEnvironmentUpdate Operation Task AbortEnvironmentUpdateAsync(AbortEnvironmentUpdateRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// Container for the necessary parameters to execute the ApplyEnvironmentManagedAction service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ApplyEnvironmentManagedAction service method, as returned by ElasticBeanstalk. /// /// A generic service exception has occurred. /// /// /// Cannot modify the managed action in its current state. /// /// REST API Reference for ApplyEnvironmentManagedAction Operation Task ApplyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region AssociateEnvironmentOperationsRole /// /// Add or change the operations role used by an environment. After this call is made, /// Elastic Beanstalk uses the associated operations role for permissions to downstream /// services during subsequent calls acting on this environment. For more information, /// see Operations /// roles in the AWS Elastic Beanstalk Developer Guide. /// /// Container for the necessary parameters to execute the AssociateEnvironmentOperationsRole service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the AssociateEnvironmentOperationsRole service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for AssociateEnvironmentOperationsRole Operation Task AssociateEnvironmentOperationsRoleAsync(AssociateEnvironmentOperationsRoleRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CheckDNSAvailability /// /// Checks if the specified CNAME is available. /// /// Container for the necessary parameters to execute the CheckDNSAvailability service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CheckDNSAvailability service method, as returned by ElasticBeanstalk. /// REST API Reference for CheckDNSAvailability Operation Task CheckDNSAvailabilityAsync(CheckDNSAvailabilityRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// Container for the necessary parameters to execute the ComposeEnvironments service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ComposeEnvironments service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// The specified account has reached its limit of environments. /// /// REST API Reference for ComposeEnvironments Operation Task ComposeEnvironmentsAsync(ComposeEnvironmentsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateApplication /// /// Creates an application that has one configuration template named default /// and no application versions. /// /// Container for the necessary parameters to execute the CreateApplication service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateApplication service method, as returned by ElasticBeanstalk. /// /// The specified account has reached its limit of applications. /// /// REST API Reference for CreateApplication Operation Task CreateApplicationAsync(CreateApplicationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// /// After you create an application version with a specified Amazon S3 bucket and key /// location, you can't 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. /// /// /// /// Container for the necessary parameters to execute the CreateApplicationVersion service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateApplicationVersion service method, as returned by ElasticBeanstalk. /// /// AWS CodeBuild is not available in the specified region. /// /// /// The specified account does not have sufficient privileges for one or 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. /// /// REST API Reference for CreateApplicationVersion Operation Task CreateApplicationVersionAsync(CreateApplicationVersionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateConfigurationTemplate /// /// Creates an AWS Elastic Beanstalk configuration template, associated with a specific /// Elastic Beanstalk application. You define application configuration settings in a /// configuration template. You can then use the configuration template to deploy different /// versions of the application with the same configuration settings. /// /// /// /// Templates aren't associated with any environment. The EnvironmentName /// response element is always null. /// /// /// /// Related Topics /// /// /// /// Container for the necessary parameters to execute the CreateConfigurationTemplate service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateConfigurationTemplate service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// The specified account has reached its limit of Amazon S3 buckets. /// /// /// The specified account has reached its limit of configuration templates. /// /// REST API Reference for CreateConfigurationTemplate Operation Task CreateConfigurationTemplateAsync(CreateConfigurationTemplateRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateEnvironment /// /// Launches an AWS Elastic Beanstalk environment for the specified application using /// the specified configuration. /// /// Container for the necessary parameters to execute the CreateEnvironment service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateEnvironment service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// The specified account has reached its limit of environments. /// /// REST API Reference for CreateEnvironment Operation Task CreateEnvironmentAsync(CreateEnvironmentRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreatePlatformVersion /// /// Create a new version of your custom platform. /// /// Container for the necessary parameters to execute the CreatePlatformVersion service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreatePlatformVersion service method, as returned by ElasticBeanstalk. /// /// A generic service exception has occurred. /// /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// You have exceeded the maximum number of allowed platforms associated with the account. /// /// REST API Reference for CreatePlatformVersion Operation Task CreatePlatformVersionAsync(CreatePlatformVersionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region CreateStorageLocation /// /// Creates a bucket in Amazon S3 to store application versions, logs, and other files /// used by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call /// this API the first time you create an environment in a region. If the storage location /// already exists, CreateStorageLocation still returns the bucket name but /// does not create a new bucket. /// /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateStorageLocation service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or 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. /// /// REST API Reference for CreateStorageLocation Operation Task CreateStorageLocationAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken)); /// /// Creates a bucket in Amazon S3 to store application versions, logs, and other files /// used by Elastic Beanstalk environments. The Elastic Beanstalk console and EB CLI call /// this API the first time you create an environment in a region. If the storage location /// already exists, CreateStorageLocation still returns the bucket name but /// does not create a new bucket. /// /// Container for the necessary parameters to execute the CreateStorageLocation service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the CreateStorageLocation service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or 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. /// /// REST API Reference for CreateStorageLocation Operation Task CreateStorageLocationAsync(CreateStorageLocationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// /// Container for the necessary parameters to execute the DeleteApplication service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteApplication service method, as returned by ElasticBeanstalk. /// /// Unable to perform the specified operation because another operation that effects an /// element in this activity is already in progress. /// /// REST API Reference for DeleteApplication Operation Task DeleteApplicationAsync(DeleteApplicationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeleteApplicationVersion /// /// Deletes the specified version from the specified application. /// /// /// /// You cannot delete an application version that is associated with a running environment. /// /// /// /// Container for the necessary parameters to execute the DeleteApplicationVersion service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteApplicationVersion service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or 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. /// /// REST API Reference for DeleteApplicationVersion Operation Task DeleteApplicationVersionAsync(DeleteApplicationVersionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// /// Container for the necessary parameters to execute the DeleteConfigurationTemplate service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteConfigurationTemplate service method, as returned by ElasticBeanstalk. /// /// Unable to perform the specified operation because another operation that effects an /// element in this activity is already in progress. /// /// REST API Reference for DeleteConfigurationTemplate Operation Task DeleteConfigurationTemplateAsync(DeleteConfigurationTemplateRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// Container for the necessary parameters to execute the DeleteEnvironmentConfiguration service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeleteEnvironmentConfiguration service method, as returned by ElasticBeanstalk. /// REST API Reference for DeleteEnvironmentConfiguration Operation Task DeleteEnvironmentConfigurationAsync(DeleteEnvironmentConfigurationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DeletePlatformVersion /// /// Deletes the specified version of a custom platform. /// /// Container for the necessary parameters to execute the DeletePlatformVersion service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DeletePlatformVersion service method, as returned by ElasticBeanstalk. /// /// A generic service exception has occurred. /// /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// Unable to perform the specified operation because another operation that effects an /// element in this activity is already in progress. /// /// /// You cannot delete the platform version because there are still environments running /// on it. /// /// REST API Reference for DeletePlatformVersion Operation Task DeletePlatformVersionAsync(DeletePlatformVersionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeAccountAttributes /// /// Returns attributes related to AWS Elastic Beanstalk that are associated with the calling /// AWS account. /// /// /// /// The result currently has one set of attributes—resource quotas. /// /// /// Container for the necessary parameters to execute the DescribeAccountAttributes service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeAccountAttributes service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for DescribeAccountAttributes Operation Task DescribeAccountAttributesAsync(DescribeAccountAttributesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeApplications /// /// Returns the descriptions of existing applications. /// /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeApplications service method, as returned by ElasticBeanstalk. /// REST API Reference for DescribeApplications Operation Task DescribeApplicationsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken)); /// /// Returns the descriptions of existing applications. /// /// Container for the necessary parameters to execute the DescribeApplications service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeApplications service method, as returned by ElasticBeanstalk. /// REST API Reference for DescribeApplications Operation Task DescribeApplicationsAsync(DescribeApplicationsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeApplicationVersions /// /// Retrieve a list of application versions. /// /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeApplicationVersions service method, as returned by ElasticBeanstalk. /// REST API Reference for DescribeApplicationVersions Operation Task DescribeApplicationVersionsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken)); /// /// Retrieve a list of application versions. /// /// Container for the necessary parameters to execute the DescribeApplicationVersions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeApplicationVersions service method, as returned by ElasticBeanstalk. /// REST API Reference for DescribeApplicationVersions Operation Task DescribeApplicationVersionsAsync(DescribeApplicationVersionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeConfigurationOptions service method, as returned by ElasticBeanstalk. /// /// The specified account has reached its limit of Amazon S3 buckets. /// /// REST API Reference for DescribeConfigurationOptions Operation Task DescribeConfigurationOptionsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken)); /// /// 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. /// /// Container for the necessary parameters to execute the DescribeConfigurationOptions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeConfigurationOptions service method, as returned by ElasticBeanstalk. /// /// The specified account has reached its limit of Amazon S3 buckets. /// /// REST API Reference for DescribeConfigurationOptions Operation Task DescribeConfigurationOptionsAsync(DescribeConfigurationOptionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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 /// /// /// /// Container for the necessary parameters to execute the DescribeConfigurationSettings service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeConfigurationSettings service method, as returned by ElasticBeanstalk. /// /// The specified account has reached its limit of Amazon S3 buckets. /// /// REST API Reference for DescribeConfigurationSettings Operation Task DescribeConfigurationSettingsAsync(DescribeConfigurationSettingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeEnvironmentHealth /// /// Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth /// operation is only available with AWS Elastic Beanstalk Enhanced Health. /// /// Container for the necessary parameters to execute the DescribeEnvironmentHealth service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEnvironmentHealth service method, as returned by ElasticBeanstalk. /// /// A generic service exception has occurred. /// /// /// One or more input parameters is not valid. Please correct the input parameters and /// try the operation again. /// /// REST API Reference for DescribeEnvironmentHealth Operation Task DescribeEnvironmentHealthAsync(DescribeEnvironmentHealthRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeEnvironmentManagedActionHistory /// /// Lists an environment's completed and failed managed actions. /// /// Container for the necessary parameters to execute the DescribeEnvironmentManagedActionHistory service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEnvironmentManagedActionHistory service method, as returned by ElasticBeanstalk. /// /// A generic service exception has occurred. /// /// REST API Reference for DescribeEnvironmentManagedActionHistory Operation Task DescribeEnvironmentManagedActionHistoryAsync(DescribeEnvironmentManagedActionHistoryRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeEnvironmentManagedActions /// /// Lists an environment's upcoming and in-progress managed actions. /// /// Container for the necessary parameters to execute the DescribeEnvironmentManagedActions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEnvironmentManagedActions service method, as returned by ElasticBeanstalk. /// /// A generic service exception has occurred. /// /// REST API Reference for DescribeEnvironmentManagedActions Operation Task DescribeEnvironmentManagedActionsAsync(DescribeEnvironmentManagedActionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeEnvironmentResources /// /// Returns AWS resources for this environment. /// /// Container for the necessary parameters to execute the DescribeEnvironmentResources service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEnvironmentResources service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for DescribeEnvironmentResources Operation Task DescribeEnvironmentResourcesAsync(DescribeEnvironmentResourcesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeEnvironments /// /// Returns descriptions for existing environments. /// /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEnvironments service method, as returned by ElasticBeanstalk. /// REST API Reference for DescribeEnvironments Operation Task DescribeEnvironmentsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken)); /// /// Returns descriptions for existing environments. /// /// Container for the necessary parameters to execute the DescribeEnvironments service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEnvironments service method, as returned by ElasticBeanstalk. /// REST API Reference for DescribeEnvironments Operation Task DescribeEnvironmentsAsync(DescribeEnvironmentsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEvents service method, as returned by ElasticBeanstalk. /// REST API Reference for DescribeEvents Operation Task DescribeEventsAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken)); /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeEvents service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeEvents service method, as returned by ElasticBeanstalk. /// REST API Reference for DescribeEvents Operation Task DescribeEventsAsync(DescribeEventsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribeInstancesHealth /// /// Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk. /// This operation requires enhanced /// health reporting. /// /// Container for the necessary parameters to execute the DescribeInstancesHealth service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribeInstancesHealth service method, as returned by ElasticBeanstalk. /// /// A generic service exception has occurred. /// /// /// One or more input parameters is not valid. Please correct the input parameters and /// try the operation again. /// /// REST API Reference for DescribeInstancesHealth Operation Task DescribeInstancesHealthAsync(DescribeInstancesHealthRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DescribePlatformVersion /// /// Describes a platform version. Provides full details. Compare to ListPlatformVersions, /// which provides summary information about a list of platform versions. /// /// /// /// For definitions of platform version and other platform-related terms, see AWS /// Elastic Beanstalk Platforms Glossary. /// /// /// Container for the necessary parameters to execute the DescribePlatformVersion service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DescribePlatformVersion service method, as returned by ElasticBeanstalk. /// /// A generic service exception has occurred. /// /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for DescribePlatformVersion Operation Task DescribePlatformVersionAsync(DescribePlatformVersionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region DisassociateEnvironmentOperationsRole /// /// Disassociate the operations role from an environment. After this call is made, Elastic /// Beanstalk uses the caller's permissions for permissions to downstream services during /// subsequent calls acting on this environment. For more information, see Operations /// roles in the AWS Elastic Beanstalk Developer Guide. /// /// Container for the necessary parameters to execute the DisassociateEnvironmentOperationsRole service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the DisassociateEnvironmentOperationsRole service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for DisassociateEnvironmentOperationsRole Operation Task DisassociateEnvironmentOperationsRoleAsync(DisassociateEnvironmentOperationsRoleRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListAvailableSolutionStacks /// /// Returns a list of the available solution stack names, with the public version first /// and then in reverse chronological order. /// /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListAvailableSolutionStacks service method, as returned by ElasticBeanstalk. /// REST API Reference for ListAvailableSolutionStacks Operation Task ListAvailableSolutionStacksAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken)); /// /// Returns a list of the available solution stack names, with the public version first /// and then in reverse chronological order. /// /// Container for the necessary parameters to execute the ListAvailableSolutionStacks service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListAvailableSolutionStacks service method, as returned by ElasticBeanstalk. /// REST API Reference for ListAvailableSolutionStacks Operation Task ListAvailableSolutionStacksAsync(ListAvailableSolutionStacksRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListPlatformBranches /// /// Lists the platform branches available for your account in an AWS Region. Provides /// summary information about each platform branch. /// /// /// /// For definitions of platform branch and other platform-related terms, see AWS /// Elastic Beanstalk Platforms Glossary. /// /// /// Container for the necessary parameters to execute the ListPlatformBranches service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListPlatformBranches service method, as returned by ElasticBeanstalk. /// REST API Reference for ListPlatformBranches Operation Task ListPlatformBranchesAsync(ListPlatformBranchesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListPlatformVersions /// /// Lists the platform versions available for your account in an AWS Region. Provides /// summary information about each platform version. Compare to DescribePlatformVersion, /// which provides full details about a single platform version. /// /// /// /// For definitions of platform version and other platform-related terms, see AWS /// Elastic Beanstalk Platforms Glossary. /// /// /// Container for the necessary parameters to execute the ListPlatformVersions service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListPlatformVersions service method, as returned by ElasticBeanstalk. /// /// A generic service exception has occurred. /// /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for ListPlatformVersions Operation Task ListPlatformVersionsAsync(ListPlatformVersionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region ListTagsForResource /// /// Return the tags applied to an AWS Elastic Beanstalk resource. The response contains /// a list of tag key-value pairs. /// /// /// /// Elastic Beanstalk supports tagging of all of its resources. For details about resource /// tagging, see Tagging /// Application Resources. /// /// /// Container for the necessary parameters to execute the ListTagsForResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ListTagsForResource service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN). /// /// /// The type of the specified Amazon Resource Name (ARN) isn't supported for this operation. /// /// REST API Reference for ListTagsForResource Operation Task ListTagsForResourceAsync(ListTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// Container for the necessary parameters to execute the RebuildEnvironment service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the RebuildEnvironment service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for RebuildEnvironment Operation Task RebuildEnvironmentAsync(RebuildEnvironmentRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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 /// /// /// /// Container for the necessary parameters to execute the RequestEnvironmentInfo service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the RequestEnvironmentInfo service method, as returned by ElasticBeanstalk. /// REST API Reference for RequestEnvironmentInfo Operation Task RequestEnvironmentInfoAsync(RequestEnvironmentInfoRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region RestartAppServer /// /// Causes the environment to restart the application container server running on each /// Amazon EC2 instance. /// /// Container for the necessary parameters to execute the RestartAppServer service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the RestartAppServer service method, as returned by ElasticBeanstalk. /// REST API Reference for RestartAppServer Operation Task RestartAppServerAsync(RestartAppServerRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region RetrieveEnvironmentInfo /// /// Retrieves the compiled information from a RequestEnvironmentInfo request. /// /// /// /// Related Topics /// /// /// /// Container for the necessary parameters to execute the RetrieveEnvironmentInfo service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the RetrieveEnvironmentInfo service method, as returned by ElasticBeanstalk. /// REST API Reference for RetrieveEnvironmentInfo Operation Task RetrieveEnvironmentInfoAsync(RetrieveEnvironmentInfoRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region SwapEnvironmentCNAMEs /// /// Swaps the CNAMEs of two environments. /// /// Container for the necessary parameters to execute the SwapEnvironmentCNAMEs service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the SwapEnvironmentCNAMEs service method, as returned by ElasticBeanstalk. /// REST API Reference for SwapEnvironmentCNAMEs Operation Task SwapEnvironmentCNAMEsAsync(SwapEnvironmentCNAMEsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region TerminateEnvironment /// /// Terminates the specified environment. /// /// Container for the necessary parameters to execute the TerminateEnvironment service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the TerminateEnvironment service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for TerminateEnvironment Operation Task TerminateEnvironmentAsync(TerminateEnvironmentRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// /// Container for the necessary parameters to execute the UpdateApplication service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateApplication service method, as returned by ElasticBeanstalk. /// REST API Reference for UpdateApplication Operation Task UpdateApplicationAsync(UpdateApplicationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateApplicationResourceLifecycle /// /// Modifies lifecycle settings for an application. /// /// Container for the necessary parameters to execute the UpdateApplicationResourceLifecycle service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateApplicationResourceLifecycle service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// REST API Reference for UpdateApplicationResourceLifecycle Operation Task UpdateApplicationResourceLifecycleAsync(UpdateApplicationResourceLifecycleRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// /// Container for the necessary parameters to execute the UpdateApplicationVersion service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateApplicationVersion service method, as returned by ElasticBeanstalk. /// REST API Reference for UpdateApplicationVersion Operation Task UpdateApplicationVersionAsync(UpdateApplicationVersionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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 /// /// /// /// Container for the necessary parameters to execute the UpdateConfigurationTemplate service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateConfigurationTemplate service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// The specified account has reached its limit of Amazon S3 buckets. /// /// REST API Reference for UpdateConfigurationTemplate Operation Task UpdateConfigurationTemplateAsync(UpdateConfigurationTemplateRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// Container for the necessary parameters to execute the UpdateEnvironment service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateEnvironment service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// The specified account has reached its limit of Amazon S3 buckets. /// /// REST API Reference for UpdateEnvironment Operation Task UpdateEnvironmentAsync(UpdateEnvironmentRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region UpdateTagsForResource /// /// Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can /// be passed: TagsToAdd for tags to add or update, and TagsToRemove. /// /// /// /// Elastic Beanstalk supports tagging of all of its resources. For details about resource /// tagging, see Tagging /// Application Resources. /// /// /// /// If you create a custom IAM user policy to control permission to this operation, specify /// one of the following two virtual actions (or both) instead of the API operation name: /// ///
elasticbeanstalk:AddTags
/// /// Controls permission to call UpdateTagsForResource and pass a list of /// tags to add in the TagsToAdd parameter. /// ///
elasticbeanstalk:RemoveTags
/// /// Controls permission to call UpdateTagsForResource and pass a list of /// tag keys to remove in the TagsToRemove parameter. /// ///
/// /// For details about creating a custom user policy, see Creating /// a Custom User Policy. /// ///
/// Container for the necessary parameters to execute the UpdateTagsForResource service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the UpdateTagsForResource service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// Unable to perform the specified operation because another operation that effects an /// element in this activity is already in progress. /// /// /// A resource doesn't exist for the specified Amazon Resource Name (ARN). /// /// /// The type of the specified Amazon Resource Name (ARN) isn't supported for this operation. /// /// /// The number of tags in the resource would exceed the number of tags that each resource /// can have. /// /// /// /// To calculate this, the operation considers both the number of tags the resource already /// has and the tags this operation would add if it succeeded. /// /// /// REST API Reference for UpdateTagsForResource Operation Task UpdateTagsForResourceAsync(UpdateTagsForResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion #region 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. /// /// /// Container for the necessary parameters to execute the ValidateConfigurationSettings service method. /// /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// /// /// The response from the ValidateConfigurationSettings service method, as returned by ElasticBeanstalk. /// /// The specified account does not have sufficient privileges for one or more AWS services. /// /// /// The specified account has reached its limit of Amazon S3 buckets. /// /// REST API Reference for ValidateConfigurationSettings Operation Task ValidateConfigurationSettingsAsync(ValidateConfigurationSettingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken)); #endregion } }