elasticbeanstalk

package module
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2020 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

View Source
const ServiceAPIVersion = "2010-12-01"
View Source
const ServiceID = "Elastic Beanstalk"

Variables

This section is empty.

Functions

func AddResolveEndpointMiddleware

func AddResolveEndpointMiddleware(stack *middleware.Stack, options ResolveEndpointMiddlewareOptions)

func NewDefaultEndpointResolver

func NewDefaultEndpointResolver() *internalendpoints.Resolver

NewDefaultEndpointResolver constructs a new service endpoint resolver

func RemoveResolveEndpointMiddleware

func RemoveResolveEndpointMiddleware(stack *middleware.Stack) error

Types

type AbortEnvironmentUpdateInput

type AbortEnvironmentUpdateInput struct {
	// This specifies the ID of the environment with the in-progress update that you
	// want to cancel.
	EnvironmentId *string
	// This specifies the name of the environment with the in-progress update that you
	// want to cancel.
	EnvironmentName *string
}

type AbortEnvironmentUpdateOutput

type AbortEnvironmentUpdateOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ApplyEnvironmentManagedActionInput

type ApplyEnvironmentManagedActionInput struct {
	// The environment ID of the target environment.
	EnvironmentId *string
	// The name of the target environment.
	EnvironmentName *string
	// The action ID of the scheduled managed action to execute.
	ActionId *string
}

Request to execute a scheduled managed action immediately.

type ApplyEnvironmentManagedActionOutput

type ApplyEnvironmentManagedActionOutput struct {
	// The status of the managed action.
	Status *string
	// A description of the managed action.
	ActionDescription *string
	// The type of managed action.
	ActionType types.ActionType
	// The action ID of the managed action.
	ActionId *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The result message containing information about the managed action.

type AssociateEnvironmentOperationsRoleInput

type AssociateEnvironmentOperationsRoleInput struct {
	// The Amazon Resource Name (ARN) of an existing IAM role to be used as the
	// environment's operations role.
	OperationsRole *string
	// The name of the environment to which to set the operations role.
	EnvironmentName *string
}

Request to add or change the operations role used by an environment.

type AssociateEnvironmentOperationsRoleOutput

type AssociateEnvironmentOperationsRoleOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CheckDNSAvailabilityInput

type CheckDNSAvailabilityInput struct {
	// The prefix used when this CNAME is reserved.
	CNAMEPrefix *string
}

Results message indicating whether a CNAME is available.

type CheckDNSAvailabilityOutput

type CheckDNSAvailabilityOutput struct {
	// Indicates if the specified CNAME is available:
	//
	//     * true : The CNAME is
	// available.
	//
	//     * false : The CNAME is not available.
	Available *bool
	// The fully qualified CNAME to reserve when CreateEnvironment () is called with
	// the provided prefix.
	FullyQualifiedCNAME *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Indicates if the specified CNAME is available.

type Client

type Client struct {
	// contains filtered or unexported fields
}

AWS Elastic Beanstalk <p>AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.</p> <p>For more information about this product, go to the <a href="http://aws.amazon.com/elasticbeanstalk/">AWS Elastic Beanstalk</a> details page. The location of the latest AWS Elastic Beanstalk WSDL is <a href="https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl">https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl</a>. 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 <a href="http://aws.amazon.com/tools/">Tools for Amazon Web Services</a>.</p> <p> <b>Endpoints</b> </p> <p>For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region">Regions and Endpoints</a> in the <i>Amazon Web Services Glossary</i>.</p>

func New

func New(options Options, optFns ...func(*Options)) *Client

New returns an initialized Client based on the functional options. Provide additional functional options to further configure the behavior of the client, such as changing the client's endpoint or adding custom middleware behavior.

func NewFromConfig

func NewFromConfig(cfg aws.Config, optFns ...func(*Options)) *Client

NewFromConfig returns a new client from the provided config.

func (*Client) AbortEnvironmentUpdate

func (c *Client) AbortEnvironmentUpdate(ctx context.Context, params *AbortEnvironmentUpdateInput, optFns ...func(*Options)) (*AbortEnvironmentUpdateOutput, error)

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

func (*Client) ApplyEnvironmentManagedAction

func (c *Client) ApplyEnvironmentManagedAction(ctx context.Context, params *ApplyEnvironmentManagedActionInput, optFns ...func(*Options)) (*ApplyEnvironmentManagedActionOutput, error)

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 ().

func (*Client) AssociateEnvironmentOperationsRole

func (c *Client) AssociateEnvironmentOperationsRole(ctx context.Context, params *AssociateEnvironmentOperationsRoleInput, optFns ...func(*Options)) (*AssociateEnvironmentOperationsRoleOutput, error)

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html) in the AWS Elastic Beanstalk Developer Guide.

func (*Client) CheckDNSAvailability

func (c *Client) CheckDNSAvailability(ctx context.Context, params *CheckDNSAvailabilityInput, optFns ...func(*Options)) (*CheckDNSAvailabilityOutput, error)

Checks if the specified CNAME is available.

func (*Client) ComposeEnvironments

func (c *Client) ComposeEnvironments(ctx context.Context, params *ComposeEnvironmentsInput, optFns ...func(*Options)) (*ComposeEnvironmentsOutput, error)

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-mgmt-compose.html) for details.

func (*Client) CreateApplication

func (c *Client) CreateApplication(ctx context.Context, params *CreateApplicationInput, optFns ...func(*Options)) (*CreateApplicationOutput, error)

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

func (*Client) CreateApplicationVersion

func (c *Client) CreateApplicationVersion(ctx context.Context, params *CreateApplicationVersionInput, optFns ...func(*Options)) (*CreateApplicationVersionOutput, error)

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.

func (*Client) CreateConfigurationTemplate

func (c *Client) CreateConfigurationTemplate(ctx context.Context, params *CreateConfigurationTemplateInput, optFns ...func(*Options)) (*CreateConfigurationTemplateOutput, error)

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

*

DescribeConfigurationOptions ()

  • DescribeConfigurationSettings ()

    *

ListAvailableSolutionStacks ()

func (*Client) CreateEnvironment

func (c *Client) CreateEnvironment(ctx context.Context, params *CreateEnvironmentInput, optFns ...func(*Options)) (*CreateEnvironmentOutput, error)

Launches an AWS Elastic Beanstalk environment for the specified application using the specified configuration.

func (*Client) CreatePlatformVersion

func (c *Client) CreatePlatformVersion(ctx context.Context, params *CreatePlatformVersionInput, optFns ...func(*Options)) (*CreatePlatformVersionOutput, error)

Create a new version of your custom platform.

func (*Client) CreateStorageLocation

func (c *Client) CreateStorageLocation(ctx context.Context, params *CreateStorageLocationInput, optFns ...func(*Options)) (*CreateStorageLocationOutput, error)

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.

func (*Client) DeleteApplication

func (c *Client) DeleteApplication(ctx context.Context, params *DeleteApplicationInput, optFns ...func(*Options)) (*DeleteApplicationOutput, error)

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.

func (*Client) DeleteApplicationVersion

func (c *Client) DeleteApplicationVersion(ctx context.Context, params *DeleteApplicationVersionInput, optFns ...func(*Options)) (*DeleteApplicationVersionOutput, error)

Deletes the specified version from the specified application. You cannot delete an application version that is associated with a running environment.

func (*Client) DeleteConfigurationTemplate

func (c *Client) DeleteConfigurationTemplate(ctx context.Context, params *DeleteConfigurationTemplateInput, optFns ...func(*Options)) (*DeleteConfigurationTemplateOutput, error)

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.

func (*Client) DeleteEnvironmentConfiguration

func (c *Client) DeleteEnvironmentConfiguration(ctx context.Context, params *DeleteEnvironmentConfigurationInput, optFns ...func(*Options)) (*DeleteEnvironmentConfigurationOutput, error)

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.

func (*Client) DeletePlatformVersion

func (c *Client) DeletePlatformVersion(ctx context.Context, params *DeletePlatformVersionInput, optFns ...func(*Options)) (*DeletePlatformVersionOutput, error)

Deletes the specified version of a custom platform.

func (*Client) DescribeAccountAttributes

func (c *Client) DescribeAccountAttributes(ctx context.Context, params *DescribeAccountAttributesInput, optFns ...func(*Options)) (*DescribeAccountAttributesOutput, error)

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.

func (*Client) DescribeApplicationVersions

func (c *Client) DescribeApplicationVersions(ctx context.Context, params *DescribeApplicationVersionsInput, optFns ...func(*Options)) (*DescribeApplicationVersionsOutput, error)

Retrieve a list of application versions.

func (*Client) DescribeApplications

func (c *Client) DescribeApplications(ctx context.Context, params *DescribeApplicationsInput, optFns ...func(*Options)) (*DescribeApplicationsOutput, error)

Returns the descriptions of existing applications.

func (*Client) DescribeConfigurationOptions

