Documentation ¶
Overview ¶
Package elasticbeanstalk provides a client for AWS Elastic Beanstalk.
Index ¶
- Constants
- type AbortEnvironmentUpdateInput
- func (s AbortEnvironmentUpdateInput) GoString() string
- func (s *AbortEnvironmentUpdateInput) SetEnvironmentId(v string) *AbortEnvironmentUpdateInput
- func (s *AbortEnvironmentUpdateInput) SetEnvironmentName(v string) *AbortEnvironmentUpdateInput
- func (s AbortEnvironmentUpdateInput) String() string
- func (s *AbortEnvironmentUpdateInput) Validate() error
- type AbortEnvironmentUpdateOutput
- type ApplicationDescription
- func (s ApplicationDescription) GoString() string
- func (s *ApplicationDescription) SetApplicationName(v string) *ApplicationDescription
- func (s *ApplicationDescription) SetConfigurationTemplates(v []*string) *ApplicationDescription
- func (s *ApplicationDescription) SetDateCreated(v time.Time) *ApplicationDescription
- func (s *ApplicationDescription) SetDateUpdated(v time.Time) *ApplicationDescription
- func (s *ApplicationDescription) SetDescription(v string) *ApplicationDescription
- func (s *ApplicationDescription) SetVersions(v []*string) *ApplicationDescription
- func (s ApplicationDescription) String() string
- type ApplicationDescriptionMessage
- type ApplicationMetrics
- func (s ApplicationMetrics) GoString() string
- func (s *ApplicationMetrics) SetDuration(v int64) *ApplicationMetrics
- func (s *ApplicationMetrics) SetLatency(v *Latency) *ApplicationMetrics
- func (s *ApplicationMetrics) SetRequestCount(v int64) *ApplicationMetrics
- func (s *ApplicationMetrics) SetStatusCodes(v *StatusCodes) *ApplicationMetrics
- func (s ApplicationMetrics) String() string
- type ApplicationVersionDescription
- func (s ApplicationVersionDescription) GoString() string
- func (s *ApplicationVersionDescription) SetApplicationName(v string) *ApplicationVersionDescription
- func (s *ApplicationVersionDescription) SetBuildArn(v string) *ApplicationVersionDescription
- func (s *ApplicationVersionDescription) SetDateCreated(v time.Time) *ApplicationVersionDescription
- func (s *ApplicationVersionDescription) SetDateUpdated(v time.Time) *ApplicationVersionDescription
- func (s *ApplicationVersionDescription) SetDescription(v string) *ApplicationVersionDescription
- func (s *ApplicationVersionDescription) SetSourceBuildInformation(v *SourceBuildInformation) *ApplicationVersionDescription
- func (s *ApplicationVersionDescription) SetSourceBundle(v *S3Location) *ApplicationVersionDescription
- func (s *ApplicationVersionDescription) SetStatus(v string) *ApplicationVersionDescription
- func (s *ApplicationVersionDescription) SetVersionLabel(v string) *ApplicationVersionDescription
- func (s ApplicationVersionDescription) String() string
- type ApplicationVersionDescriptionMessage
- type ApplyEnvironmentManagedActionInput
- func (s ApplyEnvironmentManagedActionInput) GoString() string
- func (s *ApplyEnvironmentManagedActionInput) SetActionId(v string) *ApplyEnvironmentManagedActionInput
- func (s *ApplyEnvironmentManagedActionInput) SetEnvironmentId(v string) *ApplyEnvironmentManagedActionInput
- func (s *ApplyEnvironmentManagedActionInput) SetEnvironmentName(v string) *ApplyEnvironmentManagedActionInput
- func (s ApplyEnvironmentManagedActionInput) String() string
- func (s *ApplyEnvironmentManagedActionInput) Validate() error
- type ApplyEnvironmentManagedActionOutput
- func (s ApplyEnvironmentManagedActionOutput) GoString() string
- func (s *ApplyEnvironmentManagedActionOutput) SetActionDescription(v string) *ApplyEnvironmentManagedActionOutput
- func (s *ApplyEnvironmentManagedActionOutput) SetActionId(v string) *ApplyEnvironmentManagedActionOutput
- func (s *ApplyEnvironmentManagedActionOutput) SetActionType(v string) *ApplyEnvironmentManagedActionOutput
- func (s *ApplyEnvironmentManagedActionOutput) SetStatus(v string) *ApplyEnvironmentManagedActionOutput
- func (s ApplyEnvironmentManagedActionOutput) String() string
- type AutoScalingGroup
- type BuildConfiguration
- func (s BuildConfiguration) GoString() string
- func (s *BuildConfiguration) SetArtifactName(v string) *BuildConfiguration
- func (s *BuildConfiguration) SetCodeBuildServiceRole(v string) *BuildConfiguration
- func (s *BuildConfiguration) SetComputeType(v string) *BuildConfiguration
- func (s *BuildConfiguration) SetImage(v string) *BuildConfiguration
- func (s *BuildConfiguration) SetTimeoutInMinutes(v int64) *BuildConfiguration
- func (s BuildConfiguration) String() string
- func (s *BuildConfiguration) Validate() error
- type CPUUtilization
- func (s CPUUtilization) GoString() string
- func (s *CPUUtilization) SetIOWait(v float64) *CPUUtilization
- func (s *CPUUtilization) SetIRQ(v float64) *CPUUtilization
- func (s *CPUUtilization) SetIdle(v float64) *CPUUtilization
- func (s *CPUUtilization) SetNice(v float64) *CPUUtilization
- func (s *CPUUtilization) SetSoftIRQ(v float64) *CPUUtilization
- func (s *CPUUtilization) SetSystem(v float64) *CPUUtilization
- func (s *CPUUtilization) SetUser(v float64) *CPUUtilization
- func (s CPUUtilization) String() string
- type CheckDNSAvailabilityInput
- type CheckDNSAvailabilityOutput
- type ComposeEnvironmentsInput
- func (s ComposeEnvironmentsInput) GoString() string
- func (s *ComposeEnvironmentsInput) SetApplicationName(v string) *ComposeEnvironmentsInput
- func (s *ComposeEnvironmentsInput) SetGroupName(v string) *ComposeEnvironmentsInput
- func (s *ComposeEnvironmentsInput) SetVersionLabels(v []*string) *ComposeEnvironmentsInput
- func (s ComposeEnvironmentsInput) String() string
- func (s *ComposeEnvironmentsInput) Validate() error
- type ConfigurationOptionDescription
- func (s ConfigurationOptionDescription) GoString() string
- func (s *ConfigurationOptionDescription) SetChangeSeverity(v string) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetDefaultValue(v string) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetMaxLength(v int64) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetMaxValue(v int64) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetMinValue(v int64) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetName(v string) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetNamespace(v string) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetRegex(v *OptionRestrictionRegex) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetUserDefined(v bool) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetValueOptions(v []*string) *ConfigurationOptionDescription
- func (s *ConfigurationOptionDescription) SetValueType(v string) *ConfigurationOptionDescription
- func (s ConfigurationOptionDescription) String() string
- type ConfigurationOptionSetting
- func (s ConfigurationOptionSetting) GoString() string
- func (s *ConfigurationOptionSetting) SetNamespace(v string) *ConfigurationOptionSetting
- func (s *ConfigurationOptionSetting) SetOptionName(v string) *ConfigurationOptionSetting
- func (s *ConfigurationOptionSetting) SetResourceName(v string) *ConfigurationOptionSetting
- func (s *ConfigurationOptionSetting) SetValue(v string) *ConfigurationOptionSetting
- func (s ConfigurationOptionSetting) String() string
- func (s *ConfigurationOptionSetting) Validate() error
- type ConfigurationSettingsDescription
- func (s ConfigurationSettingsDescription) GoString() string
- func (s *ConfigurationSettingsDescription) SetApplicationName(v string) *ConfigurationSettingsDescription
- func (s *ConfigurationSettingsDescription) SetDateCreated(v time.Time) *ConfigurationSettingsDescription
- func (s *ConfigurationSettingsDescription) SetDateUpdated(v time.Time) *ConfigurationSettingsDescription
- func (s *ConfigurationSettingsDescription) SetDeploymentStatus(v string) *ConfigurationSettingsDescription
- func (s *ConfigurationSettingsDescription) SetDescription(v string) *ConfigurationSettingsDescription
- func (s *ConfigurationSettingsDescription) SetEnvironmentName(v string) *ConfigurationSettingsDescription
- func (s *ConfigurationSettingsDescription) SetOptionSettings(v []*ConfigurationOptionSetting) *ConfigurationSettingsDescription
- func (s *ConfigurationSettingsDescription) SetSolutionStackName(v string) *ConfigurationSettingsDescription
- func (s *ConfigurationSettingsDescription) SetTemplateName(v string) *ConfigurationSettingsDescription
- func (s ConfigurationSettingsDescription) String() string
- type CreateApplicationInput
- func (s CreateApplicationInput) GoString() string
- func (s *CreateApplicationInput) SetApplicationName(v string) *CreateApplicationInput
- func (s *CreateApplicationInput) SetDescription(v string) *CreateApplicationInput
- func (s CreateApplicationInput) String() string
- func (s *CreateApplicationInput) Validate() error
- type CreateApplicationVersionInput
- func (s CreateApplicationVersionInput) GoString() string
- func (s *CreateApplicationVersionInput) SetApplicationName(v string) *CreateApplicationVersionInput
- func (s *CreateApplicationVersionInput) SetAutoCreateApplication(v bool) *CreateApplicationVersionInput
- func (s *CreateApplicationVersionInput) SetBuildConfiguration(v *BuildConfiguration) *CreateApplicationVersionInput
- func (s *CreateApplicationVersionInput) SetDescription(v string) *CreateApplicationVersionInput
- func (s *CreateApplicationVersionInput) SetProcess(v bool) *CreateApplicationVersionInput
- func (s *CreateApplicationVersionInput) SetSourceBuildInformation(v *SourceBuildInformation) *CreateApplicationVersionInput
- func (s *CreateApplicationVersionInput) SetSourceBundle(v *S3Location) *CreateApplicationVersionInput
- func (s *CreateApplicationVersionInput) SetVersionLabel(v string) *CreateApplicationVersionInput
- func (s CreateApplicationVersionInput) String() string
- func (s *CreateApplicationVersionInput) Validate() error
- type CreateConfigurationTemplateInput
- func (s CreateConfigurationTemplateInput) GoString() string
- func (s *CreateConfigurationTemplateInput) SetApplicationName(v string) *CreateConfigurationTemplateInput
- func (s *CreateConfigurationTemplateInput) SetDescription(v string) *CreateConfigurationTemplateInput
- func (s *CreateConfigurationTemplateInput) SetEnvironmentId(v string) *CreateConfigurationTemplateInput
- func (s *CreateConfigurationTemplateInput) SetOptionSettings(v []*ConfigurationOptionSetting) *CreateConfigurationTemplateInput
- func (s *CreateConfigurationTemplateInput) SetSolutionStackName(v string) *CreateConfigurationTemplateInput
- func (s *CreateConfigurationTemplateInput) SetSourceConfiguration(v *SourceConfiguration) *CreateConfigurationTemplateInput
- func (s *CreateConfigurationTemplateInput) SetTemplateName(v string) *CreateConfigurationTemplateInput
- func (s CreateConfigurationTemplateInput) String() string
- func (s *CreateConfigurationTemplateInput) Validate() error
- type CreateEnvironmentInput
- func (s CreateEnvironmentInput) GoString() string
- func (s *CreateEnvironmentInput) SetApplicationName(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetCNAMEPrefix(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetDescription(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetEnvironmentName(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetGroupName(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetOptionSettings(v []*ConfigurationOptionSetting) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetOptionsToRemove(v []*OptionSpecification) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetSolutionStackName(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetTags(v []*Tag) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetTemplateName(v string) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetTier(v *EnvironmentTier) *CreateEnvironmentInput
- func (s *CreateEnvironmentInput) SetVersionLabel(v string) *CreateEnvironmentInput
- func (s CreateEnvironmentInput) String() string
- func (s *CreateEnvironmentInput) Validate() error
- type CreateStorageLocationInput
- type CreateStorageLocationOutput
- type DeleteApplicationInput
- func (s DeleteApplicationInput) GoString() string
- func (s *DeleteApplicationInput) SetApplicationName(v string) *DeleteApplicationInput
- func (s *DeleteApplicationInput) SetTerminateEnvByForce(v bool) *DeleteApplicationInput
- func (s DeleteApplicationInput) String() string
- func (s *DeleteApplicationInput) Validate() error
- type DeleteApplicationOutput
- type DeleteApplicationVersionInput
- func (s DeleteApplicationVersionInput) GoString() string
- func (s *DeleteApplicationVersionInput) SetApplicationName(v string) *DeleteApplicationVersionInput
- func (s *DeleteApplicationVersionInput) SetDeleteSourceBundle(v bool) *DeleteApplicationVersionInput
- func (s *DeleteApplicationVersionInput) SetVersionLabel(v string) *DeleteApplicationVersionInput
- func (s DeleteApplicationVersionInput) String() string
- func (s *DeleteApplicationVersionInput) Validate() error
- type DeleteApplicationVersionOutput
- type DeleteConfigurationTemplateInput
- func (s DeleteConfigurationTemplateInput) GoString() string
- func (s *DeleteConfigurationTemplateInput) SetApplicationName(v string) *DeleteConfigurationTemplateInput
- func (s *DeleteConfigurationTemplateInput) SetTemplateName(v string) *DeleteConfigurationTemplateInput
- func (s DeleteConfigurationTemplateInput) String() string
- func (s *DeleteConfigurationTemplateInput) Validate() error
- type DeleteConfigurationTemplateOutput
- type DeleteEnvironmentConfigurationInput
- func (s DeleteEnvironmentConfigurationInput) GoString() string
- func (s *DeleteEnvironmentConfigurationInput) SetApplicationName(v string) *DeleteEnvironmentConfigurationInput
- func (s *DeleteEnvironmentConfigurationInput) SetEnvironmentName(v string) *DeleteEnvironmentConfigurationInput
- func (s DeleteEnvironmentConfigurationInput) String() string
- func (s *DeleteEnvironmentConfigurationInput) Validate() error
- type DeleteEnvironmentConfigurationOutput
- type Deployment
- func (s Deployment) GoString() string
- func (s *Deployment) SetDeploymentId(v int64) *Deployment
- func (s *Deployment) SetDeploymentTime(v time.Time) *Deployment
- func (s *Deployment) SetStatus(v string) *Deployment
- func (s *Deployment) SetVersionLabel(v string) *Deployment
- func (s Deployment) String() string
- type DescribeApplicationVersionsInput
- func (s DescribeApplicationVersionsInput) GoString() string
- func (s *DescribeApplicationVersionsInput) SetApplicationName(v string) *DescribeApplicationVersionsInput
- func (s *DescribeApplicationVersionsInput) SetMaxRecords(v int64) *DescribeApplicationVersionsInput
- func (s *DescribeApplicationVersionsInput) SetNextToken(v string) *DescribeApplicationVersionsInput
- func (s *DescribeApplicationVersionsInput) SetVersionLabels(v []*string) *DescribeApplicationVersionsInput
- func (s DescribeApplicationVersionsInput) String() string
- func (s *DescribeApplicationVersionsInput) Validate() error
- type DescribeApplicationVersionsOutput
- func (s DescribeApplicationVersionsOutput) GoString() string
- func (s *DescribeApplicationVersionsOutput) SetApplicationVersions(v []*ApplicationVersionDescription) *DescribeApplicationVersionsOutput
- func (s *DescribeApplicationVersionsOutput) SetNextToken(v string) *DescribeApplicationVersionsOutput
- func (s DescribeApplicationVersionsOutput) String() string
- type DescribeApplicationsInput
- type DescribeApplicationsOutput
- type DescribeConfigurationOptionsInput
- func (s DescribeConfigurationOptionsInput) GoString() string
- func (s *DescribeConfigurationOptionsInput) SetApplicationName(v string) *DescribeConfigurationOptionsInput
- func (s *DescribeConfigurationOptionsInput) SetEnvironmentName(v string) *DescribeConfigurationOptionsInput
- func (s *DescribeConfigurationOptionsInput) SetOptions(v []*OptionSpecification) *DescribeConfigurationOptionsInput
- func (s *DescribeConfigurationOptionsInput) SetSolutionStackName(v string) *DescribeConfigurationOptionsInput
- func (s *DescribeConfigurationOptionsInput) SetTemplateName(v string) *DescribeConfigurationOptionsInput
- func (s DescribeConfigurationOptionsInput) String() string
- func (s *DescribeConfigurationOptionsInput) Validate() error
- type DescribeConfigurationOptionsOutput
- func (s DescribeConfigurationOptionsOutput) GoString() string
- func (s *DescribeConfigurationOptionsOutput) SetOptions(v []*ConfigurationOptionDescription) *DescribeConfigurationOptionsOutput
- func (s *DescribeConfigurationOptionsOutput) SetSolutionStackName(v string) *DescribeConfigurationOptionsOutput
- func (s DescribeConfigurationOptionsOutput) String() string
- type DescribeConfigurationSettingsInput
- func (s DescribeConfigurationSettingsInput) GoString() string
- func (s *DescribeConfigurationSettingsInput) SetApplicationName(v string) *DescribeConfigurationSettingsInput
- func (s *DescribeConfigurationSettingsInput) SetEnvironmentName(v string) *DescribeConfigurationSettingsInput
- func (s *DescribeConfigurationSettingsInput) SetTemplateName(v string) *DescribeConfigurationSettingsInput
- func (s DescribeConfigurationSettingsInput) String() string
- func (s *DescribeConfigurationSettingsInput) Validate() error
- type DescribeConfigurationSettingsOutput
- type DescribeEnvironmentHealthInput
- func (s DescribeEnvironmentHealthInput) GoString() string
- func (s *DescribeEnvironmentHealthInput) SetAttributeNames(v []*string) *DescribeEnvironmentHealthInput
- func (s *DescribeEnvironmentHealthInput) SetEnvironmentId(v string) *DescribeEnvironmentHealthInput
- func (s *DescribeEnvironmentHealthInput) SetEnvironmentName(v string) *DescribeEnvironmentHealthInput
- func (s DescribeEnvironmentHealthInput) String() string
- func (s *DescribeEnvironmentHealthInput) Validate() error
- type DescribeEnvironmentHealthOutput
- func (s DescribeEnvironmentHealthOutput) GoString() string
- func (s *DescribeEnvironmentHealthOutput) SetApplicationMetrics(v *ApplicationMetrics) *DescribeEnvironmentHealthOutput
- func (s *DescribeEnvironmentHealthOutput) SetCauses(v []*string) *DescribeEnvironmentHealthOutput
- func (s *DescribeEnvironmentHealthOutput) SetColor(v string) *DescribeEnvironmentHealthOutput
- func (s *DescribeEnvironmentHealthOutput) SetEnvironmentName(v string) *DescribeEnvironmentHealthOutput
- func (s *DescribeEnvironmentHealthOutput) SetHealthStatus(v string) *DescribeEnvironmentHealthOutput
- func (s *DescribeEnvironmentHealthOutput) SetInstancesHealth(v *InstanceHealthSummary) *DescribeEnvironmentHealthOutput
- func (s *DescribeEnvironmentHealthOutput) SetRefreshedAt(v time.Time) *DescribeEnvironmentHealthOutput
- func (s *DescribeEnvironmentHealthOutput) SetStatus(v string) *DescribeEnvironmentHealthOutput
- func (s DescribeEnvironmentHealthOutput) String() string
- type DescribeEnvironmentManagedActionHistoryInput
- func (s DescribeEnvironmentManagedActionHistoryInput) GoString() string
- func (s *DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentId(v string) *DescribeEnvironmentManagedActionHistoryInput
- func (s *DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentName(v string) *DescribeEnvironmentManagedActionHistoryInput
- func (s *DescribeEnvironmentManagedActionHistoryInput) SetMaxItems(v int64) *DescribeEnvironmentManagedActionHistoryInput
- func (s *DescribeEnvironmentManagedActionHistoryInput) SetNextToken(v string) *DescribeEnvironmentManagedActionHistoryInput
- func (s DescribeEnvironmentManagedActionHistoryInput) String() string
- func (s *DescribeEnvironmentManagedActionHistoryInput) Validate() error
- type DescribeEnvironmentManagedActionHistoryOutput
- func (s DescribeEnvironmentManagedActionHistoryOutput) GoString() string
- func (s *DescribeEnvironmentManagedActionHistoryOutput) SetManagedActionHistoryItems(v []*ManagedActionHistoryItem) *DescribeEnvironmentManagedActionHistoryOutput
- func (s *DescribeEnvironmentManagedActionHistoryOutput) SetNextToken(v string) *DescribeEnvironmentManagedActionHistoryOutput
- func (s DescribeEnvironmentManagedActionHistoryOutput) String() string
- type DescribeEnvironmentManagedActionsInput
- func (s DescribeEnvironmentManagedActionsInput) GoString() string
- func (s *DescribeEnvironmentManagedActionsInput) SetEnvironmentId(v string) *DescribeEnvironmentManagedActionsInput
- func (s *DescribeEnvironmentManagedActionsInput) SetEnvironmentName(v string) *DescribeEnvironmentManagedActionsInput
- func (s *DescribeEnvironmentManagedActionsInput) SetStatus(v string) *DescribeEnvironmentManagedActionsInput
- func (s DescribeEnvironmentManagedActionsInput) String() string
- type DescribeEnvironmentManagedActionsOutput
- type DescribeEnvironmentResourcesInput
- func (s DescribeEnvironmentResourcesInput) GoString() string
- func (s *DescribeEnvironmentResourcesInput) SetEnvironmentId(v string) *DescribeEnvironmentResourcesInput
- func (s *DescribeEnvironmentResourcesInput) SetEnvironmentName(v string) *DescribeEnvironmentResourcesInput
- func (s DescribeEnvironmentResourcesInput) String() string
- func (s *DescribeEnvironmentResourcesInput) Validate() error
- type DescribeEnvironmentResourcesOutput
- type DescribeEnvironmentsInput
- func (s DescribeEnvironmentsInput) GoString() string
- func (s *DescribeEnvironmentsInput) SetApplicationName(v string) *DescribeEnvironmentsInput
- func (s *DescribeEnvironmentsInput) SetEnvironmentIds(v []*string) *DescribeEnvironmentsInput
- func (s *DescribeEnvironmentsInput) SetEnvironmentNames(v []*string) *DescribeEnvironmentsInput
- func (s *DescribeEnvironmentsInput) SetIncludeDeleted(v bool) *DescribeEnvironmentsInput
- func (s *DescribeEnvironmentsInput) SetIncludedDeletedBackTo(v time.Time) *DescribeEnvironmentsInput
- func (s *DescribeEnvironmentsInput) SetVersionLabel(v string) *DescribeEnvironmentsInput
- func (s DescribeEnvironmentsInput) String() string
- func (s *DescribeEnvironmentsInput) Validate() error
- type DescribeEventsInput
- func (s DescribeEventsInput) GoString() string
- func (s *DescribeEventsInput) SetApplicationName(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput
- func (s *DescribeEventsInput) SetEnvironmentId(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetEnvironmentName(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput
- func (s *DescribeEventsInput) SetNextToken(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetRequestId(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetSeverity(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput
- func (s *DescribeEventsInput) SetTemplateName(v string) *DescribeEventsInput
- func (s *DescribeEventsInput) SetVersionLabel(v string) *DescribeEventsInput
- func (s DescribeEventsInput) String() string
- func (s *DescribeEventsInput) Validate() error
- type DescribeEventsOutput
- type DescribeInstancesHealthInput
- func (s DescribeInstancesHealthInput) GoString() string
- func (s *DescribeInstancesHealthInput) SetAttributeNames(v []*string) *DescribeInstancesHealthInput
- func (s *DescribeInstancesHealthInput) SetEnvironmentId(v string) *DescribeInstancesHealthInput
- func (s *DescribeInstancesHealthInput) SetEnvironmentName(v string) *DescribeInstancesHealthInput
- func (s *DescribeInstancesHealthInput) SetNextToken(v string) *DescribeInstancesHealthInput
- func (s DescribeInstancesHealthInput) String() string
- func (s *DescribeInstancesHealthInput) Validate() error
- type DescribeInstancesHealthOutput
- func (s DescribeInstancesHealthOutput) GoString() string
- func (s *DescribeInstancesHealthOutput) SetInstanceHealthList(v []*SingleInstanceHealth) *DescribeInstancesHealthOutput
- func (s *DescribeInstancesHealthOutput) SetNextToken(v string) *DescribeInstancesHealthOutput
- func (s *DescribeInstancesHealthOutput) SetRefreshedAt(v time.Time) *DescribeInstancesHealthOutput
- func (s DescribeInstancesHealthOutput) String() string
- type ElasticBeanstalk
- func (c *ElasticBeanstalk) AbortEnvironmentUpdate(input *AbortEnvironmentUpdateInput) (*AbortEnvironmentUpdateOutput, error)
- func (c *ElasticBeanstalk) AbortEnvironmentUpdateRequest(input *AbortEnvironmentUpdateInput) (req *request.Request, output *AbortEnvironmentUpdateOutput)
- func (c *ElasticBeanstalk) ApplyEnvironmentManagedAction(input *ApplyEnvironmentManagedActionInput) (*ApplyEnvironmentManagedActionOutput, error)
- func (c *ElasticBeanstalk) ApplyEnvironmentManagedActionRequest(input *ApplyEnvironmentManagedActionInput) (req *request.Request, output *ApplyEnvironmentManagedActionOutput)
- func (c *ElasticBeanstalk) CheckDNSAvailability(input *CheckDNSAvailabilityInput) (*CheckDNSAvailabilityOutput, error)
- func (c *ElasticBeanstalk) CheckDNSAvailabilityRequest(input *CheckDNSAvailabilityInput) (req *request.Request, output *CheckDNSAvailabilityOutput)
- func (c *ElasticBeanstalk) ComposeEnvironments(input *ComposeEnvironmentsInput) (*EnvironmentDescriptionsMessage, error)
- func (c *ElasticBeanstalk) ComposeEnvironmentsRequest(input *ComposeEnvironmentsInput) (req *request.Request, output *EnvironmentDescriptionsMessage)
- 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) CreateConfigurationTemplate(input *CreateConfigurationTemplateInput) (*ConfigurationSettingsDescription, error)
- func (c *ElasticBeanstalk) CreateConfigurationTemplateRequest(input *CreateConfigurationTemplateInput) (req *request.Request, output *ConfigurationSettingsDescription)
- func (c *ElasticBeanstalk) CreateEnvironment(input *CreateEnvironmentInput) (*EnvironmentDescription, error)
- func (c *ElasticBeanstalk) CreateEnvironmentRequest(input *CreateEnvironmentInput) (req *request.Request, output *EnvironmentDescription)
- func (c *ElasticBeanstalk) CreateStorageLocation(input *CreateStorageLocationInput) (*CreateStorageLocationOutput, error)
- func (c *ElasticBeanstalk) CreateStorageLocationRequest(input *CreateStorageLocationInput) (req *request.Request, output *CreateStorageLocationOutput)
- 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) DeleteConfigurationTemplate(input *DeleteConfigurationTemplateInput) (*DeleteConfigurationTemplateOutput, error)
- func (c *ElasticBeanstalk) DeleteConfigurationTemplateRequest(input *DeleteConfigurationTemplateInput) (req *request.Request, output *DeleteConfigurationTemplateOutput)
- func (c *ElasticBeanstalk) DeleteEnvironmentConfiguration(input *DeleteEnvironmentConfigurationInput) (*DeleteEnvironmentConfigurationOutput, error)
- func (c *ElasticBeanstalk) DeleteEnvironmentConfigurationRequest(input *DeleteEnvironmentConfigurationInput) (req *request.Request, output *DeleteEnvironmentConfigurationOutput)
- func (c *ElasticBeanstalk) DescribeApplicationVersions(input *DescribeApplicationVersionsInput) (*DescribeApplicationVersionsOutput, error)
- func (c *ElasticBeanstalk) DescribeApplicationVersionsRequest(input *DescribeApplicationVersionsInput) (req *request.Request, output *DescribeApplicationVersionsOutput)
- func (c *ElasticBeanstalk) DescribeApplications(input *DescribeApplicationsInput) (*DescribeApplicationsOutput, error)
- func (c *ElasticBeanstalk) DescribeApplicationsRequest(input *DescribeApplicationsInput) (req *request.Request, output *DescribeApplicationsOutput)
- func (c *ElasticBeanstalk) DescribeConfigurationOptions(input *DescribeConfigurationOptionsInput) (*DescribeConfigurationOptionsOutput, error)
- func (c *ElasticBeanstalk) DescribeConfigurationOptionsRequest(input *DescribeConfigurationOptionsInput) (req *request.Request, output *DescribeConfigurationOptionsOutput)
- func (c *ElasticBeanstalk) DescribeConfigurationSettings(input *DescribeConfigurationSettingsInput) (*DescribeConfigurationSettingsOutput, error)
- func (c *ElasticBeanstalk) DescribeConfigurationSettingsRequest(input *DescribeConfigurationSettingsInput) (req *request.Request, output *DescribeConfigurationSettingsOutput)
- func (c *ElasticBeanstalk) DescribeEnvironmentHealth(input *DescribeEnvironmentHealthInput) (*DescribeEnvironmentHealthOutput, error)
- func (c *ElasticBeanstalk) DescribeEnvironmentHealthRequest(input *DescribeEnvironmentHealthInput) (req *request.Request, output *DescribeEnvironmentHealthOutput)
- func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistory(input *DescribeEnvironmentManagedActionHistoryInput) (*DescribeEnvironmentManagedActionHistoryOutput, error)
- func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryRequest(input *DescribeEnvironmentManagedActionHistoryInput) (req *request.Request, output *DescribeEnvironmentManagedActionHistoryOutput)
- func (c *ElasticBeanstalk) DescribeEnvironmentManagedActions(input *DescribeEnvironmentManagedActionsInput) (*DescribeEnvironmentManagedActionsOutput, error)
- func (c *ElasticBeanstalk) DescribeEnvironmentManagedActionsRequest(input *DescribeEnvironmentManagedActionsInput) (req *request.Request, output *DescribeEnvironmentManagedActionsOutput)
- func (c *ElasticBeanstalk) DescribeEnvironmentResources(input *DescribeEnvironmentResourcesInput) (*DescribeEnvironmentResourcesOutput, error)
- func (c *ElasticBeanstalk) DescribeEnvironmentResourcesRequest(input *DescribeEnvironmentResourcesInput) (req *request.Request, output *DescribeEnvironmentResourcesOutput)
- func (c *ElasticBeanstalk) DescribeEnvironments(input *DescribeEnvironmentsInput) (*EnvironmentDescriptionsMessage, error)
- func (c *ElasticBeanstalk) DescribeEnvironmentsRequest(input *DescribeEnvironmentsInput) (req *request.Request, output *EnvironmentDescriptionsMessage)
- func (c *ElasticBeanstalk) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error)
- func (c *ElasticBeanstalk) DescribeEventsPages(input *DescribeEventsInput, ...) error
- func (c *ElasticBeanstalk) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput)
- func (c *ElasticBeanstalk) DescribeInstancesHealth(input *DescribeInstancesHealthInput) (*DescribeInstancesHealthOutput, error)
- func (c *ElasticBeanstalk) DescribeInstancesHealthRequest(input *DescribeInstancesHealthInput) (req *request.Request, output *DescribeInstancesHealthOutput)
- func (c *ElasticBeanstalk) ListAvailableSolutionStacks(input *ListAvailableSolutionStacksInput) (*ListAvailableSolutionStacksOutput, error)
- func (c *ElasticBeanstalk) ListAvailableSolutionStacksRequest(input *ListAvailableSolutionStacksInput) (req *request.Request, output *ListAvailableSolutionStacksOutput)
- func (c *ElasticBeanstalk) RebuildEnvironment(input *RebuildEnvironmentInput) (*RebuildEnvironmentOutput, error)
- func (c *ElasticBeanstalk) RebuildEnvironmentRequest(input *RebuildEnvironmentInput) (req *request.Request, output *RebuildEnvironmentOutput)
- func (c *ElasticBeanstalk) RequestEnvironmentInfo(input *RequestEnvironmentInfoInput) (*RequestEnvironmentInfoOutput, error)
- func (c *ElasticBeanstalk) RequestEnvironmentInfoRequest(input *RequestEnvironmentInfoInput) (req *request.Request, output *RequestEnvironmentInfoOutput)
- func (c *ElasticBeanstalk) RestartAppServer(input *RestartAppServerInput) (*RestartAppServerOutput, error)
- func (c *ElasticBeanstalk) RestartAppServerRequest(input *RestartAppServerInput) (req *request.Request, output *RestartAppServerOutput)
- func (c *ElasticBeanstalk) RetrieveEnvironmentInfo(input *RetrieveEnvironmentInfoInput) (*RetrieveEnvironmentInfoOutput, error)
- func (c *ElasticBeanstalk) RetrieveEnvironmentInfoRequest(input *RetrieveEnvironmentInfoInput) (req *request.Request, output *RetrieveEnvironmentInfoOutput)
- func (c *ElasticBeanstalk) SwapEnvironmentCNAMEs(input *SwapEnvironmentCNAMEsInput) (*SwapEnvironmentCNAMEsOutput, error)
- func (c *ElasticBeanstalk) SwapEnvironmentCNAMEsRequest(input *SwapEnvironmentCNAMEsInput) (req *request.Request, output *SwapEnvironmentCNAMEsOutput)
- func (c *ElasticBeanstalk) TerminateEnvironment(input *TerminateEnvironmentInput) (*EnvironmentDescription, error)
- func (c *ElasticBeanstalk) TerminateEnvironmentRequest(input *TerminateEnvironmentInput) (req *request.Request, output *EnvironmentDescription)
- func (c *ElasticBeanstalk) UpdateApplication(input *UpdateApplicationInput) (*ApplicationDescriptionMessage, error)
- func (c *ElasticBeanstalk) UpdateApplicationRequest(input *UpdateApplicationInput) (req *request.Request, output *ApplicationDescriptionMessage)
- func (c *ElasticBeanstalk) UpdateApplicationVersion(input *UpdateApplicationVersionInput) (*ApplicationVersionDescriptionMessage, error)
- func (c *ElasticBeanstalk) UpdateApplicationVersionRequest(input *UpdateApplicationVersionInput) (req *request.Request, output *ApplicationVersionDescriptionMessage)
- func (c *ElasticBeanstalk) UpdateConfigurationTemplate(input *UpdateConfigurationTemplateInput) (*ConfigurationSettingsDescription, error)
- func (c *ElasticBeanstalk) UpdateConfigurationTemplateRequest(input *UpdateConfigurationTemplateInput) (req *request.Request, output *ConfigurationSettingsDescription)
- func (c *ElasticBeanstalk) UpdateEnvironment(input *UpdateEnvironmentInput) (*EnvironmentDescription, error)
- func (c *ElasticBeanstalk) UpdateEnvironmentRequest(input *UpdateEnvironmentInput) (req *request.Request, output *EnvironmentDescription)
- func (c *ElasticBeanstalk) ValidateConfigurationSettings(input *ValidateConfigurationSettingsInput) (*ValidateConfigurationSettingsOutput, error)
- func (c *ElasticBeanstalk) ValidateConfigurationSettingsRequest(input *ValidateConfigurationSettingsInput) (req *request.Request, output *ValidateConfigurationSettingsOutput)
- type EnvironmentDescription
- func (s EnvironmentDescription) GoString() string
- func (s *EnvironmentDescription) SetAbortableOperationInProgress(v bool) *EnvironmentDescription
- func (s *EnvironmentDescription) SetApplicationName(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetCNAME(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetDateCreated(v time.Time) *EnvironmentDescription
- func (s *EnvironmentDescription) SetDateUpdated(v time.Time) *EnvironmentDescription
- func (s *EnvironmentDescription) SetDescription(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetEndpointURL(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetEnvironmentId(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetEnvironmentLinks(v []*EnvironmentLink) *EnvironmentDescription
- func (s *EnvironmentDescription) SetEnvironmentName(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetHealth(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetHealthStatus(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetResources(v *EnvironmentResourcesDescription) *EnvironmentDescription
- func (s *EnvironmentDescription) SetSolutionStackName(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetStatus(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetTemplateName(v string) *EnvironmentDescription
- func (s *EnvironmentDescription) SetTier(v *EnvironmentTier) *EnvironmentDescription
- func (s *EnvironmentDescription) SetVersionLabel(v string) *EnvironmentDescription
- func (s EnvironmentDescription) String() string
- type EnvironmentDescriptionsMessage
- type EnvironmentInfoDescription
- func (s EnvironmentInfoDescription) GoString() string
- func (s *EnvironmentInfoDescription) SetEc2InstanceId(v string) *EnvironmentInfoDescription
- func (s *EnvironmentInfoDescription) SetInfoType(v string) *EnvironmentInfoDescription
- func (s *EnvironmentInfoDescription) SetMessage(v string) *EnvironmentInfoDescription
- func (s *EnvironmentInfoDescription) SetSampleTimestamp(v time.Time) *EnvironmentInfoDescription
- func (s EnvironmentInfoDescription) String() string
- type EnvironmentLink
- type EnvironmentResourceDescription
- func (s EnvironmentResourceDescription) GoString() string
- func (s *EnvironmentResourceDescription) SetAutoScalingGroups(v []*AutoScalingGroup) *EnvironmentResourceDescription
- func (s *EnvironmentResourceDescription) SetEnvironmentName(v string) *EnvironmentResourceDescription
- func (s *EnvironmentResourceDescription) SetInstances(v []*Instance) *EnvironmentResourceDescription
- func (s *EnvironmentResourceDescription) SetLaunchConfigurations(v []*LaunchConfiguration) *EnvironmentResourceDescription
- func (s *EnvironmentResourceDescription) SetLoadBalancers(v []*LoadBalancer) *EnvironmentResourceDescription
- func (s *EnvironmentResourceDescription) SetQueues(v []*Queue) *EnvironmentResourceDescription
- func (s *EnvironmentResourceDescription) SetTriggers(v []*Trigger) *EnvironmentResourceDescription
- func (s EnvironmentResourceDescription) String() string
- type EnvironmentResourcesDescription
- type EnvironmentTier
- type EventDescription
- func (s EventDescription) GoString() string
- func (s *EventDescription) SetApplicationName(v string) *EventDescription
- func (s *EventDescription) SetEnvironmentName(v string) *EventDescription
- func (s *EventDescription) SetEventDate(v time.Time) *EventDescription
- func (s *EventDescription) SetMessage(v string) *EventDescription
- func (s *EventDescription) SetRequestId(v string) *EventDescription
- func (s *EventDescription) SetSeverity(v string) *EventDescription
- func (s *EventDescription) SetTemplateName(v string) *EventDescription
- func (s *EventDescription) SetVersionLabel(v string) *EventDescription
- func (s EventDescription) String() string
- type Instance
- type InstanceHealthSummary
- func (s InstanceHealthSummary) GoString() string
- func (s *InstanceHealthSummary) SetDegraded(v int64) *InstanceHealthSummary
- func (s *InstanceHealthSummary) SetInfo(v int64) *InstanceHealthSummary
- func (s *InstanceHealthSummary) SetNoData(v int64) *InstanceHealthSummary
- func (s *InstanceHealthSummary) SetOk(v int64) *InstanceHealthSummary
- func (s *InstanceHealthSummary) SetPending(v int64) *InstanceHealthSummary
- func (s *InstanceHealthSummary) SetSevere(v int64) *InstanceHealthSummary
- func (s *InstanceHealthSummary) SetUnknown(v int64) *InstanceHealthSummary
- func (s *InstanceHealthSummary) SetWarning(v int64) *InstanceHealthSummary
- func (s InstanceHealthSummary) String() string
- type Latency
- func (s Latency) GoString() string
- func (s *Latency) SetP10(v float64) *Latency
- func (s *Latency) SetP50(v float64) *Latency
- func (s *Latency) SetP75(v float64) *Latency
- func (s *Latency) SetP85(v float64) *Latency
- func (s *Latency) SetP90(v float64) *Latency
- func (s *Latency) SetP95(v float64) *Latency
- func (s *Latency) SetP99(v float64) *Latency
- func (s *Latency) SetP999(v float64) *Latency
- func (s Latency) String() string
- type LaunchConfiguration
- type ListAvailableSolutionStacksInput
- type ListAvailableSolutionStacksOutput
- func (s ListAvailableSolutionStacksOutput) GoString() string
- func (s *ListAvailableSolutionStacksOutput) SetSolutionStackDetails(v []*SolutionStackDescription) *ListAvailableSolutionStacksOutput
- func (s *ListAvailableSolutionStacksOutput) SetSolutionStacks(v []*string) *ListAvailableSolutionStacksOutput
- func (s ListAvailableSolutionStacksOutput) String() string
- type Listener
- type LoadBalancer
- type LoadBalancerDescription
- func (s LoadBalancerDescription) GoString() string
- func (s *LoadBalancerDescription) SetDomain(v string) *LoadBalancerDescription
- func (s *LoadBalancerDescription) SetListeners(v []*Listener) *LoadBalancerDescription
- func (s *LoadBalancerDescription) SetLoadBalancerName(v string) *LoadBalancerDescription
- func (s LoadBalancerDescription) String() string
- type ManagedAction
- func (s ManagedAction) GoString() string
- func (s *ManagedAction) SetActionDescription(v string) *ManagedAction
- func (s *ManagedAction) SetActionId(v string) *ManagedAction
- func (s *ManagedAction) SetActionType(v string) *ManagedAction
- func (s *ManagedAction) SetStatus(v string) *ManagedAction
- func (s *ManagedAction) SetWindowStartTime(v time.Time) *ManagedAction
- func (s ManagedAction) String() string
- type ManagedActionHistoryItem
- func (s ManagedActionHistoryItem) GoString() string
- func (s *ManagedActionHistoryItem) SetActionDescription(v string) *ManagedActionHistoryItem
- func (s *ManagedActionHistoryItem) SetActionId(v string) *ManagedActionHistoryItem
- func (s *ManagedActionHistoryItem) SetActionType(v string) *ManagedActionHistoryItem
- func (s *ManagedActionHistoryItem) SetExecutedTime(v time.Time) *ManagedActionHistoryItem
- func (s *ManagedActionHistoryItem) SetFailureDescription(v string) *ManagedActionHistoryItem
- func (s *ManagedActionHistoryItem) SetFailureType(v string) *ManagedActionHistoryItem
- func (s *ManagedActionHistoryItem) SetFinishedTime(v time.Time) *ManagedActionHistoryItem
- func (s *ManagedActionHistoryItem) SetStatus(v string) *ManagedActionHistoryItem
- func (s ManagedActionHistoryItem) String() string
- type OptionRestrictionRegex
- type OptionSpecification
- func (s OptionSpecification) GoString() string
- func (s *OptionSpecification) SetNamespace(v string) *OptionSpecification
- func (s *OptionSpecification) SetOptionName(v string) *OptionSpecification
- func (s *OptionSpecification) SetResourceName(v string) *OptionSpecification
- func (s OptionSpecification) String() string
- func (s *OptionSpecification) Validate() error
- type Queue
- type RebuildEnvironmentInput
- func (s RebuildEnvironmentInput) GoString() string
- func (s *RebuildEnvironmentInput) SetEnvironmentId(v string) *RebuildEnvironmentInput
- func (s *RebuildEnvironmentInput) SetEnvironmentName(v string) *RebuildEnvironmentInput
- func (s RebuildEnvironmentInput) String() string
- func (s *RebuildEnvironmentInput) Validate() error
- type RebuildEnvironmentOutput
- type RequestEnvironmentInfoInput
- func (s RequestEnvironmentInfoInput) GoString() string
- func (s *RequestEnvironmentInfoInput) SetEnvironmentId(v string) *RequestEnvironmentInfoInput
- func (s *RequestEnvironmentInfoInput) SetEnvironmentName(v string) *RequestEnvironmentInfoInput
- func (s *RequestEnvironmentInfoInput) SetInfoType(v string) *RequestEnvironmentInfoInput
- func (s RequestEnvironmentInfoInput) String() string
- func (s *RequestEnvironmentInfoInput) Validate() error
- type RequestEnvironmentInfoOutput
- type RestartAppServerInput
- func (s RestartAppServerInput) GoString() string
- func (s *RestartAppServerInput) SetEnvironmentId(v string) *RestartAppServerInput
- func (s *RestartAppServerInput) SetEnvironmentName(v string) *RestartAppServerInput
- func (s RestartAppServerInput) String() string
- func (s *RestartAppServerInput) Validate() error
- type RestartAppServerOutput
- type RetrieveEnvironmentInfoInput
- func (s RetrieveEnvironmentInfoInput) GoString() string
- func (s *RetrieveEnvironmentInfoInput) SetEnvironmentId(v string) *RetrieveEnvironmentInfoInput
- func (s *RetrieveEnvironmentInfoInput) SetEnvironmentName(v string) *RetrieveEnvironmentInfoInput
- func (s *RetrieveEnvironmentInfoInput) SetInfoType(v string) *RetrieveEnvironmentInfoInput
- func (s RetrieveEnvironmentInfoInput) String() string
- func (s *RetrieveEnvironmentInfoInput) Validate() error
- type RetrieveEnvironmentInfoOutput
- type S3Location
- type SingleInstanceHealth
- func (s SingleInstanceHealth) GoString() string
- func (s *SingleInstanceHealth) SetApplicationMetrics(v *ApplicationMetrics) *SingleInstanceHealth
- func (s *SingleInstanceHealth) SetAvailabilityZone(v string) *SingleInstanceHealth
- func (s *SingleInstanceHealth) SetCauses(v []*string) *SingleInstanceHealth
- func (s *SingleInstanceHealth) SetColor(v string) *SingleInstanceHealth
- func (s *SingleInstanceHealth) SetDeployment(v *Deployment) *SingleInstanceHealth
- func (s *SingleInstanceHealth) SetHealthStatus(v string) *SingleInstanceHealth
- func (s *SingleInstanceHealth) SetInstanceId(v string) *SingleInstanceHealth
- func (s *SingleInstanceHealth) SetInstanceType(v string) *SingleInstanceHealth
- func (s *SingleInstanceHealth) SetLaunchedAt(v time.Time) *SingleInstanceHealth
- func (s *SingleInstanceHealth) SetSystem(v *SystemStatus) *SingleInstanceHealth
- func (s SingleInstanceHealth) String() string
- type SolutionStackDescription
- type SourceBuildInformation
- func (s SourceBuildInformation) GoString() string
- func (s *SourceBuildInformation) SetSourceLocation(v string) *SourceBuildInformation
- func (s *SourceBuildInformation) SetSourceRepository(v string) *SourceBuildInformation
- func (s *SourceBuildInformation) SetSourceType(v string) *SourceBuildInformation
- func (s SourceBuildInformation) String() string
- func (s *SourceBuildInformation) Validate() error
- type SourceConfiguration
- type StatusCodes
- func (s StatusCodes) GoString() string
- func (s *StatusCodes) SetStatus2xx(v int64) *StatusCodes
- func (s *StatusCodes) SetStatus3xx(v int64) *StatusCodes
- func (s *StatusCodes) SetStatus4xx(v int64) *StatusCodes
- func (s *StatusCodes) SetStatus5xx(v int64) *StatusCodes
- func (s StatusCodes) String() string
- type SwapEnvironmentCNAMEsInput
- func (s SwapEnvironmentCNAMEsInput) GoString() string
- func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentId(v string) *SwapEnvironmentCNAMEsInput
- func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentName(v string) *SwapEnvironmentCNAMEsInput
- func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentId(v string) *SwapEnvironmentCNAMEsInput
- func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentName(v string) *SwapEnvironmentCNAMEsInput
- func (s SwapEnvironmentCNAMEsInput) String() string
- func (s *SwapEnvironmentCNAMEsInput) Validate() error
- type SwapEnvironmentCNAMEsOutput
- type SystemStatus
- type Tag
- type TerminateEnvironmentInput
- func (s TerminateEnvironmentInput) GoString() string
- func (s *TerminateEnvironmentInput) SetEnvironmentId(v string) *TerminateEnvironmentInput
- func (s *TerminateEnvironmentInput) SetEnvironmentName(v string) *TerminateEnvironmentInput
- func (s *TerminateEnvironmentInput) SetForceTerminate(v bool) *TerminateEnvironmentInput
- func (s *TerminateEnvironmentInput) SetTerminateResources(v bool) *TerminateEnvironmentInput
- func (s TerminateEnvironmentInput) String() string
- func (s *TerminateEnvironmentInput) Validate() error
- type Trigger
- type UpdateApplicationInput
- func (s UpdateApplicationInput) GoString() string
- func (s *UpdateApplicationInput) SetApplicationName(v string) *UpdateApplicationInput
- func (s *UpdateApplicationInput) SetDescription(v string) *UpdateApplicationInput
- func (s UpdateApplicationInput) String() string
- func (s *UpdateApplicationInput) Validate() error
- type UpdateApplicationVersionInput
- func (s UpdateApplicationVersionInput) GoString() string
- func (s *UpdateApplicationVersionInput) SetApplicationName(v string) *UpdateApplicationVersionInput
- func (s *UpdateApplicationVersionInput) SetDescription(v string) *UpdateApplicationVersionInput
- func (s *UpdateApplicationVersionInput) SetVersionLabel(v string) *UpdateApplicationVersionInput
- func (s UpdateApplicationVersionInput) String() string
- func (s *UpdateApplicationVersionInput) Validate() error
- type UpdateConfigurationTemplateInput
- func (s UpdateConfigurationTemplateInput) GoString() string
- func (s *UpdateConfigurationTemplateInput) SetApplicationName(v string) *UpdateConfigurationTemplateInput
- func (s *UpdateConfigurationTemplateInput) SetDescription(v string) *UpdateConfigurationTemplateInput
- func (s *UpdateConfigurationTemplateInput) SetOptionSettings(v []*ConfigurationOptionSetting) *UpdateConfigurationTemplateInput
- func (s *UpdateConfigurationTemplateInput) SetOptionsToRemove(v []*OptionSpecification) *UpdateConfigurationTemplateInput
- func (s *UpdateConfigurationTemplateInput) SetTemplateName(v string) *UpdateConfigurationTemplateInput
- func (s UpdateConfigurationTemplateInput) String() string
- func (s *UpdateConfigurationTemplateInput) Validate() error
- type UpdateEnvironmentInput
- func (s UpdateEnvironmentInput) GoString() string
- func (s *UpdateEnvironmentInput) SetApplicationName(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetDescription(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetEnvironmentId(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetEnvironmentName(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetGroupName(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetOptionSettings(v []*ConfigurationOptionSetting) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetOptionsToRemove(v []*OptionSpecification) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetSolutionStackName(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetTemplateName(v string) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetTier(v *EnvironmentTier) *UpdateEnvironmentInput
- func (s *UpdateEnvironmentInput) SetVersionLabel(v string) *UpdateEnvironmentInput
- func (s UpdateEnvironmentInput) String() string
- func (s *UpdateEnvironmentInput) Validate() error
- type ValidateConfigurationSettingsInput
- func (s ValidateConfigurationSettingsInput) GoString() string
- func (s *ValidateConfigurationSettingsInput) SetApplicationName(v string) *ValidateConfigurationSettingsInput
- func (s *ValidateConfigurationSettingsInput) SetEnvironmentName(v string) *ValidateConfigurationSettingsInput
- func (s *ValidateConfigurationSettingsInput) SetOptionSettings(v []*ConfigurationOptionSetting) *ValidateConfigurationSettingsInput
- func (s *ValidateConfigurationSettingsInput) SetTemplateName(v string) *ValidateConfigurationSettingsInput
- func (s ValidateConfigurationSettingsInput) String() string
- func (s *ValidateConfigurationSettingsInput) Validate() error
- type ValidateConfigurationSettingsOutput
- type ValidationMessage
- func (s ValidationMessage) GoString() string
- func (s *ValidationMessage) SetMessage(v string) *ValidationMessage
- func (s *ValidationMessage) SetNamespace(v string) *ValidationMessage
- func (s *ValidationMessage) SetOptionName(v string) *ValidationMessage
- func (s *ValidationMessage) SetSeverity(v string) *ValidationMessage
- func (s ValidationMessage) String() string
Examples ¶
- ElasticBeanstalk.AbortEnvironmentUpdate
- ElasticBeanstalk.ApplyEnvironmentManagedAction
- ElasticBeanstalk.CheckDNSAvailability
- ElasticBeanstalk.ComposeEnvironments
- ElasticBeanstalk.CreateApplication
- ElasticBeanstalk.CreateApplicationVersion
- ElasticBeanstalk.CreateConfigurationTemplate
- ElasticBeanstalk.CreateEnvironment
- ElasticBeanstalk.CreateStorageLocation
- ElasticBeanstalk.DeleteApplication
- ElasticBeanstalk.DeleteApplicationVersion
- ElasticBeanstalk.DeleteConfigurationTemplate
- ElasticBeanstalk.DeleteEnvironmentConfiguration
- ElasticBeanstalk.DescribeApplicationVersions
- ElasticBeanstalk.DescribeApplications
- ElasticBeanstalk.DescribeConfigurationOptions
- ElasticBeanstalk.DescribeConfigurationSettings
- ElasticBeanstalk.DescribeEnvironmentHealth
- ElasticBeanstalk.DescribeEnvironmentManagedActionHistory
- ElasticBeanstalk.DescribeEnvironmentManagedActions
- ElasticBeanstalk.DescribeEnvironmentResources
- ElasticBeanstalk.DescribeEnvironments
- ElasticBeanstalk.DescribeEvents
- ElasticBeanstalk.DescribeInstancesHealth
- ElasticBeanstalk.ListAvailableSolutionStacks
- ElasticBeanstalk.RebuildEnvironment
- ElasticBeanstalk.RequestEnvironmentInfo
- ElasticBeanstalk.RestartAppServer
- ElasticBeanstalk.RetrieveEnvironmentInfo
- ElasticBeanstalk.SwapEnvironmentCNAMEs
- ElasticBeanstalk.TerminateEnvironment
- ElasticBeanstalk.UpdateApplication
- ElasticBeanstalk.UpdateApplicationVersion
- ElasticBeanstalk.UpdateConfigurationTemplate
- ElasticBeanstalk.UpdateEnvironment
- ElasticBeanstalk.ValidateConfigurationSettings
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" )
const ( // EnvironmentInfoTypeTail is a EnvironmentInfoType enum value EnvironmentInfoTypeTail = "tail" // EnvironmentInfoTypeBundle is a EnvironmentInfoType enum value EnvironmentInfoTypeBundle = "bundle" )
const ( // EnvironmentStatusLaunching is a EnvironmentStatus enum value EnvironmentStatusLaunching = "Launching" // EnvironmentStatusUpdating is a EnvironmentStatus enum value EnvironmentStatusUpdating = "Updating" // 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 ( // 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 ServiceName = "elasticbeanstalk"
A ServiceName is the name of the service the client will make API calls to.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbortEnvironmentUpdateInput ¶
type AbortEnvironmentUpdateInput struct { // This specifies the ID of the environment with the in-progress update that // you want to cancel. EnvironmentId *string `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 ¶ added in v0.6.5
func (s AbortEnvironmentUpdateInput) GoString() string
GoString returns the string representation
func (*AbortEnvironmentUpdateInput) SetEnvironmentId ¶ added in v1.5.0
func (s *AbortEnvironmentUpdateInput) SetEnvironmentId(v string) *AbortEnvironmentUpdateInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*AbortEnvironmentUpdateInput) SetEnvironmentName ¶ added in v1.5.0
func (s *AbortEnvironmentUpdateInput) SetEnvironmentName(v string) *AbortEnvironmentUpdateInput
SetEnvironmentName sets the EnvironmentName field's value.
func (AbortEnvironmentUpdateInput) String ¶ added in v0.6.5
func (s AbortEnvironmentUpdateInput) String() string
String returns the string representation
func (*AbortEnvironmentUpdateInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s AbortEnvironmentUpdateOutput) GoString() string
GoString returns the string representation
func (AbortEnvironmentUpdateOutput) String ¶ added in v0.6.5
func (s AbortEnvironmentUpdateOutput) String() string
String returns the string representation
type ApplicationDescription ¶
type ApplicationDescription struct { // 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" timestampFormat:"iso8601"` // The date when the application was last modified. DateUpdated *time.Time `type:"timestamp" timestampFormat:"iso8601"` // User-defined description of the application. Description *string `type:"string"` // 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 ¶ added in v0.6.5
func (s ApplicationDescription) GoString() string
GoString returns the string representation
func (*ApplicationDescription) SetApplicationName ¶ added in v1.5.0
func (s *ApplicationDescription) SetApplicationName(v string) *ApplicationDescription
SetApplicationName sets the ApplicationName field's value.
func (*ApplicationDescription) SetConfigurationTemplates ¶ added in v1.5.0
func (s *ApplicationDescription) SetConfigurationTemplates(v []*string) *ApplicationDescription
SetConfigurationTemplates sets the ConfigurationTemplates field's value.
func (*ApplicationDescription) SetDateCreated ¶ added in v1.5.0
func (s *ApplicationDescription) SetDateCreated(v time.Time) *ApplicationDescription
SetDateCreated sets the DateCreated field's value.
func (*ApplicationDescription) SetDateUpdated ¶ added in v1.5.0
func (s *ApplicationDescription) SetDateUpdated(v time.Time) *ApplicationDescription
SetDateUpdated sets the DateUpdated field's value.
func (*ApplicationDescription) SetDescription ¶ added in v1.5.0
func (s *ApplicationDescription) SetDescription(v string) *ApplicationDescription
SetDescription sets the Description field's value.
func (*ApplicationDescription) SetVersions ¶ added in v1.5.0
func (s *ApplicationDescription) SetVersions(v []*string) *ApplicationDescription
SetVersions sets the Versions field's value.
func (ApplicationDescription) String ¶ added in v0.6.5
func (s ApplicationDescription) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s ApplicationDescriptionMessage) GoString() string
GoString returns the string representation
func (*ApplicationDescriptionMessage) SetApplication ¶ added in v1.5.0
func (s *ApplicationDescriptionMessage) SetApplication(v *ApplicationDescription) *ApplicationDescriptionMessage
SetApplication sets the Application field's value.
func (ApplicationDescriptionMessage) String ¶ added in v0.6.5
func (s ApplicationDescriptionMessage) String() string
String returns the string representation
type ApplicationMetrics ¶ added in v0.7.4
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 milisecond 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 ¶ added in v0.7.4
func (s ApplicationMetrics) GoString() string
GoString returns the string representation
func (*ApplicationMetrics) SetDuration ¶ added in v1.5.0
func (s *ApplicationMetrics) SetDuration(v int64) *ApplicationMetrics
SetDuration sets the Duration field's value.
func (*ApplicationMetrics) SetLatency ¶ added in v1.5.0
func (s *ApplicationMetrics) SetLatency(v *Latency) *ApplicationMetrics
SetLatency sets the Latency field's value.
func (*ApplicationMetrics) SetRequestCount ¶ added in v1.5.0
func (s *ApplicationMetrics) SetRequestCount(v int64) *ApplicationMetrics
SetRequestCount sets the RequestCount field's value.
func (*ApplicationMetrics) SetStatusCodes ¶ added in v1.5.0
func (s *ApplicationMetrics) SetStatusCodes(v *StatusCodes) *ApplicationMetrics
SetStatusCodes sets the StatusCodes field's value.
func (ApplicationMetrics) String ¶ added in v0.7.4
func (s ApplicationMetrics) String() string
String returns the string representation
type ApplicationVersionDescription ¶
type ApplicationVersionDescription struct { // The name of the application to which the application version belongs. ApplicationName *string `min:"1" 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" timestampFormat:"iso8601"` // The last modified date of the application version. DateUpdated *time.Time `type:"timestamp" timestampFormat:"iso8601"` // 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. 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 ¶ added in v0.6.5
func (s ApplicationVersionDescription) GoString() string
GoString returns the string representation
func (*ApplicationVersionDescription) SetApplicationName ¶ added in v1.5.0
func (s *ApplicationVersionDescription) SetApplicationName(v string) *ApplicationVersionDescription
SetApplicationName sets the ApplicationName field's value.
func (*ApplicationVersionDescription) SetBuildArn ¶ added in v1.5.13
func (s *ApplicationVersionDescription) SetBuildArn(v string) *ApplicationVersionDescription
SetBuildArn sets the BuildArn field's value.
func (*ApplicationVersionDescription) SetDateCreated ¶ added in v1.5.0
func (s *ApplicationVersionDescription) SetDateCreated(v time.Time) *ApplicationVersionDescription
SetDateCreated sets the DateCreated field's value.
func (*ApplicationVersionDescription) SetDateUpdated ¶ added in v1.5.0
func (s *ApplicationVersionDescription) SetDateUpdated(v time.Time) *ApplicationVersionDescription
SetDateUpdated sets the DateUpdated field's value.
func (*ApplicationVersionDescription) SetDescription ¶ added in v1.5.0
func (s *ApplicationVersionDescription) SetDescription(v string) *ApplicationVersionDescription
SetDescription sets the Description field's value.
func (*ApplicationVersionDescription) SetSourceBuildInformation ¶ added in v1.5.0
func (s *ApplicationVersionDescription) SetSourceBuildInformation(v *SourceBuildInformation) *ApplicationVersionDescription
SetSourceBuildInformation sets the SourceBuildInformation field's value.
func (*ApplicationVersionDescription) SetSourceBundle ¶ added in v1.5.0
func (s *ApplicationVersionDescription) SetSourceBundle(v *S3Location) *ApplicationVersionDescription
SetSourceBundle sets the SourceBundle field's value.
func (*ApplicationVersionDescription) SetStatus ¶ added in v1.5.0
func (s *ApplicationVersionDescription) SetStatus(v string) *ApplicationVersionDescription
SetStatus sets the Status field's value.
func (*ApplicationVersionDescription) SetVersionLabel ¶ added in v1.5.0
func (s *ApplicationVersionDescription) SetVersionLabel(v string) *ApplicationVersionDescription
SetVersionLabel sets the VersionLabel field's value.
func (ApplicationVersionDescription) String ¶ added in v0.6.5
func (s ApplicationVersionDescription) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s ApplicationVersionDescriptionMessage) GoString() string
GoString returns the string representation
func (*ApplicationVersionDescriptionMessage) SetApplicationVersion ¶ added in v1.5.0
func (s *ApplicationVersionDescriptionMessage) SetApplicationVersion(v *ApplicationVersionDescription) *ApplicationVersionDescriptionMessage
SetApplicationVersion sets the ApplicationVersion field's value.
func (ApplicationVersionDescriptionMessage) String ¶ added in v0.6.5
func (s ApplicationVersionDescriptionMessage) String() string
String returns the string representation
type ApplyEnvironmentManagedActionInput ¶ added in v1.1.19
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 ¶ added in v1.1.19
func (s ApplyEnvironmentManagedActionInput) GoString() string
GoString returns the string representation
func (*ApplyEnvironmentManagedActionInput) SetActionId ¶ added in v1.5.0
func (s *ApplyEnvironmentManagedActionInput) SetActionId(v string) *ApplyEnvironmentManagedActionInput
SetActionId sets the ActionId field's value.
func (*ApplyEnvironmentManagedActionInput) SetEnvironmentId ¶ added in v1.5.0
func (s *ApplyEnvironmentManagedActionInput) SetEnvironmentId(v string) *ApplyEnvironmentManagedActionInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*ApplyEnvironmentManagedActionInput) SetEnvironmentName ¶ added in v1.5.0
func (s *ApplyEnvironmentManagedActionInput) SetEnvironmentName(v string) *ApplyEnvironmentManagedActionInput
SetEnvironmentName sets the EnvironmentName field's value.
func (ApplyEnvironmentManagedActionInput) String ¶ added in v1.1.19
func (s ApplyEnvironmentManagedActionInput) String() string
String returns the string representation
func (*ApplyEnvironmentManagedActionInput) Validate ¶ added in v1.1.21
func (s *ApplyEnvironmentManagedActionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ApplyEnvironmentManagedActionOutput ¶ added in v1.1.19
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 ¶ added in v1.1.19
func (s ApplyEnvironmentManagedActionOutput) GoString() string
GoString returns the string representation
func (*ApplyEnvironmentManagedActionOutput) SetActionDescription ¶ added in v1.5.0
func (s *ApplyEnvironmentManagedActionOutput) SetActionDescription(v string) *ApplyEnvironmentManagedActionOutput
SetActionDescription sets the ActionDescription field's value.
func (*ApplyEnvironmentManagedActionOutput) SetActionId ¶ added in v1.5.0
func (s *ApplyEnvironmentManagedActionOutput) SetActionId(v string) *ApplyEnvironmentManagedActionOutput
SetActionId sets the ActionId field's value.
func (*ApplyEnvironmentManagedActionOutput) SetActionType ¶ added in v1.5.0
func (s *ApplyEnvironmentManagedActionOutput) SetActionType(v string) *ApplyEnvironmentManagedActionOutput
SetActionType sets the ActionType field's value.
func (*ApplyEnvironmentManagedActionOutput) SetStatus ¶ added in v1.5.0
func (s *ApplyEnvironmentManagedActionOutput) SetStatus(v string) *ApplyEnvironmentManagedActionOutput
SetStatus sets the Status field's value.
func (ApplyEnvironmentManagedActionOutput) String ¶ added in v1.1.19
func (s ApplyEnvironmentManagedActionOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s AutoScalingGroup) GoString() string
GoString returns the string representation
func (*AutoScalingGroup) SetName ¶ added in v1.5.0
func (s *AutoScalingGroup) SetName(v string) *AutoScalingGroup
SetName sets the Name field's value.
func (AutoScalingGroup) String ¶ added in v0.6.5
func (s AutoScalingGroup) String() string
String returns the string representation
type BuildConfiguration ¶ added in v1.5.13
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 ¶ added in v1.5.13
func (s BuildConfiguration) GoString() string
GoString returns the string representation
func (*BuildConfiguration) SetArtifactName ¶ added in v1.5.13
func (s *BuildConfiguration) SetArtifactName(v string) *BuildConfiguration
SetArtifactName sets the ArtifactName field's value.
func (*BuildConfiguration) SetCodeBuildServiceRole ¶ added in v1.5.13
func (s *BuildConfiguration) SetCodeBuildServiceRole(v string) *BuildConfiguration
SetCodeBuildServiceRole sets the CodeBuildServiceRole field's value.
func (*BuildConfiguration) SetComputeType ¶ added in v1.5.13
func (s *BuildConfiguration) SetComputeType(v string) *BuildConfiguration
SetComputeType sets the ComputeType field's value.
func (*BuildConfiguration) SetImage ¶ added in v1.5.13
func (s *BuildConfiguration) SetImage(v string) *BuildConfiguration
SetImage sets the Image field's value.
func (*BuildConfiguration) SetTimeoutInMinutes ¶ added in v1.5.13
func (s *BuildConfiguration) SetTimeoutInMinutes(v int64) *BuildConfiguration
SetTimeoutInMinutes sets the TimeoutInMinutes field's value.
func (BuildConfiguration) String ¶ added in v1.5.13
func (s BuildConfiguration) String() string
String returns the string representation
func (*BuildConfiguration) Validate ¶ added in v1.5.13
func (s *BuildConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CPUUtilization ¶ added in v0.7.4
type CPUUtilization struct { // Percentage of time that the CPU has spent in the I/O Wait state over the // last 10 seconds. IOWait *float64 `type:"double"` // 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"` // Percentage of time that the CPU has spent in the Nice state over the last // 10 seconds. Nice *float64 `type:"double"` // Percentage of time that the CPU has spent in the SoftIRQ state over the last // 10 seconds. SoftIRQ *float64 `type:"double"` // 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 ¶ added in v0.7.4
func (s CPUUtilization) GoString() string
GoString returns the string representation
func (*CPUUtilization) SetIOWait ¶ added in v1.5.0
func (s *CPUUtilization) SetIOWait(v float64) *CPUUtilization
SetIOWait sets the IOWait field's value.
func (*CPUUtilization) SetIRQ ¶ added in v1.5.0
func (s *CPUUtilization) SetIRQ(v float64) *CPUUtilization
SetIRQ sets the IRQ field's value.
func (*CPUUtilization) SetIdle ¶ added in v1.5.0
func (s *CPUUtilization) SetIdle(v float64) *CPUUtilization
SetIdle sets the Idle field's value.
func (*CPUUtilization) SetNice ¶ added in v1.5.0
func (s *CPUUtilization) SetNice(v float64) *CPUUtilization
SetNice sets the Nice field's value.
func (*CPUUtilization) SetSoftIRQ ¶ added in v1.5.0
func (s *CPUUtilization) SetSoftIRQ(v float64) *CPUUtilization
SetSoftIRQ sets the SoftIRQ field's value.
func (*CPUUtilization) SetSystem ¶ added in v1.5.0
func (s *CPUUtilization) SetSystem(v float64) *CPUUtilization
SetSystem sets the System field's value.
func (*CPUUtilization) SetUser ¶ added in v1.5.0
func (s *CPUUtilization) SetUser(v float64) *CPUUtilization
SetUser sets the User field's value.
func (CPUUtilization) String ¶ added in v0.7.4
func (s CPUUtilization) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s CheckDNSAvailabilityInput) GoString() string
GoString returns the string representation
func (*CheckDNSAvailabilityInput) SetCNAMEPrefix ¶ added in v1.5.0
func (s *CheckDNSAvailabilityInput) SetCNAMEPrefix(v string) *CheckDNSAvailabilityInput
SetCNAMEPrefix sets the CNAMEPrefix field's value.
func (CheckDNSAvailabilityInput) String ¶ added in v0.6.5
func (s CheckDNSAvailabilityInput) String() string
String returns the string representation
func (*CheckDNSAvailabilityInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s CheckDNSAvailabilityOutput) GoString() string
GoString returns the string representation
func (*CheckDNSAvailabilityOutput) SetAvailable ¶ added in v1.5.0
func (s *CheckDNSAvailabilityOutput) SetAvailable(v bool) *CheckDNSAvailabilityOutput
SetAvailable sets the Available field's value.
func (*CheckDNSAvailabilityOutput) SetFullyQualifiedCNAME ¶ added in v1.5.0
func (s *CheckDNSAvailabilityOutput) SetFullyQualifiedCNAME(v string) *CheckDNSAvailabilityOutput
SetFullyQualifiedCNAME sets the FullyQualifiedCNAME field's value.
func (CheckDNSAvailabilityOutput) String ¶ added in v0.6.5
func (s CheckDNSAvailabilityOutput) String() string
String returns the string representation
type ComposeEnvironmentsInput ¶ added in v1.0.2
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) // (http://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 ¶ added in v1.0.2
func (s ComposeEnvironmentsInput) GoString() string
GoString returns the string representation
func (*ComposeEnvironmentsInput) SetApplicationName ¶ added in v1.5.0
func (s *ComposeEnvironmentsInput) SetApplicationName(v string) *ComposeEnvironmentsInput
SetApplicationName sets the ApplicationName field's value.
func (*ComposeEnvironmentsInput) SetGroupName ¶ added in v1.5.0
func (s *ComposeEnvironmentsInput) SetGroupName(v string) *ComposeEnvironmentsInput
SetGroupName sets the GroupName field's value.
func (*ComposeEnvironmentsInput) SetVersionLabels ¶ added in v1.5.0
func (s *ComposeEnvironmentsInput) SetVersionLabels(v []*string) *ComposeEnvironmentsInput
SetVersionLabels sets the VersionLabels field's value.
func (ComposeEnvironmentsInput) String ¶ added in v1.0.2
func (s ComposeEnvironmentsInput) String() string
String returns the string representation
func (*ComposeEnvironmentsInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s ConfigurationOptionDescription) GoString() string
GoString returns the string representation
func (*ConfigurationOptionDescription) SetChangeSeverity ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetChangeSeverity(v string) *ConfigurationOptionDescription
SetChangeSeverity sets the ChangeSeverity field's value.
func (*ConfigurationOptionDescription) SetDefaultValue ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetDefaultValue(v string) *ConfigurationOptionDescription
SetDefaultValue sets the DefaultValue field's value.
func (*ConfigurationOptionDescription) SetMaxLength ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetMaxLength(v int64) *ConfigurationOptionDescription
SetMaxLength sets the MaxLength field's value.
func (*ConfigurationOptionDescription) SetMaxValue ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetMaxValue(v int64) *ConfigurationOptionDescription
SetMaxValue sets the MaxValue field's value.
func (*ConfigurationOptionDescription) SetMinValue ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetMinValue(v int64) *ConfigurationOptionDescription
SetMinValue sets the MinValue field's value.
func (*ConfigurationOptionDescription) SetName ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetName(v string) *ConfigurationOptionDescription
SetName sets the Name field's value.
func (*ConfigurationOptionDescription) SetNamespace ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetNamespace(v string) *ConfigurationOptionDescription
SetNamespace sets the Namespace field's value.
func (*ConfigurationOptionDescription) SetRegex ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetRegex(v *OptionRestrictionRegex) *ConfigurationOptionDescription
SetRegex sets the Regex field's value.
func (*ConfigurationOptionDescription) SetUserDefined ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetUserDefined(v bool) *ConfigurationOptionDescription
SetUserDefined sets the UserDefined field's value.
func (*ConfigurationOptionDescription) SetValueOptions ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetValueOptions(v []*string) *ConfigurationOptionDescription
SetValueOptions sets the ValueOptions field's value.
func (*ConfigurationOptionDescription) SetValueType ¶ added in v1.5.0
func (s *ConfigurationOptionDescription) SetValueType(v string) *ConfigurationOptionDescription
SetValueType sets the ValueType field's value.
func (ConfigurationOptionDescription) String ¶ added in v0.6.5
func (s ConfigurationOptionDescription) String() string
String returns the string representation
type ConfigurationOptionSetting ¶
type ConfigurationOptionSetting 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"` // 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 option values, go to Option Values (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html) in the AWS Elastic Beanstalk Developer Guide.
func (ConfigurationOptionSetting) GoString ¶ added in v0.6.5
func (s ConfigurationOptionSetting) GoString() string
GoString returns the string representation
func (*ConfigurationOptionSetting) SetNamespace ¶ added in v1.5.0
func (s *ConfigurationOptionSetting) SetNamespace(v string) *ConfigurationOptionSetting
SetNamespace sets the Namespace field's value.
func (*ConfigurationOptionSetting) SetOptionName ¶ added in v1.5.0
func (s *ConfigurationOptionSetting) SetOptionName(v string) *ConfigurationOptionSetting
SetOptionName sets the OptionName field's value.
func (*ConfigurationOptionSetting) SetResourceName ¶ added in v1.5.0
func (s *ConfigurationOptionSetting) SetResourceName(v string) *ConfigurationOptionSetting
SetResourceName sets the ResourceName field's value.
func (*ConfigurationOptionSetting) SetValue ¶ added in v1.5.0
func (s *ConfigurationOptionSetting) SetValue(v string) *ConfigurationOptionSetting
SetValue sets the Value field's value.
func (ConfigurationOptionSetting) String ¶ added in v0.6.5
func (s ConfigurationOptionSetting) String() string
String returns the string representation
func (*ConfigurationOptionSetting) Validate ¶ added in v1.1.21
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" timestampFormat:"iso8601"` // The date (in UTC time) when this configuration set was last modified. DateUpdated *time.Time `type:"timestamp" timestampFormat:"iso8601"` // 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 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 ¶ added in v0.6.5
func (s ConfigurationSettingsDescription) GoString() string
GoString returns the string representation
func (*ConfigurationSettingsDescription) SetApplicationName ¶ added in v1.5.0
func (s *ConfigurationSettingsDescription) SetApplicationName(v string) *ConfigurationSettingsDescription
SetApplicationName sets the ApplicationName field's value.
func (*ConfigurationSettingsDescription) SetDateCreated ¶ added in v1.5.0
func (s *ConfigurationSettingsDescription) SetDateCreated(v time.Time) *ConfigurationSettingsDescription
SetDateCreated sets the DateCreated field's value.
func (*ConfigurationSettingsDescription) SetDateUpdated ¶ added in v1.5.0
func (s *ConfigurationSettingsDescription) SetDateUpdated(v time.Time) *ConfigurationSettingsDescription
SetDateUpdated sets the DateUpdated field's value.
func (*ConfigurationSettingsDescription) SetDeploymentStatus ¶ added in v1.5.0
func (s *ConfigurationSettingsDescription) SetDeploymentStatus(v string) *ConfigurationSettingsDescription
SetDeploymentStatus sets the DeploymentStatus field's value.
func (*ConfigurationSettingsDescription) SetDescription ¶ added in v1.5.0
func (s *ConfigurationSettingsDescription) SetDescription(v string) *ConfigurationSettingsDescription
SetDescription sets the Description field's value.
func (*ConfigurationSettingsDescription) SetEnvironmentName ¶ added in v1.5.0
func (s *ConfigurationSettingsDescription) SetEnvironmentName(v string) *ConfigurationSettingsDescription
SetEnvironmentName sets the EnvironmentName field's value.
func (*ConfigurationSettingsDescription) SetOptionSettings ¶ added in v1.5.0
func (s *ConfigurationSettingsDescription) SetOptionSettings(v []*ConfigurationOptionSetting) *ConfigurationSettingsDescription
SetOptionSettings sets the OptionSettings field's value.
func (*ConfigurationSettingsDescription) SetSolutionStackName ¶ added in v1.5.0
func (s *ConfigurationSettingsDescription) SetSolutionStackName(v string) *ConfigurationSettingsDescription
SetSolutionStackName sets the SolutionStackName field's value.
func (*ConfigurationSettingsDescription) SetTemplateName ¶ added in v1.5.0
func (s *ConfigurationSettingsDescription) SetTemplateName(v string) *ConfigurationSettingsDescription
SetTemplateName sets the TemplateName field's value.
func (ConfigurationSettingsDescription) String ¶ added in v0.6.5
func (s ConfigurationSettingsDescription) String() string
String returns the string representation
type CreateApplicationInput ¶
type CreateApplicationInput struct { // The name of the application. // // Constraint: This name must be unique within your account. If the specified // name already exists, the action returns an InvalidParameterValue error. // // ApplicationName is a required field ApplicationName *string `min:"1" type:"string" required:"true"` // Describes the application. Description *string `type:"string"` // contains filtered or unexported fields }
Request to create an application.
func (CreateApplicationInput) GoString ¶ added in v0.6.5
func (s CreateApplicationInput) GoString() string
GoString returns the string representation
func (*CreateApplicationInput) SetApplicationName ¶ added in v1.5.0
func (s *CreateApplicationInput) SetApplicationName(v string) *CreateApplicationInput
SetApplicationName sets the ApplicationName field's value.
func (*CreateApplicationInput) SetDescription ¶ added in v1.5.0
func (s *CreateApplicationInput) SetDescription(v string) *CreateApplicationInput
SetDescription sets the Description field's value.
func (CreateApplicationInput) String ¶ added in v0.6.5
func (s CreateApplicationInput) String() string
String returns the string representation
func (*CreateApplicationInput) Validate ¶ added in v1.1.21
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"` // Describes this version. Description *string `type:"string"` // Preprocesses and validates the environment manifest and configuration files // in the source bundle. Validating configuration files can identify issues // prior to deploying the application version to an environment. 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"` // 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 ¶ added in v0.6.5
func (s CreateApplicationVersionInput) GoString() string
GoString returns the string representation
func (*CreateApplicationVersionInput) SetApplicationName ¶ added in v1.5.0
func (s *CreateApplicationVersionInput) SetApplicationName(v string) *CreateApplicationVersionInput
SetApplicationName sets the ApplicationName field's value.
func (*CreateApplicationVersionInput) SetAutoCreateApplication ¶ added in v1.5.0
func (s *CreateApplicationVersionInput) SetAutoCreateApplication(v bool) *CreateApplicationVersionInput
SetAutoCreateApplication sets the AutoCreateApplication field's value.
func (*CreateApplicationVersionInput) SetBuildConfiguration ¶ added in v1.5.13
func (s *CreateApplicationVersionInput) SetBuildConfiguration(v *BuildConfiguration) *CreateApplicationVersionInput
SetBuildConfiguration sets the BuildConfiguration field's value.
func (*CreateApplicationVersionInput) SetDescription ¶ added in v1.5.0
func (s *CreateApplicationVersionInput) SetDescription(v string) *CreateApplicationVersionInput
SetDescription sets the Description field's value.
func (*CreateApplicationVersionInput) SetProcess ¶ added in v1.5.0
func (s *CreateApplicationVersionInput) SetProcess(v bool) *CreateApplicationVersionInput
SetProcess sets the Process field's value.
func (*CreateApplicationVersionInput) SetSourceBuildInformation ¶ added in v1.5.0
func (s *CreateApplicationVersionInput) SetSourceBuildInformation(v *SourceBuildInformation) *CreateApplicationVersionInput
SetSourceBuildInformation sets the SourceBuildInformation field's value.
func (*CreateApplicationVersionInput) SetSourceBundle ¶ added in v1.5.0
func (s *CreateApplicationVersionInput) SetSourceBundle(v *S3Location) *CreateApplicationVersionInput
SetSourceBundle sets the SourceBundle field's value.
func (*CreateApplicationVersionInput) SetVersionLabel ¶ added in v1.5.0
func (s *CreateApplicationVersionInput) SetVersionLabel(v string) *CreateApplicationVersionInput
SetVersionLabel sets the VersionLabel field's value.
func (CreateApplicationVersionInput) String ¶ added in v0.6.5
func (s CreateApplicationVersionInput) String() string
String returns the string representation
func (*CreateApplicationVersionInput) Validate ¶ added in v1.1.21
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 application to associate with this configuration template. // If no application is found with this name, AWS Elastic Beanstalk returns // an InvalidParameterValue error. // // ApplicationName is a required field ApplicationName *string `min:"1" type:"string" required:"true"` // Describes this configuration. Description *string `type:"string"` // The ID of the environment used with this configuration template. EnvironmentId *string `type:"string"` // If specified, AWS Elastic Beanstalk sets the specified configuration option // to the requested value. The new value overrides the value obtained from the // solution stack or the source configuration template. OptionSettings []*ConfigurationOptionSetting `type:"list"` // The name of the solution stack used by this configuration. The solution stack // specifies the operating system, architecture, and application server for // a configuration template. It determines the set of configuration options // as well as the possible and default values. // // Use ListAvailableSolutionStacks to obtain a list of available solution stacks. // // A solution stack name or a source configuration parameter must be specified, // otherwise AWS Elastic Beanstalk returns an InvalidParameterValue error. // // If a solution stack name is not specified and the source configuration parameter // is specified, AWS Elastic Beanstalk uses the same solution stack as the source // configuration template. SolutionStackName *string `type:"string"` // If specified, AWS Elastic Beanstalk uses the configuration values from the // specified configuration template to create a new configuration. // // Values specified in the OptionSettings parameter of this call overrides any // values obtained from the SourceConfiguration. // // If no configuration template is found, returns an InvalidParameterValue error. // // Constraint: If both the solution stack name parameter and the source configuration // parameters are specified, the solution stack of the source configuration // template must match the specified solution stack name or else AWS Elastic // Beanstalk returns an InvalidParameterCombination error. SourceConfiguration *SourceConfiguration `type:"structure"` // The name of the configuration template. // // Constraint: This name must be unique per application. // // Default: If a configuration template already exists with this name, AWS Elastic // Beanstalk returns an InvalidParameterValue error. // // 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 ¶ added in v0.6.5
func (s CreateConfigurationTemplateInput) GoString() string
GoString returns the string representation
func (*CreateConfigurationTemplateInput) SetApplicationName ¶ added in v1.5.0
func (s *CreateConfigurationTemplateInput) SetApplicationName(v string) *CreateConfigurationTemplateInput
SetApplicationName sets the ApplicationName field's value.
func (*CreateConfigurationTemplateInput) SetDescription ¶ added in v1.5.0
func (s *CreateConfigurationTemplateInput) SetDescription(v string) *CreateConfigurationTemplateInput
SetDescription sets the Description field's value.
func (*CreateConfigurationTemplateInput) SetEnvironmentId ¶ added in v1.5.0
func (s *CreateConfigurationTemplateInput) SetEnvironmentId(v string) *CreateConfigurationTemplateInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*CreateConfigurationTemplateInput) SetOptionSettings ¶ added in v1.5.0
func (s *CreateConfigurationTemplateInput) SetOptionSettings(v []*ConfigurationOptionSetting) *CreateConfigurationTemplateInput
SetOptionSettings sets the OptionSettings field's value.
func (*CreateConfigurationTemplateInput) SetSolutionStackName ¶ added in v1.5.0
func (s *CreateConfigurationTemplateInput) SetSolutionStackName(v string) *CreateConfigurationTemplateInput
SetSolutionStackName sets the SolutionStackName field's value.
func (*CreateConfigurationTemplateInput) SetSourceConfiguration ¶ added in v1.5.0
func (s *CreateConfigurationTemplateInput) SetSourceConfiguration(v *SourceConfiguration) *CreateConfigurationTemplateInput
SetSourceConfiguration sets the SourceConfiguration field's value.
func (*CreateConfigurationTemplateInput) SetTemplateName ¶ added in v1.5.0
func (s *CreateConfigurationTemplateInput) SetTemplateName(v string) *CreateConfigurationTemplateInput
SetTemplateName sets the TemplateName field's value.
func (CreateConfigurationTemplateInput) String ¶ added in v0.6.5
func (s CreateConfigurationTemplateInput) String() string
String returns the string representation
func (*CreateConfigurationTemplateInput) Validate ¶ added in v1.1.21
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 contains the version to be deployed. // // If no application is found with this name, CreateEnvironment returns an InvalidParameterValue // error. // // 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. If not specified, the CNAME is generated automatically by appending // a random alphanumeric string to the environment name. CNAMEPrefix *string `min:"4" type:"string"` // Describes this environment. Description *string `type:"string"` // A unique name for the deployment environment. Used in the application URL. // // Constraint: Must be from 4 to 40 characters in length. The name can contain // only letters, numbers, and hyphens. It cannot start or end with a hyphen. // This name must be unique in your account. If the specified name already exists, // AWS Elastic Beanstalk returns an InvalidParameterValue error. // // Default: If the CNAME parameter is not specified, 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) (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html) // for details. GroupName *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"` // This is an alternative to specifying a template name. If specified, AWS Elastic // Beanstalk sets the configuration values to the default values associated // with the specified solution stack. // // 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 a MissingRequiredParameter // error. SolutionStackName *string `type:"string"` // This specifies the tags applied to resources in the environment. Tags []*Tag `type:"list"` // The name of the configuration template to use in deployment. If no configuration // template is found with this name, AWS Elastic Beanstalk returns an InvalidParameterValue // error. // // Condition: You must specify either this parameter or a SolutionStackName, // 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"` // This specifies the tier to use for creating this environment. Tier *EnvironmentTier `type:"structure"` // The name of the application version to deploy. // // If the specified application has no associated application versions, AWS // Elastic Beanstalk UpdateEnvironment returns an InvalidParameterValue error. // // Default: If not specified, AWS Elastic Beanstalk attempts to launch the sample // application in the container. VersionLabel *string `min:"1" type:"string"` // contains filtered or unexported fields }
func (CreateEnvironmentInput) GoString ¶ added in v0.6.5
func (s CreateEnvironmentInput) GoString() string
GoString returns the string representation
func (*CreateEnvironmentInput) SetApplicationName ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetApplicationName(v string) *CreateEnvironmentInput
SetApplicationName sets the ApplicationName field's value.
func (*CreateEnvironmentInput) SetCNAMEPrefix ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetCNAMEPrefix(v string) *CreateEnvironmentInput
SetCNAMEPrefix sets the CNAMEPrefix field's value.
func (*CreateEnvironmentInput) SetDescription ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetDescription(v string) *CreateEnvironmentInput
SetDescription sets the Description field's value.
func (*CreateEnvironmentInput) SetEnvironmentName ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetEnvironmentName(v string) *CreateEnvironmentInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*CreateEnvironmentInput) SetGroupName ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetGroupName(v string) *CreateEnvironmentInput
SetGroupName sets the GroupName field's value.
func (*CreateEnvironmentInput) SetOptionSettings ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetOptionSettings(v []*ConfigurationOptionSetting) *CreateEnvironmentInput
SetOptionSettings sets the OptionSettings field's value.
func (*CreateEnvironmentInput) SetOptionsToRemove ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetOptionsToRemove(v []*OptionSpecification) *CreateEnvironmentInput
SetOptionsToRemove sets the OptionsToRemove field's value.
func (*CreateEnvironmentInput) SetSolutionStackName ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetSolutionStackName(v string) *CreateEnvironmentInput
SetSolutionStackName sets the SolutionStackName field's value.
func (*CreateEnvironmentInput) SetTags ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetTags(v []*Tag) *CreateEnvironmentInput
SetTags sets the Tags field's value.
func (*CreateEnvironmentInput) SetTemplateName ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetTemplateName(v string) *CreateEnvironmentInput
SetTemplateName sets the TemplateName field's value.
func (*CreateEnvironmentInput) SetTier ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetTier(v *EnvironmentTier) *CreateEnvironmentInput
SetTier sets the Tier field's value.
func (*CreateEnvironmentInput) SetVersionLabel ¶ added in v1.5.0
func (s *CreateEnvironmentInput) SetVersionLabel(v string) *CreateEnvironmentInput
SetVersionLabel sets the VersionLabel field's value.
func (CreateEnvironmentInput) String ¶ added in v0.6.5
func (s CreateEnvironmentInput) String() string
String returns the string representation
func (*CreateEnvironmentInput) Validate ¶ added in v1.1.21
func (s *CreateEnvironmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateStorageLocationInput ¶
type CreateStorageLocationInput struct {
// contains filtered or unexported fields
}
func (CreateStorageLocationInput) GoString ¶ added in v0.6.5
func (s CreateStorageLocationInput) GoString() string
GoString returns the string representation
func (CreateStorageLocationInput) String ¶ added in v0.6.5
func (s CreateStorageLocationInput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s CreateStorageLocationOutput) GoString() string
GoString returns the string representation
func (*CreateStorageLocationOutput) SetS3Bucket ¶ added in v1.5.0
func (s *CreateStorageLocationOutput) SetS3Bucket(v string) *CreateStorageLocationOutput
SetS3Bucket sets the S3Bucket field's value.
func (CreateStorageLocationOutput) String ¶ added in v0.6.5
func (s CreateStorageLocationOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s DeleteApplicationInput) GoString() string
GoString returns the string representation
func (*DeleteApplicationInput) SetApplicationName ¶ added in v1.5.0
func (s *DeleteApplicationInput) SetApplicationName(v string) *DeleteApplicationInput
SetApplicationName sets the ApplicationName field's value.
func (*DeleteApplicationInput) SetTerminateEnvByForce ¶ added in v1.5.0
func (s *DeleteApplicationInput) SetTerminateEnvByForce(v bool) *DeleteApplicationInput
SetTerminateEnvByForce sets the TerminateEnvByForce field's value.
func (DeleteApplicationInput) String ¶ added in v0.6.5
func (s DeleteApplicationInput) String() string
String returns the string representation
func (*DeleteApplicationInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s DeleteApplicationOutput) GoString() string
GoString returns the string representation
func (DeleteApplicationOutput) String ¶ added in v0.6.5
func (s DeleteApplicationOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s DeleteApplicationVersionInput) GoString() string
GoString returns the string representation
func (*DeleteApplicationVersionInput) SetApplicationName ¶ added in v1.5.0
func (s *DeleteApplicationVersionInput) SetApplicationName(v string) *DeleteApplicationVersionInput
SetApplicationName sets the ApplicationName field's value.
func (*DeleteApplicationVersionInput) SetDeleteSourceBundle ¶ added in v1.5.0
func (s *DeleteApplicationVersionInput) SetDeleteSourceBundle(v bool) *DeleteApplicationVersionInput
SetDeleteSourceBundle sets the DeleteSourceBundle field's value.
func (*DeleteApplicationVersionInput) SetVersionLabel ¶ added in v1.5.0
func (s *DeleteApplicationVersionInput) SetVersionLabel(v string) *DeleteApplicationVersionInput
SetVersionLabel sets the VersionLabel field's value.
func (DeleteApplicationVersionInput) String ¶ added in v0.6.5
func (s DeleteApplicationVersionInput) String() string
String returns the string representation
func (*DeleteApplicationVersionInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s DeleteApplicationVersionOutput) GoString() string
GoString returns the string representation
func (DeleteApplicationVersionOutput) String ¶ added in v0.6.5
func (s DeleteApplicationVersionOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s DeleteConfigurationTemplateInput) GoString() string
GoString returns the string representation
func (*DeleteConfigurationTemplateInput) SetApplicationName ¶ added in v1.5.0
func (s *DeleteConfigurationTemplateInput) SetApplicationName(v string) *DeleteConfigurationTemplateInput
SetApplicationName sets the ApplicationName field's value.
func (*DeleteConfigurationTemplateInput) SetTemplateName ¶ added in v1.5.0
func (s *DeleteConfigurationTemplateInput) SetTemplateName(v string) *DeleteConfigurationTemplateInput
SetTemplateName sets the TemplateName field's value.
func (DeleteConfigurationTemplateInput) String ¶ added in v0.6.5
func (s DeleteConfigurationTemplateInput) String() string
String returns the string representation
func (*DeleteConfigurationTemplateInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s DeleteConfigurationTemplateOutput) GoString() string
GoString returns the string representation
func (DeleteConfigurationTemplateOutput) String ¶ added in v0.6.5
func (s DeleteConfigurationTemplateOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s DeleteEnvironmentConfigurationInput) GoString() string
GoString returns the string representation
func (*DeleteEnvironmentConfigurationInput) SetApplicationName ¶ added in v1.5.0
func (s *DeleteEnvironmentConfigurationInput) SetApplicationName(v string) *DeleteEnvironmentConfigurationInput
SetApplicationName sets the ApplicationName field's value.
func (*DeleteEnvironmentConfigurationInput) SetEnvironmentName ¶ added in v1.5.0
func (s *DeleteEnvironmentConfigurationInput) SetEnvironmentName(v string) *DeleteEnvironmentConfigurationInput
SetEnvironmentName sets the EnvironmentName field's value.
func (DeleteEnvironmentConfigurationInput) String ¶ added in v0.6.5
func (s DeleteEnvironmentConfigurationInput) String() string
String returns the string representation
func (*DeleteEnvironmentConfigurationInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s DeleteEnvironmentConfigurationOutput) GoString() string
GoString returns the string representation
func (DeleteEnvironmentConfigurationOutput) String ¶ added in v0.6.5
func (s DeleteEnvironmentConfigurationOutput) String() string
String returns the string representation
type Deployment ¶ added in v1.1.17
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 deloyment started. // // For completed deployments, the time that the deployment ended. DeploymentTime *time.Time `type:"timestamp" timestampFormat:"iso8601"` // 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 ¶ added in v1.1.17
func (s Deployment) GoString() string
GoString returns the string representation
func (*Deployment) SetDeploymentId ¶ added in v1.5.0
func (s *Deployment) SetDeploymentId(v int64) *Deployment
SetDeploymentId sets the DeploymentId field's value.
func (*Deployment) SetDeploymentTime ¶ added in v1.5.0
func (s *Deployment) SetDeploymentTime(v time.Time) *Deployment
SetDeploymentTime sets the DeploymentTime field's value.
func (*Deployment) SetStatus ¶ added in v1.5.0
func (s *Deployment) SetStatus(v string) *Deployment
SetStatus sets the Status field's value.
func (*Deployment) SetVersionLabel ¶ added in v1.5.0
func (s *Deployment) SetVersionLabel(v string) *Deployment
SetVersionLabel sets the VersionLabel field's value.
func (Deployment) String ¶ added in v1.1.17
func (s Deployment) String() string
String returns the string representation
type DescribeApplicationVersionsInput ¶
type DescribeApplicationVersionsInput struct { // Specify an application name to show only application versions for that application. ApplicationName *string `min:"1" type:"string"` // Specify a maximum number of application versions to paginate in the request. MaxRecords *int64 `min:"1" type:"integer"` // Specify a next token to retrieve the next page in a paginated request. 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 ¶ added in v0.6.5
func (s DescribeApplicationVersionsInput) GoString() string
GoString returns the string representation
func (*DescribeApplicationVersionsInput) SetApplicationName ¶ added in v1.5.0
func (s *DescribeApplicationVersionsInput) SetApplicationName(v string) *DescribeApplicationVersionsInput
SetApplicationName sets the ApplicationName field's value.
func (*DescribeApplicationVersionsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeApplicationVersionsInput) SetMaxRecords(v int64) *DescribeApplicationVersionsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeApplicationVersionsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeApplicationVersionsInput) SetNextToken(v string) *DescribeApplicationVersionsInput
SetNextToken sets the NextToken field's value.
func (*DescribeApplicationVersionsInput) SetVersionLabels ¶ added in v1.5.0
func (s *DescribeApplicationVersionsInput) SetVersionLabels(v []*string) *DescribeApplicationVersionsInput
SetVersionLabels sets the VersionLabels field's value.
func (DescribeApplicationVersionsInput) String ¶ added in v0.6.5
func (s DescribeApplicationVersionsInput) String() string
String returns the string representation
func (*DescribeApplicationVersionsInput) Validate ¶ added in v1.1.21
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"` // For a paginated request, the token that you can pass in a subsequent request // to get the next page. NextToken *string `type:"string"` // contains filtered or unexported fields }
Result message wrapping a list of application version descriptions.
func (DescribeApplicationVersionsOutput) GoString ¶ added in v0.6.5
func (s DescribeApplicationVersionsOutput) GoString() string
GoString returns the string representation
func (*DescribeApplicationVersionsOutput) SetApplicationVersions ¶ added in v1.5.0
func (s *DescribeApplicationVersionsOutput) SetApplicationVersions(v []*ApplicationVersionDescription) *DescribeApplicationVersionsOutput
SetApplicationVersions sets the ApplicationVersions field's value.
func (*DescribeApplicationVersionsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeApplicationVersionsOutput) SetNextToken(v string) *DescribeApplicationVersionsOutput
SetNextToken sets the NextToken field's value.
func (DescribeApplicationVersionsOutput) String ¶ added in v0.6.5
func (s DescribeApplicationVersionsOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s DescribeApplicationsInput) GoString() string
GoString returns the string representation
func (*DescribeApplicationsInput) SetApplicationNames ¶ added in v1.5.0
func (s *DescribeApplicationsInput) SetApplicationNames(v []*string) *DescribeApplicationsInput
SetApplicationNames sets the ApplicationNames field's value.
func (DescribeApplicationsInput) String ¶ added in v0.6.5
func (s DescribeApplicationsInput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s DescribeApplicationsOutput) GoString() string
GoString returns the string representation
func (*DescribeApplicationsOutput) SetApplications ¶ added in v1.5.0
func (s *DescribeApplicationsOutput) SetApplications(v []*ApplicationDescription) *DescribeApplicationsOutput
SetApplications sets the Applications field's value.
func (DescribeApplicationsOutput) String ¶ added in v0.6.5
func (s DescribeApplicationsOutput) String() string
String returns the string representation
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 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 containig a list of application version descriptions.
func (DescribeConfigurationOptionsInput) GoString ¶ added in v0.6.5
func (s DescribeConfigurationOptionsInput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationOptionsInput) SetApplicationName ¶ added in v1.5.0
func (s *DescribeConfigurationOptionsInput) SetApplicationName(v string) *DescribeConfigurationOptionsInput
SetApplicationName sets the ApplicationName field's value.
func (*DescribeConfigurationOptionsInput) SetEnvironmentName ¶ added in v1.5.0
func (s *DescribeConfigurationOptionsInput) SetEnvironmentName(v string) *DescribeConfigurationOptionsInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*DescribeConfigurationOptionsInput) SetOptions ¶ added in v1.5.0
func (s *DescribeConfigurationOptionsInput) SetOptions(v []*OptionSpecification) *DescribeConfigurationOptionsInput
SetOptions sets the Options field's value.
func (*DescribeConfigurationOptionsInput) SetSolutionStackName ¶ added in v1.5.0
func (s *DescribeConfigurationOptionsInput) SetSolutionStackName(v string) *DescribeConfigurationOptionsInput
SetSolutionStackName sets the SolutionStackName field's value.
func (*DescribeConfigurationOptionsInput) SetTemplateName ¶ added in v1.5.0
func (s *DescribeConfigurationOptionsInput) SetTemplateName(v string) *DescribeConfigurationOptionsInput
SetTemplateName sets the TemplateName field's value.
func (DescribeConfigurationOptionsInput) String ¶ added in v0.6.5
func (s DescribeConfigurationOptionsInput) String() string
String returns the string representation
func (*DescribeConfigurationOptionsInput) Validate ¶ added in v1.1.21
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 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 ¶ added in v0.6.5
func (s DescribeConfigurationOptionsOutput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationOptionsOutput) SetOptions ¶ added in v1.5.0
func (s *DescribeConfigurationOptionsOutput) SetOptions(v []*ConfigurationOptionDescription) *DescribeConfigurationOptionsOutput
SetOptions sets the Options field's value.
func (*DescribeConfigurationOptionsOutput) SetSolutionStackName ¶ added in v1.5.0
func (s *DescribeConfigurationOptionsOutput) SetSolutionStackName(v string) *DescribeConfigurationOptionsOutput
SetSolutionStackName sets the SolutionStackName field's value.
func (DescribeConfigurationOptionsOutput) String ¶ added in v0.6.5
func (s DescribeConfigurationOptionsOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s DescribeConfigurationSettingsInput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationSettingsInput) SetApplicationName ¶ added in v1.5.0
func (s *DescribeConfigurationSettingsInput) SetApplicationName(v string) *DescribeConfigurationSettingsInput
SetApplicationName sets the ApplicationName field's value.
func (*DescribeConfigurationSettingsInput) SetEnvironmentName ¶ added in v1.5.0
func (s *DescribeConfigurationSettingsInput) SetEnvironmentName(v string) *DescribeConfigurationSettingsInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*DescribeConfigurationSettingsInput) SetTemplateName ¶ added in v1.5.0
func (s *DescribeConfigurationSettingsInput) SetTemplateName(v string) *DescribeConfigurationSettingsInput
SetTemplateName sets the TemplateName field's value.
func (DescribeConfigurationSettingsInput) String ¶ added in v0.6.5
func (s DescribeConfigurationSettingsInput) String() string
String returns the string representation
func (*DescribeConfigurationSettingsInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s DescribeConfigurationSettingsOutput) GoString() string
GoString returns the string representation
func (*DescribeConfigurationSettingsOutput) SetConfigurationSettings ¶ added in v1.5.0
func (s *DescribeConfigurationSettingsOutput) SetConfigurationSettings(v []*ConfigurationSettingsDescription) *DescribeConfigurationSettingsOutput
SetConfigurationSettings sets the ConfigurationSettings field's value.
func (DescribeConfigurationSettingsOutput) String ¶ added in v0.6.5
func (s DescribeConfigurationSettingsOutput) String() string
String returns the string representation
type DescribeEnvironmentHealthInput ¶ added in v0.7.4
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"` // 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 ¶ added in v0.7.4
func (s DescribeEnvironmentHealthInput) GoString() string
GoString returns the string representation
func (*DescribeEnvironmentHealthInput) SetAttributeNames ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthInput) SetAttributeNames(v []*string) *DescribeEnvironmentHealthInput
SetAttributeNames sets the AttributeNames field's value.
func (*DescribeEnvironmentHealthInput) SetEnvironmentId ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthInput) SetEnvironmentId(v string) *DescribeEnvironmentHealthInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*DescribeEnvironmentHealthInput) SetEnvironmentName ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthInput) SetEnvironmentName(v string) *DescribeEnvironmentHealthInput
SetEnvironmentName sets the EnvironmentName field's value.
func (DescribeEnvironmentHealthInput) String ¶ added in v0.7.4
func (s DescribeEnvironmentHealthInput) String() string
String returns the string representation
func (*DescribeEnvironmentHealthInput) Validate ¶ added in v1.1.21
func (s *DescribeEnvironmentHealthInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEnvironmentHealthOutput ¶ added in v0.7.4
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 (http://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 (http://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" timestampFormat:"iso8601"` // 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 ¶ added in v0.7.4
func (s DescribeEnvironmentHealthOutput) GoString() string
GoString returns the string representation
func (*DescribeEnvironmentHealthOutput) SetApplicationMetrics ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthOutput) SetApplicationMetrics(v *ApplicationMetrics) *DescribeEnvironmentHealthOutput
SetApplicationMetrics sets the ApplicationMetrics field's value.
func (*DescribeEnvironmentHealthOutput) SetCauses ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthOutput) SetCauses(v []*string) *DescribeEnvironmentHealthOutput
SetCauses sets the Causes field's value.
func (*DescribeEnvironmentHealthOutput) SetColor ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthOutput) SetColor(v string) *DescribeEnvironmentHealthOutput
SetColor sets the Color field's value.
func (*DescribeEnvironmentHealthOutput) SetEnvironmentName ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthOutput) SetEnvironmentName(v string) *DescribeEnvironmentHealthOutput
SetEnvironmentName sets the EnvironmentName field's value.
func (*DescribeEnvironmentHealthOutput) SetHealthStatus ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthOutput) SetHealthStatus(v string) *DescribeEnvironmentHealthOutput
SetHealthStatus sets the HealthStatus field's value.
func (*DescribeEnvironmentHealthOutput) SetInstancesHealth ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthOutput) SetInstancesHealth(v *InstanceHealthSummary) *DescribeEnvironmentHealthOutput
SetInstancesHealth sets the InstancesHealth field's value.
func (*DescribeEnvironmentHealthOutput) SetRefreshedAt ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthOutput) SetRefreshedAt(v time.Time) *DescribeEnvironmentHealthOutput
SetRefreshedAt sets the RefreshedAt field's value.
func (*DescribeEnvironmentHealthOutput) SetStatus ¶ added in v1.5.0
func (s *DescribeEnvironmentHealthOutput) SetStatus(v string) *DescribeEnvironmentHealthOutput
SetStatus sets the Status field's value.
func (DescribeEnvironmentHealthOutput) String ¶ added in v0.7.4
func (s DescribeEnvironmentHealthOutput) String() string
String returns the string representation
type DescribeEnvironmentManagedActionHistoryInput ¶ added in v1.1.19
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 `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 ¶ added in v1.1.19
func (s DescribeEnvironmentManagedActionHistoryInput) GoString() string
GoString returns the string representation
func (*DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentId ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentId(v string) *DescribeEnvironmentManagedActionHistoryInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentName ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionHistoryInput) SetEnvironmentName(v string) *DescribeEnvironmentManagedActionHistoryInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*DescribeEnvironmentManagedActionHistoryInput) SetMaxItems ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionHistoryInput) SetMaxItems(v int64) *DescribeEnvironmentManagedActionHistoryInput
SetMaxItems sets the MaxItems field's value.
func (*DescribeEnvironmentManagedActionHistoryInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionHistoryInput) SetNextToken(v string) *DescribeEnvironmentManagedActionHistoryInput
SetNextToken sets the NextToken field's value.
func (DescribeEnvironmentManagedActionHistoryInput) String ¶ added in v1.1.19
func (s DescribeEnvironmentManagedActionHistoryInput) String() string
String returns the string representation
func (*DescribeEnvironmentManagedActionHistoryInput) Validate ¶ added in v1.1.21
func (s *DescribeEnvironmentManagedActionHistoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeEnvironmentManagedActionHistoryOutput ¶ added in v1.1.19
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 ¶ added in v1.1.19
func (s DescribeEnvironmentManagedActionHistoryOutput) GoString() string
GoString returns the string representation
func (*DescribeEnvironmentManagedActionHistoryOutput) SetManagedActionHistoryItems ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionHistoryOutput) SetManagedActionHistoryItems(v []*ManagedActionHistoryItem) *DescribeEnvironmentManagedActionHistoryOutput
SetManagedActionHistoryItems sets the ManagedActionHistoryItems field's value.
func (*DescribeEnvironmentManagedActionHistoryOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionHistoryOutput) SetNextToken(v string) *DescribeEnvironmentManagedActionHistoryOutput
SetNextToken sets the NextToken field's value.
func (DescribeEnvironmentManagedActionHistoryOutput) String ¶ added in v1.1.19
func (s DescribeEnvironmentManagedActionHistoryOutput) String() string
String returns the string representation
type DescribeEnvironmentManagedActionsInput ¶ added in v1.1.19
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 ¶ added in v1.1.19
func (s DescribeEnvironmentManagedActionsInput) GoString() string
GoString returns the string representation
func (*DescribeEnvironmentManagedActionsInput) SetEnvironmentId ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionsInput) SetEnvironmentId(v string) *DescribeEnvironmentManagedActionsInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*DescribeEnvironmentManagedActionsInput) SetEnvironmentName ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionsInput) SetEnvironmentName(v string) *DescribeEnvironmentManagedActionsInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*DescribeEnvironmentManagedActionsInput) SetStatus ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionsInput) SetStatus(v string) *DescribeEnvironmentManagedActionsInput
SetStatus sets the Status field's value.
func (DescribeEnvironmentManagedActionsInput) String ¶ added in v1.1.19
func (s DescribeEnvironmentManagedActionsInput) String() string
String returns the string representation
type DescribeEnvironmentManagedActionsOutput ¶ added in v1.1.19
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 ¶ added in v1.1.19
func (s DescribeEnvironmentManagedActionsOutput) GoString() string
GoString returns the string representation
func (*DescribeEnvironmentManagedActionsOutput) SetManagedActions ¶ added in v1.5.0
func (s *DescribeEnvironmentManagedActionsOutput) SetManagedActions(v []*ManagedAction) *DescribeEnvironmentManagedActionsOutput
SetManagedActions sets the ManagedActions field's value.
func (DescribeEnvironmentManagedActionsOutput) String ¶ added in v1.1.19
func (s DescribeEnvironmentManagedActionsOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s DescribeEnvironmentResourcesInput) GoString() string
GoString returns the string representation
func (*DescribeEnvironmentResourcesInput) SetEnvironmentId ¶ added in v1.5.0
func (s *DescribeEnvironmentResourcesInput) SetEnvironmentId(v string) *DescribeEnvironmentResourcesInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*DescribeEnvironmentResourcesInput) SetEnvironmentName ¶ added in v1.5.0
func (s *DescribeEnvironmentResourcesInput) SetEnvironmentName(v string) *DescribeEnvironmentResourcesInput
SetEnvironmentName sets the EnvironmentName field's value.
func (DescribeEnvironmentResourcesInput) String ¶ added in v0.6.5
func (s DescribeEnvironmentResourcesInput) String() string
String returns the string representation
func (*DescribeEnvironmentResourcesInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s DescribeEnvironmentResourcesOutput) GoString() string
GoString returns the string representation
func (*DescribeEnvironmentResourcesOutput) SetEnvironmentResources ¶ added in v1.5.0
func (s *DescribeEnvironmentResourcesOutput) SetEnvironmentResources(v *EnvironmentResourceDescription) *DescribeEnvironmentResourcesOutput
SetEnvironmentResources sets the EnvironmentResources field's value.
func (DescribeEnvironmentResourcesOutput) String ¶ added in v0.6.5
func (s DescribeEnvironmentResourcesOutput) String() string
String returns the string representation
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" timestampFormat:"iso8601"` // 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 ¶ added in v0.6.5
func (s DescribeEnvironmentsInput) GoString() string
GoString returns the string representation
func (*DescribeEnvironmentsInput) SetApplicationName ¶ added in v1.5.0
func (s *DescribeEnvironmentsInput) SetApplicationName(v string) *DescribeEnvironmentsInput
SetApplicationName sets the ApplicationName field's value.
func (*DescribeEnvironmentsInput) SetEnvironmentIds ¶ added in v1.5.0
func (s *DescribeEnvironmentsInput) SetEnvironmentIds(v []*string) *DescribeEnvironmentsInput
SetEnvironmentIds sets the EnvironmentIds field's value.
func (*DescribeEnvironmentsInput) SetEnvironmentNames ¶ added in v1.5.0
func (s *DescribeEnvironmentsInput) SetEnvironmentNames(v []*string) *DescribeEnvironmentsInput
SetEnvironmentNames sets the EnvironmentNames field's value.
func (*DescribeEnvironmentsInput) SetIncludeDeleted ¶ added in v1.5.0
func (s *DescribeEnvironmentsInput) SetIncludeDeleted(v bool) *DescribeEnvironmentsInput
SetIncludeDeleted sets the IncludeDeleted field's value.
func (*DescribeEnvironmentsInput) SetIncludedDeletedBackTo ¶ added in v1.5.0
func (s *DescribeEnvironmentsInput) SetIncludedDeletedBackTo(v time.Time) *DescribeEnvironmentsInput
SetIncludedDeletedBackTo sets the IncludedDeletedBackTo field's value.
func (*DescribeEnvironmentsInput) SetVersionLabel ¶ added in v1.5.0
func (s *DescribeEnvironmentsInput) SetVersionLabel(v string) *DescribeEnvironmentsInput
SetVersionLabel sets the VersionLabel field's value.
func (DescribeEnvironmentsInput) String ¶ added in v0.6.5
func (s DescribeEnvironmentsInput) String() string
String returns the string representation
func (*DescribeEnvironmentsInput) Validate ¶ added in v1.1.21
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" timestampFormat:"iso8601"` // 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"` // 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" timestampFormat:"iso8601"` // 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 ¶ added in v0.6.5
func (s DescribeEventsInput) GoString() string
GoString returns the string representation
func (*DescribeEventsInput) SetApplicationName ¶ added in v1.5.0
func (s *DescribeEventsInput) SetApplicationName(v string) *DescribeEventsInput
SetApplicationName sets the ApplicationName field's value.
func (*DescribeEventsInput) SetEndTime ¶ added in v1.5.0
func (s *DescribeEventsInput) SetEndTime(v time.Time) *DescribeEventsInput
SetEndTime sets the EndTime field's value.
func (*DescribeEventsInput) SetEnvironmentId ¶ added in v1.5.0
func (s *DescribeEventsInput) SetEnvironmentId(v string) *DescribeEventsInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*DescribeEventsInput) SetEnvironmentName ¶ added in v1.5.0
func (s *DescribeEventsInput) SetEnvironmentName(v string) *DescribeEventsInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*DescribeEventsInput) SetMaxRecords ¶ added in v1.5.0
func (s *DescribeEventsInput) SetMaxRecords(v int64) *DescribeEventsInput
SetMaxRecords sets the MaxRecords field's value.
func (*DescribeEventsInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeEventsInput) SetNextToken(v string) *DescribeEventsInput
SetNextToken sets the NextToken field's value.
func (*DescribeEventsInput) SetRequestId ¶ added in v1.5.0
func (s *DescribeEventsInput) SetRequestId(v string) *DescribeEventsInput
SetRequestId sets the RequestId field's value.
func (*DescribeEventsInput) SetSeverity ¶ added in v1.5.0
func (s *DescribeEventsInput) SetSeverity(v string) *DescribeEventsInput
SetSeverity sets the Severity field's value.
func (*DescribeEventsInput) SetStartTime ¶ added in v1.5.0
func (s *DescribeEventsInput) SetStartTime(v time.Time) *DescribeEventsInput
SetStartTime sets the StartTime field's value.
func (*DescribeEventsInput) SetTemplateName ¶ added in v1.5.0
func (s *DescribeEventsInput) SetTemplateName(v string) *DescribeEventsInput
SetTemplateName sets the TemplateName field's value.
func (*DescribeEventsInput) SetVersionLabel ¶ added in v1.5.0
func (s *DescribeEventsInput) SetVersionLabel(v string) *DescribeEventsInput
SetVersionLabel sets the VersionLabel field's value.
func (DescribeEventsInput) String ¶ added in v0.6.5
func (s DescribeEventsInput) String() string
String returns the string representation
func (*DescribeEventsInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s DescribeEventsOutput) GoString() string
GoString returns the string representation
func (*DescribeEventsOutput) SetEvents ¶ added in v1.5.0
func (s *DescribeEventsOutput) SetEvents(v []*EventDescription) *DescribeEventsOutput
SetEvents sets the Events field's value.
func (*DescribeEventsOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeEventsOutput) SetNextToken(v string) *DescribeEventsOutput
SetNextToken sets the NextToken field's value.
func (DescribeEventsOutput) String ¶ added in v0.6.5
func (s DescribeEventsOutput) String() string
String returns the string representation
type DescribeInstancesHealthInput ¶ added in v0.7.4
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"` // 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 ¶ added in v0.7.4
func (s DescribeInstancesHealthInput) GoString() string
GoString returns the string representation
func (*DescribeInstancesHealthInput) SetAttributeNames ¶ added in v1.5.0
func (s *DescribeInstancesHealthInput) SetAttributeNames(v []*string) *DescribeInstancesHealthInput
SetAttributeNames sets the AttributeNames field's value.
func (*DescribeInstancesHealthInput) SetEnvironmentId ¶ added in v1.5.0
func (s *DescribeInstancesHealthInput) SetEnvironmentId(v string) *DescribeInstancesHealthInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*DescribeInstancesHealthInput) SetEnvironmentName ¶ added in v1.5.0
func (s *DescribeInstancesHealthInput) SetEnvironmentName(v string) *DescribeInstancesHealthInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*DescribeInstancesHealthInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeInstancesHealthInput) SetNextToken(v string) *DescribeInstancesHealthInput
SetNextToken sets the NextToken field's value.
func (DescribeInstancesHealthInput) String ¶ added in v0.7.4
func (s DescribeInstancesHealthInput) String() string
String returns the string representation
func (*DescribeInstancesHealthInput) Validate ¶ added in v1.1.21
func (s *DescribeInstancesHealthInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeInstancesHealthOutput ¶ added in v0.7.4
type DescribeInstancesHealthOutput struct { // Detailed health information about each instance. 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" timestampFormat:"iso8601"` // contains filtered or unexported fields }
Detailed health information about the Amazon EC2 instances in an AWS Elastic Beanstalk environment.
func (DescribeInstancesHealthOutput) GoString ¶ added in v0.7.4
func (s DescribeInstancesHealthOutput) GoString() string
GoString returns the string representation
func (*DescribeInstancesHealthOutput) SetInstanceHealthList ¶ added in v1.5.0
func (s *DescribeInstancesHealthOutput) SetInstanceHealthList(v []*SingleInstanceHealth) *DescribeInstancesHealthOutput
SetInstanceHealthList sets the InstanceHealthList field's value.
func (*DescribeInstancesHealthOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeInstancesHealthOutput) SetNextToken(v string) *DescribeInstancesHealthOutput
SetNextToken sets the NextToken field's value.
func (*DescribeInstancesHealthOutput) SetRefreshedAt ¶ added in v1.5.0
func (s *DescribeInstancesHealthOutput) SetRefreshedAt(v time.Time) *DescribeInstancesHealthOutput
SetRefreshedAt sets the RefreshedAt field's value.
func (DescribeInstancesHealthOutput) String ¶ added in v0.7.4
func (s DescribeInstancesHealthOutput) String() string
String returns the string representation
type ElasticBeanstalk ¶
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 http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl (http://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl). To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services (http://aws.amazon.com/tools/).
Endpoints ¶
For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region) in the Amazon Web Services Glossary. The service client's operations are safe to be used concurrently. It is not safe to mutate any of the client'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:
// 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:
- InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.AbortEnvironmentUpdateInput{ EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), } resp, err := svc.AbortEnvironmentUpdate(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See AbortEnvironmentUpdate for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AbortEnvironmentUpdate method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
func (*ElasticBeanstalk) ApplyEnvironmentManagedAction ¶ added in v1.1.19
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:
ServiceException A generic service exception has occurred.
ManagedActionInvalidStateException Cannot modify the managed action in its current state.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.ApplyEnvironmentManagedActionInput{ ActionId: aws.String("String"), // Required EnvironmentId: aws.String("String"), EnvironmentName: aws.String("String"), } resp, err := svc.ApplyEnvironmentManagedAction(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*ElasticBeanstalk) ApplyEnvironmentManagedActionRequest ¶ added in v1.1.19
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 can be used to capture response data after the request's "Send" method is called.
See ApplyEnvironmentManagedAction for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ApplyEnvironmentManagedAction method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.CheckDNSAvailabilityInput{ CNAMEPrefix: aws.String("DNSCnamePrefix"), // Required } resp, err := svc.CheckDNSAvailability(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CheckDNSAvailability for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CheckDNSAvailability method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
func (*ElasticBeanstalk) ComposeEnvironments ¶ added in v1.0.2
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 (http://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:
TooManyEnvironmentsException The specified account has reached its limit of environments.
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.ComposeEnvironmentsInput{ ApplicationName: aws.String("ApplicationName"), GroupName: aws.String("GroupName"), VersionLabels: []*string{ aws.String("VersionLabel"), // Required // More values... }, } resp, err := svc.ComposeEnvironments(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*ElasticBeanstalk) ComposeEnvironmentsRequest ¶ added in v1.0.2
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 can be used to capture response data after the request's "Send" method is called.
See ComposeEnvironments for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ComposeEnvironments method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
- TooManyApplicationsException The specified account has reached its limit of applications.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.CreateApplicationInput{ ApplicationName: aws.String("ApplicationName"), // Required Description: aws.String("Description"), } resp, err := svc.CreateApplication(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateApplication for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateApplication method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Once you create an application version with a specified Amazon S3 bucket and key location, you cannot change that Amazon S3 location. If you change the Amazon S3 location, you receive an exception when you attempt to launch an environment from the application version.
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:
TooManyApplicationsException The specified account has reached its limit of applications.
TooManyApplicationVersionsException The specified account has reached its limit of application versions.
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
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
CodeBuildNotInServiceRegionException AWS CodeBuild is not available in the specified region.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.CreateApplicationVersionInput{ ApplicationName: aws.String("ApplicationName"), // Required VersionLabel: aws.String("VersionLabel"), // Required AutoCreateApplication: aws.Bool(true), BuildConfiguration: &elasticbeanstalk.BuildConfiguration{ CodeBuildServiceRole: aws.String("NonEmptyString"), // Required Image: aws.String("NonEmptyString"), // Required ArtifactName: aws.String("String"), ComputeType: aws.String("ComputeType"), TimeoutInMinutes: aws.Int64(1), }, Description: aws.String("Description"), Process: aws.Bool(true), SourceBuildInformation: &elasticbeanstalk.SourceBuildInformation{ SourceLocation: aws.String("SourceLocation"), // Required SourceRepository: aws.String("SourceRepository"), // Required SourceType: aws.String("SourceType"), // Required }, SourceBundle: &elasticbeanstalk.S3Location{ S3Bucket: aws.String("S3Bucket"), S3Key: aws.String("S3Key"), }, } resp, err := svc.CreateApplicationVersion(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateApplicationVersion for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateApplicationVersion method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
func (*ElasticBeanstalk) CreateConfigurationTemplate ¶
func (c *ElasticBeanstalk) CreateConfigurationTemplate(input *CreateConfigurationTemplateInput) (*ConfigurationSettingsDescription, error)
CreateConfigurationTemplate API operation for AWS Elastic Beanstalk.
Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.
Related Topics
DescribeConfigurationOptions
DescribeConfigurationSettings
ListAvailableSolutionStacks
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:
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
TooManyBucketsException The specified account has reached its limit of Amazon S3 buckets.
TooManyConfigurationTemplatesException The specified account has reached its limit of configuration templates.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.CreateConfigurationTemplateInput{ ApplicationName: aws.String("ApplicationName"), // Required TemplateName: aws.String("ConfigurationTemplateName"), // Required Description: aws.String("Description"), EnvironmentId: aws.String("EnvironmentId"), OptionSettings: []*elasticbeanstalk.ConfigurationOptionSetting{ { // Required Namespace: aws.String("OptionNamespace"), OptionName: aws.String("ConfigurationOptionName"), ResourceName: aws.String("ResourceName"), Value: aws.String("ConfigurationOptionValue"), }, // More values... }, SolutionStackName: aws.String("SolutionStackName"), SourceConfiguration: &elasticbeanstalk.SourceConfiguration{ ApplicationName: aws.String("ApplicationName"), TemplateName: aws.String("ConfigurationTemplateName"), }, } resp, err := svc.CreateConfigurationTemplate(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateConfigurationTemplate for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateConfigurationTemplate method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
func (*ElasticBeanstalk) CreateEnvironment ¶
func (c *ElasticBeanstalk) CreateEnvironment(input *CreateEnvironmentInput) (*EnvironmentDescription, error)
CreateEnvironment API operation for AWS Elastic Beanstalk.
Launches an 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:
TooManyEnvironmentsException The specified account has reached its limit of environments.
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.CreateEnvironmentInput{ ApplicationName: aws.String("ApplicationName"), // Required CNAMEPrefix: aws.String("DNSCnamePrefix"), Description: aws.String("Description"), EnvironmentName: aws.String("EnvironmentName"), GroupName: aws.String("GroupName"), OptionSettings: []*elasticbeanstalk.ConfigurationOptionSetting{ { // Required Namespace: aws.String("OptionNamespace"), OptionName: aws.String("ConfigurationOptionName"), ResourceName: aws.String("ResourceName"), Value: aws.String("ConfigurationOptionValue"), }, // More values... }, OptionsToRemove: []*elasticbeanstalk.OptionSpecification{ { // Required Namespace: aws.String("OptionNamespace"), OptionName: aws.String("ConfigurationOptionName"), ResourceName: aws.String("ResourceName"), }, // More values... }, SolutionStackName: aws.String("SolutionStackName"), Tags: []*elasticbeanstalk.Tag{ { // Required Key: aws.String("TagKey"), Value: aws.String("TagValue"), }, // More values... }, TemplateName: aws.String("ConfigurationTemplateName"), Tier: &elasticbeanstalk.EnvironmentTier{ Name: aws.String("String"), Type: aws.String("String"), Version: aws.String("String"), }, VersionLabel: aws.String("VersionLabel"), } resp, err := svc.CreateEnvironment(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateEnvironment for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateEnvironment method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
func (*ElasticBeanstalk) CreateStorageLocation ¶
func (c *ElasticBeanstalk) CreateStorageLocation(input *CreateStorageLocationInput) (*CreateStorageLocationOutput, error)
CreateStorageLocation API operation for AWS Elastic Beanstalk.
Creates the Amazon S3 storage location for the account.
This location is used to store user log files.
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:
TooManyBucketsException The specified account has reached its limit of Amazon S3 buckets.
S3SubscriptionRequiredException The specified account does not have a subscription to Amazon S3.
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) var params *elasticbeanstalk.CreateStorageLocationInput resp, err := svc.CreateStorageLocation(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See CreateStorageLocation for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateStorageLocation method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
- OperationInProgressFailure Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DeleteApplicationInput{ ApplicationName: aws.String("ApplicationName"), // Required TerminateEnvByForce: aws.Bool(true), } resp, err := svc.DeleteApplication(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteApplication for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteApplication method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
SourceBundleDeletionFailure Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
OperationInProgressFailure Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.
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
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DeleteApplicationVersionInput{ ApplicationName: aws.String("ApplicationName"), // Required VersionLabel: aws.String("VersionLabel"), // Required DeleteSourceBundle: aws.Bool(true), } resp, err := svc.DeleteApplicationVersion(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteApplicationVersion for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteApplicationVersion method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
- OperationInProgressFailure Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DeleteConfigurationTemplateInput{ ApplicationName: aws.String("ApplicationName"), // Required TemplateName: aws.String("ConfigurationTemplateName"), // Required } resp, err := svc.DeleteConfigurationTemplate(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteConfigurationTemplate for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteConfigurationTemplate method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DeleteEnvironmentConfigurationInput{ ApplicationName: aws.String("ApplicationName"), // Required EnvironmentName: aws.String("EnvironmentName"), // Required } resp, err := svc.DeleteEnvironmentConfiguration(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DeleteEnvironmentConfiguration for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteEnvironmentConfiguration method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeApplicationVersionsInput{ ApplicationName: aws.String("ApplicationName"), MaxRecords: aws.Int64(1), NextToken: aws.String("Token"), VersionLabels: []*string{ aws.String("VersionLabel"), // Required // More values... }, } resp, err := svc.DescribeApplicationVersions(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeApplicationVersions for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeApplicationVersions method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeApplicationsInput{ ApplicationNames: []*string{ aws.String("ApplicationName"), // Required // More values... }, } resp, err := svc.DescribeApplications(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeApplications for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeApplications method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
- TooManyBucketsException The specified account has reached its limit of Amazon S3 buckets.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeConfigurationOptionsInput{ ApplicationName: aws.String("ApplicationName"), EnvironmentName: aws.String("EnvironmentName"), Options: []*elasticbeanstalk.OptionSpecification{ { // Required Namespace: aws.String("OptionNamespace"), OptionName: aws.String("ConfigurationOptionName"), ResourceName: aws.String("ResourceName"), }, // More values... }, SolutionStackName: aws.String("SolutionStackName"), TemplateName: aws.String("ConfigurationTemplateName"), } resp, err := svc.DescribeConfigurationOptions(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeConfigurationOptions for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeConfigurationOptions method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
- TooManyBucketsException The specified account has reached its limit of Amazon S3 buckets.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeConfigurationSettingsInput{ ApplicationName: aws.String("ApplicationName"), // Required EnvironmentName: aws.String("EnvironmentName"), TemplateName: aws.String("ConfigurationTemplateName"), } resp, err := svc.DescribeConfigurationSettings(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeConfigurationSettings for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeConfigurationSettings method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
func (*ElasticBeanstalk) DescribeEnvironmentHealth ¶ added in v0.7.4
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:
InvalidRequestException One or more input parameters is not valid. Please correct the input parameters and try the operation again.
ServiceException A generic service exception has occurred.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeEnvironmentHealthInput{ AttributeNames: []*string{ aws.String("EnvironmentHealthAttribute"), // Required // More values... }, EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), } resp, err := svc.DescribeEnvironmentHealth(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*ElasticBeanstalk) DescribeEnvironmentHealthRequest ¶ added in v0.7.4
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 can be used to capture response data after the request's "Send" method is called.
See DescribeEnvironmentHealth for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeEnvironmentHealth method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
func (*ElasticBeanstalk) DescribeEnvironmentManagedActionHistory ¶ added in v1.1.19
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:
- ServiceException A generic service exception has occurred.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeEnvironmentManagedActionHistoryInput{ EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), MaxItems: aws.Int64(1), NextToken: aws.String("String"), } resp, err := svc.DescribeEnvironmentManagedActionHistory(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*ElasticBeanstalk) DescribeEnvironmentManagedActionHistoryRequest ¶ added in v1.1.19
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 can be used to capture response data after the request's "Send" method is called.
See DescribeEnvironmentManagedActionHistory for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeEnvironmentManagedActionHistory method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
func (*ElasticBeanstalk) DescribeEnvironmentManagedActions ¶ added in v1.1.19
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:
- ServiceException A generic service exception has occurred.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeEnvironmentManagedActionsInput{ EnvironmentId: aws.String("String"), EnvironmentName: aws.String("String"), Status: aws.String("ActionStatus"), } resp, err := svc.DescribeEnvironmentManagedActions(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*ElasticBeanstalk) DescribeEnvironmentManagedActionsRequest ¶ added in v1.1.19
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 can be used to capture response data after the request's "Send" method is called.
See DescribeEnvironmentManagedActions for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeEnvironmentManagedActions method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
- InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeEnvironmentResourcesInput{ EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), } resp, err := svc.DescribeEnvironmentResources(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeEnvironmentResources for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeEnvironmentResources method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeEnvironmentsInput{ ApplicationName: aws.String("ApplicationName"), EnvironmentIds: []*string{ aws.String("EnvironmentId"), // Required // More values... }, EnvironmentNames: []*string{ aws.String("EnvironmentName"), // Required // More values... }, IncludeDeleted: aws.Bool(true), IncludedDeletedBackTo: aws.Time(time.Now()), VersionLabel: aws.String("VersionLabel"), } resp, err := svc.DescribeEnvironments(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See DescribeEnvironments for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeEnvironments method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "time" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeEventsInput{ ApplicationName: aws.String("ApplicationName"), EndTime: aws.Time(time.Now()), EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), MaxRecords: aws.Int64(1), NextToken: aws.String("Token"), RequestId: aws.String("RequestId"), Severity: aws.String("EventSeverity"), StartTime: aws.Time(time.Now()), TemplateName: aws.String("ConfigurationTemplateName"), VersionLabel: aws.String("VersionLabel"), } resp, err := svc.DescribeEvents(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*ElasticBeanstalk) DescribeEventsPages ¶
func (c *ElasticBeanstalk) DescribeEventsPages(input *DescribeEventsInput, fn func(p *DescribeEventsOutput, lastPage bool) (shouldContinue 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 *DescribeEventsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
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 can be used to capture response data after the request's "Send" method is called.
See DescribeEvents for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeEvents method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
func (*ElasticBeanstalk) DescribeInstancesHealth ¶ added in v0.7.4
func (c *ElasticBeanstalk) DescribeInstancesHealth(input *DescribeInstancesHealthInput) (*DescribeInstancesHealthOutput, error)
DescribeInstancesHealth API operation for AWS Elastic Beanstalk.
Retrives detailed information about the health of instances in your AWS Elastic Beanstalk. This operation requires enhanced health reporting (http://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:
InvalidRequestException One or more input parameters is not valid. Please correct the input parameters and try the operation again.
ServiceException A generic service exception has occurred.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.DescribeInstancesHealthInput{ AttributeNames: []*string{ aws.String("InstancesHealthAttribute"), // Required // More values... }, EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), NextToken: aws.String("NextToken"), } resp, err := svc.DescribeInstancesHealth(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
func (*ElasticBeanstalk) DescribeInstancesHealthRequest ¶ added in v0.7.4
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 can be used to capture response data after the request's "Send" method is called.
See DescribeInstancesHealth for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DescribeInstancesHealth method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) var params *elasticbeanstalk.ListAvailableSolutionStacksInput resp, err := svc.ListAvailableSolutionStacks(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See ListAvailableSolutionStacks for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListAvailableSolutionStacks method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
- InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.RebuildEnvironmentInput{ EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), } resp, err := svc.RebuildEnvironment(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See RebuildEnvironment for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the RebuildEnvironment method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.RequestEnvironmentInfoInput{ InfoType: aws.String("EnvironmentInfoType"), // Required EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), } resp, err := svc.RequestEnvironmentInfo(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See RequestEnvironmentInfo for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the RequestEnvironmentInfo method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.RestartAppServerInput{ EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), } resp, err := svc.RestartAppServer(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See RestartAppServer for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the RestartAppServer method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.RetrieveEnvironmentInfoInput{ InfoType: aws.String("EnvironmentInfoType"), // Required EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), } resp, err := svc.RetrieveEnvironmentInfo(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See RetrieveEnvironmentInfo for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the RetrieveEnvironmentInfo method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.SwapEnvironmentCNAMEsInput{ DestinationEnvironmentId: aws.String("EnvironmentId"), DestinationEnvironmentName: aws.String("EnvironmentName"), SourceEnvironmentId: aws.String("EnvironmentId"), SourceEnvironmentName: aws.String("EnvironmentName"), } resp, err := svc.SwapEnvironmentCNAMEs(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See SwapEnvironmentCNAMEs for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the SwapEnvironmentCNAMEs method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
- InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.TerminateEnvironmentInput{ EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), ForceTerminate: aws.Bool(true), TerminateResources: aws.Bool(true), } resp, err := svc.TerminateEnvironment(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See TerminateEnvironment for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the TerminateEnvironment method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.UpdateApplicationInput{ ApplicationName: aws.String("ApplicationName"), // Required Description: aws.String("Description"), } resp, err := svc.UpdateApplication(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateApplication for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateApplication method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.UpdateApplicationVersionInput{ ApplicationName: aws.String("ApplicationName"), // Required VersionLabel: aws.String("VersionLabel"), // Required Description: aws.String("Description"), } resp, err := svc.UpdateApplicationVersion(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateApplicationVersion for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateApplicationVersion method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
TooManyBucketsException The specified account has reached its limit of Amazon S3 buckets.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.UpdateConfigurationTemplateInput{ ApplicationName: aws.String("ApplicationName"), // Required TemplateName: aws.String("ConfigurationTemplateName"), // Required Description: aws.String("Description"), OptionSettings: []*elasticbeanstalk.ConfigurationOptionSetting{ { // Required Namespace: aws.String("OptionNamespace"), OptionName: aws.String("ConfigurationOptionName"), ResourceName: aws.String("ResourceName"), Value: aws.String("ConfigurationOptionValue"), }, // More values... }, OptionsToRemove: []*elasticbeanstalk.OptionSpecification{ { // Required Namespace: aws.String("OptionNamespace"), OptionName: aws.String("ConfigurationOptionName"), ResourceName: aws.String("ResourceName"), }, // More values... }, } resp, err := svc.UpdateConfigurationTemplate(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateConfigurationTemplate for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateConfigurationTemplate method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
TooManyBucketsException The specified account has reached its limit of Amazon S3 buckets.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.UpdateEnvironmentInput{ ApplicationName: aws.String("ApplicationName"), Description: aws.String("Description"), EnvironmentId: aws.String("EnvironmentId"), EnvironmentName: aws.String("EnvironmentName"), GroupName: aws.String("GroupName"), OptionSettings: []*elasticbeanstalk.ConfigurationOptionSetting{ { // Required Namespace: aws.String("OptionNamespace"), OptionName: aws.String("ConfigurationOptionName"), ResourceName: aws.String("ResourceName"), Value: aws.String("ConfigurationOptionValue"), }, // More values... }, OptionsToRemove: []*elasticbeanstalk.OptionSpecification{ { // Required Namespace: aws.String("OptionNamespace"), OptionName: aws.String("ConfigurationOptionName"), ResourceName: aws.String("ResourceName"), }, // More values... }, SolutionStackName: aws.String("SolutionStackName"), TemplateName: aws.String("ConfigurationTemplateName"), Tier: &elasticbeanstalk.EnvironmentTier{ Name: aws.String("String"), Type: aws.String("String"), Version: aws.String("String"), }, VersionLabel: aws.String("VersionLabel"), } resp, err := svc.UpdateEnvironment(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See UpdateEnvironment for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateEnvironment method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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:
InsufficientPrivilegesException The specified account does not have sufficient privileges for one of more AWS services.
TooManyBucketsException The specified account has reached its limit of Amazon S3 buckets.
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/elasticbeanstalk" ) func main() { sess, err := session.NewSession() if err != nil { fmt.Println("failed to create session,", err) return } svc := elasticbeanstalk.New(sess) params := &elasticbeanstalk.ValidateConfigurationSettingsInput{ ApplicationName: aws.String("ApplicationName"), // Required OptionSettings: []*elasticbeanstalk.ConfigurationOptionSetting{ // Required { // Required Namespace: aws.String("OptionNamespace"), OptionName: aws.String("ConfigurationOptionName"), ResourceName: aws.String("ResourceName"), Value: aws.String("ConfigurationOptionValue"), }, // More values... }, EnvironmentName: aws.String("EnvironmentName"), TemplateName: aws.String("ConfigurationTemplateName"), } resp, err := svc.ValidateConfigurationSettings(params) if err != nil { // Print the error, cast err to awserr.Error to get the Code and // Message from an error. fmt.Println(err.Error()) return } // Pretty-print the response data. fmt.Println(resp) }
Output:
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 can be used to capture response data after the request's "Send" method is called.
See ValidateConfigurationSettings for usage and error information.
Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ValidateConfigurationSettings method directly instead.
Note: You must call the "Send" method on the returned request object in order to execute the request.
// 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) }
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" timestampFormat:"iso8601"` // The last modified date for this environment. DateUpdated *time.Time `type:"timestamp" timestampFormat:"iso8601"` // 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 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 RestartEnvironement 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 (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html). HealthStatus *string `type:"string" enum:"EnvironmentHealthStatus"` // 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 ¶ added in v0.6.5
func (s EnvironmentDescription) GoString() string
GoString returns the string representation
func (*EnvironmentDescription) SetAbortableOperationInProgress ¶ added in v1.5.0
func (s *EnvironmentDescription) SetAbortableOperationInProgress(v bool) *EnvironmentDescription
SetAbortableOperationInProgress sets the AbortableOperationInProgress field's value.
func (*EnvironmentDescription) SetApplicationName ¶ added in v1.5.0
func (s *EnvironmentDescription) SetApplicationName(v string) *EnvironmentDescription
SetApplicationName sets the ApplicationName field's value.
func (*EnvironmentDescription) SetCNAME ¶ added in v1.5.0
func (s *EnvironmentDescription) SetCNAME(v string) *EnvironmentDescription
SetCNAME sets the CNAME field's value.
func (*EnvironmentDescription) SetDateCreated ¶ added in v1.5.0
func (s *EnvironmentDescription) SetDateCreated(v time.Time) *EnvironmentDescription
SetDateCreated sets the DateCreated field's value.
func (*EnvironmentDescription) SetDateUpdated ¶ added in v1.5.0
func (s *EnvironmentDescription) SetDateUpdated(v time.Time) *EnvironmentDescription
SetDateUpdated sets the DateUpdated field's value.
func (*EnvironmentDescription) SetDescription ¶ added in v1.5.0
func (s *EnvironmentDescription) SetDescription(v string) *EnvironmentDescription
SetDescription sets the Description field's value.
func (*EnvironmentDescription) SetEndpointURL ¶ added in v1.5.0
func (s *EnvironmentDescription) SetEndpointURL(v string) *EnvironmentDescription
SetEndpointURL sets the EndpointURL field's value.
func (*EnvironmentDescription) SetEnvironmentId ¶ added in v1.5.0
func (s *EnvironmentDescription) SetEnvironmentId(v string) *EnvironmentDescription
SetEnvironmentId sets the EnvironmentId field's value.
func (*EnvironmentDescription) SetEnvironmentLinks ¶ added in v1.5.0
func (s *EnvironmentDescription) SetEnvironmentLinks(v []*EnvironmentLink) *EnvironmentDescription
SetEnvironmentLinks sets the EnvironmentLinks field's value.
func (*EnvironmentDescription) SetEnvironmentName ¶ added in v1.5.0
func (s *EnvironmentDescription) SetEnvironmentName(v string) *EnvironmentDescription
SetEnvironmentName sets the EnvironmentName field's value.
func (*EnvironmentDescription) SetHealth ¶ added in v1.5.0
func (s *EnvironmentDescription) SetHealth(v string) *EnvironmentDescription
SetHealth sets the Health field's value.
func (*EnvironmentDescription) SetHealthStatus ¶ added in v1.5.0
func (s *EnvironmentDescription) SetHealthStatus(v string) *EnvironmentDescription
SetHealthStatus sets the HealthStatus field's value.
func (*EnvironmentDescription) SetResources ¶ added in v1.5.0
func (s *EnvironmentDescription) SetResources(v *EnvironmentResourcesDescription) *EnvironmentDescription
SetResources sets the Resources field's value.
func (*EnvironmentDescription) SetSolutionStackName ¶ added in v1.5.0
func (s *EnvironmentDescription) SetSolutionStackName(v string) *EnvironmentDescription
SetSolutionStackName sets the SolutionStackName field's value.
func (*EnvironmentDescription) SetStatus ¶ added in v1.5.0
func (s *EnvironmentDescription) SetStatus(v string) *EnvironmentDescription
SetStatus sets the Status field's value.
func (*EnvironmentDescription) SetTemplateName ¶ added in v1.5.0
func (s *EnvironmentDescription) SetTemplateName(v string) *EnvironmentDescription
SetTemplateName sets the TemplateName field's value.
func (*EnvironmentDescription) SetTier ¶ added in v1.5.0
func (s *EnvironmentDescription) SetTier(v *EnvironmentTier) *EnvironmentDescription
SetTier sets the Tier field's value.
func (*EnvironmentDescription) SetVersionLabel ¶ added in v1.5.0
func (s *EnvironmentDescription) SetVersionLabel(v string) *EnvironmentDescription
SetVersionLabel sets the VersionLabel field's value.
func (EnvironmentDescription) String ¶ added in v0.6.5
func (s EnvironmentDescription) String() string
String returns the string representation
type EnvironmentDescriptionsMessage ¶ added in v1.0.2
type EnvironmentDescriptionsMessage struct { // Returns an EnvironmentDescription list. Environments []*EnvironmentDescription `type:"list"` // contains filtered or unexported fields }
Result message containing a list of environment descriptions.
func (EnvironmentDescriptionsMessage) GoString ¶ added in v1.0.2
func (s EnvironmentDescriptionsMessage) GoString() string
GoString returns the string representation
func (*EnvironmentDescriptionsMessage) SetEnvironments ¶ added in v1.5.0
func (s *EnvironmentDescriptionsMessage) SetEnvironments(v []*EnvironmentDescription) *EnvironmentDescriptionsMessage
SetEnvironments sets the Environments field's value.
func (EnvironmentDescriptionsMessage) String ¶ added in v1.0.2
func (s EnvironmentDescriptionsMessage) String() string
String returns the string representation
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. Message *string `type:"string"` // The time stamp when this information was retrieved. SampleTimestamp *time.Time `type:"timestamp" timestampFormat:"iso8601"` // contains filtered or unexported fields }
The information retrieved from the Amazon EC2 instances.
func (EnvironmentInfoDescription) GoString ¶ added in v0.6.5
func (s EnvironmentInfoDescription) GoString() string
GoString returns the string representation
func (*EnvironmentInfoDescription) SetEc2InstanceId ¶ added in v1.5.0
func (s *EnvironmentInfoDescription) SetEc2InstanceId(v string) *EnvironmentInfoDescription
SetEc2InstanceId sets the Ec2InstanceId field's value.
func (*EnvironmentInfoDescription) SetInfoType ¶ added in v1.5.0
func (s *EnvironmentInfoDescription) SetInfoType(v string) *EnvironmentInfoDescription
SetInfoType sets the InfoType field's value.
func (*EnvironmentInfoDescription) SetMessage ¶ added in v1.5.0
func (s *EnvironmentInfoDescription) SetMessage(v string) *EnvironmentInfoDescription
SetMessage sets the Message field's value.
func (*EnvironmentInfoDescription) SetSampleTimestamp ¶ added in v1.5.0
func (s *EnvironmentInfoDescription) SetSampleTimestamp(v time.Time) *EnvironmentInfoDescription
SetSampleTimestamp sets the SampleTimestamp field's value.
func (EnvironmentInfoDescription) String ¶ added in v0.6.5
func (s EnvironmentInfoDescription) String() string
String returns the string representation
type EnvironmentLink ¶ added in v1.0.2
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) (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environment-cfg-manifest.html) for details.
func (EnvironmentLink) GoString ¶ added in v1.0.2
func (s EnvironmentLink) GoString() string
GoString returns the string representation
func (*EnvironmentLink) SetEnvironmentName ¶ added in v1.5.0
func (s *EnvironmentLink) SetEnvironmentName(v string) *EnvironmentLink
SetEnvironmentName sets the EnvironmentName field's value.
func (*EnvironmentLink) SetLinkName ¶ added in v1.5.0
func (s *EnvironmentLink) SetLinkName(v string) *EnvironmentLink
SetLinkName sets the LinkName field's value.
func (EnvironmentLink) String ¶ added in v1.0.2
func (s EnvironmentLink) String() string
String returns the string representation
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 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 ¶ added in v0.6.5
func (s EnvironmentResourceDescription) GoString() string
GoString returns the string representation
func (*EnvironmentResourceDescription) SetAutoScalingGroups ¶ added in v1.5.0
func (s *EnvironmentResourceDescription) SetAutoScalingGroups(v []*AutoScalingGroup) *EnvironmentResourceDescription
SetAutoScalingGroups sets the AutoScalingGroups field's value.
func (*EnvironmentResourceDescription) SetEnvironmentName ¶ added in v1.5.0
func (s *EnvironmentResourceDescription) SetEnvironmentName(v string) *EnvironmentResourceDescription
SetEnvironmentName sets the EnvironmentName field's value.
func (*EnvironmentResourceDescription) SetInstances ¶ added in v1.5.0
func (s *EnvironmentResourceDescription) SetInstances(v []*Instance) *EnvironmentResourceDescription
SetInstances sets the Instances field's value.
func (*EnvironmentResourceDescription) SetLaunchConfigurations ¶ added in v1.5.0
func (s *EnvironmentResourceDescription) SetLaunchConfigurations(v []*LaunchConfiguration) *EnvironmentResourceDescription
SetLaunchConfigurations sets the LaunchConfigurations field's value.
func (*EnvironmentResourceDescription) SetLoadBalancers ¶ added in v1.5.0
func (s *EnvironmentResourceDescription) SetLoadBalancers(v []*LoadBalancer) *EnvironmentResourceDescription
SetLoadBalancers sets the LoadBalancers field's value.
func (*EnvironmentResourceDescription) SetQueues ¶ added in v1.5.0
func (s *EnvironmentResourceDescription) SetQueues(v []*Queue) *EnvironmentResourceDescription
SetQueues sets the Queues field's value.
func (*EnvironmentResourceDescription) SetTriggers ¶ added in v1.5.0
func (s *EnvironmentResourceDescription) SetTriggers(v []*Trigger) *EnvironmentResourceDescription
SetTriggers sets the Triggers field's value.
func (EnvironmentResourceDescription) String ¶ added in v0.6.5
func (s EnvironmentResourceDescription) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s EnvironmentResourcesDescription) GoString() string
GoString returns the string representation
func (*EnvironmentResourcesDescription) SetLoadBalancer ¶ added in v1.5.0
func (s *EnvironmentResourcesDescription) SetLoadBalancer(v *LoadBalancerDescription) *EnvironmentResourcesDescription
SetLoadBalancer sets the LoadBalancer field's value.
func (EnvironmentResourcesDescription) String ¶ added in v0.6.5
func (s EnvironmentResourcesDescription) String() string
String returns the string representation
type EnvironmentTier ¶
type EnvironmentTier struct { // The name of this environment tier. Name *string `type:"string"` // The type of this environment tier. Type *string `type:"string"` // The version of this environment tier. Version *string `type:"string"` // contains filtered or unexported fields }
Describes the properties of an environment tier
func (EnvironmentTier) GoString ¶ added in v0.6.5
func (s EnvironmentTier) GoString() string
GoString returns the string representation
func (*EnvironmentTier) SetName ¶ added in v1.5.0
func (s *EnvironmentTier) SetName(v string) *EnvironmentTier
SetName sets the Name field's value.
func (*EnvironmentTier) SetType ¶ added in v1.5.0
func (s *EnvironmentTier) SetType(v string) *EnvironmentTier
SetType sets the Type field's value.
func (*EnvironmentTier) SetVersion ¶ added in v1.5.0
func (s *EnvironmentTier) SetVersion(v string) *EnvironmentTier
SetVersion sets the Version field's value.
func (EnvironmentTier) String ¶ added in v0.6.5
func (s EnvironmentTier) String() string
String returns the string representation
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" timestampFormat:"iso8601"` // The event message. Message *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 ¶ added in v0.6.5
func (s EventDescription) GoString() string
GoString returns the string representation
func (*EventDescription) SetApplicationName ¶ added in v1.5.0
func (s *EventDescription) SetApplicationName(v string) *EventDescription
SetApplicationName sets the ApplicationName field's value.
func (*EventDescription) SetEnvironmentName ¶ added in v1.5.0
func (s *EventDescription) SetEnvironmentName(v string) *EventDescription
SetEnvironmentName sets the EnvironmentName field's value.
func (*EventDescription) SetEventDate ¶ added in v1.5.0
func (s *EventDescription) SetEventDate(v time.Time) *EventDescription
SetEventDate sets the EventDate field's value.
func (*EventDescription) SetMessage ¶ added in v1.5.0
func (s *EventDescription) SetMessage(v string) *EventDescription
SetMessage sets the Message field's value.
func (*EventDescription) SetRequestId ¶ added in v1.5.0
func (s *EventDescription) SetRequestId(v string) *EventDescription
SetRequestId sets the RequestId field's value.
func (*EventDescription) SetSeverity ¶ added in v1.5.0
func (s *EventDescription) SetSeverity(v string) *EventDescription
SetSeverity sets the Severity field's value.
func (*EventDescription) SetTemplateName ¶ added in v1.5.0
func (s *EventDescription) SetTemplateName(v string) *EventDescription
SetTemplateName sets the TemplateName field's value.
func (*EventDescription) SetVersionLabel ¶ added in v1.5.0
func (s *EventDescription) SetVersionLabel(v string) *EventDescription
SetVersionLabel sets the VersionLabel field's value.
func (EventDescription) String ¶ added in v0.6.5
func (s EventDescription) String() string
String returns the string representation
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.
type InstanceHealthSummary ¶ added in v0.7.4
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 (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced-status.html).
func (InstanceHealthSummary) GoString ¶ added in v0.7.4
func (s InstanceHealthSummary) GoString() string
GoString returns the string representation
func (*InstanceHealthSummary) SetDegraded ¶ added in v1.5.0
func (s *InstanceHealthSummary) SetDegraded(v int64) *InstanceHealthSummary
SetDegraded sets the Degraded field's value.
func (*InstanceHealthSummary) SetInfo ¶ added in v1.5.0
func (s *InstanceHealthSummary) SetInfo(v int64) *InstanceHealthSummary
SetInfo sets the Info field's value.
func (*InstanceHealthSummary) SetNoData ¶ added in v1.5.0
func (s *InstanceHealthSummary) SetNoData(v int64) *InstanceHealthSummary
SetNoData sets the NoData field's value.
func (*InstanceHealthSummary) SetOk ¶ added in v1.5.0
func (s *InstanceHealthSummary) SetOk(v int64) *InstanceHealthSummary
SetOk sets the Ok field's value.
func (*InstanceHealthSummary) SetPending ¶ added in v1.5.0
func (s *InstanceHealthSummary) SetPending(v int64) *InstanceHealthSummary
SetPending sets the Pending field's value.
func (*InstanceHealthSummary) SetSevere ¶ added in v1.5.0
func (s *InstanceHealthSummary) SetSevere(v int64) *InstanceHealthSummary
SetSevere sets the Severe field's value.
func (*InstanceHealthSummary) SetUnknown ¶ added in v1.5.0
func (s *InstanceHealthSummary) SetUnknown(v int64) *InstanceHealthSummary
SetUnknown sets the Unknown field's value.
func (*InstanceHealthSummary) SetWarning ¶ added in v1.5.0
func (s *InstanceHealthSummary) SetWarning(v int64) *InstanceHealthSummary
SetWarning sets the Warning field's value.
func (InstanceHealthSummary) String ¶ added in v0.7.4
func (s InstanceHealthSummary) String() string
String returns the string representation
type Latency ¶ added in v0.7.4
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.
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 ¶ added in v0.6.5
func (s LaunchConfiguration) GoString() string
GoString returns the string representation
func (*LaunchConfiguration) SetName ¶ added in v1.5.0
func (s *LaunchConfiguration) SetName(v string) *LaunchConfiguration
SetName sets the Name field's value.
func (LaunchConfiguration) String ¶ added in v0.6.5
func (s LaunchConfiguration) String() string
String returns the string representation
type ListAvailableSolutionStacksInput ¶
type ListAvailableSolutionStacksInput struct {
// contains filtered or unexported fields
}
func (ListAvailableSolutionStacksInput) GoString ¶ added in v0.6.5
func (s ListAvailableSolutionStacksInput) GoString() string
GoString returns the string representation
func (ListAvailableSolutionStacksInput) String ¶ added in v0.6.5
func (s ListAvailableSolutionStacksInput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s ListAvailableSolutionStacksOutput) GoString() string
GoString returns the string representation
func (*ListAvailableSolutionStacksOutput) SetSolutionStackDetails ¶ added in v1.5.0
func (s *ListAvailableSolutionStacksOutput) SetSolutionStackDetails(v []*SolutionStackDescription) *ListAvailableSolutionStacksOutput
SetSolutionStackDetails sets the SolutionStackDetails field's value.
func (*ListAvailableSolutionStacksOutput) SetSolutionStacks ¶ added in v1.5.0
func (s *ListAvailableSolutionStacksOutput) SetSolutionStacks(v []*string) *ListAvailableSolutionStacksOutput
SetSolutionStacks sets the SolutionStacks field's value.
func (ListAvailableSolutionStacksOutput) String ¶ added in v0.6.5
func (s ListAvailableSolutionStacksOutput) String() string
String returns the string representation
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) SetProtocol ¶ added in v1.5.0
SetProtocol sets the Protocol field's value.
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 ¶ added in v0.6.5
func (s LoadBalancer) GoString() string
GoString returns the string representation
func (*LoadBalancer) SetName ¶ added in v1.5.0
func (s *LoadBalancer) SetName(v string) *LoadBalancer
SetName sets the Name field's value.
func (LoadBalancer) String ¶ added in v0.6.5
func (s LoadBalancer) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s LoadBalancerDescription) GoString() string
GoString returns the string representation
func (*LoadBalancerDescription) SetDomain ¶ added in v1.5.0
func (s *LoadBalancerDescription) SetDomain(v string) *LoadBalancerDescription
SetDomain sets the Domain field's value.
func (*LoadBalancerDescription) SetListeners ¶ added in v1.5.0
func (s *LoadBalancerDescription) SetListeners(v []*Listener) *LoadBalancerDescription
SetListeners sets the Listeners field's value.
func (*LoadBalancerDescription) SetLoadBalancerName ¶ added in v1.5.0
func (s *LoadBalancerDescription) SetLoadBalancerName(v string) *LoadBalancerDescription
SetLoadBalancerName sets the LoadBalancerName field's value.
func (LoadBalancerDescription) String ¶ added in v0.6.5
func (s LoadBalancerDescription) String() string
String returns the string representation
type ManagedAction ¶ added in v1.1.19
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" timestampFormat:"iso8601"` // contains filtered or unexported fields }
The record of an upcoming or in-progress managed action.
func (ManagedAction) GoString ¶ added in v1.1.19
func (s ManagedAction) GoString() string
GoString returns the string representation
func (*ManagedAction) SetActionDescription ¶ added in v1.5.0
func (s *ManagedAction) SetActionDescription(v string) *ManagedAction
SetActionDescription sets the ActionDescription field's value.
func (*ManagedAction) SetActionId ¶ added in v1.5.0
func (s *ManagedAction) SetActionId(v string) *ManagedAction
SetActionId sets the ActionId field's value.
func (*ManagedAction) SetActionType ¶ added in v1.5.0
func (s *ManagedAction) SetActionType(v string) *ManagedAction
SetActionType sets the ActionType field's value.
func (*ManagedAction) SetStatus ¶ added in v1.5.0
func (s *ManagedAction) SetStatus(v string) *ManagedAction
SetStatus sets the Status field's value.
func (*ManagedAction) SetWindowStartTime ¶ added in v1.5.0
func (s *ManagedAction) SetWindowStartTime(v time.Time) *ManagedAction
SetWindowStartTime sets the WindowStartTime field's value.
func (ManagedAction) String ¶ added in v1.1.19
func (s ManagedAction) String() string
String returns the string representation
type ManagedActionHistoryItem ¶ added in v1.1.19
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" timestampFormat:"iso8601"` // 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" timestampFormat:"iso8601"` // 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 ¶ added in v1.1.19
func (s ManagedActionHistoryItem) GoString() string
GoString returns the string representation
func (*ManagedActionHistoryItem) SetActionDescription ¶ added in v1.5.0
func (s *ManagedActionHistoryItem) SetActionDescription(v string) *ManagedActionHistoryItem
SetActionDescription sets the ActionDescription field's value.
func (*ManagedActionHistoryItem) SetActionId ¶ added in v1.5.0
func (s *ManagedActionHistoryItem) SetActionId(v string) *ManagedActionHistoryItem
SetActionId sets the ActionId field's value.
func (*ManagedActionHistoryItem) SetActionType ¶ added in v1.5.0
func (s *ManagedActionHistoryItem) SetActionType(v string) *ManagedActionHistoryItem
SetActionType sets the ActionType field's value.
func (*ManagedActionHistoryItem) SetExecutedTime ¶ added in v1.5.0
func (s *ManagedActionHistoryItem) SetExecutedTime(v time.Time) *ManagedActionHistoryItem
SetExecutedTime sets the ExecutedTime field's value.
func (*ManagedActionHistoryItem) SetFailureDescription ¶ added in v1.5.0
func (s *ManagedActionHistoryItem) SetFailureDescription(v string) *ManagedActionHistoryItem
SetFailureDescription sets the FailureDescription field's value.
func (*ManagedActionHistoryItem) SetFailureType ¶ added in v1.5.0
func (s *ManagedActionHistoryItem) SetFailureType(v string) *ManagedActionHistoryItem
SetFailureType sets the FailureType field's value.
func (*ManagedActionHistoryItem) SetFinishedTime ¶ added in v1.5.0
func (s *ManagedActionHistoryItem) SetFinishedTime(v time.Time) *ManagedActionHistoryItem
SetFinishedTime sets the FinishedTime field's value.
func (*ManagedActionHistoryItem) SetStatus ¶ added in v1.5.0
func (s *ManagedActionHistoryItem) SetStatus(v string) *ManagedActionHistoryItem
SetStatus sets the Status field's value.
func (ManagedActionHistoryItem) String ¶ added in v1.1.19
func (s ManagedActionHistoryItem) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s OptionRestrictionRegex) GoString() string
GoString returns the string representation
func (*OptionRestrictionRegex) SetLabel ¶ added in v1.5.0
func (s *OptionRestrictionRegex) SetLabel(v string) *OptionRestrictionRegex
SetLabel sets the Label field's value.
func (*OptionRestrictionRegex) SetPattern ¶ added in v1.5.0
func (s *OptionRestrictionRegex) SetPattern(v string) *OptionRestrictionRegex
SetPattern sets the Pattern field's value.
func (OptionRestrictionRegex) String ¶ added in v0.6.5
func (s OptionRestrictionRegex) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s OptionSpecification) GoString() string
GoString returns the string representation
func (*OptionSpecification) SetNamespace ¶ added in v1.5.0
func (s *OptionSpecification) SetNamespace(v string) *OptionSpecification
SetNamespace sets the Namespace field's value.
func (*OptionSpecification) SetOptionName ¶ added in v1.5.0
func (s *OptionSpecification) SetOptionName(v string) *OptionSpecification
SetOptionName sets the OptionName field's value.
func (*OptionSpecification) SetResourceName ¶ added in v1.5.0
func (s *OptionSpecification) SetResourceName(v string) *OptionSpecification
SetResourceName sets the ResourceName field's value.
func (OptionSpecification) String ¶ added in v0.6.5
func (s OptionSpecification) String() string
String returns the string representation
func (*OptionSpecification) Validate ¶ added in v1.1.21
func (s *OptionSpecification) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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.
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 ¶ added in v0.6.5
func (s RebuildEnvironmentInput) GoString() string
GoString returns the string representation
func (*RebuildEnvironmentInput) SetEnvironmentId ¶ added in v1.5.0
func (s *RebuildEnvironmentInput) SetEnvironmentId(v string) *RebuildEnvironmentInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*RebuildEnvironmentInput) SetEnvironmentName ¶ added in v1.5.0
func (s *RebuildEnvironmentInput) SetEnvironmentName(v string) *RebuildEnvironmentInput
SetEnvironmentName sets the EnvironmentName field's value.
func (RebuildEnvironmentInput) String ¶ added in v0.6.5
func (s RebuildEnvironmentInput) String() string
String returns the string representation
func (*RebuildEnvironmentInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s RebuildEnvironmentOutput) GoString() string
GoString returns the string representation
func (RebuildEnvironmentOutput) String ¶ added in v0.6.5
func (s RebuildEnvironmentOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s RequestEnvironmentInfoInput) GoString() string
GoString returns the string representation
func (*RequestEnvironmentInfoInput) SetEnvironmentId ¶ added in v1.5.0
func (s *RequestEnvironmentInfoInput) SetEnvironmentId(v string) *RequestEnvironmentInfoInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*RequestEnvironmentInfoInput) SetEnvironmentName ¶ added in v1.5.0
func (s *RequestEnvironmentInfoInput) SetEnvironmentName(v string) *RequestEnvironmentInfoInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*RequestEnvironmentInfoInput) SetInfoType ¶ added in v1.5.0
func (s *RequestEnvironmentInfoInput) SetInfoType(v string) *RequestEnvironmentInfoInput
SetInfoType sets the InfoType field's value.
func (RequestEnvironmentInfoInput) String ¶ added in v0.6.5
func (s RequestEnvironmentInfoInput) String() string
String returns the string representation
func (*RequestEnvironmentInfoInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s RequestEnvironmentInfoOutput) GoString() string
GoString returns the string representation
func (RequestEnvironmentInfoOutput) String ¶ added in v0.6.5
func (s RequestEnvironmentInfoOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s RestartAppServerInput) GoString() string
GoString returns the string representation
func (*RestartAppServerInput) SetEnvironmentId ¶ added in v1.5.0
func (s *RestartAppServerInput) SetEnvironmentId(v string) *RestartAppServerInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*RestartAppServerInput) SetEnvironmentName ¶ added in v1.5.0
func (s *RestartAppServerInput) SetEnvironmentName(v string) *RestartAppServerInput
SetEnvironmentName sets the EnvironmentName field's value.
func (RestartAppServerInput) String ¶ added in v0.6.5
func (s RestartAppServerInput) String() string
String returns the string representation
func (*RestartAppServerInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s RestartAppServerOutput) GoString() string
GoString returns the string representation
func (RestartAppServerOutput) String ¶ added in v0.6.5
func (s RestartAppServerOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s RetrieveEnvironmentInfoInput) GoString() string
GoString returns the string representation
func (*RetrieveEnvironmentInfoInput) SetEnvironmentId ¶ added in v1.5.0
func (s *RetrieveEnvironmentInfoInput) SetEnvironmentId(v string) *RetrieveEnvironmentInfoInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*RetrieveEnvironmentInfoInput) SetEnvironmentName ¶ added in v1.5.0
func (s *RetrieveEnvironmentInfoInput) SetEnvironmentName(v string) *RetrieveEnvironmentInfoInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*RetrieveEnvironmentInfoInput) SetInfoType ¶ added in v1.5.0
func (s *RetrieveEnvironmentInfoInput) SetInfoType(v string) *RetrieveEnvironmentInfoInput
SetInfoType sets the InfoType field's value.
func (RetrieveEnvironmentInfoInput) String ¶ added in v0.6.5
func (s RetrieveEnvironmentInfoInput) String() string
String returns the string representation
func (*RetrieveEnvironmentInfoInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s RetrieveEnvironmentInfoOutput) GoString() string
GoString returns the string representation
func (*RetrieveEnvironmentInfoOutput) SetEnvironmentInfo ¶ added in v1.5.0
func (s *RetrieveEnvironmentInfoOutput) SetEnvironmentInfo(v []*EnvironmentInfoDescription) *RetrieveEnvironmentInfoOutput
SetEnvironmentInfo sets the EnvironmentInfo field's value.
func (RetrieveEnvironmentInfoOutput) String ¶ added in v0.6.5
func (s RetrieveEnvironmentInfoOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s S3Location) GoString() string
GoString returns the string representation
func (*S3Location) SetS3Bucket ¶ added in v1.5.0
func (s *S3Location) SetS3Bucket(v string) *S3Location
SetS3Bucket sets the S3Bucket field's value.
func (*S3Location) SetS3Key ¶ added in v1.5.0
func (s *S3Location) SetS3Key(v string) *S3Location
SetS3Key sets the S3Key field's value.
func (S3Location) String ¶ added in v0.6.5
func (s S3Location) String() string
String returns the string representation
type SingleInstanceHealth ¶ added in v0.7.4
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 // (http://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 (http://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" timestampFormat:"iso8601"` // 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 ¶ added in v0.7.4
func (s SingleInstanceHealth) GoString() string
GoString returns the string representation
func (*SingleInstanceHealth) SetApplicationMetrics ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetApplicationMetrics(v *ApplicationMetrics) *SingleInstanceHealth
SetApplicationMetrics sets the ApplicationMetrics field's value.
func (*SingleInstanceHealth) SetAvailabilityZone ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetAvailabilityZone(v string) *SingleInstanceHealth
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*SingleInstanceHealth) SetCauses ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetCauses(v []*string) *SingleInstanceHealth
SetCauses sets the Causes field's value.
func (*SingleInstanceHealth) SetColor ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetColor(v string) *SingleInstanceHealth
SetColor sets the Color field's value.
func (*SingleInstanceHealth) SetDeployment ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetDeployment(v *Deployment) *SingleInstanceHealth
SetDeployment sets the Deployment field's value.
func (*SingleInstanceHealth) SetHealthStatus ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetHealthStatus(v string) *SingleInstanceHealth
SetHealthStatus sets the HealthStatus field's value.
func (*SingleInstanceHealth) SetInstanceId ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetInstanceId(v string) *SingleInstanceHealth
SetInstanceId sets the InstanceId field's value.
func (*SingleInstanceHealth) SetInstanceType ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetInstanceType(v string) *SingleInstanceHealth
SetInstanceType sets the InstanceType field's value.
func (*SingleInstanceHealth) SetLaunchedAt ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetLaunchedAt(v time.Time) *SingleInstanceHealth
SetLaunchedAt sets the LaunchedAt field's value.
func (*SingleInstanceHealth) SetSystem ¶ added in v1.5.0
func (s *SingleInstanceHealth) SetSystem(v *SystemStatus) *SingleInstanceHealth
SetSystem sets the System field's value.
func (SingleInstanceHealth) String ¶ added in v0.7.4
func (s SingleInstanceHealth) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s SolutionStackDescription) GoString() string
GoString returns the string representation
func (*SolutionStackDescription) SetPermittedFileTypes ¶ added in v1.5.0
func (s *SolutionStackDescription) SetPermittedFileTypes(v []*string) *SolutionStackDescription
SetPermittedFileTypes sets the PermittedFileTypes field's value.
func (*SolutionStackDescription) SetSolutionStackName ¶ added in v1.5.0
func (s *SolutionStackDescription) SetSolutionStackName(v string) *SolutionStackDescription
SetSolutionStackName sets the SolutionStackName field's value.
func (SolutionStackDescription) String ¶ added in v0.6.5
func (s SolutionStackDescription) String() string
String returns the string representation
type SourceBuildInformation ¶ added in v1.4.17
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 ¶ added in v1.4.17
func (s SourceBuildInformation) GoString() string
GoString returns the string representation
func (*SourceBuildInformation) SetSourceLocation ¶ added in v1.5.0
func (s *SourceBuildInformation) SetSourceLocation(v string) *SourceBuildInformation
SetSourceLocation sets the SourceLocation field's value.
func (*SourceBuildInformation) SetSourceRepository ¶ added in v1.5.0
func (s *SourceBuildInformation) SetSourceRepository(v string) *SourceBuildInformation
SetSourceRepository sets the SourceRepository field's value.
func (*SourceBuildInformation) SetSourceType ¶ added in v1.5.0
func (s *SourceBuildInformation) SetSourceType(v string) *SourceBuildInformation
SetSourceType sets the SourceType field's value.
func (SourceBuildInformation) String ¶ added in v1.4.17
func (s SourceBuildInformation) String() string
String returns the string representation
func (*SourceBuildInformation) Validate ¶ added in v1.4.17
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 ¶ added in v0.6.5
func (s SourceConfiguration) GoString() string
GoString returns the string representation
func (*SourceConfiguration) SetApplicationName ¶ added in v1.5.0
func (s *SourceConfiguration) SetApplicationName(v string) *SourceConfiguration
SetApplicationName sets the ApplicationName field's value.
func (*SourceConfiguration) SetTemplateName ¶ added in v1.5.0
func (s *SourceConfiguration) SetTemplateName(v string) *SourceConfiguration
SetTemplateName sets the TemplateName field's value.
func (SourceConfiguration) String ¶ added in v0.6.5
func (s SourceConfiguration) String() string
String returns the string representation
func (*SourceConfiguration) Validate ¶ added in v1.1.21
func (s *SourceConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StatusCodes ¶ added in v0.7.4
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 ¶ added in v0.7.4
func (s StatusCodes) GoString() string
GoString returns the string representation
func (*StatusCodes) SetStatus2xx ¶ added in v1.5.0
func (s *StatusCodes) SetStatus2xx(v int64) *StatusCodes
SetStatus2xx sets the Status2xx field's value.
func (*StatusCodes) SetStatus3xx ¶ added in v1.5.0
func (s *StatusCodes) SetStatus3xx(v int64) *StatusCodes
SetStatus3xx sets the Status3xx field's value.
func (*StatusCodes) SetStatus4xx ¶ added in v1.5.0
func (s *StatusCodes) SetStatus4xx(v int64) *StatusCodes
SetStatus4xx sets the Status4xx field's value.
func (*StatusCodes) SetStatus5xx ¶ added in v1.5.0
func (s *StatusCodes) SetStatus5xx(v int64) *StatusCodes
SetStatus5xx sets the Status5xx field's value.
func (StatusCodes) String ¶ added in v0.7.4
func (s StatusCodes) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s SwapEnvironmentCNAMEsInput) GoString() string
GoString returns the string representation
func (*SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentId ¶ added in v1.5.0
func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentId(v string) *SwapEnvironmentCNAMEsInput
SetDestinationEnvironmentId sets the DestinationEnvironmentId field's value.
func (*SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentName ¶ added in v1.5.0
func (s *SwapEnvironmentCNAMEsInput) SetDestinationEnvironmentName(v string) *SwapEnvironmentCNAMEsInput
SetDestinationEnvironmentName sets the DestinationEnvironmentName field's value.
func (*SwapEnvironmentCNAMEsInput) SetSourceEnvironmentId ¶ added in v1.5.0
func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentId(v string) *SwapEnvironmentCNAMEsInput
SetSourceEnvironmentId sets the SourceEnvironmentId field's value.
func (*SwapEnvironmentCNAMEsInput) SetSourceEnvironmentName ¶ added in v1.5.0
func (s *SwapEnvironmentCNAMEsInput) SetSourceEnvironmentName(v string) *SwapEnvironmentCNAMEsInput
SetSourceEnvironmentName sets the SourceEnvironmentName field's value.
func (SwapEnvironmentCNAMEsInput) String ¶ added in v0.6.5
func (s SwapEnvironmentCNAMEsInput) String() string
String returns the string representation
func (*SwapEnvironmentCNAMEsInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s SwapEnvironmentCNAMEsOutput) GoString() string
GoString returns the string representation
func (SwapEnvironmentCNAMEsOutput) String ¶ added in v0.6.5
func (s SwapEnvironmentCNAMEsOutput) String() string
String returns the string representation
type SystemStatus ¶ added in v0.7.4
type SystemStatus struct { // CPU utilization metrics for the instance. CPUUtilization *CPUUtilization `type:"structure"` // Load average in the last 1-minute and 5-minute periods. For more information, // see Operating System Metrics (http://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 ¶ added in v0.7.4
func (s SystemStatus) GoString() string
GoString returns the string representation
func (*SystemStatus) SetCPUUtilization ¶ added in v1.5.0
func (s *SystemStatus) SetCPUUtilization(v *CPUUtilization) *SystemStatus
SetCPUUtilization sets the CPUUtilization field's value.
func (*SystemStatus) SetLoadAverage ¶ added in v1.5.0
func (s *SystemStatus) SetLoadAverage(v []*float64) *SystemStatus
SetLoadAverage sets the LoadAverage field's value.
func (SystemStatus) String ¶ added in v0.7.4
func (s SystemStatus) String() string
String returns the string representation
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.
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. (http://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 ¶ added in v0.6.5
func (s TerminateEnvironmentInput) GoString() string
GoString returns the string representation
func (*TerminateEnvironmentInput) SetEnvironmentId ¶ added in v1.5.0
func (s *TerminateEnvironmentInput) SetEnvironmentId(v string) *TerminateEnvironmentInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*TerminateEnvironmentInput) SetEnvironmentName ¶ added in v1.5.0
func (s *TerminateEnvironmentInput) SetEnvironmentName(v string) *TerminateEnvironmentInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*TerminateEnvironmentInput) SetForceTerminate ¶ added in v1.5.0
func (s *TerminateEnvironmentInput) SetForceTerminate(v bool) *TerminateEnvironmentInput
SetForceTerminate sets the ForceTerminate field's value.
func (*TerminateEnvironmentInput) SetTerminateResources ¶ added in v1.5.0
func (s *TerminateEnvironmentInput) SetTerminateResources(v bool) *TerminateEnvironmentInput
SetTerminateResources sets the TerminateResources field's value.
func (TerminateEnvironmentInput) String ¶ added in v0.6.5
func (s TerminateEnvironmentInput) String() string
String returns the string representation
func (*TerminateEnvironmentInput) Validate ¶ added in v1.1.21
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.
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 ¶ added in v0.6.5
func (s UpdateApplicationInput) GoString() string
GoString returns the string representation
func (*UpdateApplicationInput) SetApplicationName ¶ added in v1.5.0
func (s *UpdateApplicationInput) SetApplicationName(v string) *UpdateApplicationInput
SetApplicationName sets the ApplicationName field's value.
func (*UpdateApplicationInput) SetDescription ¶ added in v1.5.0
func (s *UpdateApplicationInput) SetDescription(v string) *UpdateApplicationInput
SetDescription sets the Description field's value.
func (UpdateApplicationInput) String ¶ added in v0.6.5
func (s UpdateApplicationInput) String() string
String returns the string representation
func (*UpdateApplicationInput) Validate ¶ added in v1.1.21
func (s *UpdateApplicationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 ¶ added in v0.6.5
func (s UpdateApplicationVersionInput) GoString() string
GoString returns the string representation
func (*UpdateApplicationVersionInput) SetApplicationName ¶ added in v1.5.0
func (s *UpdateApplicationVersionInput) SetApplicationName(v string) *UpdateApplicationVersionInput
SetApplicationName sets the ApplicationName field's value.
func (*UpdateApplicationVersionInput) SetDescription ¶ added in v1.5.0
func (s *UpdateApplicationVersionInput) SetDescription(v string) *UpdateApplicationVersionInput
SetDescription sets the Description field's value.
func (*UpdateApplicationVersionInput) SetVersionLabel ¶ added in v1.5.0
func (s *UpdateApplicationVersionInput) SetVersionLabel(v string) *UpdateApplicationVersionInput
SetVersionLabel sets the VersionLabel field's value.
func (UpdateApplicationVersionInput) String ¶ added in v0.6.5
func (s UpdateApplicationVersionInput) String() string
String returns the string representation
func (*UpdateApplicationVersionInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s UpdateConfigurationTemplateInput) GoString() string
GoString returns the string representation
func (*UpdateConfigurationTemplateInput) SetApplicationName ¶ added in v1.5.0
func (s *UpdateConfigurationTemplateInput) SetApplicationName(v string) *UpdateConfigurationTemplateInput
SetApplicationName sets the ApplicationName field's value.
func (*UpdateConfigurationTemplateInput) SetDescription ¶ added in v1.5.0
func (s *UpdateConfigurationTemplateInput) SetDescription(v string) *UpdateConfigurationTemplateInput
SetDescription sets the Description field's value.
func (*UpdateConfigurationTemplateInput) SetOptionSettings ¶ added in v1.5.0
func (s *UpdateConfigurationTemplateInput) SetOptionSettings(v []*ConfigurationOptionSetting) *UpdateConfigurationTemplateInput
SetOptionSettings sets the OptionSettings field's value.
func (*UpdateConfigurationTemplateInput) SetOptionsToRemove ¶ added in v1.5.0
func (s *UpdateConfigurationTemplateInput) SetOptionsToRemove(v []*OptionSpecification) *UpdateConfigurationTemplateInput
SetOptionsToRemove sets the OptionsToRemove field's value.
func (*UpdateConfigurationTemplateInput) SetTemplateName ¶ added in v1.5.0
func (s *UpdateConfigurationTemplateInput) SetTemplateName(v string) *UpdateConfigurationTemplateInput
SetTemplateName sets the TemplateName field's value.
func (UpdateConfigurationTemplateInput) String ¶ added in v0.6.5
func (s UpdateConfigurationTemplateInput) String() string
String returns the string representation
func (*UpdateConfigurationTemplateInput) Validate ¶ added in v1.1.21
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) (http://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"` // 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 ¶ added in v0.6.5
func (s UpdateEnvironmentInput) GoString() string
GoString returns the string representation
func (*UpdateEnvironmentInput) SetApplicationName ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetApplicationName(v string) *UpdateEnvironmentInput
SetApplicationName sets the ApplicationName field's value.
func (*UpdateEnvironmentInput) SetDescription ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetDescription(v string) *UpdateEnvironmentInput
SetDescription sets the Description field's value.
func (*UpdateEnvironmentInput) SetEnvironmentId ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetEnvironmentId(v string) *UpdateEnvironmentInput
SetEnvironmentId sets the EnvironmentId field's value.
func (*UpdateEnvironmentInput) SetEnvironmentName ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetEnvironmentName(v string) *UpdateEnvironmentInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*UpdateEnvironmentInput) SetGroupName ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetGroupName(v string) *UpdateEnvironmentInput
SetGroupName sets the GroupName field's value.
func (*UpdateEnvironmentInput) SetOptionSettings ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetOptionSettings(v []*ConfigurationOptionSetting) *UpdateEnvironmentInput
SetOptionSettings sets the OptionSettings field's value.
func (*UpdateEnvironmentInput) SetOptionsToRemove ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetOptionsToRemove(v []*OptionSpecification) *UpdateEnvironmentInput
SetOptionsToRemove sets the OptionsToRemove field's value.
func (*UpdateEnvironmentInput) SetSolutionStackName ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetSolutionStackName(v string) *UpdateEnvironmentInput
SetSolutionStackName sets the SolutionStackName field's value.
func (*UpdateEnvironmentInput) SetTemplateName ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetTemplateName(v string) *UpdateEnvironmentInput
SetTemplateName sets the TemplateName field's value.
func (*UpdateEnvironmentInput) SetTier ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetTier(v *EnvironmentTier) *UpdateEnvironmentInput
SetTier sets the Tier field's value.
func (*UpdateEnvironmentInput) SetVersionLabel ¶ added in v1.5.0
func (s *UpdateEnvironmentInput) SetVersionLabel(v string) *UpdateEnvironmentInput
SetVersionLabel sets the VersionLabel field's value.
func (UpdateEnvironmentInput) String ¶ added in v0.6.5
func (s UpdateEnvironmentInput) String() string
String returns the string representation
func (*UpdateEnvironmentInput) Validate ¶ added in v1.1.21
func (s *UpdateEnvironmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
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 ¶ added in v0.6.5
func (s ValidateConfigurationSettingsInput) GoString() string
GoString returns the string representation
func (*ValidateConfigurationSettingsInput) SetApplicationName ¶ added in v1.5.0
func (s *ValidateConfigurationSettingsInput) SetApplicationName(v string) *ValidateConfigurationSettingsInput
SetApplicationName sets the ApplicationName field's value.
func (*ValidateConfigurationSettingsInput) SetEnvironmentName ¶ added in v1.5.0
func (s *ValidateConfigurationSettingsInput) SetEnvironmentName(v string) *ValidateConfigurationSettingsInput
SetEnvironmentName sets the EnvironmentName field's value.
func (*ValidateConfigurationSettingsInput) SetOptionSettings ¶ added in v1.5.0
func (s *ValidateConfigurationSettingsInput) SetOptionSettings(v []*ConfigurationOptionSetting) *ValidateConfigurationSettingsInput
SetOptionSettings sets the OptionSettings field's value.
func (*ValidateConfigurationSettingsInput) SetTemplateName ¶ added in v1.5.0
func (s *ValidateConfigurationSettingsInput) SetTemplateName(v string) *ValidateConfigurationSettingsInput
SetTemplateName sets the TemplateName field's value.
func (ValidateConfigurationSettingsInput) String ¶ added in v0.6.5
func (s ValidateConfigurationSettingsInput) String() string
String returns the string representation
func (*ValidateConfigurationSettingsInput) Validate ¶ added in v1.1.21
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 ¶ added in v0.6.5
func (s ValidateConfigurationSettingsOutput) GoString() string
GoString returns the string representation
func (*ValidateConfigurationSettingsOutput) SetMessages ¶ added in v1.5.0
func (s *ValidateConfigurationSettingsOutput) SetMessages(v []*ValidationMessage) *ValidateConfigurationSettingsOutput
SetMessages sets the Messages field's value.
func (ValidateConfigurationSettingsOutput) String ¶ added in v0.6.5
func (s ValidateConfigurationSettingsOutput) String() string
String returns the string representation
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 ¶ added in v0.6.5
func (s ValidationMessage) GoString() string
GoString returns the string representation
func (*ValidationMessage) SetMessage ¶ added in v1.5.0
func (s *ValidationMessage) SetMessage(v string) *ValidationMessage
SetMessage sets the Message field's value.
func (*ValidationMessage) SetNamespace ¶ added in v1.5.0
func (s *ValidationMessage) SetNamespace(v string) *ValidationMessage
SetNamespace sets the Namespace field's value.
func (*ValidationMessage) SetOptionName ¶ added in v1.5.0
func (s *ValidationMessage) SetOptionName(v string) *ValidationMessage
SetOptionName sets the OptionName field's value.
func (*ValidationMessage) SetSeverity ¶ added in v1.5.0
func (s *ValidationMessage) SetSeverity(v string) *ValidationMessage
SetSeverity sets the Severity field's value.
func (ValidationMessage) String ¶ added in v0.6.5
func (s ValidationMessage) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package elasticbeanstalkiface provides an interface to enable mocking the AWS Elastic Beanstalk service client for testing your code.
|
Package elasticbeanstalkiface provides an interface to enable mocking the AWS Elastic Beanstalk service client for testing your code. |