C# (CSharp) Amazon.ElasticBeanstalk.Model Пространство имен

Пространства имен

Amazon.ElasticBeanstalk.Model.Internal

Классы

Имя Описание
ApplicationDescription Describes the properties of an application.
ApplicationMetrics Application request metrics for an AWS Elastic Beanstalk environment.
ApplicationResourceLifecycleConfig The resource lifecycle configuration for an application. Defines lifecycle settings for resources that belong to the application, and the service role that Elastic Beanstalk assumes in order to apply lifecycle settings. The version lifecycle configuration defines lifecycle settings for application versions.
ApplicationVersionDescription

Describes the properties of an application version.

ApplicationVersionLifecycleConfig The application version lifecycle settings for an application. Defines the rules that Elastic Beanstalk applies to an application's versions in order to avoid hitting the per-region limit for application versions.

When Elastic Beanstalk deletes an application version from its database, you can no longer deploy that version to an environment. The source bundle remains in S3 unless you configure the rule to delete it.

ApplyEnvironmentManagedActionRequest Container for the parameters to the ApplyEnvironmentManagedAction operation. 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.
ApplyEnvironmentManagedActionResponse The result message containing information about the managed action.
AutoScalingGroup

Describes an Auto Scaling launch configuration.

BuildConfiguration Settings for an AWS CodeBuild build.
CPUUtilization CPU utilization metrics for an instance.
CheckDNSAvailabilityRequest Container for the parameters to the CheckDNSAvailability operation. Checks if the specified CNAME is available.
CheckDNSAvailabilityResponse Returns information about the CheckDNSAvailability response and response metadata.
CheckDNSAvailabilityResult

Indicates if the specified CNAME is available.

CodeBuildNotInServiceRegionException
ComposeEnvironmentsRequest Container for the parameters to the ComposeEnvironments operation. 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.
ConfigurationOptionDescription

Describes the possible values for a configuration option.

ConfigurationOptionSetting A specification identifying an individual configuration option along with its current value. For a list of possible option values, go to Option Values in the AWS Elastic Beanstalk Developer Guide.
ConfigurationSettingsDescription Describes the settings for a configuration set.
CreateApplicationRequest Container for the parameters to the CreateApplication operation.

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

CreateApplicationResponse Returns information about the CreateApplication response and response metadata.
CreateApplicationResult Result message containing a single description of an application.
CreateApplicationVersionRequest Container for the parameters to the CreateApplicationVersion operation. 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.

CreateApplicationVersionResponse Returns information about the CreateApplicationVersion response and response metadata.
CreateApplicationVersionResult

Result message wrapping a single description of an application version.

CreateConfigurationTemplateRequest Container for the parameters to the CreateConfigurationTemplate operation.

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

  • DescribeConfigurationOptions
  • DescribeConfigurationSettings
  • ListAvailableSolutionStacks
CreateConfigurationTemplateResponse Returns information about the CreateConfigurationTemplate response and response metadata.
CreateConfigurationTemplateResult

Describes the settings for a configuration set.

CreateEnvironmentRequest Container for the parameters to the CreateEnvironment operation.

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

CreateEnvironmentResponse Returns information about the CreateEnvironment response and response metadata.
CreateEnvironmentResult

Describes the properties of an environment.

CreateStorageLocationResponse Returns information about the CreateStorageLocation response and response metadata.
CreateStorageLocationResult Results of a CreateStorageLocationResult call.
DeleteApplicationRequest Container for the parameters to the DeleteApplication operation.

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

NOTE:You cannot delete an application that has a running environment.

DeleteApplicationVersionRequest Container for the parameters to the DeleteApplicationVersion operation.

Deletes the specified version from the specified application.

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

DeleteConfigurationTemplateRequest Container for the parameters to the DeleteConfigurationTemplate operation. 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.

DeleteEnvironmentConfigurationRequest Container for the parameters to the DeleteEnvironmentConfiguration operation.

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.

Deployment Information about an application version deployment.
DescribeApplicationVersionsRequest Container for the parameters to the DescribeApplicationVersions operation.