func (c *Client) DescribeConfigurationOptions(ctx context.Context, params *DescribeConfigurationOptionsInput, optFns ...func(*Options)) (*DescribeConfigurationOptionsOutput, error)

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.

func (*Client) DescribeConfigurationSettings

func (c *Client) DescribeConfigurationSettings(ctx context.Context, params *DescribeConfigurationSettingsInput, optFns ...func(*Options)) (*DescribeConfigurationSettingsOutput, error)

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 ()

func (*Client) DescribeEnvironmentHealth

func (c *Client) DescribeEnvironmentHealth(ctx context.Context, params *DescribeEnvironmentHealthInput, optFns ...func(*Options)) (*DescribeEnvironmentHealthOutput, error)

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

func (*Client) DescribeEnvironmentManagedActionHistory

func (c *Client) DescribeEnvironmentManagedActionHistory(ctx context.Context, params *DescribeEnvironmentManagedActionHistoryInput, optFns ...func(*Options)) (*DescribeEnvironmentManagedActionHistoryOutput, error)

Lists an environment's completed and failed managed actions.

func (*Client) DescribeEnvironmentManagedActions

func (c *Client) DescribeEnvironmentManagedActions(ctx context.Context, params *DescribeEnvironmentManagedActionsInput, optFns ...func(*Options)) (*DescribeEnvironmentManagedActionsOutput, error)

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

func (*Client) DescribeEnvironmentResources

func (c *Client) DescribeEnvironmentResources(ctx context.Context, params *DescribeEnvironmentResourcesInput, optFns ...func(*Options)) (*DescribeEnvironmentResourcesOutput, error)

Returns AWS resources for this environment.

func (*Client) DescribeEnvironments

func (c *Client) DescribeEnvironments(ctx context.Context, params *DescribeEnvironmentsInput, optFns ...func(*Options)) (*DescribeEnvironmentsOutput, error)

Returns descriptions for existing environments.

func (*Client) DescribeEvents

func (c *Client) DescribeEvents(ctx context.Context, params *DescribeEventsInput, optFns ...func(*Options)) (*DescribeEventsOutput, error)

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.

func (*Client) DescribeInstancesHealth

func (c *Client) DescribeInstancesHealth(ctx context.Context, params *DescribeInstancesHealthInput, optFns ...func(*Options)) (*DescribeInstancesHealthOutput, error)

Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced.html).

func (*Client) DescribePlatformVersion

func (c *Client) DescribePlatformVersion(ctx context.Context, params *DescribePlatformVersionInput, optFns ...func(*Options)) (*DescribePlatformVersionOutput, error)

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html).

func (*Client) DisassociateEnvironmentOperationsRole

func (c *Client) DisassociateEnvironmentOperationsRole(ctx context.Context, params *DisassociateEnvironmentOperationsRoleInput, optFns ...func(*Options)) (*DisassociateEnvironmentOperationsRoleOutput, error)

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html) in the AWS Elastic Beanstalk Developer Guide.

func (*Client) ListAvailableSolutionStacks

func (c *Client) ListAvailableSolutionStacks(ctx context.Context, params *ListAvailableSolutionStacksInput, optFns ...func(*Options)) (*ListAvailableSolutionStacksOutput, error)

Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.

func (*Client) ListPlatformBranches

func (c *Client) ListPlatformBranches(ctx context.Context, params *ListPlatformBranchesInput, optFns ...func(*Options)) (*ListPlatformBranchesOutput, error)

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html).

func (*Client) ListPlatformVersions

func (c *Client) ListPlatformVersions(ctx context.Context, params *ListPlatformVersionsInput, optFns ...func(*Options)) (*ListPlatformVersionsOutput, error)

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html).

func (*Client) ListTagsForResource

func (c *Client) ListTagsForResource(ctx context.Context, params *ListTagsForResourceInput, optFns ...func(*Options)) (*ListTagsForResourceOutput, error)

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html).

func (*Client) RebuildEnvironment

func (c *Client) RebuildEnvironment(ctx context.Context, params *RebuildEnvironmentInput, optFns ...func(*Options)) (*RebuildEnvironmentOutput, error)

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.

func (*Client) RequestEnvironmentInfo

func (c *Client) RequestEnvironmentInfo(ctx context.Context, params *RequestEnvironmentInfoInput, optFns ...func(*Options)) (*RequestEnvironmentInfoOutput, error)

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

  • RetrieveEnvironmentInfo ()

func (*Client) RestartAppServer

func (c *Client) RestartAppServer(ctx context.Context, params *RestartAppServerInput, optFns ...func(*Options)) (*RestartAppServerOutput, error)

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

func (*Client) RetrieveEnvironmentInfo

func (c *Client) RetrieveEnvironmentInfo(ctx context.Context, params *RetrieveEnvironmentInfoInput, optFns ...func(*Options)) (*RetrieveEnvironmentInfoOutput, error)

Retrieves the compiled information from a RequestEnvironmentInfo () request. Related Topics

  • RequestEnvironmentInfo ()

func (*Client) SwapEnvironmentCNAMEs

func (c *Client) SwapEnvironmentCNAMEs(ctx context.Context, params *SwapEnvironmentCNAMEsInput, optFns ...func(*Options)) (*SwapEnvironmentCNAMEsOutput, error)

Swaps the CNAMEs of two environments.

func (*Client) TerminateEnvironment

func (c *Client) TerminateEnvironment(ctx context.Context, params *TerminateEnvironmentInput, optFns ...func(*Options)) (*TerminateEnvironmentOutput, error)

Terminates the specified environment.

func (*Client) UpdateApplication

func (c *Client) UpdateApplication(ctx context.Context, params *UpdateApplicationInput, optFns ...func(*Options)) (*UpdateApplicationOutput, error)

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.

func (*Client) UpdateApplicationResourceLifecycle

func (c *Client) UpdateApplicationResourceLifecycle(ctx context.Context, params *UpdateApplicationResourceLifecycleInput, optFns ...func(*Options)) (*UpdateApplicationResourceLifecycleOutput, error)

Modifies lifecycle settings for an application.

func (*Client) UpdateApplicationVersion

func (c *Client) UpdateApplicationVersion(ctx context.Context, params *UpdateApplicationVersionInput, optFns ...func(*Options)) (*UpdateApplicationVersionOutput, error)

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.

func (*Client) UpdateConfigurationTemplate

func (c *Client) UpdateConfigurationTemplate(ctx context.Context, params *UpdateConfigurationTemplateInput, optFns ...func(*Options)) (*UpdateConfigurationTemplateOutput, error)

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

  • DescribeConfigurationOptions ()

func (*Client) UpdateEnvironment

func (c *Client) UpdateEnvironment(ctx context.Context, params *UpdateEnvironmentInput, optFns ...func(*Options)) (*UpdateEnvironmentOutput, error)

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.

func (*Client) UpdateTagsForResource

func (c *Client) UpdateTagsForResource(ctx context.Context, params *UpdateTagsForResourceInput, optFns ...func(*Options)) (*UpdateTagsForResourceOutput, error)

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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html). 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 (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/AWSHowTo.iam.managed-policies.html#AWSHowTo.iam.policies).

func (*Client) ValidateConfigurationSettings

func (c *Client) ValidateConfigurationSettings(ctx context.Context, params *ValidateConfigurationSettingsInput, optFns ...func(*Options)) (*ValidateConfigurationSettingsOutput, error)

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.

type ComposeEnvironmentsInput

type ComposeEnvironmentsInput struct {
	// A list of version labels, specifying one or more application source bundles that
	// belong to the target application. Each source bundle must include an environment
	// manifest that specifies the name of the environment and the name of the solution
	// stack to use, and optionally can specify environment links to create.
	VersionLabels []*string
	// The name of the application to which the specified source bundles belong.
	ApplicationName *string
	// The name of the group to which the target environments belong. Specify a group
	// name only if the environment name defined in each target environment's manifest
	// ends with a + (plus) character. See Environment Manifest (env.yaml)
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html)
	// for details.
	GroupName *string
}

Request to create or update a group of environments.

type ComposeEnvironmentsOutput

