...
AWS SDK for Go API Reference
We announced the upcoming end-of-support for AWS SDK for Go (v1). We recommend that you migrate to AWS SDK for Go v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
import "github.com/aws/aws-sdk-go/service/elasticbeanstalk"
Overview
Examples
Constants

Overview ▾

Package elasticbeanstalk provides the client and types for making API requests to AWS Elastic Beanstalk.

AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, fault-tolerant applications running on the Amazon Web Services cloud.

For more information about this product, go to the AWS Elastic Beanstalk (http://aws.amazon.com/elasticbeanstalk/) details page. The location of the latest AWS Elastic Beanstalk WSDL is https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl (https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl). To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services (http://aws.amazon.com/tools/).

Endpoints

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints (https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region) in the Amazon Web Services Glossary.

See https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01 for more information on this service.

See elasticbeanstalk package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/elasticbeanstalk/

Using the Client

To contact AWS Elastic Beanstalk with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS Elastic Beanstalk client ElasticBeanstalk for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/elasticbeanstalk/#New

The stub package, elasticbeanstalkiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type ElasticBeanstalk
func New(p client.ConfigProvider, cfgs ...*aws.Config) *ElasticBeanstalk
func (c *ElasticBeanstalk) AbortEnvironmentUpdate(input *AbortEnvironmentUpdateInput) (*AbortEnvironmentUpdateOutput, error)
func (c *ElasticBeanstalk) AbortEnvironmentUpdateRequest(input *AbortEnvironmentUpdateInput) (req *request.Request, output *AbortEnvironmentUpdateOutput)
func (c *ElasticBeanstalk) AbortEnvironmentUpdateWithContext(ctx aws.Context, input *AbortEnvironmentUpdateInput, opts ...request.Option) (*AbortEnvironmentUpdateOutput, error)
func (c *ElasticBeanstalk) ApplyEnvironmentManagedAction(input *ApplyEnvironmentManagedActionInput) (*ApplyEnvironmentManagedActionOutput, error)
func (c *ElasticBeanstalk) ApplyEnvironmentManagedActionRequest(input *ApplyEnvironmentManagedActionInput) (req *request.Request, output *ApplyEnvironmentManagedActionOutput)
func (c *ElasticBeanstalk) ApplyEnvironmentManagedActionWithContext(ctx aws.Context, input *ApplyEnvironmentManagedActionInput, opts ...request.Option) (*ApplyEnvironmentManagedActionOutput, error)
func (c *ElasticBeanstalk) AssociateEnvironmentOperationsRole(input *AssociateEnvironmentOperationsRoleInput) (*AssociateEnvironmentOperationsRoleOutput, error)
func (c *ElasticBeanstalk) AssociateEnvironmentOperationsRoleRequest(input *AssociateEnvironmentOperationsRoleInput) (req *request.Request, output *AssociateEnvironmentOperationsRoleOutput)
func (c *ElasticBeanstalk) AssociateEnvironmentOperationsRoleWithContext(ctx aws.Context, input *AssociateEnvironmentOperationsRoleInput, opts ...request.Option) (*AssociateEnvironmentOperationsRoleOutput, error)
func (c *ElasticBeanstalk) CheckDNSAvailability(input *CheckDNSAvailabilityInput) (*CheckDNSAvailabilityOutput, error)
func (c *ElasticBeanstalk) CheckDNSAvailabilityRequest(input *CheckDNSAvailabilityInput) (req *request.Request, output *CheckDNSAvailabilityOutput)
func (c *ElasticBeanstalk) CheckDNSAvailabilityWithContext(ctx aws.Context, input *CheckDNSAvailabilityInput, opts ...request.Option) (*CheckDNSAvailabilityOutput, error)
func (c *ElasticBeanstalk) ComposeEnvironments(input *ComposeEnvironmentsInput) (*EnvironmentDescriptionsMessage, error)
func (c *ElasticBeanstalk) ComposeEnvironmentsRequest(input *ComposeEnvironmentsInput) (req *request.Request, output *EnvironmentDescriptionsMessage)
func (c *ElasticBeanstalk) ComposeEnvironmentsWithContext(ctx aws.Context, input *ComposeEnvironmentsInput, opts ...request.Option) (*EnvironmentDescriptionsMessage, error)
func (c *ElasticBeanstalk) CreateApplication(input *CreateApplicationInput) (*ApplicationDescriptionMessage, error)
func (c *ElasticBeanstalk) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *ApplicationDescriptionMessage)
func (c *ElasticBeanstalk) CreateApplicationVersion(input *CreateApplicationVersionInput) (*ApplicationVersionDescriptionMessage, error)
func (c *ElasticBeanstalk) CreateApplicationVersionRequest(input *CreateApplicationVersionInput) (req *request.Request, output *ApplicationVersionDescriptionMessage)
func (c *ElasticBeanstalk) CreateApplicationVersionWithContext(ctx aws.Context, input *CreateApplicationVersionInput, opts ...request.Option) (*ApplicationVersionDescriptionMessage, error)
func (c *ElasticBeanstalk) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*ApplicationDescriptionMessage, error)
func (c *ElasticBeanstalk) CreateConfigurationTemplate(input *CreateConfigurationTemplateInput) (*ConfigurationSettingsDescription, error)
func (c *ElasticBeanstalk) CreateConfigurationTemplateRequest(input *CreateConfigurationTemplateInput) (req *request.Request, output *ConfigurationSettingsDescription)
func (c *ElasticBeanstalk) CreateConfigurationTemplateWithContext(ctx aws.Context, input *CreateConfigurationTemplateInput, opts ...request.Option) (*ConfigurationSettingsDescription, error)
func (c *ElasticBeanstalk) CreateEnvironment(input *CreateEnvironmentInput) (*EnvironmentDescription, error)
func (c *ElasticBeanstalk) CreateEnvironmentRequest(input *CreateEnvironmentInput) (req *request.Request, output *EnvironmentDescription)
func (c *ElasticBeanstalk) CreateEnvironmentWithContext(ctx aws.Context, input *CreateEnvironmentInput, opts ...request.Option) (*EnvironmentDescription, error)
func (c *ElasticBeanstalk) CreatePlatformVersion(input *CreatePlatformVersionInput) (*CreatePlatformVersionOutput, error)
func (c *ElasticBeanstalk) CreatePlatformVersionRequest(input *CreatePlatformVersionInput) (req *request.Request, output *CreatePlatformVersionOutput)
func (c *ElasticBeanstalk) CreatePlatformVersionWithContext(ctx aws.Context, input *CreatePlatformVersionInput, opts ...request.Option) (*CreatePlatformVersionOutput, error)
func (c *ElasticBeanstalk) CreateStorageLocation(input *CreateStorageLocationInput) (*CreateStorageLocationOutput, error)
func (c *ElasticBeanstalk) CreateStorageLocationRequest(input *CreateStorageLocationInput) (req *request.Request, output *CreateStorageLocationOutput)
func (c *ElasticBeanstalk) CreateStorageLocationWithContext(ctx aws.Context, input *CreateStorageLocationInput, opts ...request.Option) (*CreateStorageLocationOutput, error)
func (c *ElasticBeanstalk) DeleteApplication(input *DeleteApplicationInput) (*DeleteApplicationOutput, error)
func (c *ElasticBeanstalk) DeleteApplicationRequest(input *DeleteApplicationInput) (req *request.Request, output *DeleteApplicationOutput)
func (c *ElasticBeanstalk) DeleteApplicationVersion(input *DeleteApplicationVersionInput) (*DeleteApplicationVersionOutput, error)
func (c *ElasticBeanstalk) DeleteApplicationVersionRequest(input *DeleteApplicationVersionInput) (req *request.Request, output *DeleteApplicationVersionOutput)
func (c *ElasticBeanstalk) DeleteApplicationVersionWithContext(ctx aws.Context, input *DeleteApplicationVersionInput, opts ...request.Option) (*DeleteApplicationVersionOutput, error)
func (c *ElasticBeanstalk) DeleteApplicationWithContext(ctx aws.Context, input *DeleteApplicationInput, opts ...request.Option) (*DeleteApplicationOutput, error)
func (c *ElasticBeanstalk) DeleteConfigurationTemplate(input *DeleteConfigurationTemplateInput) (*DeleteConfigurationTemplateOutput, error)
func (c *ElasticBeanstalk) DeleteConfigurationTemplateRequest(input *DeleteConfigurationTemplateInput) (req *request.Request, output *DeleteConfigurationTemplateOutput)
func (c *ElasticBeanstalk) DeleteConfigurationTemplateWithContext(ctx aws.Context, input *DeleteConfigurationTemplateInput, opts ...request.Option) (*DeleteConfigurationTemplateOutput, error)
func (c *ElasticBeanstalk) DeleteEnvironmentConfiguration(input *DeleteEnvironmentConfigurationInput) (*DeleteEnvironmentConfigurationOutput, error)
func (c *ElasticBeanstalk) DeleteEnvironmentConfigurationRequest(input *DeleteEnvironmentConfigurationInput) (req *request.Request, output *DeleteEnvironmentConfigurationOutput)
func (c *ElasticBeanstalk) DeleteEnvironmentConfigurationWithContext(ctx aws.Context, input *DeleteEnvironmentConfigurationInput, opts ...request.Option) (*DeleteEnvironmentConfigurationOutput, error)
func (c *ElasticBeanstalk) DeletePlatformVersion(input *DeletePlatformVersionInput) (*DeletePlatformVersionOutput, error)
func (c *ElasticBeanstalk) DeletePlatformVersionRequest(input *DeletePlatformVersionInput) (req *request.Request, output *DeletePlatformVersionOutput)
func (c *ElasticBeanstalk) DeletePlatformVersionWithContext(ctx aws.Context, input *DeletePlatformVersionInput, opts ...request.Option) (*DeletePlatformVersionOutput, error)
func (c *ElasticBeanstalk) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)
func (c *ElasticBeanstalk) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)
func (c *ElasticBeanstalk) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error)
func (c *ElasticBeanstalk) DescribeApplicationVersions(input *DescribeApplicationVersionsInput) (*DescribeApplicationVersionsOutput, error)
func (c *ElasticBeanstalk) DescribeApplicationVersionsRequest(input *DescribeApplicationVersionsInput) (req *request.Request, output *DescribeApplicationVersionsOutput)
func (c *ElasticBeanstalk) DescribeApplicationVersionsWithContext(ctx aws.Context, input *DescribeApplicationVersionsInput, opts ...request.Option) (*DescribeApplicationVersionsOutput, error)
func (c *ElasticBeanstalk) DescribeApplications(input *DescribeApplicationsInput) (*DescribeApplicationsOutput, error)
func (c *ElasticBeanstalk) DescribeApplicationsRequest(input *DescribeApplicationsInput) (req *request.Request, output *DescribeApplicationsOutput)
func (c *ElasticBeanstalk) DescribeApplicationsWithContext(ctx aws.Context, input *DescribeApplicationsInput, opts ...request.Option) (*DescribeApplicationsOutput, error)
func (c *ElasticBeanstalk) DescribeConfigurationOptions(input *DescribeConfigurationOptionsInput) (*DescribeConfigurationOptionsOutput, error)
func (c *ElasticBeanstalk) DescribeConfigurationOptionsRequest(input *DescribeConfigurationOptionsInput) (req *request.Request, output *DescribeConfigurationOptionsOutput)
func (c *ElasticBeanstalk) DescribeConfigurationOptionsWithContext(ctx aws.Context, input *DescribeConfigurationOptionsInput, opts ...request.Option) (*DescribeConfigurationOptionsOutput, error)
func (c *ElasticBeanstalk) DescribeConfigurationSettings(input *DescribeConfigurationSettingsInput) (*DescribeConfigurationSettingsOutput, error)
func (c *ElasticBeanstalk) DescribeConfigurationSettingsRequest(input *DescribeConfigurationSettingsInput) (req *request.Request, output *DescribeConfigurationSettingsOutput)
func (c *ElasticBeanstalk) DescribeConfigurationSettingsWithContext(ctx aws.Context, input *DescribeConfigurationSettingsInput, opts ...request.Option) (*DescribeConfigurationSettingsOutput, error)
func (c *ElasticBeanstalk) DescribeEnvironmentHealth(input *DescribeEnvironmentHealthInput) (*DescribeEnvironmentHealthOutput, error)
func (c *ElasticBeanstalk) DescribeEnvironmentHealthRequest(input *DescribeEnvironmentHealthInput) (req *request.Request, output *DescribeEnvironmentHealthOutput)
func (c *ElasticBeanstalk) DescribeEnvironmentHealthWithContext(ctx aws.Context, input *DescribeEnvironmentHealthInput, opts ...request.Option) (*DescribeEnvironmentHealthOutput, error)
func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistory(input *DescribeEnvironmentManagedActionHistoryInput) (*DescribeEnvironmentManagedActionHistoryOutput, error)
func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryPages(input *DescribeEnvironmentManagedActionHistoryInput, fn func(*DescribeEnvironmentManagedActionHistoryOutput, bool) bool) error
func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryPagesWithContext(ctx aws.Context, input *DescribeEnvironmentManagedActionHistoryInput, fn func(*DescribeEnvironmentManagedActionHistoryOutput, bool) bool, opts ...request.Option) error
func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryRequest(input *DescribeEnvironmentManagedActionHistoryInput) (req *request.Request, output *DescribeEnvironmentManagedActionHistoryOutput)
func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryWithContext(ctx aws.Context, input *DescribeEnvironmentManagedActionHistoryInput, opts ...request.Option) (*DescribeEnvironmentManagedActionHistoryOutput, error)
func (c *ElasticBeanstalk) DescribeEnvironmentManagedActions(input *DescribeEnvironmentManagedActionsInput) (*DescribeEnvironmentManagedActionsOutput, error)
func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionsRequest(input *DescribeEnvironmentManagedActionsInput) (req *request.Request, output *DescribeEnvironmentManagedActionsOutput)
func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionsWithContext(ctx aws.Context, input *DescribeEnvironmentManagedActionsInput, opts ...request.Option) (*DescribeEnvironmentManagedActionsOutput, error)
func (c *ElasticBeanstalk) DescribeEnvironmentResources(input *DescribeEnvironmentResourcesInput) (*DescribeEnvironmentResourcesOutput, error)
func (c *ElasticBeanstalk) DescribeEnvironmentResourcesRequest(input *DescribeEnvironmentResourcesInput) (req *request.Request, output *DescribeEnvironmentResourcesOutput)
func (c *ElasticBeanstalk) DescribeEnvironmentResourcesWithContext(ctx aws.Context, input *DescribeEnvironmentResourcesInput, opts ...request.Option) (*DescribeEnvironmentResourcesOutput, error)
func (c *ElasticBeanstalk) DescribeEnvironments(input *DescribeEnvironmentsInput) (*EnvironmentDescriptionsMessage, error)
func (c *ElasticBeanstalk) DescribeEnvironmentsRequest(input *DescribeEnvironmentsInput) (req *request.Request, output *EnvironmentDescriptionsMessage)
func (c *ElasticBeanstalk) DescribeEnvironmentsWithContext(ctx aws.Context, input *DescribeEnvironmentsInput, opts ...request.Option) (*EnvironmentDescriptionsMessage, error)
func (c *ElasticBeanstalk) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error)
func (c *ElasticBeanstalk) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error
func (c *ElasticBeanstalk) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool, opts ...request.Option) error
func (c *ElasticBeanstalk) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput)
func (c *ElasticBeanstalk) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error)
func (c *ElasticBeanstalk) DescribeInstancesHealth(input *DescribeInstancesHealthInput) (*DescribeInstancesHealthOutput, error)
func (c *ElasticBeanstalk) DescribeInstancesHealthRequest(input *DescribeInstancesHealthInput) (req *request.Request, output *DescribeInstancesHealthOutput)
func (c *ElasticBeanstalk) DescribeInstancesHealthWithContext(ctx aws.Context, input *DescribeInstancesHealthInput, opts ...request.Option) (*DescribeInstancesHealthOutput, error)
func (c *ElasticBeanstalk) DescribePlatformVersion(input *DescribePlatformVersionInput) (*DescribePlatformVersionOutput, error)
func (c *ElasticBeanstalk) DescribePlatformVersionRequest(input *DescribePlatformVersionInput) (req *request.Request, output *DescribePlatformVersionOutput)
func (c *ElasticBeanstalk) DescribePlatformVersionWithContext(ctx aws.Context, input *DescribePlatformVersionInput, opts ...request.Option) (*DescribePlatformVersionOutput, error)
func (c *ElasticBeanstalk) DisassociateEnvironmentOperationsRole(input *DisassociateEnvironmentOperationsRoleInput) (*DisassociateEnvironmentOperationsRoleOutput, error)
func (c *ElasticBeanstalk) DisassociateEnvironmentOperationsRoleRequest(input *DisassociateEnvironmentOperationsRoleInput) (req *request.Request, output *DisassociateEnvironmentOperationsRoleOutput)
func (c *ElasticBeanstalk) DisassociateEnvironmentOperationsRoleWithContext(ctx aws.Context, input *DisassociateEnvironmentOperationsRoleInput, opts ...request.Option) (*DisassociateEnvironmentOperationsRoleOutput, error)
func (c *ElasticBeanstalk) ListAvailableSolutionStacks(input *ListAvailableSolutionStacksInput) (*ListAvailableSolutionStacksOutput, error)
func (c *ElasticBeanstalk) ListAvailableSolutionStacksRequest(input *ListAvailableSolutionStacksInput) (req *request.Request, output *ListAvailableSolutionStacksOutput)
func (c *ElasticBeanstalk) ListAvailableSolutionStacksWithContext(ctx aws.Context, input *ListAvailableSolutionStacksInput, opts ...request.Option) (*ListAvailableSolutionStacksOutput, error)
func (c *ElasticBeanstalk) ListPlatformBranches(input *ListPlatformBranchesInput) (*ListPlatformBranchesOutput, error)
func (c *ElasticBeanstalk) ListPlatformBranchesPages(input *ListPlatformBranchesInput, fn func(*ListPlatformBranchesOutput, bool) bool) error
func (c *ElasticBeanstalk) ListPlatformBranchesPagesWithContext(ctx aws.Context, input *ListPlatformBranchesInput, fn func(*ListPlatformBranchesOutput, bool) bool, opts ...request.Option) error
func (c *ElasticBeanstalk) ListPlatformBranchesRequest(input *ListPlatformBranchesInput) (req *request.Request, output *ListPlatformBranchesOutput)
func (c *ElasticBeanstalk) ListPlatformBranchesWithContext(ctx aws.Context, input *ListPlatformBranchesInput, opts ...request.Option) (*ListPlatformBranchesOutput, error)
func (c *ElasticBeanstalk) ListPlatformVersions(input *ListPlatformVersionsInput) (*ListPlatformVersionsOutput, error)
func (c *ElasticBeanstalk) ListPlatformVersionsPages(input *ListPlatformVersionsInput, fn func(*ListPlatformVersionsOutput, bool) bool) error
func (c *ElasticBeanstalk) ListPlatformVersionsPagesWithContext(ctx aws.Context, input *ListPlatformVersionsInput, fn func(*ListPlatformVersionsOutput, bool) bool, opts ...request.Option) error
func (c *ElasticBeanstalk) ListPlatformVersionsRequest(input *ListPlatformVersionsInput) (req *request.Request, output *ListPlatformVersionsOutput)
func (c *ElasticBeanstalk) ListPlatformVersionsWithContext(ctx aws.Context, input *ListPlatformVersionsInput, opts ...request.Option) (*ListPlatformVersionsOutput, error)
func (c *ElasticBeanstalk) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *ElasticBeanstalk) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *ElasticBeanstalk) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *ElasticBeanstalk) RebuildEnvironment(input *RebuildEnvironmentInput) (*RebuildEnvironmentOutput, error)
func (c *ElasticBeanstalk) RebuildEnvironmentRequest(input *RebuildEnvironmentInput) (req *request.Request, output *RebuildEnvironmentOutput)
func (c *ElasticBeanstalk) RebuildEnvironmentWithContext(ctx aws.Context, input *RebuildEnvironmentInput, opts ...request.Option) (*RebuildEnvironmentOutput, error)
func (c *ElasticBeanstalk) RequestEnvironmentInfo(input *RequestEnvironmentInfoInput) (*RequestEnvironmentInfoOutput, error)
func (c *ElasticBeanstalk) RequestEnvironmentInfoRequest(input *RequestEnvironmentInfoInput) (req *request.Request, output *RequestEnvironmentInfoOutput)
func (c *ElasticBeanstalk) RequestEnvironmentInfoWithContext(ctx aws.Context, input *RequestEnvironmentInfoInput, opts ...request.Option) (*RequestEnvironmentInfoOutput, error)
func (c *ElasticBeanstalk) RestartAppServer(input *RestartAppServerInput) (*RestartAppServerOutput, error)
func (c *ElasticBeanstalk) RestartAppServerRequest(input *RestartAppServerInput) (req *request.Request, output *RestartAppServerOutput)
func (c *ElasticBeanstalk) RestartAppServerWithContext(ctx aws.Context, input *RestartAppServerInput, opts ...request.Option) (*RestartAppServerOutput, error)
func (c *ElasticBeanstalk) RetrieveEnvironmentInfo(input *RetrieveEnvironmentInfoInput) (*RetrieveEnvironmentInfoOutput, error)
func (c *ElasticBeanstalk) RetrieveEnvironmentInfoRequest(input *RetrieveEnvironmentInfoInput) (req *request.Request, output *RetrieveEnvironmentInfoOutput)
func (c *ElasticBeanstalk) RetrieveEnvironmentInfoWithContext(ctx aws.Context, input *RetrieveEnvironmentInfoInput, opts ...request.Option) (*RetrieveEnvironmentInfoOutput, error)
func (c *ElasticBeanstalk) SwapEnvironmentCNAMEs(input *SwapEnvironmentCNAMEsInput) (*SwapEnvironmentCNAMEsOutput, error)
func (c *ElasticBeanstalk) SwapEnvironmentCNAMEsRequest(input *SwapEnvironmentCNAMEsInput) (req *request.Request, output *SwapEnvironmentCNAMEsOutput)
func (c *ElasticBeanstalk) SwapEnvironmentCNAMEsWithContext(ctx aws.Context, input *SwapEnvironmentCNAMEsInput, opts ...request.Option) (*SwapEnvironmentCNAMEsOutput, error)
func (c *ElasticBeanstalk) TerminateEnvironment(input *TerminateEnvironmentInput) (*EnvironmentDescription, error)
func (c *ElasticBeanstalk) TerminateEnvironmentRequest(input *TerminateEnvironmentInput) (req *request.Request, output *EnvironmentDescription)
func (c *ElasticBeanstalk) TerminateEnvironmentWithContext(ctx aws.Context, input *TerminateEnvironmentInput, opts ...request.Option) (*EnvironmentDescription, error)
func (c *ElasticBeanstalk) UpdateApplication(input *UpdateApplicationInput) (*ApplicationDescriptionMessage, error)
func (c *ElasticBeanstalk) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *ApplicationDescriptionMessage)
func (c *ElasticBeanstalk) UpdateApplicationResourceLifecycle(input *UpdateApplicationResourceLifecycleInput) (*UpdateApplicationResourceLifecycleOutput, error)
func (c *ElasticBeanstalk) UpdateApplicationResourceLifecycleRequest(input *UpdateApplicationResourceLifecycleInput) (req *request.Request, output *UpdateApplicationResourceLifecycleOutput)
func (c *ElasticBeanstalk) UpdateApplicationResourceLifecycleWithContext(ctx aws.Context, input *UpdateApplicationResourceLifecycleInput, opts ...request.Option) (*UpdateApplicationResourceLifecycleOutput, error)
func (c *ElasticBeanstalk) UpdateApplicationVersion(input *UpdateApplicationVersionInput) (*ApplicationVersionDescriptionMessage, error)
func (c *ElasticBeanstalk) UpdateApplicationVersionRequest(input *UpdateApplicationVersionInput) (req *request.Request, output *ApplicationVersionDescriptionMessage)
func (c *ElasticBeanstalk) UpdateApplicationVersionWithContext(ctx aws.Context, input *UpdateApplicationVersionInput, opts ...request.Option) (*ApplicationVersionDescriptionMessage, error)
func (c *ElasticBeanstalk) UpdateApplicationWithContext(ctx aws.Context, input *UpdateApplicationInput, opts ...request.Option) (*ApplicationDescriptionMessage, error)
func (c *ElasticBeanstalk) UpdateConfigurationTemplate(input *UpdateConfigurationTemplateInput) (*ConfigurationSettingsDescription, error)
func (c *ElasticBeanstalk) UpdateConfigurationTemplateRequest(input *UpdateConfigurationTemplateInput) (req *request.Request, output *ConfigurationSettingsDescription)
func (c *ElasticBeanstalk) UpdateConfigurationTemplateWithContext(ctx aws.Context, input *UpdateConfigurationTemplateInput, opts ...request.Option) (*ConfigurationSettingsDescription, error)
func (c *ElasticBeanstalk) UpdateEnvironment(input *UpdateEnvironmentInput) (*EnvironmentDescription, error)
func (c *ElasticBeanstalk) UpdateEnvironmentRequest(input *UpdateEnvironmentInput) (req *request.Request, output *EnvironmentDescription)
func (c *ElasticBeanstalk) UpdateEnvironmentWithContext(ctx aws.Context, input *UpdateEnvironmentInput, opts ...request.Option) (*EnvironmentDescription, error)
func (c *ElasticBeanstalk) UpdateTagsForResource(input *UpdateTagsForResourceInput) (*UpdateTagsForResourceOutput, error)
func (c *ElasticBeanstalk) UpdateTagsForResourceRequest(input *UpdateTagsForResourceInput) (req *request.Request, output *UpdateTagsForResourceOutput)
func (c *ElasticBeanstalk) UpdateTagsForResourceWithContext(ctx aws.Context, input *UpdateTagsForResourceInput, opts ...request.Option) (*UpdateTagsForResourceOutput, error)
func (c *ElasticBeanstalk) ValidateConfigurationSettings(input *ValidateConfigurationSettingsInput) (*ValidateConfigurationSettingsOutput, error)
func (c *ElasticBeanstalk) ValidateConfigurationSettingsRequest(input *ValidateConfigurationSettingsInput) (req *request.Request, output *ValidateConfigurationSettingsOutput)
func (c *ElasticBeanstalk) ValidateConfigurationSettingsWithContext(ctx aws.Context, input *ValidateConfigurationSettingsInput, opts ...request.Option) (*ValidateConfigurationSettingsOutput, error)
func (c *ElasticBeanstalk) WaitUntilEnvironmentExists(input *DescribeEnvironmentsInput) error
func (c *ElasticBeanstalk) WaitUntilEnvironmentExistsWithContext(ctx aws.Context, input *DescribeEnvironmentsInput, opts ...request.WaiterOption) error
func (c *ElasticBeanstalk) WaitUntilEnvironmentTerminated(input *DescribeEnvironmentsInput) error
func (c *ElasticBeanstalk) WaitUntilEnvironmentTerminatedWithContext(ctx aws.Context, input *DescribeEnvironmentsInput, opts ...request.WaiterOption) error
func (c *ElasticBeanstalk) WaitUntilEnvironmentUpdated(input *DescribeEnvironmentsInput) error
func (c *ElasticBeanstalk) WaitUntilEnvironmentUpdatedWithContext(ctx aws.Context, input *DescribeEnvironmentsInput, opts ...request.WaiterOption) error
func ActionHistoryStatus_Values() []string
func ActionStatus_Values() []string
func ActionType_Values() []string
func ApplicationVersionStatus_Values() []string
func ComputeType_Values() []string
func ConfigurationDeploymentStatus_Values() []string
func ConfigurationOptionValueType_Values() []string
func EnvironmentHealthAttribute_Values() []string
func EnvironmentHealthStatus_Values() []string
func EnvironmentHealth_Values() []string
func EnvironmentInfoType_Values() []string
func EnvironmentStatus_Values() []string
func EventSeverity_Values() []string
func FailureType_Values() []string
func InstancesHealthAttribute_Values() []string
func PlatformStatus_Values() []string
func SourceRepository_Values() []string
func SourceType_Values() []string
func ValidationSeverity_Values() []string
type AbortEnvironmentUpdateInput
type AbortEnvironmentUpdateOutput
type ApplicationDescription
type ApplicationDescriptionMessage
type ApplicationMetrics
type ApplicationResourceLifecycleConfig
type ApplicationVersionDescription
type ApplicationVersionDescriptionMessage
type ApplicationVersionLifecycleConfig
type ApplyEnvironmentManagedActionInput
type ApplyEnvironmentManagedActionOutput
type AssociateEnvironmentOperationsRoleInput
type AssociateEnvironmentOperationsRoleOutput
type AutoScalingGroup
type BuildConfiguration
type Builder
type CPUUtilization
type CheckDNSAvailabilityInput
type CheckDNSAvailabilityOutput
type ComposeEnvironmentsInput
type ConfigurationOptionDescription
type ConfigurationOptionSetting
type ConfigurationSettingsDescription
type CreateApplicationInput
type CreateApplicationVersionInput
type CreateConfigurationTemplateInput
type CreateEnvironmentInput
type CreatePlatformVersionInput
type CreatePlatformVersionOutput
type CreateStorageLocationInput
type CreateStorageLocationOutput
type CustomAmi
type DeleteApplicationInput
type DeleteApplicationOutput
type DeleteApplicationVersionInput
type DeleteApplicationVersionOutput
type DeleteConfigurationTemplateInput
type DeleteConfigurationTemplateOutput
type DeleteEnvironmentConfigurationInput
type DeleteEnvironmentConfigurationOutput
type DeletePlatformVersionInput
type DeletePlatformVersionOutput
type Deployment
type DescribeAccountAttributesInput
type DescribeAccountAttributesOutput
type DescribeApplicationVersionsInput
type DescribeApplicationVersionsOutput
type DescribeApplicationsInput
type DescribeApplicationsOutput
type DescribeConfigurationOptionsInput
type DescribeConfigurationOptionsOutput
type DescribeConfigurationSettingsInput
type DescribeConfigurationSettingsOutput
type DescribeEnvironmentHealthInput
type DescribeEnvironmentHealthOutput
type DescribeEnvironmentManagedActionHistoryInput
type DescribeEnvironmentManagedActionHistoryOutput
type DescribeEnvironmentManagedActionsInput
type DescribeEnvironmentManagedActionsOutput
type DescribeEnvironmentResourcesInput
type DescribeEnvironmentResourcesOutput
type DescribeEnvironmentsInput
type DescribeEventsInput
type DescribeEventsOutput
type DescribeInstancesHealthInput
type DescribeInstancesHealthOutput
type DescribePlatformVersionInput
type DescribePlatformVersionOutput
type DisassociateEnvironmentOperationsRoleInput
type DisassociateEnvironmentOperationsRoleOutput
type EnvironmentDescription
type EnvironmentDescriptionsMessage
type EnvironmentInfoDescription
type EnvironmentLink
type EnvironmentResourceDescription
type EnvironmentResourcesDescription
type EnvironmentTier
type EventDescription
type Instance
type InstanceHealthSummary
type Latency
type LaunchConfiguration
type LaunchTemplate
type ListAvailableSolutionStacksInput
type ListAvailableSolutionStacksOutput
type ListPlatformBranchesInput
type ListPlatformBranchesOutput
type ListPlatformVersionsInput
type ListPlatformVersionsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type Listener
type LoadBalancer
type LoadBalancerDescription
type ManagedAction
type ManagedActionHistoryItem
type MaxAgeRule
type MaxCountRule
type OptionRestrictionRegex
type OptionSpecification
type PlatformBranchSummary
type PlatformDescription
type PlatformFilter
type PlatformFramework
type PlatformProgrammingLanguage
type PlatformSummary
type Queue
type RebuildEnvironmentInput
type RebuildEnvironmentOutput
type RequestEnvironmentInfoInput
type RequestEnvironmentInfoOutput
type ResourceQuota
type ResourceQuotas
type RestartAppServerInput
type RestartAppServerOutput
type RetrieveEnvironmentInfoInput
type RetrieveEnvironmentInfoOutput
type S3Location
type SearchFilter
type SingleInstanceHealth
type SolutionStackDescription
type SourceBuildInformation
type SourceConfiguration
type StatusCodes
type SwapEnvironmentCNAMEsInput
type SwapEnvironmentCNAMEsOutput
type SystemStatus
type Tag
type TerminateEnvironmentInput
type Trigger
type UpdateApplicationInput
type UpdateApplicationResourceLifecycleInput
type UpdateApplicationResourceLifecycleOutput
type UpdateApplicationVersionInput
type UpdateConfigurationTemplateInput
type UpdateEnvironmentInput
type UpdateTagsForResourceInput
type UpdateTagsForResourceOutput
type ValidateConfigurationSettingsInput
type ValidateConfigurationSettingsOutput
type ValidationMessage

Examples ▾

ElasticBeanstalk.AbortEnvironmentUpdate (Shared00)
ElasticBeanstalk.CheckDNSAvailability (Shared00)
ElasticBeanstalk.CreateApplicationVersion (Shared00)
ElasticBeanstalk.CreateApplication (Shared00)
ElasticBeanstalk.CreateConfigurationTemplate (Shared00)
ElasticBeanstalk.CreateEnvironment (Shared00)
ElasticBeanstalk.CreateStorageLocation (Shared00)
ElasticBeanstalk.DeleteApplicationVersion (Shared00)
ElasticBeanstalk.DeleteApplication (Shared00)
ElasticBeanstalk.DeleteConfigurationTemplate (Shared00)
ElasticBeanstalk.DeleteEnvironmentConfiguration (Shared00)
ElasticBeanstalk.DescribeApplicationVersions (Shared00)
ElasticBeanstalk.DescribeApplications (Shared00)
ElasticBeanstalk.DescribeConfigurationOptions (Shared00)
ElasticBeanstalk.DescribeConfigurationSettings (Shared00)
ElasticBeanstalk.DescribeEnvironmentHealth (Shared00)
ElasticBeanstalk.DescribeEnvironmentResources (Shared00)
ElasticBeanstalk.DescribeEnvironments (Shared00)
ElasticBeanstalk.DescribeEvents (Shared00)
ElasticBeanstalk.DescribeInstancesHealth (Shared00)
ElasticBeanstalk.ListAvailableSolutionStacks (Shared00)
ElasticBeanstalk.RebuildEnvironment (Shared00)
ElasticBeanstalk.RequestEnvironmentInfo (Shared00)
ElasticBeanstalk.RestartAppServer (Shared00)
ElasticBeanstalk.RetrieveEnvironmentInfo (Shared00)
ElasticBeanstalk.SwapEnvironmentCNAMEs (Shared00)
ElasticBeanstalk.TerminateEnvironment (Shared00)
ElasticBeanstalk.UpdateApplicationVersion (Shared00)
ElasticBeanstalk.UpdateApplication (Shared00)
ElasticBeanstalk.UpdateConfigurationTemplate (Shared00)
ElasticBeanstalk.UpdateEnvironment (Shared00)
ElasticBeanstalk.UpdateEnvironment (Shared01)
ElasticBeanstalk.ValidateConfigurationSettings (Shared00)

Constants ▾

const (
    // ActionHistoryStatusCompleted is a ActionHistoryStatus enum value
    ActionHistoryStatusCompleted = "Completed"

    // ActionHistoryStatusFailed is a ActionHistoryStatus enum value
    ActionHistoryStatusFailed = "Failed"

    // ActionHistoryStatusUnknown is a ActionHistoryStatus enum value
    ActionHistoryStatusUnknown = "Unknown"
)
const (
    // ActionStatusScheduled is a ActionStatus enum value
    ActionStatusScheduled = "Scheduled"

    // ActionStatusPending is a ActionStatus enum value
    ActionStatusPending = "Pending"

    // ActionStatusRunning is a ActionStatus enum value
    ActionStatusRunning = "Running"

    // ActionStatusUnknown is a ActionStatus enum value
    ActionStatusUnknown = "Unknown"
)
const (
    // ActionTypeInstanceRefresh is a ActionType enum value
    ActionTypeInstanceRefresh = "InstanceRefresh"

    // ActionTypePlatformUpdate is a ActionType enum value
    ActionTypePlatformUpdate = "PlatformUpdate"

    // ActionTypeUnknown is a ActionType enum value
    ActionTypeUnknown = "Unknown"
)
const (
    // ApplicationVersionStatusProcessed is a ApplicationVersionStatus enum value
    ApplicationVersionStatusProcessed = "Processed"

    // ApplicationVersionStatusUnprocessed is a ApplicationVersionStatus enum value
    ApplicationVersionStatusUnprocessed = "Unprocessed"

    // ApplicationVersionStatusFailed is a ApplicationVersionStatus enum value
    ApplicationVersionStatusFailed = "Failed"

    // ApplicationVersionStatusProcessing is a ApplicationVersionStatus enum value
    ApplicationVersionStatusProcessing = "Processing"

    // ApplicationVersionStatusBuilding is a ApplicationVersionStatus enum value
    ApplicationVersionStatusBuilding = "Building"
)
const (
    // ComputeTypeBuildGeneral1Small is a ComputeType enum value
    ComputeTypeBuildGeneral1Small = "BUILD_GENERAL1_SMALL"

    // ComputeTypeBuildGeneral1Medium is a ComputeType enum value
    ComputeTypeBuildGeneral1Medium = "BUILD_GENERAL1_MEDIUM"

    // ComputeTypeBuildGeneral1Large is a ComputeType enum value
    ComputeTypeBuildGeneral1Large = "BUILD_GENERAL1_LARGE"
)
const (
    // ConfigurationDeploymentStatusDeployed is a ConfigurationDeploymentStatus enum value
    ConfigurationDeploymentStatusDeployed = "deployed"

    // ConfigurationDeploymentStatusPending is a ConfigurationDeploymentStatus enum value
    ConfigurationDeploymentStatusPending = "pending"

    // ConfigurationDeploymentStatusFailed is a ConfigurationDeploymentStatus enum value
    ConfigurationDeploymentStatusFailed = "failed"
)
const (
    // ConfigurationOptionValueTypeScalar is a ConfigurationOptionValueType enum value
    ConfigurationOptionValueTypeScalar = "Scalar"

    // ConfigurationOptionValueTypeList is a ConfigurationOptionValueType enum value
    ConfigurationOptionValueTypeList = "List"
)
const (
    // EnvironmentHealthGreen is a EnvironmentHealth enum value
    EnvironmentHealthGreen = "Green"

    // EnvironmentHealthYellow is a EnvironmentHealth enum value
    EnvironmentHealthYellow = "Yellow"

    // EnvironmentHealthRed is a EnvironmentHealth enum value
    EnvironmentHealthRed = "Red"

    // EnvironmentHealthGrey is a EnvironmentHealth enum value
    EnvironmentHealthGrey = "Grey"
)
const (
    // EnvironmentHealthAttributeStatus is a EnvironmentHealthAttribute enum value
    EnvironmentHealthAttributeStatus = "Status"

    // EnvironmentHealthAttributeColor is a EnvironmentHealthAttribute enum value
    EnvironmentHealthAttributeColor = "Color"

    // EnvironmentHealthAttributeCauses is a EnvironmentHealthAttribute enum value
    EnvironmentHealthAttributeCauses = "Causes"

    // EnvironmentHealthAttributeApplicationMetrics is a EnvironmentHealthAttribute enum value
    EnvironmentHealthAttributeApplicationMetrics = "ApplicationMetrics"

    // EnvironmentHealthAttributeInstancesHealth is a EnvironmentHealthAttribute enum value
    EnvironmentHealthAttributeInstancesHealth = "InstancesHealth"

    // EnvironmentHealthAttributeAll is a EnvironmentHealthAttribute enum value
    EnvironmentHealthAttributeAll = "All"

    // EnvironmentHealthAttributeHealthStatus is a EnvironmentHealthAttribute enum value
    EnvironmentHealthAttributeHealthStatus = "HealthStatus"

    // EnvironmentHealthAttributeRefreshedAt is a EnvironmentHealthAttribute enum value
    EnvironmentHealthAttributeRefreshedAt = "RefreshedAt"
)
const (
    // EnvironmentHealthStatusNoData is a EnvironmentHealthStatus enum value
    EnvironmentHealthStatusNoData = "NoData"

    // EnvironmentHealthStatusUnknown is a EnvironmentHealthStatus enum value
    EnvironmentHealthStatusUnknown = "Unknown"

    // EnvironmentHealthStatusPending is a EnvironmentHealthStatus enum value
    EnvironmentHealthStatusPending = "Pending"

    // EnvironmentHealthStatusOk is a EnvironmentHealthStatus enum value
    EnvironmentHealthStatusOk = "Ok"

    // EnvironmentHealthStatusInfo is a EnvironmentHealthStatus enum value
    EnvironmentHealthStatusInfo = "Info"

    // EnvironmentHealthStatusWarning is a EnvironmentHealthStatus enum value
    EnvironmentHealthStatusWarning = "Warning"

    // EnvironmentHealthStatusDegraded is a EnvironmentHealthStatus enum value
    EnvironmentHealthStatusDegraded = "Degraded"

    // EnvironmentHealthStatusSevere is a EnvironmentHealthStatus enum value
    EnvironmentHealthStatusSevere = "Severe"

    // EnvironmentHealthStatusSuspended is a EnvironmentHealthStatus enum value
    EnvironmentHealthStatusSuspended = "Suspended"
)
const (
    // EnvironmentInfoTypeTail is a EnvironmentInfoType enum value
    EnvironmentInfoTypeTail = "tail"

    // EnvironmentInfoTypeBundle is a EnvironmentInfoType enum value
    EnvironmentInfoTypeBundle = "bundle"
)
const (
    // EnvironmentStatusAborting is a EnvironmentStatus enum value
    EnvironmentStatusAborting = "Aborting"

    // EnvironmentStatusLaunching is a EnvironmentStatus enum value
    EnvironmentStatusLaunching = "Launching"

    // EnvironmentStatusUpdating is a EnvironmentStatus enum value
    EnvironmentStatusUpdating = "Updating"

    // EnvironmentStatusLinkingFrom is a EnvironmentStatus enum value
    EnvironmentStatusLinkingFrom = "LinkingFrom"

    // EnvironmentStatusLinkingTo is a EnvironmentStatus enum value
    EnvironmentStatusLinkingTo = "LinkingTo"

    // EnvironmentStatusReady is a EnvironmentStatus enum value
    EnvironmentStatusReady = "Ready"

    // EnvironmentStatusTerminating is a EnvironmentStatus enum value
    EnvironmentStatusTerminating = "Terminating"

    // EnvironmentStatusTerminated is a EnvironmentStatus enum value
    EnvironmentStatusTerminated = "Terminated"
)
const (
    // EventSeverityTrace is a EventSeverity enum value
    EventSeverityTrace = "TRACE"

    // EventSeverityDebug is a EventSeverity enum value
    EventSeverityDebug = "DEBUG"

    // EventSeverityInfo is a EventSeverity enum value
    EventSeverityInfo = "INFO"

    // EventSeverityWarn is a EventSeverity enum value
    EventSeverityWarn = "WARN"

    // EventSeverityError is a EventSeverity enum value
    EventSeverityError = "ERROR"

    // EventSeverityFatal is a EventSeverity enum value
    EventSeverityFatal = "FATAL"
)
const (
    // FailureTypeUpdateCancelled is a FailureType enum value
    FailureTypeUpdateCancelled = "UpdateCancelled"

    // FailureTypeCancellationFailed is a FailureType enum value
    FailureTypeCancellationFailed = "CancellationFailed"

    // FailureTypeRollbackFailed is a FailureType enum value
    FailureTypeRollbackFailed = "RollbackFailed"

    // FailureTypeRollbackSuccessful is a FailureType enum value
    FailureTypeRollbackSuccessful = "RollbackSuccessful"

    // FailureTypeInternalFailure is a FailureType enum value
    FailureTypeInternalFailure = "InternalFailure"

    // FailureTypeInvalidEnvironmentState is a FailureType enum value
    FailureTypeInvalidEnvironmentState = "InvalidEnvironmentState"

    // FailureTypePermissionsError is a FailureType enum value
    FailureTypePermissionsError = "PermissionsError"
)
const (
    // InstancesHealthAttributeHealthStatus is a InstancesHealthAttribute enum value
    InstancesHealthAttributeHealthStatus = "HealthStatus"

    // InstancesHealthAttributeColor is a InstancesHealthAttribute enum value
    InstancesHealthAttributeColor = "Color"

    // InstancesHealthAttributeCauses is a InstancesHealthAttribute enum value
    InstancesHealthAttributeCauses = "Causes"

    // InstancesHealthAttributeApplicationMetrics is a InstancesHealthAttribute enum value
    InstancesHealthAttributeApplicationMetrics = "ApplicationMetrics"

    // InstancesHealthAttributeRefreshedAt is a InstancesHealthAttribute enum value
    InstancesHealthAttributeRefreshedAt = "RefreshedAt"

    // InstancesHealthAttributeLaunchedAt is a InstancesHealthAttribute enum value
    InstancesHealthAttributeLaunchedAt = "LaunchedAt"

    // InstancesHealthAttributeSystem is a InstancesHealthAttribute enum value
    InstancesHealthAttributeSystem = "System"

    // InstancesHealthAttributeDeployment is a InstancesHealthAttribute enum value
    InstancesHealthAttributeDeployment = "Deployment"

    // InstancesHealthAttributeAvailabilityZone is a InstancesHealthAttribute enum value
    InstancesHealthAttributeAvailabilityZone = "AvailabilityZone"

    // InstancesHealthAttributeInstanceType is a InstancesHealthAttribute enum value
    InstancesHealthAttributeInstanceType = "InstanceType"

    // InstancesHealthAttributeAll is a InstancesHealthAttribute enum value
    InstancesHealthAttributeAll = "All"
)
const (
    // PlatformStatusCreating is a PlatformStatus enum value
    PlatformStatusCreating = "Creating"

    // PlatformStatusFailed is a PlatformStatus enum value
    PlatformStatusFailed = "Failed"

    // PlatformStatusReady is a PlatformStatus enum value
    PlatformStatusReady = "Ready"

    // PlatformStatusDeleting is a PlatformStatus enum value
    PlatformStatusDeleting = "Deleting"

    // PlatformStatusDeleted is a PlatformStatus enum value
    PlatformStatusDeleted = "Deleted"
)
const (
    // SourceRepositoryCodeCommit is a SourceRepository enum value
    SourceRepositoryCodeCommit = "CodeCommit"

    // SourceRepositoryS3 is a SourceRepository enum value
    SourceRepositoryS3 = "S3"
)
const (
    // SourceTypeGit is a SourceType enum value
    SourceTypeGit = "Git"

    // SourceTypeZip is a SourceType enum value
    SourceTypeZip = "Zip"
)
const (
    // ValidationSeverityError is a ValidationSeverity enum value
    ValidationSeverityError = "error"

    // ValidationSeverityWarning is a ValidationSeverity enum value
    ValidationSeverityWarning = "warning"
)
const (

    // ErrCodeCodeBuildNotInServiceRegionException for service response error code
    // "CodeBuildNotInServiceRegionException".
    //
    // AWS CodeBuild is not available in the specified region.
    ErrCodeCodeBuildNotInServiceRegionException = "CodeBuildNotInServiceRegionException"

    // ErrCodeInsufficientPrivilegesException for service response error code
    // "InsufficientPrivilegesException".
    //
    // The specified account does not have sufficient privileges for one or more
    // AWS services.
    ErrCodeInsufficientPrivilegesException = "InsufficientPrivilegesException"

    // ErrCodeInvalidRequestException for service response error code
    // "InvalidRequestException".
    //
    // One or more input parameters is not valid. Please correct the input parameters
    // and try the operation again.
    ErrCodeInvalidRequestException = "InvalidRequestException"

    // ErrCodeManagedActionInvalidStateException for service response error code
    // "ManagedActionInvalidStateException".
    //
    // Cannot modify the managed action in its current state.
    ErrCodeManagedActionInvalidStateException = "ManagedActionInvalidStateException"

    // ErrCodeOperationInProgressException for service response error code
    // "OperationInProgressFailure".
    //
    // Unable to perform the specified operation because another operation that
    // effects an element in this activity is already in progress.
    ErrCodeOperationInProgressException = "OperationInProgressFailure"

    // ErrCodePlatformVersionStillReferencedException for service response error code
    // "PlatformVersionStillReferencedException".
    //
    // You cannot delete the platform version because there are still environments
    // running on it.
    ErrCodePlatformVersionStillReferencedException = "PlatformVersionStillReferencedException"

    // ErrCodeResourceNotFoundException for service response error code
    // "ResourceNotFoundException".
    //
    // A resource doesn't exist for the specified Amazon Resource Name (ARN).
    ErrCodeResourceNotFoundException = "ResourceNotFoundException"

    // ErrCodeResourceTypeNotSupportedException for service response error code
    // "ResourceTypeNotSupportedException".
    //
    // The type of the specified Amazon Resource Name (ARN) isn't supported for
    // this operation.
    ErrCodeResourceTypeNotSupportedException = "ResourceTypeNotSupportedException"

    // ErrCodeS3LocationNotInServiceRegionException for service response error code
    // "S3LocationNotInServiceRegionException".
    //
    // The specified S3 bucket does not belong to the S3 region in which the service
    // is running. The following regions are supported:
    //
    //    * IAD/us-east-1
    //
    //    * PDX/us-west-2
    //
    //    * DUB/eu-west-1
    ErrCodeS3LocationNotInServiceRegionException = "S3LocationNotInServiceRegionException"

    // ErrCodeS3SubscriptionRequiredException for service response error code
    // "S3SubscriptionRequiredException".
    //
    // The specified account does not have a subscription to Amazon S3.
    ErrCodeS3SubscriptionRequiredException = "S3SubscriptionRequiredException"

    // ErrCodeServiceException for service response error code
    // "ElasticBeanstalkServiceException".
    //
    // A generic service exception has occurred.
    ErrCodeServiceException = "ElasticBeanstalkServiceException"

    // ErrCodeSourceBundleDeletionException for service response error code
    // "SourceBundleDeletionFailure".
    //
    // Unable to delete the Amazon S3 source bundle associated with the application
    // version. The application version was deleted successfully.
    ErrCodeSourceBundleDeletionException = "SourceBundleDeletionFailure"

    // ErrCodeTooManyApplicationVersionsException for service response error code
    // "TooManyApplicationVersionsException".
    //
    // The specified account has reached its limit of application versions.
    ErrCodeTooManyApplicationVersionsException = "TooManyApplicationVersionsException"

    // ErrCodeTooManyApplicationsException for service response error code
    // "TooManyApplicationsException".
    //
    // The specified account has reached its limit of applications.
    ErrCodeTooManyApplicationsException = "TooManyApplicationsException"

    // ErrCodeTooManyBucketsException for service response error code
    // "TooManyBucketsException".
    //
    // The specified account has reached its limit of Amazon S3 buckets.
    ErrCodeTooManyBucketsException = "TooManyBucketsException"

    // ErrCodeTooManyConfigurationTemplatesException for service response error code
    // "TooManyConfigurationTemplatesException".
    //
    // The specified account has reached its limit of configuration templates.
    ErrCodeTooManyConfigurationTemplatesException = "TooManyConfigurationTemplatesException"

    // ErrCodeTooManyEnvironmentsException for service response error code
    // "TooManyEnvironmentsException".
    //
    // The specified account has reached its limit of environments.
    ErrCodeTooManyEnvironmentsException = "TooManyEnvironmentsException"

    // ErrCodeTooManyPlatformsException for service response error code
    // "TooManyPlatformsException".
    //
    // You have exceeded the maximum number of allowed platforms associated with
    // the account.
    ErrCodeTooManyPlatformsException = "TooManyPlatformsException"

    // ErrCodeTooManyTagsException for service response error code
    // "TooManyTagsException".
    //
    // The number of tags in the resource would exceed the number of tags that each
    // resource can have.
    //
    // To calculate this, the operation considers both the number of tags the resource
    // already has and the tags this operation would add if it succeeded.
    ErrCodeTooManyTagsException = "TooManyTagsException"
)
const (
    ServiceName = "elasticbeanstalk"  // Name of service.
    EndpointsID = ServiceName         // ID to lookup a service endpoint with.
    ServiceID   = "Elastic Beanstalk" // ServiceID is a unique identifier of a specific service.
)

Service information constants

func ActionHistoryStatus_Values

func ActionHistoryStatus_Values() []string

ActionHistoryStatus_Values returns all elements of the ActionHistoryStatus enum

func ActionStatus_Values

func ActionStatus_Values() []string

ActionStatus_Values returns all elements of the ActionStatus enum

func ActionType_Values

func ActionType_Values() []string

ActionType_Values returns all elements of the ActionType enum

func ApplicationVersionStatus_Values

func ApplicationVersionStatus_Values() []string

ApplicationVersionStatus_Values returns all elements of the ApplicationVersionStatus enum

func ComputeType_Values

func ComputeType_Values() []string

ComputeType_Values returns all elements of the ComputeType enum

func ConfigurationDeploymentStatus_Values

func ConfigurationDeploymentStatus_Values() []string

ConfigurationDeploymentStatus_Values returns all elements of the ConfigurationDeploymentStatus enum

func ConfigurationOptionValueType_Values

func ConfigurationOptionValueType_Values() []string

ConfigurationOptionValueType_Values returns all elements of the ConfigurationOptionValueType enum

func EnvironmentHealthAttribute_Values

func EnvironmentHealthAttribute_Values() []string

EnvironmentHealthAttribute_Values returns all elements of the EnvironmentHealthAttribute enum

func EnvironmentHealthStatus_Values

func EnvironmentHealthStatus_Values() []string

EnvironmentHealthStatus_Values returns all elements of the EnvironmentHealthStatus enum

func EnvironmentHealth_Values

func EnvironmentHealth_Values() []string

EnvironmentHealth_Values returns all elements of the EnvironmentHealth enum

func EnvironmentInfoType_Values

func EnvironmentInfoType_Values() []string

EnvironmentInfoType_Values returns all elements of the EnvironmentInfoType enum

func EnvironmentStatus_Values

func EnvironmentStatus_Values() []string

EnvironmentStatus_Values returns all elements of the EnvironmentStatus enum

func EventSeverity_Values

func EventSeverity_Values() []string

EventSeverity_Values returns all elements of the EventSeverity enum

func FailureType_Values

func FailureType_Values() []string

FailureType_Values returns all elements of the FailureType enum

func InstancesHealthAttribute_Values

func InstancesHealthAttribute_Values() []string

InstancesHealthAttribute_Values returns all elements of the InstancesHealthAttribute enum

func PlatformStatus_Values

func PlatformStatus_Values() []string

PlatformStatus_Values returns all elements of the PlatformStatus enum

func SourceRepository_Values

func SourceRepository_Values() []string

SourceRepository_Values returns all elements of the SourceRepository enum

func SourceType_Values

func SourceType_Values() []string

SourceType_Values returns all elements of the SourceType enum

func ValidationSeverity_Values

func ValidationSeverity_Values() []string

ValidationSeverity_Values returns all elements of the ValidationSeverity enum

type AbortEnvironmentUpdateInput

type AbortEnvironmentUpdateInput struct {

    // This specifies the ID of the environment with the in-progress update that
    // you want to cancel.
    EnvironmentId *string `type:"string"`

    // This specifies the name of the environment with the in-progress update that
    // you want to cancel.
    EnvironmentName *string `min:"4" type:"string"`
    // contains filtered or unexported fields
}

func (AbortEnvironmentUpdateInput) GoString

func (s AbortEnvironmentUpdateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AbortEnvironmentUpdateInput) SetEnvironmentId

func (s *AbortEnvironmentUpdateInput) SetEnvironmentId(v string) *AbortEnvironmentUpdateInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*AbortEnvironmentUpdateInput) SetEnvironmentName

func (s *AbortEnvironmentUpdateInput) SetEnvironmentName(v string) *AbortEnvironmentUpdateInput

SetEnvironmentName sets the EnvironmentName field's value.

func (AbortEnvironmentUpdateInput) String

func (s AbortEnvironmentUpdateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AbortEnvironmentUpdateInput) Validate

func (s *AbortEnvironmentUpdateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AbortEnvironmentUpdateOutput

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

func (AbortEnvironmentUpdateOutput) GoString

func (s AbortEnvironmentUpdateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AbortEnvironmentUpdateOutput) String

func (s AbortEnvironmentUpdateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationDescription

type ApplicationDescription struct {

    // The Amazon Resource Name (ARN) of the application.
    ApplicationArn *string `type:"string"`

    // The name of the application.
    ApplicationName *string `min:"1" type:"string"`

    // The names of the configuration templates associated with this application.
    ConfigurationTemplates []*string `type:"list"`

    // The date when the application was created.
    DateCreated *time.Time `type:"timestamp"`

    // The date when the application was last modified.
    DateUpdated *time.Time `type:"timestamp"`

    // User-defined description of the application.
    Description *string `type:"string"`

    // The lifecycle settings for the application.
    ResourceLifecycleConfig *ApplicationResourceLifecycleConfig `type:"structure"`

    // The names of the versions for this application.
    Versions []*string `type:"list"`
    // contains filtered or unexported fields
}

Describes the properties of an application.

func (ApplicationDescription) GoString

func (s ApplicationDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationDescription) SetApplicationArn

func (s *ApplicationDescription) SetApplicationArn(v string) *ApplicationDescription

SetApplicationArn sets the ApplicationArn field's value.

func (*ApplicationDescription) SetApplicationName

func (s *ApplicationDescription) SetApplicationName(v string) *ApplicationDescription

SetApplicationName sets the ApplicationName field's value.

func (*ApplicationDescription) SetConfigurationTemplates

func (s *ApplicationDescription) SetConfigurationTemplates(v []*string) *ApplicationDescription

SetConfigurationTemplates sets the ConfigurationTemplates field's value.

func (*ApplicationDescription) SetDateCreated

func (s *ApplicationDescription) SetDateCreated(v time.Time) *ApplicationDescription

SetDateCreated sets the DateCreated field's value.

func (*ApplicationDescription) SetDateUpdated

func (s *ApplicationDescription) SetDateUpdated(v time.Time) *ApplicationDescription

SetDateUpdated sets the DateUpdated field's value.

func (*ApplicationDescription) SetDescription

func (s *ApplicationDescription) SetDescription(v string) *ApplicationDescription

SetDescription sets the Description field's value.

func (*ApplicationDescription) SetResourceLifecycleConfig

func (s *ApplicationDescription) SetResourceLifecycleConfig(v *ApplicationResourceLifecycleConfig) *ApplicationDescription

SetResourceLifecycleConfig sets the ResourceLifecycleConfig field's value.

func (*ApplicationDescription) SetVersions

func (s *ApplicationDescription) SetVersions(v []*string) *ApplicationDescription

SetVersions sets the Versions field's value.

func (ApplicationDescription) String

func (s ApplicationDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationDescriptionMessage

type ApplicationDescriptionMessage struct {

    // The ApplicationDescription of the application.
    Application *ApplicationDescription `type:"structure"`
    // contains filtered or unexported fields
}

Result message containing a single description of an application.

func (ApplicationDescriptionMessage) GoString

func (s ApplicationDescriptionMessage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationDescriptionMessage) SetApplication

func (s *ApplicationDescriptionMessage) SetApplication(v *ApplicationDescription) *ApplicationDescriptionMessage

SetApplication sets the Application field's value.

func (ApplicationDescriptionMessage) String

func (s ApplicationDescriptionMessage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationMetrics

type ApplicationMetrics struct {

    // The amount of time that the metrics cover (usually 10 seconds). For example,
    // you might have 5 requests (request_count) within the most recent time slice
    // of 10 seconds (duration).
    Duration *int64 `type:"integer"`

    // Represents the average latency for the slowest X percent of requests over
    // the last 10 seconds. Latencies are in seconds with one millisecond resolution.
    Latency *Latency `type:"structure"`

    // Average number of requests handled by the web server per second over the
    // last 10 seconds.
    RequestCount *int64 `type:"integer"`

    // Represents the percentage of requests over the last 10 seconds that resulted
    // in each type of status code response.
    StatusCodes *StatusCodes `type:"structure"`
    // contains filtered or unexported fields
}

Application request metrics for an AWS Elastic Beanstalk environment.

func (ApplicationMetrics) GoString

func (s ApplicationMetrics) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationMetrics) SetDuration

func (s *ApplicationMetrics) SetDuration(v int64) *ApplicationMetrics

SetDuration sets the Duration field's value.

func (*ApplicationMetrics) SetLatency

func (s *ApplicationMetrics) SetLatency(v *Latency) *ApplicationMetrics

SetLatency sets the Latency field's value.

func (*ApplicationMetrics) SetRequestCount

func (s *ApplicationMetrics) SetRequestCount(v int64) *ApplicationMetrics

SetRequestCount sets the RequestCount field's value.

func (*ApplicationMetrics) SetStatusCodes

func (s *ApplicationMetrics) SetStatusCodes(v *StatusCodes) *ApplicationMetrics

SetStatusCodes sets the StatusCodes field's value.

func (ApplicationMetrics) String

func (s ApplicationMetrics) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationResourceLifecycleConfig

type ApplicationResourceLifecycleConfig struct {

    // The ARN of an IAM service role that Elastic Beanstalk has permission to assume.
    //
    // The ServiceRole property is required the first time that you provide a VersionLifecycleConfig
    // for the application in one of the supporting calls (CreateApplication or
    // UpdateApplicationResourceLifecycle). After you provide it once, in either
    // one of the calls, Elastic Beanstalk persists the Service Role with the application,
    // and you don't need to specify it again in subsequent UpdateApplicationResourceLifecycle
    // calls. You can, however, specify it in subsequent calls to change the Service
    // Role to another value.
    ServiceRole *string `type:"string"`

    // Defines lifecycle settings for application versions.
    VersionLifecycleConfig *ApplicationVersionLifecycleConfig `type:"structure"`
    // contains filtered or unexported fields
}

The resource lifecycle configuration for an application. Defines lifecycle settings for resources that belong to the application, and the service role that AWS Elastic Beanstalk assumes in order to apply lifecycle settings. The version lifecycle configuration defines lifecycle settings for application versions.

func (ApplicationResourceLifecycleConfig) GoString

func (s ApplicationResourceLifecycleConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationResourceLifecycleConfig) SetServiceRole

func (s *ApplicationResourceLifecycleConfig) SetServiceRole(v string) *ApplicationResourceLifecycleConfig

SetServiceRole sets the ServiceRole field's value.

func (*ApplicationResourceLifecycleConfig) SetVersionLifecycleConfig

func (s *ApplicationResourceLifecycleConfig) SetVersionLifecycleConfig(v *ApplicationVersionLifecycleConfig) *ApplicationResourceLifecycleConfig

SetVersionLifecycleConfig sets the VersionLifecycleConfig field's value.

func (ApplicationResourceLifecycleConfig) String

func (s ApplicationResourceLifecycleConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationResourceLifecycleConfig) Validate

func (s *ApplicationResourceLifecycleConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ApplicationVersionDescription

type ApplicationVersionDescription struct {

    // The name of the application to which the application version belongs.
    ApplicationName *string `min:"1" type:"string"`

    // The Amazon Resource Name (ARN) of the application version.
    ApplicationVersionArn *string `type:"string"`

    // Reference to the artifact from the AWS CodeBuild build.
    BuildArn *string `type:"string"`

    // The creation date of the application version.
    DateCreated *time.Time `type:"timestamp"`

    // The last modified date of the application version.
    DateUpdated *time.Time `type:"timestamp"`

    // The description of the application version.
    Description *string `type:"string"`

    // If the version's source code was retrieved from AWS CodeCommit, the location
    // of the source code for the application version.
    SourceBuildInformation *SourceBuildInformation `type:"structure"`

    // The storage location of the application version's source bundle in Amazon
    // S3.
    SourceBundle *S3Location `type:"structure"`

    // The processing status of the application version. Reflects the state of the
    // application version during its creation. Many of the values are only applicable
    // if you specified True for the Process parameter of the CreateApplicationVersion
    // action. The following list describes the possible values.
    //
    //    * Unprocessed – Application version wasn't pre-processed or validated.
    //    Elastic Beanstalk will validate configuration files during deployment
    //    of the application version to an environment.
    //
    //    * Processing – Elastic Beanstalk is currently processing the application
    //    version.
    //
    //    * Building – Application version is currently undergoing an AWS CodeBuild
    //    build.
    //
    //    * Processed – Elastic Beanstalk was successfully pre-processed and validated.
    //
    //    * Failed – Either the AWS CodeBuild build failed or configuration files
    //    didn't pass validation. This application version isn't usable.
    Status *string `type:"string" enum:"ApplicationVersionStatus"`

    // A unique identifier for the application version.
    VersionLabel *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes the properties of an application version.

func (ApplicationVersionDescription) GoString

func (s ApplicationVersionDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationVersionDescription) SetApplicationName

func (s *ApplicationVersionDescription) SetApplicationName(v string) *ApplicationVersionDescription

SetApplicationName sets the ApplicationName field's value.

func (*ApplicationVersionDescription) SetApplicationVersionArn

func (s *ApplicationVersionDescription) SetApplicationVersionArn(v string) *ApplicationVersionDescription

SetApplicationVersionArn sets the ApplicationVersionArn field's value.

func (*ApplicationVersionDescription) SetBuildArn

func (s *ApplicationVersionDescription) SetBuildArn(v string) *ApplicationVersionDescription

SetBuildArn sets the BuildArn field's value.

func (*ApplicationVersionDescription) SetDateCreated

func (s *ApplicationVersionDescription) SetDateCreated(v time.Time) *ApplicationVersionDescription

SetDateCreated sets the DateCreated field's value.

func (*ApplicationVersionDescription) SetDateUpdated

func (s *ApplicationVersionDescription) SetDateUpdated(v time.Time) *ApplicationVersionDescription

SetDateUpdated sets the DateUpdated field's value.

func (*ApplicationVersionDescription) SetDescription

func (s *ApplicationVersionDescription) SetDescription(v string) *ApplicationVersionDescription

SetDescription sets the Description field's value.

func (*ApplicationVersionDescription) SetSourceBuildInformation

func (s *ApplicationVersionDescription) SetSourceBuildInformation(v *SourceBuildInformation) *ApplicationVersionDescription

SetSourceBuildInformation sets the SourceBuildInformation field's value.

func (*ApplicationVersionDescription) SetSourceBundle

func (s *ApplicationVersionDescription) SetSourceBundle(v *S3Location) *ApplicationVersionDescription

SetSourceBundle sets the SourceBundle field's value.

func (*ApplicationVersionDescription) SetStatus

func (s *ApplicationVersionDescription) SetStatus(v string) *ApplicationVersionDescription

SetStatus sets the Status field's value.

func (*ApplicationVersionDescription) SetVersionLabel

func (s *ApplicationVersionDescription) SetVersionLabel(v string) *ApplicationVersionDescription

SetVersionLabel sets the VersionLabel field's value.

func (ApplicationVersionDescription) String

func (s ApplicationVersionDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationVersionDescriptionMessage

type ApplicationVersionDescriptionMessage struct {

    // The ApplicationVersionDescription of the application version.
    ApplicationVersion *ApplicationVersionDescription `type:"structure"`
    // contains filtered or unexported fields
}

Result message wrapping a single description of an application version.

func (ApplicationVersionDescriptionMessage) GoString

func (s ApplicationVersionDescriptionMessage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationVersionDescriptionMessage) SetApplicationVersion

func (s *ApplicationVersionDescriptionMessage) SetApplicationVersion(v *ApplicationVersionDescription) *ApplicationVersionDescriptionMessage

SetApplicationVersion sets the ApplicationVersion field's value.

func (ApplicationVersionDescriptionMessage) String

func (s ApplicationVersionDescriptionMessage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ApplicationVersionLifecycleConfig

type ApplicationVersionLifecycleConfig struct {

    // Specify a max age rule to restrict the length of time that application versions
    // are retained for an application.
    MaxAgeRule *MaxAgeRule `type:"structure"`

    // Specify a max count rule to restrict the number of application versions that
    // are retained for an application.
    MaxCountRule *MaxCountRule `type:"structure"`
    // contains filtered or unexported fields
}

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

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

func (ApplicationVersionLifecycleConfig) GoString

func (s ApplicationVersionLifecycleConfig) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationVersionLifecycleConfig) SetMaxAgeRule

func (s *ApplicationVersionLifecycleConfig) SetMaxAgeRule(v *MaxAgeRule) *ApplicationVersionLifecycleConfig

SetMaxAgeRule sets the MaxAgeRule field's value.

func (*ApplicationVersionLifecycleConfig) SetMaxCountRule

func (s *ApplicationVersionLifecycleConfig) SetMaxCountRule(v *MaxCountRule) *ApplicationVersionLifecycleConfig

SetMaxCountRule sets the MaxCountRule field's value.

func (ApplicationVersionLifecycleConfig) String

func (s ApplicationVersionLifecycleConfig) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplicationVersionLifecycleConfig) Validate

func (s *ApplicationVersionLifecycleConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ApplyEnvironmentManagedActionInput

type ApplyEnvironmentManagedActionInput struct {

    // The action ID of the scheduled managed action to execute.
    //
    // ActionId is a required field
    ActionId *string `type:"string" required:"true"`

    // The environment ID of the target environment.
    EnvironmentId *string `type:"string"`

    // The name of the target environment.
    EnvironmentName *string `type:"string"`
    // contains filtered or unexported fields
}

Request to execute a scheduled managed action immediately.

func (ApplyEnvironmentManagedActionInput) GoString

func (s ApplyEnvironmentManagedActionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplyEnvironmentManagedActionInput) SetActionId

func (s *ApplyEnvironmentManagedActionInput) SetActionId(v string) *ApplyEnvironmentManagedActionInput

SetActionId sets the ActionId field's value.

func (*ApplyEnvironmentManagedActionInput) SetEnvironmentId

func (s *ApplyEnvironmentManagedActionInput) SetEnvironmentId(v string) *ApplyEnvironmentManagedActionInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*ApplyEnvironmentManagedActionInput) SetEnvironmentName

func (s *ApplyEnvironmentManagedActionInput) SetEnvironmentName(v string) *ApplyEnvironmentManagedActionInput

SetEnvironmentName sets the EnvironmentName field's value.

func (ApplyEnvironmentManagedActionInput) String

func (s ApplyEnvironmentManagedActionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplyEnvironmentManagedActionInput) Validate

func (s *ApplyEnvironmentManagedActionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ApplyEnvironmentManagedActionOutput

type ApplyEnvironmentManagedActionOutput struct {

    // A description of the managed action.
    ActionDescription *string `type:"string"`

    // The action ID of the managed action.
    ActionId *string `type:"string"`

    // The type of managed action.
    ActionType *string `type:"string" enum:"ActionType"`

    // The status of the managed action.
    Status *string `type:"string"`
    // contains filtered or unexported fields
}

The result message containing information about the managed action.

func (ApplyEnvironmentManagedActionOutput) GoString

func (s ApplyEnvironmentManagedActionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ApplyEnvironmentManagedActionOutput) SetActionDescription

func (s *ApplyEnvironmentManagedActionOutput) SetActionDescription(v string) *ApplyEnvironmentManagedActionOutput

SetActionDescription sets the ActionDescription field's value.

func (*ApplyEnvironmentManagedActionOutput) SetActionId

func (s *ApplyEnvironmentManagedActionOutput) SetActionId(v string) *ApplyEnvironmentManagedActionOutput

SetActionId sets the ActionId field's value.

func (*ApplyEnvironmentManagedActionOutput) SetActionType

func (s *ApplyEnvironmentManagedActionOutput) SetActionType(v string) *ApplyEnvironmentManagedActionOutput

SetActionType sets the ActionType field's value.

func (*ApplyEnvironmentManagedActionOutput) SetStatus

func (s *ApplyEnvironmentManagedActionOutput) SetStatus(v string) *ApplyEnvironmentManagedActionOutput

SetStatus sets the Status field's value.

func (ApplyEnvironmentManagedActionOutput) String

func (s ApplyEnvironmentManagedActionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssociateEnvironmentOperationsRoleInput

type AssociateEnvironmentOperationsRoleInput struct {

    // The name of the environment to which to set the operations role.
    //
    // EnvironmentName is a required field
    EnvironmentName *string `min:"4" type:"string" required:"true"`

    // The Amazon Resource Name (ARN) of an existing IAM role to be used as the
    // environment's operations role.
    //
    // OperationsRole is a required field
    OperationsRole *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (AssociateEnvironmentOperationsRoleInput) GoString

func (s AssociateEnvironmentOperationsRoleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateEnvironmentOperationsRoleInput) SetEnvironmentName

func (s *AssociateEnvironmentOperationsRoleInput) SetEnvironmentName(v string) *AssociateEnvironmentOperationsRoleInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*AssociateEnvironmentOperationsRoleInput) SetOperationsRole

func (s *AssociateEnvironmentOperationsRoleInput) SetOperationsRole(v string) *AssociateEnvironmentOperationsRoleInput

SetOperationsRole sets the OperationsRole field's value.

func (AssociateEnvironmentOperationsRoleInput) String

func (s AssociateEnvironmentOperationsRoleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssociateEnvironmentOperationsRoleInput) Validate

func (s *AssociateEnvironmentOperationsRoleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateEnvironmentOperationsRoleOutput

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

func (AssociateEnvironmentOperationsRoleOutput) GoString

func (s AssociateEnvironmentOperationsRoleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AssociateEnvironmentOperationsRoleOutput) String

func (s AssociateEnvironmentOperationsRoleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AutoScalingGroup

type AutoScalingGroup struct {

    // The name of the AutoScalingGroup .
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an Auto Scaling launch configuration.

func (AutoScalingGroup) GoString

func (s AutoScalingGroup) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutoScalingGroup) SetName

func (s *AutoScalingGroup) SetName(v string) *AutoScalingGroup

SetName sets the Name field's value.

func (AutoScalingGroup) String

func (s AutoScalingGroup) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BuildConfiguration

type BuildConfiguration struct {

    // The name of the artifact of the CodeBuild build. If provided, Elastic Beanstalk
    // stores the build artifact in the S3 location S3-bucket/resources/application-name/codebuild/codebuild-version-label-artifact-name.zip.
    // If not provided, Elastic Beanstalk stores the build artifact in the S3 location
    // S3-bucket/resources/application-name/codebuild/codebuild-version-label.zip.
    ArtifactName *string `type:"string"`

    // The Amazon Resource Name (ARN) of the AWS Identity and Access Management
    // (IAM) role that enables AWS CodeBuild to interact with dependent AWS services
    // on behalf of the AWS account.
    //
    // CodeBuildServiceRole is a required field
    CodeBuildServiceRole *string `type:"string" required:"true"`

    // Information about the compute resources the build project will use.
    //
    //    * BUILD_GENERAL1_SMALL: Use up to 3 GB memory and 2 vCPUs for builds
    //
    //    * BUILD_GENERAL1_MEDIUM: Use up to 7 GB memory and 4 vCPUs for builds
    //
    //    * BUILD_GENERAL1_LARGE: Use up to 15 GB memory and 8 vCPUs for builds
    ComputeType *string `type:"string" enum:"ComputeType"`

    // The ID of the Docker image to use for this build project.
    //
    // Image is a required field
    Image *string `type:"string" required:"true"`

    // How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until
    // timing out any related build that does not get marked as completed. The default
    // is 60 minutes.
    TimeoutInMinutes *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Settings for an AWS CodeBuild build.

func (BuildConfiguration) GoString

func (s BuildConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuildConfiguration) SetArtifactName

func (s *BuildConfiguration) SetArtifactName(v string) *BuildConfiguration

SetArtifactName sets the ArtifactName field's value.

func (*BuildConfiguration) SetCodeBuildServiceRole

func (s *BuildConfiguration) SetCodeBuildServiceRole(v string) *BuildConfiguration

SetCodeBuildServiceRole sets the CodeBuildServiceRole field's value.

func (*BuildConfiguration) SetComputeType

func (s *BuildConfiguration) SetComputeType(v string) *BuildConfiguration

SetComputeType sets the ComputeType field's value.

func (*BuildConfiguration) SetImage

func (s *BuildConfiguration) SetImage(v string) *BuildConfiguration

SetImage sets the Image field's value.

func (*BuildConfiguration) SetTimeoutInMinutes

func (s *BuildConfiguration) SetTimeoutInMinutes(v int64) *BuildConfiguration

SetTimeoutInMinutes sets the TimeoutInMinutes field's value.

func (BuildConfiguration) String

func (s BuildConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BuildConfiguration) Validate

func (s *BuildConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Builder

type Builder struct {

    // The ARN of the builder.
    ARN *string `type:"string"`
    // contains filtered or unexported fields
}

The builder used to build the custom platform.

func (Builder) GoString

func (s Builder) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Builder) SetARN

func (s *Builder) SetARN(v string) *Builder

SetARN sets the ARN field's value.

func (Builder) String

func (s Builder) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CPUUtilization

type CPUUtilization struct {

    // Available on Linux environments only.
    //
    // Percentage of time that the CPU has spent in the I/O Wait state over the
    // last 10 seconds.
    IOWait *float64 `type:"double"`

    // Available on Linux environments only.
    //
    // Percentage of time that the CPU has spent in the IRQ state over the last
    // 10 seconds.
    IRQ *float64 `type:"double"`

    // Percentage of time that the CPU has spent in the Idle state over the last
    // 10 seconds.
    Idle *float64 `type:"double"`

    // Available on Linux environments only.
    //
    // Percentage of time that the CPU has spent in the Nice state over the last
    // 10 seconds.
    Nice *float64 `type:"double"`

    // Available on Windows environments only.
    //
    // Percentage of time that the CPU has spent in the Privileged state over the
    // last 10 seconds.
    Privileged *float64 `type:"double"`

    // Available on Linux environments only.
    //
    // Percentage of time that the CPU has spent in the SoftIRQ state over the last
    // 10 seconds.
    SoftIRQ *float64 `type:"double"`

    // Available on Linux environments only.
    //
    // Percentage of time that the CPU has spent in the System state over the last
    // 10 seconds.
    System *float64 `type:"double"`

    // Percentage of time that the CPU has spent in the User state over the last
    // 10 seconds.
    User *float64 `type:"double"`
    // contains filtered or unexported fields
}

CPU utilization metrics for an instance.

func (CPUUtilization) GoString

func (s CPUUtilization) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CPUUtilization) SetIOWait

func (s *CPUUtilization) SetIOWait(v float64) *CPUUtilization

SetIOWait sets the IOWait field's value.

func (*CPUUtilization) SetIRQ

func (s *CPUUtilization) SetIRQ(v float64) *CPUUtilization

SetIRQ sets the IRQ field's value.

func (*CPUUtilization) SetIdle

func (s *CPUUtilization) SetIdle(v float64) *CPUUtilization

SetIdle sets the Idle field's value.

func (*CPUUtilization) SetNice

func (s *CPUUtilization) SetNice(v float64) *CPUUtilization

SetNice sets the Nice field's value.

func (*CPUUtilization) SetPrivileged

func (s *CPUUtilization) SetPrivileged(v float64) *CPUUtilization

SetPrivileged sets the Privileged field's value.

func (*CPUUtilization) SetSoftIRQ

func (s *CPUUtilization) SetSoftIRQ(v float64) *CPUUtilization

SetSoftIRQ sets the SoftIRQ field's value.

func (*CPUUtilization) SetSystem

func (s *CPUUtilization) SetSystem(v float64) *CPUUtilization

SetSystem sets the System field's value.

func (*CPUUtilization) SetUser

func (s *CPUUtilization) SetUser(v float64) *CPUUtilization

SetUser sets the User field's value.

func (CPUUtilization) String

func (s CPUUtilization) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CheckDNSAvailabilityInput

type CheckDNSAvailabilityInput struct {

    // The prefix used when this CNAME is reserved.
    //
    // CNAMEPrefix is a required field
    CNAMEPrefix *string `min:"4" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Results message indicating whether a CNAME is available.

func (CheckDNSAvailabilityInput) GoString

func (s CheckDNSAvailabilityInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckDNSAvailabilityInput) SetCNAMEPrefix

func (s *CheckDNSAvailabilityInput) SetCNAMEPrefix(v string) *CheckDNSAvailabilityInput

SetCNAMEPrefix sets the CNAMEPrefix field's value.

func (CheckDNSAvailabilityInput) String

func (s CheckDNSAvailabilityInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckDNSAvailabilityInput) Validate

func (s *CheckDNSAvailabilityInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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 `type:"boolean"`

    // The fully qualified CNAME to reserve when CreateEnvironment is called with
    // the provided prefix.
    FullyQualifiedCNAME *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Indicates if the specified CNAME is available.

func (CheckDNSAvailabilityOutput) GoString

func (s CheckDNSAvailabilityOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CheckDNSAvailabilityOutput) SetAvailable

func (s *CheckDNSAvailabilityOutput) SetAvailable(v bool) *CheckDNSAvailabilityOutput

SetAvailable sets the Available field's value.

func (*CheckDNSAvailabilityOutput) SetFullyQualifiedCNAME

func (s *CheckDNSAvailabilityOutput) SetFullyQualifiedCNAME(v string) *CheckDNSAvailabilityOutput

SetFullyQualifiedCNAME sets the FullyQualifiedCNAME field's value.

func (CheckDNSAvailabilityOutput) String

func (s CheckDNSAvailabilityOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ComposeEnvironmentsInput

type ComposeEnvironmentsInput struct {

    // The name of the application to which the specified source bundles belong.
    ApplicationName *string `min:"1" type:"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 `min:"1" type:"string"`

    // 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 `type:"list"`
    // contains filtered or unexported fields
}

Request to create or update a group of environments.

func (ComposeEnvironmentsInput) GoString

func (s ComposeEnvironmentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComposeEnvironmentsInput) SetApplicationName

func (s *ComposeEnvironmentsInput) SetApplicationName(v string) *ComposeEnvironmentsInput

SetApplicationName sets the ApplicationName field's value.

func (*ComposeEnvironmentsInput) SetGroupName

func (s *ComposeEnvironmentsInput) SetGroupName(v string) *ComposeEnvironmentsInput

SetGroupName sets the GroupName field's value.

func (*ComposeEnvironmentsInput) SetVersionLabels

func (s *ComposeEnvironmentsInput) SetVersionLabels(v []*string) *ComposeEnvironmentsInput

SetVersionLabels sets the VersionLabels field's value.

func (ComposeEnvironmentsInput) String

func (s ComposeEnvironmentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ComposeEnvironmentsInput) Validate

func (s *ComposeEnvironmentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConfigurationOptionDescription

type ConfigurationOptionDescription struct {

    // An indication of which action is required if the value for this configuration
    // option changes:
    //
    //    * NoInterruption : There is no interruption to the environment or application
    //    availability.
    //
    //    * RestartEnvironment : The environment is entirely restarted, all AWS
    //    resources are deleted and recreated, and the environment is unavailable
    //    during the process.
    //
    //    * RestartApplicationServer : The environment is available the entire time.
    //    However, a short application outage occurs when the application servers
    //    on the running Amazon EC2 instances are restarted.
    ChangeSeverity *string `type:"string"`

    // The default value for this configuration option.
    DefaultValue *string `type:"string"`

    // If specified, the configuration option must be a string value no longer than
    // this value.
    MaxLength *int64 `type:"integer"`

    // If specified, the configuration option must be a numeric value less than
    // this value.
    MaxValue *int64 `type:"integer"`

    // If specified, the configuration option must be a numeric value greater than
    // this value.
    MinValue *int64 `type:"integer"`

    // The name of the configuration option.
    Name *string `type:"string"`

    // A unique namespace identifying the option's associated AWS resource.
    Namespace *string `type:"string"`

    // If specified, the configuration option must be a string value that satisfies
    // this regular expression.
    Regex *OptionRestrictionRegex `type:"structure"`

    // An indication of whether the user defined this configuration option:
    //
    //    * true : This configuration option was defined by the user. It is a valid
    //    choice for specifying if this as an Option to Remove when updating configuration
    //    settings.
    //
    //    * false : This configuration was not defined by the user.
    //
    // Constraint: You can remove only UserDefined options from a configuration.
    //
    // Valid Values: true | false
    UserDefined *bool `type:"boolean"`

    // If specified, values for the configuration option are selected from this
    // list.
    ValueOptions []*string `type:"list"`

    // An indication of which type of values this option has and whether it is allowable
    // to select one or more than one of the possible values:
    //
    //    * Scalar : Values for this option are a single selection from the possible
    //    values, or an unformatted string, or numeric value governed by the MIN/MAX/Regex
    //    constraints.
    //
    //    * List : Values for this option are multiple selections from the possible
    //    values.
    //
    //    * Boolean : Values for this option are either true or false .
    //
    //    * Json : Values for this option are a JSON representation of a ConfigDocument.
    ValueType *string `type:"string" enum:"ConfigurationOptionValueType"`
    // contains filtered or unexported fields
}

Describes the possible values for a configuration option.

func (ConfigurationOptionDescription) GoString

func (s ConfigurationOptionDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigurationOptionDescription) SetChangeSeverity

func (s *ConfigurationOptionDescription) SetChangeSeverity(v string) *ConfigurationOptionDescription

SetChangeSeverity sets the ChangeSeverity field's value.

func (*ConfigurationOptionDescription) SetDefaultValue

func (s *ConfigurationOptionDescription) SetDefaultValue(v string) *ConfigurationOptionDescription

SetDefaultValue sets the DefaultValue field's value.

func (*ConfigurationOptionDescription) SetMaxLength

func (s *ConfigurationOptionDescription) SetMaxLength(v int64) *ConfigurationOptionDescription

SetMaxLength sets the MaxLength field's value.

func (*ConfigurationOptionDescription) SetMaxValue

func (s *ConfigurationOptionDescription) SetMaxValue(v int64) *ConfigurationOptionDescription

SetMaxValue sets the MaxValue field's value.

func (*ConfigurationOptionDescription) SetMinValue

func (s *ConfigurationOptionDescription) SetMinValue(v int64) *ConfigurationOptionDescription

SetMinValue sets the MinValue field's value.

func (*ConfigurationOptionDescription) SetName

func (s *ConfigurationOptionDescription) SetName(v string) *ConfigurationOptionDescription

SetName sets the Name field's value.

func (*ConfigurationOptionDescription) SetNamespace

func (s *ConfigurationOptionDescription) SetNamespace(v string) *ConfigurationOptionDescription

SetNamespace sets the Namespace field's value.

func (*ConfigurationOptionDescription) SetRegex

func (s *ConfigurationOptionDescription) SetRegex(v *OptionRestrictionRegex) *ConfigurationOptionDescription

SetRegex sets the Regex field's value.

func (*ConfigurationOptionDescription) SetUserDefined

func (s *ConfigurationOptionDescription) SetUserDefined(v bool) *ConfigurationOptionDescription

SetUserDefined sets the UserDefined field's value.

func (*ConfigurationOptionDescription) SetValueOptions

func (s *ConfigurationOptionDescription) SetValueOptions(v []*string) *ConfigurationOptionDescription

SetValueOptions sets the ValueOptions field's value.

func (*ConfigurationOptionDescription) SetValueType

func (s *ConfigurationOptionDescription) SetValueType(v string) *ConfigurationOptionDescription

SetValueType sets the ValueType field's value.

func (ConfigurationOptionDescription) String

func (s ConfigurationOptionDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConfigurationOptionSetting

type ConfigurationOptionSetting struct {

    // A unique namespace that identifies the option's associated AWS resource.
    Namespace *string `type:"string"`

    // The name of the configuration option.
    OptionName *string `type:"string"`

    // A unique resource name for the option setting. Use it for a time–based
    // scaling configuration option.
    ResourceName *string `min:"1" type:"string"`

    // The current value for the configuration option.
    Value *string `type:"string"`
    // contains filtered or unexported fields
}

A specification identifying an individual configuration option along with its current value. For a list of possible namespaces and option values, see Option Values (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html) in the AWS Elastic Beanstalk Developer Guide.

func (ConfigurationOptionSetting) GoString

func (s ConfigurationOptionSetting) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigurationOptionSetting) SetNamespace

func (s *ConfigurationOptionSetting) SetNamespace(v string) *ConfigurationOptionSetting

SetNamespace sets the Namespace field's value.

func (*ConfigurationOptionSetting) SetOptionName

func (s *ConfigurationOptionSetting) SetOptionName(v string) *ConfigurationOptionSetting

SetOptionName sets the OptionName field's value.

func (*ConfigurationOptionSetting) SetResourceName

func (s *ConfigurationOptionSetting) SetResourceName(v string) *ConfigurationOptionSetting

SetResourceName sets the ResourceName field's value.

func (*ConfigurationOptionSetting) SetValue

func (s *ConfigurationOptionSetting) SetValue(v string) *ConfigurationOptionSetting

SetValue sets the Value field's value.

func (ConfigurationOptionSetting) String

func (s ConfigurationOptionSetting) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigurationOptionSetting) Validate

func (s *ConfigurationOptionSetting) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ConfigurationSettingsDescription

type ConfigurationSettingsDescription struct {

    // The name of the application associated with this configuration set.
    ApplicationName *string `min:"1" type:"string"`

    // The date (in UTC time) when this configuration set was created.
    DateCreated *time.Time `type:"timestamp"`

    // The date (in UTC time) when this configuration set was last modified.
    DateUpdated *time.Time `type:"timestamp"`

    // 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 *string `type:"string" enum:"ConfigurationDeploymentStatus"`

    // Describes this configuration set.
    Description *string `type:"string"`

    // If not null, the name of the environment for this configuration set.
    EnvironmentName *string `min:"4" type:"string"`

    // A list of the configuration options and their values in this configuration
    // set.
    OptionSettings []*ConfigurationOptionSetting `type:"list"`

    // The ARN of the platform version.
    PlatformArn *string `type:"string"`

    // The name of the solution stack this configuration set uses.
    SolutionStackName *string `type:"string"`

    // If not null, the name of the configuration template for this configuration
    // set.
    TemplateName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes the settings for a configuration set.

func (ConfigurationSettingsDescription) GoString

func (s ConfigurationSettingsDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConfigurationSettingsDescription) SetApplicationName

func (s *ConfigurationSettingsDescription) SetApplicationName(v string) *ConfigurationSettingsDescription

SetApplicationName sets the ApplicationName field's value.

func (*ConfigurationSettingsDescription) SetDateCreated

func (s *ConfigurationSettingsDescription) SetDateCreated(v time.Time) *ConfigurationSettingsDescription

SetDateCreated sets the DateCreated field's value.

func (*ConfigurationSettingsDescription) SetDateUpdated

func (s *ConfigurationSettingsDescription) SetDateUpdated(v time.Time) *ConfigurationSettingsDescription

SetDateUpdated sets the DateUpdated field's value.

func (*ConfigurationSettingsDescription) SetDeploymentStatus

func (s *ConfigurationSettingsDescription) SetDeploymentStatus(v string) *ConfigurationSettingsDescription

SetDeploymentStatus sets the DeploymentStatus field's value.

func (*ConfigurationSettingsDescription) SetDescription

func (s *ConfigurationSettingsDescription) SetDescription(v string) *ConfigurationSettingsDescription

SetDescription sets the Description field's value.

func (*ConfigurationSettingsDescription) SetEnvironmentName

func (s *ConfigurationSettingsDescription) SetEnvironmentName(v string) *ConfigurationSettingsDescription

SetEnvironmentName sets the EnvironmentName field's value.

func (*ConfigurationSettingsDescription) SetOptionSettings

func (s *ConfigurationSettingsDescription) SetOptionSettings(v []*ConfigurationOptionSetting) *ConfigurationSettingsDescription

SetOptionSettings sets the OptionSettings field's value.

func (*ConfigurationSettingsDescription) SetPlatformArn

func (s *ConfigurationSettingsDescription) SetPlatformArn(v string) *ConfigurationSettingsDescription

SetPlatformArn sets the PlatformArn field's value.

func (*ConfigurationSettingsDescription) SetSolutionStackName

func (s *ConfigurationSettingsDescription) SetSolutionStackName(v string) *ConfigurationSettingsDescription

SetSolutionStackName sets the SolutionStackName field's value.

func (*ConfigurationSettingsDescription) SetTemplateName

func (s *ConfigurationSettingsDescription) SetTemplateName(v string) *ConfigurationSettingsDescription

SetTemplateName sets the TemplateName field's value.

func (ConfigurationSettingsDescription) String

func (s ConfigurationSettingsDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateApplicationInput

type CreateApplicationInput struct {

    // The name of the application. Must be unique within your account.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // Your description of the application.
    Description *string `type:"string"`

    // Specifies an application resource lifecycle configuration to prevent your
    // application from accumulating too many versions.
    ResourceLifecycleConfig *ApplicationResourceLifecycleConfig `type:"structure"`

    // 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 []*Tag `type:"list"`
    // contains filtered or unexported fields
}

Request to create an application.

func (CreateApplicationInput) GoString

func (s CreateApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationInput) SetApplicationName

func (s *CreateApplicationInput) SetApplicationName(v string) *CreateApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*CreateApplicationInput) SetDescription

func (s *CreateApplicationInput) SetDescription(v string) *CreateApplicationInput

SetDescription sets the Description field's value.

func (*CreateApplicationInput) SetResourceLifecycleConfig

func (s *CreateApplicationInput) SetResourceLifecycleConfig(v *ApplicationResourceLifecycleConfig) *CreateApplicationInput

SetResourceLifecycleConfig sets the ResourceLifecycleConfig field's value.

func (*CreateApplicationInput) SetTags

func (s *CreateApplicationInput) SetTags(v []*Tag) *CreateApplicationInput

SetTags sets the Tags field's value.

func (CreateApplicationInput) String

func (s CreateApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationInput) Validate

func (s *CreateApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateApplicationVersionInput

type CreateApplicationVersionInput struct {

    // The name of the application. If no application is found with this name, and
    // AutoCreateApplication is false, returns an InvalidParameterValue error.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // Set to true to create an application with the specified name if it doesn't
    // already exist.
    AutoCreateApplication *bool `type:"boolean"`

    // Settings for an AWS CodeBuild build.
    BuildConfiguration *BuildConfiguration `type:"structure"`

    // A description of this application version.
    Description *string `type:"string"`

    // 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 `type:"boolean"`

    // Specify a commit in an AWS CodeCommit Git repository to use as the source
    // code for the application version.
    SourceBuildInformation *SourceBuildInformation `type:"structure"`

    // 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 *S3Location `type:"structure"`

    // 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 []*Tag `type:"list"`

    // 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 is a required field
    VersionLabel *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CreateApplicationVersionInput) GoString

func (s CreateApplicationVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationVersionInput) SetApplicationName

func (s *CreateApplicationVersionInput) SetApplicationName(v string) *CreateApplicationVersionInput

SetApplicationName sets the ApplicationName field's value.

func (*CreateApplicationVersionInput) SetAutoCreateApplication

func (s *CreateApplicationVersionInput) SetAutoCreateApplication(v bool) *CreateApplicationVersionInput

SetAutoCreateApplication sets the AutoCreateApplication field's value.

func (*CreateApplicationVersionInput) SetBuildConfiguration

func (s *CreateApplicationVersionInput) SetBuildConfiguration(v *BuildConfiguration) *CreateApplicationVersionInput

SetBuildConfiguration sets the BuildConfiguration field's value.

func (*CreateApplicationVersionInput) SetDescription

func (s *CreateApplicationVersionInput) SetDescription(v string) *CreateApplicationVersionInput

SetDescription sets the Description field's value.

func (*CreateApplicationVersionInput) SetProcess

func (s *CreateApplicationVersionInput) SetProcess(v bool) *CreateApplicationVersionInput

SetProcess sets the Process field's value.

func (*CreateApplicationVersionInput) SetSourceBuildInformation

func (s *CreateApplicationVersionInput) SetSourceBuildInformation(v *SourceBuildInformation) *CreateApplicationVersionInput

SetSourceBuildInformation sets the SourceBuildInformation field's value.

func (*CreateApplicationVersionInput) SetSourceBundle

func (s *CreateApplicationVersionInput) SetSourceBundle(v *S3Location) *CreateApplicationVersionInput

SetSourceBundle sets the SourceBundle field's value.

func (*CreateApplicationVersionInput) SetTags

func (s *CreateApplicationVersionInput) SetTags(v []*Tag) *CreateApplicationVersionInput

SetTags sets the Tags field's value.

func (*CreateApplicationVersionInput) SetVersionLabel

func (s *CreateApplicationVersionInput) SetVersionLabel(v string) *CreateApplicationVersionInput

SetVersionLabel sets the VersionLabel field's value.

func (CreateApplicationVersionInput) String

func (s CreateApplicationVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateApplicationVersionInput) Validate

func (s *CreateApplicationVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateConfigurationTemplateInput

type CreateConfigurationTemplateInput struct {

    // The name of the Elastic Beanstalk application to associate with this configuration
    // template.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // An optional description for this configuration.
    Description *string `type:"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 `type:"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 []*ConfigurationOptionSetting `type:"list"`

    // 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.
    //
    // If you specify PlatformArn, then don't specify SolutionStackName.
    PlatformArn *string `type:"string"`

    // 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 `type:"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 *SourceConfiguration `type:"structure"`

    // Specifies the tags applied to the configuration template.
    Tags []*Tag `type:"list"`

    // The name of the configuration template.
    //
    // Constraint: This name must be unique per application.
    //
    // TemplateName is a required field
    TemplateName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Request to create a configuration template.

func (CreateConfigurationTemplateInput) GoString

func (s CreateConfigurationTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConfigurationTemplateInput) SetApplicationName

func (s *CreateConfigurationTemplateInput) SetApplicationName(v string) *CreateConfigurationTemplateInput

SetApplicationName sets the ApplicationName field's value.

func (*CreateConfigurationTemplateInput) SetDescription

func (s *CreateConfigurationTemplateInput) SetDescription(v string) *CreateConfigurationTemplateInput

SetDescription sets the Description field's value.

func (*CreateConfigurationTemplateInput) SetEnvironmentId

func (s *CreateConfigurationTemplateInput) SetEnvironmentId(v string) *CreateConfigurationTemplateInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*CreateConfigurationTemplateInput) SetOptionSettings

func (s *CreateConfigurationTemplateInput) SetOptionSettings(v []*ConfigurationOptionSetting) *CreateConfigurationTemplateInput

SetOptionSettings sets the OptionSettings field's value.

func (*CreateConfigurationTemplateInput) SetPlatformArn

func (s *CreateConfigurationTemplateInput) SetPlatformArn(v string) *CreateConfigurationTemplateInput

SetPlatformArn sets the PlatformArn field's value.

func (*CreateConfigurationTemplateInput) SetSolutionStackName

func (s *CreateConfigurationTemplateInput) SetSolutionStackName(v string) *CreateConfigurationTemplateInput

SetSolutionStackName sets the SolutionStackName field's value.

func (*CreateConfigurationTemplateInput) SetSourceConfiguration

func (s *CreateConfigurationTemplateInput) SetSourceConfiguration(v *SourceConfiguration) *CreateConfigurationTemplateInput

SetSourceConfiguration sets the SourceConfiguration field's value.

func (*CreateConfigurationTemplateInput) SetTags

func (s *CreateConfigurationTemplateInput) SetTags(v []*Tag) *CreateConfigurationTemplateInput

SetTags sets the Tags field's value.

func (*CreateConfigurationTemplateInput) SetTemplateName

func (s *CreateConfigurationTemplateInput) SetTemplateName(v string) *CreateConfigurationTemplateInput

SetTemplateName sets the TemplateName field's value.

func (CreateConfigurationTemplateInput) String

func (s CreateConfigurationTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateConfigurationTemplateInput) Validate

func (s *CreateConfigurationTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateEnvironmentInput

type CreateEnvironmentInput struct {

    // The name of the application that is associated with this environment.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // 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 `min:"4" type:"string"`

    // Your description for this environment.
    Description *string `type:"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 `min:"4" type:"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 parameter. See Environment Manifest
    // (env.yaml) (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html)
    // for details.
    GroupName *string `min:"1" type:"string"`

    // 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 `min:"1" type:"string"`

    // 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 []*ConfigurationOptionSetting `type:"list"`

    // A list of custom user-defined configuration options to remove from the configuration
    // set for this new environment.
    OptionsToRemove []*OptionSpecification `type:"list"`

    // 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.
    //
    // If you specify PlatformArn, don't specify SolutionStackName.
    PlatformArn *string `type:"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 `type:"string"`

    // Specifies the tags applied to resources in the environment.
    Tags []*Tag `type:"list"`

    // The name of the Elastic Beanstalk configuration template to use with the
    // environment.
    //
    // If you specify TemplateName, then don't specify SolutionStackName.
    TemplateName *string `min:"1" type:"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 *EnvironmentTier `type:"structure"`

    // The name of the application version to deploy.
    //
    // Default: If not specified, Elastic Beanstalk attempts to deploy the sample
    // application.
    VersionLabel *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

func (CreateEnvironmentInput) GoString

func (s CreateEnvironmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEnvironmentInput) SetApplicationName

func (s *CreateEnvironmentInput) SetApplicationName(v string) *CreateEnvironmentInput

SetApplicationName sets the ApplicationName field's value.

func (*CreateEnvironmentInput) SetCNAMEPrefix

func (s *CreateEnvironmentInput) SetCNAMEPrefix(v string) *CreateEnvironmentInput

SetCNAMEPrefix sets the CNAMEPrefix field's value.

func (*CreateEnvironmentInput) SetDescription

func (s *CreateEnvironmentInput) SetDescription(v string) *CreateEnvironmentInput

SetDescription sets the Description field's value.

func (*CreateEnvironmentInput) SetEnvironmentName

func (s *CreateEnvironmentInput) SetEnvironmentName(v string) *CreateEnvironmentInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*CreateEnvironmentInput) SetGroupName

func (s *CreateEnvironmentInput) SetGroupName(v string) *CreateEnvironmentInput

SetGroupName sets the GroupName field's value.

func (*CreateEnvironmentInput) SetOperationsRole

func (s *CreateEnvironmentInput) SetOperationsRole(v string) *CreateEnvironmentInput

SetOperationsRole sets the OperationsRole field's value.

func (*CreateEnvironmentInput) SetOptionSettings

func (s *CreateEnvironmentInput) SetOptionSettings(v []*ConfigurationOptionSetting) *CreateEnvironmentInput

SetOptionSettings sets the OptionSettings field's value.

func (*CreateEnvironmentInput) SetOptionsToRemove

func (s *CreateEnvironmentInput) SetOptionsToRemove(v []*OptionSpecification) *CreateEnvironmentInput

SetOptionsToRemove sets the OptionsToRemove field's value.

func (*CreateEnvironmentInput) SetPlatformArn

func (s *CreateEnvironmentInput) SetPlatformArn(v string) *CreateEnvironmentInput

SetPlatformArn sets the PlatformArn field's value.

func (*CreateEnvironmentInput) SetSolutionStackName

func (s *CreateEnvironmentInput) SetSolutionStackName(v string) *CreateEnvironmentInput

SetSolutionStackName sets the SolutionStackName field's value.

func (*CreateEnvironmentInput) SetTags

func (s *CreateEnvironmentInput) SetTags(v []*Tag) *CreateEnvironmentInput

SetTags sets the Tags field's value.

func (*CreateEnvironmentInput) SetTemplateName

func (s *CreateEnvironmentInput) SetTemplateName(v string) *CreateEnvironmentInput

SetTemplateName sets the TemplateName field's value.

func (*CreateEnvironmentInput) SetTier

func (s *CreateEnvironmentInput) SetTier(v *EnvironmentTier) *CreateEnvironmentInput

SetTier sets the Tier field's value.

func (*CreateEnvironmentInput) SetVersionLabel

func (s *CreateEnvironmentInput) SetVersionLabel(v string) *CreateEnvironmentInput

SetVersionLabel sets the VersionLabel field's value.

func (CreateEnvironmentInput) String

func (s CreateEnvironmentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateEnvironmentInput) Validate

func (s *CreateEnvironmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePlatformVersionInput

type CreatePlatformVersionInput struct {

    // The name of the builder environment.
    EnvironmentName *string `min:"4" type:"string"`

    // The configuration option settings to apply to the builder environment.
    OptionSettings []*ConfigurationOptionSetting `type:"list"`

    // The location of the platform definition archive in Amazon S3.
    //
    // PlatformDefinitionBundle is a required field
    PlatformDefinitionBundle *S3Location `type:"structure" required:"true"`

    // The name of your custom platform.
    //
    // PlatformName is a required field
    PlatformName *string `type:"string" required:"true"`

    // The number, such as 1.0.2, for the new platform version.
    //
    // PlatformVersion is a required field
    PlatformVersion *string `type:"string" required:"true"`

    // 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 []*Tag `type:"list"`
    // contains filtered or unexported fields
}

Request to create a new platform version.

func (CreatePlatformVersionInput) GoString

func (s CreatePlatformVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePlatformVersionInput) SetEnvironmentName

func (s *CreatePlatformVersionInput) SetEnvironmentName(v string) *CreatePlatformVersionInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*CreatePlatformVersionInput) SetOptionSettings

func (s *CreatePlatformVersionInput) SetOptionSettings(v []*ConfigurationOptionSetting) *CreatePlatformVersionInput

SetOptionSettings sets the OptionSettings field's value.

func (*CreatePlatformVersionInput) SetPlatformDefinitionBundle

func (s *CreatePlatformVersionInput) SetPlatformDefinitionBundle(v *S3Location) *CreatePlatformVersionInput

SetPlatformDefinitionBundle sets the PlatformDefinitionBundle field's value.

func (*CreatePlatformVersionInput) SetPlatformName

func (s *CreatePlatformVersionInput) SetPlatformName(v string) *CreatePlatformVersionInput

SetPlatformName sets the PlatformName field's value.

func (*CreatePlatformVersionInput) SetPlatformVersion

func (s *CreatePlatformVersionInput) SetPlatformVersion(v string) *CreatePlatformVersionInput

SetPlatformVersion sets the PlatformVersion field's value.

func (*CreatePlatformVersionInput) SetTags

func (s *CreatePlatformVersionInput) SetTags(v []*Tag) *CreatePlatformVersionInput

SetTags sets the Tags field's value.

func (CreatePlatformVersionInput) String

func (s CreatePlatformVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePlatformVersionInput) Validate

func (s *CreatePlatformVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePlatformVersionOutput

type CreatePlatformVersionOutput struct {

    // The builder used to create the custom platform.
    Builder *Builder `type:"structure"`

    // Detailed information about the new version of the custom platform.
    PlatformSummary *PlatformSummary `type:"structure"`
    // contains filtered or unexported fields
}

func (CreatePlatformVersionOutput) GoString

func (s CreatePlatformVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePlatformVersionOutput) SetBuilder

func (s *CreatePlatformVersionOutput) SetBuilder(v *Builder) *CreatePlatformVersionOutput

SetBuilder sets the Builder field's value.

func (*CreatePlatformVersionOutput) SetPlatformSummary

func (s *CreatePlatformVersionOutput) SetPlatformSummary(v *PlatformSummary) *CreatePlatformVersionOutput

SetPlatformSummary sets the PlatformSummary field's value.

func (CreatePlatformVersionOutput) String

func (s CreatePlatformVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateStorageLocationInput

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

func (CreateStorageLocationInput) GoString

func (s CreateStorageLocationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateStorageLocationInput) String

func (s CreateStorageLocationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateStorageLocationOutput

type CreateStorageLocationOutput struct {

    // The name of the Amazon S3 bucket created.
    S3Bucket *string `type:"string"`
    // contains filtered or unexported fields
}

Results of a CreateStorageLocationResult call.

func (CreateStorageLocationOutput) GoString

func (s CreateStorageLocationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateStorageLocationOutput) SetS3Bucket

func (s *CreateStorageLocationOutput) SetS3Bucket(v string) *CreateStorageLocationOutput

SetS3Bucket sets the S3Bucket field's value.

func (CreateStorageLocationOutput) String

func (s CreateStorageLocationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CustomAmi

type CustomAmi struct {

    // THe ID of the image used to create the custom AMI.
    ImageId *string `type:"string"`

    // The type of virtualization used to create the custom AMI.
    VirtualizationType *string `type:"string"`
    // contains filtered or unexported fields
}

A custom AMI available to platforms.

func (CustomAmi) GoString

func (s CustomAmi) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CustomAmi) SetImageId

func (s *CustomAmi) SetImageId(v string) *CustomAmi

SetImageId sets the ImageId field's value.

func (*CustomAmi) SetVirtualizationType

func (s *CustomAmi) SetVirtualizationType(v string) *CustomAmi

SetVirtualizationType sets the VirtualizationType field's value.

func (CustomAmi) String

func (s CustomAmi) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteApplicationInput

type DeleteApplicationInput struct {

    // The name of the application to delete.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // When set to true, running environments will be terminated before deleting
    // the application.
    TerminateEnvByForce *bool `type:"boolean"`
    // contains filtered or unexported fields
}

Request to delete an application.

func (DeleteApplicationInput) GoString

func (s DeleteApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationInput) SetApplicationName

func (s *DeleteApplicationInput) SetApplicationName(v string) *DeleteApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteApplicationInput) SetTerminateEnvByForce

func (s *DeleteApplicationInput) SetTerminateEnvByForce(v bool) *DeleteApplicationInput

SetTerminateEnvByForce sets the TerminateEnvByForce field's value.

func (DeleteApplicationInput) String

func (s DeleteApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationInput) Validate

func (s *DeleteApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteApplicationOutput

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

func (DeleteApplicationOutput) GoString

func (s DeleteApplicationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteApplicationOutput) String

func (s DeleteApplicationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteApplicationVersionInput

type DeleteApplicationVersionInput struct {

    // The name of the application to which the version belongs.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // 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 `type:"boolean"`

    // The label of the version to delete.
    //
    // VersionLabel is a required field
    VersionLabel *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Request to delete an application version.

func (DeleteApplicationVersionInput) GoString

func (s DeleteApplicationVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationVersionInput) SetApplicationName

func (s *DeleteApplicationVersionInput) SetApplicationName(v string) *DeleteApplicationVersionInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteApplicationVersionInput) SetDeleteSourceBundle

func (s *DeleteApplicationVersionInput) SetDeleteSourceBundle(v bool) *DeleteApplicationVersionInput

SetDeleteSourceBundle sets the DeleteSourceBundle field's value.

func (*DeleteApplicationVersionInput) SetVersionLabel

func (s *DeleteApplicationVersionInput) SetVersionLabel(v string) *DeleteApplicationVersionInput

SetVersionLabel sets the VersionLabel field's value.

func (DeleteApplicationVersionInput) String

func (s DeleteApplicationVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteApplicationVersionInput) Validate

func (s *DeleteApplicationVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteApplicationVersionOutput

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

func (DeleteApplicationVersionOutput) GoString

func (s DeleteApplicationVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteApplicationVersionOutput) String

func (s DeleteApplicationVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteConfigurationTemplateInput

type DeleteConfigurationTemplateInput struct {

    // The name of the application to delete the configuration template from.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The name of the configuration template to delete.
    //
    // TemplateName is a required field
    TemplateName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Request to delete a configuration template.

func (DeleteConfigurationTemplateInput) GoString

func (s DeleteConfigurationTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConfigurationTemplateInput) SetApplicationName

func (s *DeleteConfigurationTemplateInput) SetApplicationName(v string) *DeleteConfigurationTemplateInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteConfigurationTemplateInput) SetTemplateName

func (s *DeleteConfigurationTemplateInput) SetTemplateName(v string) *DeleteConfigurationTemplateInput

SetTemplateName sets the TemplateName field's value.

func (DeleteConfigurationTemplateInput) String

func (s DeleteConfigurationTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteConfigurationTemplateInput) Validate

func (s *DeleteConfigurationTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteConfigurationTemplateOutput

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

func (DeleteConfigurationTemplateOutput) GoString

func (s DeleteConfigurationTemplateOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteConfigurationTemplateOutput) String

func (s DeleteConfigurationTemplateOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteEnvironmentConfigurationInput

type DeleteEnvironmentConfigurationInput struct {

    // The name of the application the environment is associated with.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The name of the environment to delete the draft configuration from.
    //
    // EnvironmentName is a required field
    EnvironmentName *string `min:"4" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Request to delete a draft environment configuration.

func (DeleteEnvironmentConfigurationInput) GoString

func (s DeleteEnvironmentConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEnvironmentConfigurationInput) SetApplicationName

func (s *DeleteEnvironmentConfigurationInput) SetApplicationName(v string) *DeleteEnvironmentConfigurationInput

SetApplicationName sets the ApplicationName field's value.

func (*DeleteEnvironmentConfigurationInput) SetEnvironmentName

func (s *DeleteEnvironmentConfigurationInput) SetEnvironmentName(v string) *DeleteEnvironmentConfigurationInput

SetEnvironmentName sets the EnvironmentName field's value.

func (DeleteEnvironmentConfigurationInput) String

func (s DeleteEnvironmentConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteEnvironmentConfigurationInput) Validate

func (s *DeleteEnvironmentConfigurationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteEnvironmentConfigurationOutput

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

func (DeleteEnvironmentConfigurationOutput) GoString

func (s DeleteEnvironmentConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteEnvironmentConfigurationOutput) String

func (s DeleteEnvironmentConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePlatformVersionInput

type DeletePlatformVersionInput struct {

    // The ARN of the version of the custom platform.
    PlatformArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (DeletePlatformVersionInput) GoString

func (s DeletePlatformVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePlatformVersionInput) SetPlatformArn

func (s *DeletePlatformVersionInput) SetPlatformArn(v string) *DeletePlatformVersionInput

SetPlatformArn sets the PlatformArn field's value.

func (DeletePlatformVersionInput) String

func (s DeletePlatformVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeletePlatformVersionOutput

type DeletePlatformVersionOutput struct {

    // Detailed information about the version of the custom platform.
    PlatformSummary *PlatformSummary `type:"structure"`
    // contains filtered or unexported fields
}

func (DeletePlatformVersionOutput) GoString

func (s DeletePlatformVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeletePlatformVersionOutput) SetPlatformSummary

func (s *DeletePlatformVersionOutput) SetPlatformSummary(v *PlatformSummary) *DeletePlatformVersionOutput

SetPlatformSummary sets the PlatformSummary field's value.

func (DeletePlatformVersionOutput) String

func (s DeletePlatformVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Deployment

type Deployment struct {

    // The ID of the deployment. This number increases by one each time that you
    // deploy source code or change instance configuration settings.
    DeploymentId *int64 `type:"long"`

    // For in-progress deployments, the time that the deployment started.
    //
    // For completed deployments, the time that the deployment ended.
    DeploymentTime *time.Time `type:"timestamp"`

    // The status of the deployment:
    //
    //    * In Progress : The deployment is in progress.
    //
    //    * Deployed : The deployment succeeded.
    //
    //    * Failed : The deployment failed.
    Status *string `type:"string"`

    // The version label of the application version in the deployment.
    VersionLabel *string `type:"string"`
    // contains filtered or unexported fields
}

Information about an application version deployment.

func (Deployment) GoString

func (s Deployment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Deployment) SetDeploymentId

func (s *Deployment) SetDeploymentId(v int64) *Deployment

SetDeploymentId sets the DeploymentId field's value.

func (*Deployment) SetDeploymentTime

func (s *Deployment) SetDeploymentTime(v time.Time) *Deployment

SetDeploymentTime sets the DeploymentTime field's value.

func (*Deployment) SetStatus

func (s *Deployment) SetStatus(v string) *Deployment

SetStatus sets the Status field's value.

func (*Deployment) SetVersionLabel

func (s *Deployment) SetVersionLabel(v string) *Deployment

SetVersionLabel sets the VersionLabel field's value.

func (Deployment) String

func (s Deployment) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountAttributesInput

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

func (DescribeAccountAttributesInput) GoString

func (s DescribeAccountAttributesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeAccountAttributesInput) String

func (s DescribeAccountAttributesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountAttributesOutput

type DescribeAccountAttributesOutput struct {

    // The Elastic Beanstalk resource quotas associated with the calling AWS account.
    ResourceQuotas *ResourceQuotas `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeAccountAttributesOutput) GoString

func (s DescribeAccountAttributesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountAttributesOutput) SetResourceQuotas

func (s *DescribeAccountAttributesOutput) SetResourceQuotas(v *ResourceQuotas) *DescribeAccountAttributesOutput

SetResourceQuotas sets the ResourceQuotas field's value.

func (DescribeAccountAttributesOutput) String

func (s DescribeAccountAttributesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeApplicationVersionsInput

type DescribeApplicationVersionsInput struct {

    // Specify an application name to show only application versions for that application.
    ApplicationName *string `min:"1" type:"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 *int64 `min:"1" type:"integer"`

    // 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:"string"`

    // Specify a version label to show a specific application version.
    VersionLabels []*string `type:"list"`
    // contains filtered or unexported fields
}

Request to describe application versions.

func (DescribeApplicationVersionsInput) GoString

func (s DescribeApplicationVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationVersionsInput) SetApplicationName

func (s *DescribeApplicationVersionsInput) SetApplicationName(v string) *DescribeApplicationVersionsInput

SetApplicationName sets the ApplicationName field's value.

func (*DescribeApplicationVersionsInput) SetMaxRecords

func (s *DescribeApplicationVersionsInput) SetMaxRecords(v int64) *DescribeApplicationVersionsInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeApplicationVersionsInput) SetNextToken

func (s *DescribeApplicationVersionsInput) SetNextToken(v string) *DescribeApplicationVersionsInput

SetNextToken sets the NextToken field's value.

func (*DescribeApplicationVersionsInput) SetVersionLabels

func (s *DescribeApplicationVersionsInput) SetVersionLabels(v []*string) *DescribeApplicationVersionsInput

SetVersionLabels sets the VersionLabels field's value.

func (DescribeApplicationVersionsInput) String

func (s DescribeApplicationVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationVersionsInput) Validate

func (s *DescribeApplicationVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeApplicationVersionsOutput

type DescribeApplicationVersionsOutput struct {

    // List of ApplicationVersionDescription objects sorted in order of creation.
    ApplicationVersions []*ApplicationVersionDescription `type:"list"`

    // In a paginated request, the token that you can pass in a subsequent request
    // to get the next response page.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Result message wrapping a list of application version descriptions.

func (DescribeApplicationVersionsOutput) GoString

func (s DescribeApplicationVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationVersionsOutput) SetApplicationVersions

func (s *DescribeApplicationVersionsOutput) SetApplicationVersions(v []*ApplicationVersionDescription) *DescribeApplicationVersionsOutput

SetApplicationVersions sets the ApplicationVersions field's value.

func (*DescribeApplicationVersionsOutput) SetNextToken

func (s *DescribeApplicationVersionsOutput) SetNextToken(v string) *DescribeApplicationVersionsOutput

SetNextToken sets the NextToken field's value.

func (DescribeApplicationVersionsOutput) String

func (s DescribeApplicationVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeApplicationsInput

type DescribeApplicationsInput struct {

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // only include those with the specified names.
    ApplicationNames []*string `type:"list"`
    // contains filtered or unexported fields
}

Request to describe one or more applications.

func (DescribeApplicationsInput) GoString

func (s DescribeApplicationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationsInput) SetApplicationNames

func (s *DescribeApplicationsInput) SetApplicationNames(v []*string) *DescribeApplicationsInput

SetApplicationNames sets the ApplicationNames field's value.

func (DescribeApplicationsInput) String

func (s DescribeApplicationsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeApplicationsOutput

type DescribeApplicationsOutput struct {

    // This parameter contains a list of ApplicationDescription.
    Applications []*ApplicationDescription `type:"list"`
    // contains filtered or unexported fields
}

Result message containing a list of application descriptions.

func (DescribeApplicationsOutput) GoString

func (s DescribeApplicationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeApplicationsOutput) SetApplications

func (s *DescribeApplicationsOutput) SetApplications(v []*ApplicationDescription) *DescribeApplicationsOutput

SetApplications sets the Applications field's value.

func (DescribeApplicationsOutput) String

func (s DescribeApplicationsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeConfigurationOptionsInput

type DescribeConfigurationOptionsInput struct {

    // 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 `min:"1" type:"string"`

    // The name of the environment whose configuration options you want to describe.
    EnvironmentName *string `min:"4" type:"string"`

    // If specified, restricts the descriptions to only the specified options.
    Options []*OptionSpecification `type:"list"`

    // The ARN of the custom platform.
    PlatformArn *string `type:"string"`

    // The name of the solution stack whose configuration options you want to describe.
    SolutionStackName *string `type:"string"`

    // The name of the configuration template whose configuration options you want
    // to describe.
    TemplateName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Result message containing a list of application version descriptions.

func (DescribeConfigurationOptionsInput) GoString

func (s DescribeConfigurationOptionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConfigurationOptionsInput) SetApplicationName

func (s *DescribeConfigurationOptionsInput) SetApplicationName(v string) *DescribeConfigurationOptionsInput

SetApplicationName sets the ApplicationName field's value.

func (*DescribeConfigurationOptionsInput) SetEnvironmentName

func (s *DescribeConfigurationOptionsInput) SetEnvironmentName(v string) *DescribeConfigurationOptionsInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*DescribeConfigurationOptionsInput) SetOptions

func (s *DescribeConfigurationOptionsInput) SetOptions(v []*OptionSpecification) *DescribeConfigurationOptionsInput

SetOptions sets the Options field's value.

func (*DescribeConfigurationOptionsInput) SetPlatformArn

func (s *DescribeConfigurationOptionsInput) SetPlatformArn(v string) *DescribeConfigurationOptionsInput

SetPlatformArn sets the PlatformArn field's value.

func (*DescribeConfigurationOptionsInput) SetSolutionStackName

func (s *DescribeConfigurationOptionsInput) SetSolutionStackName(v string) *DescribeConfigurationOptionsInput

SetSolutionStackName sets the SolutionStackName field's value.

func (*DescribeConfigurationOptionsInput) SetTemplateName

func (s *DescribeConfigurationOptionsInput) SetTemplateName(v string) *DescribeConfigurationOptionsInput

SetTemplateName sets the TemplateName field's value.

func (DescribeConfigurationOptionsInput) String

func (s DescribeConfigurationOptionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConfigurationOptionsInput) Validate

func (s *DescribeConfigurationOptionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeConfigurationOptionsOutput

type DescribeConfigurationOptionsOutput struct {

    // A list of ConfigurationOptionDescription.
    Options []*ConfigurationOptionDescription `type:"list"`

    // The ARN of the platform version.
    PlatformArn *string `type:"string"`

    // The name of the solution stack these configuration options belong to.
    SolutionStackName *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the settings for a specified configuration set.

func (DescribeConfigurationOptionsOutput) GoString

func (s DescribeConfigurationOptionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConfigurationOptionsOutput) SetOptions

func (s *DescribeConfigurationOptionsOutput) SetOptions(v []*ConfigurationOptionDescription) *DescribeConfigurationOptionsOutput

SetOptions sets the Options field's value.

func (*DescribeConfigurationOptionsOutput) SetPlatformArn

func (s *DescribeConfigurationOptionsOutput) SetPlatformArn(v string) *DescribeConfigurationOptionsOutput

SetPlatformArn sets the PlatformArn field's value.

func (*DescribeConfigurationOptionsOutput) SetSolutionStackName

func (s *DescribeConfigurationOptionsOutput) SetSolutionStackName(v string) *DescribeConfigurationOptionsOutput

SetSolutionStackName sets the SolutionStackName field's value.

func (DescribeConfigurationOptionsOutput) String

func (s DescribeConfigurationOptionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeConfigurationSettingsInput

type DescribeConfigurationSettingsInput struct {

    // The application for the environment or configuration template.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // 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 `min:"4" type:"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 `min:"1" type:"string"`
    // contains filtered or unexported fields
}

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

func (DescribeConfigurationSettingsInput) GoString

func (s DescribeConfigurationSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConfigurationSettingsInput) SetApplicationName

func (s *DescribeConfigurationSettingsInput) SetApplicationName(v string) *DescribeConfigurationSettingsInput

SetApplicationName sets the ApplicationName field's value.

func (*DescribeConfigurationSettingsInput) SetEnvironmentName

func (s *DescribeConfigurationSettingsInput) SetEnvironmentName(v string) *DescribeConfigurationSettingsInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*DescribeConfigurationSettingsInput) SetTemplateName

func (s *DescribeConfigurationSettingsInput) SetTemplateName(v string) *DescribeConfigurationSettingsInput

SetTemplateName sets the TemplateName field's value.

func (DescribeConfigurationSettingsInput) String

func (s DescribeConfigurationSettingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConfigurationSettingsInput) Validate

func (s *DescribeConfigurationSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeConfigurationSettingsOutput

type DescribeConfigurationSettingsOutput struct {

    // A list of ConfigurationSettingsDescription.
    ConfigurationSettings []*ConfigurationSettingsDescription `type:"list"`
    // contains filtered or unexported fields
}

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

func (DescribeConfigurationSettingsOutput) GoString

func (s DescribeConfigurationSettingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeConfigurationSettingsOutput) SetConfigurationSettings

func (s *DescribeConfigurationSettingsOutput) SetConfigurationSettings(v []*ConfigurationSettingsDescription) *DescribeConfigurationSettingsOutput

SetConfigurationSettings sets the ConfigurationSettings field's value.

func (DescribeConfigurationSettingsOutput) String

func (s DescribeConfigurationSettingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEnvironmentHealthInput

type DescribeEnvironmentHealthInput struct {

    // 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 []*string `type:"list" enum:"EnvironmentHealthAttribute"`

    // Specify the environment by ID.
    //
    // You must specify either this or an EnvironmentName, or both.
    EnvironmentId *string `type:"string"`

    // Specify the environment by name.
    //
    // You must specify either this or an EnvironmentName, or both.
    EnvironmentName *string `min:"4" type:"string"`
    // contains filtered or unexported fields
}

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

func (DescribeEnvironmentHealthInput) GoString

func (s DescribeEnvironmentHealthInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentHealthInput) SetAttributeNames

func (s *DescribeEnvironmentHealthInput) SetAttributeNames(v []*string) *DescribeEnvironmentHealthInput

SetAttributeNames sets the AttributeNames field's value.

func (*DescribeEnvironmentHealthInput) SetEnvironmentId

func (s *DescribeEnvironmentHealthInput) SetEnvironmentId(v string) *DescribeEnvironmentHealthInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*DescribeEnvironmentHealthInput) SetEnvironmentName

func (s *DescribeEnvironmentHealthInput) SetEnvironmentName(v string) *DescribeEnvironmentHealthInput

SetEnvironmentName sets the EnvironmentName field's value.

func (DescribeEnvironmentHealthInput) String

func (s DescribeEnvironmentHealthInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentHealthInput) Validate

func (s *DescribeEnvironmentHealthInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEnvironmentHealthOutput

type DescribeEnvironmentHealthOutput struct {

    // Application request metrics for the environment.
    ApplicationMetrics *ApplicationMetrics `type:"structure"`

    // Descriptions of the data that contributed to the environment's current health
    // status.
    Causes []*string `type:"list"`

    // The health color (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html)
    // of the environment.
    Color *string `type:"string"`

    // The environment's name.
    EnvironmentName *string `min:"4" type:"string"`

    // The health status (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html)
    // of the environment. For example, Ok.
    HealthStatus *string `type:"string"`

    // Summary health information for the instances in the environment.
    InstancesHealth *InstanceHealthSummary `type:"structure"`

    // The date and time that the health information was retrieved.
    RefreshedAt *time.Time `type:"timestamp"`

    // The environment's operational status. Ready, Launching, Updating, Terminating,
    // or Terminated.
    Status *string `type:"string" enum:"EnvironmentHealth"`
    // contains filtered or unexported fields
}

Health details for an AWS Elastic Beanstalk environment.

func (DescribeEnvironmentHealthOutput) GoString

func (s DescribeEnvironmentHealthOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentHealthOutput) SetApplicationMetrics

func (s *DescribeEnvironmentHealthOutput) SetApplicationMetrics(v *ApplicationMetrics) *DescribeEnvironmentHealthOutput

SetApplicationMetrics sets the ApplicationMetrics field's value.

func (*DescribeEnvironmentHealthOutput) SetCauses

func (s *DescribeEnvironmentHealthOutput) SetCauses(v []*string) *DescribeEnvironmentHealthOutput

SetCauses sets the Causes field's value.

func (*DescribeEnvironmentHealthOutput) SetColor

func (s *DescribeEnvironmentHealthOutput) SetColor(v string) *DescribeEnvironmentHealthOutput

SetColor sets the Color field's value.

func (*DescribeEnvironmentHealthOutput) SetEnvironmentName

func (s *DescribeEnvironmentHealthOutput) SetEnvironmentName(v string) *DescribeEnvironmentHealthOutput

SetEnvironmentName sets the EnvironmentName field's value.

func (*DescribeEnvironmentHealthOutput) SetHealthStatus

func (s *DescribeEnvironmentHealthOutput) SetHealthStatus(v string) *DescribeEnvironmentHealthOutput

SetHealthStatus sets the HealthStatus field's value.

func (*DescribeEnvironmentHealthOutput) SetInstancesHealth

func (s *DescribeEnvironmentHealthOutput) SetInstancesHealth(v *InstanceHealthSummary) *DescribeEnvironmentHealthOutput

SetInstancesHealth sets the InstancesHealth field's value.

func (*DescribeEnvironmentHealthOutput) SetRefreshedAt

func (s *DescribeEnvironmentHealthOutput) SetRefreshedAt(v time.Time) *DescribeEnvironmentHealthOutput

SetRefreshedAt sets the RefreshedAt field's value.

func (*DescribeEnvironmentHealthOutput) SetStatus

func (s *DescribeEnvironmentHealthOutput) SetStatus(v string) *DescribeEnvironmentHealthOutput

SetStatus sets the Status field's value.

func (DescribeEnvironmentHealthOutput) String

func (s DescribeEnvironmentHealthOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEnvironmentManagedActionHistoryInput

type DescribeEnvironmentManagedActionHistoryInput struct {

    // The environment ID of the target environment.
    EnvironmentId *string `type:"string"`

    // The name of the target environment.
    EnvironmentName *string `min:"4" type:"string"`

    // The maximum number of items to return for a single request.
    MaxItems *int64 `min:"1" type:"integer"`

    // The pagination token returned by a previous request.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Request to list completed and failed managed actions.

func (DescribeEnvironmentManagedActionHistoryInput) GoString

func (s DescribeEnvironmentManagedActionHistoryInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentId

func (s *DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentId(v string) *DescribeEnvironmentManagedActionHistoryInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentName

func (s *DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentName(v string) *DescribeEnvironmentManagedActionHistoryInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*DescribeEnvironmentManagedActionHistoryInput) SetMaxItems

func (s *DescribeEnvironmentManagedActionHistoryInput) SetMaxItems(v int64) *DescribeEnvironmentManagedActionHistoryInput

SetMaxItems sets the MaxItems field's value.

func (*DescribeEnvironmentManagedActionHistoryInput) SetNextToken

func (s *DescribeEnvironmentManagedActionHistoryInput) SetNextToken(v string) *DescribeEnvironmentManagedActionHistoryInput

SetNextToken sets the NextToken field's value.

func (DescribeEnvironmentManagedActionHistoryInput) String

func (s DescribeEnvironmentManagedActionHistoryInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentManagedActionHistoryInput) Validate

func (s *DescribeEnvironmentManagedActionHistoryInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEnvironmentManagedActionHistoryOutput

type DescribeEnvironmentManagedActionHistoryOutput struct {

    // A list of completed and failed managed actions.
    ManagedActionHistoryItems []*ManagedActionHistoryItem `min:"1" type:"list"`

    // A pagination token that you pass to DescribeEnvironmentManagedActionHistory
    // to get the next page of results.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (DescribeEnvironmentManagedActionHistoryOutput) GoString

func (s DescribeEnvironmentManagedActionHistoryOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentManagedActionHistoryOutput) SetManagedActionHistoryItems

func (s *DescribeEnvironmentManagedActionHistoryOutput) SetManagedActionHistoryItems(v []*ManagedActionHistoryItem) *DescribeEnvironmentManagedActionHistoryOutput

SetManagedActionHistoryItems sets the ManagedActionHistoryItems field's value.

func (*DescribeEnvironmentManagedActionHistoryOutput) SetNextToken

func (s *DescribeEnvironmentManagedActionHistoryOutput) SetNextToken(v string) *DescribeEnvironmentManagedActionHistoryOutput

SetNextToken sets the NextToken field's value.

func (DescribeEnvironmentManagedActionHistoryOutput) String

func (s DescribeEnvironmentManagedActionHistoryOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEnvironmentManagedActionsInput

type DescribeEnvironmentManagedActionsInput struct {

    // The environment ID of the target environment.
    EnvironmentId *string `type:"string"`

    // The name of the target environment.
    EnvironmentName *string `type:"string"`

    // To show only actions with a particular status, specify a status.
    Status *string `type:"string" enum:"ActionStatus"`
    // contains filtered or unexported fields
}

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

func (DescribeEnvironmentManagedActionsInput) GoString

func (s DescribeEnvironmentManagedActionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentManagedActionsInput) SetEnvironmentId

func (s *DescribeEnvironmentManagedActionsInput) SetEnvironmentId(v string) *DescribeEnvironmentManagedActionsInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*DescribeEnvironmentManagedActionsInput) SetEnvironmentName

func (s *DescribeEnvironmentManagedActionsInput) SetEnvironmentName(v string) *DescribeEnvironmentManagedActionsInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*DescribeEnvironmentManagedActionsInput) SetStatus

func (s *DescribeEnvironmentManagedActionsInput) SetStatus(v string) *DescribeEnvironmentManagedActionsInput

SetStatus sets the Status field's value.

func (DescribeEnvironmentManagedActionsInput) String

func (s DescribeEnvironmentManagedActionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEnvironmentManagedActionsOutput

type DescribeEnvironmentManagedActionsOutput struct {

    // A list of upcoming and in-progress managed actions.
    ManagedActions []*ManagedAction `min:"1" type:"list"`
    // contains filtered or unexported fields
}

The result message containing a list of managed actions.

func (DescribeEnvironmentManagedActionsOutput) GoString

func (s DescribeEnvironmentManagedActionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentManagedActionsOutput) SetManagedActions

func (s *DescribeEnvironmentManagedActionsOutput) SetManagedActions(v []*ManagedAction) *DescribeEnvironmentManagedActionsOutput

SetManagedActions sets the ManagedActions field's value.

func (DescribeEnvironmentManagedActionsOutput) String

func (s DescribeEnvironmentManagedActionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEnvironmentResourcesInput

type DescribeEnvironmentResourcesInput struct {

    // 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 `type:"string"`

    // 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 `min:"4" type:"string"`
    // contains filtered or unexported fields
}

Request to describe the resources in an environment.

func (DescribeEnvironmentResourcesInput) GoString

func (s DescribeEnvironmentResourcesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentResourcesInput) SetEnvironmentId

func (s *DescribeEnvironmentResourcesInput) SetEnvironmentId(v string) *DescribeEnvironmentResourcesInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*DescribeEnvironmentResourcesInput) SetEnvironmentName

func (s *DescribeEnvironmentResourcesInput) SetEnvironmentName(v string) *DescribeEnvironmentResourcesInput

SetEnvironmentName sets the EnvironmentName field's value.

func (DescribeEnvironmentResourcesInput) String

func (s DescribeEnvironmentResourcesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentResourcesInput) Validate

func (s *DescribeEnvironmentResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEnvironmentResourcesOutput

type DescribeEnvironmentResourcesOutput struct {

    // A list of EnvironmentResourceDescription.
    EnvironmentResources *EnvironmentResourceDescription `type:"structure"`
    // contains filtered or unexported fields
}

Result message containing a list of environment resource descriptions.

func (DescribeEnvironmentResourcesOutput) GoString

func (s DescribeEnvironmentResourcesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentResourcesOutput) SetEnvironmentResources

func (s *DescribeEnvironmentResourcesOutput) SetEnvironmentResources(v *EnvironmentResourceDescription) *DescribeEnvironmentResourcesOutput

SetEnvironmentResources sets the EnvironmentResources field's value.

func (DescribeEnvironmentResourcesOutput) String

func (s DescribeEnvironmentResourcesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeEnvironmentsInput

type DescribeEnvironmentsInput struct {

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // include only those that are associated with this application.
    ApplicationName *string `min:"1" type:"string"`

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // include only those that have the specified IDs.
    EnvironmentIds []*string `type:"list"`

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // include only those that have the specified names.
    EnvironmentNames []*string `type:"list"`

    // Indicates whether to include deleted environments:
    //
    // true: Environments that have been deleted after IncludedDeletedBackTo are
    // displayed.
    //
    // false: Do not include deleted environments.
    IncludeDeleted *bool `type:"boolean"`

    // If specified when IncludeDeleted is set to true, then environments deleted
    // after this date are displayed.
    IncludedDeletedBackTo *time.Time `type:"timestamp"`

    // 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 *int64 `min:"1" type:"integer"`

    // 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:"string"`

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // include only those that are associated with this application version.
    VersionLabel *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Request to describe one or more environments.

func (DescribeEnvironmentsInput) GoString

func (s DescribeEnvironmentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentsInput) SetApplicationName

func (s *DescribeEnvironmentsInput) SetApplicationName(v string) *DescribeEnvironmentsInput

SetApplicationName sets the ApplicationName field's value.

func (*DescribeEnvironmentsInput) SetEnvironmentIds

func (s *DescribeEnvironmentsInput) SetEnvironmentIds(v []*string) *DescribeEnvironmentsInput

SetEnvironmentIds sets the EnvironmentIds field's value.

func (*DescribeEnvironmentsInput) SetEnvironmentNames

func (s *DescribeEnvironmentsInput) SetEnvironmentNames(v []*string) *DescribeEnvironmentsInput

SetEnvironmentNames sets the EnvironmentNames field's value.

func (*DescribeEnvironmentsInput) SetIncludeDeleted

func (s *DescribeEnvironmentsInput) SetIncludeDeleted(v bool) *DescribeEnvironmentsInput

SetIncludeDeleted sets the IncludeDeleted field's value.

func (*DescribeEnvironmentsInput) SetIncludedDeletedBackTo

func (s *DescribeEnvironmentsInput) SetIncludedDeletedBackTo(v time.Time) *DescribeEnvironmentsInput

SetIncludedDeletedBackTo sets the IncludedDeletedBackTo field's value.

func (*DescribeEnvironmentsInput) SetMaxRecords

func (s *DescribeEnvironmentsInput) SetMaxRecords(v int64) *DescribeEnvironmentsInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeEnvironmentsInput) SetNextToken

func (s *DescribeEnvironmentsInput) SetNextToken(v string) *DescribeEnvironmentsInput

SetNextToken sets the NextToken field's value.

func (*DescribeEnvironmentsInput) SetVersionLabel

func (s *DescribeEnvironmentsInput) SetVersionLabel(v string) *DescribeEnvironmentsInput

SetVersionLabel sets the VersionLabel field's value.

func (DescribeEnvironmentsInput) String

func (s DescribeEnvironmentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEnvironmentsInput) Validate

func (s *DescribeEnvironmentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEventsInput

type DescribeEventsInput struct {

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // include only those associated with this application.
    ApplicationName *string `min:"1" type:"string"`

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // those that occur up to, but not including, the EndTime.
    EndTime *time.Time `type:"timestamp"`

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // those associated with this environment.
    EnvironmentId *string `type:"string"`

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // those associated with this environment.
    EnvironmentName *string `min:"4" type:"string"`

    // Specifies the maximum number of events that can be returned, beginning with
    // the most recent event.
    MaxRecords *int64 `min:"1" type:"integer"`

    // Pagination token. If specified, the events return the next batch of results.
    NextToken *string `type:"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 `type:"string"`

    // If specified, AWS Elastic Beanstalk restricts the described events to include
    // only those associated with this request ID.
    RequestId *string `type:"string"`

    // If specified, limits the events returned from this call to include only those
    // with the specified severity or higher.
    Severity *string `type:"string" enum:"EventSeverity"`

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // those that occur on or after this time.
    StartTime *time.Time `type:"timestamp"`

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // those that are associated with this environment configuration.
    TemplateName *string `min:"1" type:"string"`

    // If specified, AWS Elastic Beanstalk restricts the returned descriptions to
    // those associated with this application version.
    VersionLabel *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Request to retrieve a list of events for an environment.

func (DescribeEventsInput) GoString

func (s DescribeEventsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEventsInput) SetApplicationName

func (s *DescribeEventsInput) SetApplicationName(v string) *DescribeEventsInput

SetApplicationName sets the ApplicationName field's value.

func (*DescribeEventsInput) SetEndTime

func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput

SetEndTime sets the EndTime field's value.

func (*DescribeEventsInput) SetEnvironmentId

func (s *DescribeEventsInput) SetEnvironmentId(v string) *DescribeEventsInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*DescribeEventsInput) SetEnvironmentName

func (s *DescribeEventsInput) SetEnvironmentName(v string) *DescribeEventsInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*DescribeEventsInput) SetMaxRecords

func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput

SetMaxRecords sets the MaxRecords field's value.

func (*DescribeEventsInput) SetNextToken

func (s *DescribeEventsInput) SetNextToken(v string) *DescribeEventsInput

SetNextToken sets the NextToken field's value.

func (*DescribeEventsInput) SetPlatformArn

func (s *DescribeEventsInput) SetPlatformArn(v string) *DescribeEventsInput

SetPlatformArn sets the PlatformArn field's value.

func (*DescribeEventsInput) SetRequestId

func (s *DescribeEventsInput) SetRequestId(v string) *DescribeEventsInput

SetRequestId sets the RequestId field's value.

func (*DescribeEventsInput) SetSeverity

func (s *DescribeEventsInput) SetSeverity(v string) *DescribeEventsInput

SetSeverity sets the Severity field's value.

func (*DescribeEventsInput) SetStartTime

func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput

SetStartTime sets the StartTime field's value.

func (*DescribeEventsInput) SetTemplateName

func (s *DescribeEventsInput) SetTemplateName(v string) *DescribeEventsInput

SetTemplateName sets the TemplateName field's value.

func (*DescribeEventsInput) SetVersionLabel

func (s *DescribeEventsInput) SetVersionLabel(v string) *DescribeEventsInput

SetVersionLabel sets the VersionLabel field's value.

func (DescribeEventsInput) String

func (s DescribeEventsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEventsInput) Validate

func (s *DescribeEventsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeEventsOutput

type DescribeEventsOutput struct {

    // A list of EventDescription.
    Events []*EventDescription `type:"list"`

    // 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 `type:"string"`
    // contains filtered or unexported fields
}

Result message wrapping a list of event descriptions.

func (DescribeEventsOutput) GoString

func (s DescribeEventsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeEventsOutput) SetEvents

func (s *DescribeEventsOutput) SetEvents(v []*EventDescription) *DescribeEventsOutput

SetEvents sets the Events field's value.

func (*DescribeEventsOutput) SetNextToken

func (s *DescribeEventsOutput) SetNextToken(v string) *DescribeEventsOutput

SetNextToken sets the NextToken field's value.

func (DescribeEventsOutput) String

func (s DescribeEventsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInstancesHealthInput

type DescribeInstancesHealthInput struct {

    // 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 []*string `type:"list" enum:"InstancesHealthAttribute"`

    // Specify the AWS Elastic Beanstalk environment by ID.
    EnvironmentId *string `type:"string"`

    // Specify the AWS Elastic Beanstalk environment by name.
    EnvironmentName *string `min:"4" type:"string"`

    // Specify the pagination token returned by a previous call.
    NextToken *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Parameters for a call to DescribeInstancesHealth.

func (DescribeInstancesHealthInput) GoString

func (s DescribeInstancesHealthInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancesHealthInput) SetAttributeNames

func (s *DescribeInstancesHealthInput) SetAttributeNames(v []*string) *DescribeInstancesHealthInput

SetAttributeNames sets the AttributeNames field's value.

func (*DescribeInstancesHealthInput) SetEnvironmentId

func (s *DescribeInstancesHealthInput) SetEnvironmentId(v string) *DescribeInstancesHealthInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*DescribeInstancesHealthInput) SetEnvironmentName

func (s *DescribeInstancesHealthInput) SetEnvironmentName(v string) *DescribeInstancesHealthInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*DescribeInstancesHealthInput) SetNextToken

func (s *DescribeInstancesHealthInput) SetNextToken(v string) *DescribeInstancesHealthInput

SetNextToken sets the NextToken field's value.

func (DescribeInstancesHealthInput) String

func (s DescribeInstancesHealthInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancesHealthInput) Validate

func (s *DescribeInstancesHealthInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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 <CPUUtilization>
    // type.
    InstanceHealthList []*SingleInstanceHealth `type:"list"`

    // Pagination token for the next page of results, if available.
    NextToken *string `min:"1" type:"string"`

    // The date and time that the health information was retrieved.
    RefreshedAt *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

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

func (DescribeInstancesHealthOutput) GoString

func (s DescribeInstancesHealthOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInstancesHealthOutput) SetInstanceHealthList

func (s *DescribeInstancesHealthOutput) SetInstanceHealthList(v []*SingleInstanceHealth) *DescribeInstancesHealthOutput

SetInstanceHealthList sets the InstanceHealthList field's value.

func (*DescribeInstancesHealthOutput) SetNextToken

func (s *DescribeInstancesHealthOutput) SetNextToken(v string) *DescribeInstancesHealthOutput

SetNextToken sets the NextToken field's value.

func (*DescribeInstancesHealthOutput) SetRefreshedAt

func (s *DescribeInstancesHealthOutput) SetRefreshedAt(v time.Time) *DescribeInstancesHealthOutput

SetRefreshedAt sets the RefreshedAt field's value.

func (DescribeInstancesHealthOutput) String

func (s DescribeInstancesHealthOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePlatformVersionInput

type DescribePlatformVersionInput struct {

    // The ARN of the platform version.
    PlatformArn *string `type:"string"`
    // contains filtered or unexported fields
}

func (DescribePlatformVersionInput) GoString

func (s DescribePlatformVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePlatformVersionInput) SetPlatformArn

func (s *DescribePlatformVersionInput) SetPlatformArn(v string) *DescribePlatformVersionInput

SetPlatformArn sets the PlatformArn field's value.

func (DescribePlatformVersionInput) String

func (s DescribePlatformVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribePlatformVersionOutput

type DescribePlatformVersionOutput struct {

    // Detailed information about the platform version.
    PlatformDescription *PlatformDescription `type:"structure"`
    // contains filtered or unexported fields
}

func (DescribePlatformVersionOutput) GoString

func (s DescribePlatformVersionOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribePlatformVersionOutput) SetPlatformDescription

func (s *DescribePlatformVersionOutput) SetPlatformDescription(v *PlatformDescription) *DescribePlatformVersionOutput

SetPlatformDescription sets the PlatformDescription field's value.

func (DescribePlatformVersionOutput) String

func (s DescribePlatformVersionOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateEnvironmentOperationsRoleInput

type DisassociateEnvironmentOperationsRoleInput struct {

    // The name of the environment from which to disassociate the operations role.
    //
    // EnvironmentName is a required field
    EnvironmentName *string `min:"4" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Request to disassociate the operations role from an environment.

func (DisassociateEnvironmentOperationsRoleInput) GoString

func (s DisassociateEnvironmentOperationsRoleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateEnvironmentOperationsRoleInput) SetEnvironmentName

func (s *DisassociateEnvironmentOperationsRoleInput) SetEnvironmentName(v string) *DisassociateEnvironmentOperationsRoleInput

SetEnvironmentName sets the EnvironmentName field's value.

func (DisassociateEnvironmentOperationsRoleInput) String

func (s DisassociateEnvironmentOperationsRoleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DisassociateEnvironmentOperationsRoleInput) Validate

func (s *DisassociateEnvironmentOperationsRoleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DisassociateEnvironmentOperationsRoleOutput

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

func (DisassociateEnvironmentOperationsRoleOutput) GoString

func (s DisassociateEnvironmentOperationsRoleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisassociateEnvironmentOperationsRoleOutput) String

func (s DisassociateEnvironmentOperationsRoleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ElasticBeanstalk

type ElasticBeanstalk struct {
    *client.Client
}

ElasticBeanstalk provides the API operation methods for making requests to AWS Elastic Beanstalk. See this package's package overview docs for details on the service.

ElasticBeanstalk methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *ElasticBeanstalk

New creates a new instance of the ElasticBeanstalk client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

mySession := session.Must(session.NewSession())

// Create a ElasticBeanstalk client from just a session.
svc := elasticbeanstalk.New(mySession)

// Create a ElasticBeanstalk client with additional configuration
svc := elasticbeanstalk.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*ElasticBeanstalk) AbortEnvironmentUpdate

func (c *ElasticBeanstalk) AbortEnvironmentUpdate(input *AbortEnvironmentUpdateInput) (*AbortEnvironmentUpdateOutput, error)

AbortEnvironmentUpdate API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation AbortEnvironmentUpdate for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/AbortEnvironmentUpdate

Example (Shared00)

To abort a deployment The following code aborts a running application version deployment for an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.AbortEnvironmentUpdateInput{
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.AbortEnvironmentUpdate(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) AbortEnvironmentUpdateRequest

func (c *ElasticBeanstalk) AbortEnvironmentUpdateRequest(input *AbortEnvironmentUpdateInput) (req *request.Request, output *AbortEnvironmentUpdateOutput)

AbortEnvironmentUpdateRequest generates a "aws/request.Request" representing the client's request for the AbortEnvironmentUpdate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AbortEnvironmentUpdate for more information on using the AbortEnvironmentUpdate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AbortEnvironmentUpdateRequest method.
req, resp := client.AbortEnvironmentUpdateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/AbortEnvironmentUpdate

func (*ElasticBeanstalk) AbortEnvironmentUpdateWithContext

func (c *ElasticBeanstalk) AbortEnvironmentUpdateWithContext(ctx aws.Context, input *AbortEnvironmentUpdateInput, opts ...request.Option) (*AbortEnvironmentUpdateOutput, error)

AbortEnvironmentUpdateWithContext is the same as AbortEnvironmentUpdate with the addition of the ability to pass a context and additional request options.

See AbortEnvironmentUpdate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) ApplyEnvironmentManagedAction

func (c *ElasticBeanstalk) ApplyEnvironmentManagedAction(input *ApplyEnvironmentManagedActionInput) (*ApplyEnvironmentManagedActionOutput, error)

ApplyEnvironmentManagedAction API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation ApplyEnvironmentManagedAction for usage and error information.

Returned Error Codes:

  • ErrCodeServiceException "ElasticBeanstalkServiceException" A generic service exception has occurred.

  • ErrCodeManagedActionInvalidStateException "ManagedActionInvalidStateException" Cannot modify the managed action in its current state.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplyEnvironmentManagedAction

func (*ElasticBeanstalk) ApplyEnvironmentManagedActionRequest

func (c *ElasticBeanstalk) ApplyEnvironmentManagedActionRequest(input *ApplyEnvironmentManagedActionInput) (req *request.Request, output *ApplyEnvironmentManagedActionOutput)

ApplyEnvironmentManagedActionRequest generates a "aws/request.Request" representing the client's request for the ApplyEnvironmentManagedAction operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ApplyEnvironmentManagedAction for more information on using the ApplyEnvironmentManagedAction API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ApplyEnvironmentManagedActionRequest method.
req, resp := client.ApplyEnvironmentManagedActionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ApplyEnvironmentManagedAction

func (*ElasticBeanstalk) ApplyEnvironmentManagedActionWithContext

func (c *ElasticBeanstalk) ApplyEnvironmentManagedActionWithContext(ctx aws.Context, input *ApplyEnvironmentManagedActionInput, opts ...request.Option) (*ApplyEnvironmentManagedActionOutput, error)

ApplyEnvironmentManagedActionWithContext is the same as ApplyEnvironmentManagedAction with the addition of the ability to pass a context and additional request options.

See ApplyEnvironmentManagedAction for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) AssociateEnvironmentOperationsRole

func (c *ElasticBeanstalk) AssociateEnvironmentOperationsRole(input *AssociateEnvironmentOperationsRoleInput) (*AssociateEnvironmentOperationsRoleOutput, error)

AssociateEnvironmentOperationsRole API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation AssociateEnvironmentOperationsRole for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole

func (*ElasticBeanstalk) AssociateEnvironmentOperationsRoleRequest

func (c *ElasticBeanstalk) AssociateEnvironmentOperationsRoleRequest(input *AssociateEnvironmentOperationsRoleInput) (req *request.Request, output *AssociateEnvironmentOperationsRoleOutput)

AssociateEnvironmentOperationsRoleRequest generates a "aws/request.Request" representing the client's request for the AssociateEnvironmentOperationsRole operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See AssociateEnvironmentOperationsRole for more information on using the AssociateEnvironmentOperationsRole API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the AssociateEnvironmentOperationsRoleRequest method.
req, resp := client.AssociateEnvironmentOperationsRoleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/AssociateEnvironmentOperationsRole

func (*ElasticBeanstalk) AssociateEnvironmentOperationsRoleWithContext

func (c *ElasticBeanstalk) AssociateEnvironmentOperationsRoleWithContext(ctx aws.Context, input *AssociateEnvironmentOperationsRoleInput, opts ...request.Option) (*AssociateEnvironmentOperationsRoleOutput, error)

AssociateEnvironmentOperationsRoleWithContext is the same as AssociateEnvironmentOperationsRole with the addition of the ability to pass a context and additional request options.

See AssociateEnvironmentOperationsRole for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) CheckDNSAvailability

func (c *ElasticBeanstalk) CheckDNSAvailability(input *CheckDNSAvailabilityInput) (*CheckDNSAvailabilityOutput, error)

CheckDNSAvailability API operation for AWS Elastic Beanstalk.

Checks if the specified CNAME is available.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation CheckDNSAvailability for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CheckDNSAvailability

Example (Shared00)

To check the availability of a CNAME The following operation checks the availability of the subdomain my-cname:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.CheckDNSAvailabilityInput{
    CNAMEPrefix: aws.String("my-cname"),
}

result, err := svc.CheckDNSAvailability(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) CheckDNSAvailabilityRequest

func (c *ElasticBeanstalk) CheckDNSAvailabilityRequest(input *CheckDNSAvailabilityInput) (req *request.Request, output *CheckDNSAvailabilityOutput)

CheckDNSAvailabilityRequest generates a "aws/request.Request" representing the client's request for the CheckDNSAvailability operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CheckDNSAvailability for more information on using the CheckDNSAvailability API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CheckDNSAvailabilityRequest method.
req, resp := client.CheckDNSAvailabilityRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CheckDNSAvailability

func (*ElasticBeanstalk) CheckDNSAvailabilityWithContext

func (c *ElasticBeanstalk) CheckDNSAvailabilityWithContext(ctx aws.Context, input *CheckDNSAvailabilityInput, opts ...request.Option) (*CheckDNSAvailabilityOutput, error)

CheckDNSAvailabilityWithContext is the same as CheckDNSAvailability with the addition of the ability to pass a context and additional request options.

See CheckDNSAvailability for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) ComposeEnvironments

func (c *ElasticBeanstalk) ComposeEnvironments(input *ComposeEnvironmentsInput) (*EnvironmentDescriptionsMessage, error)

ComposeEnvironments API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation ComposeEnvironments for usage and error information.

Returned Error Codes:

  • ErrCodeTooManyEnvironmentsException "TooManyEnvironmentsException" The specified account has reached its limit of environments.

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ComposeEnvironments

func (*ElasticBeanstalk) ComposeEnvironmentsRequest

func (c *ElasticBeanstalk) ComposeEnvironmentsRequest(input *ComposeEnvironmentsInput) (req *request.Request, output *EnvironmentDescriptionsMessage)

ComposeEnvironmentsRequest generates a "aws/request.Request" representing the client's request for the ComposeEnvironments operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ComposeEnvironments for more information on using the ComposeEnvironments API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ComposeEnvironmentsRequest method.
req, resp := client.ComposeEnvironmentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ComposeEnvironments

func (*ElasticBeanstalk) ComposeEnvironmentsWithContext

func (c *ElasticBeanstalk) ComposeEnvironmentsWithContext(ctx aws.Context, input *ComposeEnvironmentsInput, opts ...request.Option) (*EnvironmentDescriptionsMessage, error)

ComposeEnvironmentsWithContext is the same as ComposeEnvironments with the addition of the ability to pass a context and additional request options.

See ComposeEnvironments for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) CreateApplication

func (c *ElasticBeanstalk) CreateApplication(input *CreateApplicationInput) (*ApplicationDescriptionMessage, error)

CreateApplication API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation CreateApplication for usage and error information.

Returned Error Codes:

  • ErrCodeTooManyApplicationsException "TooManyApplicationsException" The specified account has reached its limit of applications.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateApplication

Example (Shared00)

To create a new application The following operation creates a new application named my-app:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.CreateApplicationInput{
    ApplicationName: aws.String("my-app"),
    Description:     aws.String("my application"),
}

result, err := svc.CreateApplication(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeTooManyApplicationsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyApplicationsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) CreateApplicationRequest

func (c *ElasticBeanstalk) CreateApplicationRequest(input *CreateApplicationInput) (req *request.Request, output *ApplicationDescriptionMessage)

CreateApplicationRequest generates a "aws/request.Request" representing the client's request for the CreateApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateApplication for more information on using the CreateApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateApplicationRequest method.
req, resp := client.CreateApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateApplication

func (*ElasticBeanstalk) CreateApplicationVersion

func (c *ElasticBeanstalk) CreateApplicationVersion(input *CreateApplicationVersionInput) (*ApplicationVersionDescriptionMessage, error)

CreateApplicationVersion API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation CreateApplicationVersion for usage and error information.

Returned Error Codes:

  • ErrCodeTooManyApplicationsException "TooManyApplicationsException" The specified account has reached its limit of applications.

  • ErrCodeTooManyApplicationVersionsException "TooManyApplicationVersionsException" The specified account has reached its limit of application versions.

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeS3LocationNotInServiceRegionException "S3LocationNotInServiceRegionException" The specified S3 bucket does not belong to the S3 region in which the service is running. The following regions are supported:

  • IAD/us-east-1

  • PDX/us-west-2

  • DUB/eu-west-1

  • ErrCodeCodeBuildNotInServiceRegionException "CodeBuildNotInServiceRegionException" AWS CodeBuild is not available in the specified region.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateApplicationVersion

Example (Shared00)

To create a new application The following operation creates a new version (v1) of an application named my-app:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.CreateApplicationVersionInput{
    ApplicationName:       aws.String("my-app"),
    AutoCreateApplication: aws.Bool(true),
    Description:           aws.String("my-app-v1"),
    Process:               aws.Bool(true),
    SourceBundle: &elasticbeanstalk.S3Location{
        S3Bucket: aws.String("my-bucket"),
        S3Key:    aws.String("sample.war"),
    },
    VersionLabel: aws.String("v1"),
}

result, err := svc.CreateApplicationVersion(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeTooManyApplicationsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyApplicationsException, aerr.Error())
        case elasticbeanstalk.ErrCodeTooManyApplicationVersionsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyApplicationVersionsException, aerr.Error())
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        case elasticbeanstalk.ErrCodeS3LocationNotInServiceRegionException:
            fmt.Println(elasticbeanstalk.ErrCodeS3LocationNotInServiceRegionException, aerr.Error())
        case elasticbeanstalk.ErrCodeCodeBuildNotInServiceRegionException:
            fmt.Println(elasticbeanstalk.ErrCodeCodeBuildNotInServiceRegionException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) CreateApplicationVersionRequest

func (c *ElasticBeanstalk) CreateApplicationVersionRequest(input *CreateApplicationVersionInput) (req *request.Request, output *ApplicationVersionDescriptionMessage)

CreateApplicationVersionRequest generates a "aws/request.Request" representing the client's request for the CreateApplicationVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateApplicationVersion for more information on using the CreateApplicationVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateApplicationVersionRequest method.
req, resp := client.CreateApplicationVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateApplicationVersion

func (*ElasticBeanstalk) CreateApplicationVersionWithContext

func (c *ElasticBeanstalk) CreateApplicationVersionWithContext(ctx aws.Context, input *CreateApplicationVersionInput, opts ...request.Option) (*ApplicationVersionDescriptionMessage, error)

CreateApplicationVersionWithContext is the same as CreateApplicationVersion with the addition of the ability to pass a context and additional request options.

See CreateApplicationVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) CreateApplicationWithContext

func (c *ElasticBeanstalk) CreateApplicationWithContext(ctx aws.Context, input *CreateApplicationInput, opts ...request.Option) (*ApplicationDescriptionMessage, error)

CreateApplicationWithContext is the same as CreateApplication with the addition of the ability to pass a context and additional request options.

See CreateApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) CreateConfigurationTemplate

func (c *ElasticBeanstalk) CreateConfigurationTemplate(input *CreateConfigurationTemplateInput) (*ConfigurationSettingsDescription, error)

CreateConfigurationTemplate API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation CreateConfigurationTemplate for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeTooManyBucketsException "TooManyBucketsException" The specified account has reached its limit of Amazon S3 buckets.

  • ErrCodeTooManyConfigurationTemplatesException "TooManyConfigurationTemplatesException" The specified account has reached its limit of configuration templates.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateConfigurationTemplate

Example (Shared00)

To create a configuration template The following operation creates a configuration template named my-app-v1 from the settings applied to an environment with the id e-rpqsewtp2j:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.CreateConfigurationTemplateInput{
    ApplicationName: aws.String("my-app"),
    EnvironmentId:   aws.String("e-rpqsewtp2j"),
    TemplateName:    aws.String("my-app-v1"),
}

result, err := svc.CreateConfigurationTemplate(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        case elasticbeanstalk.ErrCodeTooManyBucketsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyBucketsException, aerr.Error())
        case elasticbeanstalk.ErrCodeTooManyConfigurationTemplatesException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyConfigurationTemplatesException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) CreateConfigurationTemplateRequest

func (c *ElasticBeanstalk) CreateConfigurationTemplateRequest(input *CreateConfigurationTemplateInput) (req *request.Request, output *ConfigurationSettingsDescription)

CreateConfigurationTemplateRequest generates a "aws/request.Request" representing the client's request for the CreateConfigurationTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateConfigurationTemplate for more information on using the CreateConfigurationTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateConfigurationTemplateRequest method.
req, resp := client.CreateConfigurationTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateConfigurationTemplate

func (*ElasticBeanstalk) CreateConfigurationTemplateWithContext

func (c *ElasticBeanstalk) CreateConfigurationTemplateWithContext(ctx aws.Context, input *CreateConfigurationTemplateInput, opts ...request.Option) (*ConfigurationSettingsDescription, error)

CreateConfigurationTemplateWithContext is the same as CreateConfigurationTemplate with the addition of the ability to pass a context and additional request options.

See CreateConfigurationTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) CreateEnvironment

func (c *ElasticBeanstalk) CreateEnvironment(input *CreateEnvironmentInput) (*EnvironmentDescription, error)

CreateEnvironment API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation CreateEnvironment for usage and error information.

Returned Error Codes:

  • ErrCodeTooManyEnvironmentsException "TooManyEnvironmentsException" The specified account has reached its limit of environments.

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateEnvironment

Example (Shared00)

To create a new environment for an application The following operation creates a new environment for version v1 of a java application named my-app:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.CreateEnvironmentInput{
    ApplicationName:   aws.String("my-app"),
    CNAMEPrefix:       aws.String("my-app"),
    EnvironmentName:   aws.String("my-env"),
    SolutionStackName: aws.String("64bit Amazon Linux 2015.03 v2.0.0 running Tomcat 8 Java 8"),
    VersionLabel:      aws.String("v1"),
}

result, err := svc.CreateEnvironment(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeTooManyEnvironmentsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyEnvironmentsException, aerr.Error())
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) CreateEnvironmentRequest

func (c *ElasticBeanstalk) CreateEnvironmentRequest(input *CreateEnvironmentInput) (req *request.Request, output *EnvironmentDescription)

CreateEnvironmentRequest generates a "aws/request.Request" representing the client's request for the CreateEnvironment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateEnvironment for more information on using the CreateEnvironment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateEnvironmentRequest method.
req, resp := client.CreateEnvironmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateEnvironment

func (*ElasticBeanstalk) CreateEnvironmentWithContext

func (c *ElasticBeanstalk) CreateEnvironmentWithContext(ctx aws.Context, input *CreateEnvironmentInput, opts ...request.Option) (*EnvironmentDescription, error)

CreateEnvironmentWithContext is the same as CreateEnvironment with the addition of the ability to pass a context and additional request options.

See CreateEnvironment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) CreatePlatformVersion

func (c *ElasticBeanstalk) CreatePlatformVersion(input *CreatePlatformVersionInput) (*CreatePlatformVersionOutput, error)

CreatePlatformVersion API operation for AWS Elastic Beanstalk.

Create a new version of your custom platform.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation CreatePlatformVersion for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeServiceException "ElasticBeanstalkServiceException" A generic service exception has occurred.

  • ErrCodeTooManyPlatformsException "TooManyPlatformsException" You have exceeded the maximum number of allowed platforms associated with the account.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreatePlatformVersion

func (*ElasticBeanstalk) CreatePlatformVersionRequest

func (c *ElasticBeanstalk) CreatePlatformVersionRequest(input *CreatePlatformVersionInput) (req *request.Request, output *CreatePlatformVersionOutput)

CreatePlatformVersionRequest generates a "aws/request.Request" representing the client's request for the CreatePlatformVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreatePlatformVersion for more information on using the CreatePlatformVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreatePlatformVersionRequest method.
req, resp := client.CreatePlatformVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreatePlatformVersion

func (*ElasticBeanstalk) CreatePlatformVersionWithContext

func (c *ElasticBeanstalk) CreatePlatformVersionWithContext(ctx aws.Context, input *CreatePlatformVersionInput, opts ...request.Option) (*CreatePlatformVersionOutput, error)

CreatePlatformVersionWithContext is the same as CreatePlatformVersion with the addition of the ability to pass a context and additional request options.

See CreatePlatformVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) CreateStorageLocation

func (c *ElasticBeanstalk) CreateStorageLocation(input *CreateStorageLocationInput) (*CreateStorageLocationOutput, error)

CreateStorageLocation API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation CreateStorageLocation for usage and error information.

Returned Error Codes:

  • ErrCodeTooManyBucketsException "TooManyBucketsException" The specified account has reached its limit of Amazon S3 buckets.

  • ErrCodeS3SubscriptionRequiredException "S3SubscriptionRequiredException" The specified account does not have a subscription to Amazon S3.

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateStorageLocation

Example (Shared00)

To create a new environment for an application The following operation creates a new environment for version v1 of a java application named my-app:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.CreateStorageLocationInput{}

result, err := svc.CreateStorageLocation(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeTooManyBucketsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyBucketsException, aerr.Error())
        case elasticbeanstalk.ErrCodeS3SubscriptionRequiredException:
            fmt.Println(elasticbeanstalk.ErrCodeS3SubscriptionRequiredException, aerr.Error())
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) CreateStorageLocationRequest

func (c *ElasticBeanstalk) CreateStorageLocationRequest(input *CreateStorageLocationInput) (req *request.Request, output *CreateStorageLocationOutput)

CreateStorageLocationRequest generates a "aws/request.Request" representing the client's request for the CreateStorageLocation operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See CreateStorageLocation for more information on using the CreateStorageLocation API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the CreateStorageLocationRequest method.
req, resp := client.CreateStorageLocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/CreateStorageLocation

func (*ElasticBeanstalk) CreateStorageLocationWithContext

func (c *ElasticBeanstalk) CreateStorageLocationWithContext(ctx aws.Context, input *CreateStorageLocationInput, opts ...request.Option) (*CreateStorageLocationOutput, error)

CreateStorageLocationWithContext is the same as CreateStorageLocation with the addition of the ability to pass a context and additional request options.

See CreateStorageLocation for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DeleteApplication

func (c *ElasticBeanstalk) DeleteApplication(input *DeleteApplicationInput) (*DeleteApplicationOutput, error)

DeleteApplication API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DeleteApplication for usage and error information.

Returned Error Codes:

  • ErrCodeOperationInProgressException "OperationInProgressFailure" Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteApplication

Example (Shared00)

To delete an application The following operation deletes an application named my-app:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DeleteApplicationInput{
    ApplicationName: aws.String("my-app"),
}

result, err := svc.DeleteApplication(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeOperationInProgressException:
            fmt.Println(elasticbeanstalk.ErrCodeOperationInProgressException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DeleteApplicationRequest

func (c *ElasticBeanstalk) DeleteApplicationRequest(input *DeleteApplicationInput) (req *request.Request, output *DeleteApplicationOutput)

DeleteApplicationRequest generates a "aws/request.Request" representing the client's request for the DeleteApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApplication for more information on using the DeleteApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteApplicationRequest method.
req, resp := client.DeleteApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteApplication

func (*ElasticBeanstalk) DeleteApplicationVersion

func (c *ElasticBeanstalk) DeleteApplicationVersion(input *DeleteApplicationVersionInput) (*DeleteApplicationVersionOutput, error)

DeleteApplicationVersion API operation for AWS Elastic Beanstalk.

Deletes the specified version from the specified application.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DeleteApplicationVersion for usage and error information.

Returned Error Codes:

  • ErrCodeSourceBundleDeletionException "SourceBundleDeletionFailure" Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeOperationInProgressException "OperationInProgressFailure" Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

  • ErrCodeS3LocationNotInServiceRegionException "S3LocationNotInServiceRegionException" The specified S3 bucket does not belong to the S3 region in which the service is running. The following regions are supported:

  • IAD/us-east-1

  • PDX/us-west-2

  • DUB/eu-west-1

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteApplicationVersion

Example (Shared00)

To delete an application version The following operation deletes an application version named 22a0-stage-150819_182129 for an application named my-app:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DeleteApplicationVersionInput{
    ApplicationName:    aws.String("my-app"),
    DeleteSourceBundle: aws.Bool(true),
    VersionLabel:       aws.String("22a0-stage-150819_182129"),
}

result, err := svc.DeleteApplicationVersion(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeSourceBundleDeletionException:
            fmt.Println(elasticbeanstalk.ErrCodeSourceBundleDeletionException, aerr.Error())
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        case elasticbeanstalk.ErrCodeOperationInProgressException:
            fmt.Println(elasticbeanstalk.ErrCodeOperationInProgressException, aerr.Error())
        case elasticbeanstalk.ErrCodeS3LocationNotInServiceRegionException:
            fmt.Println(elasticbeanstalk.ErrCodeS3LocationNotInServiceRegionException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DeleteApplicationVersionRequest

func (c *ElasticBeanstalk) DeleteApplicationVersionRequest(input *DeleteApplicationVersionInput) (req *request.Request, output *DeleteApplicationVersionOutput)

DeleteApplicationVersionRequest generates a "aws/request.Request" representing the client's request for the DeleteApplicationVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteApplicationVersion for more information on using the DeleteApplicationVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteApplicationVersionRequest method.
req, resp := client.DeleteApplicationVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteApplicationVersion

func (*ElasticBeanstalk) DeleteApplicationVersionWithContext

func (c *ElasticBeanstalk) DeleteApplicationVersionWithContext(ctx aws.Context, input *DeleteApplicationVersionInput, opts ...request.Option) (*DeleteApplicationVersionOutput, error)

DeleteApplicationVersionWithContext is the same as DeleteApplicationVersion with the addition of the ability to pass a context and additional request options.

See DeleteApplicationVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DeleteApplicationWithContext

func (c *ElasticBeanstalk) DeleteApplicationWithContext(ctx aws.Context, input *DeleteApplicationInput, opts ...request.Option) (*DeleteApplicationOutput, error)

DeleteApplicationWithContext is the same as DeleteApplication with the addition of the ability to pass a context and additional request options.

See DeleteApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DeleteConfigurationTemplate

func (c *ElasticBeanstalk) DeleteConfigurationTemplate(input *DeleteConfigurationTemplateInput) (*DeleteConfigurationTemplateOutput, error)

DeleteConfigurationTemplate API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DeleteConfigurationTemplate for usage and error information.

Returned Error Codes:

  • ErrCodeOperationInProgressException "OperationInProgressFailure" Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteConfigurationTemplate

Example (Shared00)

To delete a configuration template The following operation deletes a configuration template named my-template for an application named my-app:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DeleteConfigurationTemplateInput{
    ApplicationName: aws.String("my-app"),
    TemplateName:    aws.String("my-template"),
}

result, err := svc.DeleteConfigurationTemplate(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeOperationInProgressException:
            fmt.Println(elasticbeanstalk.ErrCodeOperationInProgressException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DeleteConfigurationTemplateRequest

func (c *ElasticBeanstalk) DeleteConfigurationTemplateRequest(input *DeleteConfigurationTemplateInput) (req *request.Request, output *DeleteConfigurationTemplateOutput)

DeleteConfigurationTemplateRequest generates a "aws/request.Request" representing the client's request for the DeleteConfigurationTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteConfigurationTemplate for more information on using the DeleteConfigurationTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteConfigurationTemplateRequest method.
req, resp := client.DeleteConfigurationTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteConfigurationTemplate

func (*ElasticBeanstalk) DeleteConfigurationTemplateWithContext

func (c *ElasticBeanstalk) DeleteConfigurationTemplateWithContext(ctx aws.Context, input *DeleteConfigurationTemplateInput, opts ...request.Option) (*DeleteConfigurationTemplateOutput, error)

DeleteConfigurationTemplateWithContext is the same as DeleteConfigurationTemplate with the addition of the ability to pass a context and additional request options.

See DeleteConfigurationTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DeleteEnvironmentConfiguration

func (c *ElasticBeanstalk) DeleteEnvironmentConfiguration(input *DeleteEnvironmentConfigurationInput) (*DeleteEnvironmentConfigurationOutput, error)

DeleteEnvironmentConfiguration API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DeleteEnvironmentConfiguration for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteEnvironmentConfiguration

Example (Shared00)

To delete a draft configuration The following operation deletes a draft configuration for an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DeleteEnvironmentConfigurationInput{
    ApplicationName: aws.String("my-app"),
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.DeleteEnvironmentConfiguration(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DeleteEnvironmentConfigurationRequest

func (c *ElasticBeanstalk) DeleteEnvironmentConfigurationRequest(input *DeleteEnvironmentConfigurationInput) (req *request.Request, output *DeleteEnvironmentConfigurationOutput)

DeleteEnvironmentConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteEnvironmentConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteEnvironmentConfiguration for more information on using the DeleteEnvironmentConfiguration API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteEnvironmentConfigurationRequest method.
req, resp := client.DeleteEnvironmentConfigurationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeleteEnvironmentConfiguration

func (*ElasticBeanstalk) DeleteEnvironmentConfigurationWithContext

func (c *ElasticBeanstalk) DeleteEnvironmentConfigurationWithContext(ctx aws.Context, input *DeleteEnvironmentConfigurationInput, opts ...request.Option) (*DeleteEnvironmentConfigurationOutput, error)

DeleteEnvironmentConfigurationWithContext is the same as DeleteEnvironmentConfiguration with the addition of the ability to pass a context and additional request options.

See DeleteEnvironmentConfiguration for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DeletePlatformVersion

func (c *ElasticBeanstalk) DeletePlatformVersion(input *DeletePlatformVersionInput) (*DeletePlatformVersionOutput, error)

DeletePlatformVersion API operation for AWS Elastic Beanstalk.

Deletes the specified version of a custom platform.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DeletePlatformVersion for usage and error information.

Returned Error Codes:

  • ErrCodeOperationInProgressException "OperationInProgressFailure" Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeServiceException "ElasticBeanstalkServiceException" A generic service exception has occurred.

  • ErrCodePlatformVersionStillReferencedException "PlatformVersionStillReferencedException" You cannot delete the platform version because there are still environments running on it.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeletePlatformVersion

func (*ElasticBeanstalk) DeletePlatformVersionRequest

func (c *ElasticBeanstalk) DeletePlatformVersionRequest(input *DeletePlatformVersionInput) (req *request.Request, output *DeletePlatformVersionOutput)

DeletePlatformVersionRequest generates a "aws/request.Request" representing the client's request for the DeletePlatformVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeletePlatformVersion for more information on using the DeletePlatformVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeletePlatformVersionRequest method.
req, resp := client.DeletePlatformVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DeletePlatformVersion

func (*ElasticBeanstalk) DeletePlatformVersionWithContext

func (c *ElasticBeanstalk) DeletePlatformVersionWithContext(ctx aws.Context, input *DeletePlatformVersionInput, opts ...request.Option) (*DeletePlatformVersionOutput, error)

DeletePlatformVersionWithContext is the same as DeletePlatformVersion with the addition of the ability to pass a context and additional request options.

See DeletePlatformVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeAccountAttributes

func (c *ElasticBeanstalk) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error)

DescribeAccountAttributes API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeAccountAttributes for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeAccountAttributes

func (*ElasticBeanstalk) DescribeAccountAttributesRequest

func (c *ElasticBeanstalk) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput)

DescribeAccountAttributesRequest generates a "aws/request.Request" representing the client's request for the DescribeAccountAttributes operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeAccountAttributes for more information on using the DescribeAccountAttributes API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeAccountAttributesRequest method.
req, resp := client.DescribeAccountAttributesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeAccountAttributes

func (*ElasticBeanstalk) DescribeAccountAttributesWithContext

func (c *ElasticBeanstalk) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error)

DescribeAccountAttributesWithContext is the same as DescribeAccountAttributes with the addition of the ability to pass a context and additional request options.

See DescribeAccountAttributes for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeApplicationVersions

func (c *ElasticBeanstalk) DescribeApplicationVersions(input *DescribeApplicationVersionsInput) (*DescribeApplicationVersionsOutput, error)

DescribeApplicationVersions API operation for AWS Elastic Beanstalk.

Retrieve a list of application versions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeApplicationVersions for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeApplicationVersions

Example (Shared00)

To view information about an application version The following operation retrieves information about an application version labeled v2:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DescribeApplicationVersionsInput{
    ApplicationName: aws.String("my-app"),
    VersionLabels: []*string{
        aws.String("v2"),
    },
}

result, err := svc.DescribeApplicationVersions(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DescribeApplicationVersionsRequest

func (c *ElasticBeanstalk) DescribeApplicationVersionsRequest(input *DescribeApplicationVersionsInput) (req *request.Request, output *DescribeApplicationVersionsOutput)

DescribeApplicationVersionsRequest generates a "aws/request.Request" representing the client's request for the DescribeApplicationVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeApplicationVersions for more information on using the DescribeApplicationVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeApplicationVersionsRequest method.
req, resp := client.DescribeApplicationVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeApplicationVersions

func (*ElasticBeanstalk) DescribeApplicationVersionsWithContext

func (c *ElasticBeanstalk) DescribeApplicationVersionsWithContext(ctx aws.Context, input *DescribeApplicationVersionsInput, opts ...request.Option) (*DescribeApplicationVersionsOutput, error)

DescribeApplicationVersionsWithContext is the same as DescribeApplicationVersions with the addition of the ability to pass a context and additional request options.

See DescribeApplicationVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeApplications

func (c *ElasticBeanstalk) DescribeApplications(input *DescribeApplicationsInput) (*DescribeApplicationsOutput, error)

DescribeApplications API operation for AWS Elastic Beanstalk.

Returns the descriptions of existing applications.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeApplications for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeApplications

Example (Shared00)

To view a list of applications The following operation retrieves information about applications in the current region:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DescribeApplicationsInput{}

result, err := svc.DescribeApplications(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DescribeApplicationsRequest

func (c *ElasticBeanstalk) DescribeApplicationsRequest(input *DescribeApplicationsInput) (req *request.Request, output *DescribeApplicationsOutput)

DescribeApplicationsRequest generates a "aws/request.Request" representing the client's request for the DescribeApplications operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeApplications for more information on using the DescribeApplications API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeApplicationsRequest method.
req, resp := client.DescribeApplicationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeApplications

func (*ElasticBeanstalk) DescribeApplicationsWithContext

func (c *ElasticBeanstalk) DescribeApplicationsWithContext(ctx aws.Context, input *DescribeApplicationsInput, opts ...request.Option) (*DescribeApplicationsOutput, error)

DescribeApplicationsWithContext is the same as DescribeApplications with the addition of the ability to pass a context and additional request options.

See DescribeApplications for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeConfigurationOptions

func (c *ElasticBeanstalk) DescribeConfigurationOptions(input *DescribeConfigurationOptionsInput) (*DescribeConfigurationOptionsOutput, error)

DescribeConfigurationOptions API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeConfigurationOptions for usage and error information.

Returned Error Codes:

  • ErrCodeTooManyBucketsException "TooManyBucketsException" The specified account has reached its limit of Amazon S3 buckets.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeConfigurationOptions

Example (Shared00)

To view configuration options for an environment The following operation retrieves descriptions of all available configuration options for an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DescribeConfigurationOptionsInput{
    ApplicationName: aws.String("my-app"),
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.DescribeConfigurationOptions(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeTooManyBucketsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyBucketsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DescribeConfigurationOptionsRequest

func (c *ElasticBeanstalk) DescribeConfigurationOptionsRequest(input *DescribeConfigurationOptionsInput) (req *request.Request, output *DescribeConfigurationOptionsOutput)

DescribeConfigurationOptionsRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationOptions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConfigurationOptions for more information on using the DescribeConfigurationOptions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConfigurationOptionsRequest method.
req, resp := client.DescribeConfigurationOptionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeConfigurationOptions

func (*ElasticBeanstalk) DescribeConfigurationOptionsWithContext

func (c *ElasticBeanstalk) DescribeConfigurationOptionsWithContext(ctx aws.Context, input *DescribeConfigurationOptionsInput, opts ...request.Option) (*DescribeConfigurationOptionsOutput, error)

DescribeConfigurationOptionsWithContext is the same as DescribeConfigurationOptions with the addition of the ability to pass a context and additional request options.

See DescribeConfigurationOptions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeConfigurationSettings

func (c *ElasticBeanstalk) DescribeConfigurationSettings(input *DescribeConfigurationSettingsInput) (*DescribeConfigurationSettingsOutput, error)

DescribeConfigurationSettings API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeConfigurationSettings for usage and error information.

Returned Error Codes:

  • ErrCodeTooManyBucketsException "TooManyBucketsException" The specified account has reached its limit of Amazon S3 buckets.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeConfigurationSettings

Example (Shared00)

To view configurations settings for an environment The following operation retrieves configuration settings for an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DescribeConfigurationSettingsInput{
    ApplicationName: aws.String("my-app"),
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.DescribeConfigurationSettings(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeTooManyBucketsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyBucketsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DescribeConfigurationSettingsRequest

func (c *ElasticBeanstalk) DescribeConfigurationSettingsRequest(input *DescribeConfigurationSettingsInput) (req *request.Request, output *DescribeConfigurationSettingsOutput)

DescribeConfigurationSettingsRequest generates a "aws/request.Request" representing the client's request for the DescribeConfigurationSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeConfigurationSettings for more information on using the DescribeConfigurationSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeConfigurationSettingsRequest method.
req, resp := client.DescribeConfigurationSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeConfigurationSettings

func (*ElasticBeanstalk) DescribeConfigurationSettingsWithContext

func (c *ElasticBeanstalk) DescribeConfigurationSettingsWithContext(ctx aws.Context, input *DescribeConfigurationSettingsInput, opts ...request.Option) (*DescribeConfigurationSettingsOutput, error)

DescribeConfigurationSettingsWithContext is the same as DescribeConfigurationSettings with the addition of the ability to pass a context and additional request options.

See DescribeConfigurationSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeEnvironmentHealth

func (c *ElasticBeanstalk) DescribeEnvironmentHealth(input *DescribeEnvironmentHealthInput) (*DescribeEnvironmentHealthOutput, error)

DescribeEnvironmentHealth API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeEnvironmentHealth for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidRequestException "InvalidRequestException" One or more input parameters is not valid. Please correct the input parameters and try the operation again.

  • ErrCodeServiceException "ElasticBeanstalkServiceException" A generic service exception has occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentHealth

Example (Shared00)

To view environment health The following operation retrieves overall health information for an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DescribeEnvironmentHealthInput{
    AttributeNames: []*string{
        aws.String("All"),
    },
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.DescribeEnvironmentHealth(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInvalidRequestException:
            fmt.Println(elasticbeanstalk.ErrCodeInvalidRequestException, aerr.Error())
        case elasticbeanstalk.ErrCodeServiceException:
            fmt.Println(elasticbeanstalk.ErrCodeServiceException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DescribeEnvironmentHealthRequest

func (c *ElasticBeanstalk) DescribeEnvironmentHealthRequest(input *DescribeEnvironmentHealthInput) (req *request.Request, output *DescribeEnvironmentHealthOutput)

DescribeEnvironmentHealthRequest generates a "aws/request.Request" representing the client's request for the DescribeEnvironmentHealth operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEnvironmentHealth for more information on using the DescribeEnvironmentHealth API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEnvironmentHealthRequest method.
req, resp := client.DescribeEnvironmentHealthRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentHealth

func (*ElasticBeanstalk) DescribeEnvironmentHealthWithContext

func (c *ElasticBeanstalk) DescribeEnvironmentHealthWithContext(ctx aws.Context, input *DescribeEnvironmentHealthInput, opts ...request.Option) (*DescribeEnvironmentHealthOutput, error)

DescribeEnvironmentHealthWithContext is the same as DescribeEnvironmentHealth with the addition of the ability to pass a context and additional request options.

See DescribeEnvironmentHealth for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeEnvironmentManagedActionHistory

func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistory(input *DescribeEnvironmentManagedActionHistoryInput) (*DescribeEnvironmentManagedActionHistoryOutput, error)

DescribeEnvironmentManagedActionHistory API operation for AWS Elastic Beanstalk.

Lists an environment's completed and failed managed actions.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeEnvironmentManagedActionHistory for usage and error information.

Returned Error Codes:

  • ErrCodeServiceException "ElasticBeanstalkServiceException" A generic service exception has occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActionHistory

func (*ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryPages

func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryPages(input *DescribeEnvironmentManagedActionHistoryInput, fn func(*DescribeEnvironmentManagedActionHistoryOutput, bool) bool) error

DescribeEnvironmentManagedActionHistoryPages iterates over the pages of a DescribeEnvironmentManagedActionHistory operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeEnvironmentManagedActionHistory method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeEnvironmentManagedActionHistory operation.
pageNum := 0
err := client.DescribeEnvironmentManagedActionHistoryPages(params,
    func(page *elasticbeanstalk.DescribeEnvironmentManagedActionHistoryOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryPagesWithContext

func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryPagesWithContext(ctx aws.Context, input *DescribeEnvironmentManagedActionHistoryInput, fn func(*DescribeEnvironmentManagedActionHistoryOutput, bool) bool, opts ...request.Option) error

DescribeEnvironmentManagedActionHistoryPagesWithContext same as DescribeEnvironmentManagedActionHistoryPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryRequest

func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryRequest(input *DescribeEnvironmentManagedActionHistoryInput) (req *request.Request, output *DescribeEnvironmentManagedActionHistoryOutput)

DescribeEnvironmentManagedActionHistoryRequest generates a "aws/request.Request" representing the client's request for the DescribeEnvironmentManagedActionHistory operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEnvironmentManagedActionHistory for more information on using the DescribeEnvironmentManagedActionHistory API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEnvironmentManagedActionHistoryRequest method.
req, resp := client.DescribeEnvironmentManagedActionHistoryRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActionHistory

func (*ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryWithContext

func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryWithContext(ctx aws.Context, input *DescribeEnvironmentManagedActionHistoryInput, opts ...request.Option) (*DescribeEnvironmentManagedActionHistoryOutput, error)

DescribeEnvironmentManagedActionHistoryWithContext is the same as DescribeEnvironmentManagedActionHistory with the addition of the ability to pass a context and additional request options.

See DescribeEnvironmentManagedActionHistory for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeEnvironmentManagedActions

func (c *ElasticBeanstalk) DescribeEnvironmentManagedActions(input *DescribeEnvironmentManagedActionsInput) (*DescribeEnvironmentManagedActionsOutput, error)

DescribeEnvironmentManagedActions API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeEnvironmentManagedActions for usage and error information.

Returned Error Codes:

  • ErrCodeServiceException "ElasticBeanstalkServiceException" A generic service exception has occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActions

func (*ElasticBeanstalk) DescribeEnvironmentManagedActionsRequest

func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionsRequest(input *DescribeEnvironmentManagedActionsInput) (req *request.Request, output *DescribeEnvironmentManagedActionsOutput)

DescribeEnvironmentManagedActionsRequest generates a "aws/request.Request" representing the client's request for the DescribeEnvironmentManagedActions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEnvironmentManagedActions for more information on using the DescribeEnvironmentManagedActions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEnvironmentManagedActionsRequest method.
req, resp := client.DescribeEnvironmentManagedActionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentManagedActions

func (*ElasticBeanstalk) DescribeEnvironmentManagedActionsWithContext

func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionsWithContext(ctx aws.Context, input *DescribeEnvironmentManagedActionsInput, opts ...request.Option) (*DescribeEnvironmentManagedActionsOutput, error)

DescribeEnvironmentManagedActionsWithContext is the same as DescribeEnvironmentManagedActions with the addition of the ability to pass a context and additional request options.

See DescribeEnvironmentManagedActions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeEnvironmentResources

func (c *ElasticBeanstalk) DescribeEnvironmentResources(input *DescribeEnvironmentResourcesInput) (*DescribeEnvironmentResourcesOutput, error)

DescribeEnvironmentResources API operation for AWS Elastic Beanstalk.

Returns AWS resources for this environment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeEnvironmentResources for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentResources

Example (Shared00)

To view information about the AWS resources in your environment The following operation retrieves information about resources in an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DescribeEnvironmentResourcesInput{
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.DescribeEnvironmentResources(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DescribeEnvironmentResourcesRequest

func (c *ElasticBeanstalk) DescribeEnvironmentResourcesRequest(input *DescribeEnvironmentResourcesInput) (req *request.Request, output *DescribeEnvironmentResourcesOutput)

DescribeEnvironmentResourcesRequest generates a "aws/request.Request" representing the client's request for the DescribeEnvironmentResources operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEnvironmentResources for more information on using the DescribeEnvironmentResources API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEnvironmentResourcesRequest method.
req, resp := client.DescribeEnvironmentResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentResources

func (*ElasticBeanstalk) DescribeEnvironmentResourcesWithContext

func (c *ElasticBeanstalk) DescribeEnvironmentResourcesWithContext(ctx aws.Context, input *DescribeEnvironmentResourcesInput, opts ...request.Option) (*DescribeEnvironmentResourcesOutput, error)

DescribeEnvironmentResourcesWithContext is the same as DescribeEnvironmentResources with the addition of the ability to pass a context and additional request options.

See DescribeEnvironmentResources for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeEnvironments

func (c *ElasticBeanstalk) DescribeEnvironments(input *DescribeEnvironmentsInput) (*EnvironmentDescriptionsMessage, error)

DescribeEnvironments API operation for AWS Elastic Beanstalk.

Returns descriptions for existing environments.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeEnvironments for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironments

Example (Shared00)

To view information about an environment The following operation retrieves information about an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DescribeEnvironmentsInput{
    EnvironmentNames: []*string{
        aws.String("my-env"),
    },
}

result, err := svc.DescribeEnvironments(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DescribeEnvironmentsRequest

func (c *ElasticBeanstalk) DescribeEnvironmentsRequest(input *DescribeEnvironmentsInput) (req *request.Request, output *EnvironmentDescriptionsMessage)

DescribeEnvironmentsRequest generates a "aws/request.Request" representing the client's request for the DescribeEnvironments operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEnvironments for more information on using the DescribeEnvironments API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEnvironmentsRequest method.
req, resp := client.DescribeEnvironmentsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironments

func (*ElasticBeanstalk) DescribeEnvironmentsWithContext

func (c *ElasticBeanstalk) DescribeEnvironmentsWithContext(ctx aws.Context, input *DescribeEnvironmentsInput, opts ...request.Option) (*EnvironmentDescriptionsMessage, error)

DescribeEnvironmentsWithContext is the same as DescribeEnvironments with the addition of the ability to pass a context and additional request options.

See DescribeEnvironments for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeEvents

func (c *ElasticBeanstalk) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error)

DescribeEvents API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeEvents for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEvents

Example (Shared00)

To view events for an environment The following operation retrieves events for an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DescribeEventsInput{
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.DescribeEvents(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DescribeEventsPages

func (c *ElasticBeanstalk) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error

DescribeEventsPages iterates over the pages of a DescribeEvents operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See DescribeEvents method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a DescribeEvents operation.
pageNum := 0
err := client.DescribeEventsPages(params,
    func(page *elasticbeanstalk.DescribeEventsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticBeanstalk) DescribeEventsPagesWithContext

func (c *ElasticBeanstalk) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool, opts ...request.Option) error

DescribeEventsPagesWithContext same as DescribeEventsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeEventsRequest

func (c *ElasticBeanstalk) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput)

DescribeEventsRequest generates a "aws/request.Request" representing the client's request for the DescribeEvents operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeEvents for more information on using the DescribeEvents API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeEventsRequest method.
req, resp := client.DescribeEventsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEvents

func (*ElasticBeanstalk) DescribeEventsWithContext

func (c *ElasticBeanstalk) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error)

DescribeEventsWithContext is the same as DescribeEvents with the addition of the ability to pass a context and additional request options.

See DescribeEvents for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribeInstancesHealth

func (c *ElasticBeanstalk) DescribeInstancesHealth(input *DescribeInstancesHealthInput) (*DescribeInstancesHealthOutput, error)

DescribeInstancesHealth API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribeInstancesHealth for usage and error information.

Returned Error Codes:

  • ErrCodeInvalidRequestException "InvalidRequestException" One or more input parameters is not valid. Please correct the input parameters and try the operation again.

  • ErrCodeServiceException "ElasticBeanstalkServiceException" A generic service exception has occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeInstancesHealth

Example (Shared00)

To view environment health The following operation retrieves health information for instances in an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.DescribeInstancesHealthInput{
    AttributeNames: []*string{
        aws.String("All"),
    },
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.DescribeInstancesHealth(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInvalidRequestException:
            fmt.Println(elasticbeanstalk.ErrCodeInvalidRequestException, aerr.Error())
        case elasticbeanstalk.ErrCodeServiceException:
            fmt.Println(elasticbeanstalk.ErrCodeServiceException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) DescribeInstancesHealthRequest

func (c *ElasticBeanstalk) DescribeInstancesHealthRequest(input *DescribeInstancesHealthInput) (req *request.Request, output *DescribeInstancesHealthOutput)

DescribeInstancesHealthRequest generates a "aws/request.Request" representing the client's request for the DescribeInstancesHealth operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribeInstancesHealth for more information on using the DescribeInstancesHealth API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribeInstancesHealthRequest method.
req, resp := client.DescribeInstancesHealthRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeInstancesHealth

func (*ElasticBeanstalk) DescribeInstancesHealthWithContext

func (c *ElasticBeanstalk) DescribeInstancesHealthWithContext(ctx aws.Context, input *DescribeInstancesHealthInput, opts ...request.Option) (*DescribeInstancesHealthOutput, error)

DescribeInstancesHealthWithContext is the same as DescribeInstancesHealth with the addition of the ability to pass a context and additional request options.

See DescribeInstancesHealth for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DescribePlatformVersion

func (c *ElasticBeanstalk) DescribePlatformVersion(input *DescribePlatformVersionInput) (*DescribePlatformVersionOutput, error)

DescribePlatformVersion API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DescribePlatformVersion for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeServiceException "ElasticBeanstalkServiceException" A generic service exception has occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribePlatformVersion

func (*ElasticBeanstalk) DescribePlatformVersionRequest

func (c *ElasticBeanstalk) DescribePlatformVersionRequest(input *DescribePlatformVersionInput) (req *request.Request, output *DescribePlatformVersionOutput)

DescribePlatformVersionRequest generates a "aws/request.Request" representing the client's request for the DescribePlatformVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DescribePlatformVersion for more information on using the DescribePlatformVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DescribePlatformVersionRequest method.
req, resp := client.DescribePlatformVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribePlatformVersion

func (*ElasticBeanstalk) DescribePlatformVersionWithContext

func (c *ElasticBeanstalk) DescribePlatformVersionWithContext(ctx aws.Context, input *DescribePlatformVersionInput, opts ...request.Option) (*DescribePlatformVersionOutput, error)

DescribePlatformVersionWithContext is the same as DescribePlatformVersion with the addition of the ability to pass a context and additional request options.

See DescribePlatformVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) DisassociateEnvironmentOperationsRole

func (c *ElasticBeanstalk) DisassociateEnvironmentOperationsRole(input *DisassociateEnvironmentOperationsRoleInput) (*DisassociateEnvironmentOperationsRoleOutput, error)

DisassociateEnvironmentOperationsRole API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation DisassociateEnvironmentOperationsRole for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DisassociateEnvironmentOperationsRole

func (*ElasticBeanstalk) DisassociateEnvironmentOperationsRoleRequest

func (c *ElasticBeanstalk) DisassociateEnvironmentOperationsRoleRequest(input *DisassociateEnvironmentOperationsRoleInput) (req *request.Request, output *DisassociateEnvironmentOperationsRoleOutput)

DisassociateEnvironmentOperationsRoleRequest generates a "aws/request.Request" representing the client's request for the DisassociateEnvironmentOperationsRole operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DisassociateEnvironmentOperationsRole for more information on using the DisassociateEnvironmentOperationsRole API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DisassociateEnvironmentOperationsRoleRequest method.
req, resp := client.DisassociateEnvironmentOperationsRoleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DisassociateEnvironmentOperationsRole

func (*ElasticBeanstalk) DisassociateEnvironmentOperationsRoleWithContext

func (c *ElasticBeanstalk) DisassociateEnvironmentOperationsRoleWithContext(ctx aws.Context, input *DisassociateEnvironmentOperationsRoleInput, opts ...request.Option) (*DisassociateEnvironmentOperationsRoleOutput, error)

DisassociateEnvironmentOperationsRoleWithContext is the same as DisassociateEnvironmentOperationsRole with the addition of the ability to pass a context and additional request options.

See DisassociateEnvironmentOperationsRole for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) ListAvailableSolutionStacks

func (c *ElasticBeanstalk) ListAvailableSolutionStacks(input *ListAvailableSolutionStacksInput) (*ListAvailableSolutionStacksOutput, error)

ListAvailableSolutionStacks API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation ListAvailableSolutionStacks for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListAvailableSolutionStacks

Example (Shared00)

To view solution stacks The following operation lists solution stacks for all currently available platform configurations and any that you have used in the past:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.ListAvailableSolutionStacksInput{}

result, err := svc.ListAvailableSolutionStacks(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) ListAvailableSolutionStacksRequest

func (c *ElasticBeanstalk) ListAvailableSolutionStacksRequest(input *ListAvailableSolutionStacksInput) (req *request.Request, output *ListAvailableSolutionStacksOutput)

ListAvailableSolutionStacksRequest generates a "aws/request.Request" representing the client's request for the ListAvailableSolutionStacks operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAvailableSolutionStacks for more information on using the ListAvailableSolutionStacks API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAvailableSolutionStacksRequest method.
req, resp := client.ListAvailableSolutionStacksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListAvailableSolutionStacks

func (*ElasticBeanstalk) ListAvailableSolutionStacksWithContext

func (c *ElasticBeanstalk) ListAvailableSolutionStacksWithContext(ctx aws.Context, input *ListAvailableSolutionStacksInput, opts ...request.Option) (*ListAvailableSolutionStacksOutput, error)

ListAvailableSolutionStacksWithContext is the same as ListAvailableSolutionStacks with the addition of the ability to pass a context and additional request options.

See ListAvailableSolutionStacks for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) ListPlatformBranches

func (c *ElasticBeanstalk) ListPlatformBranches(input *ListPlatformBranchesInput) (*ListPlatformBranchesOutput, error)

ListPlatformBranches API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation ListPlatformBranches for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformBranches

func (*ElasticBeanstalk) ListPlatformBranchesPages

func (c *ElasticBeanstalk) ListPlatformBranchesPages(input *ListPlatformBranchesInput, fn func(*ListPlatformBranchesOutput, bool) bool) error

ListPlatformBranchesPages iterates over the pages of a ListPlatformBranches operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPlatformBranches method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPlatformBranches operation.
pageNum := 0
err := client.ListPlatformBranchesPages(params,
    func(page *elasticbeanstalk.ListPlatformBranchesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticBeanstalk) ListPlatformBranchesPagesWithContext

func (c *ElasticBeanstalk) ListPlatformBranchesPagesWithContext(ctx aws.Context, input *ListPlatformBranchesInput, fn func(*ListPlatformBranchesOutput, bool) bool, opts ...request.Option) error

ListPlatformBranchesPagesWithContext same as ListPlatformBranchesPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) ListPlatformBranchesRequest

func (c *ElasticBeanstalk) ListPlatformBranchesRequest(input *ListPlatformBranchesInput) (req *request.Request, output *ListPlatformBranchesOutput)

ListPlatformBranchesRequest generates a "aws/request.Request" representing the client's request for the ListPlatformBranches operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPlatformBranches for more information on using the ListPlatformBranches API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPlatformBranchesRequest method.
req, resp := client.ListPlatformBranchesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformBranches

func (*ElasticBeanstalk) ListPlatformBranchesWithContext

func (c *ElasticBeanstalk) ListPlatformBranchesWithContext(ctx aws.Context, input *ListPlatformBranchesInput, opts ...request.Option) (*ListPlatformBranchesOutput, error)

ListPlatformBranchesWithContext is the same as ListPlatformBranches with the addition of the ability to pass a context and additional request options.

See ListPlatformBranches for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) ListPlatformVersions

func (c *ElasticBeanstalk) ListPlatformVersions(input *ListPlatformVersionsInput) (*ListPlatformVersionsOutput, error)

ListPlatformVersions API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation ListPlatformVersions for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeServiceException "ElasticBeanstalkServiceException" A generic service exception has occurred.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformVersions

func (*ElasticBeanstalk) ListPlatformVersionsPages

func (c *ElasticBeanstalk) ListPlatformVersionsPages(input *ListPlatformVersionsInput, fn func(*ListPlatformVersionsOutput, bool) bool) error

ListPlatformVersionsPages iterates over the pages of a ListPlatformVersions operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListPlatformVersions method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListPlatformVersions operation.
pageNum := 0
err := client.ListPlatformVersionsPages(params,
    func(page *elasticbeanstalk.ListPlatformVersionsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*ElasticBeanstalk) ListPlatformVersionsPagesWithContext

func (c *ElasticBeanstalk) ListPlatformVersionsPagesWithContext(ctx aws.Context, input *ListPlatformVersionsInput, fn func(*ListPlatformVersionsOutput, bool) bool, opts ...request.Option) error

ListPlatformVersionsPagesWithContext same as ListPlatformVersionsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) ListPlatformVersionsRequest

func (c *ElasticBeanstalk) ListPlatformVersionsRequest(input *ListPlatformVersionsInput) (req *request.Request, output *ListPlatformVersionsOutput)

ListPlatformVersionsRequest generates a "aws/request.Request" representing the client's request for the ListPlatformVersions operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListPlatformVersions for more information on using the ListPlatformVersions API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListPlatformVersionsRequest method.
req, resp := client.ListPlatformVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListPlatformVersions

func (*ElasticBeanstalk) ListPlatformVersionsWithContext

func (c *ElasticBeanstalk) ListPlatformVersionsWithContext(ctx aws.Context, input *ListPlatformVersionsInput, opts ...request.Option) (*ListPlatformVersionsOutput, error)

ListPlatformVersionsWithContext is the same as ListPlatformVersions with the addition of the ability to pass a context and additional request options.

See ListPlatformVersions for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) ListTagsForResource

func (c *ElasticBeanstalk) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)

ListTagsForResource API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation ListTagsForResource for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" A resource doesn't exist for the specified Amazon Resource Name (ARN).

  • ErrCodeResourceTypeNotSupportedException "ResourceTypeNotSupportedException" The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListTagsForResource

func (*ElasticBeanstalk) ListTagsForResourceRequest

func (c *ElasticBeanstalk) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ListTagsForResource

func (*ElasticBeanstalk) ListTagsForResourceWithContext

func (c *ElasticBeanstalk) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)

ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.

See ListTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) RebuildEnvironment

func (c *ElasticBeanstalk) RebuildEnvironment(input *RebuildEnvironmentInput) (*RebuildEnvironmentOutput, error)

RebuildEnvironment API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation RebuildEnvironment for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RebuildEnvironment

Example (Shared00)

To rebuild an environment The following operation terminates and recreates the resources in an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.RebuildEnvironmentInput{
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.RebuildEnvironment(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) RebuildEnvironmentRequest

func (c *ElasticBeanstalk) RebuildEnvironmentRequest(input *RebuildEnvironmentInput) (req *request.Request, output *RebuildEnvironmentOutput)

RebuildEnvironmentRequest generates a "aws/request.Request" representing the client's request for the RebuildEnvironment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RebuildEnvironment for more information on using the RebuildEnvironment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RebuildEnvironmentRequest method.
req, resp := client.RebuildEnvironmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RebuildEnvironment

func (*ElasticBeanstalk) RebuildEnvironmentWithContext

func (c *ElasticBeanstalk) RebuildEnvironmentWithContext(ctx aws.Context, input *RebuildEnvironmentInput, opts ...request.Option) (*RebuildEnvironmentOutput, error)

RebuildEnvironmentWithContext is the same as RebuildEnvironment with the addition of the ability to pass a context and additional request options.

See RebuildEnvironment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) RequestEnvironmentInfo

func (c *ElasticBeanstalk) RequestEnvironmentInfo(input *RequestEnvironmentInfoInput) (*RequestEnvironmentInfoOutput, error)

RequestEnvironmentInfo API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation RequestEnvironmentInfo for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RequestEnvironmentInfo

Example (Shared00)

To request tailed logs The following operation requests logs from an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.RequestEnvironmentInfoInput{
    EnvironmentName: aws.String("my-env"),
    InfoType:        aws.String("tail"),
}

result, err := svc.RequestEnvironmentInfo(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) RequestEnvironmentInfoRequest

func (c *ElasticBeanstalk) RequestEnvironmentInfoRequest(input *RequestEnvironmentInfoInput) (req *request.Request, output *RequestEnvironmentInfoOutput)

RequestEnvironmentInfoRequest generates a "aws/request.Request" representing the client's request for the RequestEnvironmentInfo operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RequestEnvironmentInfo for more information on using the RequestEnvironmentInfo API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RequestEnvironmentInfoRequest method.
req, resp := client.RequestEnvironmentInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RequestEnvironmentInfo

func (*ElasticBeanstalk) RequestEnvironmentInfoWithContext

func (c *ElasticBeanstalk) RequestEnvironmentInfoWithContext(ctx aws.Context, input *RequestEnvironmentInfoInput, opts ...request.Option) (*RequestEnvironmentInfoOutput, error)

RequestEnvironmentInfoWithContext is the same as RequestEnvironmentInfo with the addition of the ability to pass a context and additional request options.

See RequestEnvironmentInfo for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) RestartAppServer

func (c *ElasticBeanstalk) RestartAppServer(input *RestartAppServerInput) (*RestartAppServerOutput, error)

RestartAppServer API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation RestartAppServer for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RestartAppServer

Example (Shared00)

To restart application servers The following operation restarts application servers on all instances in an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.RestartAppServerInput{
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.RestartAppServer(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) RestartAppServerRequest

func (c *ElasticBeanstalk) RestartAppServerRequest(input *RestartAppServerInput) (req *request.Request, output *RestartAppServerOutput)

RestartAppServerRequest generates a "aws/request.Request" representing the client's request for the RestartAppServer operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RestartAppServer for more information on using the RestartAppServer API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RestartAppServerRequest method.
req, resp := client.RestartAppServerRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RestartAppServer

func (*ElasticBeanstalk) RestartAppServerWithContext

func (c *ElasticBeanstalk) RestartAppServerWithContext(ctx aws.Context, input *RestartAppServerInput, opts ...request.Option) (*RestartAppServerOutput, error)

RestartAppServerWithContext is the same as RestartAppServer with the addition of the ability to pass a context and additional request options.

See RestartAppServer for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) RetrieveEnvironmentInfo

func (c *ElasticBeanstalk) RetrieveEnvironmentInfo(input *RetrieveEnvironmentInfoInput) (*RetrieveEnvironmentInfoOutput, error)

RetrieveEnvironmentInfo API operation for AWS Elastic Beanstalk.

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation RetrieveEnvironmentInfo for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RetrieveEnvironmentInfo

Example (Shared00)

To retrieve tailed logs The following operation retrieves a link to logs from an environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.RetrieveEnvironmentInfoInput{
    EnvironmentName: aws.String("my-env"),
    InfoType:        aws.String("tail"),
}

result, err := svc.RetrieveEnvironmentInfo(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) RetrieveEnvironmentInfoRequest

func (c *ElasticBeanstalk) RetrieveEnvironmentInfoRequest(input *RetrieveEnvironmentInfoInput) (req *request.Request, output *RetrieveEnvironmentInfoOutput)

RetrieveEnvironmentInfoRequest generates a "aws/request.Request" representing the client's request for the RetrieveEnvironmentInfo operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See RetrieveEnvironmentInfo for more information on using the RetrieveEnvironmentInfo API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the RetrieveEnvironmentInfoRequest method.
req, resp := client.RetrieveEnvironmentInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/RetrieveEnvironmentInfo

func (*ElasticBeanstalk) RetrieveEnvironmentInfoWithContext

func (c *ElasticBeanstalk) RetrieveEnvironmentInfoWithContext(ctx aws.Context, input *RetrieveEnvironmentInfoInput, opts ...request.Option) (*RetrieveEnvironmentInfoOutput, error)

RetrieveEnvironmentInfoWithContext is the same as RetrieveEnvironmentInfo with the addition of the ability to pass a context and additional request options.

See RetrieveEnvironmentInfo for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) SwapEnvironmentCNAMEs

func (c *ElasticBeanstalk) SwapEnvironmentCNAMEs(input *SwapEnvironmentCNAMEsInput) (*SwapEnvironmentCNAMEsOutput, error)

SwapEnvironmentCNAMEs API operation for AWS Elastic Beanstalk.

Swaps the CNAMEs of two environments.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation SwapEnvironmentCNAMEs for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SwapEnvironmentCNAMEs

Example (Shared00)

To swap environment CNAMES The following operation swaps the assigned subdomains of two environments:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.SwapEnvironmentCNAMEsInput{
    DestinationEnvironmentName: aws.String("my-env-green"),
    SourceEnvironmentName:      aws.String("my-env-blue"),
}

result, err := svc.SwapEnvironmentCNAMEs(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) SwapEnvironmentCNAMEsRequest

func (c *ElasticBeanstalk) SwapEnvironmentCNAMEsRequest(input *SwapEnvironmentCNAMEsInput) (req *request.Request, output *SwapEnvironmentCNAMEsOutput)

SwapEnvironmentCNAMEsRequest generates a "aws/request.Request" representing the client's request for the SwapEnvironmentCNAMEs operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See SwapEnvironmentCNAMEs for more information on using the SwapEnvironmentCNAMEs API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the SwapEnvironmentCNAMEsRequest method.
req, resp := client.SwapEnvironmentCNAMEsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/SwapEnvironmentCNAMEs

func (*ElasticBeanstalk) SwapEnvironmentCNAMEsWithContext

func (c *ElasticBeanstalk) SwapEnvironmentCNAMEsWithContext(ctx aws.Context, input *SwapEnvironmentCNAMEsInput, opts ...request.Option) (*SwapEnvironmentCNAMEsOutput, error)

SwapEnvironmentCNAMEsWithContext is the same as SwapEnvironmentCNAMEs with the addition of the ability to pass a context and additional request options.

See SwapEnvironmentCNAMEs for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) TerminateEnvironment

func (c *ElasticBeanstalk) TerminateEnvironment(input *TerminateEnvironmentInput) (*EnvironmentDescription, error)

TerminateEnvironment API operation for AWS Elastic Beanstalk.

Terminates the specified environment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation TerminateEnvironment for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/TerminateEnvironment

Example (Shared00)

To terminate an environment The following operation terminates an Elastic Beanstalk environment named my-env:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.TerminateEnvironmentInput{
    EnvironmentName: aws.String("my-env"),
}

result, err := svc.TerminateEnvironment(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) TerminateEnvironmentRequest

func (c *ElasticBeanstalk) TerminateEnvironmentRequest(input *TerminateEnvironmentInput) (req *request.Request, output *EnvironmentDescription)

TerminateEnvironmentRequest generates a "aws/request.Request" representing the client's request for the TerminateEnvironment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See TerminateEnvironment for more information on using the TerminateEnvironment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the TerminateEnvironmentRequest method.
req, resp := client.TerminateEnvironmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/TerminateEnvironment

func (*ElasticBeanstalk) TerminateEnvironmentWithContext

func (c *ElasticBeanstalk) TerminateEnvironmentWithContext(ctx aws.Context, input *TerminateEnvironmentInput, opts ...request.Option) (*EnvironmentDescription, error)

TerminateEnvironmentWithContext is the same as TerminateEnvironment with the addition of the ability to pass a context and additional request options.

See TerminateEnvironment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) UpdateApplication

func (c *ElasticBeanstalk) UpdateApplication(input *UpdateApplicationInput) (*ApplicationDescriptionMessage, error)

UpdateApplication API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation UpdateApplication for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplication

Example (Shared00)

To change an application's description The following operation updates the description of an application named my-app:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.UpdateApplicationInput{
    ApplicationName: aws.String("my-app"),
    Description:     aws.String("my Elastic Beanstalk application"),
}

result, err := svc.UpdateApplication(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) UpdateApplicationRequest

func (c *ElasticBeanstalk) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *ApplicationDescriptionMessage)

UpdateApplicationRequest generates a "aws/request.Request" representing the client's request for the UpdateApplication operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateApplication for more information on using the UpdateApplication API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateApplicationRequest method.
req, resp := client.UpdateApplicationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplication

func (*ElasticBeanstalk) UpdateApplicationResourceLifecycle

func (c *ElasticBeanstalk) UpdateApplicationResourceLifecycle(input *UpdateApplicationResourceLifecycleInput) (*UpdateApplicationResourceLifecycleOutput, error)

UpdateApplicationResourceLifecycle API operation for AWS Elastic Beanstalk.

Modifies lifecycle settings for an application.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation UpdateApplicationResourceLifecycle for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationResourceLifecycle

func (*ElasticBeanstalk) UpdateApplicationResourceLifecycleRequest

func (c *ElasticBeanstalk) UpdateApplicationResourceLifecycleRequest(input *UpdateApplicationResourceLifecycleInput) (req *request.Request, output *UpdateApplicationResourceLifecycleOutput)

UpdateApplicationResourceLifecycleRequest generates a "aws/request.Request" representing the client's request for the UpdateApplicationResourceLifecycle operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateApplicationResourceLifecycle for more information on using the UpdateApplicationResourceLifecycle API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateApplicationResourceLifecycleRequest method.
req, resp := client.UpdateApplicationResourceLifecycleRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationResourceLifecycle

func (*ElasticBeanstalk) UpdateApplicationResourceLifecycleWithContext

func (c *ElasticBeanstalk) UpdateApplicationResourceLifecycleWithContext(ctx aws.Context, input *UpdateApplicationResourceLifecycleInput, opts ...request.Option) (*UpdateApplicationResourceLifecycleOutput, error)

UpdateApplicationResourceLifecycleWithContext is the same as UpdateApplicationResourceLifecycle with the addition of the ability to pass a context and additional request options.

See UpdateApplicationResourceLifecycle for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) UpdateApplicationVersion

func (c *ElasticBeanstalk) UpdateApplicationVersion(input *UpdateApplicationVersionInput) (*ApplicationVersionDescriptionMessage, error)

UpdateApplicationVersion API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation UpdateApplicationVersion for usage and error information. See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationVersion

Example (Shared00)

To change an application version's description The following operation updates the description of an application version named 22a0-stage-150819_185942:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.UpdateApplicationVersionInput{
    ApplicationName: aws.String("my-app"),
    Description:     aws.String("new description"),
    VersionLabel:    aws.String("22a0-stage-150819_185942"),
}

result, err := svc.UpdateApplicationVersion(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) UpdateApplicationVersionRequest

func (c *ElasticBeanstalk) UpdateApplicationVersionRequest(input *UpdateApplicationVersionInput) (req *request.Request, output *ApplicationVersionDescriptionMessage)

UpdateApplicationVersionRequest generates a "aws/request.Request" representing the client's request for the UpdateApplicationVersion operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateApplicationVersion for more information on using the UpdateApplicationVersion API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateApplicationVersionRequest method.
req, resp := client.UpdateApplicationVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateApplicationVersion

func (*ElasticBeanstalk) UpdateApplicationVersionWithContext

func (c *ElasticBeanstalk) UpdateApplicationVersionWithContext(ctx aws.Context, input *UpdateApplicationVersionInput, opts ...request.Option) (*ApplicationVersionDescriptionMessage, error)

UpdateApplicationVersionWithContext is the same as UpdateApplicationVersion with the addition of the ability to pass a context and additional request options.

See UpdateApplicationVersion for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) UpdateApplicationWithContext

func (c *ElasticBeanstalk) UpdateApplicationWithContext(ctx aws.Context, input *UpdateApplicationInput, opts ...request.Option) (*ApplicationDescriptionMessage, error)

UpdateApplicationWithContext is the same as UpdateApplication with the addition of the ability to pass a context and additional request options.

See UpdateApplication for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) UpdateConfigurationTemplate

func (c *ElasticBeanstalk) UpdateConfigurationTemplate(input *UpdateConfigurationTemplateInput) (*ConfigurationSettingsDescription, error)

UpdateConfigurationTemplate API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation UpdateConfigurationTemplate for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeTooManyBucketsException "TooManyBucketsException" The specified account has reached its limit of Amazon S3 buckets.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateConfigurationTemplate

Example (Shared00)

To update a configuration template The following operation removes the configured CloudWatch custom health metrics configuration ConfigDocument from a saved configuration template named my-template:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.UpdateConfigurationTemplateInput{
    ApplicationName: aws.String("my-app"),
    OptionsToRemove: []*elasticbeanstalk.OptionSpecification{
        {
            Namespace:  aws.String("aws:elasticbeanstalk:healthreporting:system"),
            OptionName: aws.String("ConfigDocument"),
        },
    },
    TemplateName: aws.String("my-template"),
}

result, err := svc.UpdateConfigurationTemplate(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        case elasticbeanstalk.ErrCodeTooManyBucketsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyBucketsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) UpdateConfigurationTemplateRequest

func (c *ElasticBeanstalk) UpdateConfigurationTemplateRequest(input *UpdateConfigurationTemplateInput) (req *request.Request, output *ConfigurationSettingsDescription)

UpdateConfigurationTemplateRequest generates a "aws/request.Request" representing the client's request for the UpdateConfigurationTemplate operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateConfigurationTemplate for more information on using the UpdateConfigurationTemplate API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateConfigurationTemplateRequest method.
req, resp := client.UpdateConfigurationTemplateRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateConfigurationTemplate

func (*ElasticBeanstalk) UpdateConfigurationTemplateWithContext

func (c *ElasticBeanstalk) UpdateConfigurationTemplateWithContext(ctx aws.Context, input *UpdateConfigurationTemplateInput, opts ...request.Option) (*ConfigurationSettingsDescription, error)

UpdateConfigurationTemplateWithContext is the same as UpdateConfigurationTemplate with the addition of the ability to pass a context and additional request options.

See UpdateConfigurationTemplate for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) UpdateEnvironment

func (c *ElasticBeanstalk) UpdateEnvironment(input *UpdateEnvironmentInput) (*EnvironmentDescription, error)

UpdateEnvironment API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation UpdateEnvironment for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeTooManyBucketsException "TooManyBucketsException" The specified account has reached its limit of Amazon S3 buckets.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateEnvironment

Example (Shared00)

To update an environment to a new version The following operation updates an environment named "my-env" to version "v2" of the application to which it belongs:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.UpdateEnvironmentInput{
    EnvironmentName: aws.String("my-env"),
    VersionLabel:    aws.String("v2"),
}

result, err := svc.UpdateEnvironment(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        case elasticbeanstalk.ErrCodeTooManyBucketsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyBucketsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

Example (Shared01)

To configure option settings The following operation configures several options in the aws:elb:loadbalancer namespace:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.UpdateEnvironmentInput{
    EnvironmentName: aws.String("my-env"),
    OptionSettings: []*elasticbeanstalk.ConfigurationOptionSetting{
        {
            Namespace:  aws.String("aws:elb:healthcheck"),
            OptionName: aws.String("Interval"),
            Value:      aws.String("15"),
        },
        {
            Namespace:  aws.String("aws:elb:healthcheck"),
            OptionName: aws.String("Timeout"),
            Value:      aws.String("8"),
        },
        {
            Namespace:  aws.String("aws:elb:healthcheck"),
            OptionName: aws.String("HealthyThreshold"),
            Value:      aws.String("2"),
        },
        {
            Namespace:  aws.String("aws:elb:healthcheck"),
            OptionName: aws.String("UnhealthyThreshold"),
            Value:      aws.String("3"),
        },
    },
}

result, err := svc.UpdateEnvironment(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        case elasticbeanstalk.ErrCodeTooManyBucketsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyBucketsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) UpdateEnvironmentRequest

func (c *ElasticBeanstalk) UpdateEnvironmentRequest(input *UpdateEnvironmentInput) (req *request.Request, output *EnvironmentDescription)

UpdateEnvironmentRequest generates a "aws/request.Request" representing the client's request for the UpdateEnvironment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateEnvironment for more information on using the UpdateEnvironment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateEnvironmentRequest method.
req, resp := client.UpdateEnvironmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateEnvironment

func (*ElasticBeanstalk) UpdateEnvironmentWithContext

func (c *ElasticBeanstalk) UpdateEnvironmentWithContext(ctx aws.Context, input *UpdateEnvironmentInput, opts ...request.Option) (*EnvironmentDescription, error)

UpdateEnvironmentWithContext is the same as UpdateEnvironment with the addition of the ability to pass a context and additional request options.

See UpdateEnvironment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) UpdateTagsForResource

func (c *ElasticBeanstalk) UpdateTagsForResource(input *UpdateTagsForResourceInput) (*UpdateTagsForResourceOutput, error)

UpdateTagsForResource API operation for AWS Elastic Beanstalk.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation UpdateTagsForResource for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeOperationInProgressException "OperationInProgressFailure" Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.

  • ErrCodeTooManyTagsException "TooManyTagsException" The number of tags in the resource would exceed the number of tags that each resource can have.

    To calculate this, the operation considers both the number of tags the resource already has and the tags this operation would add if it succeeded.

  • ErrCodeResourceNotFoundException "ResourceNotFoundException" A resource doesn't exist for the specified Amazon Resource Name (ARN).

  • ErrCodeResourceTypeNotSupportedException "ResourceTypeNotSupportedException" The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateTagsForResource

func (*ElasticBeanstalk) UpdateTagsForResourceRequest

func (c *ElasticBeanstalk) UpdateTagsForResourceRequest(input *UpdateTagsForResourceInput) (req *request.Request, output *UpdateTagsForResourceOutput)

UpdateTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the UpdateTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateTagsForResource for more information on using the UpdateTagsForResource API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateTagsForResourceRequest method.
req, resp := client.UpdateTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/UpdateTagsForResource

func (*ElasticBeanstalk) UpdateTagsForResourceWithContext

func (c *ElasticBeanstalk) UpdateTagsForResourceWithContext(ctx aws.Context, input *UpdateTagsForResourceInput, opts ...request.Option) (*UpdateTagsForResourceOutput, error)

UpdateTagsForResourceWithContext is the same as UpdateTagsForResource with the addition of the ability to pass a context and additional request options.

See UpdateTagsForResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) ValidateConfigurationSettings

func (c *ElasticBeanstalk) ValidateConfigurationSettings(input *ValidateConfigurationSettingsInput) (*ValidateConfigurationSettingsOutput, error)

ValidateConfigurationSettings API operation for AWS Elastic Beanstalk.

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.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Elastic Beanstalk's API operation ValidateConfigurationSettings for usage and error information.

Returned Error Codes:

  • ErrCodeInsufficientPrivilegesException "InsufficientPrivilegesException" The specified account does not have sufficient privileges for one or more AWS services.

  • ErrCodeTooManyBucketsException "TooManyBucketsException" The specified account has reached its limit of Amazon S3 buckets.

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ValidateConfigurationSettings

Example (Shared00)

To validate configuration settings The following operation validates a CloudWatch custom metrics config document:

Code:

svc := elasticbeanstalk.New(session.New())
input := &elasticbeanstalk.ValidateConfigurationSettingsInput{
    ApplicationName: aws.String("my-app"),
    EnvironmentName: aws.String("my-env"),
    OptionSettings: []*elasticbeanstalk.ConfigurationOptionSetting{
        {
            Namespace:  aws.String("aws:elasticbeanstalk:healthreporting:system"),
            OptionName: aws.String("ConfigDocument"),
            Value:      aws.String("{\"CloudWatchMetrics\": {\"Environment\": {\"ApplicationLatencyP99.9\": null,\"InstancesSevere\": 60,\"ApplicationLatencyP90\": 60,\"ApplicationLatencyP99\": null,\"ApplicationLatencyP95\": 60,\"InstancesUnknown\": 60,\"ApplicationLatencyP85\": 60,\"InstancesInfo\": null,\"ApplicationRequests2xx\": null,\"InstancesDegraded\": null,\"InstancesWarning\": 60,\"ApplicationLatencyP50\": 60,\"ApplicationRequestsTotal\": null,\"InstancesNoData\": null,\"InstancesPending\": 60,\"ApplicationLatencyP10\": null,\"ApplicationRequests5xx\": null,\"ApplicationLatencyP75\": null,\"InstancesOk\": 60,\"ApplicationRequests3xx\": null,\"ApplicationRequests4xx\": null},\"Instance\": {\"ApplicationLatencyP99.9\": null,\"ApplicationLatencyP90\": 60,\"ApplicationLatencyP99\": null,\"ApplicationLatencyP95\": null,\"ApplicationLatencyP85\": null,\"CPUUser\": 60,\"ApplicationRequests2xx\": null,\"CPUIdle\": null,\"ApplicationLatencyP50\": null,\"ApplicationRequestsTotal\": 60,\"RootFilesystemUtil\": null,\"LoadAverage1min\": null,\"CPUIrq\": null,\"CPUNice\": 60,\"CPUIowait\": 60,\"ApplicationLatencyP10\": null,\"LoadAverage5min\": null,\"ApplicationRequests5xx\": null,\"ApplicationLatencyP75\": 60,\"CPUSystem\": 60,\"ApplicationRequests3xx\": 60,\"ApplicationRequests4xx\": null,\"InstanceHealth\": null,\"CPUSoftirq\": 60}},\"Version\": 1}"),
        },
    },
}

result, err := svc.ValidateConfigurationSettings(input)
if err != nil {
    if aerr, ok := err.(awserr.Error); ok {
        switch aerr.Code() {
        case elasticbeanstalk.ErrCodeInsufficientPrivilegesException:
            fmt.Println(elasticbeanstalk.ErrCodeInsufficientPrivilegesException, aerr.Error())
        case elasticbeanstalk.ErrCodeTooManyBucketsException:
            fmt.Println(elasticbeanstalk.ErrCodeTooManyBucketsException, aerr.Error())
        default:
            fmt.Println(aerr.Error())
        }
    } else {
        // Print the error, cast err to awserr.Error to get the Code and
        // Message from an error.
        fmt.Println(err.Error())
    }
    return
}

fmt.Println(result)

func (*ElasticBeanstalk) ValidateConfigurationSettingsRequest

func (c *ElasticBeanstalk) ValidateConfigurationSettingsRequest(input *ValidateConfigurationSettingsInput) (req *request.Request, output *ValidateConfigurationSettingsOutput)

ValidateConfigurationSettingsRequest generates a "aws/request.Request" representing the client's request for the ValidateConfigurationSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ValidateConfigurationSettings for more information on using the ValidateConfigurationSettings API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ValidateConfigurationSettingsRequest method.
req, resp := client.ValidateConfigurationSettingsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ValidateConfigurationSettings

func (*ElasticBeanstalk) ValidateConfigurationSettingsWithContext

func (c *ElasticBeanstalk) ValidateConfigurationSettingsWithContext(ctx aws.Context, input *ValidateConfigurationSettingsInput, opts ...request.Option) (*ValidateConfigurationSettingsOutput, error)

ValidateConfigurationSettingsWithContext is the same as ValidateConfigurationSettings with the addition of the ability to pass a context and additional request options.

See ValidateConfigurationSettings for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) WaitUntilEnvironmentExists

func (c *ElasticBeanstalk) WaitUntilEnvironmentExists(input *DescribeEnvironmentsInput) error

WaitUntilEnvironmentExists uses the Elastic Beanstalk API operation DescribeEnvironments to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*ElasticBeanstalk) WaitUntilEnvironmentExistsWithContext

func (c *ElasticBeanstalk) WaitUntilEnvironmentExistsWithContext(ctx aws.Context, input *DescribeEnvironmentsInput, opts ...request.WaiterOption) error

WaitUntilEnvironmentExistsWithContext is an extended version of WaitUntilEnvironmentExists. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) WaitUntilEnvironmentTerminated

func (c *ElasticBeanstalk) WaitUntilEnvironmentTerminated(input *DescribeEnvironmentsInput) error

WaitUntilEnvironmentTerminated uses the Elastic Beanstalk API operation DescribeEnvironments to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*ElasticBeanstalk) WaitUntilEnvironmentTerminatedWithContext

func (c *ElasticBeanstalk) WaitUntilEnvironmentTerminatedWithContext(ctx aws.Context, input *DescribeEnvironmentsInput, opts ...request.WaiterOption) error

WaitUntilEnvironmentTerminatedWithContext is an extended version of WaitUntilEnvironmentTerminated. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*ElasticBeanstalk) WaitUntilEnvironmentUpdated

func (c *ElasticBeanstalk) WaitUntilEnvironmentUpdated(input *DescribeEnvironmentsInput) error

WaitUntilEnvironmentUpdated uses the Elastic Beanstalk API operation DescribeEnvironments to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

func (*ElasticBeanstalk) WaitUntilEnvironmentUpdatedWithContext

func (c *ElasticBeanstalk) WaitUntilEnvironmentUpdatedWithContext(ctx aws.Context, input *DescribeEnvironmentsInput, opts ...request.WaiterOption) error

WaitUntilEnvironmentUpdatedWithContext is an extended version of WaitUntilEnvironmentUpdated. With the support for passing in a context and options to configure the Waiter and the underlying request options.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type EnvironmentDescription

type EnvironmentDescription struct {

    // 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 `type:"boolean"`

    // The name of the application associated with this environment.
    ApplicationName *string `min:"1" type:"string"`

    // The URL to the CNAME for this environment.
    CNAME *string `min:"1" type:"string"`

    // The creation date for this environment.
    DateCreated *time.Time `type:"timestamp"`

    // The last modified date for this environment.
    DateUpdated *time.Time `type:"timestamp"`

    // Describes this environment.
    Description *string `type:"string"`

    // For load-balanced, autoscaling environments, the URL to the LoadBalancer.
    // For single-instance environments, the IP address of the instance.
    EndpointURL *string `type:"string"`

    // The environment's Amazon Resource Name (ARN), which can be used in other
    // API requests that require an ARN.
    EnvironmentArn *string `type:"string"`

    // The ID of this environment.
    EnvironmentId *string `type:"string"`

    // A list of links to other environments in the same group.
    EnvironmentLinks []*EnvironmentLink `type:"list"`

    // The name of this environment.
    EnvironmentName *string `min:"4" type:"string"`

    // 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 *string `type:"string" enum:"EnvironmentHealth"`

    // 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 *string `type:"string" enum:"EnvironmentHealthStatus"`

    // 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 `min:"1" type:"string"`

    // The ARN of the platform version.
    PlatformArn *string `type:"string"`

    // The description of the AWS resources used by this environment.
    Resources *EnvironmentResourcesDescription `type:"structure"`

    // The name of the SolutionStack deployed with this environment.
    SolutionStackName *string `type:"string"`

    // The current operational status of the environment:
    //
    //    * Launching: Environment is in the process of initial deployment.
    //
    //    * Updating: Environment is in the process of updating its configuration
    //    settings or application version.
    //
    //    * Ready: Environment is available to have an action performed on it, such
    //    as update or terminate.
    //
    //    * Terminating: Environment is in the shut-down process.
    //
    //    * Terminated: Environment is not running.
    Status *string `type:"string" enum:"EnvironmentStatus"`

    // The name of the configuration template used to originally launch this environment.
    TemplateName *string `min:"1" type:"string"`

    // Describes the current tier of this environment.
    Tier *EnvironmentTier `type:"structure"`

    // The application version deployed in this environment.
    VersionLabel *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes the properties of an environment.

func (EnvironmentDescription) GoString

func (s EnvironmentDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentDescription) SetAbortableOperationInProgress

func (s *EnvironmentDescription) SetAbortableOperationInProgress(v bool) *EnvironmentDescription

SetAbortableOperationInProgress sets the AbortableOperationInProgress field's value.

func (*EnvironmentDescription) SetApplicationName

func (s *EnvironmentDescription) SetApplicationName(v string) *EnvironmentDescription

SetApplicationName sets the ApplicationName field's value.

func (*EnvironmentDescription) SetCNAME

func (s *EnvironmentDescription) SetCNAME(v string) *EnvironmentDescription

SetCNAME sets the CNAME field's value.

func (*EnvironmentDescription) SetDateCreated

func (s *EnvironmentDescription) SetDateCreated(v time.Time) *EnvironmentDescription

SetDateCreated sets the DateCreated field's value.

func (*EnvironmentDescription) SetDateUpdated

func (s *EnvironmentDescription) SetDateUpdated(v time.Time) *EnvironmentDescription

SetDateUpdated sets the DateUpdated field's value.

func (*EnvironmentDescription) SetDescription

func (s *EnvironmentDescription) SetDescription(v string) *EnvironmentDescription

SetDescription sets the Description field's value.

func (*EnvironmentDescription) SetEndpointURL

func (s *EnvironmentDescription) SetEndpointURL(v string) *EnvironmentDescription

SetEndpointURL sets the EndpointURL field's value.

func (*EnvironmentDescription) SetEnvironmentArn

func (s *EnvironmentDescription) SetEnvironmentArn(v string) *EnvironmentDescription

SetEnvironmentArn sets the EnvironmentArn field's value.

func (*EnvironmentDescription) SetEnvironmentId

func (s *EnvironmentDescription) SetEnvironmentId(v string) *EnvironmentDescription

SetEnvironmentId sets the EnvironmentId field's value.

func (s *EnvironmentDescription) SetEnvironmentLinks(v []*EnvironmentLink) *EnvironmentDescription

SetEnvironmentLinks sets the EnvironmentLinks field's value.

func (*EnvironmentDescription) SetEnvironmentName

func (s *EnvironmentDescription) SetEnvironmentName(v string) *EnvironmentDescription

SetEnvironmentName sets the EnvironmentName field's value.

func (*EnvironmentDescription) SetHealth

func (s *EnvironmentDescription) SetHealth(v string) *EnvironmentDescription

SetHealth sets the Health field's value.

func (*EnvironmentDescription) SetHealthStatus

func (s *EnvironmentDescription) SetHealthStatus(v string) *EnvironmentDescription

SetHealthStatus sets the HealthStatus field's value.

func (*EnvironmentDescription) SetOperationsRole

func (s *EnvironmentDescription) SetOperationsRole(v string) *EnvironmentDescription

SetOperationsRole sets the OperationsRole field's value.

func (*EnvironmentDescription) SetPlatformArn

func (s *EnvironmentDescription) SetPlatformArn(v string) *EnvironmentDescription

SetPlatformArn sets the PlatformArn field's value.

func (*EnvironmentDescription) SetResources

func (s *EnvironmentDescription) SetResources(v *EnvironmentResourcesDescription) *EnvironmentDescription

SetResources sets the Resources field's value.

func (*EnvironmentDescription) SetSolutionStackName

func (s *EnvironmentDescription) SetSolutionStackName(v string) *EnvironmentDescription

SetSolutionStackName sets the SolutionStackName field's value.

func (*EnvironmentDescription) SetStatus

func (s *EnvironmentDescription) SetStatus(v string) *EnvironmentDescription

SetStatus sets the Status field's value.

func (*EnvironmentDescription) SetTemplateName

func (s *EnvironmentDescription) SetTemplateName(v string) *EnvironmentDescription

SetTemplateName sets the TemplateName field's value.

func (*EnvironmentDescription) SetTier

func (s *EnvironmentDescription) SetTier(v *EnvironmentTier) *EnvironmentDescription

SetTier sets the Tier field's value.

func (*EnvironmentDescription) SetVersionLabel

func (s *EnvironmentDescription) SetVersionLabel(v string) *EnvironmentDescription

SetVersionLabel sets the VersionLabel field's value.

func (EnvironmentDescription) String

func (s EnvironmentDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentDescriptionsMessage

type EnvironmentDescriptionsMessage struct {

    // Returns an EnvironmentDescription list.
    Environments []*EnvironmentDescription `type:"list"`

    // In a paginated request, the token that you can pass in a subsequent request
    // to get the next response page.
    NextToken *string `type:"string"`
    // contains filtered or unexported fields
}

Result message containing a list of environment descriptions.

func (EnvironmentDescriptionsMessage) GoString

func (s EnvironmentDescriptionsMessage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentDescriptionsMessage) SetEnvironments

func (s *EnvironmentDescriptionsMessage) SetEnvironments(v []*EnvironmentDescription) *EnvironmentDescriptionsMessage

SetEnvironments sets the Environments field's value.

func (*EnvironmentDescriptionsMessage) SetNextToken

func (s *EnvironmentDescriptionsMessage) SetNextToken(v string) *EnvironmentDescriptionsMessage

SetNextToken sets the NextToken field's value.

func (EnvironmentDescriptionsMessage) String

func (s EnvironmentDescriptionsMessage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentInfoDescription

type EnvironmentInfoDescription struct {

    // The Amazon EC2 Instance ID for this information.
    Ec2InstanceId *string `type:"string"`

    // The type of information retrieved.
    InfoType *string `type:"string" enum:"EnvironmentInfoType"`

    // The retrieved information. Currently contains a presigned Amazon S3 URL.
    // The files are deleted after 15 minutes.
    //
    // Anyone in possession of this URL can access the files before they are deleted.
    // Make the URL available only to trusted parties.
    Message *string `type:"string"`

    // The time stamp when this information was retrieved.
    SampleTimestamp *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

The information retrieved from the Amazon EC2 instances.

func (EnvironmentInfoDescription) GoString

func (s EnvironmentInfoDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentInfoDescription) SetEc2InstanceId

func (s *EnvironmentInfoDescription) SetEc2InstanceId(v string) *EnvironmentInfoDescription

SetEc2InstanceId sets the Ec2InstanceId field's value.

func (*EnvironmentInfoDescription) SetInfoType

func (s *EnvironmentInfoDescription) SetInfoType(v string) *EnvironmentInfoDescription

SetInfoType sets the InfoType field's value.

func (*EnvironmentInfoDescription) SetMessage

func (s *EnvironmentInfoDescription) SetMessage(v string) *EnvironmentInfoDescription

SetMessage sets the Message field's value.

func (*EnvironmentInfoDescription) SetSampleTimestamp

func (s *EnvironmentInfoDescription) SetSampleTimestamp(v time.Time) *EnvironmentInfoDescription

SetSampleTimestamp sets the SampleTimestamp field's value.

func (EnvironmentInfoDescription) String

func (s EnvironmentInfoDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentLink struct {

    // The name of the linked environment (the dependency).
    EnvironmentName *string `type:"string"`

    // The name of the link.
    LinkName *string `type:"string"`
    // contains filtered or unexported fields
}

A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html) for details.

func (EnvironmentLink) GoString

func (s EnvironmentLink) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentLink) SetEnvironmentName

func (s *EnvironmentLink) SetEnvironmentName(v string) *EnvironmentLink

SetEnvironmentName sets the EnvironmentName field's value.

func (*EnvironmentLink) SetLinkName

func (s *EnvironmentLink) SetLinkName(v string) *EnvironmentLink

SetLinkName sets the LinkName field's value.

func (EnvironmentLink) String

func (s EnvironmentLink) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentResourceDescription

type EnvironmentResourceDescription struct {

    // The AutoScalingGroups used by this environment.
    AutoScalingGroups []*AutoScalingGroup `type:"list"`

    // The name of the environment.
    EnvironmentName *string `min:"4" type:"string"`

    // The Amazon EC2 instances used by this environment.
    Instances []*Instance `type:"list"`

    // The Auto Scaling launch configurations in use by this environment.
    LaunchConfigurations []*LaunchConfiguration `type:"list"`

    // The Amazon EC2 launch templates in use by this environment.
    LaunchTemplates []*LaunchTemplate `type:"list"`

    // The LoadBalancers in use by this environment.
    LoadBalancers []*LoadBalancer `type:"list"`

    // The queues used by this environment.
    Queues []*Queue `type:"list"`

    // The AutoScaling triggers in use by this environment.
    Triggers []*Trigger `type:"list"`
    // contains filtered or unexported fields
}

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

func (EnvironmentResourceDescription) GoString

func (s EnvironmentResourceDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentResourceDescription) SetAutoScalingGroups

func (s *EnvironmentResourceDescription) SetAutoScalingGroups(v []*AutoScalingGroup) *EnvironmentResourceDescription

SetAutoScalingGroups sets the AutoScalingGroups field's value.

func (*EnvironmentResourceDescription) SetEnvironmentName

func (s *EnvironmentResourceDescription) SetEnvironmentName(v string) *EnvironmentResourceDescription

SetEnvironmentName sets the EnvironmentName field's value.

func (*EnvironmentResourceDescription) SetInstances

func (s *EnvironmentResourceDescription) SetInstances(v []*Instance) *EnvironmentResourceDescription

SetInstances sets the Instances field's value.

func (*EnvironmentResourceDescription) SetLaunchConfigurations

func (s *EnvironmentResourceDescription) SetLaunchConfigurations(v []*LaunchConfiguration) *EnvironmentResourceDescription

SetLaunchConfigurations sets the LaunchConfigurations field's value.

func (*EnvironmentResourceDescription) SetLaunchTemplates

func (s *EnvironmentResourceDescription) SetLaunchTemplates(v []*LaunchTemplate) *EnvironmentResourceDescription

SetLaunchTemplates sets the LaunchTemplates field's value.

func (*EnvironmentResourceDescription) SetLoadBalancers

func (s *EnvironmentResourceDescription) SetLoadBalancers(v []*LoadBalancer) *EnvironmentResourceDescription

SetLoadBalancers sets the LoadBalancers field's value.

func (*EnvironmentResourceDescription) SetQueues

func (s *EnvironmentResourceDescription) SetQueues(v []*Queue) *EnvironmentResourceDescription

SetQueues sets the Queues field's value.

func (*EnvironmentResourceDescription) SetTriggers

func (s *EnvironmentResourceDescription) SetTriggers(v []*Trigger) *EnvironmentResourceDescription

SetTriggers sets the Triggers field's value.

func (EnvironmentResourceDescription) String

func (s EnvironmentResourceDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentResourcesDescription

type EnvironmentResourcesDescription struct {

    // Describes the LoadBalancer.
    LoadBalancer *LoadBalancerDescription `type:"structure"`
    // contains filtered or unexported fields
}

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

func (EnvironmentResourcesDescription) GoString

func (s EnvironmentResourcesDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentResourcesDescription) SetLoadBalancer

func (s *EnvironmentResourcesDescription) SetLoadBalancer(v *LoadBalancerDescription) *EnvironmentResourcesDescription

SetLoadBalancer sets the LoadBalancer field's value.

func (EnvironmentResourcesDescription) String

func (s EnvironmentResourcesDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EnvironmentTier

type EnvironmentTier struct {

    // The name of this environment tier.
    //
    // Valid values:
    //
    //    * For Web server tier – WebServer
    //
    //    * For Worker tier – Worker
    Name *string `type:"string"`

    // The type of this environment tier.
    //
    // Valid values:
    //
    //    * For Web server tier – Standard
    //
    //    * For Worker tier – SQS/HTTP
    Type *string `type:"string"`

    // The version of this environment tier. When you don't set a value to it, Elastic
    // Beanstalk uses the latest compatible worker tier version.
    //
    // This member is deprecated. Any specific version that you set may become out
    // of date. We recommend leaving it unspecified.
    Version *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the properties of an environment tier

func (EnvironmentTier) GoString

func (s EnvironmentTier) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EnvironmentTier) SetName

func (s *EnvironmentTier) SetName(v string) *EnvironmentTier

SetName sets the Name field's value.

func (*EnvironmentTier) SetType

func (s *EnvironmentTier) SetType(v string) *EnvironmentTier

SetType sets the Type field's value.

func (*EnvironmentTier) SetVersion

func (s *EnvironmentTier) SetVersion(v string) *EnvironmentTier

SetVersion sets the Version field's value.

func (EnvironmentTier) String

func (s EnvironmentTier) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EventDescription

type EventDescription struct {

    // The application associated with the event.
    ApplicationName *string `min:"1" type:"string"`

    // The name of the environment associated with this event.
    EnvironmentName *string `min:"4" type:"string"`

    // The date when the event occurred.
    EventDate *time.Time `type:"timestamp"`

    // The event message.
    Message *string `type:"string"`

    // The ARN of the platform version.
    PlatformArn *string `type:"string"`

    // The web service request ID for the activity of this event.
    RequestId *string `type:"string"`

    // The severity level of this event.
    Severity *string `type:"string" enum:"EventSeverity"`

    // The name of the configuration associated with this event.
    TemplateName *string `min:"1" type:"string"`

    // The release label for the application version associated with this event.
    VersionLabel *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes an event.

func (EventDescription) GoString

func (s EventDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EventDescription) SetApplicationName

func (s *EventDescription) SetApplicationName(v string) *EventDescription

SetApplicationName sets the ApplicationName field's value.

func (*EventDescription) SetEnvironmentName

func (s *EventDescription) SetEnvironmentName(v string) *EventDescription

SetEnvironmentName sets the EnvironmentName field's value.

func (*EventDescription) SetEventDate

func (s *EventDescription) SetEventDate(v time.Time) *EventDescription

SetEventDate sets the EventDate field's value.

func (*EventDescription) SetMessage

func (s *EventDescription) SetMessage(v string) *EventDescription

SetMessage sets the Message field's value.

func (*EventDescription) SetPlatformArn

func (s *EventDescription) SetPlatformArn(v string) *EventDescription

SetPlatformArn sets the PlatformArn field's value.

func (*EventDescription) SetRequestId

func (s *EventDescription) SetRequestId(v string) *EventDescription

SetRequestId sets the RequestId field's value.

func (*EventDescription) SetSeverity

func (s *EventDescription) SetSeverity(v string) *EventDescription

SetSeverity sets the Severity field's value.

func (*EventDescription) SetTemplateName

func (s *EventDescription) SetTemplateName(v string) *EventDescription

SetTemplateName sets the TemplateName field's value.

func (*EventDescription) SetVersionLabel

func (s *EventDescription) SetVersionLabel(v string) *EventDescription

SetVersionLabel sets the VersionLabel field's value.

func (EventDescription) String

func (s EventDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Instance

type Instance struct {

    // The ID of the Amazon EC2 instance.
    Id *string `type:"string"`
    // contains filtered or unexported fields
}

The description of an Amazon EC2 instance.

func (Instance) GoString

func (s Instance) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Instance) SetId

func (s *Instance) SetId(v string) *Instance

SetId sets the Id field's value.

func (Instance) String

func (s Instance) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InstanceHealthSummary

type InstanceHealthSummary struct {

    // Red. The health agent is reporting a high number of request failures or other
    // issues for an instance or environment.
    Degraded *int64 `type:"integer"`

    // Green. An operation is in progress on an instance.
    Info *int64 `type:"integer"`

    // Grey. AWS Elastic Beanstalk and the health agent are reporting no data on
    // an instance.
    NoData *int64 `type:"integer"`

    // Green. An instance is passing health checks and the health agent is not reporting
    // any problems.
    Ok *int64 `type:"integer"`

    // Grey. An operation is in progress on an instance within the command timeout.
    Pending *int64 `type:"integer"`

    // Red. The health agent is reporting a very high number of request failures
    // or other issues for an instance or environment.
    Severe *int64 `type:"integer"`

    // Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient
    // amount of data on an instance.
    Unknown *int64 `type:"integer"`

    // Yellow. The health agent is reporting a moderate number of request failures
    // or other issues for an instance or environment.
    Warning *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Represents summary information about the health of an instance. For more information, see Health Colors and Statuses (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html).

func (InstanceHealthSummary) GoString

func (s InstanceHealthSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InstanceHealthSummary) SetDegraded

func (s *InstanceHealthSummary) SetDegraded(v int64) *InstanceHealthSummary

SetDegraded sets the Degraded field's value.

func (*InstanceHealthSummary) SetInfo

func (s *InstanceHealthSummary) SetInfo(v int64) *InstanceHealthSummary

SetInfo sets the Info field's value.

func (*InstanceHealthSummary) SetNoData

func (s *InstanceHealthSummary) SetNoData(v int64) *InstanceHealthSummary

SetNoData sets the NoData field's value.

func (*InstanceHealthSummary) SetOk

func (s *InstanceHealthSummary) SetOk(v int64) *InstanceHealthSummary

SetOk sets the Ok field's value.

func (*InstanceHealthSummary) SetPending

func (s *InstanceHealthSummary) SetPending(v int64) *InstanceHealthSummary

SetPending sets the Pending field's value.

func (*InstanceHealthSummary) SetSevere

func (s *InstanceHealthSummary) SetSevere(v int64) *InstanceHealthSummary

SetSevere sets the Severe field's value.

func (*InstanceHealthSummary) SetUnknown

func (s *InstanceHealthSummary) SetUnknown(v int64) *InstanceHealthSummary

SetUnknown sets the Unknown field's value.

func (*InstanceHealthSummary) SetWarning

func (s *InstanceHealthSummary) SetWarning(v int64) *InstanceHealthSummary

SetWarning sets the Warning field's value.

func (InstanceHealthSummary) String

func (s InstanceHealthSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Latency

type Latency struct {

    // The average latency for the slowest 90 percent of requests over the last
    // 10 seconds.
    P10 *float64 `type:"double"`

    // The average latency for the slowest 50 percent of requests over the last
    // 10 seconds.
    P50 *float64 `type:"double"`

    // The average latency for the slowest 25 percent of requests over the last
    // 10 seconds.
    P75 *float64 `type:"double"`

    // The average latency for the slowest 15 percent of requests over the last
    // 10 seconds.
    P85 *float64 `type:"double"`

    // The average latency for the slowest 10 percent of requests over the last
    // 10 seconds.
    P90 *float64 `type:"double"`

    // The average latency for the slowest 5 percent of requests over the last 10
    // seconds.
    P95 *float64 `type:"double"`

    // The average latency for the slowest 1 percent of requests over the last 10
    // seconds.
    P99 *float64 `type:"double"`

    // The average latency for the slowest 0.1 percent of requests over the last
    // 10 seconds.
    P999 *float64 `type:"double"`
    // contains filtered or unexported fields
}

Represents the average latency for the slowest X percent of requests over the last 10 seconds.

func (Latency) GoString

func (s Latency) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Latency) SetP10

func (s *Latency) SetP10(v float64) *Latency

SetP10 sets the P10 field's value.

func (*Latency) SetP50

func (s *Latency) SetP50(v float64) *Latency

SetP50 sets the P50 field's value.

func (*Latency) SetP75

func (s *Latency) SetP75(v float64) *Latency

SetP75 sets the P75 field's value.

func (*Latency) SetP85

func (s *Latency) SetP85(v float64) *Latency

SetP85 sets the P85 field's value.

func (*Latency) SetP90

func (s *Latency) SetP90(v float64) *Latency

SetP90 sets the P90 field's value.

func (*Latency) SetP95

func (s *Latency) SetP95(v float64) *Latency

SetP95 sets the P95 field's value.

func (*Latency) SetP99

func (s *Latency) SetP99(v float64) *Latency

SetP99 sets the P99 field's value.

func (*Latency) SetP999

func (s *Latency) SetP999(v float64) *Latency

SetP999 sets the P999 field's value.

func (Latency) String

func (s Latency) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LaunchConfiguration

type LaunchConfiguration struct {

    // The name of the launch configuration.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an Auto Scaling launch configuration.

func (LaunchConfiguration) GoString

func (s LaunchConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LaunchConfiguration) SetName

func (s *LaunchConfiguration) SetName(v string) *LaunchConfiguration

SetName sets the Name field's value.

func (LaunchConfiguration) String

func (s LaunchConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LaunchTemplate

type LaunchTemplate struct {

    // The ID of the launch template.
    Id *string `type:"string"`
    // contains filtered or unexported fields
}

Describes an Amazon EC2 launch template.

func (LaunchTemplate) GoString

func (s LaunchTemplate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LaunchTemplate) SetId

func (s *LaunchTemplate) SetId(v string) *LaunchTemplate

SetId sets the Id field's value.

func (LaunchTemplate) String

func (s LaunchTemplate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAvailableSolutionStacksInput

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

func (ListAvailableSolutionStacksInput) GoString

func (s ListAvailableSolutionStacksInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ListAvailableSolutionStacksInput) String

func (s ListAvailableSolutionStacksInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAvailableSolutionStacksOutput

type ListAvailableSolutionStacksOutput struct {

    // A list of available solution stacks and their SolutionStackDescription.
    SolutionStackDetails []*SolutionStackDescription `type:"list"`

    // A list of available solution stacks.
    SolutionStacks []*string `type:"list"`
    // contains filtered or unexported fields
}

A list of available AWS Elastic Beanstalk solution stacks.

func (ListAvailableSolutionStacksOutput) GoString

func (s ListAvailableSolutionStacksOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAvailableSolutionStacksOutput) SetSolutionStackDetails

func (s *ListAvailableSolutionStacksOutput) SetSolutionStackDetails(v []*SolutionStackDescription) *ListAvailableSolutionStacksOutput

SetSolutionStackDetails sets the SolutionStackDetails field's value.

func (*ListAvailableSolutionStacksOutput) SetSolutionStacks

func (s *ListAvailableSolutionStacksOutput) SetSolutionStacks(v []*string) *ListAvailableSolutionStacksOutput

SetSolutionStacks sets the SolutionStacks field's value.

func (ListAvailableSolutionStacksOutput) String

func (s ListAvailableSolutionStacksOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 []*SearchFilter `type:"list"`

    // The maximum number of platform branch values returned in one call.
    MaxRecords *int64 `min:"1" type:"integer"`

    // 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:"string"`
    // contains filtered or unexported fields
}

func (ListPlatformBranchesInput) GoString

func (s ListPlatformBranchesInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPlatformBranchesInput) SetFilters

func (s *ListPlatformBranchesInput) SetFilters(v []*SearchFilter) *ListPlatformBranchesInput

SetFilters sets the Filters field's value.

func (*ListPlatformBranchesInput) SetMaxRecords

func (s *ListPlatformBranchesInput) SetMaxRecords(v int64) *ListPlatformBranchesInput

SetMaxRecords sets the MaxRecords field's value.

func (*ListPlatformBranchesInput) SetNextToken

func (s *ListPlatformBranchesInput) SetNextToken(v string) *ListPlatformBranchesInput

SetNextToken sets the NextToken field's value.

func (ListPlatformBranchesInput) String

func (s ListPlatformBranchesInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPlatformBranchesInput) Validate

func (s *ListPlatformBranchesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListPlatformBranchesOutput

type ListPlatformBranchesOutput 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 `type:"string"`

    // Summary information about the platform branches.
    PlatformBranchSummaryList []*PlatformBranchSummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListPlatformBranchesOutput) GoString

func (s ListPlatformBranchesOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPlatformBranchesOutput) SetNextToken

func (s *ListPlatformBranchesOutput) SetNextToken(v string) *ListPlatformBranchesOutput

SetNextToken sets the NextToken field's value.

func (*ListPlatformBranchesOutput) SetPlatformBranchSummaryList

func (s *ListPlatformBranchesOutput) SetPlatformBranchSummaryList(v []*PlatformBranchSummary) *ListPlatformBranchesOutput

SetPlatformBranchSummaryList sets the PlatformBranchSummaryList field's value.

func (ListPlatformBranchesOutput) String

func (s ListPlatformBranchesOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListPlatformVersionsInput

type ListPlatformVersionsInput struct {

    // Criteria for restricting the resulting list of platform versions. The filter
    // is interpreted as a logical conjunction (AND) of the separate PlatformFilter
    // terms.
    Filters []*PlatformFilter `type:"list"`

    // The maximum number of platform version values returned in one call.
    MaxRecords *int64 `min:"1" type:"integer"`

    // 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:"string"`
    // contains filtered or unexported fields
}

func (ListPlatformVersionsInput) GoString

func (s ListPlatformVersionsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPlatformVersionsInput) SetFilters

func (s *ListPlatformVersionsInput) SetFilters(v []*PlatformFilter) *ListPlatformVersionsInput

SetFilters sets the Filters field's value.

func (*ListPlatformVersionsInput) SetMaxRecords

func (s *ListPlatformVersionsInput) SetMaxRecords(v int64) *ListPlatformVersionsInput

SetMaxRecords sets the MaxRecords field's value.

func (*ListPlatformVersionsInput) SetNextToken

func (s *ListPlatformVersionsInput) SetNextToken(v string) *ListPlatformVersionsInput

SetNextToken sets the NextToken field's value.

func (ListPlatformVersionsInput) String

func (s ListPlatformVersionsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPlatformVersionsInput) Validate

func (s *ListPlatformVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

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 `type:"string"`

    // Summary information about the platform versions.
    PlatformSummaryList []*PlatformSummary `type:"list"`
    // contains filtered or unexported fields
}

func (ListPlatformVersionsOutput) GoString

func (s ListPlatformVersionsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListPlatformVersionsOutput) SetNextToken

func (s *ListPlatformVersionsOutput) SetNextToken(v string) *ListPlatformVersionsOutput

SetNextToken sets the NextToken field's value.

func (*ListPlatformVersionsOutput) SetPlatformSummaryList

func (s *ListPlatformVersionsOutput) SetPlatformSummaryList(v []*PlatformSummary) *ListPlatformVersionsOutput

SetPlatformSummaryList sets the PlatformSummaryList field's value.

func (ListPlatformVersionsOutput) String

func (s ListPlatformVersionsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 is a required field
    ResourceArn *string `type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

    // The Amazon Resource Name (ARN) of the resource for which a tag list was requested.
    ResourceArn *string `type:"string"`

    // A list of tag key-value pairs.
    ResourceTags []*Tag `type:"list"`
    // contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetResourceArn

func (s *ListTagsForResourceOutput) SetResourceArn(v string) *ListTagsForResourceOutput

SetResourceArn sets the ResourceArn field's value.

func (*ListTagsForResourceOutput) SetResourceTags

func (s *ListTagsForResourceOutput) SetResourceTags(v []*Tag) *ListTagsForResourceOutput

SetResourceTags sets the ResourceTags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Listener

type Listener struct {

    // The port that is used by the Listener.
    Port *int64 `type:"integer"`

    // The protocol that is used by the Listener.
    Protocol *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the properties of a Listener for the LoadBalancer.

func (Listener) GoString

func (s Listener) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Listener) SetPort

func (s *Listener) SetPort(v int64) *Listener

SetPort sets the Port field's value.

func (*Listener) SetProtocol

func (s *Listener) SetProtocol(v string) *Listener

SetProtocol sets the Protocol field's value.

func (Listener) String

func (s Listener) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LoadBalancer

type LoadBalancer struct {

    // The name of the LoadBalancer.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a LoadBalancer.

func (LoadBalancer) GoString

func (s LoadBalancer) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LoadBalancer) SetName

func (s *LoadBalancer) SetName(v string) *LoadBalancer

SetName sets the Name field's value.

func (LoadBalancer) String

func (s LoadBalancer) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type LoadBalancerDescription

type LoadBalancerDescription struct {

    // The domain name of the LoadBalancer.
    Domain *string `type:"string"`

    // A list of Listeners used by the LoadBalancer.
    Listeners []*Listener `type:"list"`

    // The name of the LoadBalancer.
    LoadBalancerName *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the details of a LoadBalancer.

func (LoadBalancerDescription) GoString

func (s LoadBalancerDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*LoadBalancerDescription) SetDomain

func (s *LoadBalancerDescription) SetDomain(v string) *LoadBalancerDescription

SetDomain sets the Domain field's value.

func (*LoadBalancerDescription) SetListeners

func (s *LoadBalancerDescription) SetListeners(v []*Listener) *LoadBalancerDescription

SetListeners sets the Listeners field's value.

func (*LoadBalancerDescription) SetLoadBalancerName

func (s *LoadBalancerDescription) SetLoadBalancerName(v string) *LoadBalancerDescription

SetLoadBalancerName sets the LoadBalancerName field's value.

func (LoadBalancerDescription) String

func (s LoadBalancerDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ManagedAction

type ManagedAction struct {

    // A description of the managed action.
    ActionDescription *string `type:"string"`

    // A unique identifier for the managed action.
    ActionId *string `type:"string"`

    // The type of managed action.
    ActionType *string `type:"string" enum:"ActionType"`

    // The status of the managed action. If the action is Scheduled, you can apply
    // it immediately with ApplyEnvironmentManagedAction.
    Status *string `type:"string" enum:"ActionStatus"`

    // The start time of the maintenance window in which the managed action will
    // execute.
    WindowStartTime *time.Time `type:"timestamp"`
    // contains filtered or unexported fields
}

The record of an upcoming or in-progress managed action.

func (ManagedAction) GoString

func (s ManagedAction) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ManagedAction) SetActionDescription

func (s *ManagedAction) SetActionDescription(v string) *ManagedAction

SetActionDescription sets the ActionDescription field's value.

func (*ManagedAction) SetActionId

func (s *ManagedAction) SetActionId(v string) *ManagedAction

SetActionId sets the ActionId field's value.

func (*ManagedAction) SetActionType

func (s *ManagedAction) SetActionType(v string) *ManagedAction

SetActionType sets the ActionType field's value.

func (*ManagedAction) SetStatus

func (s *ManagedAction) SetStatus(v string) *ManagedAction

SetStatus sets the Status field's value.

func (*ManagedAction) SetWindowStartTime

func (s *ManagedAction) SetWindowStartTime(v time.Time) *ManagedAction

SetWindowStartTime sets the WindowStartTime field's value.

func (ManagedAction) String

func (s ManagedAction) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ManagedActionHistoryItem

type ManagedActionHistoryItem struct {

    // A description of the managed action.
    ActionDescription *string `type:"string"`

    // A unique identifier for the managed action.
    ActionId *string `type:"string"`

    // The type of the managed action.
    ActionType *string `type:"string" enum:"ActionType"`

    // The date and time that the action started executing.
    ExecutedTime *time.Time `type:"timestamp"`

    // If the action failed, a description of the failure.
    FailureDescription *string `type:"string"`

    // If the action failed, the type of failure.
    FailureType *string `type:"string" enum:"FailureType"`

    // The date and time that the action finished executing.
    FinishedTime *time.Time `type:"timestamp"`

    // The status of the action.
    Status *string `type:"string" enum:"ActionHistoryStatus"`
    // contains filtered or unexported fields
}

The record of a completed or failed managed action.

func (ManagedActionHistoryItem) GoString

func (s ManagedActionHistoryItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ManagedActionHistoryItem) SetActionDescription

func (s *ManagedActionHistoryItem) SetActionDescription(v string) *ManagedActionHistoryItem

SetActionDescription sets the ActionDescription field's value.

func (*ManagedActionHistoryItem) SetActionId

func (s *ManagedActionHistoryItem) SetActionId(v string) *ManagedActionHistoryItem

SetActionId sets the ActionId field's value.

func (*ManagedActionHistoryItem) SetActionType

func (s *ManagedActionHistoryItem) SetActionType(v string) *ManagedActionHistoryItem

SetActionType sets the ActionType field's value.

func (*ManagedActionHistoryItem) SetExecutedTime

func (s *ManagedActionHistoryItem) SetExecutedTime(v time.Time) *ManagedActionHistoryItem

SetExecutedTime sets the ExecutedTime field's value.

func (*ManagedActionHistoryItem) SetFailureDescription

func (s *ManagedActionHistoryItem) SetFailureDescription(v string) *ManagedActionHistoryItem

SetFailureDescription sets the FailureDescription field's value.

func (*ManagedActionHistoryItem) SetFailureType

func (s *ManagedActionHistoryItem) SetFailureType(v string) *ManagedActionHistoryItem

SetFailureType sets the FailureType field's value.

func (*ManagedActionHistoryItem) SetFinishedTime

func (s *ManagedActionHistoryItem) SetFinishedTime(v time.Time) *ManagedActionHistoryItem

SetFinishedTime sets the FinishedTime field's value.

func (*ManagedActionHistoryItem) SetStatus

func (s *ManagedActionHistoryItem) SetStatus(v string) *ManagedActionHistoryItem

SetStatus sets the Status field's value.

func (ManagedActionHistoryItem) String

func (s ManagedActionHistoryItem) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type MaxAgeRule

type MaxAgeRule struct {

    // Set to true to delete a version's source bundle from Amazon S3 when Elastic
    // Beanstalk deletes the application version.
    DeleteSourceFromS3 *bool `type:"boolean"`

    // Specify true to apply the rule, or false to disable it.
    //
    // Enabled is a required field
    Enabled *bool `type:"boolean" required:"true"`

    // Specify the number of days to retain an application versions.
    MaxAgeInDays *int64 `type:"integer"`
    // contains filtered or unexported fields
}

A lifecycle rule that deletes application versions after the specified number of days.

func (MaxAgeRule) GoString

func (s MaxAgeRule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaxAgeRule) SetDeleteSourceFromS3

func (s *MaxAgeRule) SetDeleteSourceFromS3(v bool) *MaxAgeRule

SetDeleteSourceFromS3 sets the DeleteSourceFromS3 field's value.

func (*MaxAgeRule) SetEnabled

func (s *MaxAgeRule) SetEnabled(v bool) *MaxAgeRule

SetEnabled sets the Enabled field's value.

func (*MaxAgeRule) SetMaxAgeInDays

func (s *MaxAgeRule) SetMaxAgeInDays(v int64) *MaxAgeRule

SetMaxAgeInDays sets the MaxAgeInDays field's value.

func (MaxAgeRule) String

func (s MaxAgeRule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaxAgeRule) Validate

func (s *MaxAgeRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type MaxCountRule

type MaxCountRule struct {

    // Set to true to delete a version's source bundle from Amazon S3 when Elastic
    // Beanstalk deletes the application version.
    DeleteSourceFromS3 *bool `type:"boolean"`

    // Specify true to apply the rule, or false to disable it.
    //
    // Enabled is a required field
    Enabled *bool `type:"boolean" required:"true"`

    // Specify the maximum number of application versions to retain.
    MaxCount *int64 `type:"integer"`
    // contains filtered or unexported fields
}

A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.

func (MaxCountRule) GoString

func (s MaxCountRule) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaxCountRule) SetDeleteSourceFromS3

func (s *MaxCountRule) SetDeleteSourceFromS3(v bool) *MaxCountRule

SetDeleteSourceFromS3 sets the DeleteSourceFromS3 field's value.

func (*MaxCountRule) SetEnabled

func (s *MaxCountRule) SetEnabled(v bool) *MaxCountRule

SetEnabled sets the Enabled field's value.

func (*MaxCountRule) SetMaxCount

func (s *MaxCountRule) SetMaxCount(v int64) *MaxCountRule

SetMaxCount sets the MaxCount field's value.

func (MaxCountRule) String

func (s MaxCountRule) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*MaxCountRule) Validate

func (s *MaxCountRule) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OptionRestrictionRegex

type OptionRestrictionRegex struct {

    // A unique name representing this regular expression.
    Label *string `type:"string"`

    // The regular expression pattern that a string configuration option value with
    // this restriction must match.
    Pattern *string `type:"string"`
    // contains filtered or unexported fields
}

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

func (OptionRestrictionRegex) GoString

func (s OptionRestrictionRegex) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OptionRestrictionRegex) SetLabel

func (s *OptionRestrictionRegex) SetLabel(v string) *OptionRestrictionRegex

SetLabel sets the Label field's value.

func (*OptionRestrictionRegex) SetPattern

func (s *OptionRestrictionRegex) SetPattern(v string) *OptionRestrictionRegex

SetPattern sets the Pattern field's value.

func (OptionRestrictionRegex) String

func (s OptionRestrictionRegex) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type OptionSpecification

type OptionSpecification struct {

    // A unique namespace identifying the option's associated AWS resource.
    Namespace *string `type:"string"`

    // The name of the configuration option.
    OptionName *string `type:"string"`

    // A unique resource name for a time-based scaling configuration option.
    ResourceName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

A specification identifying an individual configuration option.

func (OptionSpecification) GoString

func (s OptionSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OptionSpecification) SetNamespace

func (s *OptionSpecification) SetNamespace(v string) *OptionSpecification

SetNamespace sets the Namespace field's value.

func (*OptionSpecification) SetOptionName

func (s *OptionSpecification) SetOptionName(v string) *OptionSpecification

SetOptionName sets the OptionName field's value.

func (*OptionSpecification) SetResourceName

func (s *OptionSpecification) SetResourceName(v string) *OptionSpecification

SetResourceName sets the ResourceName field's value.

func (OptionSpecification) String

func (s OptionSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*OptionSpecification) Validate

func (s *OptionSpecification) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PlatformBranchSummary

type PlatformBranchSummary struct {

    // The name of the platform branch.
    BranchName *string `type:"string"`

    // An ordinal number that designates the order in which platform branches have
    // been added to a platform. This can be helpful, for example, if your code
    // calls the ListPlatformBranches action and then displays a list of platform
    // branches.
    //
    // A larger BranchOrder value designates a newer platform branch within the
    // platform.
    BranchOrder *int64 `type:"integer"`

    // The support life cycle state of the platform branch.
    //
    // Possible values: beta | supported | deprecated | retired
    LifecycleState *string `type:"string"`

    // The name of the platform to which this platform branch belongs.
    PlatformName *string `type:"string"`

    // The environment tiers that platform versions in this branch support.
    //
    // Possible values: WebServer/Standard | Worker/SQS/HTTP
    SupportedTierList []*string `type:"list"`
    // contains filtered or unexported fields
}

Summary information about a platform branch.

func (PlatformBranchSummary) GoString

func (s PlatformBranchSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlatformBranchSummary) SetBranchName

func (s *PlatformBranchSummary) SetBranchName(v string) *PlatformBranchSummary

SetBranchName sets the BranchName field's value.

func (*PlatformBranchSummary) SetBranchOrder

func (s *PlatformBranchSummary) SetBranchOrder(v int64) *PlatformBranchSummary

SetBranchOrder sets the BranchOrder field's value.

func (*PlatformBranchSummary) SetLifecycleState

func (s *PlatformBranchSummary) SetLifecycleState(v string) *PlatformBranchSummary

SetLifecycleState sets the LifecycleState field's value.

func (*PlatformBranchSummary) SetPlatformName

func (s *PlatformBranchSummary) SetPlatformName(v string) *PlatformBranchSummary

SetPlatformName sets the PlatformName field's value.

func (*PlatformBranchSummary) SetSupportedTierList

func (s *PlatformBranchSummary) SetSupportedTierList(v []*string) *PlatformBranchSummary

SetSupportedTierList sets the SupportedTierList field's value.

func (PlatformBranchSummary) String

func (s PlatformBranchSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PlatformDescription

type PlatformDescription struct {

    // The custom AMIs supported by the platform version.
    CustomAmiList []*CustomAmi `type:"list"`

    // The date when the platform version was created.
    DateCreated *time.Time `type:"timestamp"`

    // The date when the platform version was last updated.
    DateUpdated *time.Time `type:"timestamp"`

    // The description of the platform version.
    Description *string `type:"string"`

    // The frameworks supported by the platform version.
    Frameworks []*PlatformFramework `type:"list"`

    // Information about the maintainer of the platform version.
    Maintainer *string `type:"string"`

    // The operating system used by the platform version.
    OperatingSystemName *string `type:"string"`

    // The version of the operating system used by the platform version.
    OperatingSystemVersion *string `type:"string"`

    // The ARN of the platform version.
    PlatformArn *string `type:"string"`

    // The state of the platform version's branch in its lifecycle.
    //
    // Possible values: Beta | Supported | Deprecated | Retired
    PlatformBranchLifecycleState *string `type:"string"`

    // The platform branch to which the platform version belongs.
    PlatformBranchName *string `type:"string"`

    // The category of the platform version.
    PlatformCategory *string `type:"string"`

    // The state of the platform version in its lifecycle.
    //
    // Possible values: Recommended | null
    //
    // If a null value is returned, the platform version isn't the recommended one
    // for its branch. Each platform branch has a single recommended platform version,
    // typically the most recent one.
    PlatformLifecycleState *string `type:"string"`

    // The name of the platform version.
    PlatformName *string `type:"string"`

    // The AWS account ID of the person who created the platform version.
    PlatformOwner *string `type:"string"`

    // The status of the platform version.
    PlatformStatus *string `type:"string" enum:"PlatformStatus"`

    // The version of the platform version.
    PlatformVersion *string `type:"string"`

    // The programming languages supported by the platform version.
    ProgrammingLanguages []*PlatformProgrammingLanguage `type:"list"`

    // The name of the solution stack used by the platform version.
    SolutionStackName *string `type:"string"`

    // The additions supported by the platform version.
    SupportedAddonList []*string `type:"list"`

    // The tiers supported by the platform version.
    SupportedTierList []*string `type:"list"`
    // contains filtered or unexported fields
}

Detailed information about a platform version.

func (PlatformDescription) GoString

func (s PlatformDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlatformDescription) SetCustomAmiList

func (s *PlatformDescription) SetCustomAmiList(v []*CustomAmi) *PlatformDescription

SetCustomAmiList sets the CustomAmiList field's value.

func (*PlatformDescription) SetDateCreated

func (s *PlatformDescription) SetDateCreated(v time.Time) *PlatformDescription

SetDateCreated sets the DateCreated field's value.

func (*PlatformDescription) SetDateUpdated

func (s *PlatformDescription) SetDateUpdated(v time.Time) *PlatformDescription

SetDateUpdated sets the DateUpdated field's value.

func (*PlatformDescription) SetDescription

func (s *PlatformDescription) SetDescription(v string) *PlatformDescription

SetDescription sets the Description field's value.

func (*PlatformDescription) SetFrameworks

func (s *PlatformDescription) SetFrameworks(v []*PlatformFramework) *PlatformDescription

SetFrameworks sets the Frameworks field's value.

func (*PlatformDescription) SetMaintainer

func (s *PlatformDescription) SetMaintainer(v string) *PlatformDescription

SetMaintainer sets the Maintainer field's value.

func (*PlatformDescription) SetOperatingSystemName

func (s *PlatformDescription) SetOperatingSystemName(v string) *PlatformDescription

SetOperatingSystemName sets the OperatingSystemName field's value.

func (*PlatformDescription) SetOperatingSystemVersion

func (s *PlatformDescription) SetOperatingSystemVersion(v string) *PlatformDescription

SetOperatingSystemVersion sets the OperatingSystemVersion field's value.

func (*PlatformDescription) SetPlatformArn

func (s *PlatformDescription) SetPlatformArn(v string) *PlatformDescription

SetPlatformArn sets the PlatformArn field's value.

func (*PlatformDescription) SetPlatformBranchLifecycleState

func (s *PlatformDescription) SetPlatformBranchLifecycleState(v string) *PlatformDescription

SetPlatformBranchLifecycleState sets the PlatformBranchLifecycleState field's value.

func (*PlatformDescription) SetPlatformBranchName

func (s *PlatformDescription) SetPlatformBranchName(v string) *PlatformDescription

SetPlatformBranchName sets the PlatformBranchName field's value.

func (*PlatformDescription) SetPlatformCategory

func (s *PlatformDescription) SetPlatformCategory(v string) *PlatformDescription

SetPlatformCategory sets the PlatformCategory field's value.

func (*PlatformDescription) SetPlatformLifecycleState

func (s *PlatformDescription) SetPlatformLifecycleState(v string) *PlatformDescription

SetPlatformLifecycleState sets the PlatformLifecycleState field's value.

func (*PlatformDescription) SetPlatformName

func (s *PlatformDescription) SetPlatformName(v string) *PlatformDescription

SetPlatformName sets the PlatformName field's value.

func (*PlatformDescription) SetPlatformOwner

func (s *PlatformDescription) SetPlatformOwner(v string) *PlatformDescription

SetPlatformOwner sets the PlatformOwner field's value.

func (*PlatformDescription) SetPlatformStatus

func (s *PlatformDescription) SetPlatformStatus(v string) *PlatformDescription

SetPlatformStatus sets the PlatformStatus field's value.

func (*PlatformDescription) SetPlatformVersion

func (s *PlatformDescription) SetPlatformVersion(v string) *PlatformDescription

SetPlatformVersion sets the PlatformVersion field's value.

func (*PlatformDescription) SetProgrammingLanguages

func (s *PlatformDescription) SetProgrammingLanguages(v []*PlatformProgrammingLanguage) *PlatformDescription

SetProgrammingLanguages sets the ProgrammingLanguages field's value.

func (*PlatformDescription) SetSolutionStackName

func (s *PlatformDescription) SetSolutionStackName(v string) *PlatformDescription

SetSolutionStackName sets the SolutionStackName field's value.

func (*PlatformDescription) SetSupportedAddonList

func (s *PlatformDescription) SetSupportedAddonList(v []*string) *PlatformDescription

SetSupportedAddonList sets the SupportedAddonList field's value.

func (*PlatformDescription) SetSupportedTierList

func (s *PlatformDescription) SetSupportedTierList(v []*string) *PlatformDescription

SetSupportedTierList sets the SupportedTierList field's value.

func (PlatformDescription) String

func (s PlatformDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PlatformFilter

type PlatformFilter struct {

    // The operator to apply to the Type with each of the Values.
    //
    // Valid values: = | != | < | <= | > | >= | contains | begins_with | ends_with
    Operator *string `type:"string"`

    // The platform version attribute to which the filter values are applied.
    //
    // Valid values: PlatformName | PlatformVersion | PlatformStatus | PlatformBranchName
    // | PlatformLifecycleState | PlatformOwner | SupportedTier | SupportedAddon
    // | ProgrammingLanguageName | OperatingSystemName
    Type *string `type:"string"`

    // The list of values applied to the filtering platform version attribute. Only
    // one value is supported for all current operators.
    //
    // The following list shows valid filter values for some filter attributes.
    //
    //    * PlatformStatus: Creating | Failed | Ready | Deleting | Deleted
    //
    //    * PlatformLifecycleState: recommended
    //
    //    * SupportedTier: WebServer/Standard | Worker/SQS/HTTP
    //
    //    * SupportedAddon: Log/S3 | Monitoring/Healthd | WorkerDaemon/SQSD
    Values []*string `type:"list"`
    // contains filtered or unexported fields
}

Describes criteria to restrict the results when listing platform versions.

The filter is evaluated as follows: Type Operator Values[1]

func (PlatformFilter) GoString

func (s PlatformFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlatformFilter) SetOperator

func (s *PlatformFilter) SetOperator(v string) *PlatformFilter

SetOperator sets the Operator field's value.

func (*PlatformFilter) SetType

func (s *PlatformFilter) SetType(v string) *PlatformFilter

SetType sets the Type field's value.

func (*PlatformFilter) SetValues

func (s *PlatformFilter) SetValues(v []*string) *PlatformFilter

SetValues sets the Values field's value.

func (PlatformFilter) String

func (s PlatformFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PlatformFramework

type PlatformFramework struct {

    // The name of the framework.
    Name *string `type:"string"`

    // The version of the framework.
    Version *string `type:"string"`
    // contains filtered or unexported fields
}

A framework supported by the platform.

func (PlatformFramework) GoString

func (s PlatformFramework) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlatformFramework) SetName

func (s *PlatformFramework) SetName(v string) *PlatformFramework

SetName sets the Name field's value.

func (*PlatformFramework) SetVersion

func (s *PlatformFramework) SetVersion(v string) *PlatformFramework

SetVersion sets the Version field's value.

func (PlatformFramework) String

func (s PlatformFramework) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PlatformProgrammingLanguage

type PlatformProgrammingLanguage struct {

    // The name of the programming language.
    Name *string `type:"string"`

    // The version of the programming language.
    Version *string `type:"string"`
    // contains filtered or unexported fields
}

A programming language supported by the platform.

func (PlatformProgrammingLanguage) GoString

func (s PlatformProgrammingLanguage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlatformProgrammingLanguage) SetName

func (s *PlatformProgrammingLanguage) SetName(v string) *PlatformProgrammingLanguage

SetName sets the Name field's value.

func (*PlatformProgrammingLanguage) SetVersion

func (s *PlatformProgrammingLanguage) SetVersion(v string) *PlatformProgrammingLanguage

SetVersion sets the Version field's value.

func (PlatformProgrammingLanguage) String

func (s PlatformProgrammingLanguage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type PlatformSummary

type PlatformSummary struct {

    // The operating system used by the platform version.
    OperatingSystemName *string `type:"string"`

    // The version of the operating system used by the platform version.
    OperatingSystemVersion *string `type:"string"`

    // The ARN of the platform version.
    PlatformArn *string `type:"string"`

    // The state of the platform version's branch in its lifecycle.
    //
    // Possible values: beta | supported | deprecated | retired
    PlatformBranchLifecycleState *string `type:"string"`

    // The platform branch to which the platform version belongs.
    PlatformBranchName *string `type:"string"`

    // The category of platform version.
    PlatformCategory *string `type:"string"`

    // The state of the platform version in its lifecycle.
    //
    // Possible values: recommended | empty
    //
    // If an empty value is returned, the platform version is supported but isn't
    // the recommended one for its branch.
    PlatformLifecycleState *string `type:"string"`

    // The AWS account ID of the person who created the platform version.
    PlatformOwner *string `type:"string"`

    // The status of the platform version. You can create an environment from the
    // platform version once it is ready.
    PlatformStatus *string `type:"string" enum:"PlatformStatus"`

    // The version string of the platform version.
    PlatformVersion *string `type:"string"`

    // The additions associated with the platform version.
    SupportedAddonList []*string `type:"list"`

    // The tiers in which the platform version runs.
    SupportedTierList []*string `type:"list"`
    // contains filtered or unexported fields
}

Summary information about a platform version.

func (PlatformSummary) GoString

func (s PlatformSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*PlatformSummary) SetOperatingSystemName

func (s *PlatformSummary) SetOperatingSystemName(v string) *PlatformSummary

SetOperatingSystemName sets the OperatingSystemName field's value.

func (*PlatformSummary) SetOperatingSystemVersion

func (s *PlatformSummary) SetOperatingSystemVersion(v string) *PlatformSummary

SetOperatingSystemVersion sets the OperatingSystemVersion field's value.

func (*PlatformSummary) SetPlatformArn

func (s *PlatformSummary) SetPlatformArn(v string) *PlatformSummary

SetPlatformArn sets the PlatformArn field's value.

func (*PlatformSummary) SetPlatformBranchLifecycleState

func (s *PlatformSummary) SetPlatformBranchLifecycleState(v string) *PlatformSummary

SetPlatformBranchLifecycleState sets the PlatformBranchLifecycleState field's value.

func (*PlatformSummary) SetPlatformBranchName

func (s *PlatformSummary) SetPlatformBranchName(v string) *PlatformSummary

SetPlatformBranchName sets the PlatformBranchName field's value.

func (*PlatformSummary) SetPlatformCategory

func (s *PlatformSummary) SetPlatformCategory(v string) *PlatformSummary

SetPlatformCategory sets the PlatformCategory field's value.

func (*PlatformSummary) SetPlatformLifecycleState

func (s *PlatformSummary) SetPlatformLifecycleState(v string) *PlatformSummary

SetPlatformLifecycleState sets the PlatformLifecycleState field's value.

func (*PlatformSummary) SetPlatformOwner

func (s *PlatformSummary) SetPlatformOwner(v string) *PlatformSummary

SetPlatformOwner sets the PlatformOwner field's value.

func (*PlatformSummary) SetPlatformStatus

func (s *PlatformSummary) SetPlatformStatus(v string) *PlatformSummary

SetPlatformStatus sets the PlatformStatus field's value.

func (*PlatformSummary) SetPlatformVersion

func (s *PlatformSummary) SetPlatformVersion(v string) *PlatformSummary

SetPlatformVersion sets the PlatformVersion field's value.

func (*PlatformSummary) SetSupportedAddonList

func (s *PlatformSummary) SetSupportedAddonList(v []*string) *PlatformSummary

SetSupportedAddonList sets the SupportedAddonList field's value.

func (*PlatformSummary) SetSupportedTierList

func (s *PlatformSummary) SetSupportedTierList(v []*string) *PlatformSummary

SetSupportedTierList sets the SupportedTierList field's value.

func (PlatformSummary) String

func (s PlatformSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Queue

type Queue struct {

    // The name of the queue.
    Name *string `type:"string"`

    // The URL of the queue.
    URL *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a queue.

func (Queue) GoString

func (s Queue) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Queue) SetName

func (s *Queue) SetName(v string) *Queue

SetName sets the Name field's value.

func (*Queue) SetURL

func (s *Queue) SetURL(v string) *Queue

SetURL sets the URL field's value.

func (Queue) String

func (s Queue) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RebuildEnvironmentInput

type RebuildEnvironmentInput struct {

    // 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:"string"`

    // 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 `min:"4" type:"string"`
    // contains filtered or unexported fields
}

func (RebuildEnvironmentInput) GoString

func (s RebuildEnvironmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebuildEnvironmentInput) SetEnvironmentId

func (s *RebuildEnvironmentInput) SetEnvironmentId(v string) *RebuildEnvironmentInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*RebuildEnvironmentInput) SetEnvironmentName

func (s *RebuildEnvironmentInput) SetEnvironmentName(v string) *RebuildEnvironmentInput

SetEnvironmentName sets the EnvironmentName field's value.

func (RebuildEnvironmentInput) String

func (s RebuildEnvironmentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RebuildEnvironmentInput) Validate

func (s *RebuildEnvironmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RebuildEnvironmentOutput

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

func (RebuildEnvironmentOutput) GoString

func (s RebuildEnvironmentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RebuildEnvironmentOutput) String

func (s RebuildEnvironmentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RequestEnvironmentInfoInput

type RequestEnvironmentInfoInput struct {

    // 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 `type:"string"`

    // 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 `min:"4" type:"string"`

    // The type of information to request.
    //
    // InfoType is a required field
    InfoType *string `type:"string" required:"true" enum:"EnvironmentInfoType"`
    // contains filtered or unexported fields
}

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

func (RequestEnvironmentInfoInput) GoString

func (s RequestEnvironmentInfoInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RequestEnvironmentInfoInput) SetEnvironmentId

func (s *RequestEnvironmentInfoInput) SetEnvironmentId(v string) *RequestEnvironmentInfoInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*RequestEnvironmentInfoInput) SetEnvironmentName

func (s *RequestEnvironmentInfoInput) SetEnvironmentName(v string) *RequestEnvironmentInfoInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*RequestEnvironmentInfoInput) SetInfoType

func (s *RequestEnvironmentInfoInput) SetInfoType(v string) *RequestEnvironmentInfoInput

SetInfoType sets the InfoType field's value.

func (RequestEnvironmentInfoInput) String

func (s RequestEnvironmentInfoInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RequestEnvironmentInfoInput) Validate

func (s *RequestEnvironmentInfoInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RequestEnvironmentInfoOutput

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

func (RequestEnvironmentInfoOutput) GoString

func (s RequestEnvironmentInfoOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RequestEnvironmentInfoOutput) String

func (s RequestEnvironmentInfoOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceQuota

type ResourceQuota struct {

    // The maximum number of instances of this Elastic Beanstalk resource type that
    // an AWS account can use.
    Maximum *int64 `type:"integer"`
    // contains filtered or unexported fields
}

The AWS Elastic Beanstalk quota information for a single resource type in an AWS account. It reflects the resource's limits for this account.

func (ResourceQuota) GoString

func (s ResourceQuota) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceQuota) SetMaximum

func (s *ResourceQuota) SetMaximum(v int64) *ResourceQuota

SetMaximum sets the Maximum field's value.

func (ResourceQuota) String

func (s ResourceQuota) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceQuotas

type ResourceQuotas struct {

    // The quota for applications in the AWS account.
    ApplicationQuota *ResourceQuota `type:"structure"`

    // The quota for application versions in the AWS account.
    ApplicationVersionQuota *ResourceQuota `type:"structure"`

    // The quota for configuration templates in the AWS account.
    ConfigurationTemplateQuota *ResourceQuota `type:"structure"`

    // The quota for custom platforms in the AWS account.
    CustomPlatformQuota *ResourceQuota `type:"structure"`

    // The quota for environments in the AWS account.
    EnvironmentQuota *ResourceQuota `type:"structure"`
    // contains filtered or unexported fields
}

A set of per-resource AWS Elastic Beanstalk quotas associated with an AWS account. They reflect Elastic Beanstalk resource limits for this account.

func (ResourceQuotas) GoString

func (s ResourceQuotas) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ResourceQuotas) SetApplicationQuota

func (s *ResourceQuotas) SetApplicationQuota(v *ResourceQuota) *ResourceQuotas

SetApplicationQuota sets the ApplicationQuota field's value.

func (*ResourceQuotas) SetApplicationVersionQuota

func (s *ResourceQuotas) SetApplicationVersionQuota(v *ResourceQuota) *ResourceQuotas

SetApplicationVersionQuota sets the ApplicationVersionQuota field's value.

func (*ResourceQuotas) SetConfigurationTemplateQuota

func (s *ResourceQuotas) SetConfigurationTemplateQuota(v *ResourceQuota) *ResourceQuotas

SetConfigurationTemplateQuota sets the ConfigurationTemplateQuota field's value.

func (*ResourceQuotas) SetCustomPlatformQuota

func (s *ResourceQuotas) SetCustomPlatformQuota(v *ResourceQuota) *ResourceQuotas

SetCustomPlatformQuota sets the CustomPlatformQuota field's value.

func (*ResourceQuotas) SetEnvironmentQuota

func (s *ResourceQuotas) SetEnvironmentQuota(v *ResourceQuota) *ResourceQuotas

SetEnvironmentQuota sets the EnvironmentQuota field's value.

func (ResourceQuotas) String

func (s ResourceQuotas) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 `type:"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 `min:"4" type:"string"`
    // contains filtered or unexported fields
}

func (RestartAppServerInput) GoString

func (s RestartAppServerInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestartAppServerInput) SetEnvironmentId

func (s *RestartAppServerInput) SetEnvironmentId(v string) *RestartAppServerInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*RestartAppServerInput) SetEnvironmentName

func (s *RestartAppServerInput) SetEnvironmentName(v string) *RestartAppServerInput

SetEnvironmentName sets the EnvironmentName field's value.

func (RestartAppServerInput) String

func (s RestartAppServerInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RestartAppServerInput) Validate

func (s *RestartAppServerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RestartAppServerOutput

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

func (RestartAppServerOutput) GoString

func (s RestartAppServerOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (RestartAppServerOutput) String

func (s RestartAppServerOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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 `type:"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 `min:"4" type:"string"`

    // The type of information to retrieve.
    //
    // InfoType is a required field
    InfoType *string `type:"string" required:"true" enum:"EnvironmentInfoType"`
    // contains filtered or unexported fields
}

Request to download logs retrieved with RequestEnvironmentInfo.

func (RetrieveEnvironmentInfoInput) GoString

func (s RetrieveEnvironmentInfoInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetrieveEnvironmentInfoInput) SetEnvironmentId

func (s *RetrieveEnvironmentInfoInput) SetEnvironmentId(v string) *RetrieveEnvironmentInfoInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*RetrieveEnvironmentInfoInput) SetEnvironmentName

func (s *RetrieveEnvironmentInfoInput) SetEnvironmentName(v string) *RetrieveEnvironmentInfoInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*RetrieveEnvironmentInfoInput) SetInfoType

func (s *RetrieveEnvironmentInfoInput) SetInfoType(v string) *RetrieveEnvironmentInfoInput

SetInfoType sets the InfoType field's value.

func (RetrieveEnvironmentInfoInput) String

func (s RetrieveEnvironmentInfoInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetrieveEnvironmentInfoInput) Validate

func (s *RetrieveEnvironmentInfoInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RetrieveEnvironmentInfoOutput

type RetrieveEnvironmentInfoOutput struct {

    // The EnvironmentInfoDescription of the environment.
    EnvironmentInfo []*EnvironmentInfoDescription `type:"list"`
    // contains filtered or unexported fields
}

Result message containing a description of the requested environment info.

func (RetrieveEnvironmentInfoOutput) GoString

func (s RetrieveEnvironmentInfoOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RetrieveEnvironmentInfoOutput) SetEnvironmentInfo

func (s *RetrieveEnvironmentInfoOutput) SetEnvironmentInfo(v []*EnvironmentInfoDescription) *RetrieveEnvironmentInfoOutput

SetEnvironmentInfo sets the EnvironmentInfo field's value.

func (RetrieveEnvironmentInfoOutput) String

func (s RetrieveEnvironmentInfoOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type S3Location

type S3Location struct {

    // The Amazon S3 bucket where the data is located.
    S3Bucket *string `type:"string"`

    // The Amazon S3 key where the data is located.
    S3Key *string `type:"string"`
    // contains filtered or unexported fields
}

The bucket and key of an item stored in Amazon S3.

func (S3Location) GoString

func (s S3Location) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*S3Location) SetS3Bucket

func (s *S3Location) SetS3Bucket(v string) *S3Location

SetS3Bucket sets the S3Bucket field's value.

func (*S3Location) SetS3Key

func (s *S3Location) SetS3Key(v string) *S3Location

SetS3Key sets the S3Key field's value.

func (S3Location) String

func (s S3Location) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SearchFilter

type SearchFilter struct {

    // The result attribute to which the filter values are applied. Valid values
    // vary by API action.
    Attribute *string `type:"string"`

    // The operator to apply to the Attribute with each of the Values. Valid values
    // vary by Attribute.
    Operator *string `type:"string"`

    // The list of values applied to the Attribute and Operator attributes. Number
    // of values and valid values vary by Attribute.
    Values []*string `type:"list"`
    // contains filtered or unexported fields
}

Describes criteria to restrict a list of results.

For operators that apply a single value to the attribute, the filter is evaluated as follows: Attribute Operator Values[1]

Some operators, e.g. in, can apply multiple values. In this case, the filter is evaluated as a logical union (OR) of applications of the operator to the attribute with each one of the values: (Attribute Operator Values[1]) OR (Attribute Operator Values[2]) OR ...

The valid values for attributes of SearchFilter depend on the API action. For valid values, see the reference page for the API action you're calling that takes a SearchFilter parameter.

func (SearchFilter) GoString

func (s SearchFilter) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SearchFilter) SetAttribute

func (s *SearchFilter) SetAttribute(v string) *SearchFilter

SetAttribute sets the Attribute field's value.

func (*SearchFilter) SetOperator

func (s *SearchFilter) SetOperator(v string) *SearchFilter

SetOperator sets the Operator field's value.

func (*SearchFilter) SetValues

func (s *SearchFilter) SetValues(v []*string) *SearchFilter

SetValues sets the Values field's value.

func (SearchFilter) String

func (s SearchFilter) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SingleInstanceHealth

type SingleInstanceHealth struct {

    // Request metrics from your application.
    ApplicationMetrics *ApplicationMetrics `type:"structure"`

    // The availability zone in which the instance runs.
    AvailabilityZone *string `type:"string"`

    // Represents the causes, which provide more information about the current health
    // status.
    Causes []*string `type:"list"`

    // Represents the color indicator that gives you information about the health
    // of the EC2 instance. For more information, see Health Colors and Statuses
    // (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html).
    Color *string `type:"string"`

    // Information about the most recent deployment to an instance.
    Deployment *Deployment `type:"structure"`

    // Returns the health status of the specified instance. For more information,
    // see Health Colors and Statuses (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html).
    HealthStatus *string `type:"string"`

    // The ID of the Amazon EC2 instance.
    InstanceId *string `min:"1" type:"string"`

    // The instance's type.
    InstanceType *string `type:"string"`

    // The time at which the EC2 instance was launched.
    LaunchedAt *time.Time `type:"timestamp"`

    // Operating system metrics from the instance.
    System *SystemStatus `type:"structure"`
    // contains filtered or unexported fields
}

Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.

func (SingleInstanceHealth) GoString

func (s SingleInstanceHealth) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SingleInstanceHealth) SetApplicationMetrics

func (s *SingleInstanceHealth) SetApplicationMetrics(v *ApplicationMetrics) *SingleInstanceHealth

SetApplicationMetrics sets the ApplicationMetrics field's value.

func (*SingleInstanceHealth) SetAvailabilityZone

func (s *SingleInstanceHealth) SetAvailabilityZone(v string) *SingleInstanceHealth

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*SingleInstanceHealth) SetCauses

func (s *SingleInstanceHealth) SetCauses(v []*string) *SingleInstanceHealth

SetCauses sets the Causes field's value.

func (*SingleInstanceHealth) SetColor

func (s *SingleInstanceHealth) SetColor(v string) *SingleInstanceHealth

SetColor sets the Color field's value.

func (*SingleInstanceHealth) SetDeployment

func (s *SingleInstanceHealth) SetDeployment(v *Deployment) *SingleInstanceHealth

SetDeployment sets the Deployment field's value.

func (*SingleInstanceHealth) SetHealthStatus

func (s *SingleInstanceHealth) SetHealthStatus(v string) *SingleInstanceHealth

SetHealthStatus sets the HealthStatus field's value.

func (*SingleInstanceHealth) SetInstanceId

func (s *SingleInstanceHealth) SetInstanceId(v string) *SingleInstanceHealth

SetInstanceId sets the InstanceId field's value.

func (*SingleInstanceHealth) SetInstanceType

func (s *SingleInstanceHealth) SetInstanceType(v string) *SingleInstanceHealth

SetInstanceType sets the InstanceType field's value.

func (*SingleInstanceHealth) SetLaunchedAt

func (s *SingleInstanceHealth) SetLaunchedAt(v time.Time) *SingleInstanceHealth

SetLaunchedAt sets the LaunchedAt field's value.

func (*SingleInstanceHealth) SetSystem

func (s *SingleInstanceHealth) SetSystem(v *SystemStatus) *SingleInstanceHealth

SetSystem sets the System field's value.

func (SingleInstanceHealth) String

func (s SingleInstanceHealth) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SolutionStackDescription

type SolutionStackDescription struct {

    // The permitted file types allowed for a solution stack.
    PermittedFileTypes []*string `type:"list"`

    // The name of the solution stack.
    SolutionStackName *string `type:"string"`
    // contains filtered or unexported fields
}

Describes the solution stack.

func (SolutionStackDescription) GoString

func (s SolutionStackDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SolutionStackDescription) SetPermittedFileTypes

func (s *SolutionStackDescription) SetPermittedFileTypes(v []*string) *SolutionStackDescription

SetPermittedFileTypes sets the PermittedFileTypes field's value.

func (*SolutionStackDescription) SetSolutionStackName

func (s *SolutionStackDescription) SetSolutionStackName(v string) *SolutionStackDescription

SetSolutionStackName sets the SolutionStackName field's value.

func (SolutionStackDescription) String

func (s SolutionStackDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceBuildInformation

type SourceBuildInformation struct {

    // The location of the source code, as a formatted string, depending on the
    // value of SourceRepository
    //
    //    * For CodeCommit, the format is the repository name and commit ID, separated
    //    by a forward slash. For example, my-git-repo/265cfa0cf6af46153527f55d6503ec030551f57a.
    //
    //    * For S3, the format is the S3 bucket name and object key, separated by
    //    a forward slash. For example, my-s3-bucket/Folders/my-source-file.
    //
    // SourceLocation is a required field
    SourceLocation *string `min:"3" type:"string" required:"true"`

    // Location where the repository is stored.
    //
    //    * CodeCommit
    //
    //    * S3
    //
    // SourceRepository is a required field
    SourceRepository *string `type:"string" required:"true" enum:"SourceRepository"`

    // The type of repository.
    //
    //    * Git
    //
    //    * Zip
    //
    // SourceType is a required field
    SourceType *string `type:"string" required:"true" enum:"SourceType"`
    // contains filtered or unexported fields
}

Location of the source code for an application version.

func (SourceBuildInformation) GoString

func (s SourceBuildInformation) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceBuildInformation) SetSourceLocation

func (s *SourceBuildInformation) SetSourceLocation(v string) *SourceBuildInformation

SetSourceLocation sets the SourceLocation field's value.

func (*SourceBuildInformation) SetSourceRepository

func (s *SourceBuildInformation) SetSourceRepository(v string) *SourceBuildInformation

SetSourceRepository sets the SourceRepository field's value.

func (*SourceBuildInformation) SetSourceType

func (s *SourceBuildInformation) SetSourceType(v string) *SourceBuildInformation

SetSourceType sets the SourceType field's value.

func (SourceBuildInformation) String

func (s SourceBuildInformation) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceBuildInformation) Validate

func (s *SourceBuildInformation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SourceConfiguration

type SourceConfiguration struct {

    // The name of the application associated with the configuration.
    ApplicationName *string `min:"1" type:"string"`

    // The name of the configuration template.
    TemplateName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

A specification for an environment configuration.

func (SourceConfiguration) GoString

func (s SourceConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceConfiguration) SetApplicationName

func (s *SourceConfiguration) SetApplicationName(v string) *SourceConfiguration

SetApplicationName sets the ApplicationName field's value.

func (*SourceConfiguration) SetTemplateName

func (s *SourceConfiguration) SetTemplateName(v string) *SourceConfiguration

SetTemplateName sets the TemplateName field's value.

func (SourceConfiguration) String

func (s SourceConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceConfiguration) Validate

func (s *SourceConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StatusCodes

type StatusCodes struct {

    // The percentage of requests over the last 10 seconds that resulted in a 2xx
    // (200, 201, etc.) status code.
    Status2xx *int64 `type:"integer"`

    // The percentage of requests over the last 10 seconds that resulted in a 3xx
    // (300, 301, etc.) status code.
    Status3xx *int64 `type:"integer"`

    // The percentage of requests over the last 10 seconds that resulted in a 4xx
    // (400, 401, etc.) status code.
    Status4xx *int64 `type:"integer"`

    // The percentage of requests over the last 10 seconds that resulted in a 5xx
    // (500, 501, etc.) status code.
    Status5xx *int64 `type:"integer"`
    // contains filtered or unexported fields
}

Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see Status Code Definitions (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).

func (StatusCodes) GoString

func (s StatusCodes) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StatusCodes) SetStatus2xx

func (s *StatusCodes) SetStatus2xx(v int64) *StatusCodes

SetStatus2xx sets the Status2xx field's value.

func (*StatusCodes) SetStatus3xx

func (s *StatusCodes) SetStatus3xx(v int64) *StatusCodes

SetStatus3xx sets the Status3xx field's value.

func (*StatusCodes) SetStatus4xx

func (s *StatusCodes) SetStatus4xx(v int64) *StatusCodes

SetStatus4xx sets the Status4xx field's value.

func (*StatusCodes) SetStatus5xx

func (s *StatusCodes) SetStatus5xx(v int64) *StatusCodes

SetStatus5xx sets the Status5xx field's value.

func (StatusCodes) String

func (s StatusCodes) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SwapEnvironmentCNAMEsInput

type SwapEnvironmentCNAMEsInput struct {

    // 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 `type:"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 `min:"4" type:"string"`

    // 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 `type:"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 `min:"4" type:"string"`
    // contains filtered or unexported fields
}

Swaps the CNAMEs of two environments.

func (SwapEnvironmentCNAMEsInput) GoString

func (s SwapEnvironmentCNAMEsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentId

func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentId(v string) *SwapEnvironmentCNAMEsInput

SetDestinationEnvironmentId sets the DestinationEnvironmentId field's value.

func (*SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentName

func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentName(v string) *SwapEnvironmentCNAMEsInput

SetDestinationEnvironmentName sets the DestinationEnvironmentName field's value.

func (*SwapEnvironmentCNAMEsInput) SetSourceEnvironmentId

func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentId(v string) *SwapEnvironmentCNAMEsInput

SetSourceEnvironmentId sets the SourceEnvironmentId field's value.

func (*SwapEnvironmentCNAMEsInput) SetSourceEnvironmentName

func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentName(v string) *SwapEnvironmentCNAMEsInput

SetSourceEnvironmentName sets the SourceEnvironmentName field's value.

func (SwapEnvironmentCNAMEsInput) String

func (s SwapEnvironmentCNAMEsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SwapEnvironmentCNAMEsInput) Validate

func (s *SwapEnvironmentCNAMEsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SwapEnvironmentCNAMEsOutput

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

func (SwapEnvironmentCNAMEsOutput) GoString

func (s SwapEnvironmentCNAMEsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (SwapEnvironmentCNAMEsOutput) String

func (s SwapEnvironmentCNAMEsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SystemStatus

type SystemStatus struct {

    // CPU utilization metrics for the instance.
    CPUUtilization *CPUUtilization `type:"structure"`

    // Load average in the last 1-minute, 5-minute, and 15-minute periods. For more
    // information, see Operating System Metrics (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-metrics.html#health-enhanced-metrics-os).
    LoadAverage []*float64 `type:"list"`
    // contains filtered or unexported fields
}

CPU utilization and load average metrics for an Amazon EC2 instance.

func (SystemStatus) GoString

func (s SystemStatus) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SystemStatus) SetCPUUtilization

func (s *SystemStatus) SetCPUUtilization(v *CPUUtilization) *SystemStatus

SetCPUUtilization sets the CPUUtilization field's value.

func (*SystemStatus) SetLoadAverage

func (s *SystemStatus) SetLoadAverage(v []*float64) *SystemStatus

SetLoadAverage sets the LoadAverage field's value.

func (SystemStatus) String

func (s SystemStatus) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Tag

type Tag struct {

    // The key of the tag.
    Key *string `min:"1" type:"string"`

    // The value of the tag.
    Value *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Describes a tag applied to a resource in an environment.

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) SetKey

func (s *Tag) SetKey(v string) *Tag

SetKey sets the Key field's value.

func (*Tag) SetValue

func (s *Tag) SetValue(v string) *Tag

SetValue sets the Value field's value.

func (Tag) String

func (s Tag) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Tag) Validate

func (s *Tag) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TerminateEnvironmentInput

type TerminateEnvironmentInput struct {

    // 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 `type:"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 `min:"4" type:"string"`

    // Terminates the target environment even if another environment in the same
    // group is dependent on it.
    ForceTerminate *bool `type:"boolean"`

    // 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 `type:"boolean"`
    // contains filtered or unexported fields
}

Request to terminate an environment.

func (TerminateEnvironmentInput) GoString

func (s TerminateEnvironmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateEnvironmentInput) SetEnvironmentId

func (s *TerminateEnvironmentInput) SetEnvironmentId(v string) *TerminateEnvironmentInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*TerminateEnvironmentInput) SetEnvironmentName

func (s *TerminateEnvironmentInput) SetEnvironmentName(v string) *TerminateEnvironmentInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*TerminateEnvironmentInput) SetForceTerminate

func (s *TerminateEnvironmentInput) SetForceTerminate(v bool) *TerminateEnvironmentInput

SetForceTerminate sets the ForceTerminate field's value.

func (*TerminateEnvironmentInput) SetTerminateResources

func (s *TerminateEnvironmentInput) SetTerminateResources(v bool) *TerminateEnvironmentInput

SetTerminateResources sets the TerminateResources field's value.

func (TerminateEnvironmentInput) String

func (s TerminateEnvironmentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*TerminateEnvironmentInput) Validate

func (s *TerminateEnvironmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Trigger

type Trigger struct {

    // The name of the trigger.
    Name *string `type:"string"`
    // contains filtered or unexported fields
}

Describes a trigger.

func (Trigger) GoString

func (s Trigger) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Trigger) SetName

func (s *Trigger) SetName(v string) *Trigger

SetName sets the Name field's value.

func (Trigger) String

func (s Trigger) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateApplicationInput

type UpdateApplicationInput struct {

    // The name of the application to update. If no such application is found, UpdateApplication
    // returns an InvalidParameterValue error.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // A new description for the application.
    //
    // Default: If not specified, AWS Elastic Beanstalk does not update the description.
    Description *string `type:"string"`
    // contains filtered or unexported fields
}

Request to update an application.

func (UpdateApplicationInput) GoString

func (s UpdateApplicationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationInput) SetApplicationName

func (s *UpdateApplicationInput) SetApplicationName(v string) *UpdateApplicationInput

SetApplicationName sets the ApplicationName field's value.

func (*UpdateApplicationInput) SetDescription

func (s *UpdateApplicationInput) SetDescription(v string) *UpdateApplicationInput

SetDescription sets the Description field's value.

func (UpdateApplicationInput) String

func (s UpdateApplicationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationInput) Validate

func (s *UpdateApplicationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateApplicationResourceLifecycleInput

type UpdateApplicationResourceLifecycleInput struct {

    // The name of the application.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The lifecycle configuration.
    //
    // ResourceLifecycleConfig is a required field
    ResourceLifecycleConfig *ApplicationResourceLifecycleConfig `type:"structure" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateApplicationResourceLifecycleInput) GoString

func (s UpdateApplicationResourceLifecycleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationResourceLifecycleInput) SetApplicationName

func (s *UpdateApplicationResourceLifecycleInput) SetApplicationName(v string) *UpdateApplicationResourceLifecycleInput

SetApplicationName sets the ApplicationName field's value.

func (*UpdateApplicationResourceLifecycleInput) SetResourceLifecycleConfig

func (s *UpdateApplicationResourceLifecycleInput) SetResourceLifecycleConfig(v *ApplicationResourceLifecycleConfig) *UpdateApplicationResourceLifecycleInput

SetResourceLifecycleConfig sets the ResourceLifecycleConfig field's value.

func (UpdateApplicationResourceLifecycleInput) String

func (s UpdateApplicationResourceLifecycleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationResourceLifecycleInput) Validate

func (s *UpdateApplicationResourceLifecycleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateApplicationResourceLifecycleOutput

type UpdateApplicationResourceLifecycleOutput struct {

    // The name of the application.
    ApplicationName *string `min:"1" type:"string"`

    // The lifecycle configuration.
    ResourceLifecycleConfig *ApplicationResourceLifecycleConfig `type:"structure"`
    // contains filtered or unexported fields
}

func (UpdateApplicationResourceLifecycleOutput) GoString

func (s UpdateApplicationResourceLifecycleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationResourceLifecycleOutput) SetApplicationName

func (s *UpdateApplicationResourceLifecycleOutput) SetApplicationName(v string) *UpdateApplicationResourceLifecycleOutput

SetApplicationName sets the ApplicationName field's value.

func (*UpdateApplicationResourceLifecycleOutput) SetResourceLifecycleConfig

func (s *UpdateApplicationResourceLifecycleOutput) SetResourceLifecycleConfig(v *ApplicationResourceLifecycleConfig) *UpdateApplicationResourceLifecycleOutput

SetResourceLifecycleConfig sets the ResourceLifecycleConfig field's value.

func (UpdateApplicationResourceLifecycleOutput) String

func (s UpdateApplicationResourceLifecycleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateApplicationVersionInput

type UpdateApplicationVersionInput struct {

    // The name of the application associated with this version.
    //
    // If no application is found with this name, UpdateApplication returns an InvalidParameterValue
    // error.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // A new description for this version.
    Description *string `type:"string"`

    // The name of the version to update.
    //
    // If no application version is found with this label, UpdateApplication returns
    // an InvalidParameterValue error.
    //
    // VersionLabel is a required field
    VersionLabel *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (UpdateApplicationVersionInput) GoString

func (s UpdateApplicationVersionInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationVersionInput) SetApplicationName

func (s *UpdateApplicationVersionInput) SetApplicationName(v string) *UpdateApplicationVersionInput

SetApplicationName sets the ApplicationName field's value.

func (*UpdateApplicationVersionInput) SetDescription

func (s *UpdateApplicationVersionInput) SetDescription(v string) *UpdateApplicationVersionInput

SetDescription sets the Description field's value.

func (*UpdateApplicationVersionInput) SetVersionLabel

func (s *UpdateApplicationVersionInput) SetVersionLabel(v string) *UpdateApplicationVersionInput

SetVersionLabel sets the VersionLabel field's value.

func (UpdateApplicationVersionInput) String

func (s UpdateApplicationVersionInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateApplicationVersionInput) Validate

func (s *UpdateApplicationVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateConfigurationTemplateInput

type UpdateConfigurationTemplateInput struct {

    // 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 is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // A new description for the configuration.
    Description *string `type:"string"`

    // A list of configuration option settings to update with the new specified
    // option value.
    OptionSettings []*ConfigurationOptionSetting `type:"list"`

    // A list of configuration options to remove from the configuration set.
    //
    // Constraint: You can remove only UserDefined configuration options.
    OptionsToRemove []*OptionSpecification `type:"list"`

    // The name of the configuration template to update.
    //
    // If no configuration template is found with this name, UpdateConfigurationTemplate
    // returns an InvalidParameterValue error.
    //
    // TemplateName is a required field
    TemplateName *string `min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

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

func (UpdateConfigurationTemplateInput) GoString

func (s UpdateConfigurationTemplateInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateConfigurationTemplateInput) SetApplicationName

func (s *UpdateConfigurationTemplateInput) SetApplicationName(v string) *UpdateConfigurationTemplateInput

SetApplicationName sets the ApplicationName field's value.

func (*UpdateConfigurationTemplateInput) SetDescription

func (s *UpdateConfigurationTemplateInput) SetDescription(v string) *UpdateConfigurationTemplateInput

SetDescription sets the Description field's value.

func (*UpdateConfigurationTemplateInput) SetOptionSettings

func (s *UpdateConfigurationTemplateInput) SetOptionSettings(v []*ConfigurationOptionSetting) *UpdateConfigurationTemplateInput

SetOptionSettings sets the OptionSettings field's value.

func (*UpdateConfigurationTemplateInput) SetOptionsToRemove

func (s *UpdateConfigurationTemplateInput) SetOptionsToRemove(v []*OptionSpecification) *UpdateConfigurationTemplateInput

SetOptionsToRemove sets the OptionsToRemove field's value.

func (*UpdateConfigurationTemplateInput) SetTemplateName

func (s *UpdateConfigurationTemplateInput) SetTemplateName(v string) *UpdateConfigurationTemplateInput

SetTemplateName sets the TemplateName field's value.

func (UpdateConfigurationTemplateInput) String

func (s UpdateConfigurationTemplateInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateConfigurationTemplateInput) Validate

func (s *UpdateConfigurationTemplateInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateEnvironmentInput

type UpdateEnvironmentInput struct {

    // The name of the application with which the environment is associated.
    ApplicationName *string `min:"1" type:"string"`

    // If this parameter is specified, AWS Elastic Beanstalk updates the description
    // of this environment.
    Description *string `type:"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 `type:"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 `min:"4" type:"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 `min:"1" type:"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 []*ConfigurationOptionSetting `type:"list"`

    // A list of custom user-defined configuration options to remove from the configuration
    // set for this environment.
    OptionsToRemove []*OptionSpecification `type:"list"`

    // The ARN of the platform, if used.
    PlatformArn *string `type:"string"`

    // This specifies the platform version that the environment will run after the
    // environment is updated.
    SolutionStackName *string `type:"string"`

    // 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 `min:"1" type:"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 *EnvironmentTier `type:"structure"`

    // 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 `min:"1" type:"string"`
    // contains filtered or unexported fields
}

Request to update an environment.

func (UpdateEnvironmentInput) GoString

func (s UpdateEnvironmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateEnvironmentInput) SetApplicationName

func (s *UpdateEnvironmentInput) SetApplicationName(v string) *UpdateEnvironmentInput

SetApplicationName sets the ApplicationName field's value.

func (*UpdateEnvironmentInput) SetDescription

func (s *UpdateEnvironmentInput) SetDescription(v string) *UpdateEnvironmentInput

SetDescription sets the Description field's value.

func (*UpdateEnvironmentInput) SetEnvironmentId

func (s *UpdateEnvironmentInput) SetEnvironmentId(v string) *UpdateEnvironmentInput

SetEnvironmentId sets the EnvironmentId field's value.

func (*UpdateEnvironmentInput) SetEnvironmentName

func (s *UpdateEnvironmentInput) SetEnvironmentName(v string) *UpdateEnvironmentInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*UpdateEnvironmentInput) SetGroupName

func (s *UpdateEnvironmentInput) SetGroupName(v string) *UpdateEnvironmentInput

SetGroupName sets the GroupName field's value.

func (*UpdateEnvironmentInput) SetOptionSettings

func (s *UpdateEnvironmentInput) SetOptionSettings(v []*ConfigurationOptionSetting) *UpdateEnvironmentInput

SetOptionSettings sets the OptionSettings field's value.

func (*UpdateEnvironmentInput) SetOptionsToRemove

func (s *UpdateEnvironmentInput) SetOptionsToRemove(v []*OptionSpecification) *UpdateEnvironmentInput

SetOptionsToRemove sets the OptionsToRemove field's value.

func (*UpdateEnvironmentInput) SetPlatformArn

func (s *UpdateEnvironmentInput) SetPlatformArn(v string) *UpdateEnvironmentInput

SetPlatformArn sets the PlatformArn field's value.

func (*UpdateEnvironmentInput) SetSolutionStackName

func (s *UpdateEnvironmentInput) SetSolutionStackName(v string) *UpdateEnvironmentInput

SetSolutionStackName sets the SolutionStackName field's value.

func (*UpdateEnvironmentInput) SetTemplateName

func (s *UpdateEnvironmentInput) SetTemplateName(v string) *UpdateEnvironmentInput

SetTemplateName sets the TemplateName field's value.

func (*UpdateEnvironmentInput) SetTier

func (s *UpdateEnvironmentInput) SetTier(v *EnvironmentTier) *UpdateEnvironmentInput

SetTier sets the Tier field's value.

func (*UpdateEnvironmentInput) SetVersionLabel

func (s *UpdateEnvironmentInput) SetVersionLabel(v string) *UpdateEnvironmentInput

SetVersionLabel sets the VersionLabel field's value.

func (UpdateEnvironmentInput) String

func (s UpdateEnvironmentInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateEnvironmentInput) Validate

func (s *UpdateEnvironmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTagsForResourceInput

type UpdateTagsForResourceInput struct {

    // The Amazon Resource Name (ARN) of the resouce to be updated.
    //
    // Must be the ARN of an Elastic Beanstalk resource.
    //
    // ResourceArn is a required field
    ResourceArn *string `type:"string" required:"true"`

    // 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 []*Tag `type:"list"`

    // 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 `type:"list"`
    // contains filtered or unexported fields
}

func (UpdateTagsForResourceInput) GoString

func (s UpdateTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTagsForResourceInput) SetResourceArn

func (s *UpdateTagsForResourceInput) SetResourceArn(v string) *UpdateTagsForResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UpdateTagsForResourceInput) SetTagsToAdd

func (s *UpdateTagsForResourceInput) SetTagsToAdd(v []*Tag) *UpdateTagsForResourceInput

SetTagsToAdd sets the TagsToAdd field's value.

func (*UpdateTagsForResourceInput) SetTagsToRemove

func (s *UpdateTagsForResourceInput) SetTagsToRemove(v []*string) *UpdateTagsForResourceInput

SetTagsToRemove sets the TagsToRemove field's value.

func (UpdateTagsForResourceInput) String

func (s UpdateTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateTagsForResourceInput) Validate

func (s *UpdateTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTagsForResourceOutput

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

func (UpdateTagsForResourceOutput) GoString

func (s UpdateTagsForResourceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UpdateTagsForResourceOutput) String

func (s UpdateTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidateConfigurationSettingsInput

type ValidateConfigurationSettingsInput struct {

    // The name of the application that the configuration template or environment
    // belongs to.
    //
    // ApplicationName is a required field
    ApplicationName *string `min:"1" type:"string" required:"true"`

    // The name of the environment to validate the settings against.
    //
    // Condition: You cannot specify both this and a configuration template name.
    EnvironmentName *string `min:"4" type:"string"`

    // A list of the options and desired values to evaluate.
    //
    // OptionSettings is a required field
    OptionSettings []*ConfigurationOptionSetting `type:"list" required:"true"`

    // The name of the configuration template to validate the settings against.
    //
    // Condition: You cannot specify both this and an environment name.
    TemplateName *string `min:"1" type:"string"`
    // contains filtered or unexported fields
}

A list of validation messages for a specified configuration template.

func (ValidateConfigurationSettingsInput) GoString

func (s ValidateConfigurationSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidateConfigurationSettingsInput) SetApplicationName

func (s *ValidateConfigurationSettingsInput) SetApplicationName(v string) *ValidateConfigurationSettingsInput

SetApplicationName sets the ApplicationName field's value.

func (*ValidateConfigurationSettingsInput) SetEnvironmentName

func (s *ValidateConfigurationSettingsInput) SetEnvironmentName(v string) *ValidateConfigurationSettingsInput

SetEnvironmentName sets the EnvironmentName field's value.

func (*ValidateConfigurationSettingsInput) SetOptionSettings

func (s *ValidateConfigurationSettingsInput) SetOptionSettings(v []*ConfigurationOptionSetting) *ValidateConfigurationSettingsInput

SetOptionSettings sets the OptionSettings field's value.

func (*ValidateConfigurationSettingsInput) SetTemplateName

func (s *ValidateConfigurationSettingsInput) SetTemplateName(v string) *ValidateConfigurationSettingsInput

SetTemplateName sets the TemplateName field's value.

func (ValidateConfigurationSettingsInput) String

func (s ValidateConfigurationSettingsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidateConfigurationSettingsInput) Validate

func (s *ValidateConfigurationSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ValidateConfigurationSettingsOutput

type ValidateConfigurationSettingsOutput struct {

    // A list of ValidationMessage.
    Messages []*ValidationMessage `type:"list"`
    // contains filtered or unexported fields
}

Provides a list of validation messages.

func (ValidateConfigurationSettingsOutput) GoString

func (s ValidateConfigurationSettingsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidateConfigurationSettingsOutput) SetMessages

func (s *ValidateConfigurationSettingsOutput) SetMessages(v []*ValidationMessage) *ValidateConfigurationSettingsOutput

SetMessages sets the Messages field's value.

func (ValidateConfigurationSettingsOutput) String

func (s ValidateConfigurationSettingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationMessage

type ValidationMessage struct {

    // A message describing the error or warning.
    Message *string `type:"string"`

    // The namespace to which the option belongs.
    Namespace *string `type:"string"`

    // The name of the option.
    OptionName *string `type:"string"`

    // An indication of the severity of this message:
    //
    //    * error: This message indicates that this is not a valid setting for an
    //    option.
    //
    //    * warning: This message is providing information you should take into
    //    account.
    Severity *string `type:"string" enum:"ValidationSeverity"`
    // contains filtered or unexported fields
}

An error or warning for a desired configuration option value.

func (ValidationMessage) GoString

func (s ValidationMessage) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidationMessage) SetMessage

func (s *ValidationMessage) SetMessage(v string) *ValidationMessage

SetMessage sets the Message field's value.

func (*ValidationMessage) SetNamespace

func (s *ValidationMessage) SetNamespace(v string) *ValidationMessage

SetNamespace sets the Namespace field's value.

func (*ValidationMessage) SetOptionName

func (s *ValidationMessage) SetOptionName(v string) *ValidationMessage

SetOptionName sets the OptionName field's value.

func (*ValidationMessage) SetSeverity

func (s *ValidationMessage) SetSeverity(v string) *ValidationMessage

SetSeverity sets the Severity field's value.

func (ValidationMessage) String

func (s ValidationMessage) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".