Returns descriptions for existing application versions.

DescribeApplicationVersionsResponse Returns information about the DescribeApplicationVersions response and response metadata.
DescribeApplicationVersionsResult

Result message wrapping a list of application version descriptions.

DescribeApplicationsRequest Container for the parameters to the DescribeApplications operation.

Returns the descriptions of existing applications.

DescribeApplicationsResponse Result message containing a list of application descriptions.
DescribeApplicationsResult

Result message containing a list of application descriptions.

DescribeConfigurationOptionsRequest Container for the parameters to the DescribeConfigurationOptions operation.

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.

DescribeConfigurationOptionsResponse Returns information about the DescribeConfigurationOptions response and response metadata.
DescribeConfigurationOptionsResult Describes the settings for a specified configuration set.
DescribeConfigurationSettingsRequest Container for the parameters to the DescribeConfigurationSettings operation.

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

  • DeleteEnvironmentConfiguration
DescribeConfigurationSettingsResponse Returns information about the DescribeConfigurationSettings response and response metadata.
DescribeConfigurationSettingsResult The results from a request to change the configuration settings of an environment.
DescribeEnvironmentHealthRequest Container for the parameters to the DescribeEnvironmentHealth operation. Returns information about the overall health of the specified environment. The DescribeEnvironmentHealth operation is only available with AWS Elastic Beanstalk Enhanced Health.
DescribeEnvironmentHealthResponse Health details for an AWS Elastic Beanstalk environment.
DescribeEnvironmentManagedActionHistoryRequest Container for the parameters to the DescribeEnvironmentManagedActionHistory operation. Lists an environment's completed and failed managed actions.
DescribeEnvironmentManagedActionHistoryResponse A result message containing a list of completed and failed managed actions.
DescribeEnvironmentManagedActionsRequest Container for the parameters to the DescribeEnvironmentManagedActions operation. Lists an environment's upcoming and in-progress managed actions.
DescribeEnvironmentManagedActionsResponse The result message containing a list of managed actions.
DescribeEnvironmentResourcesRequest Container for the parameters to the DescribeEnvironmentResources operation.

Returns AWS resources for this environment.

DescribeEnvironmentResourcesResponse Result message containing a list of environment resource descriptions.
DescribeEnvironmentResourcesResult

Result message containing a list of environment resource descriptions.

DescribeEnvironmentsRequest Container for the parameters to the DescribeEnvironments operation.

Returns descriptions for existing environments.

DescribeEnvironmentsResponse Returns information about the DescribeEnvironments response and response metadata.
DescribeEnvironmentsResult Result message containing a list of environment descriptions.
DescribeEventsRequest Container for the parameters to the DescribeEvents operation. 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.

DescribeEventsResponse Result message wrapping a list of event descriptions.
DescribeEventsResult

Result message wrapping a list of event descriptions.

DescribeInstancesHealthRequest Container for the parameters to the DescribeInstancesHealth operation. Retrives detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting.
DescribeInstancesHealthResponse Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.
ElasticBeanstalkServiceException
EnvironmentDescription

Describes the properties of an environment.

EnvironmentInfoDescription

The information retrieved from the Amazon EC2 instances.

EnvironmentLink A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.
EnvironmentResourceDescription

Describes the AWS resources in use by this environment. This data is live.

EnvironmentResourcesDescription Describes the AWS resources in use by this environment. This data is not live data.
EnvironmentTier

Describes the properties of an environment tier

EventDescription

Describes an event.

Instance

The description of an Amazon EC2 instance.

InstanceHealthSummary Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.
InsufficientPrivilegesException
InvalidRequestException
LaunchConfiguration

Describes an Auto Scaling launch configuration.

ListAvailableSolutionStacksResponse A list of available AWS Elastic Beanstalk solution stacks.
ListAvailableSolutionStacksResult

A list of available AWS Elastic Beanstalk solution stacks.

Listener

Describes the properties of a Listener for the LoadBalancer.

LoadBalancer

Describes a LoadBalancer.