type ComposeEnvironmentsOutput struct {
	// Returns an EnvironmentDescription () list.
	Environments []*types.EnvironmentDescription
	// In a paginated request, the token that you can pass in a subsequent request to
	// get the next response page.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message containing a list of environment descriptions.

type CreateApplicationInput

type CreateApplicationInput struct {
	// Specifies an application resource lifecycle configuration to prevent your
	// application from accumulating too many versions.
	ResourceLifecycleConfig *types.ApplicationResourceLifecycleConfig
	// Your description of the application.
	Description *string
	// Specifies the tags applied to the application. Elastic Beanstalk applies these
	// tags only to the application. Environments that you create in the application
	// don't inherit the tags.
	Tags []*types.Tag
	// The name of the application. Must be unique within your account.
	ApplicationName *string
}

Request to create an application.

type CreateApplicationOutput

type CreateApplicationOutput struct {
	// The ApplicationDescription () of the application.
	Application *types.ApplicationDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message containing a single description of an application.

type CreateApplicationVersionInput

type CreateApplicationVersionInput struct {
	// A description of this application version.
	Description *string
	// Set to true to create an application with the specified name if it doesn't
	// already exist.
	AutoCreateApplication *bool
	// Settings for an AWS CodeBuild build.
	BuildConfiguration *types.BuildConfiguration
	// Pre-processes and validates the environment manifest (env.yaml) and
	// configuration files (*.config files in the .ebextensions folder) in the source
	// bundle. Validating configuration files can identify issues prior to deploying
	// the application version to an environment. You must turn processing on for
	// application versions that you create using AWS CodeBuild or AWS CodeCommit. For
	// application versions built from a source bundle in Amazon S3, processing is
	// optional. The Process option validates Elastic Beanstalk configuration files. It
	// doesn't validate your application's configuration files, like proxy server or
	// Docker configuration.
	Process *bool
	// Specifies the tags applied to the application version. Elastic Beanstalk applies
	// these tags only to the application version. Environments that use the
	// application version don't inherit the tags.
	Tags []*types.Tag
	// The name of the application. If no application is found with this name, and
	// AutoCreateApplication is false, returns an InvalidParameterValue error.
	ApplicationName *string
	// Specify a commit in an AWS CodeCommit Git repository to use as the source code
	// for the application version.
	SourceBuildInformation *types.SourceBuildInformation
	// The Amazon S3 bucket and key that identify the location of the source bundle for
	// this version. The Amazon S3 bucket must be in the same region as the
	// environment. Specify a source bundle in S3 or a commit in an AWS CodeCommit
	// repository (with SourceBuildInformation), but not both. If neither SourceBundle
	// nor SourceBuildInformation are provided, Elastic Beanstalk uses a sample
	// application.
	SourceBundle *types.S3Location
	// A label identifying this version. Constraint: Must be unique per application. If
	// an application version already exists with this label for the specified
	// application, AWS Elastic Beanstalk returns an InvalidParameterValue error.
	VersionLabel *string
}

type CreateApplicationVersionOutput

type CreateApplicationVersionOutput struct {
	// The ApplicationVersionDescription () of the application version.
	ApplicationVersion *types.ApplicationVersionDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message wrapping a single description of an application version.

type CreateConfigurationTemplateInput

type CreateConfigurationTemplateInput struct {
	// Specifies the tags applied to the configuration template.
	Tags []*types.Tag
	// The name of the Elastic Beanstalk application to associate with this
	// configuration template.
	ApplicationName *string
	// The Amazon Resource Name (ARN) of the custom platform. For more information, see
	// Custom Platforms
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html)
	// in the AWS Elastic Beanstalk Developer Guide.  <p>If you specify
	// <code>PlatformArn</code>, then don't specify <code>SolutionStackName</code>.</p>
	// </note>
	PlatformArn *string
	// The ID of an environment whose settings you want to use to create the
	// configuration template. You must specify EnvironmentId if you don't specify
	// PlatformArn, SolutionStackName, or SourceConfiguration.
	EnvironmentId *string
	// An optional description for this configuration.
	Description *string
	// An Elastic Beanstalk configuration template to base this one on. If specified,
	// Elastic Beanstalk uses the configuration values from the specified configuration
	// template to create a new configuration. Values specified in OptionSettings
	// override any values obtained from the SourceConfiguration. You must specify
	// SourceConfiguration if you don't specify PlatformArn, EnvironmentId, or
	// SolutionStackName. Constraint: If both solution stack name and source
	// configuration are specified, the solution stack of the source configuration
	// template must match the specified solution stack name.
	SourceConfiguration *types.SourceConfiguration
	// The name of an Elastic Beanstalk solution stack (platform version) that this
	// configuration uses. For example, 64bit Amazon Linux 2013.09 running Tomcat 7
	// Java 7. A solution stack specifies the operating system, runtime, and
	// application server for a configuration template. It also determines the set of
	// configuration options as well as the possible and default values. For more
	// information, see Supported Platforms
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html)
	// in the AWS Elastic Beanstalk Developer Guide. You must specify SolutionStackName
	// if you don't specify PlatformArn, EnvironmentId, or SourceConfiguration. Use the
	// ListAvailableSolutionStacks
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_ListAvailableSolutionStacks.html)
	// API to obtain a list of available solution stacks.
	SolutionStackName *string
	// The name of the configuration template. Constraint: This name must be unique per
	// application.
	TemplateName *string
	// Option values for the Elastic Beanstalk configuration, such as the instance
	// type. If specified, these values override the values obtained from the solution
	// stack or the source configuration template. For a complete list of Elastic
	// Beanstalk configuration options, see Option Values
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html) in
	// the AWS Elastic Beanstalk Developer Guide.
	OptionSettings []*types.ConfigurationOptionSetting
}

Request to create a configuration template.

type CreateConfigurationTemplateOutput

type CreateConfigurationTemplateOutput struct {
	// The name of the application associated with this configuration set.
	ApplicationName *string
	// If not null, the name of the environment for this configuration set.
	EnvironmentName *string
	// The ARN of the platform version.
	PlatformArn *string
	// The date (in UTC time) when this configuration set was last modified.
	DateUpdated *time.Time
	// The date (in UTC time) when this configuration set was created.
	DateCreated *time.Time
	// The name of the solution stack this configuration set uses.
	SolutionStackName *string
	// Describes this configuration set.
	Description *string
	// A list of the configuration options and their values in this configuration set.
	OptionSettings []*types.ConfigurationOptionSetting
	// If this configuration set is associated with an environment, the
	// DeploymentStatus parameter indicates the deployment status of this configuration
	// set:
	//
	//     * null: This configuration is not associated with a running
	// environment.
	//
	//     * pending: This is a draft configuration that is not deployed
	// to the associated environment but is in the process of deploying.
	//
	//     *
	// deployed: This is the configuration that is currently deployed to the associated
	// running environment.
	//
	//     * failed: This is a draft configuration that failed to
	// successfully deploy.
	DeploymentStatus types.ConfigurationDeploymentStatus
	// If not null, the name of the configuration template for this configuration set.
	TemplateName *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes the settings for a configuration set.

type CreateEnvironmentInput

type CreateEnvironmentInput struct {
	// If specified, AWS Elastic Beanstalk sets the specified configuration options to
	// the requested value in the configuration set for the new environment. These
	// override the values obtained from the solution stack or the configuration
	// template.
	OptionSettings []*types.ConfigurationOptionSetting
	// The name of the Elastic Beanstalk configuration template to use with the
	// environment. If you specify TemplateName, then don't specify SolutionStackName.
	TemplateName *string
	// The name of an Elastic Beanstalk solution stack (platform version) to use with
	// the environment. If specified, Elastic Beanstalk sets the configuration values
	// to the default values associated with the specified solution stack. For a list
	// of current solution stacks, see Elastic Beanstalk Supported Platforms
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platforms-supported.html)
	// in the AWS Elastic Beanstalk Platforms guide. If you specify SolutionStackName,
	// don't specify PlatformArn or TemplateName.
	SolutionStackName *string
	// If specified, the environment attempts to use this value as the prefix for the
	// CNAME in your Elastic Beanstalk environment URL. If not specified, the CNAME is
	// generated automatically by appending a random alphanumeric string to the
	// environment name.
	CNAMEPrefix *string
	// Specifies the tags applied to resources in the environment.
	Tags []*types.Tag
	// The name of the group to which the target environment belongs. Specify a group
	// name only if the environment's name is specified in an environment manifest and
	// not with the environment name parameter. See Environment Manifest (env.yaml)
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html)
	// for details.
	GroupName *string
	// Your description for this environment.
	Description *string
	// The Amazon Resource Name (ARN) of the custom platform to use with the
	// environment. For more information, see Custom Platforms
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/custom-platforms.html)
	// in the AWS Elastic Beanstalk Developer Guide.  <p>If you specify
	// <code>PlatformArn</code>, don't specify <code>SolutionStackName</code>.</p>
	// </note>
	PlatformArn *string
	// A unique name for the environment. Constraint: Must be from 4 to 40 characters
	// in length. The name can contain only letters, numbers, and hyphens. It can't
	// start or end with a hyphen. This name must be unique within a region in your
	// account. If the specified name already exists in the region, Elastic Beanstalk
	// returns an InvalidParameterValue error. If you don't specify the CNAMEPrefix
	// parameter, the environment name becomes part of the CNAME, and therefore part of
	// the visible URL for your application.
	EnvironmentName *string
	// The name of the application that is associated with this environment.
	ApplicationName *string
	// The name of the application version to deploy. Default: If not specified,
	// Elastic Beanstalk attempts to deploy the sample application.
	VersionLabel *string
	// A list of custom user-defined configuration options to remove from the
	// configuration set for this new environment.
	OptionsToRemove []*types.OptionSpecification
	// The Amazon Resource Name (ARN) of an existing IAM role to be used as the
	// environment's operations role. If specified, Elastic Beanstalk uses the
	// operations role for permissions to downstream services during this call and
	// during subsequent calls acting on this environment. To specify an operations
	// role, you must have the iam:PassRole permission for the role. For more
	// information, see Operations roles
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html)
	// in the AWS Elastic Beanstalk Developer Guide.
	OperationsRole *string
	// Specifies the tier to use in creating this environment. The environment tier
	// that you choose determines whether Elastic Beanstalk provisions resources to
	// support a web application that handles HTTP(S) requests or a web application
	// that handles background-processing tasks.
	Tier *types.EnvironmentTier
}