LoadBalancerDescription Describes the details of a LoadBalancer.
ManagedAction The record of an upcoming or in-progress managed action.
ManagedActionHistoryItem The record of a completed or failed managed action.
ManagedActionInvalidStateException
MaxAgeRule A lifecycle rule that deletes application versions after the specified number of days.
MaxCountRule A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.
OperationInProgressException
OptionRestrictionRegex

A regular expression representing a restriction on a string configuration option value.

OptionSpecification

A specification identifying an individual configuration option.

Queue

Describes a queue.

RebuildEnvironmentRequest Container for the parameters to the RebuildEnvironment operation.

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.

RequestEnvironmentInfoRequest Container for the parameters to the RequestEnvironmentInfo operation.

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. Use RetrieveEnvironmentInfo to access the compiled information.

Related Topics

  • RetrieveEnvironmentInfo
RestartAppServerRequest Container for the parameters to the RestartAppServer operation.

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

RetrieveEnvironmentInfoRequest Container for the parameters to the RetrieveEnvironmentInfo operation.

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo
RetrieveEnvironmentInfoResponse Returns information about the RetrieveEnvironmentInfoResult response and response metadata.
RetrieveEnvironmentInfoResult

Result message containing a description of the requested environment info.

S3Location

A specification of a location in Amazon S3.

S3LocationNotInServiceRegionException
S3SubscriptionRequiredException
SingleInstanceHealth Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.
SolutionStackDescription

Describes the solution stack.

SourceBuildInformation Location of the source code for an application version.
SourceBundleDeletionException
SourceConfiguration

A specification for an environment configuration

SwapEnvironmentCNAMEsRequest Container for the parameters to the SwapEnvironmentCNAMEs operation.

Swaps the CNAMEs of two environments.

SystemStatus CPU utilization and load average metrics for an Amazon EC2 instance.
TerminateEnvironmentRequest Container for the parameters to the TerminateEnvironment operation. Terminates the specified environment.
TerminateEnvironmentResponse Returns information about the TerminateEnvironment response and response metadata.
TerminateEnvironmentResult

Describes the properties of an environment.

TooManyApplicationVersionsException
TooManyApplicationsException
TooManyBucketsException
TooManyConfigurationTemplatesException
TooManyEnvironmentsException
Trigger

Describes a trigger.

UpdateApplicationRequest Container for the parameters to the UpdateApplication operation.

Updates the specified application to have the specified properties.

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

UpdateApplicationResourceLifecycleRequest Container for the parameters to the UpdateApplicationResourceLifecycle operation. Modifies lifecycle settings for an application.
UpdateApplicationResourceLifecycleResponse This is the response object from the UpdateApplicationResourceLifecycle operation.
UpdateApplicationResponse Returns information about the UpdateApplication response and response metadata.
UpdateApplicationResult

Result message containing a single description of an application.

UpdateApplicationVersionRequest Container for the parameters to the UpdateApplicationVersion operation.

Updates the specified application version to have the specified properties.

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

UpdateApplicationVersionResponse Returns information about the UpdateApplicationVersion response and response metadata.
UpdateApplicationVersionResult

Result message wrapping a single description of an application version.

UpdateConfigurationTemplateRequest Container for the parameters to the UpdateConfigurationTemplate operation.

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

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

Related Topics

  • DescribeConfigurationOptions
UpdateConfigurationTemplateResponse Returns information about the UpdateConfigurationTemplate response and response metadata.
UpdateConfigurationTemplateResult

Describes the settings for a configuration set.

UpdateEnvironmentRequest Container for the parameters to the UpdateEnvironment operation.

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.

UpdateEnvironmentResponse Returns information about the UpdateEnvironmentResult response and response metadata.
ValidateConfigurationSettingsRequest Container for the parameters to the ValidateConfigurationSettings operation. 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.

ValidateConfigurationSettingsResponse Returns information about the ValidateConfigurationSettings response and response metadata.
ValidateConfigurationSettingsResult Provides a list of validation messages.
ValidationMessage An error or warning for a desired configuration option value.