type CreateEnvironmentOutput

type CreateEnvironmentOutput struct {
	// A list of links to other environments in the same group.
	EnvironmentLinks []*types.EnvironmentLink
	// Returns the health status of the application running in your environment. For
	// more information, see Health Colors and Statuses
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html).
	HealthStatus types.EnvironmentHealthStatus
	// For load-balanced, autoscaling environments, the URL to the LoadBalancer. For
	// single-instance environments, the IP address of the instance.
	EndpointURL *string
	// The ARN of the platform version.
	PlatformArn *string
	// The ID of this environment.
	EnvironmentId *string
	// The name of the application associated with this environment.
	ApplicationName *string
	// Indicates if there is an in-progress environment configuration update or
	// application version deployment that you can cancel. true: There is an update in
	// progress. false: There are no updates currently in progress.
	AbortableOperationInProgress *bool
	// The creation date for this environment.
	DateCreated *time.Time
	// The Amazon Resource Name (ARN) of the environment's operations role. For more
	// information, see Operations roles
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html)
	// in the AWS Elastic Beanstalk Developer Guide.
	OperationsRole *string
	// Describes the current tier of this environment.
	Tier *types.EnvironmentTier
	// The URL to the CNAME for this environment.
	CNAME *string
	// Describes this environment.
	Description *string
	// The name of the SolutionStack deployed with this environment.
	SolutionStackName *string
	// The current operational status of the environment:  <ul> <li> <p>
	// <code>Launching</code>: Environment is in the process of initial deployment.</p>
	// </li> <li> <p> <code>Updating</code>: Environment is in the process of updating
	// its configuration settings or application version.</p> </li> <li> <p>
	// <code>Ready</code>: Environment is available to have an action performed on it,
	// such as update or terminate.</p> </li> <li> <p> <code>Terminating</code>:
	// Environment is in the shut-down process.</p> </li> <li> <p>
	// <code>Terminated</code>: Environment is not running.</p> </li> </ul>
	Status types.EnvironmentStatus
	// The environment's Amazon Resource Name (ARN), which can be used in other API
	// requests that require an ARN.
	EnvironmentArn *string
	// The last modified date for this environment.
	DateUpdated *time.Time
	// Describes the health status of the environment. AWS Elastic Beanstalk indicates
	// the failure levels for a running environment:
	//
	//     * Red: Indicates the
	// environment is not responsive. Occurs when three or more consecutive failures
	// occur for an environment.
	//
	//     * Yellow: Indicates that something is wrong.
	// Occurs when two consecutive failures occur for an environment.
	//
	//     * Green:
	// Indicates the environment is healthy and fully functional.
	//
	//     * Grey: Default
	// health for a new environment. The environment is not fully launched and health
	// checks have not started or health checks are suspended during an
	// UpdateEnvironment or RestartEnvironment request.
	//
	// Default: Grey
	Health types.EnvironmentHealth
	// The application version deployed in this environment.
	VersionLabel *string
	// The name of this environment.
	EnvironmentName *string
	// The description of the AWS resources used by this environment.
	Resources *types.EnvironmentResourcesDescription
	// The name of the configuration template used to originally launch this
	// environment.
	TemplateName *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes the properties of an environment.

type CreatePlatformVersionInput

type CreatePlatformVersionInput struct {
	// The number, such as 1.0.2, for the new platform version.
	PlatformVersion *string
	// The location of the platform definition archive in Amazon S3.
	PlatformDefinitionBundle *types.S3Location
	// The name of your custom platform.
	PlatformName *string
	// The name of the builder environment.
	EnvironmentName *string
	// The configuration option settings to apply to the builder environment.
	OptionSettings []*types.ConfigurationOptionSetting
	// Specifies the tags applied to the new platform version. Elastic Beanstalk
	// applies these tags only to the platform version. Environments that you create
	// using the platform version don't inherit the tags.
	Tags []*types.Tag
}

Request to create a new platform version.

type CreatePlatformVersionOutput

type CreatePlatformVersionOutput struct {
	// Detailed information about the new version of the custom platform.
	PlatformSummary *types.PlatformSummary
	// The builder used to create the custom platform.
	Builder *types.Builder

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type CreateStorageLocationInput

type CreateStorageLocationInput struct {
}

type CreateStorageLocationOutput

type CreateStorageLocationOutput struct {
	// The name of the Amazon S3 bucket created.
	S3Bucket *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Results of a CreateStorageLocationResult () call.

type DeleteApplicationInput

type DeleteApplicationInput struct {
	// The name of the application to delete.
	ApplicationName *string
	// When set to true, running environments will be terminated before deleting the
	// application.
	TerminateEnvByForce *bool
}

Request to delete an application.

type DeleteApplicationOutput

type DeleteApplicationOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteApplicationVersionInput

type DeleteApplicationVersionInput struct {
	// Set to true to delete the source bundle from your storage bucket. Otherwise, the
	// application version is deleted only from Elastic Beanstalk and the source bundle
	// remains in Amazon S3.
	DeleteSourceBundle *bool
	// The name of the application to which the version belongs.
	ApplicationName *string
	// The label of the version to delete.
	VersionLabel *string
}

Request to delete an application version.

type DeleteApplicationVersionOutput

type DeleteApplicationVersionOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteConfigurationTemplateInput

type DeleteConfigurationTemplateInput struct {
	// The name of the application to delete the configuration template from.
	ApplicationName *string
	// The name of the configuration template to delete.
	TemplateName *string
}

Request to delete a configuration template.

type DeleteConfigurationTemplateOutput

type DeleteConfigurationTemplateOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeleteEnvironmentConfigurationInput

type DeleteEnvironmentConfigurationInput struct {
	// The name of the application the environment is associated with.
	ApplicationName *string
	// The name of the environment to delete the draft configuration from.
	EnvironmentName *string
}

Request to delete a draft environment configuration.

type DeleteEnvironmentConfigurationOutput

type DeleteEnvironmentConfigurationOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DeletePlatformVersionInput

type DeletePlatformVersionInput struct {
	// The ARN of the version of the custom platform.
	PlatformArn *string
}

type DeletePlatformVersionOutput

type DeletePlatformVersionOutput struct {
	// Detailed information about the version of the custom platform.
	PlatformSummary *types.PlatformSummary

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeAccountAttributesInput

type DescribeAccountAttributesInput struct {
}

type DescribeAccountAttributesOutput

type DescribeAccountAttributesOutput struct {
	// The Elastic Beanstalk resource quotas associated with the calling AWS account.
	ResourceQuotas *types.ResourceQuotas

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DescribeApplicationVersionsInput

type DescribeApplicationVersionsInput struct {
	// Specify an application name to show only application versions for that
	// application.
	ApplicationName *string
	// For a paginated request. Specify a token from a previous response page to
	// retrieve the next response page. All other parameter values must be identical to
	// the ones specified in the initial request. If no NextToken is specified, the
	// first page is retrieved.
	NextToken *string
	// For a paginated request. Specify a maximum number of application versions to
	// include in each response. If no MaxRecords is specified, all available
	// application versions are retrieved in a single response.
	MaxRecords *int32
	// Specify a version label to show a specific application version.
	VersionLabels []*string
}

Request to describe application versions.

type DescribeApplicationVersionsOutput

type DescribeApplicationVersionsOutput struct {
	// List of ApplicationVersionDescription objects sorted in order of creation.
	ApplicationVersions []*types.ApplicationVersionDescription
	// In a paginated request, the token that you can pass in a subsequent request to
	// get the next response page.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message wrapping a list of application version descriptions.

type DescribeApplicationsInput

type DescribeApplicationsInput struct {
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to only
	// include those with the specified names.
	ApplicationNames []*string
}

Request to describe one or more applications.

type DescribeApplicationsOutput

type DescribeApplicationsOutput struct {
	// This parameter contains a list of ApplicationDescription ().
	Applications []*types.ApplicationDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message containing a list of application descriptions.

type DescribeConfigurationOptionsInput

type DescribeConfigurationOptionsInput struct {
	// If specified, restricts the descriptions to only the specified options.
	Options []*types.OptionSpecification
	// The ARN of the custom platform.
	PlatformArn *string
	// The name of the configuration template whose configuration options you want to
	// describe.
	TemplateName *string
	// The name of the solution stack whose configuration options you want to describe.
	SolutionStackName *string
	// The name of the application associated with the configuration template or
	// environment. Only needed if you want to describe the configuration options
	// associated with either the configuration template or environment.
	ApplicationName *string
	// The name of the environment whose configuration options you want to describe.
	EnvironmentName *string
}

Result message containing a list of application version descriptions.

type DescribeConfigurationOptionsOutput

type DescribeConfigurationOptionsOutput struct {
	// The name of the solution stack these configuration options belong to.
	SolutionStackName *string
	// A list of ConfigurationOptionDescription ().
	Options []*types.ConfigurationOptionDescription
	// The ARN of the platform version.
	PlatformArn *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes the settings for a specified configuration set.

type DescribeConfigurationSettingsInput

type DescribeConfigurationSettingsInput struct {
	// The application for the environment or configuration template.
	ApplicationName *string
	// The name of the environment to describe. Condition: You must specify either this
	// or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk
	// returns an InvalidParameterCombination error. If you do not specify either, AWS
	// Elastic Beanstalk returns MissingRequiredParameter error.
	EnvironmentName *string
	// The name of the configuration template to describe. Conditional: You must
	// specify either this parameter or an EnvironmentName, but not both. If you
	// specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
	// error. If you do not specify either, AWS Elastic Beanstalk returns a
	// MissingRequiredParameter error.
	TemplateName *string
}

Result message containing all of the configuration settings for a specified solution stack or configuration template.

type DescribeConfigurationSettingsOutput

type DescribeConfigurationSettingsOutput struct {
	// A list of ConfigurationSettingsDescription ().
	ConfigurationSettings []*types.ConfigurationSettingsDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The results from a request to change the configuration settings of an environment.

type DescribeEnvironmentHealthInput

type DescribeEnvironmentHealthInput struct {
	// Specify the environment by name. You must specify either this or an
	// EnvironmentName, or both.
	EnvironmentName *string
	// Specify the environment by ID. You must specify either this or an
	// EnvironmentName, or both.
	EnvironmentId *string
	// Specify the response elements to return. To retrieve all attributes, set to All.
	// If no attribute names are specified, returns the name of the environment.
	AttributeNames []types.EnvironmentHealthAttribute
}

See the example below to learn how to create a request body.

type DescribeEnvironmentHealthOutput

type DescribeEnvironmentHealthOutput struct {
	// The environment's name.
	EnvironmentName *string
	// The environment's operational status. Ready, Launching, Updating, Terminating,
	// or Terminated.
	Status types.EnvironmentHealth
	// Application request metrics for the environment.
	ApplicationMetrics *types.ApplicationMetrics
	// Descriptions of the data that contributed to the environment's current health
	// status.
	Causes []*string
	// The date and time that the health information was retrieved.
	RefreshedAt *time.Time
	// Summary health information for the instances in the environment.
	InstancesHealth *types.InstanceHealthSummary
	// The health status
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html)
	// of the environment. For example, Ok.
	HealthStatus *string
	// The health color
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html)
	// of the environment.
	Color *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Health details for an AWS Elastic Beanstalk environment.

type DescribeEnvironmentManagedActionHistoryInput

type DescribeEnvironmentManagedActionHistoryInput struct {
	// The environment ID of the target environment.
	EnvironmentId *string
	// The name of the target environment.
	EnvironmentName *string
	// The pagination token returned by a previous request.
	NextToken *string
	// The maximum number of items to return for a single request.
	MaxItems *int32
}

Request to list completed and failed managed actions.

type DescribeEnvironmentManagedActionHistoryOutput

type DescribeEnvironmentManagedActionHistoryOutput struct {
	// A list of completed and failed managed actions.
	ManagedActionHistoryItems []*types.ManagedActionHistoryItem
	// A pagination token that you pass to DescribeEnvironmentManagedActionHistory ()
	// to get the next page of results.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A result message containing a list of completed and failed managed actions.

type DescribeEnvironmentManagedActionsInput

type DescribeEnvironmentManagedActionsInput struct {
	// The name of the target environment.
	EnvironmentName *string
	// The environment ID of the target environment.
	EnvironmentId *string
	// To show only actions with a particular status, specify a status.
	Status types.ActionStatus
}

Request to list an environment's upcoming and in-progress managed actions.

type DescribeEnvironmentManagedActionsOutput

type DescribeEnvironmentManagedActionsOutput struct {
	// A list of upcoming and in-progress managed actions.
	ManagedActions []*types.ManagedAction

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

The result message containing a list of managed actions.

type DescribeEnvironmentResourcesInput

type DescribeEnvironmentResourcesInput struct {
	// The name of the environment to retrieve AWS resource usage data. Condition: You
	// must specify either this or an EnvironmentId, or both. If you do not specify
	// either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
	EnvironmentName *string
	// The ID of the environment to retrieve AWS resource usage data. Condition: You
	// must specify either this or an EnvironmentName, or both. If you do not specify
	// either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
	EnvironmentId *string
}

Request to describe the resources in an environment.

type DescribeEnvironmentResourcesOutput

type DescribeEnvironmentResourcesOutput struct {
	// A list of EnvironmentResourceDescription ().
	EnvironmentResources *types.EnvironmentResourceDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message containing a list of environment resource descriptions.

type DescribeEnvironmentsInput

type DescribeEnvironmentsInput struct {
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to
	// include only those that have the specified names.
	EnvironmentNames []*string
	// Indicates whether to include deleted environments: true: Environments that have
	// been deleted after IncludedDeletedBackTo are displayed. false: Do not include
	// deleted environments.
	IncludeDeleted *bool
	// For a paginated request. Specify a maximum number of environments to include in
	// each response. If no MaxRecords is specified, all available environments are
	// retrieved in a single response.
	MaxRecords *int32
	// If specified when IncludeDeleted is set to true, then environments deleted after
	// this date are displayed.
	IncludedDeletedBackTo *time.Time
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to
	// include only those that have the specified IDs.
	EnvironmentIds []*string
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to
	// include only those that are associated with this application.
	ApplicationName *string
	// For a paginated request. Specify a token from a previous response page to
	// retrieve the next response page. All other parameter values must be identical to
	// the ones specified in the initial request. If no NextToken is specified, the
	// first page is retrieved.
	NextToken *string
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to
	// include only those that are associated with this application version.
	VersionLabel *string
}

Request to describe one or more environments.

type DescribeEnvironmentsOutput

type DescribeEnvironmentsOutput struct {
	// Returns an EnvironmentDescription () list.
	Environments []*types.EnvironmentDescription
	// In a paginated request, the token that you can pass in a subsequent request to
	// get the next response page.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message containing a list of environment descriptions.

type DescribeEventsInput

type DescribeEventsInput struct {
	// If specified, AWS Elastic Beanstalk restricts the described events to include
	// only those associated with this request ID.
	RequestId *string
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
	// that are associated with this environment configuration.
	TemplateName *string
	// Specifies the maximum number of events that can be returned, beginning with the
	// most recent event.
	MaxRecords *int32
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
	// that occur on or after this time.
	StartTime *time.Time
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
	// that occur up to, but not including, the EndTime.
	EndTime *time.Time
	// If specified, limits the events returned from this call to include only those
	// with the specified severity or higher.
	Severity types.EventSeverity
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to
	// include only those associated with this application.
	ApplicationName *string
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
	// associated with this environment.
	EnvironmentName *string
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
	// associated with this environment.
	EnvironmentId *string
	// The ARN of a custom platform version. If specified, AWS Elastic Beanstalk
	// restricts the returned descriptions to those associated with this custom
	// platform version.
	PlatformArn *string
	// If specified, AWS Elastic Beanstalk restricts the returned descriptions to those
	// associated with this application version.
	VersionLabel *string
	// Pagination token. If specified, the events return the next batch of results.
	NextToken *string
}

Request to retrieve a list of events for an environment.

type DescribeEventsOutput

type DescribeEventsOutput struct {
	// If returned, this indicates that there are more results to obtain. Use this
	// token in the next DescribeEvents () call to get the next batch of events.
	NextToken *string
	// A list of EventDescription ().
	Events []*types.EventDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message wrapping a list of event descriptions.

type DescribeInstancesHealthInput

type DescribeInstancesHealthInput struct {
	// Specify the AWS Elastic Beanstalk environment by ID.
	EnvironmentId *string
	// Specify the AWS Elastic Beanstalk environment by name.
	EnvironmentName *string
	// Specify the pagination token returned by a previous call.
	NextToken *string
	// Specifies the response elements you wish to receive. To retrieve all attributes,
	// set to All. If no attribute names are specified, returns a list of instances.
	AttributeNames []types.InstancesHealthAttribute
}

Parameters for a call to DescribeInstancesHealth.

type DescribeInstancesHealthOutput

type DescribeInstancesHealthOutput struct {
	// Detailed health information about each instance. The output differs slightly
	// between Linux and Windows environments. There is a difference in the members
	// that are supported under the  type.
	InstanceHealthList []*types.SingleInstanceHealth
	// Pagination token for the next page of results, if available.
	NextToken *string
	// The date and time that the health information was retrieved.
	RefreshedAt *time.Time

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.

type DescribePlatformVersionInput

type DescribePlatformVersionInput struct {
	// The ARN of the platform version.
	PlatformArn *string
}

type DescribePlatformVersionOutput

type DescribePlatformVersionOutput struct {
	// Detailed information about the platform version.
	PlatformDescription *types.PlatformDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type DisassociateEnvironmentOperationsRoleInput

type DisassociateEnvironmentOperationsRoleInput struct {
	// The name of the environment from which to disassociate the operations role.
	EnvironmentName *string
}

Request to disassociate the operations role from an environment.

type DisassociateEnvironmentOperationsRoleOutput

type DisassociateEnvironmentOperationsRoleOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type EndpointResolver

type EndpointResolver interface {
	ResolveEndpoint(region string, options ResolverOptions) (aws.Endpoint, error)
}

EndpointResolver interface for resolving service endpoints.

func WithEndpointResolver

func WithEndpointResolver(awsResolver aws.EndpointResolver, fallbackResolver EndpointResolver) EndpointResolver

WithEndpointResolver returns an EndpointResolver that first delegates endpoint resolution to the awsResolver. If awsResolver returns aws.EndpointNotFoundError error, the resolver will use the the provided fallbackResolver for resolution. awsResolver and fallbackResolver must not be nil

type EndpointResolverFunc

type EndpointResolverFunc func(region string, options ResolverOptions) (aws.Endpoint, error)

EndpointResolverFunc is a helper utility that wraps a function so it satisfies the EndpointResolver interface. This is useful when you want to add additional endpoint resolving logic, or stub out specific endpoints with custom values.

func (EndpointResolverFunc) ResolveEndpoint

func (fn EndpointResolverFunc) ResolveEndpoint(region string, options ResolverOptions) (endpoint aws.Endpoint, err error)

type HTTPClient

type HTTPClient interface {
	Do(*http.Request) (*http.Response, error)
}

type HTTPSignerV4

type HTTPSignerV4 interface {
	SignHTTP(ctx context.Context, credentials aws.Credentials, r *http.Request, payloadHash string, service string, region string, signingTime time.Time) error
}

type ListAvailableSolutionStacksInput

type ListAvailableSolutionStacksInput struct {
}

type ListAvailableSolutionStacksOutput

type ListAvailableSolutionStacksOutput struct {
	// A list of available solution stacks and their SolutionStackDescription ().
	SolutionStackDetails []*types.SolutionStackDescription
	// A list of available solution stacks.
	SolutionStacks []*string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

A list of available AWS Elastic Beanstalk solution stacks.

type ListPlatformBranchesInput

type ListPlatformBranchesInput struct {
	// Criteria for restricting the resulting list of platform branches. The filter is
	// evaluated as a logical conjunction (AND) of the separate SearchFilter terms. The
	// following list shows valid attribute values for each of the SearchFilter terms.
	// Most operators take a single value. The in and not_in operators can take
	// multiple values.
	//
	//     * Attribute = BranchName:
	//
	//         * Operator: = | != |
	// begins_with | ends_with | contains | in | not_in
	//
	//     * Attribute =
	// LifecycleState:
	//
	//         * Operator: = | != | in | not_in
	//
	//         * Values:
	// beta | supported | deprecated | retired
	//
	//     * Attribute = PlatformName:
	//
	//
	// * Operator: = | != | begins_with | ends_with | contains | in | not_in
	//
	//     *
	// Attribute = TierType:
	//
	//         * Operator: = | !=
	//
	//         * Values:
	// WebServer/Standard | Worker/SQS/HTTP
	//
	// Array size: limited to 10 SearchFilter
	// objects. Within each SearchFilter item, the Values array is limited to 10 items.
	Filters []*types.SearchFilter
	// For a paginated request. Specify a token from a previous response page to
	// retrieve the next response page. All other parameter values must be identical to
	// the ones specified in the initial request. If no NextToken is specified, the
	// first page is retrieved.
	NextToken *string
	// The maximum number of platform branch values returned in one call.
	MaxRecords *int32
}

type ListPlatformBranchesOutput

type ListPlatformBranchesOutput struct {
	// Summary information about the platform branches.
	PlatformBranchSummaryList []*types.PlatformBranchSummary
	// In a paginated request, if this value isn't null, it's the token that you can
	// pass in a subsequent request to get the next response page.
	NextToken *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ListPlatformVersionsInput

type ListPlatformVersionsInput struct {
	// The maximum number of platform version values returned in one call.
	MaxRecords *int32
	// Criteria for restricting the resulting list of platform versions. The filter is
	// interpreted as a logical conjunction (AND) of the separate PlatformFilter terms.
	Filters []*types.PlatformFilter
	// For a paginated request. Specify a token from a previous response page to
	// retrieve the next response page. All other parameter values must be identical to
	// the ones specified in the initial request. If no NextToken is specified, the
	// first page is retrieved.
	NextToken *string
}

type ListPlatformVersionsOutput

type ListPlatformVersionsOutput struct {
	// In a paginated request, if this value isn't null, it's the token that you can
	// pass in a subsequent request to get the next response page.
	NextToken *string
	// Summary information about the platform versions.
	PlatformSummaryList []*types.PlatformSummary

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ListTagsForResourceInput

type ListTagsForResourceInput struct {
	// The Amazon Resource Name (ARN) of the resouce for which a tag list is requested.
	// Must be the ARN of an Elastic Beanstalk resource.
	ResourceArn *string
}

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {
	// The Amazon Resource Name (ARN) of the resource for which a tag list was
	// requested.
	ResourceArn *string
	// A list of tag key-value pairs.
	ResourceTags []*types.Tag

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type Options

type Options struct {
	// Set of options to modify how an operation is invoked. These apply to all
	// operations invoked for this client. Use functional options on operation call to
	// modify this list for per operation behavior.
	APIOptions []func(*middleware.Stack) error

	// The credentials object to use when signing requests.
	Credentials aws.CredentialsProvider

	// The endpoint options to be used when attempting to resolve an endpoint.
	EndpointOptions ResolverOptions

	// The service endpoint resolver.
	EndpointResolver EndpointResolver

	// Signature Version 4 (SigV4) Signer
	HTTPSignerV4 HTTPSignerV4

	// The region to send requests to. (Required)
	Region string

	// Retryer guides how HTTP requests should be retried in case of recoverable
	// failures. When nil the API client will use a default retryer.
	Retryer retry.Retryer

	// The HTTP client to invoke API calls with. Defaults to client's default HTTP
	// implementation if nil.
	HTTPClient HTTPClient
}

func (Options) Copy

func (o Options) Copy() Options

Copy creates a clone where the APIOptions list is deep copied.

func (Options) GetCredentials

func (o Options) GetCredentials() aws.CredentialsProvider

func (Options) GetEndpointOptions

func (o Options) GetEndpointOptions() ResolverOptions

func (Options) GetEndpointResolver

func (o Options) GetEndpointResolver() EndpointResolver

func (Options) GetHTTPSignerV4

func (o Options) GetHTTPSignerV4() HTTPSignerV4

func (Options) GetRegion

func (o Options) GetRegion() string

func (Options) GetRetryer

func (o Options) GetRetryer() retry.Retryer

type RebuildEnvironmentInput

type RebuildEnvironmentInput struct {
	// The name of the environment to rebuild. Condition: You must specify either this
	// or an EnvironmentId, or both. If you do not specify either, AWS Elastic
	// Beanstalk returns MissingRequiredParameter error.
	EnvironmentName *string
	// The ID of the environment to rebuild. Condition: You must specify either this or
	// an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk
	// returns MissingRequiredParameter error.
	EnvironmentId *string
}

type RebuildEnvironmentOutput

type RebuildEnvironmentOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RequestEnvironmentInfoInput

type RequestEnvironmentInfoInput struct {
	// The type of information to request.
	InfoType types.EnvironmentInfoType
	// The name of the environment of the requested data. If no such environment is
	// found, RequestEnvironmentInfo returns an InvalidParameterValue error. Condition:
	// You must specify either this or an EnvironmentId, or both. If you do not specify
	// either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
	EnvironmentName *string
	// The ID of the environment of the requested data. If no such environment is
	// found, RequestEnvironmentInfo returns an InvalidParameterValue error. Condition:
	// You must specify either this or an EnvironmentName, or both. If you do not
	// specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
	EnvironmentId *string
}

Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket.

type RequestEnvironmentInfoOutput

type RequestEnvironmentInfoOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ResolveEndpoint

type ResolveEndpoint struct {
	Resolver EndpointResolver
	Options  ResolverOptions
}

func (*ResolveEndpoint) HandleSerialize

func (*ResolveEndpoint) ID

func (*ResolveEndpoint) ID() string

type ResolveEndpointMiddlewareOptions

type ResolveEndpointMiddlewareOptions interface {
	GetEndpointResolver() EndpointResolver
	GetEndpointOptions() ResolverOptions
}

type ResolverOptions

type ResolverOptions = internalendpoints.Options

ResolverOptions is the service endpoint resolver options

type RestartAppServerInput

type RestartAppServerInput struct {
	// The ID of the environment to restart the server for. Condition: You must specify
	// either this or an EnvironmentName, or both. If you do not specify either, AWS
	// Elastic Beanstalk returns MissingRequiredParameter error.
	EnvironmentId *string
	// The name of the environment to restart the server for. Condition: You must
	// specify either this or an EnvironmentId, or both. If you do not specify either,
	// AWS Elastic Beanstalk returns MissingRequiredParameter error.
	EnvironmentName *string
}

type RestartAppServerOutput

type RestartAppServerOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type RetrieveEnvironmentInfoInput

type RetrieveEnvironmentInfoInput struct {
	// The ID of the data's environment. If no such environment is found, returns an
	// InvalidParameterValue error. Condition: You must specify either this or an
	// EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk
	// returns MissingRequiredParameter error.
	EnvironmentId *string
	// The name of the data's environment. If no such environment is found, returns an
	// InvalidParameterValue error. Condition: You must specify either this or an
	// EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk
	// returns MissingRequiredParameter error.
	EnvironmentName *string
	// The type of information to retrieve.
	InfoType types.EnvironmentInfoType
}

Request to download logs retrieved with RequestEnvironmentInfo ().

type RetrieveEnvironmentInfoOutput

type RetrieveEnvironmentInfoOutput struct {
	// The EnvironmentInfoDescription () of the environment.
	EnvironmentInfo []*types.EnvironmentInfoDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message containing a description of the requested environment info.

type SwapEnvironmentCNAMEsInput

type SwapEnvironmentCNAMEsInput struct {
	// The ID of the source environment. Condition: You must specify at least the
	// SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If
	// you specify the SourceEnvironmentId, you must specify the
	// DestinationEnvironmentId.
	SourceEnvironmentId *string
	// The name of the destination environment. Condition: You must specify at least
	// the DestinationEnvironmentID or the DestinationEnvironmentName. You may also
	// specify both. You must specify the SourceEnvironmentName with the
	// DestinationEnvironmentName.
	DestinationEnvironmentName *string
	// The ID of the destination environment. Condition: You must specify at least the
	// DestinationEnvironmentID or the DestinationEnvironmentName. You may also specify
	// both. You must specify the SourceEnvironmentId with the
	// DestinationEnvironmentId.
	DestinationEnvironmentId *string
	// The name of the source environment. Condition: You must specify at least the
	// SourceEnvironmentID or the SourceEnvironmentName. You may also specify both. If
	// you specify the SourceEnvironmentName, you must specify the
	// DestinationEnvironmentName.
	SourceEnvironmentName *string
}

Swaps the CNAMEs of two environments.

type SwapEnvironmentCNAMEsOutput

type SwapEnvironmentCNAMEsOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type TerminateEnvironmentInput

type TerminateEnvironmentInput struct {
	// Terminates the target environment even if another environment in the same group
	// is dependent on it.
	ForceTerminate *bool
	// The ID of the environment to terminate. Condition: You must specify either this
	// or an EnvironmentName, or both. If you do not specify either, AWS Elastic
	// Beanstalk returns MissingRequiredParameter error.
	EnvironmentId *string
	// The name of the environment to terminate. Condition: You must specify either
	// this or an EnvironmentId, or both. If you do not specify either, AWS Elastic
	// Beanstalk returns MissingRequiredParameter error.
	EnvironmentName *string
	// Indicates whether the associated AWS resources should shut down when the
	// environment is terminated:
	//
	//     * true: The specified environment as well as the
	// associated AWS resources, such as Auto Scaling group and LoadBalancer, are
	// terminated.
	//
	//     * false: AWS Elastic Beanstalk resource management is removed
	// from the environment, but the AWS resources continue to operate.
	//
	// For more
	// information, see the  AWS Elastic Beanstalk User Guide.
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/ug/) Default: true Valid
	// Values: true | false
	TerminateResources *bool
}

Request to terminate an environment.

type TerminateEnvironmentOutput

type TerminateEnvironmentOutput struct {
	// A list of links to other environments in the same group.
	EnvironmentLinks []*types.EnvironmentLink
	// Returns the health status of the application running in your environment. For
	// more information, see Health Colors and Statuses
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html).
	HealthStatus types.EnvironmentHealthStatus
	// For load-balanced, autoscaling environments, the URL to the LoadBalancer. For
	// single-instance environments, the IP address of the instance.
	EndpointURL *string
	// The ARN of the platform version.
	PlatformArn *string
	// The ID of this environment.
	EnvironmentId *string
	// The name of the application associated with this environment.
	ApplicationName *string
	// Indicates if there is an in-progress environment configuration update or
	// application version deployment that you can cancel. true: There is an update in
	// progress. false: There are no updates currently in progress.
	AbortableOperationInProgress *bool
	// The creation date for this environment.
	DateCreated *time.Time
	// The Amazon Resource Name (ARN) of the environment's operations role. For more
	// information, see Operations roles
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html)
	// in the AWS Elastic Beanstalk Developer Guide.
	OperationsRole *string
	// Describes the current tier of this environment.
	Tier *types.EnvironmentTier
	// The URL to the CNAME for this environment.
	CNAME *string
	// Describes this environment.
	Description *string
	// The name of the SolutionStack deployed with this environment.
	SolutionStackName *string
	// The current operational status of the environment:  <ul> <li> <p>
	// <code>Launching</code>: Environment is in the process of initial deployment.</p>
	// </li> <li> <p> <code>Updating</code>: Environment is in the process of updating
	// its configuration settings or application version.</p> </li> <li> <p>
	// <code>Ready</code>: Environment is available to have an action performed on it,
	// such as update or terminate.</p> </li> <li> <p> <code>Terminating</code>:
	// Environment is in the shut-down process.</p> </li> <li> <p>
	// <code>Terminated</code>: Environment is not running.</p> </li> </ul>
	Status types.EnvironmentStatus
	// The environment's Amazon Resource Name (ARN), which can be used in other API
	// requests that require an ARN.
	EnvironmentArn *string
	// The last modified date for this environment.
	DateUpdated *time.Time
	// Describes the health status of the environment. AWS Elastic Beanstalk indicates
	// the failure levels for a running environment:
	//
	//     * Red: Indicates the
	// environment is not responsive. Occurs when three or more consecutive failures
	// occur for an environment.
	//
	//     * Yellow: Indicates that something is wrong.
	// Occurs when two consecutive failures occur for an environment.
	//
	//     * Green:
	// Indicates the environment is healthy and fully functional.
	//
	//     * Grey: Default
	// health for a new environment. The environment is not fully launched and health
	// checks have not started or health checks are suspended during an
	// UpdateEnvironment or RestartEnvironment request.
	//
	// Default: Grey
	Health types.EnvironmentHealth
	// The application version deployed in this environment.
	VersionLabel *string
	// The name of this environment.
	EnvironmentName *string
	// The description of the AWS resources used by this environment.
	Resources *types.EnvironmentResourcesDescription
	// The name of the configuration template used to originally launch this
	// environment.
	TemplateName *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes the properties of an environment.

type UpdateApplicationInput

type UpdateApplicationInput struct {
	// A new description for the application. Default: If not specified, AWS Elastic
	// Beanstalk does not update the description.
	Description *string
	// The name of the application to update. If no such application is found,
	// UpdateApplication returns an InvalidParameterValue error.
	ApplicationName *string
}

Request to update an application.

type UpdateApplicationOutput

type UpdateApplicationOutput struct {
	// The ApplicationDescription () of the application.
	Application *types.ApplicationDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message containing a single description of an application.

type UpdateApplicationResourceLifecycleInput

type UpdateApplicationResourceLifecycleInput struct {
	// The lifecycle configuration.
	ResourceLifecycleConfig *types.ApplicationResourceLifecycleConfig
	// The name of the application.
	ApplicationName *string
}

type UpdateApplicationResourceLifecycleOutput

type UpdateApplicationResourceLifecycleOutput struct {
	// The name of the application.
	ApplicationName *string
	// The lifecycle configuration.
	ResourceLifecycleConfig *types.ApplicationResourceLifecycleConfig

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type UpdateApplicationVersionInput

type UpdateApplicationVersionInput struct {
	// A new description for this version.
	Description *string
	// The name of the application associated with this version. If no application is
	// found with this name, UpdateApplication returns an InvalidParameterValue error.
	ApplicationName *string
	// The name of the version to update. If no application version is found with this
	// label, UpdateApplication returns an InvalidParameterValue error.
	VersionLabel *string
}

type UpdateApplicationVersionOutput

type UpdateApplicationVersionOutput struct {
	// The ApplicationVersionDescription () of the application version.
	ApplicationVersion *types.ApplicationVersionDescription

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Result message wrapping a single description of an application version.

type UpdateConfigurationTemplateInput

type UpdateConfigurationTemplateInput struct {
	// A list of configuration option settings to update with the new specified option
	// value.
	OptionSettings []*types.ConfigurationOptionSetting
	// A list of configuration options to remove from the configuration set.
	// Constraint: You can remove only UserDefined configuration options.
	OptionsToRemove []*types.OptionSpecification
	// The name of the application associated with the configuration template to
	// update. If no application is found with this name, UpdateConfigurationTemplate
	// returns an InvalidParameterValue error.
	ApplicationName *string
	// The name of the configuration template to update. If no configuration template
	// is found with this name, UpdateConfigurationTemplate returns an
	// InvalidParameterValue error.
	TemplateName *string
	// A new description for the configuration.
	Description *string
}

The result message containing the options for the specified solution stack.

type UpdateConfigurationTemplateOutput

type UpdateConfigurationTemplateOutput struct {
	// The name of the application associated with this configuration set.
	ApplicationName *string
	// If not null, the name of the environment for this configuration set.
	EnvironmentName *string
	// The ARN of the platform version.
	PlatformArn *string
	// The date (in UTC time) when this configuration set was last modified.
	DateUpdated *time.Time
	// The date (in UTC time) when this configuration set was created.
	DateCreated *time.Time
	// The name of the solution stack this configuration set uses.
	SolutionStackName *string
	// Describes this configuration set.
	Description *string
	// A list of the configuration options and their values in this configuration set.
	OptionSettings []*types.ConfigurationOptionSetting
	// If this configuration set is associated with an environment, the
	// DeploymentStatus parameter indicates the deployment status of this configuration
	// set:
	//
	//     * null: This configuration is not associated with a running
	// environment.
	//
	//     * pending: This is a draft configuration that is not deployed
	// to the associated environment but is in the process of deploying.
	//
	//     *
	// deployed: This is the configuration that is currently deployed to the associated
	// running environment.
	//
	//     * failed: This is a draft configuration that failed to
	// successfully deploy.
	DeploymentStatus types.ConfigurationDeploymentStatus
	// If not null, the name of the configuration template for this configuration set.
	TemplateName *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes the settings for a configuration set.

type UpdateEnvironmentInput

type UpdateEnvironmentInput struct {
	// A list of custom user-defined configuration options to remove from the
	// configuration set for this environment.
	OptionsToRemove []*types.OptionSpecification
	// If this parameter is specified, AWS Elastic Beanstalk deploys this configuration
	// template to the environment. If no such configuration template is found, AWS
	// Elastic Beanstalk returns an InvalidParameterValue error.
	TemplateName *string
	// If specified, AWS Elastic Beanstalk updates the configuration set associated
	// with the running environment and sets the specified configuration options to the
	// requested value.
	OptionSettings []*types.ConfigurationOptionSetting
	// The name of the application with which the environment is associated.
	ApplicationName *string
	// The ARN of the platform, if used.
	PlatformArn *string
	// The name of the group to which the target environment belongs. Specify a group
	// name only if the environment's name is specified in an environment manifest and
	// not with the environment name or environment ID parameters. See Environment
	// Manifest (env.yaml)
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html)
	// for details.
	GroupName *string
	// If this parameter is specified, AWS Elastic Beanstalk deploys the named
	// application version to the environment. If no such application version is found,
	// returns an InvalidParameterValue error.
	VersionLabel *string
	// The name of the environment to update. If no environment with this name exists,
	// AWS Elastic Beanstalk returns an InvalidParameterValue error. Condition: You
	// must specify either this or an EnvironmentId, or both. If you do not specify
	// either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
	EnvironmentName *string
	// The ID of the environment to update. If no environment with this ID exists, AWS
	// Elastic Beanstalk returns an InvalidParameterValue error. Condition: You must
	// specify either this or an EnvironmentName, or both. If you do not specify
	// either, AWS Elastic Beanstalk returns MissingRequiredParameter error.
	EnvironmentId *string
	// This specifies the tier to use to update the environment. Condition: At this
	// time, if you change the tier version, name, or type, AWS Elastic Beanstalk
	// returns InvalidParameterValue error.
	Tier *types.EnvironmentTier
	// If this parameter is specified, AWS Elastic Beanstalk updates the description of
	// this environment.
	Description *string
	// This specifies the platform version that the environment will run after the
	// environment is updated.
	SolutionStackName *string
}

Request to update an environment.

type UpdateEnvironmentOutput

type UpdateEnvironmentOutput struct {
	// A list of links to other environments in the same group.
	EnvironmentLinks []*types.EnvironmentLink
	// Returns the health status of the application running in your environment. For
	// more information, see Health Colors and Statuses
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html).
	HealthStatus types.EnvironmentHealthStatus
	// For load-balanced, autoscaling environments, the URL to the LoadBalancer. For
	// single-instance environments, the IP address of the instance.
	EndpointURL *string
	// The ARN of the platform version.
	PlatformArn *string
	// The ID of this environment.
	EnvironmentId *string
	// The name of the application associated with this environment.
	ApplicationName *string
	// Indicates if there is an in-progress environment configuration update or
	// application version deployment that you can cancel. true: There is an update in
	// progress. false: There are no updates currently in progress.
	AbortableOperationInProgress *bool
	// The creation date for this environment.
	DateCreated *time.Time
	// The Amazon Resource Name (ARN) of the environment's operations role. For more
	// information, see Operations roles
	// (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html)
	// in the AWS Elastic Beanstalk Developer Guide.
	OperationsRole *string
	// Describes the current tier of this environment.
	Tier *types.EnvironmentTier
	// The URL to the CNAME for this environment.
	CNAME *string
	// Describes this environment.
	Description *string
	// The name of the SolutionStack deployed with this environment.
	SolutionStackName *string
	// The current operational status of the environment:  <ul> <li> <p>
	// <code>Launching</code>: Environment is in the process of initial deployment.</p>
	// </li> <li> <p> <code>Updating</code>: Environment is in the process of updating
	// its configuration settings or application version.</p> </li> <li> <p>
	// <code>Ready</code>: Environment is available to have an action performed on it,
	// such as update or terminate.</p> </li> <li> <p> <code>Terminating</code>:
	// Environment is in the shut-down process.</p> </li> <li> <p>
	// <code>Terminated</code>: Environment is not running.</p> </li> </ul>
	Status types.EnvironmentStatus
	// The environment's Amazon Resource Name (ARN), which can be used in other API
	// requests that require an ARN.
	EnvironmentArn *string
	// The last modified date for this environment.
	DateUpdated *time.Time
	// Describes the health status of the environment. AWS Elastic Beanstalk indicates
	// the failure levels for a running environment:
	//
	//     * Red: Indicates the
	// environment is not responsive. Occurs when three or more consecutive failures
	// occur for an environment.
	//
	//     * Yellow: Indicates that something is wrong.
	// Occurs when two consecutive failures occur for an environment.
	//
	//     * Green:
	// Indicates the environment is healthy and fully functional.
	//
	//     * Grey: Default
	// health for a new environment. The environment is not fully launched and health
	// checks have not started or health checks are suspended during an
	// UpdateEnvironment or RestartEnvironment request.
	//
	// Default: Grey
	Health types.EnvironmentHealth
	// The application version deployed in this environment.
	VersionLabel *string
	// The name of this environment.
	EnvironmentName *string
	// The description of the AWS resources used by this environment.
	Resources *types.EnvironmentResourcesDescription
	// The name of the configuration template used to originally launch this
	// environment.
	TemplateName *string

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Describes the properties of an environment.

type UpdateTagsForResourceInput

type UpdateTagsForResourceInput struct {
	// A list of tags to add or update. If a key of an existing tag is added, the tag's
	// value is updated. Specify at least one of these parameters: TagsToAdd,
	// TagsToRemove.
	TagsToAdd []*types.Tag
	// A list of tag keys to remove. If a tag key doesn't exist, it is silently
	// ignored. Specify at least one of these parameters: TagsToAdd, TagsToRemove.
	TagsToRemove []*string
	// The Amazon Resource Name (ARN) of the resouce to be updated. Must be the ARN of
	// an Elastic Beanstalk resource.
	ResourceArn *string
}

type UpdateTagsForResourceOutput

type UpdateTagsForResourceOutput struct {
	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

type ValidateConfigurationSettingsInput

type ValidateConfigurationSettingsInput struct {
	// The name of the environment to validate the settings against. Condition: You
	// cannot specify both this and a configuration template name.
	EnvironmentName *string
	// The name of the configuration template to validate the settings against.
	// Condition: You cannot specify both this and an environment name.
	TemplateName *string
	// The name of the application that the configuration template or environment
	// belongs to.
	ApplicationName *string
	// A list of the options and desired values to evaluate.
	OptionSettings []*types.ConfigurationOptionSetting
}

A list of validation messages for a specified configuration template.

type ValidateConfigurationSettingsOutput

type ValidateConfigurationSettingsOutput struct {
	// A list of ValidationMessage ().
	Messages []*types.ValidationMessage

	// Metadata pertaining to the operation's result.
	ResultMetadata middleware.Metadata
}

Provides a list of validation messages.

Source Files

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL