Documentation ¶
Overview ¶
Package opsworks provides the client and types for making API requests to AWS OpsWorks.
Welcome to the AWS OpsWorks Stacks API Reference. This guide provides descriptions, syntax, and usage examples for AWS OpsWorks Stacks actions and data types, including common parameters and error codes.
AWS OpsWorks Stacks is an application management service that provides an integrated experience for overseeing the complete application lifecycle. For information about this product, go to the AWS OpsWorks (http://aws.amazon.com/opsworks/) details page.
SDKs and CLI ¶
The most common way to use the AWS OpsWorks Stacks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see:
AWS CLI (http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)
AWS SDK for Java (http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/opsworks/AWSOpsWorksClient.html)
AWS SDK for .NET (http://docs.aws.amazon.com/sdkfornet/latest/apidocs/html/N_Amazon_OpsWorks.htm)
AWS SDK for PHP 2 (http://docs.aws.amazon.com/aws-sdk-php-2/latest/class-Aws.OpsWorks.OpsWorksClient.html)
AWS SDK for Ruby (http://docs.aws.amazon.com/sdkforruby/api/)
AWS SDK for Node.js (http://aws.amazon.com/documentation/sdkforjavascript/)
AWS SDK for Python(Boto) (http://docs.pythonboto.org/en/latest/ref/opsworks.html)
Endpoints ¶
AWS OpsWorks Stacks supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Stacks can only be accessed or managed within the endpoint in which they are created.
opsworks.us-east-1.amazonaws.com
opsworks.us-east-2.amazonaws.com
opsworks.us-west-1.amazonaws.com
opsworks.us-west-2.amazonaws.com
opsworks.eu-west-1.amazonaws.com
opsworks.eu-west-2.amazonaws.com
opsworks.eu-central-1.amazonaws.com
opsworks.ap-northeast-1.amazonaws.com
opsworks.ap-northeast-2.amazonaws.com
opsworks.ap-south-1.amazonaws.com
opsworks.ap-southeast-1.amazonaws.com
opsworks.ap-southeast-2.amazonaws.com
opsworks.sa-east-1.amazonaws.com
Chef Versions ¶
When you call CreateStack, CloneStack, or UpdateStack we recommend you use the ConfigurationManager parameter to specify the Chef version. The recommended and default value for Linux stacks is currently 12. Windows stacks use Chef 12.2. For more information, see Chef Versions (http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-chef11.html).
You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks to Chef 12 as soon as possible.
See https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18 for more information on this service.
See opsworks package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/opsworks/
Using the Client ¶
To use the client for AWS OpsWorks you will first need to create a new instance of it.
When creating a client for an AWS service you'll first need to have a Session already created. The Session provides configuration that can be shared between multiple service clients. Additional configuration can be applied to the Session and service's client when they are constructed. The aws package's Config type contains several fields such as Region for the AWS Region the client should make API requests too. The optional Config value can be provided as the variadic argument for Sessions and client creation.
Once the service's client is created you can use it to make API requests the AWS service. These clients are safe to use concurrently.
// Create a session to share configuration, and load external configuration. sess := session.Must(session.NewSession()) // Create the service's client with the session. svc := opsworks.New(sess)
See the SDK's documentation for more information on how to use service clients. https://docs.aws.amazon.com/sdk-for-go/api/
See aws package's Config type for more information on configuration options. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS OpsWorks client OpsWorks for more information on creating the service's client. https://docs.aws.amazon.com/sdk-for-go/api/service/opsworks/#New
Once the client is created you can make an API request to the service. Each API method takes a input parameter, and returns the service response and an error.
The API method will document which error codes the service can be returned by the operation if the service models the API operation's errors. These errors will also be available as const strings prefixed with "ErrCode".
result, err := svc.AssignInstance(params) if err != nil { // Cast err to awserr.Error to handle specific error codes. aerr, ok := err.(awserr.Error) if ok && aerr.Code() == <error code to check for> { // Specific error code handling } return err } fmt.Println("AssignInstance result:") fmt.Println(result)
Using the Client with Context ¶
The service's client also provides methods to make API requests with a Context value. This allows you to control the timeout, and cancellation of pending requests. These methods also take request Option as variadic parameter to apply additional configuration to the API request.
ctx := context.Background() result, err := svc.AssignInstanceWithContext(ctx, params)
See the request package documentation for more information on using Context pattern with the SDK. https://docs.aws.amazon.com/sdk-for-go/api/aws/request/
Index ¶
- Constants
- type AgentVersion
- type App
- func (s App) GoString() string
- func (s *App) SetAppId(v string) *App
- func (s *App) SetAppSource(v *Source) *App
- func (s *App) SetAttributes(v map[string]*string) *App
- func (s *App) SetCreatedAt(v string) *App
- func (s *App) SetDataSources(v []*DataSource) *App
- func (s *App) SetDescription(v string) *App
- func (s *App) SetDomains(v []*string) *App
- func (s *App) SetEnableSsl(v bool) *App
- func (s *App) SetEnvironment(v []*EnvironmentVariable) *App
- func (s *App) SetName(v string) *App
- func (s *App) SetShortname(v string) *App
- func (s *App) SetSslConfiguration(v *SslConfiguration) *App
- func (s *App) SetStackId(v string) *App
- func (s *App) SetType(v string) *App
- func (s App) String() string
- type AssignInstanceInput
- type AssignInstanceOutput
- type AssignVolumeInput
- type AssignVolumeOutput
- type AssociateElasticIpInput
- func (s AssociateElasticIpInput) GoString() string
- func (s *AssociateElasticIpInput) SetElasticIp(v string) *AssociateElasticIpInput
- func (s *AssociateElasticIpInput) SetInstanceId(v string) *AssociateElasticIpInput
- func (s AssociateElasticIpInput) String() string
- func (s *AssociateElasticIpInput) Validate() error
- type AssociateElasticIpOutput
- type AttachElasticLoadBalancerInput
- func (s AttachElasticLoadBalancerInput) GoString() string
- func (s *AttachElasticLoadBalancerInput) SetElasticLoadBalancerName(v string) *AttachElasticLoadBalancerInput
- func (s *AttachElasticLoadBalancerInput) SetLayerId(v string) *AttachElasticLoadBalancerInput
- func (s AttachElasticLoadBalancerInput) String() string
- func (s *AttachElasticLoadBalancerInput) Validate() error
- type AttachElasticLoadBalancerOutput
- type AutoScalingThresholds
- func (s AutoScalingThresholds) GoString() string
- func (s *AutoScalingThresholds) SetAlarms(v []*string) *AutoScalingThresholds
- func (s *AutoScalingThresholds) SetCpuThreshold(v float64) *AutoScalingThresholds
- func (s *AutoScalingThresholds) SetIgnoreMetricsTime(v int64) *AutoScalingThresholds
- func (s *AutoScalingThresholds) SetInstanceCount(v int64) *AutoScalingThresholds
- func (s *AutoScalingThresholds) SetLoadThreshold(v float64) *AutoScalingThresholds
- func (s *AutoScalingThresholds) SetMemoryThreshold(v float64) *AutoScalingThresholds
- func (s *AutoScalingThresholds) SetThresholdsWaitTime(v int64) *AutoScalingThresholds
- func (s AutoScalingThresholds) String() string
- func (s *AutoScalingThresholds) Validate() error
- type BlockDeviceMapping
- func (s BlockDeviceMapping) GoString() string
- func (s *BlockDeviceMapping) SetDeviceName(v string) *BlockDeviceMapping
- func (s *BlockDeviceMapping) SetEbs(v *EbsBlockDevice) *BlockDeviceMapping
- func (s *BlockDeviceMapping) SetNoDevice(v string) *BlockDeviceMapping
- func (s *BlockDeviceMapping) SetVirtualName(v string) *BlockDeviceMapping
- func (s BlockDeviceMapping) String() string
- type ChefConfiguration
- type CloneStackInput
- func (s CloneStackInput) GoString() string
- func (s *CloneStackInput) SetAgentVersion(v string) *CloneStackInput
- func (s *CloneStackInput) SetAttributes(v map[string]*string) *CloneStackInput
- func (s *CloneStackInput) SetChefConfiguration(v *ChefConfiguration) *CloneStackInput
- func (s *CloneStackInput) SetCloneAppIds(v []*string) *CloneStackInput
- func (s *CloneStackInput) SetClonePermissions(v bool) *CloneStackInput
- func (s *CloneStackInput) SetConfigurationManager(v *StackConfigurationManager) *CloneStackInput
- func (s *CloneStackInput) SetCustomCookbooksSource(v *Source) *CloneStackInput
- func (s *CloneStackInput) SetCustomJson(v string) *CloneStackInput
- func (s *CloneStackInput) SetDefaultAvailabilityZone(v string) *CloneStackInput
- func (s *CloneStackInput) SetDefaultInstanceProfileArn(v string) *CloneStackInput
- func (s *CloneStackInput) SetDefaultOs(v string) *CloneStackInput
- func (s *CloneStackInput) SetDefaultRootDeviceType(v string) *CloneStackInput
- func (s *CloneStackInput) SetDefaultSshKeyName(v string) *CloneStackInput
- func (s *CloneStackInput) SetDefaultSubnetId(v string) *CloneStackInput
- func (s *CloneStackInput) SetHostnameTheme(v string) *CloneStackInput
- func (s *CloneStackInput) SetName(v string) *CloneStackInput
- func (s *CloneStackInput) SetRegion(v string) *CloneStackInput
- func (s *CloneStackInput) SetServiceRoleArn(v string) *CloneStackInput
- func (s *CloneStackInput) SetSourceStackId(v string) *CloneStackInput
- func (s *CloneStackInput) SetUseCustomCookbooks(v bool) *CloneStackInput
- func (s *CloneStackInput) SetUseOpsworksSecurityGroups(v bool) *CloneStackInput
- func (s *CloneStackInput) SetVpcId(v string) *CloneStackInput
- func (s CloneStackInput) String() string
- func (s *CloneStackInput) Validate() error
- type CloneStackOutput
- type CloudWatchLogsConfiguration
- func (s CloudWatchLogsConfiguration) GoString() string
- func (s *CloudWatchLogsConfiguration) SetEnabled(v bool) *CloudWatchLogsConfiguration
- func (s *CloudWatchLogsConfiguration) SetLogStreams(v []*CloudWatchLogsLogStream) *CloudWatchLogsConfiguration
- func (s CloudWatchLogsConfiguration) String() string
- type CloudWatchLogsLogStream
- func (s CloudWatchLogsLogStream) GoString() string
- func (s *CloudWatchLogsLogStream) SetBatchCount(v int64) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetBatchSize(v int64) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetBufferDuration(v int64) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetDatetimeFormat(v string) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetEncoding(v string) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetFile(v string) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetFileFingerprintLines(v string) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetInitialPosition(v string) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetLogGroupName(v string) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetMultiLineStartPattern(v string) *CloudWatchLogsLogStream
- func (s *CloudWatchLogsLogStream) SetTimeZone(v string) *CloudWatchLogsLogStream
- func (s CloudWatchLogsLogStream) String() string
- type Command
- func (s Command) GoString() string
- func (s *Command) SetAcknowledgedAt(v string) *Command
- func (s *Command) SetCommandId(v string) *Command
- func (s *Command) SetCompletedAt(v string) *Command
- func (s *Command) SetCreatedAt(v string) *Command
- func (s *Command) SetDeploymentId(v string) *Command
- func (s *Command) SetExitCode(v int64) *Command
- func (s *Command) SetInstanceId(v string) *Command
- func (s *Command) SetLogUrl(v string) *Command
- func (s *Command) SetStatus(v string) *Command
- func (s *Command) SetType(v string) *Command
- func (s Command) String() string
- type CreateAppInput
- func (s CreateAppInput) GoString() string
- func (s *CreateAppInput) SetAppSource(v *Source) *CreateAppInput
- func (s *CreateAppInput) SetAttributes(v map[string]*string) *CreateAppInput
- func (s *CreateAppInput) SetDataSources(v []*DataSource) *CreateAppInput
- func (s *CreateAppInput) SetDescription(v string) *CreateAppInput
- func (s *CreateAppInput) SetDomains(v []*string) *CreateAppInput
- func (s *CreateAppInput) SetEnableSsl(v bool) *CreateAppInput
- func (s *CreateAppInput) SetEnvironment(v []*EnvironmentVariable) *CreateAppInput
- func (s *CreateAppInput) SetName(v string) *CreateAppInput
- func (s *CreateAppInput) SetShortname(v string) *CreateAppInput
- func (s *CreateAppInput) SetSslConfiguration(v *SslConfiguration) *CreateAppInput
- func (s *CreateAppInput) SetStackId(v string) *CreateAppInput
- func (s *CreateAppInput) SetType(v string) *CreateAppInput
- func (s CreateAppInput) String() string
- func (s *CreateAppInput) Validate() error
- type CreateAppOutput
- type CreateDeploymentInput
- func (s CreateDeploymentInput) GoString() string
- func (s *CreateDeploymentInput) SetAppId(v string) *CreateDeploymentInput
- func (s *CreateDeploymentInput) SetCommand(v *DeploymentCommand) *CreateDeploymentInput
- func (s *CreateDeploymentInput) SetComment(v string) *CreateDeploymentInput
- func (s *CreateDeploymentInput) SetCustomJson(v string) *CreateDeploymentInput
- func (s *CreateDeploymentInput) SetInstanceIds(v []*string) *CreateDeploymentInput
- func (s *CreateDeploymentInput) SetLayerIds(v []*string) *CreateDeploymentInput
- func (s *CreateDeploymentInput) SetStackId(v string) *CreateDeploymentInput
- func (s CreateDeploymentInput) String() string
- func (s *CreateDeploymentInput) Validate() error
- type CreateDeploymentOutput
- type CreateInstanceInput
- func (s CreateInstanceInput) GoString() string
- func (s *CreateInstanceInput) SetAgentVersion(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetAmiId(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetArchitecture(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetAutoScalingType(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetAvailabilityZone(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *CreateInstanceInput
- func (s *CreateInstanceInput) SetEbsOptimized(v bool) *CreateInstanceInput
- func (s *CreateInstanceInput) SetHostname(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetInstallUpdatesOnBoot(v bool) *CreateInstanceInput
- func (s *CreateInstanceInput) SetInstanceType(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetLayerIds(v []*string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetOs(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetRootDeviceType(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetSshKeyName(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetStackId(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetSubnetId(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetTenancy(v string) *CreateInstanceInput
- func (s *CreateInstanceInput) SetVirtualizationType(v string) *CreateInstanceInput
- func (s CreateInstanceInput) String() string
- func (s *CreateInstanceInput) Validate() error
- type CreateInstanceOutput
- type CreateLayerInput
- func (s CreateLayerInput) GoString() string
- func (s *CreateLayerInput) SetAttributes(v map[string]*string) *CreateLayerInput
- func (s *CreateLayerInput) SetAutoAssignElasticIps(v bool) *CreateLayerInput
- func (s *CreateLayerInput) SetAutoAssignPublicIps(v bool) *CreateLayerInput
- func (s *CreateLayerInput) SetCloudWatchLogsConfiguration(v *CloudWatchLogsConfiguration) *CreateLayerInput
- func (s *CreateLayerInput) SetCustomInstanceProfileArn(v string) *CreateLayerInput
- func (s *CreateLayerInput) SetCustomJson(v string) *CreateLayerInput
- func (s *CreateLayerInput) SetCustomRecipes(v *Recipes) *CreateLayerInput
- func (s *CreateLayerInput) SetCustomSecurityGroupIds(v []*string) *CreateLayerInput
- func (s *CreateLayerInput) SetEnableAutoHealing(v bool) *CreateLayerInput
- func (s *CreateLayerInput) SetInstallUpdatesOnBoot(v bool) *CreateLayerInput
- func (s *CreateLayerInput) SetLifecycleEventConfiguration(v *LifecycleEventConfiguration) *CreateLayerInput
- func (s *CreateLayerInput) SetName(v string) *CreateLayerInput
- func (s *CreateLayerInput) SetPackages(v []*string) *CreateLayerInput
- func (s *CreateLayerInput) SetShortname(v string) *CreateLayerInput
- func (s *CreateLayerInput) SetStackId(v string) *CreateLayerInput
- func (s *CreateLayerInput) SetType(v string) *CreateLayerInput
- func (s *CreateLayerInput) SetUseEbsOptimizedInstances(v bool) *CreateLayerInput
- func (s *CreateLayerInput) SetVolumeConfigurations(v []*VolumeConfiguration) *CreateLayerInput
- func (s CreateLayerInput) String() string
- func (s *CreateLayerInput) Validate() error
- type CreateLayerOutput
- type CreateStackInput
- func (s CreateStackInput) GoString() string
- func (s *CreateStackInput) SetAgentVersion(v string) *CreateStackInput
- func (s *CreateStackInput) SetAttributes(v map[string]*string) *CreateStackInput
- func (s *CreateStackInput) SetChefConfiguration(v *ChefConfiguration) *CreateStackInput
- func (s *CreateStackInput) SetConfigurationManager(v *StackConfigurationManager) *CreateStackInput
- func (s *CreateStackInput) SetCustomCookbooksSource(v *Source) *CreateStackInput
- func (s *CreateStackInput) SetCustomJson(v string) *CreateStackInput
- func (s *CreateStackInput) SetDefaultAvailabilityZone(v string) *CreateStackInput
- func (s *CreateStackInput) SetDefaultInstanceProfileArn(v string) *CreateStackInput
- func (s *CreateStackInput) SetDefaultOs(v string) *CreateStackInput
- func (s *CreateStackInput) SetDefaultRootDeviceType(v string) *CreateStackInput
- func (s *CreateStackInput) SetDefaultSshKeyName(v string) *CreateStackInput
- func (s *CreateStackInput) SetDefaultSubnetId(v string) *CreateStackInput
- func (s *CreateStackInput) SetHostnameTheme(v string) *CreateStackInput
- func (s *CreateStackInput) SetName(v string) *CreateStackInput
- func (s *CreateStackInput) SetRegion(v string) *CreateStackInput
- func (s *CreateStackInput) SetServiceRoleArn(v string) *CreateStackInput
- func (s *CreateStackInput) SetUseCustomCookbooks(v bool) *CreateStackInput
- func (s *CreateStackInput) SetUseOpsworksSecurityGroups(v bool) *CreateStackInput
- func (s *CreateStackInput) SetVpcId(v string) *CreateStackInput
- func (s CreateStackInput) String() string
- func (s *CreateStackInput) Validate() error
- type CreateStackOutput
- type CreateUserProfileInput
- func (s CreateUserProfileInput) GoString() string
- func (s *CreateUserProfileInput) SetAllowSelfManagement(v bool) *CreateUserProfileInput
- func (s *CreateUserProfileInput) SetIamUserArn(v string) *CreateUserProfileInput
- func (s *CreateUserProfileInput) SetSshPublicKey(v string) *CreateUserProfileInput
- func (s *CreateUserProfileInput) SetSshUsername(v string) *CreateUserProfileInput
- func (s CreateUserProfileInput) String() string
- func (s *CreateUserProfileInput) Validate() error
- type CreateUserProfileOutput
- type DataSource
- type DeleteAppInput
- type DeleteAppOutput
- type DeleteInstanceInput
- func (s DeleteInstanceInput) GoString() string
- func (s *DeleteInstanceInput) SetDeleteElasticIp(v bool) *DeleteInstanceInput
- func (s *DeleteInstanceInput) SetDeleteVolumes(v bool) *DeleteInstanceInput
- func (s *DeleteInstanceInput) SetInstanceId(v string) *DeleteInstanceInput
- func (s DeleteInstanceInput) String() string
- func (s *DeleteInstanceInput) Validate() error
- type DeleteInstanceOutput
- type DeleteLayerInput
- type DeleteLayerOutput
- type DeleteStackInput
- type DeleteStackOutput
- type DeleteUserProfileInput
- type DeleteUserProfileOutput
- type Deployment
- func (s Deployment) GoString() string
- func (s *Deployment) SetAppId(v string) *Deployment
- func (s *Deployment) SetCommand(v *DeploymentCommand) *Deployment
- func (s *Deployment) SetComment(v string) *Deployment
- func (s *Deployment) SetCompletedAt(v string) *Deployment
- func (s *Deployment) SetCreatedAt(v string) *Deployment
- func (s *Deployment) SetCustomJson(v string) *Deployment
- func (s *Deployment) SetDeploymentId(v string) *Deployment
- func (s *Deployment) SetDuration(v int64) *Deployment
- func (s *Deployment) SetIamUserArn(v string) *Deployment
- func (s *Deployment) SetInstanceIds(v []*string) *Deployment
- func (s *Deployment) SetStackId(v string) *Deployment
- func (s *Deployment) SetStatus(v string) *Deployment
- func (s Deployment) String() string
- type DeploymentCommand
- type DeregisterEcsClusterInput
- type DeregisterEcsClusterOutput
- type DeregisterElasticIpInput
- type DeregisterElasticIpOutput
- type DeregisterInstanceInput
- type DeregisterInstanceOutput
- type DeregisterRdsDbInstanceInput
- type DeregisterRdsDbInstanceOutput
- type DeregisterVolumeInput
- type DeregisterVolumeOutput
- type DescribeAgentVersionsInput
- func (s DescribeAgentVersionsInput) GoString() string
- func (s *DescribeAgentVersionsInput) SetConfigurationManager(v *StackConfigurationManager) *DescribeAgentVersionsInput
- func (s *DescribeAgentVersionsInput) SetStackId(v string) *DescribeAgentVersionsInput
- func (s DescribeAgentVersionsInput) String() string
- type DescribeAgentVersionsOutput
- type DescribeAppsInput
- type DescribeAppsOutput
- type DescribeCommandsInput
- func (s DescribeCommandsInput) GoString() string
- func (s *DescribeCommandsInput) SetCommandIds(v []*string) *DescribeCommandsInput
- func (s *DescribeCommandsInput) SetDeploymentId(v string) *DescribeCommandsInput
- func (s *DescribeCommandsInput) SetInstanceId(v string) *DescribeCommandsInput
- func (s DescribeCommandsInput) String() string
- type DescribeCommandsOutput
- type DescribeDeploymentsInput
- func (s DescribeDeploymentsInput) GoString() string
- func (s *DescribeDeploymentsInput) SetAppId(v string) *DescribeDeploymentsInput
- func (s *DescribeDeploymentsInput) SetDeploymentIds(v []*string) *DescribeDeploymentsInput
- func (s *DescribeDeploymentsInput) SetStackId(v string) *DescribeDeploymentsInput
- func (s DescribeDeploymentsInput) String() string
- type DescribeDeploymentsOutput
- type DescribeEcsClustersInput
- func (s DescribeEcsClustersInput) GoString() string
- func (s *DescribeEcsClustersInput) SetEcsClusterArns(v []*string) *DescribeEcsClustersInput
- func (s *DescribeEcsClustersInput) SetMaxResults(v int64) *DescribeEcsClustersInput
- func (s *DescribeEcsClustersInput) SetNextToken(v string) *DescribeEcsClustersInput
- func (s *DescribeEcsClustersInput) SetStackId(v string) *DescribeEcsClustersInput
- func (s DescribeEcsClustersInput) String() string
- type DescribeEcsClustersOutput
- type DescribeElasticIpsInput
- func (s DescribeElasticIpsInput) GoString() string
- func (s *DescribeElasticIpsInput) SetInstanceId(v string) *DescribeElasticIpsInput
- func (s *DescribeElasticIpsInput) SetIps(v []*string) *DescribeElasticIpsInput
- func (s *DescribeElasticIpsInput) SetStackId(v string) *DescribeElasticIpsInput
- func (s DescribeElasticIpsInput) String() string
- type DescribeElasticIpsOutput
- type DescribeElasticLoadBalancersInput
- func (s DescribeElasticLoadBalancersInput) GoString() string
- func (s *DescribeElasticLoadBalancersInput) SetLayerIds(v []*string) *DescribeElasticLoadBalancersInput
- func (s *DescribeElasticLoadBalancersInput) SetStackId(v string) *DescribeElasticLoadBalancersInput
- func (s DescribeElasticLoadBalancersInput) String() string
- type DescribeElasticLoadBalancersOutput
- type DescribeInstancesInput
- func (s DescribeInstancesInput) GoString() string
- func (s *DescribeInstancesInput) SetInstanceIds(v []*string) *DescribeInstancesInput
- func (s *DescribeInstancesInput) SetLayerId(v string) *DescribeInstancesInput
- func (s *DescribeInstancesInput) SetStackId(v string) *DescribeInstancesInput
- func (s DescribeInstancesInput) String() string
- type DescribeInstancesOutput
- type DescribeLayersInput
- type DescribeLayersOutput
- type DescribeLoadBasedAutoScalingInput
- type DescribeLoadBasedAutoScalingOutput
- type DescribeMyUserProfileInput
- type DescribeMyUserProfileOutput
- type DescribePermissionsInput
- type DescribePermissionsOutput
- type DescribeRaidArraysInput
- func (s DescribeRaidArraysInput) GoString() string
- func (s *DescribeRaidArraysInput) SetInstanceId(v string) *DescribeRaidArraysInput
- func (s *DescribeRaidArraysInput) SetRaidArrayIds(v []*string) *DescribeRaidArraysInput
- func (s *DescribeRaidArraysInput) SetStackId(v string) *DescribeRaidArraysInput
- func (s DescribeRaidArraysInput) String() string
- type DescribeRaidArraysOutput
- type DescribeRdsDbInstancesInput
- func (s DescribeRdsDbInstancesInput) GoString() string
- func (s *DescribeRdsDbInstancesInput) SetRdsDbInstanceArns(v []*string) *DescribeRdsDbInstancesInput
- func (s *DescribeRdsDbInstancesInput) SetStackId(v string) *DescribeRdsDbInstancesInput
- func (s DescribeRdsDbInstancesInput) String() string
- func (s *DescribeRdsDbInstancesInput) Validate() error
- type DescribeRdsDbInstancesOutput
- type DescribeServiceErrorsInput
- func (s DescribeServiceErrorsInput) GoString() string
- func (s *DescribeServiceErrorsInput) SetInstanceId(v string) *DescribeServiceErrorsInput
- func (s *DescribeServiceErrorsInput) SetServiceErrorIds(v []*string) *DescribeServiceErrorsInput
- func (s *DescribeServiceErrorsInput) SetStackId(v string) *DescribeServiceErrorsInput
- func (s DescribeServiceErrorsInput) String() string
- type DescribeServiceErrorsOutput
- type DescribeStackProvisioningParametersInput
- func (s DescribeStackProvisioningParametersInput) GoString() string
- func (s *DescribeStackProvisioningParametersInput) SetStackId(v string) *DescribeStackProvisioningParametersInput
- func (s DescribeStackProvisioningParametersInput) String() string
- func (s *DescribeStackProvisioningParametersInput) Validate() error
- type DescribeStackProvisioningParametersOutput
- func (s DescribeStackProvisioningParametersOutput) GoString() string
- func (s *DescribeStackProvisioningParametersOutput) SetAgentInstallerUrl(v string) *DescribeStackProvisioningParametersOutput
- func (s *DescribeStackProvisioningParametersOutput) SetParameters(v map[string]*string) *DescribeStackProvisioningParametersOutput
- func (s DescribeStackProvisioningParametersOutput) String() string
- type DescribeStackSummaryInput
- type DescribeStackSummaryOutput
- type DescribeStacksInput
- type DescribeStacksOutput
- type DescribeTimeBasedAutoScalingInput
- type DescribeTimeBasedAutoScalingOutput
- type DescribeUserProfilesInput
- type DescribeUserProfilesOutput
- type DescribeVolumesInput
- func (s DescribeVolumesInput) GoString() string
- func (s *DescribeVolumesInput) SetInstanceId(v string) *DescribeVolumesInput
- func (s *DescribeVolumesInput) SetRaidArrayId(v string) *DescribeVolumesInput
- func (s *DescribeVolumesInput) SetStackId(v string) *DescribeVolumesInput
- func (s *DescribeVolumesInput) SetVolumeIds(v []*string) *DescribeVolumesInput
- func (s DescribeVolumesInput) String() string
- type DescribeVolumesOutput
- type DetachElasticLoadBalancerInput
- func (s DetachElasticLoadBalancerInput) GoString() string
- func (s *DetachElasticLoadBalancerInput) SetElasticLoadBalancerName(v string) *DetachElasticLoadBalancerInput
- func (s *DetachElasticLoadBalancerInput) SetLayerId(v string) *DetachElasticLoadBalancerInput
- func (s DetachElasticLoadBalancerInput) String() string
- func (s *DetachElasticLoadBalancerInput) Validate() error
- type DetachElasticLoadBalancerOutput
- type DisassociateElasticIpInput
- type DisassociateElasticIpOutput
- type EbsBlockDevice
- func (s EbsBlockDevice) GoString() string
- func (s *EbsBlockDevice) SetDeleteOnTermination(v bool) *EbsBlockDevice
- func (s *EbsBlockDevice) SetIops(v int64) *EbsBlockDevice
- func (s *EbsBlockDevice) SetSnapshotId(v string) *EbsBlockDevice
- func (s *EbsBlockDevice) SetVolumeSize(v int64) *EbsBlockDevice
- func (s *EbsBlockDevice) SetVolumeType(v string) *EbsBlockDevice
- func (s EbsBlockDevice) String() string
- type EcsCluster
- func (s EcsCluster) GoString() string
- func (s *EcsCluster) SetEcsClusterArn(v string) *EcsCluster
- func (s *EcsCluster) SetEcsClusterName(v string) *EcsCluster
- func (s *EcsCluster) SetRegisteredAt(v string) *EcsCluster
- func (s *EcsCluster) SetStackId(v string) *EcsCluster
- func (s EcsCluster) String() string
- type ElasticIp
- func (s ElasticIp) GoString() string
- func (s *ElasticIp) SetDomain(v string) *ElasticIp
- func (s *ElasticIp) SetInstanceId(v string) *ElasticIp
- func (s *ElasticIp) SetIp(v string) *ElasticIp
- func (s *ElasticIp) SetName(v string) *ElasticIp
- func (s *ElasticIp) SetRegion(v string) *ElasticIp
- func (s ElasticIp) String() string
- type ElasticLoadBalancer
- func (s ElasticLoadBalancer) GoString() string
- func (s *ElasticLoadBalancer) SetAvailabilityZones(v []*string) *ElasticLoadBalancer
- func (s *ElasticLoadBalancer) SetDnsName(v string) *ElasticLoadBalancer
- func (s *ElasticLoadBalancer) SetEc2InstanceIds(v []*string) *ElasticLoadBalancer
- func (s *ElasticLoadBalancer) SetElasticLoadBalancerName(v string) *ElasticLoadBalancer
- func (s *ElasticLoadBalancer) SetLayerId(v string) *ElasticLoadBalancer
- func (s *ElasticLoadBalancer) SetRegion(v string) *ElasticLoadBalancer
- func (s *ElasticLoadBalancer) SetStackId(v string) *ElasticLoadBalancer
- func (s *ElasticLoadBalancer) SetSubnetIds(v []*string) *ElasticLoadBalancer
- func (s *ElasticLoadBalancer) SetVpcId(v string) *ElasticLoadBalancer
- func (s ElasticLoadBalancer) String() string
- type EnvironmentVariable
- func (s EnvironmentVariable) GoString() string
- func (s *EnvironmentVariable) SetKey(v string) *EnvironmentVariable
- func (s *EnvironmentVariable) SetSecure(v bool) *EnvironmentVariable
- func (s *EnvironmentVariable) SetValue(v string) *EnvironmentVariable
- func (s EnvironmentVariable) String() string
- func (s *EnvironmentVariable) Validate() error
- type GetHostnameSuggestionInput
- type GetHostnameSuggestionOutput
- type GrantAccessInput
- type GrantAccessOutput
- type Instance
- func (s Instance) GoString() string
- func (s *Instance) SetAgentVersion(v string) *Instance
- func (s *Instance) SetAmiId(v string) *Instance
- func (s *Instance) SetArchitecture(v string) *Instance
- func (s *Instance) SetAutoScalingType(v string) *Instance
- func (s *Instance) SetAvailabilityZone(v string) *Instance
- func (s *Instance) SetBlockDeviceMappings(v []*BlockDeviceMapping) *Instance
- func (s *Instance) SetCreatedAt(v string) *Instance
- func (s *Instance) SetEbsOptimized(v bool) *Instance
- func (s *Instance) SetEc2InstanceId(v string) *Instance
- func (s *Instance) SetEcsClusterArn(v string) *Instance
- func (s *Instance) SetEcsContainerInstanceArn(v string) *Instance
- func (s *Instance) SetElasticIp(v string) *Instance
- func (s *Instance) SetHostname(v string) *Instance
- func (s *Instance) SetInfrastructureClass(v string) *Instance
- func (s *Instance) SetInstallUpdatesOnBoot(v bool) *Instance
- func (s *Instance) SetInstanceId(v string) *Instance
- func (s *Instance) SetInstanceProfileArn(v string) *Instance
- func (s *Instance) SetInstanceType(v string) *Instance
- func (s *Instance) SetLastServiceErrorId(v string) *Instance
- func (s *Instance) SetLayerIds(v []*string) *Instance
- func (s *Instance) SetOs(v string) *Instance
- func (s *Instance) SetPlatform(v string) *Instance
- func (s *Instance) SetPrivateDns(v string) *Instance
- func (s *Instance) SetPrivateIp(v string) *Instance
- func (s *Instance) SetPublicDns(v string) *Instance
- func (s *Instance) SetPublicIp(v string) *Instance
- func (s *Instance) SetRegisteredBy(v string) *Instance
- func (s *Instance) SetReportedAgentVersion(v string) *Instance
- func (s *Instance) SetReportedOs(v *ReportedOs) *Instance
- func (s *Instance) SetRootDeviceType(v string) *Instance
- func (s *Instance) SetRootDeviceVolumeId(v string) *Instance
- func (s *Instance) SetSecurityGroupIds(v []*string) *Instance
- func (s *Instance) SetSshHostDsaKeyFingerprint(v string) *Instance
- func (s *Instance) SetSshHostRsaKeyFingerprint(v string) *Instance
- func (s *Instance) SetSshKeyName(v string) *Instance
- func (s *Instance) SetStackId(v string) *Instance
- func (s *Instance) SetStatus(v string) *Instance
- func (s *Instance) SetSubnetId(v string) *Instance
- func (s *Instance) SetTenancy(v string) *Instance
- func (s *Instance) SetVirtualizationType(v string) *Instance
- func (s Instance) String() string
- type InstanceIdentity
- type InstancesCount
- func (s InstancesCount) GoString() string
- func (s *InstancesCount) SetAssigning(v int64) *InstancesCount
- func (s *InstancesCount) SetBooting(v int64) *InstancesCount
- func (s *InstancesCount) SetConnectionLost(v int64) *InstancesCount
- func (s *InstancesCount) SetDeregistering(v int64) *InstancesCount
- func (s *InstancesCount) SetOnline(v int64) *InstancesCount
- func (s *InstancesCount) SetPending(v int64) *InstancesCount
- func (s *InstancesCount) SetRebooting(v int64) *InstancesCount
- func (s *InstancesCount) SetRegistered(v int64) *InstancesCount
- func (s *InstancesCount) SetRegistering(v int64) *InstancesCount
- func (s *InstancesCount) SetRequested(v int64) *InstancesCount
- func (s *InstancesCount) SetRunningSetup(v int64) *InstancesCount
- func (s *InstancesCount) SetSetupFailed(v int64) *InstancesCount
- func (s *InstancesCount) SetShuttingDown(v int64) *InstancesCount
- func (s *InstancesCount) SetStartFailed(v int64) *InstancesCount
- func (s *InstancesCount) SetStopped(v int64) *InstancesCount
- func (s *InstancesCount) SetStopping(v int64) *InstancesCount
- func (s *InstancesCount) SetTerminated(v int64) *InstancesCount
- func (s *InstancesCount) SetTerminating(v int64) *InstancesCount
- func (s *InstancesCount) SetUnassigning(v int64) *InstancesCount
- func (s InstancesCount) String() string
- type Layer
- func (s Layer) GoString() string
- func (s *Layer) SetAttributes(v map[string]*string) *Layer
- func (s *Layer) SetAutoAssignElasticIps(v bool) *Layer
- func (s *Layer) SetAutoAssignPublicIps(v bool) *Layer
- func (s *Layer) SetCloudWatchLogsConfiguration(v *CloudWatchLogsConfiguration) *Layer
- func (s *Layer) SetCreatedAt(v string) *Layer
- func (s *Layer) SetCustomInstanceProfileArn(v string) *Layer
- func (s *Layer) SetCustomJson(v string) *Layer
- func (s *Layer) SetCustomRecipes(v *Recipes) *Layer
- func (s *Layer) SetCustomSecurityGroupIds(v []*string) *Layer
- func (s *Layer) SetDefaultRecipes(v *Recipes) *Layer
- func (s *Layer) SetDefaultSecurityGroupNames(v []*string) *Layer
- func (s *Layer) SetEnableAutoHealing(v bool) *Layer
- func (s *Layer) SetInstallUpdatesOnBoot(v bool) *Layer
- func (s *Layer) SetLayerId(v string) *Layer
- func (s *Layer) SetLifecycleEventConfiguration(v *LifecycleEventConfiguration) *Layer
- func (s *Layer) SetName(v string) *Layer
- func (s *Layer) SetPackages(v []*string) *Layer
- func (s *Layer) SetShortname(v string) *Layer
- func (s *Layer) SetStackId(v string) *Layer
- func (s *Layer) SetType(v string) *Layer
- func (s *Layer) SetUseEbsOptimizedInstances(v bool) *Layer
- func (s *Layer) SetVolumeConfigurations(v []*VolumeConfiguration) *Layer
- func (s Layer) String() string
- type LifecycleEventConfiguration
- type LoadBasedAutoScalingConfiguration
- func (s LoadBasedAutoScalingConfiguration) GoString() string
- func (s *LoadBasedAutoScalingConfiguration) SetDownScaling(v *AutoScalingThresholds) *LoadBasedAutoScalingConfiguration
- func (s *LoadBasedAutoScalingConfiguration) SetEnable(v bool) *LoadBasedAutoScalingConfiguration
- func (s *LoadBasedAutoScalingConfiguration) SetLayerId(v string) *LoadBasedAutoScalingConfiguration
- func (s *LoadBasedAutoScalingConfiguration) SetUpScaling(v *AutoScalingThresholds) *LoadBasedAutoScalingConfiguration
- func (s LoadBasedAutoScalingConfiguration) String() string
- type OpsWorks
- func (c *OpsWorks) AssignInstance(input *AssignInstanceInput) (*AssignInstanceOutput, error)
- func (c *OpsWorks) AssignInstanceRequest(input *AssignInstanceInput) (req *request.Request, output *AssignInstanceOutput)
- func (c *OpsWorks) AssignInstanceWithContext(ctx aws.Context, input *AssignInstanceInput, opts ...request.Option) (*AssignInstanceOutput, error)
- func (c *OpsWorks) AssignVolume(input *AssignVolumeInput) (*AssignVolumeOutput, error)
- func (c *OpsWorks) AssignVolumeRequest(input *AssignVolumeInput) (req *request.Request, output *AssignVolumeOutput)
- func (c *OpsWorks) AssignVolumeWithContext(ctx aws.Context, input *AssignVolumeInput, opts ...request.Option) (*AssignVolumeOutput, error)
- func (c *OpsWorks) AssociateElasticIp(input *AssociateElasticIpInput) (*AssociateElasticIpOutput, error)
- func (c *OpsWorks) AssociateElasticIpRequest(input *AssociateElasticIpInput) (req *request.Request, output *AssociateElasticIpOutput)
- func (c *OpsWorks) AssociateElasticIpWithContext(ctx aws.Context, input *AssociateElasticIpInput, opts ...request.Option) (*AssociateElasticIpOutput, error)
- func (c *OpsWorks) AttachElasticLoadBalancer(input *AttachElasticLoadBalancerInput) (*AttachElasticLoadBalancerOutput, error)
- func (c *OpsWorks) AttachElasticLoadBalancerRequest(input *AttachElasticLoadBalancerInput) (req *request.Request, output *AttachElasticLoadBalancerOutput)
- func (c *OpsWorks) AttachElasticLoadBalancerWithContext(ctx aws.Context, input *AttachElasticLoadBalancerInput, opts ...request.Option) (*AttachElasticLoadBalancerOutput, error)
- func (c *OpsWorks) CloneStack(input *CloneStackInput) (*CloneStackOutput, error)
- func (c *OpsWorks) CloneStackRequest(input *CloneStackInput) (req *request.Request, output *CloneStackOutput)
- func (c *OpsWorks) CloneStackWithContext(ctx aws.Context, input *CloneStackInput, opts ...request.Option) (*CloneStackOutput, error)
- func (c *OpsWorks) CreateApp(input *CreateAppInput) (*CreateAppOutput, error)
- func (c *OpsWorks) CreateAppRequest(input *CreateAppInput) (req *request.Request, output *CreateAppOutput)
- func (c *OpsWorks) CreateAppWithContext(ctx aws.Context, input *CreateAppInput, opts ...request.Option) (*CreateAppOutput, error)
- func (c *OpsWorks) CreateDeployment(input *CreateDeploymentInput) (*CreateDeploymentOutput, error)
- func (c *OpsWorks) CreateDeploymentRequest(input *CreateDeploymentInput) (req *request.Request, output *CreateDeploymentOutput)
- func (c *OpsWorks) CreateDeploymentWithContext(ctx aws.Context, input *CreateDeploymentInput, opts ...request.Option) (*CreateDeploymentOutput, error)
- func (c *OpsWorks) CreateInstance(input *CreateInstanceInput) (*CreateInstanceOutput, error)
- func (c *OpsWorks) CreateInstanceRequest(input *CreateInstanceInput) (req *request.Request, output *CreateInstanceOutput)
- func (c *OpsWorks) CreateInstanceWithContext(ctx aws.Context, input *CreateInstanceInput, opts ...request.Option) (*CreateInstanceOutput, error)
- func (c *OpsWorks) CreateLayer(input *CreateLayerInput) (*CreateLayerOutput, error)
- func (c *OpsWorks) CreateLayerRequest(input *CreateLayerInput) (req *request.Request, output *CreateLayerOutput)
- func (c *OpsWorks) CreateLayerWithContext(ctx aws.Context, input *CreateLayerInput, opts ...request.Option) (*CreateLayerOutput, error)
- func (c *OpsWorks) CreateStack(input *CreateStackInput) (*CreateStackOutput, error)
- func (c *OpsWorks) CreateStackRequest(input *CreateStackInput) (req *request.Request, output *CreateStackOutput)
- func (c *OpsWorks) CreateStackWithContext(ctx aws.Context, input *CreateStackInput, opts ...request.Option) (*CreateStackOutput, error)
- func (c *OpsWorks) CreateUserProfile(input *CreateUserProfileInput) (*CreateUserProfileOutput, error)
- func (c *OpsWorks) CreateUserProfileRequest(input *CreateUserProfileInput) (req *request.Request, output *CreateUserProfileOutput)
- func (c *OpsWorks) CreateUserProfileWithContext(ctx aws.Context, input *CreateUserProfileInput, opts ...request.Option) (*CreateUserProfileOutput, error)
- func (c *OpsWorks) DeleteApp(input *DeleteAppInput) (*DeleteAppOutput, error)
- func (c *OpsWorks) DeleteAppRequest(input *DeleteAppInput) (req *request.Request, output *DeleteAppOutput)
- func (c *OpsWorks) DeleteAppWithContext(ctx aws.Context, input *DeleteAppInput, opts ...request.Option) (*DeleteAppOutput, error)
- func (c *OpsWorks) DeleteInstance(input *DeleteInstanceInput) (*DeleteInstanceOutput, error)
- func (c *OpsWorks) DeleteInstanceRequest(input *DeleteInstanceInput) (req *request.Request, output *DeleteInstanceOutput)
- func (c *OpsWorks) DeleteInstanceWithContext(ctx aws.Context, input *DeleteInstanceInput, opts ...request.Option) (*DeleteInstanceOutput, error)
- func (c *OpsWorks) DeleteLayer(input *DeleteLayerInput) (*DeleteLayerOutput, error)
- func (c *OpsWorks) DeleteLayerRequest(input *DeleteLayerInput) (req *request.Request, output *DeleteLayerOutput)
- func (c *OpsWorks) DeleteLayerWithContext(ctx aws.Context, input *DeleteLayerInput, opts ...request.Option) (*DeleteLayerOutput, error)
- func (c *OpsWorks) DeleteStack(input *DeleteStackInput) (*DeleteStackOutput, error)
- func (c *OpsWorks) DeleteStackRequest(input *DeleteStackInput) (req *request.Request, output *DeleteStackOutput)
- func (c *OpsWorks) DeleteStackWithContext(ctx aws.Context, input *DeleteStackInput, opts ...request.Option) (*DeleteStackOutput, error)
- func (c *OpsWorks) DeleteUserProfile(input *DeleteUserProfileInput) (*DeleteUserProfileOutput, error)
- func (c *OpsWorks) DeleteUserProfileRequest(input *DeleteUserProfileInput) (req *request.Request, output *DeleteUserProfileOutput)
- func (c *OpsWorks) DeleteUserProfileWithContext(ctx aws.Context, input *DeleteUserProfileInput, opts ...request.Option) (*DeleteUserProfileOutput, error)
- func (c *OpsWorks) DeregisterEcsCluster(input *DeregisterEcsClusterInput) (*DeregisterEcsClusterOutput, error)
- func (c *OpsWorks) DeregisterEcsClusterRequest(input *DeregisterEcsClusterInput) (req *request.Request, output *DeregisterEcsClusterOutput)
- func (c *OpsWorks) DeregisterEcsClusterWithContext(ctx aws.Context, input *DeregisterEcsClusterInput, opts ...request.Option) (*DeregisterEcsClusterOutput, error)
- func (c *OpsWorks) DeregisterElasticIp(input *DeregisterElasticIpInput) (*DeregisterElasticIpOutput, error)
- func (c *OpsWorks) DeregisterElasticIpRequest(input *DeregisterElasticIpInput) (req *request.Request, output *DeregisterElasticIpOutput)
- func (c *OpsWorks) DeregisterElasticIpWithContext(ctx aws.Context, input *DeregisterElasticIpInput, opts ...request.Option) (*DeregisterElasticIpOutput, error)
- func (c *OpsWorks) DeregisterInstance(input *DeregisterInstanceInput) (*DeregisterInstanceOutput, error)
- func (c *OpsWorks) DeregisterInstanceRequest(input *DeregisterInstanceInput) (req *request.Request, output *DeregisterInstanceOutput)
- func (c *OpsWorks) DeregisterInstanceWithContext(ctx aws.Context, input *DeregisterInstanceInput, opts ...request.Option) (*DeregisterInstanceOutput, error)
- func (c *OpsWorks) DeregisterRdsDbInstance(input *DeregisterRdsDbInstanceInput) (*DeregisterRdsDbInstanceOutput, error)
- func (c *OpsWorks) DeregisterRdsDbInstanceRequest(input *DeregisterRdsDbInstanceInput) (req *request.Request, output *DeregisterRdsDbInstanceOutput)
- func (c *OpsWorks) DeregisterRdsDbInstanceWithContext(ctx aws.Context, input *DeregisterRdsDbInstanceInput, opts ...request.Option) (*DeregisterRdsDbInstanceOutput, error)
- func (c *OpsWorks) DeregisterVolume(input *DeregisterVolumeInput) (*DeregisterVolumeOutput, error)
- func (c *OpsWorks) DeregisterVolumeRequest(input *DeregisterVolumeInput) (req *request.Request, output *DeregisterVolumeOutput)
- func (c *OpsWorks) DeregisterVolumeWithContext(ctx aws.Context, input *DeregisterVolumeInput, opts ...request.Option) (*DeregisterVolumeOutput, error)
- func (c *OpsWorks) DescribeAgentVersions(input *DescribeAgentVersionsInput) (*DescribeAgentVersionsOutput, error)
- func (c *OpsWorks) DescribeAgentVersionsRequest(input *DescribeAgentVersionsInput) (req *request.Request, output *DescribeAgentVersionsOutput)
- func (c *OpsWorks) DescribeAgentVersionsWithContext(ctx aws.Context, input *DescribeAgentVersionsInput, opts ...request.Option) (*DescribeAgentVersionsOutput, error)
- func (c *OpsWorks) DescribeApps(input *DescribeAppsInput) (*DescribeAppsOutput, error)
- func (c *OpsWorks) DescribeAppsRequest(input *DescribeAppsInput) (req *request.Request, output *DescribeAppsOutput)
- func (c *OpsWorks) DescribeAppsWithContext(ctx aws.Context, input *DescribeAppsInput, opts ...request.Option) (*DescribeAppsOutput, error)
- func (c *OpsWorks) DescribeCommands(input *DescribeCommandsInput) (*DescribeCommandsOutput, error)
- func (c *OpsWorks) DescribeCommandsRequest(input *DescribeCommandsInput) (req *request.Request, output *DescribeCommandsOutput)
- func (c *OpsWorks) DescribeCommandsWithContext(ctx aws.Context, input *DescribeCommandsInput, opts ...request.Option) (*DescribeCommandsOutput, error)
- func (c *OpsWorks) DescribeDeployments(input *DescribeDeploymentsInput) (*DescribeDeploymentsOutput, error)
- func (c *OpsWorks) DescribeDeploymentsRequest(input *DescribeDeploymentsInput) (req *request.Request, output *DescribeDeploymentsOutput)
- func (c *OpsWorks) DescribeDeploymentsWithContext(ctx aws.Context, input *DescribeDeploymentsInput, opts ...request.Option) (*DescribeDeploymentsOutput, error)
- func (c *OpsWorks) DescribeEcsClusters(input *DescribeEcsClustersInput) (*DescribeEcsClustersOutput, error)
- func (c *OpsWorks) DescribeEcsClustersPages(input *DescribeEcsClustersInput, ...) error
- func (c *OpsWorks) DescribeEcsClustersPagesWithContext(ctx aws.Context, input *DescribeEcsClustersInput, ...) error
- func (c *OpsWorks) DescribeEcsClustersRequest(input *DescribeEcsClustersInput) (req *request.Request, output *DescribeEcsClustersOutput)
- func (c *OpsWorks) DescribeEcsClustersWithContext(ctx aws.Context, input *DescribeEcsClustersInput, opts ...request.Option) (*DescribeEcsClustersOutput, error)
- func (c *OpsWorks) DescribeElasticIps(input *DescribeElasticIpsInput) (*DescribeElasticIpsOutput, error)
- func (c *OpsWorks) DescribeElasticIpsRequest(input *DescribeElasticIpsInput) (req *request.Request, output *DescribeElasticIpsOutput)
- func (c *OpsWorks) DescribeElasticIpsWithContext(ctx aws.Context, input *DescribeElasticIpsInput, opts ...request.Option) (*DescribeElasticIpsOutput, error)
- func (c *OpsWorks) DescribeElasticLoadBalancers(input *DescribeElasticLoadBalancersInput) (*DescribeElasticLoadBalancersOutput, error)
- func (c *OpsWorks) DescribeElasticLoadBalancersRequest(input *DescribeElasticLoadBalancersInput) (req *request.Request, output *DescribeElasticLoadBalancersOutput)
- func (c *OpsWorks) DescribeElasticLoadBalancersWithContext(ctx aws.Context, input *DescribeElasticLoadBalancersInput, ...) (*DescribeElasticLoadBalancersOutput, error)
- func (c *OpsWorks) DescribeInstances(input *DescribeInstancesInput) (*DescribeInstancesOutput, error)
- func (c *OpsWorks) DescribeInstancesRequest(input *DescribeInstancesInput) (req *request.Request, output *DescribeInstancesOutput)
- func (c *OpsWorks) DescribeInstancesWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.Option) (*DescribeInstancesOutput, error)
- func (c *OpsWorks) DescribeLayers(input *DescribeLayersInput) (*DescribeLayersOutput, error)
- func (c *OpsWorks) DescribeLayersRequest(input *DescribeLayersInput) (req *request.Request, output *DescribeLayersOutput)
- func (c *OpsWorks) DescribeLayersWithContext(ctx aws.Context, input *DescribeLayersInput, opts ...request.Option) (*DescribeLayersOutput, error)
- func (c *OpsWorks) DescribeLoadBasedAutoScaling(input *DescribeLoadBasedAutoScalingInput) (*DescribeLoadBasedAutoScalingOutput, error)
- func (c *OpsWorks) DescribeLoadBasedAutoScalingRequest(input *DescribeLoadBasedAutoScalingInput) (req *request.Request, output *DescribeLoadBasedAutoScalingOutput)
- func (c *OpsWorks) DescribeLoadBasedAutoScalingWithContext(ctx aws.Context, input *DescribeLoadBasedAutoScalingInput, ...) (*DescribeLoadBasedAutoScalingOutput, error)
- func (c *OpsWorks) DescribeMyUserProfile(input *DescribeMyUserProfileInput) (*DescribeMyUserProfileOutput, error)
- func (c *OpsWorks) DescribeMyUserProfileRequest(input *DescribeMyUserProfileInput) (req *request.Request, output *DescribeMyUserProfileOutput)
- func (c *OpsWorks) DescribeMyUserProfileWithContext(ctx aws.Context, input *DescribeMyUserProfileInput, opts ...request.Option) (*DescribeMyUserProfileOutput, error)
- func (c *OpsWorks) DescribePermissions(input *DescribePermissionsInput) (*DescribePermissionsOutput, error)
- func (c *OpsWorks) DescribePermissionsRequest(input *DescribePermissionsInput) (req *request.Request, output *DescribePermissionsOutput)
- func (c *OpsWorks) DescribePermissionsWithContext(ctx aws.Context, input *DescribePermissionsInput, opts ...request.Option) (*DescribePermissionsOutput, error)
- func (c *OpsWorks) DescribeRaidArrays(input *DescribeRaidArraysInput) (*DescribeRaidArraysOutput, error)
- func (c *OpsWorks) DescribeRaidArraysRequest(input *DescribeRaidArraysInput) (req *request.Request, output *DescribeRaidArraysOutput)
- func (c *OpsWorks) DescribeRaidArraysWithContext(ctx aws.Context, input *DescribeRaidArraysInput, opts ...request.Option) (*DescribeRaidArraysOutput, error)
- func (c *OpsWorks) DescribeRdsDbInstances(input *DescribeRdsDbInstancesInput) (*DescribeRdsDbInstancesOutput, error)
- func (c *OpsWorks) DescribeRdsDbInstancesRequest(input *DescribeRdsDbInstancesInput) (req *request.Request, output *DescribeRdsDbInstancesOutput)
- func (c *OpsWorks) DescribeRdsDbInstancesWithContext(ctx aws.Context, input *DescribeRdsDbInstancesInput, opts ...request.Option) (*DescribeRdsDbInstancesOutput, error)
- func (c *OpsWorks) DescribeServiceErrors(input *DescribeServiceErrorsInput) (*DescribeServiceErrorsOutput, error)
- func (c *OpsWorks) DescribeServiceErrorsRequest(input *DescribeServiceErrorsInput) (req *request.Request, output *DescribeServiceErrorsOutput)
- func (c *OpsWorks) DescribeServiceErrorsWithContext(ctx aws.Context, input *DescribeServiceErrorsInput, opts ...request.Option) (*DescribeServiceErrorsOutput, error)
- func (c *OpsWorks) DescribeStackProvisioningParameters(input *DescribeStackProvisioningParametersInput) (*DescribeStackProvisioningParametersOutput, error)
- func (c *OpsWorks) DescribeStackProvisioningParametersRequest(input *DescribeStackProvisioningParametersInput) (req *request.Request, output *DescribeStackProvisioningParametersOutput)
- func (c *OpsWorks) DescribeStackProvisioningParametersWithContext(ctx aws.Context, input *DescribeStackProvisioningParametersInput, ...) (*DescribeStackProvisioningParametersOutput, error)
- func (c *OpsWorks) DescribeStackSummary(input *DescribeStackSummaryInput) (*DescribeStackSummaryOutput, error)
- func (c *OpsWorks) DescribeStackSummaryRequest(input *DescribeStackSummaryInput) (req *request.Request, output *DescribeStackSummaryOutput)
- func (c *OpsWorks) DescribeStackSummaryWithContext(ctx aws.Context, input *DescribeStackSummaryInput, opts ...request.Option) (*DescribeStackSummaryOutput, error)
- func (c *OpsWorks) DescribeStacks(input *DescribeStacksInput) (*DescribeStacksOutput, error)
- func (c *OpsWorks) DescribeStacksRequest(input *DescribeStacksInput) (req *request.Request, output *DescribeStacksOutput)
- func (c *OpsWorks) DescribeStacksWithContext(ctx aws.Context, input *DescribeStacksInput, opts ...request.Option) (*DescribeStacksOutput, error)
- func (c *OpsWorks) DescribeTimeBasedAutoScaling(input *DescribeTimeBasedAutoScalingInput) (*DescribeTimeBasedAutoScalingOutput, error)
- func (c *OpsWorks) DescribeTimeBasedAutoScalingRequest(input *DescribeTimeBasedAutoScalingInput) (req *request.Request, output *DescribeTimeBasedAutoScalingOutput)
- func (c *OpsWorks) DescribeTimeBasedAutoScalingWithContext(ctx aws.Context, input *DescribeTimeBasedAutoScalingInput, ...) (*DescribeTimeBasedAutoScalingOutput, error)
- func (c *OpsWorks) DescribeUserProfiles(input *DescribeUserProfilesInput) (*DescribeUserProfilesOutput, error)
- func (c *OpsWorks) DescribeUserProfilesRequest(input *DescribeUserProfilesInput) (req *request.Request, output *DescribeUserProfilesOutput)
- func (c *OpsWorks) DescribeUserProfilesWithContext(ctx aws.Context, input *DescribeUserProfilesInput, opts ...request.Option) (*DescribeUserProfilesOutput, error)
- func (c *OpsWorks) DescribeVolumes(input *DescribeVolumesInput) (*DescribeVolumesOutput, error)
- func (c *OpsWorks) DescribeVolumesRequest(input *DescribeVolumesInput) (req *request.Request, output *DescribeVolumesOutput)
- func (c *OpsWorks) DescribeVolumesWithContext(ctx aws.Context, input *DescribeVolumesInput, opts ...request.Option) (*DescribeVolumesOutput, error)
- func (c *OpsWorks) DetachElasticLoadBalancer(input *DetachElasticLoadBalancerInput) (*DetachElasticLoadBalancerOutput, error)
- func (c *OpsWorks) DetachElasticLoadBalancerRequest(input *DetachElasticLoadBalancerInput) (req *request.Request, output *DetachElasticLoadBalancerOutput)
- func (c *OpsWorks) DetachElasticLoadBalancerWithContext(ctx aws.Context, input *DetachElasticLoadBalancerInput, opts ...request.Option) (*DetachElasticLoadBalancerOutput, error)
- func (c *OpsWorks) DisassociateElasticIp(input *DisassociateElasticIpInput) (*DisassociateElasticIpOutput, error)
- func (c *OpsWorks) DisassociateElasticIpRequest(input *DisassociateElasticIpInput) (req *request.Request, output *DisassociateElasticIpOutput)
- func (c *OpsWorks) DisassociateElasticIpWithContext(ctx aws.Context, input *DisassociateElasticIpInput, opts ...request.Option) (*DisassociateElasticIpOutput, error)
- func (c *OpsWorks) GetHostnameSuggestion(input *GetHostnameSuggestionInput) (*GetHostnameSuggestionOutput, error)
- func (c *OpsWorks) GetHostnameSuggestionRequest(input *GetHostnameSuggestionInput) (req *request.Request, output *GetHostnameSuggestionOutput)
- func (c *OpsWorks) GetHostnameSuggestionWithContext(ctx aws.Context, input *GetHostnameSuggestionInput, opts ...request.Option) (*GetHostnameSuggestionOutput, error)
- func (c *OpsWorks) GrantAccess(input *GrantAccessInput) (*GrantAccessOutput, error)
- func (c *OpsWorks) GrantAccessRequest(input *GrantAccessInput) (req *request.Request, output *GrantAccessOutput)
- func (c *OpsWorks) GrantAccessWithContext(ctx aws.Context, input *GrantAccessInput, opts ...request.Option) (*GrantAccessOutput, error)
- func (c *OpsWorks) RebootInstance(input *RebootInstanceInput) (*RebootInstanceOutput, error)
- func (c *OpsWorks) RebootInstanceRequest(input *RebootInstanceInput) (req *request.Request, output *RebootInstanceOutput)
- func (c *OpsWorks) RebootInstanceWithContext(ctx aws.Context, input *RebootInstanceInput, opts ...request.Option) (*RebootInstanceOutput, error)
- func (c *OpsWorks) RegisterEcsCluster(input *RegisterEcsClusterInput) (*RegisterEcsClusterOutput, error)
- func (c *OpsWorks) RegisterEcsClusterRequest(input *RegisterEcsClusterInput) (req *request.Request, output *RegisterEcsClusterOutput)
- func (c *OpsWorks) RegisterEcsClusterWithContext(ctx aws.Context, input *RegisterEcsClusterInput, opts ...request.Option) (*RegisterEcsClusterOutput, error)
- func (c *OpsWorks) RegisterElasticIp(input *RegisterElasticIpInput) (*RegisterElasticIpOutput, error)
- func (c *OpsWorks) RegisterElasticIpRequest(input *RegisterElasticIpInput) (req *request.Request, output *RegisterElasticIpOutput)
- func (c *OpsWorks) RegisterElasticIpWithContext(ctx aws.Context, input *RegisterElasticIpInput, opts ...request.Option) (*RegisterElasticIpOutput, error)
- func (c *OpsWorks) RegisterInstance(input *RegisterInstanceInput) (*RegisterInstanceOutput, error)
- func (c *OpsWorks) RegisterInstanceRequest(input *RegisterInstanceInput) (req *request.Request, output *RegisterInstanceOutput)
- func (c *OpsWorks) RegisterInstanceWithContext(ctx aws.Context, input *RegisterInstanceInput, opts ...request.Option) (*RegisterInstanceOutput, error)
- func (c *OpsWorks) RegisterRdsDbInstance(input *RegisterRdsDbInstanceInput) (*RegisterRdsDbInstanceOutput, error)
- func (c *OpsWorks) RegisterRdsDbInstanceRequest(input *RegisterRdsDbInstanceInput) (req *request.Request, output *RegisterRdsDbInstanceOutput)
- func (c *OpsWorks) RegisterRdsDbInstanceWithContext(ctx aws.Context, input *RegisterRdsDbInstanceInput, opts ...request.Option) (*RegisterRdsDbInstanceOutput, error)
- func (c *OpsWorks) RegisterVolume(input *RegisterVolumeInput) (*RegisterVolumeOutput, error)
- func (c *OpsWorks) RegisterVolumeRequest(input *RegisterVolumeInput) (req *request.Request, output *RegisterVolumeOutput)
- func (c *OpsWorks) RegisterVolumeWithContext(ctx aws.Context, input *RegisterVolumeInput, opts ...request.Option) (*RegisterVolumeOutput, error)
- func (c *OpsWorks) SetLoadBasedAutoScaling(input *SetLoadBasedAutoScalingInput) (*SetLoadBasedAutoScalingOutput, error)
- func (c *OpsWorks) SetLoadBasedAutoScalingRequest(input *SetLoadBasedAutoScalingInput) (req *request.Request, output *SetLoadBasedAutoScalingOutput)
- func (c *OpsWorks) SetLoadBasedAutoScalingWithContext(ctx aws.Context, input *SetLoadBasedAutoScalingInput, opts ...request.Option) (*SetLoadBasedAutoScalingOutput, error)
- func (c *OpsWorks) SetPermission(input *SetPermissionInput) (*SetPermissionOutput, error)
- func (c *OpsWorks) SetPermissionRequest(input *SetPermissionInput) (req *request.Request, output *SetPermissionOutput)
- func (c *OpsWorks) SetPermissionWithContext(ctx aws.Context, input *SetPermissionInput, opts ...request.Option) (*SetPermissionOutput, error)
- func (c *OpsWorks) SetTimeBasedAutoScaling(input *SetTimeBasedAutoScalingInput) (*SetTimeBasedAutoScalingOutput, error)
- func (c *OpsWorks) SetTimeBasedAutoScalingRequest(input *SetTimeBasedAutoScalingInput) (req *request.Request, output *SetTimeBasedAutoScalingOutput)
- func (c *OpsWorks) SetTimeBasedAutoScalingWithContext(ctx aws.Context, input *SetTimeBasedAutoScalingInput, opts ...request.Option) (*SetTimeBasedAutoScalingOutput, error)
- func (c *OpsWorks) StartInstance(input *StartInstanceInput) (*StartInstanceOutput, error)
- func (c *OpsWorks) StartInstanceRequest(input *StartInstanceInput) (req *request.Request, output *StartInstanceOutput)
- func (c *OpsWorks) StartInstanceWithContext(ctx aws.Context, input *StartInstanceInput, opts ...request.Option) (*StartInstanceOutput, error)
- func (c *OpsWorks) StartStack(input *StartStackInput) (*StartStackOutput, error)
- func (c *OpsWorks) StartStackRequest(input *StartStackInput) (req *request.Request, output *StartStackOutput)
- func (c *OpsWorks) StartStackWithContext(ctx aws.Context, input *StartStackInput, opts ...request.Option) (*StartStackOutput, error)
- func (c *OpsWorks) StopInstance(input *StopInstanceInput) (*StopInstanceOutput, error)
- func (c *OpsWorks) StopInstanceRequest(input *StopInstanceInput) (req *request.Request, output *StopInstanceOutput)
- func (c *OpsWorks) StopInstanceWithContext(ctx aws.Context, input *StopInstanceInput, opts ...request.Option) (*StopInstanceOutput, error)
- func (c *OpsWorks) StopStack(input *StopStackInput) (*StopStackOutput, error)
- func (c *OpsWorks) StopStackRequest(input *StopStackInput) (req *request.Request, output *StopStackOutput)
- func (c *OpsWorks) StopStackWithContext(ctx aws.Context, input *StopStackInput, opts ...request.Option) (*StopStackOutput, error)
- func (c *OpsWorks) UnassignInstance(input *UnassignInstanceInput) (*UnassignInstanceOutput, error)
- func (c *OpsWorks) UnassignInstanceRequest(input *UnassignInstanceInput) (req *request.Request, output *UnassignInstanceOutput)
- func (c *OpsWorks) UnassignInstanceWithContext(ctx aws.Context, input *UnassignInstanceInput, opts ...request.Option) (*UnassignInstanceOutput, error)
- func (c *OpsWorks) UnassignVolume(input *UnassignVolumeInput) (*UnassignVolumeOutput, error)
- func (c *OpsWorks) UnassignVolumeRequest(input *UnassignVolumeInput) (req *request.Request, output *UnassignVolumeOutput)
- func (c *OpsWorks) UnassignVolumeWithContext(ctx aws.Context, input *UnassignVolumeInput, opts ...request.Option) (*UnassignVolumeOutput, error)
- func (c *OpsWorks) UpdateApp(input *UpdateAppInput) (*UpdateAppOutput, error)
- func (c *OpsWorks) UpdateAppRequest(input *UpdateAppInput) (req *request.Request, output *UpdateAppOutput)
- func (c *OpsWorks) UpdateAppWithContext(ctx aws.Context, input *UpdateAppInput, opts ...request.Option) (*UpdateAppOutput, error)
- func (c *OpsWorks) UpdateElasticIp(input *UpdateElasticIpInput) (*UpdateElasticIpOutput, error)
- func (c *OpsWorks) UpdateElasticIpRequest(input *UpdateElasticIpInput) (req *request.Request, output *UpdateElasticIpOutput)
- func (c *OpsWorks) UpdateElasticIpWithContext(ctx aws.Context, input *UpdateElasticIpInput, opts ...request.Option) (*UpdateElasticIpOutput, error)
- func (c *OpsWorks) UpdateInstance(input *UpdateInstanceInput) (*UpdateInstanceOutput, error)
- func (c *OpsWorks) UpdateInstanceRequest(input *UpdateInstanceInput) (req *request.Request, output *UpdateInstanceOutput)
- func (c *OpsWorks) UpdateInstanceWithContext(ctx aws.Context, input *UpdateInstanceInput, opts ...request.Option) (*UpdateInstanceOutput, error)
- func (c *OpsWorks) UpdateLayer(input *UpdateLayerInput) (*UpdateLayerOutput, error)
- func (c *OpsWorks) UpdateLayerRequest(input *UpdateLayerInput) (req *request.Request, output *UpdateLayerOutput)
- func (c *OpsWorks) UpdateLayerWithContext(ctx aws.Context, input *UpdateLayerInput, opts ...request.Option) (*UpdateLayerOutput, error)
- func (c *OpsWorks) UpdateMyUserProfile(input *UpdateMyUserProfileInput) (*UpdateMyUserProfileOutput, error)
- func (c *OpsWorks) UpdateMyUserProfileRequest(input *UpdateMyUserProfileInput) (req *request.Request, output *UpdateMyUserProfileOutput)
- func (c *OpsWorks) UpdateMyUserProfileWithContext(ctx aws.Context, input *UpdateMyUserProfileInput, opts ...request.Option) (*UpdateMyUserProfileOutput, error)
- func (c *OpsWorks) UpdateRdsDbInstance(input *UpdateRdsDbInstanceInput) (*UpdateRdsDbInstanceOutput, error)
- func (c *OpsWorks) UpdateRdsDbInstanceRequest(input *UpdateRdsDbInstanceInput) (req *request.Request, output *UpdateRdsDbInstanceOutput)
- func (c *OpsWorks) UpdateRdsDbInstanceWithContext(ctx aws.Context, input *UpdateRdsDbInstanceInput, opts ...request.Option) (*UpdateRdsDbInstanceOutput, error)
- func (c *OpsWorks) UpdateStack(input *UpdateStackInput) (*UpdateStackOutput, error)
- func (c *OpsWorks) UpdateStackRequest(input *UpdateStackInput) (req *request.Request, output *UpdateStackOutput)
- func (c *OpsWorks) UpdateStackWithContext(ctx aws.Context, input *UpdateStackInput, opts ...request.Option) (*UpdateStackOutput, error)
- func (c *OpsWorks) UpdateUserProfile(input *UpdateUserProfileInput) (*UpdateUserProfileOutput, error)
- func (c *OpsWorks) UpdateUserProfileRequest(input *UpdateUserProfileInput) (req *request.Request, output *UpdateUserProfileOutput)
- func (c *OpsWorks) UpdateUserProfileWithContext(ctx aws.Context, input *UpdateUserProfileInput, opts ...request.Option) (*UpdateUserProfileOutput, error)
- func (c *OpsWorks) UpdateVolume(input *UpdateVolumeInput) (*UpdateVolumeOutput, error)
- func (c *OpsWorks) UpdateVolumeRequest(input *UpdateVolumeInput) (req *request.Request, output *UpdateVolumeOutput)
- func (c *OpsWorks) UpdateVolumeWithContext(ctx aws.Context, input *UpdateVolumeInput, opts ...request.Option) (*UpdateVolumeOutput, error)
- func (c *OpsWorks) WaitUntilAppExists(input *DescribeAppsInput) error
- func (c *OpsWorks) WaitUntilAppExistsWithContext(ctx aws.Context, input *DescribeAppsInput, opts ...request.WaiterOption) error
- func (c *OpsWorks) WaitUntilDeploymentSuccessful(input *DescribeDeploymentsInput) error
- func (c *OpsWorks) WaitUntilDeploymentSuccessfulWithContext(ctx aws.Context, input *DescribeDeploymentsInput, opts ...request.WaiterOption) error
- func (c *OpsWorks) WaitUntilInstanceOnline(input *DescribeInstancesInput) error
- func (c *OpsWorks) WaitUntilInstanceOnlineWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
- func (c *OpsWorks) WaitUntilInstanceRegistered(input *DescribeInstancesInput) error
- func (c *OpsWorks) WaitUntilInstanceRegisteredWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
- func (c *OpsWorks) WaitUntilInstanceStopped(input *DescribeInstancesInput) error
- func (c *OpsWorks) WaitUntilInstanceStoppedWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
- func (c *OpsWorks) WaitUntilInstanceTerminated(input *DescribeInstancesInput) error
- func (c *OpsWorks) WaitUntilInstanceTerminatedWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
- type Permission
- func (s Permission) GoString() string
- func (s *Permission) SetAllowSsh(v bool) *Permission
- func (s *Permission) SetAllowSudo(v bool) *Permission
- func (s *Permission) SetIamUserArn(v string) *Permission
- func (s *Permission) SetLevel(v string) *Permission
- func (s *Permission) SetStackId(v string) *Permission
- func (s Permission) String() string
- type RaidArray
- func (s RaidArray) GoString() string
- func (s *RaidArray) SetAvailabilityZone(v string) *RaidArray
- func (s *RaidArray) SetCreatedAt(v string) *RaidArray
- func (s *RaidArray) SetDevice(v string) *RaidArray
- func (s *RaidArray) SetInstanceId(v string) *RaidArray
- func (s *RaidArray) SetIops(v int64) *RaidArray
- func (s *RaidArray) SetMountPoint(v string) *RaidArray
- func (s *RaidArray) SetName(v string) *RaidArray
- func (s *RaidArray) SetNumberOfDisks(v int64) *RaidArray
- func (s *RaidArray) SetRaidArrayId(v string) *RaidArray
- func (s *RaidArray) SetRaidLevel(v int64) *RaidArray
- func (s *RaidArray) SetSize(v int64) *RaidArray
- func (s *RaidArray) SetStackId(v string) *RaidArray
- func (s *RaidArray) SetVolumeType(v string) *RaidArray
- func (s RaidArray) String() string
- type RdsDbInstance
- func (s RdsDbInstance) GoString() string
- func (s *RdsDbInstance) SetAddress(v string) *RdsDbInstance
- func (s *RdsDbInstance) SetDbInstanceIdentifier(v string) *RdsDbInstance
- func (s *RdsDbInstance) SetDbPassword(v string) *RdsDbInstance
- func (s *RdsDbInstance) SetDbUser(v string) *RdsDbInstance
- func (s *RdsDbInstance) SetEngine(v string) *RdsDbInstance
- func (s *RdsDbInstance) SetMissingOnRds(v bool) *RdsDbInstance
- func (s *RdsDbInstance) SetRdsDbInstanceArn(v string) *RdsDbInstance
- func (s *RdsDbInstance) SetRegion(v string) *RdsDbInstance
- func (s *RdsDbInstance) SetStackId(v string) *RdsDbInstance
- func (s RdsDbInstance) String() string
- type RebootInstanceInput
- type RebootInstanceOutput
- type Recipes
- func (s Recipes) GoString() string
- func (s *Recipes) SetConfigure(v []*string) *Recipes
- func (s *Recipes) SetDeploy(v []*string) *Recipes
- func (s *Recipes) SetSetup(v []*string) *Recipes
- func (s *Recipes) SetShutdown(v []*string) *Recipes
- func (s *Recipes) SetUndeploy(v []*string) *Recipes
- func (s Recipes) String() string
- type RegisterEcsClusterInput
- func (s RegisterEcsClusterInput) GoString() string
- func (s *RegisterEcsClusterInput) SetEcsClusterArn(v string) *RegisterEcsClusterInput
- func (s *RegisterEcsClusterInput) SetStackId(v string) *RegisterEcsClusterInput
- func (s RegisterEcsClusterInput) String() string
- func (s *RegisterEcsClusterInput) Validate() error
- type RegisterEcsClusterOutput
- type RegisterElasticIpInput
- func (s RegisterElasticIpInput) GoString() string
- func (s *RegisterElasticIpInput) SetElasticIp(v string) *RegisterElasticIpInput
- func (s *RegisterElasticIpInput) SetStackId(v string) *RegisterElasticIpInput
- func (s RegisterElasticIpInput) String() string
- func (s *RegisterElasticIpInput) Validate() error
- type RegisterElasticIpOutput
- type RegisterInstanceInput
- func (s RegisterInstanceInput) GoString() string
- func (s *RegisterInstanceInput) SetHostname(v string) *RegisterInstanceInput
- func (s *RegisterInstanceInput) SetInstanceIdentity(v *InstanceIdentity) *RegisterInstanceInput
- func (s *RegisterInstanceInput) SetPrivateIp(v string) *RegisterInstanceInput
- func (s *RegisterInstanceInput) SetPublicIp(v string) *RegisterInstanceInput
- func (s *RegisterInstanceInput) SetRsaPublicKey(v string) *RegisterInstanceInput
- func (s *RegisterInstanceInput) SetRsaPublicKeyFingerprint(v string) *RegisterInstanceInput
- func (s *RegisterInstanceInput) SetStackId(v string) *RegisterInstanceInput
- func (s RegisterInstanceInput) String() string
- func (s *RegisterInstanceInput) Validate() error
- type RegisterInstanceOutput
- type RegisterRdsDbInstanceInput
- func (s RegisterRdsDbInstanceInput) GoString() string
- func (s *RegisterRdsDbInstanceInput) SetDbPassword(v string) *RegisterRdsDbInstanceInput
- func (s *RegisterRdsDbInstanceInput) SetDbUser(v string) *RegisterRdsDbInstanceInput
- func (s *RegisterRdsDbInstanceInput) SetRdsDbInstanceArn(v string) *RegisterRdsDbInstanceInput
- func (s *RegisterRdsDbInstanceInput) SetStackId(v string) *RegisterRdsDbInstanceInput
- func (s RegisterRdsDbInstanceInput) String() string
- func (s *RegisterRdsDbInstanceInput) Validate() error
- type RegisterRdsDbInstanceOutput
- type RegisterVolumeInput
- type RegisterVolumeOutput
- type ReportedOs
- type SelfUserProfile
- func (s SelfUserProfile) GoString() string
- func (s *SelfUserProfile) SetIamUserArn(v string) *SelfUserProfile
- func (s *SelfUserProfile) SetName(v string) *SelfUserProfile
- func (s *SelfUserProfile) SetSshPublicKey(v string) *SelfUserProfile
- func (s *SelfUserProfile) SetSshUsername(v string) *SelfUserProfile
- func (s SelfUserProfile) String() string
- type ServiceError
- func (s ServiceError) GoString() string
- func (s *ServiceError) SetCreatedAt(v string) *ServiceError
- func (s *ServiceError) SetInstanceId(v string) *ServiceError
- func (s *ServiceError) SetMessage(v string) *ServiceError
- func (s *ServiceError) SetServiceErrorId(v string) *ServiceError
- func (s *ServiceError) SetStackId(v string) *ServiceError
- func (s *ServiceError) SetType(v string) *ServiceError
- func (s ServiceError) String() string
- type SetLoadBasedAutoScalingInput
- func (s SetLoadBasedAutoScalingInput) GoString() string
- func (s *SetLoadBasedAutoScalingInput) SetDownScaling(v *AutoScalingThresholds) *SetLoadBasedAutoScalingInput
- func (s *SetLoadBasedAutoScalingInput) SetEnable(v bool) *SetLoadBasedAutoScalingInput
- func (s *SetLoadBasedAutoScalingInput) SetLayerId(v string) *SetLoadBasedAutoScalingInput
- func (s *SetLoadBasedAutoScalingInput) SetUpScaling(v *AutoScalingThresholds) *SetLoadBasedAutoScalingInput
- func (s SetLoadBasedAutoScalingInput) String() string
- func (s *SetLoadBasedAutoScalingInput) Validate() error
- type SetLoadBasedAutoScalingOutput
- type SetPermissionInput
- func (s SetPermissionInput) GoString() string
- func (s *SetPermissionInput) SetAllowSsh(v bool) *SetPermissionInput
- func (s *SetPermissionInput) SetAllowSudo(v bool) *SetPermissionInput
- func (s *SetPermissionInput) SetIamUserArn(v string) *SetPermissionInput
- func (s *SetPermissionInput) SetLevel(v string) *SetPermissionInput
- func (s *SetPermissionInput) SetStackId(v string) *SetPermissionInput
- func (s SetPermissionInput) String() string
- func (s *SetPermissionInput) Validate() error
- type SetPermissionOutput
- type SetTimeBasedAutoScalingInput
- func (s SetTimeBasedAutoScalingInput) GoString() string
- func (s *SetTimeBasedAutoScalingInput) SetAutoScalingSchedule(v *WeeklyAutoScalingSchedule) *SetTimeBasedAutoScalingInput
- func (s *SetTimeBasedAutoScalingInput) SetInstanceId(v string) *SetTimeBasedAutoScalingInput
- func (s SetTimeBasedAutoScalingInput) String() string
- func (s *SetTimeBasedAutoScalingInput) Validate() error
- type SetTimeBasedAutoScalingOutput
- type ShutdownEventConfiguration
- func (s ShutdownEventConfiguration) GoString() string
- func (s *ShutdownEventConfiguration) SetDelayUntilElbConnectionsDrained(v bool) *ShutdownEventConfiguration
- func (s *ShutdownEventConfiguration) SetExecutionTimeout(v int64) *ShutdownEventConfiguration
- func (s ShutdownEventConfiguration) String() string
- type Source
- func (s Source) GoString() string
- func (s *Source) SetPassword(v string) *Source
- func (s *Source) SetRevision(v string) *Source
- func (s *Source) SetSshKey(v string) *Source
- func (s *Source) SetType(v string) *Source
- func (s *Source) SetUrl(v string) *Source
- func (s *Source) SetUsername(v string) *Source
- func (s Source) String() string
- type SslConfiguration
- func (s SslConfiguration) GoString() string
- func (s *SslConfiguration) SetCertificate(v string) *SslConfiguration
- func (s *SslConfiguration) SetChain(v string) *SslConfiguration
- func (s *SslConfiguration) SetPrivateKey(v string) *SslConfiguration
- func (s SslConfiguration) String() string
- func (s *SslConfiguration) Validate() error
- type Stack
- func (s Stack) GoString() string
- func (s *Stack) SetAgentVersion(v string) *Stack
- func (s *Stack) SetArn(v string) *Stack
- func (s *Stack) SetAttributes(v map[string]*string) *Stack
- func (s *Stack) SetChefConfiguration(v *ChefConfiguration) *Stack
- func (s *Stack) SetConfigurationManager(v *StackConfigurationManager) *Stack
- func (s *Stack) SetCreatedAt(v string) *Stack
- func (s *Stack) SetCustomCookbooksSource(v *Source) *Stack
- func (s *Stack) SetCustomJson(v string) *Stack
- func (s *Stack) SetDefaultAvailabilityZone(v string) *Stack
- func (s *Stack) SetDefaultInstanceProfileArn(v string) *Stack
- func (s *Stack) SetDefaultOs(v string) *Stack
- func (s *Stack) SetDefaultRootDeviceType(v string) *Stack
- func (s *Stack) SetDefaultSshKeyName(v string) *Stack
- func (s *Stack) SetDefaultSubnetId(v string) *Stack
- func (s *Stack) SetHostnameTheme(v string) *Stack
- func (s *Stack) SetName(v string) *Stack
- func (s *Stack) SetRegion(v string) *Stack
- func (s *Stack) SetServiceRoleArn(v string) *Stack
- func (s *Stack) SetStackId(v string) *Stack
- func (s *Stack) SetUseCustomCookbooks(v bool) *Stack
- func (s *Stack) SetUseOpsworksSecurityGroups(v bool) *Stack
- func (s *Stack) SetVpcId(v string) *Stack
- func (s Stack) String() string
- type StackConfigurationManager
- type StackSummary
- func (s StackSummary) GoString() string
- func (s *StackSummary) SetAppsCount(v int64) *StackSummary
- func (s *StackSummary) SetArn(v string) *StackSummary
- func (s *StackSummary) SetInstancesCount(v *InstancesCount) *StackSummary
- func (s *StackSummary) SetLayersCount(v int64) *StackSummary
- func (s *StackSummary) SetName(v string) *StackSummary
- func (s *StackSummary) SetStackId(v string) *StackSummary
- func (s StackSummary) String() string
- type StartInstanceInput
- type StartInstanceOutput
- type StartStackInput
- type StartStackOutput
- type StopInstanceInput
- type StopInstanceOutput
- type StopStackInput
- type StopStackOutput
- type TemporaryCredential
- func (s TemporaryCredential) GoString() string
- func (s *TemporaryCredential) SetInstanceId(v string) *TemporaryCredential
- func (s *TemporaryCredential) SetPassword(v string) *TemporaryCredential
- func (s *TemporaryCredential) SetUsername(v string) *TemporaryCredential
- func (s *TemporaryCredential) SetValidForInMinutes(v int64) *TemporaryCredential
- func (s TemporaryCredential) String() string
- type TimeBasedAutoScalingConfiguration
- func (s TimeBasedAutoScalingConfiguration) GoString() string
- func (s *TimeBasedAutoScalingConfiguration) SetAutoScalingSchedule(v *WeeklyAutoScalingSchedule) *TimeBasedAutoScalingConfiguration
- func (s *TimeBasedAutoScalingConfiguration) SetInstanceId(v string) *TimeBasedAutoScalingConfiguration
- func (s TimeBasedAutoScalingConfiguration) String() string
- type UnassignInstanceInput
- type UnassignInstanceOutput
- type UnassignVolumeInput
- type UnassignVolumeOutput
- type UpdateAppInput
- func (s UpdateAppInput) GoString() string
- func (s *UpdateAppInput) SetAppId(v string) *UpdateAppInput
- func (s *UpdateAppInput) SetAppSource(v *Source) *UpdateAppInput
- func (s *UpdateAppInput) SetAttributes(v map[string]*string) *UpdateAppInput
- func (s *UpdateAppInput) SetDataSources(v []*DataSource) *UpdateAppInput
- func (s *UpdateAppInput) SetDescription(v string) *UpdateAppInput
- func (s *UpdateAppInput) SetDomains(v []*string) *UpdateAppInput
- func (s *UpdateAppInput) SetEnableSsl(v bool) *UpdateAppInput
- func (s *UpdateAppInput) SetEnvironment(v []*EnvironmentVariable) *UpdateAppInput
- func (s *UpdateAppInput) SetName(v string) *UpdateAppInput
- func (s *UpdateAppInput) SetSslConfiguration(v *SslConfiguration) *UpdateAppInput
- func (s *UpdateAppInput) SetType(v string) *UpdateAppInput
- func (s UpdateAppInput) String() string
- func (s *UpdateAppInput) Validate() error
- type UpdateAppOutput
- type UpdateElasticIpInput
- type UpdateElasticIpOutput
- type UpdateInstanceInput
- func (s UpdateInstanceInput) GoString() string
- func (s *UpdateInstanceInput) SetAgentVersion(v string) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetAmiId(v string) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetArchitecture(v string) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetAutoScalingType(v string) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetEbsOptimized(v bool) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetHostname(v string) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetInstallUpdatesOnBoot(v bool) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetInstanceId(v string) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetInstanceType(v string) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetLayerIds(v []*string) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetOs(v string) *UpdateInstanceInput
- func (s *UpdateInstanceInput) SetSshKeyName(v string) *UpdateInstanceInput
- func (s UpdateInstanceInput) String() string
- func (s *UpdateInstanceInput) Validate() error
- type UpdateInstanceOutput
- type UpdateLayerInput
- func (s UpdateLayerInput) GoString() string
- func (s *UpdateLayerInput) SetAttributes(v map[string]*string) *UpdateLayerInput
- func (s *UpdateLayerInput) SetAutoAssignElasticIps(v bool) *UpdateLayerInput
- func (s *UpdateLayerInput) SetAutoAssignPublicIps(v bool) *UpdateLayerInput
- func (s *UpdateLayerInput) SetCloudWatchLogsConfiguration(v *CloudWatchLogsConfiguration) *UpdateLayerInput
- func (s *UpdateLayerInput) SetCustomInstanceProfileArn(v string) *UpdateLayerInput
- func (s *UpdateLayerInput) SetCustomJson(v string) *UpdateLayerInput
- func (s *UpdateLayerInput) SetCustomRecipes(v *Recipes) *UpdateLayerInput
- func (s *UpdateLayerInput) SetCustomSecurityGroupIds(v []*string) *UpdateLayerInput
- func (s *UpdateLayerInput) SetEnableAutoHealing(v bool) *UpdateLayerInput
- func (s *UpdateLayerInput) SetInstallUpdatesOnBoot(v bool) *UpdateLayerInput
- func (s *UpdateLayerInput) SetLayerId(v string) *UpdateLayerInput
- func (s *UpdateLayerInput) SetLifecycleEventConfiguration(v *LifecycleEventConfiguration) *UpdateLayerInput
- func (s *UpdateLayerInput) SetName(v string) *UpdateLayerInput
- func (s *UpdateLayerInput) SetPackages(v []*string) *UpdateLayerInput
- func (s *UpdateLayerInput) SetShortname(v string) *UpdateLayerInput
- func (s *UpdateLayerInput) SetUseEbsOptimizedInstances(v bool) *UpdateLayerInput
- func (s *UpdateLayerInput) SetVolumeConfigurations(v []*VolumeConfiguration) *UpdateLayerInput
- func (s UpdateLayerInput) String() string
- func (s *UpdateLayerInput) Validate() error
- type UpdateLayerOutput
- type UpdateMyUserProfileInput
- type UpdateMyUserProfileOutput
- type UpdateRdsDbInstanceInput
- func (s UpdateRdsDbInstanceInput) GoString() string
- func (s *UpdateRdsDbInstanceInput) SetDbPassword(v string) *UpdateRdsDbInstanceInput
- func (s *UpdateRdsDbInstanceInput) SetDbUser(v string) *UpdateRdsDbInstanceInput
- func (s *UpdateRdsDbInstanceInput) SetRdsDbInstanceArn(v string) *UpdateRdsDbInstanceInput
- func (s UpdateRdsDbInstanceInput) String() string
- func (s *UpdateRdsDbInstanceInput) Validate() error
- type UpdateRdsDbInstanceOutput
- type UpdateStackInput
- func (s UpdateStackInput) GoString() string
- func (s *UpdateStackInput) SetAgentVersion(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetAttributes(v map[string]*string) *UpdateStackInput
- func (s *UpdateStackInput) SetChefConfiguration(v *ChefConfiguration) *UpdateStackInput
- func (s *UpdateStackInput) SetConfigurationManager(v *StackConfigurationManager) *UpdateStackInput
- func (s *UpdateStackInput) SetCustomCookbooksSource(v *Source) *UpdateStackInput
- func (s *UpdateStackInput) SetCustomJson(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetDefaultAvailabilityZone(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetDefaultInstanceProfileArn(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetDefaultOs(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetDefaultRootDeviceType(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetDefaultSshKeyName(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetDefaultSubnetId(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetHostnameTheme(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetName(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetServiceRoleArn(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetStackId(v string) *UpdateStackInput
- func (s *UpdateStackInput) SetUseCustomCookbooks(v bool) *UpdateStackInput
- func (s *UpdateStackInput) SetUseOpsworksSecurityGroups(v bool) *UpdateStackInput
- func (s UpdateStackInput) String() string
- func (s *UpdateStackInput) Validate() error
- type UpdateStackOutput
- type UpdateUserProfileInput
- func (s UpdateUserProfileInput) GoString() string
- func (s *UpdateUserProfileInput) SetAllowSelfManagement(v bool) *UpdateUserProfileInput
- func (s *UpdateUserProfileInput) SetIamUserArn(v string) *UpdateUserProfileInput
- func (s *UpdateUserProfileInput) SetSshPublicKey(v string) *UpdateUserProfileInput
- func (s *UpdateUserProfileInput) SetSshUsername(v string) *UpdateUserProfileInput
- func (s UpdateUserProfileInput) String() string
- func (s *UpdateUserProfileInput) Validate() error
- type UpdateUserProfileOutput
- type UpdateVolumeInput
- func (s UpdateVolumeInput) GoString() string
- func (s *UpdateVolumeInput) SetMountPoint(v string) *UpdateVolumeInput
- func (s *UpdateVolumeInput) SetName(v string) *UpdateVolumeInput
- func (s *UpdateVolumeInput) SetVolumeId(v string) *UpdateVolumeInput
- func (s UpdateVolumeInput) String() string
- func (s *UpdateVolumeInput) Validate() error
- type UpdateVolumeOutput
- type UserProfile
- func (s UserProfile) GoString() string
- func (s *UserProfile) SetAllowSelfManagement(v bool) *UserProfile
- func (s *UserProfile) SetIamUserArn(v string) *UserProfile
- func (s *UserProfile) SetName(v string) *UserProfile
- func (s *UserProfile) SetSshPublicKey(v string) *UserProfile
- func (s *UserProfile) SetSshUsername(v string) *UserProfile
- func (s UserProfile) String() string
- type Volume
- func (s Volume) GoString() string
- func (s *Volume) SetAvailabilityZone(v string) *Volume
- func (s *Volume) SetDevice(v string) *Volume
- func (s *Volume) SetEc2VolumeId(v string) *Volume
- func (s *Volume) SetInstanceId(v string) *Volume
- func (s *Volume) SetIops(v int64) *Volume
- func (s *Volume) SetMountPoint(v string) *Volume
- func (s *Volume) SetName(v string) *Volume
- func (s *Volume) SetRaidArrayId(v string) *Volume
- func (s *Volume) SetRegion(v string) *Volume
- func (s *Volume) SetSize(v int64) *Volume
- func (s *Volume) SetStatus(v string) *Volume
- func (s *Volume) SetVolumeId(v string) *Volume
- func (s *Volume) SetVolumeType(v string) *Volume
- func (s Volume) String() string
- type VolumeConfiguration
- func (s VolumeConfiguration) GoString() string
- func (s *VolumeConfiguration) SetIops(v int64) *VolumeConfiguration
- func (s *VolumeConfiguration) SetMountPoint(v string) *VolumeConfiguration
- func (s *VolumeConfiguration) SetNumberOfDisks(v int64) *VolumeConfiguration
- func (s *VolumeConfiguration) SetRaidLevel(v int64) *VolumeConfiguration
- func (s *VolumeConfiguration) SetSize(v int64) *VolumeConfiguration
- func (s *VolumeConfiguration) SetVolumeType(v string) *VolumeConfiguration
- func (s VolumeConfiguration) String() string
- func (s *VolumeConfiguration) Validate() error
- type WeeklyAutoScalingSchedule
- func (s WeeklyAutoScalingSchedule) GoString() string
- func (s *WeeklyAutoScalingSchedule) SetFriday(v map[string]*string) *WeeklyAutoScalingSchedule
- func (s *WeeklyAutoScalingSchedule) SetMonday(v map[string]*string) *WeeklyAutoScalingSchedule
- func (s *WeeklyAutoScalingSchedule) SetSaturday(v map[string]*string) *WeeklyAutoScalingSchedule
- func (s *WeeklyAutoScalingSchedule) SetSunday(v map[string]*string) *WeeklyAutoScalingSchedule
- func (s *WeeklyAutoScalingSchedule) SetThursday(v map[string]*string) *WeeklyAutoScalingSchedule
- func (s *WeeklyAutoScalingSchedule) SetTuesday(v map[string]*string) *WeeklyAutoScalingSchedule
- func (s *WeeklyAutoScalingSchedule) SetWednesday(v map[string]*string) *WeeklyAutoScalingSchedule
- func (s WeeklyAutoScalingSchedule) String() string
Examples ¶
- OpsWorks.AssignInstance
- OpsWorks.AssignVolume
- OpsWorks.AssociateElasticIp
- OpsWorks.AttachElasticLoadBalancer
- OpsWorks.CloneStack
- OpsWorks.CreateApp
- OpsWorks.CreateDeployment
- OpsWorks.CreateInstance
- OpsWorks.CreateLayer
- OpsWorks.CreateStack
- OpsWorks.CreateUserProfile
- OpsWorks.DeleteApp
- OpsWorks.DeleteInstance
- OpsWorks.DeleteLayer
- OpsWorks.DeleteStack
- OpsWorks.DeleteUserProfile
- OpsWorks.DeregisterEcsCluster
- OpsWorks.DeregisterElasticIp
- OpsWorks.DeregisterInstance
- OpsWorks.DeregisterRdsDbInstance
- OpsWorks.DeregisterVolume
- OpsWorks.DescribeAgentVersions
- OpsWorks.DescribeApps
- OpsWorks.DescribeCommands
- OpsWorks.DescribeDeployments
- OpsWorks.DescribeEcsClusters
- OpsWorks.DescribeElasticIps
- OpsWorks.DescribeElasticLoadBalancers
- OpsWorks.DescribeInstances
- OpsWorks.DescribeLayers
- OpsWorks.DescribeLoadBasedAutoScaling
- OpsWorks.DescribeMyUserProfile
- OpsWorks.DescribePermissions
- OpsWorks.DescribeRaidArrays
- OpsWorks.DescribeRdsDbInstances
- OpsWorks.DescribeServiceErrors
- OpsWorks.DescribeStackProvisioningParameters
- OpsWorks.DescribeStackSummary
- OpsWorks.DescribeStacks
- OpsWorks.DescribeTimeBasedAutoScaling
- OpsWorks.DescribeUserProfiles
- OpsWorks.DescribeVolumes
- OpsWorks.DetachElasticLoadBalancer
- OpsWorks.DisassociateElasticIp
- OpsWorks.GetHostnameSuggestion
- OpsWorks.GrantAccess
- OpsWorks.RebootInstance
- OpsWorks.RegisterEcsCluster
- OpsWorks.RegisterElasticIp
- OpsWorks.RegisterInstance
- OpsWorks.RegisterRdsDbInstance
- OpsWorks.RegisterVolume
- OpsWorks.SetLoadBasedAutoScaling
- OpsWorks.SetPermission
- OpsWorks.SetTimeBasedAutoScaling
- OpsWorks.StartInstance
- OpsWorks.StartStack
- OpsWorks.StopInstance
- OpsWorks.StopStack
- OpsWorks.UnassignInstance
- OpsWorks.UnassignVolume
- OpsWorks.UpdateApp
- OpsWorks.UpdateElasticIp
- OpsWorks.UpdateInstance
- OpsWorks.UpdateLayer
- OpsWorks.UpdateMyUserProfile
- OpsWorks.UpdateRdsDbInstance
- OpsWorks.UpdateStack
- OpsWorks.UpdateUserProfile
- OpsWorks.UpdateVolume
Constants ¶
const ( // AppAttributesKeysDocumentRoot is a AppAttributesKeys enum value AppAttributesKeysDocumentRoot = "DocumentRoot" // AppAttributesKeysRailsEnv is a AppAttributesKeys enum value AppAttributesKeysRailsEnv = "RailsEnv" // AppAttributesKeysAutoBundleOnDeploy is a AppAttributesKeys enum value AppAttributesKeysAutoBundleOnDeploy = "AutoBundleOnDeploy" // AppAttributesKeysAwsFlowRubySettings is a AppAttributesKeys enum value AppAttributesKeysAwsFlowRubySettings = "AwsFlowRubySettings" )
const ( // AppTypeAwsFlowRuby is a AppType enum value AppTypeAwsFlowRuby = "aws-flow-ruby" // AppTypeJava is a AppType enum value AppTypeJava = "java" // AppTypeRails is a AppType enum value AppTypeRails = "rails" // AppTypePhp is a AppType enum value AppTypePhp = "php" // AppTypeNodejs is a AppType enum value AppTypeNodejs = "nodejs" // AppTypeStatic is a AppType enum value AppTypeStatic = "static" // AppTypeOther is a AppType enum value AppTypeOther = "other" )
const ( // ArchitectureX8664 is a Architecture enum value ArchitectureX8664 = "x86_64" // ArchitectureI386 is a Architecture enum value ArchitectureI386 = "i386" )
const ( // AutoScalingTypeLoad is a AutoScalingType enum value AutoScalingTypeLoad = "load" // AutoScalingTypeTimer is a AutoScalingType enum value AutoScalingTypeTimer = "timer" )
const ( // CloudWatchLogsEncodingAscii is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingAscii = "ascii" // CloudWatchLogsEncodingBig5 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingBig5 = "big5" // CloudWatchLogsEncodingBig5hkscs is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingBig5hkscs = "big5hkscs" // CloudWatchLogsEncodingCp037 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp037 = "cp037" // CloudWatchLogsEncodingCp424 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp424 = "cp424" // CloudWatchLogsEncodingCp437 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp437 = "cp437" // CloudWatchLogsEncodingCp500 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp500 = "cp500" // CloudWatchLogsEncodingCp720 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp720 = "cp720" // CloudWatchLogsEncodingCp737 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp737 = "cp737" // CloudWatchLogsEncodingCp775 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp775 = "cp775" // CloudWatchLogsEncodingCp850 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp850 = "cp850" // CloudWatchLogsEncodingCp852 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp852 = "cp852" // CloudWatchLogsEncodingCp855 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp855 = "cp855" // CloudWatchLogsEncodingCp856 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp856 = "cp856" // CloudWatchLogsEncodingCp857 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp857 = "cp857" // CloudWatchLogsEncodingCp858 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp858 = "cp858" // CloudWatchLogsEncodingCp860 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp860 = "cp860" // CloudWatchLogsEncodingCp861 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp861 = "cp861" // CloudWatchLogsEncodingCp862 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp862 = "cp862" // CloudWatchLogsEncodingCp863 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp863 = "cp863" // CloudWatchLogsEncodingCp864 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp864 = "cp864" // CloudWatchLogsEncodingCp865 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp865 = "cp865" // CloudWatchLogsEncodingCp866 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp866 = "cp866" // CloudWatchLogsEncodingCp869 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp869 = "cp869" // CloudWatchLogsEncodingCp874 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp874 = "cp874" // CloudWatchLogsEncodingCp875 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp875 = "cp875" // CloudWatchLogsEncodingCp932 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp932 = "cp932" // CloudWatchLogsEncodingCp949 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp949 = "cp949" // CloudWatchLogsEncodingCp950 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp950 = "cp950" // CloudWatchLogsEncodingCp1006 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1006 = "cp1006" // CloudWatchLogsEncodingCp1026 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1026 = "cp1026" // CloudWatchLogsEncodingCp1140 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1140 = "cp1140" // CloudWatchLogsEncodingCp1250 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1250 = "cp1250" // CloudWatchLogsEncodingCp1251 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1251 = "cp1251" // CloudWatchLogsEncodingCp1252 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1252 = "cp1252" // CloudWatchLogsEncodingCp1253 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1253 = "cp1253" // CloudWatchLogsEncodingCp1254 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1254 = "cp1254" // CloudWatchLogsEncodingCp1255 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1255 = "cp1255" // CloudWatchLogsEncodingCp1256 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1256 = "cp1256" // CloudWatchLogsEncodingCp1257 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1257 = "cp1257" // CloudWatchLogsEncodingCp1258 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingCp1258 = "cp1258" // CloudWatchLogsEncodingEucJp is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingEucJp = "euc_jp" // CloudWatchLogsEncodingEucJis2004 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingEucJis2004 = "euc_jis_2004" // CloudWatchLogsEncodingEucJisx0213 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingEucJisx0213 = "euc_jisx0213" // CloudWatchLogsEncodingEucKr is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingEucKr = "euc_kr" // CloudWatchLogsEncodingGb2312 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingGb2312 = "gb2312" // CloudWatchLogsEncodingGbk is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingGbk = "gbk" // CloudWatchLogsEncodingGb18030 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingGb18030 = "gb18030" // CloudWatchLogsEncodingHz is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingHz = "hz" // CloudWatchLogsEncodingIso2022Jp is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso2022Jp = "iso2022_jp" // CloudWatchLogsEncodingIso2022Jp1 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso2022Jp1 = "iso2022_jp_1" // CloudWatchLogsEncodingIso2022Jp2 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso2022Jp2 = "iso2022_jp_2" // CloudWatchLogsEncodingIso2022Jp2004 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso2022Jp2004 = "iso2022_jp_2004" // CloudWatchLogsEncodingIso2022Jp3 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso2022Jp3 = "iso2022_jp_3" // CloudWatchLogsEncodingIso2022JpExt is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso2022JpExt = "iso2022_jp_ext" // CloudWatchLogsEncodingIso2022Kr is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso2022Kr = "iso2022_kr" // CloudWatchLogsEncodingLatin1 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingLatin1 = "latin_1" // CloudWatchLogsEncodingIso88592 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso88592 = "iso8859_2" // CloudWatchLogsEncodingIso88593 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso88593 = "iso8859_3" // CloudWatchLogsEncodingIso88594 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso88594 = "iso8859_4" // CloudWatchLogsEncodingIso88595 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso88595 = "iso8859_5" // CloudWatchLogsEncodingIso88596 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso88596 = "iso8859_6" // CloudWatchLogsEncodingIso88597 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso88597 = "iso8859_7" // CloudWatchLogsEncodingIso88598 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso88598 = "iso8859_8" // CloudWatchLogsEncodingIso88599 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso88599 = "iso8859_9" // CloudWatchLogsEncodingIso885910 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso885910 = "iso8859_10" // CloudWatchLogsEncodingIso885913 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso885913 = "iso8859_13" // CloudWatchLogsEncodingIso885914 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso885914 = "iso8859_14" // CloudWatchLogsEncodingIso885915 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso885915 = "iso8859_15" // CloudWatchLogsEncodingIso885916 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingIso885916 = "iso8859_16" // CloudWatchLogsEncodingJohab is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingJohab = "johab" // CloudWatchLogsEncodingKoi8R is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingKoi8R = "koi8_r" // CloudWatchLogsEncodingKoi8U is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingKoi8U = "koi8_u" // CloudWatchLogsEncodingMacCyrillic is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingMacCyrillic = "mac_cyrillic" // CloudWatchLogsEncodingMacGreek is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingMacGreek = "mac_greek" // CloudWatchLogsEncodingMacIceland is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingMacIceland = "mac_iceland" // CloudWatchLogsEncodingMacLatin2 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingMacLatin2 = "mac_latin2" // CloudWatchLogsEncodingMacRoman is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingMacRoman = "mac_roman" // CloudWatchLogsEncodingMacTurkish is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingMacTurkish = "mac_turkish" // CloudWatchLogsEncodingPtcp154 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingPtcp154 = "ptcp154" // CloudWatchLogsEncodingShiftJis is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingShiftJis = "shift_jis" // CloudWatchLogsEncodingShiftJis2004 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingShiftJis2004 = "shift_jis_2004" // CloudWatchLogsEncodingShiftJisx0213 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingShiftJisx0213 = "shift_jisx0213" // CloudWatchLogsEncodingUtf32 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingUtf32 = "utf_32" // CloudWatchLogsEncodingUtf32Be is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingUtf32Be = "utf_32_be" // CloudWatchLogsEncodingUtf32Le is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingUtf32Le = "utf_32_le" // CloudWatchLogsEncodingUtf16 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingUtf16 = "utf_16" // CloudWatchLogsEncodingUtf16Be is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingUtf16Be = "utf_16_be" // CloudWatchLogsEncodingUtf16Le is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingUtf16Le = "utf_16_le" // CloudWatchLogsEncodingUtf7 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingUtf7 = "utf_7" // CloudWatchLogsEncodingUtf8 is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingUtf8 = "utf_8" // CloudWatchLogsEncodingUtf8Sig is a CloudWatchLogsEncoding enum value CloudWatchLogsEncodingUtf8Sig = "utf_8_sig" )
Specifies the encoding of the log file so that the file can be read correctly. The default is utf_8. Encodings supported by Python codecs.decode() can be used here.
const ( // CloudWatchLogsInitialPositionStartOfFile is a CloudWatchLogsInitialPosition enum value CloudWatchLogsInitialPositionStartOfFile = "start_of_file" // CloudWatchLogsInitialPositionEndOfFile is a CloudWatchLogsInitialPosition enum value CloudWatchLogsInitialPositionEndOfFile = "end_of_file" )
Specifies where to start to read data (start_of_file or end_of_file). The default is start_of_file. It's only used if there is no state persisted for that log stream.
const ( // CloudWatchLogsTimeZoneLocal is a CloudWatchLogsTimeZone enum value CloudWatchLogsTimeZoneLocal = "LOCAL" // CloudWatchLogsTimeZoneUtc is a CloudWatchLogsTimeZone enum value CloudWatchLogsTimeZoneUtc = "UTC" )
The preferred time zone for logs streamed to CloudWatch Logs. Valid values are LOCAL and UTC, for Coordinated Universal Time.
const ( // DeploymentCommandNameInstallDependencies is a DeploymentCommandName enum value DeploymentCommandNameInstallDependencies = "install_dependencies" // DeploymentCommandNameUpdateDependencies is a DeploymentCommandName enum value DeploymentCommandNameUpdateDependencies = "update_dependencies" // DeploymentCommandNameUpdateCustomCookbooks is a DeploymentCommandName enum value DeploymentCommandNameUpdateCustomCookbooks = "update_custom_cookbooks" // DeploymentCommandNameExecuteRecipes is a DeploymentCommandName enum value DeploymentCommandNameExecuteRecipes = "execute_recipes" // DeploymentCommandNameConfigure is a DeploymentCommandName enum value DeploymentCommandNameConfigure = "configure" // DeploymentCommandNameSetup is a DeploymentCommandName enum value DeploymentCommandNameSetup = "setup" // DeploymentCommandNameDeploy is a DeploymentCommandName enum value DeploymentCommandNameDeploy = "deploy" // DeploymentCommandNameRollback is a DeploymentCommandName enum value DeploymentCommandNameRollback = "rollback" // DeploymentCommandNameStart is a DeploymentCommandName enum value DeploymentCommandNameStart = "start" // DeploymentCommandNameStop is a DeploymentCommandName enum value DeploymentCommandNameStop = "stop" // DeploymentCommandNameRestart is a DeploymentCommandName enum value DeploymentCommandNameRestart = "restart" // DeploymentCommandNameUndeploy is a DeploymentCommandName enum value DeploymentCommandNameUndeploy = "undeploy" )
const ( // LayerAttributesKeysEcsClusterArn is a LayerAttributesKeys enum value LayerAttributesKeysEcsClusterArn = "EcsClusterArn" // LayerAttributesKeysEnableHaproxyStats is a LayerAttributesKeys enum value LayerAttributesKeysEnableHaproxyStats = "EnableHaproxyStats" // LayerAttributesKeysHaproxyStatsUrl is a LayerAttributesKeys enum value LayerAttributesKeysHaproxyStatsUrl = "HaproxyStatsUrl" // LayerAttributesKeysHaproxyStatsUser is a LayerAttributesKeys enum value LayerAttributesKeysHaproxyStatsUser = "HaproxyStatsUser" // LayerAttributesKeysHaproxyStatsPassword is a LayerAttributesKeys enum value LayerAttributesKeysHaproxyStatsPassword = "HaproxyStatsPassword" // LayerAttributesKeysHaproxyHealthCheckUrl is a LayerAttributesKeys enum value LayerAttributesKeysHaproxyHealthCheckUrl = "HaproxyHealthCheckUrl" // LayerAttributesKeysHaproxyHealthCheckMethod is a LayerAttributesKeys enum value LayerAttributesKeysHaproxyHealthCheckMethod = "HaproxyHealthCheckMethod" // LayerAttributesKeysMysqlRootPassword is a LayerAttributesKeys enum value LayerAttributesKeysMysqlRootPassword = "MysqlRootPassword" // LayerAttributesKeysMysqlRootPasswordUbiquitous is a LayerAttributesKeys enum value LayerAttributesKeysMysqlRootPasswordUbiquitous = "MysqlRootPasswordUbiquitous" // LayerAttributesKeysGangliaUrl is a LayerAttributesKeys enum value LayerAttributesKeysGangliaUrl = "GangliaUrl" // LayerAttributesKeysGangliaUser is a LayerAttributesKeys enum value LayerAttributesKeysGangliaUser = "GangliaUser" // LayerAttributesKeysGangliaPassword is a LayerAttributesKeys enum value LayerAttributesKeysGangliaPassword = "GangliaPassword" // LayerAttributesKeysMemcachedMemory is a LayerAttributesKeys enum value LayerAttributesKeysMemcachedMemory = "MemcachedMemory" // LayerAttributesKeysNodejsVersion is a LayerAttributesKeys enum value LayerAttributesKeysNodejsVersion = "NodejsVersion" // LayerAttributesKeysRubyVersion is a LayerAttributesKeys enum value LayerAttributesKeysRubyVersion = "RubyVersion" // LayerAttributesKeysRubygemsVersion is a LayerAttributesKeys enum value LayerAttributesKeysRubygemsVersion = "RubygemsVersion" // LayerAttributesKeysManageBundler is a LayerAttributesKeys enum value LayerAttributesKeysManageBundler = "ManageBundler" // LayerAttributesKeysBundlerVersion is a LayerAttributesKeys enum value LayerAttributesKeysBundlerVersion = "BundlerVersion" // LayerAttributesKeysRailsStack is a LayerAttributesKeys enum value LayerAttributesKeysRailsStack = "RailsStack" // LayerAttributesKeysPassengerVersion is a LayerAttributesKeys enum value LayerAttributesKeysPassengerVersion = "PassengerVersion" // LayerAttributesKeysJvm is a LayerAttributesKeys enum value LayerAttributesKeysJvm = "Jvm" // LayerAttributesKeysJvmVersion is a LayerAttributesKeys enum value LayerAttributesKeysJvmVersion = "JvmVersion" // LayerAttributesKeysJvmOptions is a LayerAttributesKeys enum value LayerAttributesKeysJvmOptions = "JvmOptions" // LayerAttributesKeysJavaAppServer is a LayerAttributesKeys enum value LayerAttributesKeysJavaAppServer = "JavaAppServer" // LayerAttributesKeysJavaAppServerVersion is a LayerAttributesKeys enum value LayerAttributesKeysJavaAppServerVersion = "JavaAppServerVersion" )
const ( // LayerTypeAwsFlowRuby is a LayerType enum value LayerTypeAwsFlowRuby = "aws-flow-ruby" // LayerTypeEcsCluster is a LayerType enum value LayerTypeEcsCluster = "ecs-cluster" // LayerTypeJavaApp is a LayerType enum value LayerTypeJavaApp = "java-app" // LayerTypeLb is a LayerType enum value LayerTypeLb = "lb" // LayerTypeWeb is a LayerType enum value LayerTypeWeb = "web" // LayerTypePhpApp is a LayerType enum value LayerTypePhpApp = "php-app" // LayerTypeRailsApp is a LayerType enum value LayerTypeRailsApp = "rails-app" // LayerTypeNodejsApp is a LayerType enum value LayerTypeNodejsApp = "nodejs-app" // LayerTypeMemcached is a LayerType enum value LayerTypeMemcached = "memcached" // LayerTypeDbMaster is a LayerType enum value LayerTypeDbMaster = "db-master" // LayerTypeMonitoringMaster is a LayerType enum value LayerTypeMonitoringMaster = "monitoring-master" // LayerTypeCustom is a LayerType enum value LayerTypeCustom = "custom" )
const ( // RootDeviceTypeEbs is a RootDeviceType enum value RootDeviceTypeEbs = "ebs" // RootDeviceTypeInstanceStore is a RootDeviceType enum value RootDeviceTypeInstanceStore = "instance-store" )
const ( // SourceTypeGit is a SourceType enum value SourceTypeGit = "git" // SourceTypeSvn is a SourceType enum value SourceTypeSvn = "svn" // SourceTypeArchive is a SourceType enum value SourceTypeArchive = "archive" // SourceTypeS3 is a SourceType enum value SourceTypeS3 = "s3" )
const ( // VirtualizationTypeParavirtual is a VirtualizationType enum value VirtualizationTypeParavirtual = "paravirtual" // VirtualizationTypeHvm is a VirtualizationType enum value VirtualizationTypeHvm = "hvm" )
const ( // VolumeTypeGp2 is a VolumeType enum value VolumeTypeGp2 = "gp2" // VolumeTypeIo1 is a VolumeType enum value VolumeTypeIo1 = "io1" // VolumeTypeStandard is a VolumeType enum value VolumeTypeStandard = "standard" )
const ( // ErrCodeResourceNotFoundException for service response error code // "ResourceNotFoundException". // // Indicates that a resource was not found. ErrCodeResourceNotFoundException = "ResourceNotFoundException" // ErrCodeValidationException for service response error code // "ValidationException". // // Indicates that a request was not valid. ErrCodeValidationException = "ValidationException" )
const ( ServiceName = "opsworks" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
const (
// StackAttributesKeysColor is a StackAttributesKeys enum value
StackAttributesKeysColor = "Color"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentVersion ¶ added in v0.6.4
type AgentVersion struct { // The configuration manager. ConfigurationManager *StackConfigurationManager `type:"structure"` // The agent version. Version *string `type:"string"` // contains filtered or unexported fields }
Describes an agent version. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AgentVersion
func (AgentVersion) GoString ¶ added in v0.6.5
func (s AgentVersion) GoString() string
GoString returns the string representation
func (*AgentVersion) SetConfigurationManager ¶ added in v1.5.0
func (s *AgentVersion) SetConfigurationManager(v *StackConfigurationManager) *AgentVersion
SetConfigurationManager sets the ConfigurationManager field's value.
func (*AgentVersion) SetVersion ¶ added in v1.5.0
func (s *AgentVersion) SetVersion(v string) *AgentVersion
SetVersion sets the Version field's value.
func (AgentVersion) String ¶ added in v0.6.5
func (s AgentVersion) String() string
String returns the string representation
type App ¶
type App struct { // The app ID. AppId *string `type:"string"` // A Source object that describes the app repository. AppSource *Source `type:"structure"` // The stack attributes. Attributes map[string]*string `type:"map"` // When the app was created. CreatedAt *string `type:"string"` // The app's data sources. DataSources []*DataSource `type:"list"` // A description of the app. Description *string `type:"string"` // The app vhost settings with multiple domains separated by commas. For example: // 'www.example.com, example.com' Domains []*string `type:"list"` // Whether to enable SSL for the app. EnableSsl *bool `type:"boolean"` // An array of EnvironmentVariable objects that specify environment variables // to be associated with the app. After you deploy the app, these variables // are defined on the associated app server instances. For more information, // see Environment Variables (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html#workingapps-creating-environment). // // There is no specific limit on the number of environment variables. However, // the size of the associated data structure - which includes the variable names, // values, and protected flag values - cannot exceed 10 KB (10240 Bytes). This // limit should accommodate most if not all use cases, but if you do exceed // it, you will cause an exception (API) with an "Environment: is too large // (maximum is 10KB)" message. Environment []*EnvironmentVariable `type:"list"` // The app name. Name *string `type:"string"` // The app's short name. Shortname *string `type:"string"` // An SslConfiguration object with the SSL configuration. SslConfiguration *SslConfiguration `type:"structure"` // The app stack ID. StackId *string `type:"string"` // The app type. Type *string `type:"string" enum:"AppType"` // contains filtered or unexported fields }
A description of the app. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/App
func (*App) SetAppSource ¶ added in v1.5.0
SetAppSource sets the AppSource field's value.
func (*App) SetAttributes ¶ added in v1.5.0
SetAttributes sets the Attributes field's value.
func (*App) SetCreatedAt ¶ added in v1.5.0
SetCreatedAt sets the CreatedAt field's value.
func (*App) SetDataSources ¶ added in v1.5.0
func (s *App) SetDataSources(v []*DataSource) *App
SetDataSources sets the DataSources field's value.
func (*App) SetDescription ¶ added in v1.5.0
SetDescription sets the Description field's value.
func (*App) SetDomains ¶ added in v1.5.0
SetDomains sets the Domains field's value.
func (*App) SetEnableSsl ¶ added in v1.5.0
SetEnableSsl sets the EnableSsl field's value.
func (*App) SetEnvironment ¶ added in v1.5.0
func (s *App) SetEnvironment(v []*EnvironmentVariable) *App
SetEnvironment sets the Environment field's value.
func (*App) SetShortname ¶ added in v1.5.0
SetShortname sets the Shortname field's value.
func (*App) SetSslConfiguration ¶ added in v1.5.0
func (s *App) SetSslConfiguration(v *SslConfiguration) *App
SetSslConfiguration sets the SslConfiguration field's value.
func (*App) SetStackId ¶ added in v1.5.0
SetStackId sets the StackId field's value.
type AssignInstanceInput ¶
type AssignInstanceInput struct { // The instance ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // The layer ID, which must correspond to a custom layer. You cannot assign // a registered instance to a built-in layer. // // LayerIds is a required field LayerIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssignInstanceRequest
func (AssignInstanceInput) GoString ¶ added in v0.6.5
func (s AssignInstanceInput) GoString() string
GoString returns the string representation
func (*AssignInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *AssignInstanceInput) SetInstanceId(v string) *AssignInstanceInput
SetInstanceId sets the InstanceId field's value.
func (*AssignInstanceInput) SetLayerIds ¶ added in v1.5.0
func (s *AssignInstanceInput) SetLayerIds(v []*string) *AssignInstanceInput
SetLayerIds sets the LayerIds field's value.
func (AssignInstanceInput) String ¶ added in v0.6.5
func (s AssignInstanceInput) String() string
String returns the string representation
func (*AssignInstanceInput) Validate ¶ added in v1.1.21
func (s *AssignInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssignInstanceOutput ¶
type AssignInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssignInstanceOutput
func (AssignInstanceOutput) GoString ¶ added in v0.6.5
func (s AssignInstanceOutput) GoString() string
GoString returns the string representation
func (AssignInstanceOutput) String ¶ added in v0.6.5
func (s AssignInstanceOutput) String() string
String returns the string representation
type AssignVolumeInput ¶
type AssignVolumeInput struct { // The instance ID. InstanceId *string `type:"string"` // The volume ID. // // VolumeId is a required field VolumeId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssignVolumeRequest
func (AssignVolumeInput) GoString ¶ added in v0.6.5
func (s AssignVolumeInput) GoString() string
GoString returns the string representation
func (*AssignVolumeInput) SetInstanceId ¶ added in v1.5.0
func (s *AssignVolumeInput) SetInstanceId(v string) *AssignVolumeInput
SetInstanceId sets the InstanceId field's value.
func (*AssignVolumeInput) SetVolumeId ¶ added in v1.5.0
func (s *AssignVolumeInput) SetVolumeId(v string) *AssignVolumeInput
SetVolumeId sets the VolumeId field's value.
func (AssignVolumeInput) String ¶ added in v0.6.5
func (s AssignVolumeInput) String() string
String returns the string representation
func (*AssignVolumeInput) Validate ¶ added in v1.1.21
func (s *AssignVolumeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssignVolumeOutput ¶
type AssignVolumeOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssignVolumeOutput
func (AssignVolumeOutput) GoString ¶ added in v0.6.5
func (s AssignVolumeOutput) GoString() string
GoString returns the string representation
func (AssignVolumeOutput) String ¶ added in v0.6.5
func (s AssignVolumeOutput) String() string
String returns the string representation
type AssociateElasticIpInput ¶ added in v0.9.5
type AssociateElasticIpInput struct { // The Elastic IP address. // // ElasticIp is a required field ElasticIp *string `type:"string" required:"true"` // The instance ID. InstanceId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssociateElasticIpRequest
func (AssociateElasticIpInput) GoString ¶ added in v0.9.5
func (s AssociateElasticIpInput) GoString() string
GoString returns the string representation
func (*AssociateElasticIpInput) SetElasticIp ¶ added in v1.5.0
func (s *AssociateElasticIpInput) SetElasticIp(v string) *AssociateElasticIpInput
SetElasticIp sets the ElasticIp field's value.
func (*AssociateElasticIpInput) SetInstanceId ¶ added in v1.5.0
func (s *AssociateElasticIpInput) SetInstanceId(v string) *AssociateElasticIpInput
SetInstanceId sets the InstanceId field's value.
func (AssociateElasticIpInput) String ¶ added in v0.9.5
func (s AssociateElasticIpInput) String() string
String returns the string representation
func (*AssociateElasticIpInput) Validate ¶ added in v1.1.21
func (s *AssociateElasticIpInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateElasticIpOutput ¶ added in v0.9.5
type AssociateElasticIpOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssociateElasticIpOutput
func (AssociateElasticIpOutput) GoString ¶ added in v0.9.5
func (s AssociateElasticIpOutput) GoString() string
GoString returns the string representation
func (AssociateElasticIpOutput) String ¶ added in v0.9.5
func (s AssociateElasticIpOutput) String() string
String returns the string representation
type AttachElasticLoadBalancerInput ¶
type AttachElasticLoadBalancerInput struct { // The Elastic Load Balancing instance's name. // // ElasticLoadBalancerName is a required field ElasticLoadBalancerName *string `type:"string" required:"true"` // The ID of the layer that the Elastic Load Balancing instance is to be attached // to. // // LayerId is a required field LayerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AttachElasticLoadBalancerRequest
func (AttachElasticLoadBalancerInput) GoString ¶ added in v0.6.5
func (s AttachElasticLoadBalancerInput) GoString() string
GoString returns the string representation
func (*AttachElasticLoadBalancerInput) SetElasticLoadBalancerName ¶ added in v1.5.0
func (s *AttachElasticLoadBalancerInput) SetElasticLoadBalancerName(v string) *AttachElasticLoadBalancerInput
SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.
func (*AttachElasticLoadBalancerInput) SetLayerId ¶ added in v1.5.0
func (s *AttachElasticLoadBalancerInput) SetLayerId(v string) *AttachElasticLoadBalancerInput
SetLayerId sets the LayerId field's value.
func (AttachElasticLoadBalancerInput) String ¶ added in v0.6.5
func (s AttachElasticLoadBalancerInput) String() string
String returns the string representation
func (*AttachElasticLoadBalancerInput) Validate ¶ added in v1.1.21
func (s *AttachElasticLoadBalancerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AttachElasticLoadBalancerOutput ¶
type AttachElasticLoadBalancerOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AttachElasticLoadBalancerOutput
func (AttachElasticLoadBalancerOutput) GoString ¶ added in v0.6.5
func (s AttachElasticLoadBalancerOutput) GoString() string
GoString returns the string representation
func (AttachElasticLoadBalancerOutput) String ¶ added in v0.6.5
func (s AttachElasticLoadBalancerOutput) String() string
String returns the string representation
type AutoScalingThresholds ¶
type AutoScalingThresholds struct { // Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter // takes a list of up to five alarm names, which are case sensitive and must // be in the same region as the stack. // // To use custom alarms, you must update your service role to allow cloudwatch:DescribeAlarms. // You can either have AWS OpsWorks Stacks update the role for you when you // first use this feature or you can edit the role manually. For more information, // see Allowing AWS OpsWorks Stacks to Act on Your Behalf (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-servicerole.html). Alarms []*string `type:"list"` // The CPU utilization threshold, as a percent of the available CPU. A value // of -1 disables the threshold. CpuThreshold *float64 `type:"double"` // The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks // Stacks should ignore metrics and suppress additional scaling events. For // example, AWS OpsWorks Stacks adds new instances following an upscaling event // but the instances won't start reducing the load until they have been booted // and configured. There is no point in raising additional scaling events during // that operation, which typically takes several minutes. IgnoreMetricsTime // allows you to direct AWS OpsWorks Stacks to suppress scaling events long // enough to get the new instances online. IgnoreMetricsTime *int64 `min:"1" type:"integer"` // The number of instances to add or remove when the load exceeds a threshold. InstanceCount *int64 `type:"integer"` // The load threshold. A value of -1 disables the threshold. For more information // about how load is computed, see Load (computing) (http://en.wikipedia.org/wiki/Load_%28computing%29). LoadThreshold *float64 `type:"double"` // The memory utilization threshold, as a percent of the available memory. A // value of -1 disables the threshold. MemoryThreshold *float64 `type:"double"` // The amount of time, in minutes, that the load must exceed a threshold before // more instances are added or removed. ThresholdsWaitTime *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
Describes a load-based auto scaling upscaling or downscaling threshold configuration, which specifies when AWS OpsWorks Stacks starts or stops load-based instances. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AutoScalingThresholds
func (AutoScalingThresholds) GoString ¶ added in v0.6.5
func (s AutoScalingThresholds) GoString() string
GoString returns the string representation
func (*AutoScalingThresholds) SetAlarms ¶ added in v1.5.0
func (s *AutoScalingThresholds) SetAlarms(v []*string) *AutoScalingThresholds
SetAlarms sets the Alarms field's value.
func (*AutoScalingThresholds) SetCpuThreshold ¶ added in v1.5.0
func (s *AutoScalingThresholds) SetCpuThreshold(v float64) *AutoScalingThresholds
SetCpuThreshold sets the CpuThreshold field's value.
func (*AutoScalingThresholds) SetIgnoreMetricsTime ¶ added in v1.5.0
func (s *AutoScalingThresholds) SetIgnoreMetricsTime(v int64) *AutoScalingThresholds
SetIgnoreMetricsTime sets the IgnoreMetricsTime field's value.
func (*AutoScalingThresholds) SetInstanceCount ¶ added in v1.5.0
func (s *AutoScalingThresholds) SetInstanceCount(v int64) *AutoScalingThresholds
SetInstanceCount sets the InstanceCount field's value.
func (*AutoScalingThresholds) SetLoadThreshold ¶ added in v1.5.0
func (s *AutoScalingThresholds) SetLoadThreshold(v float64) *AutoScalingThresholds
SetLoadThreshold sets the LoadThreshold field's value.
func (*AutoScalingThresholds) SetMemoryThreshold ¶ added in v1.5.0
func (s *AutoScalingThresholds) SetMemoryThreshold(v float64) *AutoScalingThresholds
SetMemoryThreshold sets the MemoryThreshold field's value.
func (*AutoScalingThresholds) SetThresholdsWaitTime ¶ added in v1.5.0
func (s *AutoScalingThresholds) SetThresholdsWaitTime(v int64) *AutoScalingThresholds
SetThresholdsWaitTime sets the ThresholdsWaitTime field's value.
func (AutoScalingThresholds) String ¶ added in v0.6.5
func (s AutoScalingThresholds) String() string
String returns the string representation
func (*AutoScalingThresholds) Validate ¶ added in v1.1.21
func (s *AutoScalingThresholds) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BlockDeviceMapping ¶
type BlockDeviceMapping struct { // The device name that is exposed to the instance, such as /dev/sdh. For the // root device, you can use the explicit device name or you can set this parameter // to ROOT_DEVICE and AWS OpsWorks Stacks will provide the correct device name. DeviceName *string `type:"string"` // An EBSBlockDevice that defines how to configure an Amazon EBS volume when // the instance is launched. Ebs *EbsBlockDevice `type:"structure"` // Suppresses the specified device included in the AMI's block device mapping. NoDevice *string `type:"string"` // The virtual device name. For more information, see BlockDeviceMapping (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html). VirtualName *string `type:"string"` // contains filtered or unexported fields }
Describes a block device mapping. This data type maps directly to the Amazon EC2 BlockDeviceMapping (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html) data type. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/BlockDeviceMapping
func (BlockDeviceMapping) GoString ¶ added in v0.6.5
func (s BlockDeviceMapping) GoString() string
GoString returns the string representation
func (*BlockDeviceMapping) SetDeviceName ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetDeviceName(v string) *BlockDeviceMapping
SetDeviceName sets the DeviceName field's value.
func (*BlockDeviceMapping) SetEbs ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetEbs(v *EbsBlockDevice) *BlockDeviceMapping
SetEbs sets the Ebs field's value.
func (*BlockDeviceMapping) SetNoDevice ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetNoDevice(v string) *BlockDeviceMapping
SetNoDevice sets the NoDevice field's value.
func (*BlockDeviceMapping) SetVirtualName ¶ added in v1.5.0
func (s *BlockDeviceMapping) SetVirtualName(v string) *BlockDeviceMapping
SetVirtualName sets the VirtualName field's value.
func (BlockDeviceMapping) String ¶ added in v0.6.5
func (s BlockDeviceMapping) String() string
String returns the string representation
type ChefConfiguration ¶
type ChefConfiguration struct { // The Berkshelf version. BerkshelfVersion *string `type:"string"` // Whether to enable Berkshelf. ManageBerkshelf *bool `type:"boolean"` // contains filtered or unexported fields }
Describes the Chef configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/ChefConfiguration
func (ChefConfiguration) GoString ¶ added in v0.6.5
func (s ChefConfiguration) GoString() string
GoString returns the string representation
func (*ChefConfiguration) SetBerkshelfVersion ¶ added in v1.5.0
func (s *ChefConfiguration) SetBerkshelfVersion(v string) *ChefConfiguration
SetBerkshelfVersion sets the BerkshelfVersion field's value.
func (*ChefConfiguration) SetManageBerkshelf ¶ added in v1.5.0
func (s *ChefConfiguration) SetManageBerkshelf(v bool) *ChefConfiguration
SetManageBerkshelf sets the ManageBerkshelf field's value.
func (ChefConfiguration) String ¶ added in v0.6.5
func (s ChefConfiguration) String() string
String returns the string representation
type CloneStackInput ¶
type CloneStackInput struct { // The default AWS OpsWorks Stacks agent version. You have the following options: // // * Auto-update - Set this parameter to LATEST. AWS OpsWorks Stacks automatically // installs new agent versions on the stack's instances as soon as they are // available. // // * Fixed version - Set this parameter to your preferred agent version. // To update the agent version, you must edit the stack configuration and // specify a new version. AWS OpsWorks Stacks then automatically installs // that version on the stack's instances. // // The default setting is LATEST. To specify an agent version, you must use // the complete version number, not the abbreviated number shown on the console. // For a list of available agent version numbers, call DescribeAgentVersions. // AgentVersion cannot be set to Chef 12.2. // // You can also specify an agent version when you create or update an instance, // which overrides the stack's default setting. AgentVersion *string `type:"string"` // A list of stack attributes and values as key/value pairs to be added to the // cloned stack. Attributes map[string]*string `type:"map"` // A ChefConfiguration object that specifies whether to enable Berkshelf and // the Berkshelf version on Chef 11.10 stacks. For more information, see Create // a New Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html). ChefConfiguration *ChefConfiguration `type:"structure"` // A list of source stack app IDs to be included in the cloned stack. CloneAppIds []*string `type:"list"` // Whether to clone the source stack's permissions. ClonePermissions *bool `type:"boolean"` // The configuration manager. When you clone a stack we recommend that you use // the configuration manager to specify the Chef version: 12, 11.10, or 11.4 // for Linux stacks, or 12.2 for Windows stacks. The default value for Linux // stacks is currently 12. ConfigurationManager *StackConfigurationManager `type:"structure"` // Contains the information required to retrieve an app or cookbook from a repository. // For more information, see Creating Apps (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html) // or Custom Recipes and Cookbooks (http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook.html). CustomCookbooksSource *Source `type:"structure"` // A string that contains user-defined, custom JSON. It is used to override // the corresponding default stack configuration JSON values. The string should // be in the following format: // // "{\"key1\": \"value1\", \"key2\": \"value2\",...}" // // For more information on custom JSON, see Use Custom JSON to Modify the Stack // Configuration Attributes (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html) CustomJson *string `type:"string"` // The cloned stack's default Availability Zone, which must be in the specified // region. For more information, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html). // If you also specify a value for DefaultSubnetId, the subnet must be in the // same zone. For more information, see the VpcId parameter description. DefaultAvailabilityZone *string `type:"string"` // The Amazon Resource Name (ARN) of an IAM profile that is the default profile // for all of the stack's EC2 instances. For more information about IAM ARNs, // see Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). DefaultInstanceProfileArn *string `type:"string"` // The stack's operating system, which must be set to one of the following. // // * A supported Linux operating system: An Amazon Linux version, such as // Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon // Linux 2015.03. // // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu // 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // // * Red Hat Enterprise Linux 7 // // * Microsoft Windows Server 2012 R2 Base, Microsoft Windows Server 2012 // R2 with SQL Server Express, Microsoft Windows Server 2012 R2 with SQL // Server Standard, or Microsoft Windows Server 2012 R2 with SQL Server Web. // // * A custom AMI: Custom. You specify the custom AMI you want to use when // you create instances. For more information on how to use custom AMIs with // OpsWorks, see Using Custom AMIs (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). // // The default option is the parent stack's operating system. For more information // on the supported operating systems, see AWS OpsWorks Stacks Operating Systems // (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). // // You can specify a different Linux operating system for the cloned stack, // but you cannot change from Linux to Windows or Windows to Linux. DefaultOs *string `type:"string"` // The default root device type. This value is used by default for all instances // in the cloned stack, but you can override it when you create an instance. // For more information, see Storage for the Root Device (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device). DefaultRootDeviceType *string `type:"string" enum:"RootDeviceType"` // A default Amazon EC2 key pair name. The default value is none. If you specify // a key pair name, AWS OpsWorks installs the public key on the instance and // you can use the private key with an SSH client to log in to the instance. // For more information, see Using SSH to Communicate with an Instance (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html) // and Managing SSH Access (http://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html). // You can override this setting by specifying a different key pair, or no key // pair, when you create an instance (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html). DefaultSshKeyName *string `type:"string"` // The stack's default VPC subnet ID. This parameter is required if you specify // a value for the VpcId parameter. All instances are launched into this subnet // unless you specify otherwise when you create the instance. If you also specify // a value for DefaultAvailabilityZone, the subnet must be in that zone. For // information on default values and when this parameter is required, see the // VpcId parameter description. DefaultSubnetId *string `type:"string"` // The stack's host name theme, with spaces are replaced by underscores. The // theme is used to generate host names for the stack's instances. By default, // HostnameTheme is set to Layer_Dependent, which creates host names by appending // integers to the layer's short name. The other themes are: // // * Baked_Goods // // * Clouds // // * Europe_Cities // // * Fruits // // * Greek_Deities // // * Legendary_creatures_from_Japan // // * Planets_and_Moons // // * Roman_Deities // // * Scottish_Islands // // * US_Cities // // * Wild_Cats // // To obtain a generated host name, call GetHostNameSuggestion, which returns // a host name based on the current theme. HostnameTheme *string `type:"string"` // The cloned stack name. Name *string `type:"string"` // The cloned stack AWS region, such as "ap-northeast-2". For more information // about AWS regions, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html). Region *string `type:"string"` // The stack AWS Identity and Access Management (IAM) role, which allows AWS // OpsWorks Stacks to work with AWS resources on your behalf. You must set this // parameter to the Amazon Resource Name (ARN) for an existing IAM role. If // you create a stack by using the AWS OpsWorks Stacks console, it creates the // role for you. You can obtain an existing stack's IAM ARN programmatically // by calling DescribePermissions. For more information about IAM ARNs, see // Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). // // You must set this parameter to a valid service role ARN or the action will // fail; there is no default value. You can specify the source stack's service // role ARN, if you prefer, but you must do so explicitly. // // ServiceRoleArn is a required field ServiceRoleArn *string `type:"string" required:"true"` // The source stack ID. // // SourceStackId is a required field SourceStackId *string `type:"string" required:"true"` // Whether to use custom cookbooks. UseCustomCookbooks *bool `type:"boolean"` // Whether to associate the AWS OpsWorks Stacks built-in security groups with // the stack's layers. // // AWS OpsWorks Stacks provides a standard set of built-in security groups, // one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups // you can instead provide your own custom security groups. UseOpsworksSecurityGroups // has the following settings: // // * True - AWS OpsWorks Stacks automatically associates the appropriate // built-in security group with each layer (default setting). You can associate // additional security groups with a layer after you create it but you cannot // delete the built-in security group. // // * False - AWS OpsWorks Stacks does not associate built-in security groups // with layers. You must create appropriate Amazon Elastic Compute Cloud // (Amazon EC2) security groups and associate a security group with each // layer that you create. However, you can still manually associate a built-in // security group with a layer on creation; custom security groups are required // only for those layers that need custom settings. // // For more information, see Create a New Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html). UseOpsworksSecurityGroups *bool `type:"boolean"` // The ID of the VPC that the cloned stack is to be launched into. It must be // in the specified region. All instances are launched into this VPC, and you // cannot change the ID later. // // * If your account supports EC2 Classic, the default value is no VPC. // // * If your account does not support EC2 Classic, the default value is the // default VPC for the specified region. // // If the VPC ID corresponds to a default VPC and you have specified either // the DefaultAvailabilityZone or the DefaultSubnetId parameter only, AWS OpsWorks // Stacks infers the value of the other parameter. If you specify neither parameter, // AWS OpsWorks Stacks sets these parameters to the first valid Availability // Zone for the specified region and the corresponding default VPC subnet ID, // respectively. // // If you specify a nondefault VPC ID, note the following: // // * It must belong to a VPC in your account that is in the specified region. // // * You must specify a value for DefaultSubnetId. // // For more information on how to use AWS OpsWorks Stacks with a VPC, see Running // a Stack in a VPC (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html). // For more information on default VPC and EC2 Classic, see Supported Platforms // (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html). VpcId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CloneStackRequest
func (CloneStackInput) GoString ¶ added in v0.6.5
func (s CloneStackInput) GoString() string
GoString returns the string representation
func (*CloneStackInput) SetAgentVersion ¶ added in v1.5.0
func (s *CloneStackInput) SetAgentVersion(v string) *CloneStackInput
SetAgentVersion sets the AgentVersion field's value.
func (*CloneStackInput) SetAttributes ¶ added in v1.5.0
func (s *CloneStackInput) SetAttributes(v map[string]*string) *CloneStackInput
SetAttributes sets the Attributes field's value.
func (*CloneStackInput) SetChefConfiguration ¶ added in v1.5.0
func (s *CloneStackInput) SetChefConfiguration(v *ChefConfiguration) *CloneStackInput
SetChefConfiguration sets the ChefConfiguration field's value.
func (*CloneStackInput) SetCloneAppIds ¶ added in v1.5.0
func (s *CloneStackInput) SetCloneAppIds(v []*string) *CloneStackInput
SetCloneAppIds sets the CloneAppIds field's value.
func (*CloneStackInput) SetClonePermissions ¶ added in v1.5.0
func (s *CloneStackInput) SetClonePermissions(v bool) *CloneStackInput
SetClonePermissions sets the ClonePermissions field's value.
func (*CloneStackInput) SetConfigurationManager ¶ added in v1.5.0
func (s *CloneStackInput) SetConfigurationManager(v *StackConfigurationManager) *CloneStackInput
SetConfigurationManager sets the ConfigurationManager field's value.
func (*CloneStackInput) SetCustomCookbooksSource ¶ added in v1.5.0
func (s *CloneStackInput) SetCustomCookbooksSource(v *Source) *CloneStackInput
SetCustomCookbooksSource sets the CustomCookbooksSource field's value.
func (*CloneStackInput) SetCustomJson ¶ added in v1.5.0
func (s *CloneStackInput) SetCustomJson(v string) *CloneStackInput
SetCustomJson sets the CustomJson field's value.
func (*CloneStackInput) SetDefaultAvailabilityZone ¶ added in v1.5.0
func (s *CloneStackInput) SetDefaultAvailabilityZone(v string) *CloneStackInput
SetDefaultAvailabilityZone sets the DefaultAvailabilityZone field's value.
func (*CloneStackInput) SetDefaultInstanceProfileArn ¶ added in v1.5.0
func (s *CloneStackInput) SetDefaultInstanceProfileArn(v string) *CloneStackInput
SetDefaultInstanceProfileArn sets the DefaultInstanceProfileArn field's value.
func (*CloneStackInput) SetDefaultOs ¶ added in v1.5.0
func (s *CloneStackInput) SetDefaultOs(v string) *CloneStackInput
SetDefaultOs sets the DefaultOs field's value.
func (*CloneStackInput) SetDefaultRootDeviceType ¶ added in v1.5.0
func (s *CloneStackInput) SetDefaultRootDeviceType(v string) *CloneStackInput
SetDefaultRootDeviceType sets the DefaultRootDeviceType field's value.
func (*CloneStackInput) SetDefaultSshKeyName ¶ added in v1.5.0
func (s *CloneStackInput) SetDefaultSshKeyName(v string) *CloneStackInput
SetDefaultSshKeyName sets the DefaultSshKeyName field's value.
func (*CloneStackInput) SetDefaultSubnetId ¶ added in v1.5.0
func (s *CloneStackInput) SetDefaultSubnetId(v string) *CloneStackInput
SetDefaultSubnetId sets the DefaultSubnetId field's value.
func (*CloneStackInput) SetHostnameTheme ¶ added in v1.5.0
func (s *CloneStackInput) SetHostnameTheme(v string) *CloneStackInput
SetHostnameTheme sets the HostnameTheme field's value.
func (*CloneStackInput) SetName ¶ added in v1.5.0
func (s *CloneStackInput) SetName(v string) *CloneStackInput
SetName sets the Name field's value.
func (*CloneStackInput) SetRegion ¶ added in v1.5.0
func (s *CloneStackInput) SetRegion(v string) *CloneStackInput
SetRegion sets the Region field's value.
func (*CloneStackInput) SetServiceRoleArn ¶ added in v1.5.0
func (s *CloneStackInput) SetServiceRoleArn(v string) *CloneStackInput
SetServiceRoleArn sets the ServiceRoleArn field's value.
func (*CloneStackInput) SetSourceStackId ¶ added in v1.5.0
func (s *CloneStackInput) SetSourceStackId(v string) *CloneStackInput
SetSourceStackId sets the SourceStackId field's value.
func (*CloneStackInput) SetUseCustomCookbooks ¶ added in v1.5.0
func (s *CloneStackInput) SetUseCustomCookbooks(v bool) *CloneStackInput
SetUseCustomCookbooks sets the UseCustomCookbooks field's value.
func (*CloneStackInput) SetUseOpsworksSecurityGroups ¶ added in v1.5.0
func (s *CloneStackInput) SetUseOpsworksSecurityGroups(v bool) *CloneStackInput
SetUseOpsworksSecurityGroups sets the UseOpsworksSecurityGroups field's value.
func (*CloneStackInput) SetVpcId ¶ added in v1.5.0
func (s *CloneStackInput) SetVpcId(v string) *CloneStackInput
SetVpcId sets the VpcId field's value.
func (CloneStackInput) String ¶ added in v0.6.5
func (s CloneStackInput) String() string
String returns the string representation
func (*CloneStackInput) Validate ¶ added in v1.1.21
func (s *CloneStackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CloneStackOutput ¶
type CloneStackOutput struct { // The cloned stack ID. StackId *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a CloneStack request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CloneStackResult
func (CloneStackOutput) GoString ¶ added in v0.6.5
func (s CloneStackOutput) GoString() string
GoString returns the string representation
func (*CloneStackOutput) SetStackId ¶ added in v1.5.0
func (s *CloneStackOutput) SetStackId(v string) *CloneStackOutput
SetStackId sets the StackId field's value.
func (CloneStackOutput) String ¶ added in v0.6.5
func (s CloneStackOutput) String() string
String returns the string representation
type CloudWatchLogsConfiguration ¶ added in v1.8.12
type CloudWatchLogsConfiguration struct { // Whether CloudWatch Logs is enabled for a layer. Enabled *bool `type:"boolean"` // A list of configuration options for CloudWatch Logs. LogStreams []*CloudWatchLogsLogStream `type:"list"` // contains filtered or unexported fields }
Describes the Amazon CloudWatch logs configuration for a layer. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CloudWatchLogsConfiguration
func (CloudWatchLogsConfiguration) GoString ¶ added in v1.8.12
func (s CloudWatchLogsConfiguration) GoString() string
GoString returns the string representation
func (*CloudWatchLogsConfiguration) SetEnabled ¶ added in v1.8.12
func (s *CloudWatchLogsConfiguration) SetEnabled(v bool) *CloudWatchLogsConfiguration
SetEnabled sets the Enabled field's value.
func (*CloudWatchLogsConfiguration) SetLogStreams ¶ added in v1.8.12
func (s *CloudWatchLogsConfiguration) SetLogStreams(v []*CloudWatchLogsLogStream) *CloudWatchLogsConfiguration
SetLogStreams sets the LogStreams field's value.
func (CloudWatchLogsConfiguration) String ¶ added in v1.8.12
func (s CloudWatchLogsConfiguration) String() string
String returns the string representation
type CloudWatchLogsLogStream ¶ added in v1.8.12
type CloudWatchLogsLogStream struct { // Specifies the max number of log events in a batch, up to 10000. The default // value is 1000. BatchCount *int64 `type:"integer"` // Specifies the maximum size of log events in a batch, in bytes, up to 1048576 // bytes. The default value is 32768 bytes. This size is calculated as the sum // of all event messages in UTF-8, plus 26 bytes for each log event. BatchSize *int64 `type:"integer"` // Specifies the time duration for the batching of log events. The minimum value // is 5000ms and default value is 5000ms. BufferDuration *int64 `type:"integer"` // Specifies how the time stamp is extracted from logs. For more information, // see the CloudWatch Logs Agent Reference (http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html). DatetimeFormat *string `type:"string"` // Specifies the encoding of the log file so that the file can be read correctly. // The default is utf_8. Encodings supported by Python codecs.decode() can be // used here. Encoding *string `type:"string" enum:"CloudWatchLogsEncoding"` // Specifies log files that you want to push to CloudWatch Logs. // // File can point to a specific file or multiple files (by using wild card characters // such as /var/log/system.log*). Only the latest file is pushed to CloudWatch // Logs, based on file modification time. We recommend that you use wild card // characters to specify a series of files of the same type, such as access_log.2014-06-01-01, // access_log.2014-06-01-02, and so on by using a pattern like access_log.*. // Don't use a wildcard to match multiple file types, such as access_log_80 // and access_log_443. To specify multiple, different file types, add another // log stream entry to the configuration file, so that each log file type is // stored in a different log group. // // Zipped files are not supported. File *string `type:"string"` // Specifies the range of lines for identifying a file. The valid values are // one number, or two dash-delimited numbers, such as '1', '2-5'. The default // value is '1', meaning the first line is used to calculate the fingerprint. // Fingerprint lines are not sent to CloudWatch Logs unless all specified lines // are available. FileFingerprintLines *string `type:"string"` // Specifies where to start to read data (start_of_file or end_of_file). The // default is start_of_file. This setting is only used if there is no state // persisted for that log stream. InitialPosition *string `type:"string" enum:"CloudWatchLogsInitialPosition"` // Specifies the destination log group. A log group is created automatically // if it doesn't already exist. Log group names can be between 1 and 512 characters // long. Allowed characters include a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), // '/' (forward slash), and '.' (period). LogGroupName *string `type:"string"` // Specifies the pattern for identifying the start of a log message. MultiLineStartPattern *string `type:"string"` // Specifies the time zone of log event time stamps. TimeZone *string `type:"string" enum:"CloudWatchLogsTimeZone"` // contains filtered or unexported fields }
Describes the Amazon CloudWatch logs configuration for a layer. For detailed information about members of this data type, see the CloudWatch Logs Agent Reference (http://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CloudWatchLogsLogStream
func (CloudWatchLogsLogStream) GoString ¶ added in v1.8.12
func (s CloudWatchLogsLogStream) GoString() string
GoString returns the string representation
func (*CloudWatchLogsLogStream) SetBatchCount ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetBatchCount(v int64) *CloudWatchLogsLogStream
SetBatchCount sets the BatchCount field's value.
func (*CloudWatchLogsLogStream) SetBatchSize ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetBatchSize(v int64) *CloudWatchLogsLogStream
SetBatchSize sets the BatchSize field's value.
func (*CloudWatchLogsLogStream) SetBufferDuration ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetBufferDuration(v int64) *CloudWatchLogsLogStream
SetBufferDuration sets the BufferDuration field's value.
func (*CloudWatchLogsLogStream) SetDatetimeFormat ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetDatetimeFormat(v string) *CloudWatchLogsLogStream
SetDatetimeFormat sets the DatetimeFormat field's value.
func (*CloudWatchLogsLogStream) SetEncoding ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetEncoding(v string) *CloudWatchLogsLogStream
SetEncoding sets the Encoding field's value.
func (*CloudWatchLogsLogStream) SetFile ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetFile(v string) *CloudWatchLogsLogStream
SetFile sets the File field's value.
func (*CloudWatchLogsLogStream) SetFileFingerprintLines ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetFileFingerprintLines(v string) *CloudWatchLogsLogStream
SetFileFingerprintLines sets the FileFingerprintLines field's value.
func (*CloudWatchLogsLogStream) SetInitialPosition ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetInitialPosition(v string) *CloudWatchLogsLogStream
SetInitialPosition sets the InitialPosition field's value.
func (*CloudWatchLogsLogStream) SetLogGroupName ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetLogGroupName(v string) *CloudWatchLogsLogStream
SetLogGroupName sets the LogGroupName field's value.
func (*CloudWatchLogsLogStream) SetMultiLineStartPattern ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetMultiLineStartPattern(v string) *CloudWatchLogsLogStream
SetMultiLineStartPattern sets the MultiLineStartPattern field's value.
func (*CloudWatchLogsLogStream) SetTimeZone ¶ added in v1.8.12
func (s *CloudWatchLogsLogStream) SetTimeZone(v string) *CloudWatchLogsLogStream
SetTimeZone sets the TimeZone field's value.
func (CloudWatchLogsLogStream) String ¶ added in v1.8.12
func (s CloudWatchLogsLogStream) String() string
String returns the string representation
type Command ¶
type Command struct { // Date and time when the command was acknowledged. AcknowledgedAt *string `type:"string"` // The command ID. CommandId *string `type:"string"` // Date when the command completed. CompletedAt *string `type:"string"` // Date and time when the command was run. CreatedAt *string `type:"string"` // The command deployment ID. DeploymentId *string `type:"string"` // The command exit code. ExitCode *int64 `type:"integer"` // The ID of the instance where the command was executed. InstanceId *string `type:"string"` // The URL of the command log. LogUrl *string `type:"string"` // The command status: // // * failed // // * successful // // * skipped // // * pending Status *string `type:"string"` // The command type: // // * deploy // // * rollback // // * start // // * stop // // * restart // // * undeploy // // * update_dependencies // // * install_dependencies // // * update_custom_cookbooks // // * execute_recipes Type *string `type:"string"` // contains filtered or unexported fields }
Describes a command. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Command
func (*Command) SetAcknowledgedAt ¶ added in v1.5.0
SetAcknowledgedAt sets the AcknowledgedAt field's value.
func (*Command) SetCommandId ¶ added in v1.5.0
SetCommandId sets the CommandId field's value.
func (*Command) SetCompletedAt ¶ added in v1.5.0
SetCompletedAt sets the CompletedAt field's value.
func (*Command) SetCreatedAt ¶ added in v1.5.0
SetCreatedAt sets the CreatedAt field's value.
func (*Command) SetDeploymentId ¶ added in v1.5.0
SetDeploymentId sets the DeploymentId field's value.
func (*Command) SetExitCode ¶ added in v1.5.0
SetExitCode sets the ExitCode field's value.
func (*Command) SetInstanceId ¶ added in v1.5.0
SetInstanceId sets the InstanceId field's value.
type CreateAppInput ¶
type CreateAppInput struct { // A Source object that specifies the app repository. AppSource *Source `type:"structure"` // One or more user-defined key/value pairs to be added to the stack attributes. Attributes map[string]*string `type:"map"` // The app's data source. DataSources []*DataSource `type:"list"` // A description of the app. Description *string `type:"string"` // The app virtual host settings, with multiple domains separated by commas. // For example: 'www.example.com, example.com' Domains []*string `type:"list"` // Whether to enable SSL for the app. EnableSsl *bool `type:"boolean"` // An array of EnvironmentVariable objects that specify environment variables // to be associated with the app. After you deploy the app, these variables // are defined on the associated app server instance. For more information, // see Environment Variables (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html#workingapps-creating-environment). // // There is no specific limit on the number of environment variables. However, // the size of the associated data structure - which includes the variables' // names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). // This limit should accommodate most if not all use cases. Exceeding it will // cause an exception with the message, "Environment: is too large (maximum // is 10KB)." // // This parameter is supported only by Chef 11.10 stacks. If you have specified // one or more environment variables, you cannot modify the stack's Chef version. Environment []*EnvironmentVariable `type:"list"` // The app name. // // Name is a required field Name *string `type:"string" required:"true"` // The app's short name. Shortname *string `type:"string"` // An SslConfiguration object with the SSL configuration. SslConfiguration *SslConfiguration `type:"structure"` // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // The app type. Each supported type is associated with a particular layer. // For example, PHP applications are associated with a PHP layer. AWS OpsWorks // Stacks deploys an application to those instances that are members of the // corresponding layer. If your app isn't one of the standard types, or you // prefer to implement your own Deploy recipes, specify other. // // Type is a required field Type *string `type:"string" required:"true" enum:"AppType"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateAppRequest
func (CreateAppInput) GoString ¶ added in v0.6.5
func (s CreateAppInput) GoString() string
GoString returns the string representation
func (*CreateAppInput) SetAppSource ¶ added in v1.5.0
func (s *CreateAppInput) SetAppSource(v *Source) *CreateAppInput
SetAppSource sets the AppSource field's value.
func (*CreateAppInput) SetAttributes ¶ added in v1.5.0
func (s *CreateAppInput) SetAttributes(v map[string]*string) *CreateAppInput
SetAttributes sets the Attributes field's value.
func (*CreateAppInput) SetDataSources ¶ added in v1.5.0
func (s *CreateAppInput) SetDataSources(v []*DataSource) *CreateAppInput
SetDataSources sets the DataSources field's value.
func (*CreateAppInput) SetDescription ¶ added in v1.5.0
func (s *CreateAppInput) SetDescription(v string) *CreateAppInput
SetDescription sets the Description field's value.
func (*CreateAppInput) SetDomains ¶ added in v1.5.0
func (s *CreateAppInput) SetDomains(v []*string) *CreateAppInput
SetDomains sets the Domains field's value.
func (*CreateAppInput) SetEnableSsl ¶ added in v1.5.0
func (s *CreateAppInput) SetEnableSsl(v bool) *CreateAppInput
SetEnableSsl sets the EnableSsl field's value.
func (*CreateAppInput) SetEnvironment ¶ added in v1.5.0
func (s *CreateAppInput) SetEnvironment(v []*EnvironmentVariable) *CreateAppInput
SetEnvironment sets the Environment field's value.
func (*CreateAppInput) SetName ¶ added in v1.5.0
func (s *CreateAppInput) SetName(v string) *CreateAppInput
SetName sets the Name field's value.
func (*CreateAppInput) SetShortname ¶ added in v1.5.0
func (s *CreateAppInput) SetShortname(v string) *CreateAppInput
SetShortname sets the Shortname field's value.
func (*CreateAppInput) SetSslConfiguration ¶ added in v1.5.0
func (s *CreateAppInput) SetSslConfiguration(v *SslConfiguration) *CreateAppInput
SetSslConfiguration sets the SslConfiguration field's value.
func (*CreateAppInput) SetStackId ¶ added in v1.5.0
func (s *CreateAppInput) SetStackId(v string) *CreateAppInput
SetStackId sets the StackId field's value.
func (*CreateAppInput) SetType ¶ added in v1.5.0
func (s *CreateAppInput) SetType(v string) *CreateAppInput
SetType sets the Type field's value.
func (CreateAppInput) String ¶ added in v0.6.5
func (s CreateAppInput) String() string
String returns the string representation
func (*CreateAppInput) Validate ¶ added in v1.1.21
func (s *CreateAppInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAppOutput ¶
type CreateAppOutput struct { // The app ID. AppId *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a CreateApp request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateAppResult
func (CreateAppOutput) GoString ¶ added in v0.6.5
func (s CreateAppOutput) GoString() string
GoString returns the string representation
func (*CreateAppOutput) SetAppId ¶ added in v1.5.0
func (s *CreateAppOutput) SetAppId(v string) *CreateAppOutput
SetAppId sets the AppId field's value.
func (CreateAppOutput) String ¶ added in v0.6.5
func (s CreateAppOutput) String() string
String returns the string representation
type CreateDeploymentInput ¶
type CreateDeploymentInput struct { // The app ID. This parameter is required for app deployments, but not for other // deployment commands. AppId *string `type:"string"` // A DeploymentCommand object that specifies the deployment command and any // associated arguments. // // Command is a required field Command *DeploymentCommand `type:"structure" required:"true"` // A user-defined comment. Comment *string `type:"string"` // A string that contains user-defined, custom JSON. It is used to override // the corresponding default stack configuration JSON values. The string should // be in the following format: // // "{\"key1\": \"value1\", \"key2\": \"value2\",...}" // // For more information on custom JSON, see Use Custom JSON to Modify the Stack // Configuration Attributes (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html). CustomJson *string `type:"string"` // The instance IDs for the deployment targets. InstanceIds []*string `type:"list"` // The layer IDs for the deployment targets. LayerIds []*string `type:"list"` // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateDeploymentRequest
func (CreateDeploymentInput) GoString ¶ added in v0.6.5
func (s CreateDeploymentInput) GoString() string
GoString returns the string representation
func (*CreateDeploymentInput) SetAppId ¶ added in v1.5.0
func (s *CreateDeploymentInput) SetAppId(v string) *CreateDeploymentInput
SetAppId sets the AppId field's value.
func (*CreateDeploymentInput) SetCommand ¶ added in v1.5.0
func (s *CreateDeploymentInput) SetCommand(v *DeploymentCommand) *CreateDeploymentInput
SetCommand sets the Command field's value.
func (*CreateDeploymentInput) SetComment ¶ added in v1.5.0
func (s *CreateDeploymentInput) SetComment(v string) *CreateDeploymentInput
SetComment sets the Comment field's value.
func (*CreateDeploymentInput) SetCustomJson ¶ added in v1.5.0
func (s *CreateDeploymentInput) SetCustomJson(v string) *CreateDeploymentInput
SetCustomJson sets the CustomJson field's value.
func (*CreateDeploymentInput) SetInstanceIds ¶ added in v1.5.0
func (s *CreateDeploymentInput) SetInstanceIds(v []*string) *CreateDeploymentInput
SetInstanceIds sets the InstanceIds field's value.
func (*CreateDeploymentInput) SetLayerIds ¶ added in v1.5.0
func (s *CreateDeploymentInput) SetLayerIds(v []*string) *CreateDeploymentInput
SetLayerIds sets the LayerIds field's value.
func (*CreateDeploymentInput) SetStackId ¶ added in v1.5.0
func (s *CreateDeploymentInput) SetStackId(v string) *CreateDeploymentInput
SetStackId sets the StackId field's value.
func (CreateDeploymentInput) String ¶ added in v0.6.5
func (s CreateDeploymentInput) String() string
String returns the string representation
func (*CreateDeploymentInput) Validate ¶ added in v1.1.21
func (s *CreateDeploymentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateDeploymentOutput ¶
type CreateDeploymentOutput struct { // The deployment ID, which can be used with other requests to identify the // deployment. DeploymentId *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a CreateDeployment request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateDeploymentResult
func (CreateDeploymentOutput) GoString ¶ added in v0.6.5
func (s CreateDeploymentOutput) GoString() string
GoString returns the string representation
func (*CreateDeploymentOutput) SetDeploymentId ¶ added in v1.5.0
func (s *CreateDeploymentOutput) SetDeploymentId(v string) *CreateDeploymentOutput
SetDeploymentId sets the DeploymentId field's value.
func (CreateDeploymentOutput) String ¶ added in v0.6.5
func (s CreateDeploymentOutput) String() string
String returns the string representation
type CreateInstanceInput ¶
type CreateInstanceInput struct { // The default AWS OpsWorks Stacks agent version. You have the following options: // // * INHERIT - Use the stack's default agent version setting. // // * version_number - Use the specified agent version. This value overrides // the stack's default setting. To update the agent version, edit the instance // configuration and specify a new version. AWS OpsWorks Stacks then automatically // installs that version on the instance. // // The default setting is INHERIT. To specify an agent version, you must use // the complete version number, not the abbreviated number shown on the console. // For a list of available agent version numbers, call DescribeAgentVersions. // AgentVersion cannot be set to Chef 12.2. AgentVersion *string `type:"string"` // A custom AMI ID to be used to create the instance. The AMI should be based // on one of the supported operating systems. For more information, see Using // Custom AMIs (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). // // If you specify a custom AMI, you must set Os to Custom. AmiId *string `type:"string"` // The instance architecture. The default option is x86_64. Instance types do // not necessarily support both architectures. For a list of the architectures // that are supported by the different instance types, see Instance Families // and Types (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html). Architecture *string `type:"string" enum:"Architecture"` // For load-based or time-based instances, the type. Windows stacks can use // only time-based instances. AutoScalingType *string `type:"string" enum:"AutoScalingType"` // The instance Availability Zone. For more information, see Regions and Endpoints // (http://docs.aws.amazon.com/general/latest/gr/rande.html). AvailabilityZone *string `type:"string"` // An array of BlockDeviceMapping objects that specify the instance's block // devices. For more information, see Block Device Mapping (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html). // Note that block device mappings are not supported for custom AMIs. BlockDeviceMappings []*BlockDeviceMapping `type:"list"` // Whether to create an Amazon EBS-optimized instance. EbsOptimized *bool `type:"boolean"` // The instance host name. Hostname *string `type:"string"` // Whether to install operating system and package updates when the instance // boots. The default value is true. To control when updates are installed, // set this value to false. You must then update your instances manually by // using CreateDeployment to run the update_dependencies stack command or by // manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances. // // We strongly recommend using the default value of true to ensure that your // instances have the latest security updates. InstallUpdatesOnBoot *bool `type:"boolean"` // The instance type, such as t2.micro. For a list of supported instance types, // open the stack in the console, choose Instances, and choose + Instance. The // Size list contains the currently supported types. For more information, see // Instance Families and Types (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html). // The parameter values that you use to specify the various types are in the // API Name column of the Available Instance Types table. // // InstanceType is a required field InstanceType *string `type:"string" required:"true"` // An array that contains the instance's layer IDs. // // LayerIds is a required field LayerIds []*string `type:"list" required:"true"` // The instance's operating system, which must be set to one of the following. // // * A supported Linux operating system: An Amazon Linux version, such as // Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon // Linux 2015.03. // // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu // 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // // * Red Hat Enterprise Linux 7 // // * A supported Windows operating system, such as Microsoft Windows Server // 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, // Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft // Windows Server 2012 R2 with SQL Server Web. // // * A custom AMI: Custom. // // For more information on the supported operating systems, see AWS OpsWorks // Stacks Operating Systems (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). // // The default option is the current Amazon Linux version. If you set this parameter // to Custom, you must use the CreateInstance action's AmiId parameter to specify // the custom AMI that you want to use. Block device mappings are not supported // if the value is Custom. For more information on the supported operating systems, // see Operating Systems (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html)For // more information on how to use custom AMIs with AWS OpsWorks Stacks, see // Using Custom AMIs (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). Os *string `type:"string"` // The instance root device type. For more information, see Storage for the // Root Device (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device). RootDeviceType *string `type:"string" enum:"RootDeviceType"` // The instance's Amazon EC2 key-pair name. SshKeyName *string `type:"string"` // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // The ID of the instance's subnet. If the stack is running in a VPC, you can // use this parameter to override the stack's default subnet ID value and direct // AWS OpsWorks Stacks to launch the instance in a different subnet. SubnetId *string `type:"string"` // The instance's tenancy option. The default option is no tenancy, or if the // instance is running in a VPC, inherit tenancy settings from the VPC. The // following are valid values for this parameter: dedicated, default, or host. // Because there are costs associated with changes in tenancy options, we recommend // that you research tenancy options before choosing them for your instances. // For more information about dedicated hosts, see Dedicated Hosts Overview // (http://aws.amazon.com/ec2/dedicated-hosts/) and Amazon EC2 Dedicated Hosts // (http://aws.amazon.com/ec2/dedicated-hosts/). For more information about // dedicated instances, see Dedicated Instances (http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/dedicated-instance.html) // and Amazon EC2 Dedicated Instances (http://aws.amazon.com/ec2/purchasing-options/dedicated-instances/). Tenancy *string `type:"string"` // The instance's virtualization type, paravirtual or hvm. VirtualizationType *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateInstanceRequest
func (CreateInstanceInput) GoString ¶ added in v0.6.5
func (s CreateInstanceInput) GoString() string
GoString returns the string representation
func (*CreateInstanceInput) SetAgentVersion ¶ added in v1.5.0
func (s *CreateInstanceInput) SetAgentVersion(v string) *CreateInstanceInput
SetAgentVersion sets the AgentVersion field's value.
func (*CreateInstanceInput) SetAmiId ¶ added in v1.5.0
func (s *CreateInstanceInput) SetAmiId(v string) *CreateInstanceInput
SetAmiId sets the AmiId field's value.
func (*CreateInstanceInput) SetArchitecture ¶ added in v1.5.0
func (s *CreateInstanceInput) SetArchitecture(v string) *CreateInstanceInput
SetArchitecture sets the Architecture field's value.
func (*CreateInstanceInput) SetAutoScalingType ¶ added in v1.5.0
func (s *CreateInstanceInput) SetAutoScalingType(v string) *CreateInstanceInput
SetAutoScalingType sets the AutoScalingType field's value.
func (*CreateInstanceInput) SetAvailabilityZone ¶ added in v1.5.0
func (s *CreateInstanceInput) SetAvailabilityZone(v string) *CreateInstanceInput
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*CreateInstanceInput) SetBlockDeviceMappings ¶ added in v1.5.0
func (s *CreateInstanceInput) SetBlockDeviceMappings(v []*BlockDeviceMapping) *CreateInstanceInput
SetBlockDeviceMappings sets the BlockDeviceMappings field's value.
func (*CreateInstanceInput) SetEbsOptimized ¶ added in v1.5.0
func (s *CreateInstanceInput) SetEbsOptimized(v bool) *CreateInstanceInput
SetEbsOptimized sets the EbsOptimized field's value.
func (*CreateInstanceInput) SetHostname ¶ added in v1.5.0
func (s *CreateInstanceInput) SetHostname(v string) *CreateInstanceInput
SetHostname sets the Hostname field's value.
func (*CreateInstanceInput) SetInstallUpdatesOnBoot ¶ added in v1.5.0
func (s *CreateInstanceInput) SetInstallUpdatesOnBoot(v bool) *CreateInstanceInput
SetInstallUpdatesOnBoot sets the InstallUpdatesOnBoot field's value.
func (*CreateInstanceInput) SetInstanceType ¶ added in v1.5.0
func (s *CreateInstanceInput) SetInstanceType(v string) *CreateInstanceInput
SetInstanceType sets the InstanceType field's value.
func (*CreateInstanceInput) SetLayerIds ¶ added in v1.5.0
func (s *CreateInstanceInput) SetLayerIds(v []*string) *CreateInstanceInput
SetLayerIds sets the LayerIds field's value.
func (*CreateInstanceInput) SetOs ¶ added in v1.5.0
func (s *CreateInstanceInput) SetOs(v string) *CreateInstanceInput
SetOs sets the Os field's value.
func (*CreateInstanceInput) SetRootDeviceType ¶ added in v1.5.0
func (s *CreateInstanceInput) SetRootDeviceType(v string) *CreateInstanceInput
SetRootDeviceType sets the RootDeviceType field's value.
func (*CreateInstanceInput) SetSshKeyName ¶ added in v1.5.0
func (s *CreateInstanceInput) SetSshKeyName(v string) *CreateInstanceInput
SetSshKeyName sets the SshKeyName field's value.
func (*CreateInstanceInput) SetStackId ¶ added in v1.5.0
func (s *CreateInstanceInput) SetStackId(v string) *CreateInstanceInput
SetStackId sets the StackId field's value.
func (*CreateInstanceInput) SetSubnetId ¶ added in v1.5.0
func (s *CreateInstanceInput) SetSubnetId(v string) *CreateInstanceInput
SetSubnetId sets the SubnetId field's value.
func (*CreateInstanceInput) SetTenancy ¶ added in v1.5.0
func (s *CreateInstanceInput) SetTenancy(v string) *CreateInstanceInput
SetTenancy sets the Tenancy field's value.
func (*CreateInstanceInput) SetVirtualizationType ¶ added in v1.5.0
func (s *CreateInstanceInput) SetVirtualizationType(v string) *CreateInstanceInput
SetVirtualizationType sets the VirtualizationType field's value.
func (CreateInstanceInput) String ¶ added in v0.6.5
func (s CreateInstanceInput) String() string
String returns the string representation
func (*CreateInstanceInput) Validate ¶ added in v1.1.21
func (s *CreateInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateInstanceOutput ¶
type CreateInstanceOutput struct { // The instance ID. InstanceId *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a CreateInstance request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateInstanceResult
func (CreateInstanceOutput) GoString ¶ added in v0.6.5
func (s CreateInstanceOutput) GoString() string
GoString returns the string representation
func (*CreateInstanceOutput) SetInstanceId ¶ added in v1.5.0
func (s *CreateInstanceOutput) SetInstanceId(v string) *CreateInstanceOutput
SetInstanceId sets the InstanceId field's value.
func (CreateInstanceOutput) String ¶ added in v0.6.5
func (s CreateInstanceOutput) String() string
String returns the string representation
type CreateLayerInput ¶
type CreateLayerInput struct { // One or more user-defined key-value pairs to be added to the stack attributes. // // To create a cluster layer, set the EcsClusterArn attribute to the cluster's // ARN. Attributes map[string]*string `type:"map"` // Whether to automatically assign an Elastic IP address (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) // to the layer's instances. For more information, see How to Edit a Layer (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html). AutoAssignElasticIps *bool `type:"boolean"` // For stacks that are running in a VPC, whether to automatically assign a public // IP address to the layer's instances. For more information, see How to Edit // a Layer (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html). AutoAssignPublicIps *bool `type:"boolean"` // Specifies CloudWatch Logs configuration options for the layer. For more information, // see CloudWatchLogsLogStream. CloudWatchLogsConfiguration *CloudWatchLogsConfiguration `type:"structure"` // The ARN of an IAM profile to be used for the layer's EC2 instances. For more // information about IAM ARNs, see Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). CustomInstanceProfileArn *string `type:"string"` // A JSON-formatted string containing custom stack configuration and deployment // attributes to be installed on the layer's instances. For more information, // see Using Custom JSON (http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-json-override.html). // This feature is supported as of version 1.7.42 of the AWS CLI. CustomJson *string `type:"string"` // A LayerCustomRecipes object that specifies the layer custom recipes. CustomRecipes *Recipes `type:"structure"` // An array containing the layer custom security group IDs. CustomSecurityGroupIds []*string `type:"list"` // Whether to disable auto healing for the layer. EnableAutoHealing *bool `type:"boolean"` // Whether to install operating system and package updates when the instance // boots. The default value is true. To control when updates are installed, // set this value to false. You must then update your instances manually by // using CreateDeployment to run the update_dependencies stack command or by // manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances. // // To ensure that your instances have the latest security updates, we strongly // recommend using the default value of true. InstallUpdatesOnBoot *bool `type:"boolean"` // A LifeCycleEventConfiguration object that you can use to configure the Shutdown // event to specify an execution timeout and enable or disable Elastic Load // Balancer connection draining. LifecycleEventConfiguration *LifecycleEventConfiguration `type:"structure"` // The layer name, which is used by the console. // // Name is a required field Name *string `type:"string" required:"true"` // An array of Package objects that describes the layer packages. Packages []*string `type:"list"` // For custom layers only, use this parameter to specify the layer's short name, // which is used internally by AWS OpsWorks Stacks and by Chef recipes. The // short name is also used as the name for the directory where your app files // are installed. It can have a maximum of 200 characters, which are limited // to the alphanumeric characters, '-', '_', and '.'. // // The built-in layers' short names are defined by AWS OpsWorks Stacks. For // more information, see the Layer Reference (http://docs.aws.amazon.com/opsworks/latest/userguide/layers.html). // // Shortname is a required field Shortname *string `type:"string" required:"true"` // The layer stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // The layer type. A stack cannot have more than one built-in layer of the same // type. It can have any number of custom layers. Built-in layers are not available // in Chef 12 stacks. // // Type is a required field Type *string `type:"string" required:"true" enum:"LayerType"` // Whether to use Amazon EBS-optimized instances. UseEbsOptimizedInstances *bool `type:"boolean"` // A VolumeConfigurations object that describes the layer's Amazon EBS volumes. VolumeConfigurations []*VolumeConfiguration `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateLayerRequest
func (CreateLayerInput) GoString ¶ added in v0.6.5
func (s CreateLayerInput) GoString() string
GoString returns the string representation
func (*CreateLayerInput) SetAttributes ¶ added in v1.5.0
func (s *CreateLayerInput) SetAttributes(v map[string]*string) *CreateLayerInput
SetAttributes sets the Attributes field's value.
func (*CreateLayerInput) SetAutoAssignElasticIps ¶ added in v1.5.0
func (s *CreateLayerInput) SetAutoAssignElasticIps(v bool) *CreateLayerInput
SetAutoAssignElasticIps sets the AutoAssignElasticIps field's value.
func (*CreateLayerInput) SetAutoAssignPublicIps ¶ added in v1.5.0
func (s *CreateLayerInput) SetAutoAssignPublicIps(v bool) *CreateLayerInput
SetAutoAssignPublicIps sets the AutoAssignPublicIps field's value.
func (*CreateLayerInput) SetCloudWatchLogsConfiguration ¶ added in v1.8.12
func (s *CreateLayerInput) SetCloudWatchLogsConfiguration(v *CloudWatchLogsConfiguration) *CreateLayerInput
SetCloudWatchLogsConfiguration sets the CloudWatchLogsConfiguration field's value.
func (*CreateLayerInput) SetCustomInstanceProfileArn ¶ added in v1.5.0
func (s *CreateLayerInput) SetCustomInstanceProfileArn(v string) *CreateLayerInput
SetCustomInstanceProfileArn sets the CustomInstanceProfileArn field's value.
func (*CreateLayerInput) SetCustomJson ¶ added in v1.5.0
func (s *CreateLayerInput) SetCustomJson(v string) *CreateLayerInput
SetCustomJson sets the CustomJson field's value.
func (*CreateLayerInput) SetCustomRecipes ¶ added in v1.5.0
func (s *CreateLayerInput) SetCustomRecipes(v *Recipes) *CreateLayerInput
SetCustomRecipes sets the CustomRecipes field's value.
func (*CreateLayerInput) SetCustomSecurityGroupIds ¶ added in v1.5.0
func (s *CreateLayerInput) SetCustomSecurityGroupIds(v []*string) *CreateLayerInput
SetCustomSecurityGroupIds sets the CustomSecurityGroupIds field's value.
func (*CreateLayerInput) SetEnableAutoHealing ¶ added in v1.5.0
func (s *CreateLayerInput) SetEnableAutoHealing(v bool) *CreateLayerInput
SetEnableAutoHealing sets the EnableAutoHealing field's value.
func (*CreateLayerInput) SetInstallUpdatesOnBoot ¶ added in v1.5.0
func (s *CreateLayerInput) SetInstallUpdatesOnBoot(v bool) *CreateLayerInput
SetInstallUpdatesOnBoot sets the InstallUpdatesOnBoot field's value.
func (*CreateLayerInput) SetLifecycleEventConfiguration ¶ added in v1.5.0
func (s *CreateLayerInput) SetLifecycleEventConfiguration(v *LifecycleEventConfiguration) *CreateLayerInput
SetLifecycleEventConfiguration sets the LifecycleEventConfiguration field's value.
func (*CreateLayerInput) SetName ¶ added in v1.5.0
func (s *CreateLayerInput) SetName(v string) *CreateLayerInput
SetName sets the Name field's value.
func (*CreateLayerInput) SetPackages ¶ added in v1.5.0
func (s *CreateLayerInput) SetPackages(v []*string) *CreateLayerInput
SetPackages sets the Packages field's value.
func (*CreateLayerInput) SetShortname ¶ added in v1.5.0
func (s *CreateLayerInput) SetShortname(v string) *CreateLayerInput
SetShortname sets the Shortname field's value.
func (*CreateLayerInput) SetStackId ¶ added in v1.5.0
func (s *CreateLayerInput) SetStackId(v string) *CreateLayerInput
SetStackId sets the StackId field's value.
func (*CreateLayerInput) SetType ¶ added in v1.5.0
func (s *CreateLayerInput) SetType(v string) *CreateLayerInput
SetType sets the Type field's value.
func (*CreateLayerInput) SetUseEbsOptimizedInstances ¶ added in v1.5.0
func (s *CreateLayerInput) SetUseEbsOptimizedInstances(v bool) *CreateLayerInput
SetUseEbsOptimizedInstances sets the UseEbsOptimizedInstances field's value.
func (*CreateLayerInput) SetVolumeConfigurations ¶ added in v1.5.0
func (s *CreateLayerInput) SetVolumeConfigurations(v []*VolumeConfiguration) *CreateLayerInput
SetVolumeConfigurations sets the VolumeConfigurations field's value.
func (CreateLayerInput) String ¶ added in v0.6.5
func (s CreateLayerInput) String() string
String returns the string representation
func (*CreateLayerInput) Validate ¶ added in v1.1.21
func (s *CreateLayerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLayerOutput ¶
type CreateLayerOutput struct { // The layer ID. LayerId *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a CreateLayer request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateLayerResult
func (CreateLayerOutput) GoString ¶ added in v0.6.5
func (s CreateLayerOutput) GoString() string
GoString returns the string representation
func (*CreateLayerOutput) SetLayerId ¶ added in v1.5.0
func (s *CreateLayerOutput) SetLayerId(v string) *CreateLayerOutput
SetLayerId sets the LayerId field's value.
func (CreateLayerOutput) String ¶ added in v0.6.5
func (s CreateLayerOutput) String() string
String returns the string representation
type CreateStackInput ¶
type CreateStackInput struct { // The default AWS OpsWorks Stacks agent version. You have the following options: // // * Auto-update - Set this parameter to LATEST. AWS OpsWorks Stacks automatically // installs new agent versions on the stack's instances as soon as they are // available. // // * Fixed version - Set this parameter to your preferred agent version. // To update the agent version, you must edit the stack configuration and // specify a new version. AWS OpsWorks Stacks then automatically installs // that version on the stack's instances. // // The default setting is the most recent release of the agent. To specify an // agent version, you must use the complete version number, not the abbreviated // number shown on the console. For a list of available agent version numbers, // call DescribeAgentVersions. AgentVersion cannot be set to Chef 12.2. // // You can also specify an agent version when you create or update an instance, // which overrides the stack's default setting. AgentVersion *string `type:"string"` // One or more user-defined key-value pairs to be added to the stack attributes. Attributes map[string]*string `type:"map"` // A ChefConfiguration object that specifies whether to enable Berkshelf and // the Berkshelf version on Chef 11.10 stacks. For more information, see Create // a New Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html). ChefConfiguration *ChefConfiguration `type:"structure"` // The configuration manager. When you create a stack we recommend that you // use the configuration manager to specify the Chef version: 12, 11.10, or // 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for // Linux stacks is currently 11.4. ConfigurationManager *StackConfigurationManager `type:"structure"` // Contains the information required to retrieve an app or cookbook from a repository. // For more information, see Creating Apps (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html) // or Custom Recipes and Cookbooks (http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook.html). CustomCookbooksSource *Source `type:"structure"` // A string that contains user-defined, custom JSON. It can be used to override // the corresponding default stack configuration attribute values or to pass // data to recipes. The string should be in the following format: // // "{\"key1\": \"value1\", \"key2\": \"value2\",...}" // // For more information on custom JSON, see Use Custom JSON to Modify the Stack // Configuration Attributes (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html). CustomJson *string `type:"string"` // The stack's default Availability Zone, which must be in the specified region. // For more information, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html). // If you also specify a value for DefaultSubnetId, the subnet must be in the // same zone. For more information, see the VpcId parameter description. DefaultAvailabilityZone *string `type:"string"` // The Amazon Resource Name (ARN) of an IAM profile that is the default profile // for all of the stack's EC2 instances. For more information about IAM ARNs, // see Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). // // DefaultInstanceProfileArn is a required field DefaultInstanceProfileArn *string `type:"string" required:"true"` // The stack's default operating system, which is installed on every instance // unless you specify a different operating system when you create the instance. // You can specify one of the following. // // * A supported Linux operating system: An Amazon Linux version, such as // Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon // Linux 2015.03. // // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu // 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // // * Red Hat Enterprise Linux 7 // // * A supported Windows operating system, such as Microsoft Windows Server // 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, // Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft // Windows Server 2012 R2 with SQL Server Web. // // * A custom AMI: Custom. You specify the custom AMI you want to use when // you create instances. For more information, see Using Custom AMIs (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). // // The default option is the current Amazon Linux version. For more information // on the supported operating systems, see AWS OpsWorks Stacks Operating Systems // (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). DefaultOs *string `type:"string"` // The default root device type. This value is the default for all instances // in the stack, but you can override it when you create an instance. The default // option is instance-store. For more information, see Storage for the Root // Device (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device). DefaultRootDeviceType *string `type:"string" enum:"RootDeviceType"` // A default Amazon EC2 key pair name. The default value is none. If you specify // a key pair name, AWS OpsWorks installs the public key on the instance and // you can use the private key with an SSH client to log in to the instance. // For more information, see Using SSH to Communicate with an Instance (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html) // and Managing SSH Access (http://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html). // You can override this setting by specifying a different key pair, or no key // pair, when you create an instance (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html). DefaultSshKeyName *string `type:"string"` // The stack's default VPC subnet ID. This parameter is required if you specify // a value for the VpcId parameter. All instances are launched into this subnet // unless you specify otherwise when you create the instance. If you also specify // a value for DefaultAvailabilityZone, the subnet must be in that zone. For // information on default values and when this parameter is required, see the // VpcId parameter description. DefaultSubnetId *string `type:"string"` // The stack's host name theme, with spaces replaced by underscores. The theme // is used to generate host names for the stack's instances. By default, HostnameTheme // is set to Layer_Dependent, which creates host names by appending integers // to the layer's short name. The other themes are: // // * Baked_Goods // // * Clouds // // * Europe_Cities // // * Fruits // // * Greek_Deities // // * Legendary_creatures_from_Japan // // * Planets_and_Moons // // * Roman_Deities // // * Scottish_Islands // // * US_Cities // // * Wild_Cats // // To obtain a generated host name, call GetHostNameSuggestion, which returns // a host name based on the current theme. HostnameTheme *string `type:"string"` // The stack name. // // Name is a required field Name *string `type:"string" required:"true"` // The stack's AWS region, such as "ap-south-1". For more information about // Amazon regions, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html). // // Region is a required field Region *string `type:"string" required:"true"` // The stack's AWS Identity and Access Management (IAM) role, which allows AWS // OpsWorks Stacks to work with AWS resources on your behalf. You must set this // parameter to the Amazon Resource Name (ARN) for an existing IAM role. For // more information about IAM ARNs, see Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). // // ServiceRoleArn is a required field ServiceRoleArn *string `type:"string" required:"true"` // Whether the stack uses custom cookbooks. UseCustomCookbooks *bool `type:"boolean"` // Whether to associate the AWS OpsWorks Stacks built-in security groups with // the stack's layers. // // AWS OpsWorks Stacks provides a standard set of built-in security groups, // one for each layer, which are associated with layers by default. With UseOpsworksSecurityGroups // you can instead provide your own custom security groups. UseOpsworksSecurityGroups // has the following settings: // // * True - AWS OpsWorks Stacks automatically associates the appropriate // built-in security group with each layer (default setting). You can associate // additional security groups with a layer after you create it, but you cannot // delete the built-in security group. // // * False - AWS OpsWorks Stacks does not associate built-in security groups // with layers. You must create appropriate EC2 security groups and associate // a security group with each layer that you create. However, you can still // manually associate a built-in security group with a layer on creation; // custom security groups are required only for those layers that need custom // settings. // // For more information, see Create a New Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html). UseOpsworksSecurityGroups *bool `type:"boolean"` // The ID of the VPC that the stack is to be launched into. The VPC must be // in the stack's region. All instances are launched into this VPC. You cannot // change the ID later. // // * If your account supports EC2-Classic, the default value is no VPC. // // * If your account does not support EC2-Classic, the default value is the // default VPC for the specified region. // // If the VPC ID corresponds to a default VPC and you have specified either // the DefaultAvailabilityZone or the DefaultSubnetId parameter only, AWS OpsWorks // Stacks infers the value of the other parameter. If you specify neither parameter, // AWS OpsWorks Stacks sets these parameters to the first valid Availability // Zone for the specified region and the corresponding default VPC subnet ID, // respectively. // // If you specify a nondefault VPC ID, note the following: // // * It must belong to a VPC in your account that is in the specified region. // // * You must specify a value for DefaultSubnetId. // // For more information on how to use AWS OpsWorks Stacks with a VPC, see Running // a Stack in a VPC (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-vpc.html). // For more information on default VPC and EC2-Classic, see Supported Platforms // (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html). VpcId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateStackRequest
func (CreateStackInput) GoString ¶ added in v0.6.5
func (s CreateStackInput) GoString() string
GoString returns the string representation
func (*CreateStackInput) SetAgentVersion ¶ added in v1.5.0
func (s *CreateStackInput) SetAgentVersion(v string) *CreateStackInput
SetAgentVersion sets the AgentVersion field's value.
func (*CreateStackInput) SetAttributes ¶ added in v1.5.0
func (s *CreateStackInput) SetAttributes(v map[string]*string) *CreateStackInput
SetAttributes sets the Attributes field's value.
func (*CreateStackInput) SetChefConfiguration ¶ added in v1.5.0
func (s *CreateStackInput) SetChefConfiguration(v *ChefConfiguration) *CreateStackInput
SetChefConfiguration sets the ChefConfiguration field's value.
func (*CreateStackInput) SetConfigurationManager ¶ added in v1.5.0
func (s *CreateStackInput) SetConfigurationManager(v *StackConfigurationManager) *CreateStackInput
SetConfigurationManager sets the ConfigurationManager field's value.
func (*CreateStackInput) SetCustomCookbooksSource ¶ added in v1.5.0
func (s *CreateStackInput) SetCustomCookbooksSource(v *Source) *CreateStackInput
SetCustomCookbooksSource sets the CustomCookbooksSource field's value.
func (*CreateStackInput) SetCustomJson ¶ added in v1.5.0
func (s *CreateStackInput) SetCustomJson(v string) *CreateStackInput
SetCustomJson sets the CustomJson field's value.
func (*CreateStackInput) SetDefaultAvailabilityZone ¶ added in v1.5.0
func (s *CreateStackInput) SetDefaultAvailabilityZone(v string) *CreateStackInput
SetDefaultAvailabilityZone sets the DefaultAvailabilityZone field's value.
func (*CreateStackInput) SetDefaultInstanceProfileArn ¶ added in v1.5.0
func (s *CreateStackInput) SetDefaultInstanceProfileArn(v string) *CreateStackInput
SetDefaultInstanceProfileArn sets the DefaultInstanceProfileArn field's value.
func (*CreateStackInput) SetDefaultOs ¶ added in v1.5.0
func (s *CreateStackInput) SetDefaultOs(v string) *CreateStackInput
SetDefaultOs sets the DefaultOs field's value.
func (*CreateStackInput) SetDefaultRootDeviceType ¶ added in v1.5.0
func (s *CreateStackInput) SetDefaultRootDeviceType(v string) *CreateStackInput
SetDefaultRootDeviceType sets the DefaultRootDeviceType field's value.
func (*CreateStackInput) SetDefaultSshKeyName ¶ added in v1.5.0
func (s *CreateStackInput) SetDefaultSshKeyName(v string) *CreateStackInput
SetDefaultSshKeyName sets the DefaultSshKeyName field's value.
func (*CreateStackInput) SetDefaultSubnetId ¶ added in v1.5.0
func (s *CreateStackInput) SetDefaultSubnetId(v string) *CreateStackInput
SetDefaultSubnetId sets the DefaultSubnetId field's value.
func (*CreateStackInput) SetHostnameTheme ¶ added in v1.5.0
func (s *CreateStackInput) SetHostnameTheme(v string) *CreateStackInput
SetHostnameTheme sets the HostnameTheme field's value.
func (*CreateStackInput) SetName ¶ added in v1.5.0
func (s *CreateStackInput) SetName(v string) *CreateStackInput
SetName sets the Name field's value.
func (*CreateStackInput) SetRegion ¶ added in v1.5.0
func (s *CreateStackInput) SetRegion(v string) *CreateStackInput
SetRegion sets the Region field's value.
func (*CreateStackInput) SetServiceRoleArn ¶ added in v1.5.0
func (s *CreateStackInput) SetServiceRoleArn(v string) *CreateStackInput
SetServiceRoleArn sets the ServiceRoleArn field's value.
func (*CreateStackInput) SetUseCustomCookbooks ¶ added in v1.5.0
func (s *CreateStackInput) SetUseCustomCookbooks(v bool) *CreateStackInput
SetUseCustomCookbooks sets the UseCustomCookbooks field's value.
func (*CreateStackInput) SetUseOpsworksSecurityGroups ¶ added in v1.5.0
func (s *CreateStackInput) SetUseOpsworksSecurityGroups(v bool) *CreateStackInput
SetUseOpsworksSecurityGroups sets the UseOpsworksSecurityGroups field's value.
func (*CreateStackInput) SetVpcId ¶ added in v1.5.0
func (s *CreateStackInput) SetVpcId(v string) *CreateStackInput
SetVpcId sets the VpcId field's value.
func (CreateStackInput) String ¶ added in v0.6.5
func (s CreateStackInput) String() string
String returns the string representation
func (*CreateStackInput) Validate ¶ added in v1.1.21
func (s *CreateStackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateStackOutput ¶
type CreateStackOutput struct { // The stack ID, which is an opaque string that you use to identify the stack // when performing actions such as DescribeStacks. StackId *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a CreateStack request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateStackResult
func (CreateStackOutput) GoString ¶ added in v0.6.5
func (s CreateStackOutput) GoString() string
GoString returns the string representation
func (*CreateStackOutput) SetStackId ¶ added in v1.5.0
func (s *CreateStackOutput) SetStackId(v string) *CreateStackOutput
SetStackId sets the StackId field's value.
func (CreateStackOutput) String ¶ added in v0.6.5
func (s CreateStackOutput) String() string
String returns the string representation
type CreateUserProfileInput ¶
type CreateUserProfileInput struct { // Whether users can specify their own SSH public key through the My Settings // page. For more information, see Setting an IAM User's Public SSH Key (http://docs.aws.amazon.com/opsworks/latest/userguide/security-settingsshkey.html). AllowSelfManagement *bool `type:"boolean"` // The user's IAM ARN; this can also be a federated user's ARN. // // IamUserArn is a required field IamUserArn *string `type:"string" required:"true"` // The user's public SSH key. SshPublicKey *string `type:"string"` // The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], // '-', and '_'. If the specified name includes other punctuation marks, AWS // OpsWorks Stacks removes them. For example, my.name will be changed to myname. // If you do not specify an SSH user name, AWS OpsWorks Stacks generates one // from the IAM user name. SshUsername *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateUserProfileRequest
func (CreateUserProfileInput) GoString ¶ added in v0.6.5
func (s CreateUserProfileInput) GoString() string
GoString returns the string representation
func (*CreateUserProfileInput) SetAllowSelfManagement ¶ added in v1.5.0
func (s *CreateUserProfileInput) SetAllowSelfManagement(v bool) *CreateUserProfileInput
SetAllowSelfManagement sets the AllowSelfManagement field's value.
func (*CreateUserProfileInput) SetIamUserArn ¶ added in v1.5.0
func (s *CreateUserProfileInput) SetIamUserArn(v string) *CreateUserProfileInput
SetIamUserArn sets the IamUserArn field's value.
func (*CreateUserProfileInput) SetSshPublicKey ¶ added in v1.5.0
func (s *CreateUserProfileInput) SetSshPublicKey(v string) *CreateUserProfileInput
SetSshPublicKey sets the SshPublicKey field's value.
func (*CreateUserProfileInput) SetSshUsername ¶ added in v1.5.0
func (s *CreateUserProfileInput) SetSshUsername(v string) *CreateUserProfileInput
SetSshUsername sets the SshUsername field's value.
func (CreateUserProfileInput) String ¶ added in v0.6.5
func (s CreateUserProfileInput) String() string
String returns the string representation
func (*CreateUserProfileInput) Validate ¶ added in v1.1.21
func (s *CreateUserProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateUserProfileOutput ¶
type CreateUserProfileOutput struct { // The user's IAM ARN. IamUserArn *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a CreateUserProfile request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateUserProfileResult
func (CreateUserProfileOutput) GoString ¶ added in v0.6.5
func (s CreateUserProfileOutput) GoString() string
GoString returns the string representation
func (*CreateUserProfileOutput) SetIamUserArn ¶ added in v1.5.0
func (s *CreateUserProfileOutput) SetIamUserArn(v string) *CreateUserProfileOutput
SetIamUserArn sets the IamUserArn field's value.
func (CreateUserProfileOutput) String ¶ added in v0.6.5
func (s CreateUserProfileOutput) String() string
String returns the string representation
type DataSource ¶
type DataSource struct { // The data source's ARN. Arn *string `type:"string"` // The database name. DatabaseName *string `type:"string"` // The data source's type, AutoSelectOpsworksMysqlInstance, OpsworksMysqlInstance, // or RdsDbInstance. Type *string `type:"string"` // contains filtered or unexported fields }
Describes an app's data source. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DataSource
func (DataSource) GoString ¶ added in v0.6.5
func (s DataSource) GoString() string
GoString returns the string representation
func (*DataSource) SetArn ¶ added in v1.5.0
func (s *DataSource) SetArn(v string) *DataSource
SetArn sets the Arn field's value.
func (*DataSource) SetDatabaseName ¶ added in v1.5.0
func (s *DataSource) SetDatabaseName(v string) *DataSource
SetDatabaseName sets the DatabaseName field's value.
func (*DataSource) SetType ¶ added in v1.5.0
func (s *DataSource) SetType(v string) *DataSource
SetType sets the Type field's value.
func (DataSource) String ¶ added in v0.6.5
func (s DataSource) String() string
String returns the string representation
type DeleteAppInput ¶
type DeleteAppInput struct { // The app ID. // // AppId is a required field AppId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteAppRequest
func (DeleteAppInput) GoString ¶ added in v0.6.5
func (s DeleteAppInput) GoString() string
GoString returns the string representation
func (*DeleteAppInput) SetAppId ¶ added in v1.5.0
func (s *DeleteAppInput) SetAppId(v string) *DeleteAppInput
SetAppId sets the AppId field's value.
func (DeleteAppInput) String ¶ added in v0.6.5
func (s DeleteAppInput) String() string
String returns the string representation
func (*DeleteAppInput) Validate ¶ added in v1.1.21
func (s *DeleteAppInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAppOutput ¶
type DeleteAppOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteAppOutput
func (DeleteAppOutput) GoString ¶ added in v0.6.5
func (s DeleteAppOutput) GoString() string
GoString returns the string representation
func (DeleteAppOutput) String ¶ added in v0.6.5
func (s DeleteAppOutput) String() string
String returns the string representation
type DeleteInstanceInput ¶
type DeleteInstanceInput struct { // Whether to delete the instance Elastic IP address. DeleteElasticIp *bool `type:"boolean"` // Whether to delete the instance's Amazon EBS volumes. DeleteVolumes *bool `type:"boolean"` // The instance ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteInstanceRequest
func (DeleteInstanceInput) GoString ¶ added in v0.6.5
func (s DeleteInstanceInput) GoString() string
GoString returns the string representation
func (*DeleteInstanceInput) SetDeleteElasticIp ¶ added in v1.5.0
func (s *DeleteInstanceInput) SetDeleteElasticIp(v bool) *DeleteInstanceInput
SetDeleteElasticIp sets the DeleteElasticIp field's value.
func (*DeleteInstanceInput) SetDeleteVolumes ¶ added in v1.5.0
func (s *DeleteInstanceInput) SetDeleteVolumes(v bool) *DeleteInstanceInput
SetDeleteVolumes sets the DeleteVolumes field's value.
func (*DeleteInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *DeleteInstanceInput) SetInstanceId(v string) *DeleteInstanceInput
SetInstanceId sets the InstanceId field's value.
func (DeleteInstanceInput) String ¶ added in v0.6.5
func (s DeleteInstanceInput) String() string
String returns the string representation
func (*DeleteInstanceInput) Validate ¶ added in v1.1.21
func (s *DeleteInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteInstanceOutput ¶
type DeleteInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteInstanceOutput
func (DeleteInstanceOutput) GoString ¶ added in v0.6.5
func (s DeleteInstanceOutput) GoString() string
GoString returns the string representation
func (DeleteInstanceOutput) String ¶ added in v0.6.5
func (s DeleteInstanceOutput) String() string
String returns the string representation
type DeleteLayerInput ¶
type DeleteLayerInput struct { // The layer ID. // // LayerId is a required field LayerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteLayerRequest
func (DeleteLayerInput) GoString ¶ added in v0.6.5
func (s DeleteLayerInput) GoString() string
GoString returns the string representation
func (*DeleteLayerInput) SetLayerId ¶ added in v1.5.0
func (s *DeleteLayerInput) SetLayerId(v string) *DeleteLayerInput
SetLayerId sets the LayerId field's value.
func (DeleteLayerInput) String ¶ added in v0.6.5
func (s DeleteLayerInput) String() string
String returns the string representation
func (*DeleteLayerInput) Validate ¶ added in v1.1.21
func (s *DeleteLayerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLayerOutput ¶
type DeleteLayerOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteLayerOutput
func (DeleteLayerOutput) GoString ¶ added in v0.6.5
func (s DeleteLayerOutput) GoString() string
GoString returns the string representation
func (DeleteLayerOutput) String ¶ added in v0.6.5
func (s DeleteLayerOutput) String() string
String returns the string representation
type DeleteStackInput ¶
type DeleteStackInput struct { // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteStackRequest
func (DeleteStackInput) GoString ¶ added in v0.6.5
func (s DeleteStackInput) GoString() string
GoString returns the string representation
func (*DeleteStackInput) SetStackId ¶ added in v1.5.0
func (s *DeleteStackInput) SetStackId(v string) *DeleteStackInput
SetStackId sets the StackId field's value.
func (DeleteStackInput) String ¶ added in v0.6.5
func (s DeleteStackInput) String() string
String returns the string representation
func (*DeleteStackInput) Validate ¶ added in v1.1.21
func (s *DeleteStackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteStackOutput ¶
type DeleteStackOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteStackOutput
func (DeleteStackOutput) GoString ¶ added in v0.6.5
func (s DeleteStackOutput) GoString() string
GoString returns the string representation
func (DeleteStackOutput) String ¶ added in v0.6.5
func (s DeleteStackOutput) String() string
String returns the string representation
type DeleteUserProfileInput ¶
type DeleteUserProfileInput struct { // The user's IAM ARN. This can also be a federated user's ARN. // // IamUserArn is a required field IamUserArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteUserProfileRequest
func (DeleteUserProfileInput) GoString ¶ added in v0.6.5
func (s DeleteUserProfileInput) GoString() string
GoString returns the string representation
func (*DeleteUserProfileInput) SetIamUserArn ¶ added in v1.5.0
func (s *DeleteUserProfileInput) SetIamUserArn(v string) *DeleteUserProfileInput
SetIamUserArn sets the IamUserArn field's value.
func (DeleteUserProfileInput) String ¶ added in v0.6.5
func (s DeleteUserProfileInput) String() string
String returns the string representation
func (*DeleteUserProfileInput) Validate ¶ added in v1.1.21
func (s *DeleteUserProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteUserProfileOutput ¶
type DeleteUserProfileOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteUserProfileOutput
func (DeleteUserProfileOutput) GoString ¶ added in v0.6.5
func (s DeleteUserProfileOutput) GoString() string
GoString returns the string representation
func (DeleteUserProfileOutput) String ¶ added in v0.6.5
func (s DeleteUserProfileOutput) String() string
String returns the string representation
type Deployment ¶
type Deployment struct { // The app ID. AppId *string `type:"string"` // Used to specify a stack or deployment command. Command *DeploymentCommand `type:"structure"` // A user-defined comment. Comment *string `type:"string"` // Date when the deployment completed. CompletedAt *string `type:"string"` // Date when the deployment was created. CreatedAt *string `type:"string"` // A string that contains user-defined custom JSON. It can be used to override // the corresponding default stack configuration attribute values for stack // or to pass data to recipes. The string should be in the following format: // // "{\"key1\": \"value1\", \"key2\": \"value2\",...}" // // For more information on custom JSON, see Use Custom JSON to Modify the Stack // Configuration Attributes (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html). CustomJson *string `type:"string"` // The deployment ID. DeploymentId *string `type:"string"` // The deployment duration. Duration *int64 `type:"integer"` // The user's IAM ARN. IamUserArn *string `type:"string"` // The IDs of the target instances. InstanceIds []*string `type:"list"` // The stack ID. StackId *string `type:"string"` // The deployment status: // // * running // // * successful // // * failed Status *string `type:"string"` // contains filtered or unexported fields }
Describes a deployment of a stack or app. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Deployment
func (Deployment) GoString ¶ added in v0.6.5
func (s Deployment) GoString() string
GoString returns the string representation
func (*Deployment) SetAppId ¶ added in v1.5.0
func (s *Deployment) SetAppId(v string) *Deployment
SetAppId sets the AppId field's value.
func (*Deployment) SetCommand ¶ added in v1.5.0
func (s *Deployment) SetCommand(v *DeploymentCommand) *Deployment
SetCommand sets the Command field's value.
func (*Deployment) SetComment ¶ added in v1.5.0
func (s *Deployment) SetComment(v string) *Deployment
SetComment sets the Comment field's value.
func (*Deployment) SetCompletedAt ¶ added in v1.5.0
func (s *Deployment) SetCompletedAt(v string) *Deployment
SetCompletedAt sets the CompletedAt field's value.
func (*Deployment) SetCreatedAt ¶ added in v1.5.0
func (s *Deployment) SetCreatedAt(v string) *Deployment
SetCreatedAt sets the CreatedAt field's value.
func (*Deployment) SetCustomJson ¶ added in v1.5.0
func (s *Deployment) SetCustomJson(v string) *Deployment
SetCustomJson sets the CustomJson field's value.
func (*Deployment) SetDeploymentId ¶ added in v1.5.0
func (s *Deployment) SetDeploymentId(v string) *Deployment
SetDeploymentId sets the DeploymentId field's value.
func (*Deployment) SetDuration ¶ added in v1.5.0
func (s *Deployment) SetDuration(v int64) *Deployment
SetDuration sets the Duration field's value.
func (*Deployment) SetIamUserArn ¶ added in v1.5.0
func (s *Deployment) SetIamUserArn(v string) *Deployment
SetIamUserArn sets the IamUserArn field's value.
func (*Deployment) SetInstanceIds ¶ added in v1.5.0
func (s *Deployment) SetInstanceIds(v []*string) *Deployment
SetInstanceIds sets the InstanceIds field's value.
func (*Deployment) SetStackId ¶ added in v1.5.0
func (s *Deployment) SetStackId(v string) *Deployment
SetStackId sets the StackId 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) String ¶ added in v0.6.5
func (s Deployment) String() string
String returns the string representation
type DeploymentCommand ¶
type DeploymentCommand struct { // The arguments of those commands that take arguments. It should be set to // a JSON object with the following format: // // {"arg_name1" : ["value1", "value2", ...], "arg_name2" : ["value1", "value2", // ...], ...} // // The update_dependencies command takes two arguments: // // * upgrade_os_to - Specifies the desired Amazon Linux version for instances // whose OS you want to upgrade, such as Amazon Linux 2014.09. You must also // set the allow_reboot argument to true. // // * allow_reboot - Specifies whether to allow AWS OpsWorks Stacks to reboot // the instances if necessary, after installing the updates. This argument // can be set to either true or false. The default value is false. // // For example, to upgrade an instance to Amazon Linux 2014.09, set Args to // the following. // // { "upgrade_os_to":["Amazon Linux 2014.09"], "allow_reboot":["true"] } Args map[string][]*string `type:"map"` // Specifies the operation. You can specify only one command. // // For stacks, the following commands are available: // // * execute_recipes: Execute one or more recipes. To specify the recipes, // set an Args parameter named recipes to the list of recipes to be executed. // For example, to execute phpapp::appsetup, set Args to {"recipes":["phpapp::appsetup"]}. // // * install_dependencies: Install the stack's dependencies. // // * update_custom_cookbooks: Update the stack's custom cookbooks. // // * update_dependencies: Update the stack's dependencies. // // The update_dependencies and install_dependencies commands are supported only // for Linux instances. You can run the commands successfully on Windows instances, // but they do nothing. // // For apps, the following commands are available: // // * deploy: Deploy an app. Ruby on Rails apps have an optional Args parameter // named migrate. Set Args to {"migrate":["true"]} to migrate the database. // The default setting is {"migrate":["false"]}. // // * rollback Roll the app back to the previous version. When you update // an app, AWS OpsWorks Stacks stores the previous version, up to a maximum // of five versions. You can use this command to roll an app back as many // as four versions. // // * start: Start the app's web or application server. // // * stop: Stop the app's web or application server. // // * restart: Restart the app's web or application server. // // * undeploy: Undeploy the app. // // Name is a required field Name *string `type:"string" required:"true" enum:"DeploymentCommandName"` // contains filtered or unexported fields }
Used to specify a stack or deployment command. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeploymentCommand
func (DeploymentCommand) GoString ¶ added in v0.6.5
func (s DeploymentCommand) GoString() string
GoString returns the string representation
func (*DeploymentCommand) SetArgs ¶ added in v1.5.0
func (s *DeploymentCommand) SetArgs(v map[string][]*string) *DeploymentCommand
SetArgs sets the Args field's value.
func (*DeploymentCommand) SetName ¶ added in v1.5.0
func (s *DeploymentCommand) SetName(v string) *DeploymentCommand
SetName sets the Name field's value.
func (DeploymentCommand) String ¶ added in v0.6.5
func (s DeploymentCommand) String() string
String returns the string representation
func (*DeploymentCommand) Validate ¶ added in v1.1.21
func (s *DeploymentCommand) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterEcsClusterInput ¶ added in v0.7.1
type DeregisterEcsClusterInput struct { // The cluster's ARN. // // EcsClusterArn is a required field EcsClusterArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterEcsClusterRequest
func (DeregisterEcsClusterInput) GoString ¶ added in v0.7.1
func (s DeregisterEcsClusterInput) GoString() string
GoString returns the string representation
func (*DeregisterEcsClusterInput) SetEcsClusterArn ¶ added in v1.5.0
func (s *DeregisterEcsClusterInput) SetEcsClusterArn(v string) *DeregisterEcsClusterInput
SetEcsClusterArn sets the EcsClusterArn field's value.
func (DeregisterEcsClusterInput) String ¶ added in v0.7.1
func (s DeregisterEcsClusterInput) String() string
String returns the string representation
func (*DeregisterEcsClusterInput) Validate ¶ added in v1.1.21
func (s *DeregisterEcsClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterEcsClusterOutput ¶ added in v0.7.1
type DeregisterEcsClusterOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterEcsClusterOutput
func (DeregisterEcsClusterOutput) GoString ¶ added in v0.7.1
func (s DeregisterEcsClusterOutput) GoString() string
GoString returns the string representation
func (DeregisterEcsClusterOutput) String ¶ added in v0.7.1
func (s DeregisterEcsClusterOutput) String() string
String returns the string representation
type DeregisterElasticIpInput ¶ added in v0.9.5
type DeregisterElasticIpInput struct { // The Elastic IP address. // // ElasticIp is a required field ElasticIp *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterElasticIpRequest
func (DeregisterElasticIpInput) GoString ¶ added in v0.9.5
func (s DeregisterElasticIpInput) GoString() string
GoString returns the string representation
func (*DeregisterElasticIpInput) SetElasticIp ¶ added in v1.5.0
func (s *DeregisterElasticIpInput) SetElasticIp(v string) *DeregisterElasticIpInput
SetElasticIp sets the ElasticIp field's value.
func (DeregisterElasticIpInput) String ¶ added in v0.9.5
func (s DeregisterElasticIpInput) String() string
String returns the string representation
func (*DeregisterElasticIpInput) Validate ¶ added in v1.1.21
func (s *DeregisterElasticIpInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterElasticIpOutput ¶ added in v0.9.5
type DeregisterElasticIpOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterElasticIpOutput
func (DeregisterElasticIpOutput) GoString ¶ added in v0.9.5
func (s DeregisterElasticIpOutput) GoString() string
GoString returns the string representation
func (DeregisterElasticIpOutput) String ¶ added in v0.9.5
func (s DeregisterElasticIpOutput) String() string
String returns the string representation
type DeregisterInstanceInput ¶
type DeregisterInstanceInput struct { // The instance ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterInstanceRequest
func (DeregisterInstanceInput) GoString ¶ added in v0.6.5
func (s DeregisterInstanceInput) GoString() string
GoString returns the string representation
func (*DeregisterInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *DeregisterInstanceInput) SetInstanceId(v string) *DeregisterInstanceInput
SetInstanceId sets the InstanceId field's value.
func (DeregisterInstanceInput) String ¶ added in v0.6.5
func (s DeregisterInstanceInput) String() string
String returns the string representation
func (*DeregisterInstanceInput) Validate ¶ added in v1.1.21
func (s *DeregisterInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterInstanceOutput ¶
type DeregisterInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterInstanceOutput
func (DeregisterInstanceOutput) GoString ¶ added in v0.6.5
func (s DeregisterInstanceOutput) GoString() string
GoString returns the string representation
func (DeregisterInstanceOutput) String ¶ added in v0.6.5
func (s DeregisterInstanceOutput) String() string
String returns the string representation
type DeregisterRdsDbInstanceInput ¶ added in v0.9.5
type DeregisterRdsDbInstanceInput struct { // The Amazon RDS instance's ARN. // // RdsDbInstanceArn is a required field RdsDbInstanceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterRdsDbInstanceRequest
func (DeregisterRdsDbInstanceInput) GoString ¶ added in v0.9.5
func (s DeregisterRdsDbInstanceInput) GoString() string
GoString returns the string representation
func (*DeregisterRdsDbInstanceInput) SetRdsDbInstanceArn ¶ added in v1.5.0
func (s *DeregisterRdsDbInstanceInput) SetRdsDbInstanceArn(v string) *DeregisterRdsDbInstanceInput
SetRdsDbInstanceArn sets the RdsDbInstanceArn field's value.
func (DeregisterRdsDbInstanceInput) String ¶ added in v0.9.5
func (s DeregisterRdsDbInstanceInput) String() string
String returns the string representation
func (*DeregisterRdsDbInstanceInput) Validate ¶ added in v1.1.21
func (s *DeregisterRdsDbInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterRdsDbInstanceOutput ¶ added in v0.9.5
type DeregisterRdsDbInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterRdsDbInstanceOutput
func (DeregisterRdsDbInstanceOutput) GoString ¶ added in v0.9.5
func (s DeregisterRdsDbInstanceOutput) GoString() string
GoString returns the string representation
func (DeregisterRdsDbInstanceOutput) String ¶ added in v0.9.5
func (s DeregisterRdsDbInstanceOutput) String() string
String returns the string representation
type DeregisterVolumeInput ¶
type DeregisterVolumeInput struct { // The AWS OpsWorks Stacks volume ID, which is the GUID that AWS OpsWorks Stacks // assigned to the instance when you registered the volume with the stack, not // the Amazon EC2 volume ID. // // VolumeId is a required field VolumeId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterVolumeRequest
func (DeregisterVolumeInput) GoString ¶ added in v0.6.5
func (s DeregisterVolumeInput) GoString() string
GoString returns the string representation
func (*DeregisterVolumeInput) SetVolumeId ¶ added in v1.5.0
func (s *DeregisterVolumeInput) SetVolumeId(v string) *DeregisterVolumeInput
SetVolumeId sets the VolumeId field's value.
func (DeregisterVolumeInput) String ¶ added in v0.6.5
func (s DeregisterVolumeInput) String() string
String returns the string representation
func (*DeregisterVolumeInput) Validate ¶ added in v1.1.21
func (s *DeregisterVolumeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterVolumeOutput ¶
type DeregisterVolumeOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterVolumeOutput
func (DeregisterVolumeOutput) GoString ¶ added in v0.6.5
func (s DeregisterVolumeOutput) GoString() string
GoString returns the string representation
func (DeregisterVolumeOutput) String ¶ added in v0.6.5
func (s DeregisterVolumeOutput) String() string
String returns the string representation
type DescribeAgentVersionsInput ¶ added in v0.6.4
type DescribeAgentVersionsInput struct { // The configuration manager. ConfigurationManager *StackConfigurationManager `type:"structure"` // The stack ID. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeAgentVersionsRequest
func (DescribeAgentVersionsInput) GoString ¶ added in v0.6.5
func (s DescribeAgentVersionsInput) GoString() string
GoString returns the string representation
func (*DescribeAgentVersionsInput) SetConfigurationManager ¶ added in v1.5.0
func (s *DescribeAgentVersionsInput) SetConfigurationManager(v *StackConfigurationManager) *DescribeAgentVersionsInput
SetConfigurationManager sets the ConfigurationManager field's value.
func (*DescribeAgentVersionsInput) SetStackId ¶ added in v1.5.0
func (s *DescribeAgentVersionsInput) SetStackId(v string) *DescribeAgentVersionsInput
SetStackId sets the StackId field's value.
func (DescribeAgentVersionsInput) String ¶ added in v0.6.5
func (s DescribeAgentVersionsInput) String() string
String returns the string representation
type DescribeAgentVersionsOutput ¶ added in v0.6.4
type DescribeAgentVersionsOutput struct { // The agent versions for the specified stack or configuration manager. Note // that this value is the complete version number, not the abbreviated number // used by the console. AgentVersions []*AgentVersion `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeAgentVersions request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeAgentVersionsResult
func (DescribeAgentVersionsOutput) GoString ¶ added in v0.6.5
func (s DescribeAgentVersionsOutput) GoString() string
GoString returns the string representation
func (*DescribeAgentVersionsOutput) SetAgentVersions ¶ added in v1.5.0
func (s *DescribeAgentVersionsOutput) SetAgentVersions(v []*AgentVersion) *DescribeAgentVersionsOutput
SetAgentVersions sets the AgentVersions field's value.
func (DescribeAgentVersionsOutput) String ¶ added in v0.6.5
func (s DescribeAgentVersionsOutput) String() string
String returns the string representation
type DescribeAppsInput ¶
type DescribeAppsInput struct { // An array of app IDs for the apps to be described. If you use this parameter, // DescribeApps returns a description of the specified apps. Otherwise, it returns // a description of every app. AppIds []*string `type:"list"` // The app stack ID. If you use this parameter, DescribeApps returns a description // of the apps in the specified stack. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeAppsRequest
func (DescribeAppsInput) GoString ¶ added in v0.6.5
func (s DescribeAppsInput) GoString() string
GoString returns the string representation
func (*DescribeAppsInput) SetAppIds ¶ added in v1.5.0
func (s *DescribeAppsInput) SetAppIds(v []*string) *DescribeAppsInput
SetAppIds sets the AppIds field's value.
func (*DescribeAppsInput) SetStackId ¶ added in v1.5.0
func (s *DescribeAppsInput) SetStackId(v string) *DescribeAppsInput
SetStackId sets the StackId field's value.
func (DescribeAppsInput) String ¶ added in v0.6.5
func (s DescribeAppsInput) String() string
String returns the string representation
type DescribeAppsOutput ¶
type DescribeAppsOutput struct { // An array of App objects that describe the specified apps. Apps []*App `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeApps request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeAppsResult
func (DescribeAppsOutput) GoString ¶ added in v0.6.5
func (s DescribeAppsOutput) GoString() string
GoString returns the string representation
func (*DescribeAppsOutput) SetApps ¶ added in v1.5.0
func (s *DescribeAppsOutput) SetApps(v []*App) *DescribeAppsOutput
SetApps sets the Apps field's value.
func (DescribeAppsOutput) String ¶ added in v0.6.5
func (s DescribeAppsOutput) String() string
String returns the string representation
type DescribeCommandsInput ¶
type DescribeCommandsInput struct { // An array of command IDs. If you include this parameter, DescribeCommands // returns a description of the specified commands. Otherwise, it returns a // description of every command. CommandIds []*string `type:"list"` // The deployment ID. If you include this parameter, DescribeCommands returns // a description of the commands associated with the specified deployment. DeploymentId *string `type:"string"` // The instance ID. If you include this parameter, DescribeCommands returns // a description of the commands associated with the specified instance. InstanceId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeCommandsRequest
func (DescribeCommandsInput) GoString ¶ added in v0.6.5
func (s DescribeCommandsInput) GoString() string
GoString returns the string representation
func (*DescribeCommandsInput) SetCommandIds ¶ added in v1.5.0
func (s *DescribeCommandsInput) SetCommandIds(v []*string) *DescribeCommandsInput
SetCommandIds sets the CommandIds field's value.
func (*DescribeCommandsInput) SetDeploymentId ¶ added in v1.5.0
func (s *DescribeCommandsInput) SetDeploymentId(v string) *DescribeCommandsInput
SetDeploymentId sets the DeploymentId field's value.
func (*DescribeCommandsInput) SetInstanceId ¶ added in v1.5.0
func (s *DescribeCommandsInput) SetInstanceId(v string) *DescribeCommandsInput
SetInstanceId sets the InstanceId field's value.
func (DescribeCommandsInput) String ¶ added in v0.6.5
func (s DescribeCommandsInput) String() string
String returns the string representation
type DescribeCommandsOutput ¶
type DescribeCommandsOutput struct { // An array of Command objects that describe each of the specified commands. Commands []*Command `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeCommands request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeCommandsResult
func (DescribeCommandsOutput) GoString ¶ added in v0.6.5
func (s DescribeCommandsOutput) GoString() string
GoString returns the string representation
func (*DescribeCommandsOutput) SetCommands ¶ added in v1.5.0
func (s *DescribeCommandsOutput) SetCommands(v []*Command) *DescribeCommandsOutput
SetCommands sets the Commands field's value.
func (DescribeCommandsOutput) String ¶ added in v0.6.5
func (s DescribeCommandsOutput) String() string
String returns the string representation
type DescribeDeploymentsInput ¶
type DescribeDeploymentsInput struct { // The app ID. If you include this parameter, DescribeDeployments returns a // description of the commands associated with the specified app. AppId *string `type:"string"` // An array of deployment IDs to be described. If you include this parameter, // DescribeDeployments returns a description of the specified deployments. Otherwise, // it returns a description of every deployment. DeploymentIds []*string `type:"list"` // The stack ID. If you include this parameter, DescribeDeployments returns // a description of the commands associated with the specified stack. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeDeploymentsRequest
func (DescribeDeploymentsInput) GoString ¶ added in v0.6.5
func (s DescribeDeploymentsInput) GoString() string
GoString returns the string representation
func (*DescribeDeploymentsInput) SetAppId ¶ added in v1.5.0
func (s *DescribeDeploymentsInput) SetAppId(v string) *DescribeDeploymentsInput
SetAppId sets the AppId field's value.
func (*DescribeDeploymentsInput) SetDeploymentIds ¶ added in v1.5.0
func (s *DescribeDeploymentsInput) SetDeploymentIds(v []*string) *DescribeDeploymentsInput
SetDeploymentIds sets the DeploymentIds field's value.
func (*DescribeDeploymentsInput) SetStackId ¶ added in v1.5.0
func (s *DescribeDeploymentsInput) SetStackId(v string) *DescribeDeploymentsInput
SetStackId sets the StackId field's value.
func (DescribeDeploymentsInput) String ¶ added in v0.6.5
func (s DescribeDeploymentsInput) String() string
String returns the string representation
type DescribeDeploymentsOutput ¶
type DescribeDeploymentsOutput struct { // An array of Deployment objects that describe the deployments. Deployments []*Deployment `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeDeployments request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeDeploymentsResult
func (DescribeDeploymentsOutput) GoString ¶ added in v0.6.5
func (s DescribeDeploymentsOutput) GoString() string
GoString returns the string representation
func (*DescribeDeploymentsOutput) SetDeployments ¶ added in v1.5.0
func (s *DescribeDeploymentsOutput) SetDeployments(v []*Deployment) *DescribeDeploymentsOutput
SetDeployments sets the Deployments field's value.
func (DescribeDeploymentsOutput) String ¶ added in v0.6.5
func (s DescribeDeploymentsOutput) String() string
String returns the string representation
type DescribeEcsClustersInput ¶ added in v0.7.1
type DescribeEcsClustersInput struct { // A list of ARNs, one for each cluster to be described. EcsClusterArns []*string `type:"list"` // To receive a paginated response, use this parameter to specify the maximum // number of results to be returned with a single call. If the number of available // results exceeds this maximum, the response includes a NextToken value that // you can assign to the NextToken request parameter to get the next set of // results. MaxResults *int64 `type:"integer"` // If the previous paginated request did not return all of the remaining results, // the response object'sNextToken parameter value is set to a token. To retrieve // the next set of results, call DescribeEcsClusters again and assign that token // to the request object's NextToken parameter. If there are no remaining results, // the previous response object's NextToken parameter is set to null. NextToken *string `type:"string"` // A stack ID. DescribeEcsClusters returns a description of the cluster that // is registered with the stack. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeEcsClustersRequest
func (DescribeEcsClustersInput) GoString ¶ added in v0.7.1
func (s DescribeEcsClustersInput) GoString() string
GoString returns the string representation
func (*DescribeEcsClustersInput) SetEcsClusterArns ¶ added in v1.5.0
func (s *DescribeEcsClustersInput) SetEcsClusterArns(v []*string) *DescribeEcsClustersInput
SetEcsClusterArns sets the EcsClusterArns field's value.
func (*DescribeEcsClustersInput) SetMaxResults ¶ added in v1.5.0
func (s *DescribeEcsClustersInput) SetMaxResults(v int64) *DescribeEcsClustersInput
SetMaxResults sets the MaxResults field's value.
func (*DescribeEcsClustersInput) SetNextToken ¶ added in v1.5.0
func (s *DescribeEcsClustersInput) SetNextToken(v string) *DescribeEcsClustersInput
SetNextToken sets the NextToken field's value.
func (*DescribeEcsClustersInput) SetStackId ¶ added in v1.5.0
func (s *DescribeEcsClustersInput) SetStackId(v string) *DescribeEcsClustersInput
SetStackId sets the StackId field's value.
func (DescribeEcsClustersInput) String ¶ added in v0.7.1
func (s DescribeEcsClustersInput) String() string
String returns the string representation
type DescribeEcsClustersOutput ¶ added in v0.7.1
type DescribeEcsClustersOutput struct { // A list of EcsCluster objects containing the cluster descriptions. EcsClusters []*EcsCluster `type:"list"` // If a paginated request does not return all of the remaining results, this // parameter is set to a token that you can assign to the request object's NextToken // parameter to retrieve the next set of results. If the previous paginated // request returned all of the remaining results, this parameter is set to null. NextToken *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a DescribeEcsClusters request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeEcsClustersResult
func (DescribeEcsClustersOutput) GoString ¶ added in v0.7.1
func (s DescribeEcsClustersOutput) GoString() string
GoString returns the string representation
func (*DescribeEcsClustersOutput) SetEcsClusters ¶ added in v1.5.0
func (s *DescribeEcsClustersOutput) SetEcsClusters(v []*EcsCluster) *DescribeEcsClustersOutput
SetEcsClusters sets the EcsClusters field's value.
func (*DescribeEcsClustersOutput) SetNextToken ¶ added in v1.5.0
func (s *DescribeEcsClustersOutput) SetNextToken(v string) *DescribeEcsClustersOutput
SetNextToken sets the NextToken field's value.
func (DescribeEcsClustersOutput) String ¶ added in v0.7.1
func (s DescribeEcsClustersOutput) String() string
String returns the string representation
type DescribeElasticIpsInput ¶ added in v0.9.5
type DescribeElasticIpsInput struct { // The instance ID. If you include this parameter, DescribeElasticIps returns // a description of the Elastic IP addresses associated with the specified instance. InstanceId *string `type:"string"` // An array of Elastic IP addresses to be described. If you include this parameter, // DescribeElasticIps returns a description of the specified Elastic IP addresses. // Otherwise, it returns a description of every Elastic IP address. Ips []*string `type:"list"` // A stack ID. If you include this parameter, DescribeElasticIps returns a description // of the Elastic IP addresses that are registered with the specified stack. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeElasticIpsRequest
func (DescribeElasticIpsInput) GoString ¶ added in v0.9.5
func (s DescribeElasticIpsInput) GoString() string
GoString returns the string representation
func (*DescribeElasticIpsInput) SetInstanceId ¶ added in v1.5.0
func (s *DescribeElasticIpsInput) SetInstanceId(v string) *DescribeElasticIpsInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeElasticIpsInput) SetIps ¶ added in v1.5.0
func (s *DescribeElasticIpsInput) SetIps(v []*string) *DescribeElasticIpsInput
SetIps sets the Ips field's value.
func (*DescribeElasticIpsInput) SetStackId ¶ added in v1.5.0
func (s *DescribeElasticIpsInput) SetStackId(v string) *DescribeElasticIpsInput
SetStackId sets the StackId field's value.
func (DescribeElasticIpsInput) String ¶ added in v0.9.5
func (s DescribeElasticIpsInput) String() string
String returns the string representation
type DescribeElasticIpsOutput ¶ added in v0.9.5
type DescribeElasticIpsOutput struct { // An ElasticIps object that describes the specified Elastic IP addresses. ElasticIps []*ElasticIp `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeElasticIps request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeElasticIpsResult
func (DescribeElasticIpsOutput) GoString ¶ added in v0.9.5
func (s DescribeElasticIpsOutput) GoString() string
GoString returns the string representation
func (*DescribeElasticIpsOutput) SetElasticIps ¶ added in v1.5.0
func (s *DescribeElasticIpsOutput) SetElasticIps(v []*ElasticIp) *DescribeElasticIpsOutput
SetElasticIps sets the ElasticIps field's value.
func (DescribeElasticIpsOutput) String ¶ added in v0.9.5
func (s DescribeElasticIpsOutput) String() string
String returns the string representation
type DescribeElasticLoadBalancersInput ¶
type DescribeElasticLoadBalancersInput struct { // A list of layer IDs. The action describes the Elastic Load Balancing instances // for the specified layers. LayerIds []*string `type:"list"` // A stack ID. The action describes the stack's Elastic Load Balancing instances. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeElasticLoadBalancersRequest
func (DescribeElasticLoadBalancersInput) GoString ¶ added in v0.6.5
func (s DescribeElasticLoadBalancersInput) GoString() string
GoString returns the string representation
func (*DescribeElasticLoadBalancersInput) SetLayerIds ¶ added in v1.5.0
func (s *DescribeElasticLoadBalancersInput) SetLayerIds(v []*string) *DescribeElasticLoadBalancersInput
SetLayerIds sets the LayerIds field's value.
func (*DescribeElasticLoadBalancersInput) SetStackId ¶ added in v1.5.0
func (s *DescribeElasticLoadBalancersInput) SetStackId(v string) *DescribeElasticLoadBalancersInput
SetStackId sets the StackId field's value.
func (DescribeElasticLoadBalancersInput) String ¶ added in v0.6.5
func (s DescribeElasticLoadBalancersInput) String() string
String returns the string representation
type DescribeElasticLoadBalancersOutput ¶
type DescribeElasticLoadBalancersOutput struct { // A list of ElasticLoadBalancer objects that describe the specified Elastic // Load Balancing instances. ElasticLoadBalancers []*ElasticLoadBalancer `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeElasticLoadBalancers request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeElasticLoadBalancersResult
func (DescribeElasticLoadBalancersOutput) GoString ¶ added in v0.6.5
func (s DescribeElasticLoadBalancersOutput) GoString() string
GoString returns the string representation
func (*DescribeElasticLoadBalancersOutput) SetElasticLoadBalancers ¶ added in v1.5.0
func (s *DescribeElasticLoadBalancersOutput) SetElasticLoadBalancers(v []*ElasticLoadBalancer) *DescribeElasticLoadBalancersOutput
SetElasticLoadBalancers sets the ElasticLoadBalancers field's value.
func (DescribeElasticLoadBalancersOutput) String ¶ added in v0.6.5
func (s DescribeElasticLoadBalancersOutput) String() string
String returns the string representation
type DescribeInstancesInput ¶
type DescribeInstancesInput struct { // An array of instance IDs to be described. If you use this parameter, DescribeInstances // returns a description of the specified instances. Otherwise, it returns a // description of every instance. InstanceIds []*string `type:"list"` // A layer ID. If you use this parameter, DescribeInstances returns descriptions // of the instances associated with the specified layer. LayerId *string `type:"string"` // A stack ID. If you use this parameter, DescribeInstances returns descriptions // of the instances associated with the specified stack. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeInstancesRequest
func (DescribeInstancesInput) GoString ¶ added in v0.6.5
func (s DescribeInstancesInput) GoString() string
GoString returns the string representation
func (*DescribeInstancesInput) SetInstanceIds ¶ added in v1.5.0
func (s *DescribeInstancesInput) SetInstanceIds(v []*string) *DescribeInstancesInput
SetInstanceIds sets the InstanceIds field's value.
func (*DescribeInstancesInput) SetLayerId ¶ added in v1.5.0
func (s *DescribeInstancesInput) SetLayerId(v string) *DescribeInstancesInput
SetLayerId sets the LayerId field's value.
func (*DescribeInstancesInput) SetStackId ¶ added in v1.5.0
func (s *DescribeInstancesInput) SetStackId(v string) *DescribeInstancesInput
SetStackId sets the StackId field's value.
func (DescribeInstancesInput) String ¶ added in v0.6.5
func (s DescribeInstancesInput) String() string
String returns the string representation
type DescribeInstancesOutput ¶
type DescribeInstancesOutput struct { // An array of Instance objects that describe the instances. Instances []*Instance `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeInstances request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeInstancesResult
func (DescribeInstancesOutput) GoString ¶ added in v0.6.5
func (s DescribeInstancesOutput) GoString() string
GoString returns the string representation
func (*DescribeInstancesOutput) SetInstances ¶ added in v1.5.0
func (s *DescribeInstancesOutput) SetInstances(v []*Instance) *DescribeInstancesOutput
SetInstances sets the Instances field's value.
func (DescribeInstancesOutput) String ¶ added in v0.6.5
func (s DescribeInstancesOutput) String() string
String returns the string representation
type DescribeLayersInput ¶
type DescribeLayersInput struct { // An array of layer IDs that specify the layers to be described. If you omit // this parameter, DescribeLayers returns a description of every layer in the // specified stack. LayerIds []*string `type:"list"` // The stack ID. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeLayersRequest
func (DescribeLayersInput) GoString ¶ added in v0.6.5
func (s DescribeLayersInput) GoString() string
GoString returns the string representation
func (*DescribeLayersInput) SetLayerIds ¶ added in v1.5.0
func (s *DescribeLayersInput) SetLayerIds(v []*string) *DescribeLayersInput
SetLayerIds sets the LayerIds field's value.
func (*DescribeLayersInput) SetStackId ¶ added in v1.5.0
func (s *DescribeLayersInput) SetStackId(v string) *DescribeLayersInput
SetStackId sets the StackId field's value.
func (DescribeLayersInput) String ¶ added in v0.6.5
func (s DescribeLayersInput) String() string
String returns the string representation
type DescribeLayersOutput ¶
type DescribeLayersOutput struct { // An array of Layer objects that describe the layers. Layers []*Layer `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeLayers request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeLayersResult
func (DescribeLayersOutput) GoString ¶ added in v0.6.5
func (s DescribeLayersOutput) GoString() string
GoString returns the string representation
func (*DescribeLayersOutput) SetLayers ¶ added in v1.5.0
func (s *DescribeLayersOutput) SetLayers(v []*Layer) *DescribeLayersOutput
SetLayers sets the Layers field's value.
func (DescribeLayersOutput) String ¶ added in v0.6.5
func (s DescribeLayersOutput) String() string
String returns the string representation
type DescribeLoadBasedAutoScalingInput ¶
type DescribeLoadBasedAutoScalingInput struct { // An array of layer IDs. // // LayerIds is a required field LayerIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeLoadBasedAutoScalingRequest
func (DescribeLoadBasedAutoScalingInput) GoString ¶ added in v0.6.5
func (s DescribeLoadBasedAutoScalingInput) GoString() string
GoString returns the string representation
func (*DescribeLoadBasedAutoScalingInput) SetLayerIds ¶ added in v1.5.0
func (s *DescribeLoadBasedAutoScalingInput) SetLayerIds(v []*string) *DescribeLoadBasedAutoScalingInput
SetLayerIds sets the LayerIds field's value.
func (DescribeLoadBasedAutoScalingInput) String ¶ added in v0.6.5
func (s DescribeLoadBasedAutoScalingInput) String() string
String returns the string representation
func (*DescribeLoadBasedAutoScalingInput) Validate ¶ added in v1.1.21
func (s *DescribeLoadBasedAutoScalingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeLoadBasedAutoScalingOutput ¶
type DescribeLoadBasedAutoScalingOutput struct { // An array of LoadBasedAutoScalingConfiguration objects that describe each // layer's configuration. LoadBasedAutoScalingConfigurations []*LoadBasedAutoScalingConfiguration `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeLoadBasedAutoScaling request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeLoadBasedAutoScalingResult
func (DescribeLoadBasedAutoScalingOutput) GoString ¶ added in v0.6.5
func (s DescribeLoadBasedAutoScalingOutput) GoString() string
GoString returns the string representation
func (*DescribeLoadBasedAutoScalingOutput) SetLoadBasedAutoScalingConfigurations ¶ added in v1.5.0
func (s *DescribeLoadBasedAutoScalingOutput) SetLoadBasedAutoScalingConfigurations(v []*LoadBasedAutoScalingConfiguration) *DescribeLoadBasedAutoScalingOutput
SetLoadBasedAutoScalingConfigurations sets the LoadBasedAutoScalingConfigurations field's value.
func (DescribeLoadBasedAutoScalingOutput) String ¶ added in v0.6.5
func (s DescribeLoadBasedAutoScalingOutput) String() string
String returns the string representation
type DescribeMyUserProfileInput ¶
type DescribeMyUserProfileInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeMyUserProfileInput
func (DescribeMyUserProfileInput) GoString ¶ added in v0.6.5
func (s DescribeMyUserProfileInput) GoString() string
GoString returns the string representation
func (DescribeMyUserProfileInput) String ¶ added in v0.6.5
func (s DescribeMyUserProfileInput) String() string
String returns the string representation
type DescribeMyUserProfileOutput ¶
type DescribeMyUserProfileOutput struct { // A UserProfile object that describes the user's SSH information. UserProfile *SelfUserProfile `type:"structure"` // contains filtered or unexported fields }
Contains the response to a DescribeMyUserProfile request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeMyUserProfileResult
func (DescribeMyUserProfileOutput) GoString ¶ added in v0.6.5
func (s DescribeMyUserProfileOutput) GoString() string
GoString returns the string representation
func (*DescribeMyUserProfileOutput) SetUserProfile ¶ added in v1.5.0
func (s *DescribeMyUserProfileOutput) SetUserProfile(v *SelfUserProfile) *DescribeMyUserProfileOutput
SetUserProfile sets the UserProfile field's value.
func (DescribeMyUserProfileOutput) String ¶ added in v0.6.5
func (s DescribeMyUserProfileOutput) String() string
String returns the string representation
type DescribePermissionsInput ¶
type DescribePermissionsInput struct { // The user's IAM ARN. This can also be a federated user's ARN. For more information // about IAM ARNs, see Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). IamUserArn *string `type:"string"` // The stack ID. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribePermissionsRequest
func (DescribePermissionsInput) GoString ¶ added in v0.6.5
func (s DescribePermissionsInput) GoString() string
GoString returns the string representation
func (*DescribePermissionsInput) SetIamUserArn ¶ added in v1.5.0
func (s *DescribePermissionsInput) SetIamUserArn(v string) *DescribePermissionsInput
SetIamUserArn sets the IamUserArn field's value.
func (*DescribePermissionsInput) SetStackId ¶ added in v1.5.0
func (s *DescribePermissionsInput) SetStackId(v string) *DescribePermissionsInput
SetStackId sets the StackId field's value.
func (DescribePermissionsInput) String ¶ added in v0.6.5
func (s DescribePermissionsInput) String() string
String returns the string representation
type DescribePermissionsOutput ¶
type DescribePermissionsOutput struct { // An array of Permission objects that describe the stack permissions. // // * If the request object contains only a stack ID, the array contains a // Permission object with permissions for each of the stack IAM ARNs. // // * If the request object contains only an IAM ARN, the array contains a // Permission object with permissions for each of the user's stack IDs. // // * If the request contains a stack ID and an IAM ARN, the array contains // a single Permission object with permissions for the specified stack and // IAM ARN. Permissions []*Permission `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribePermissions request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribePermissionsResult
func (DescribePermissionsOutput) GoString ¶ added in v0.6.5
func (s DescribePermissionsOutput) GoString() string
GoString returns the string representation
func (*DescribePermissionsOutput) SetPermissions ¶ added in v1.5.0
func (s *DescribePermissionsOutput) SetPermissions(v []*Permission) *DescribePermissionsOutput
SetPermissions sets the Permissions field's value.
func (DescribePermissionsOutput) String ¶ added in v0.6.5
func (s DescribePermissionsOutput) String() string
String returns the string representation
type DescribeRaidArraysInput ¶ added in v0.9.5
type DescribeRaidArraysInput struct { // The instance ID. If you use this parameter, DescribeRaidArrays returns descriptions // of the RAID arrays associated with the specified instance. InstanceId *string `type:"string"` // An array of RAID array IDs. If you use this parameter, DescribeRaidArrays // returns descriptions of the specified arrays. Otherwise, it returns a description // of every array. RaidArrayIds []*string `type:"list"` // The stack ID. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRaidArraysRequest
func (DescribeRaidArraysInput) GoString ¶ added in v0.9.5
func (s DescribeRaidArraysInput) GoString() string
GoString returns the string representation
func (*DescribeRaidArraysInput) SetInstanceId ¶ added in v1.5.0
func (s *DescribeRaidArraysInput) SetInstanceId(v string) *DescribeRaidArraysInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeRaidArraysInput) SetRaidArrayIds ¶ added in v1.5.0
func (s *DescribeRaidArraysInput) SetRaidArrayIds(v []*string) *DescribeRaidArraysInput
SetRaidArrayIds sets the RaidArrayIds field's value.
func (*DescribeRaidArraysInput) SetStackId ¶ added in v1.5.0
func (s *DescribeRaidArraysInput) SetStackId(v string) *DescribeRaidArraysInput
SetStackId sets the StackId field's value.
func (DescribeRaidArraysInput) String ¶ added in v0.9.5
func (s DescribeRaidArraysInput) String() string
String returns the string representation
type DescribeRaidArraysOutput ¶ added in v0.9.5
type DescribeRaidArraysOutput struct { // A RaidArrays object that describes the specified RAID arrays. RaidArrays []*RaidArray `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeRaidArrays request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRaidArraysResult
func (DescribeRaidArraysOutput) GoString ¶ added in v0.9.5
func (s DescribeRaidArraysOutput) GoString() string
GoString returns the string representation
func (*DescribeRaidArraysOutput) SetRaidArrays ¶ added in v1.5.0
func (s *DescribeRaidArraysOutput) SetRaidArrays(v []*RaidArray) *DescribeRaidArraysOutput
SetRaidArrays sets the RaidArrays field's value.
func (DescribeRaidArraysOutput) String ¶ added in v0.9.5
func (s DescribeRaidArraysOutput) String() string
String returns the string representation
type DescribeRdsDbInstancesInput ¶ added in v0.9.5
type DescribeRdsDbInstancesInput struct { // An array containing the ARNs of the instances to be described. RdsDbInstanceArns []*string `type:"list"` // The stack ID that the instances are registered with. The operation returns // descriptions of all registered Amazon RDS instances. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRdsDbInstancesRequest
func (DescribeRdsDbInstancesInput) GoString ¶ added in v0.9.5
func (s DescribeRdsDbInstancesInput) GoString() string
GoString returns the string representation
func (*DescribeRdsDbInstancesInput) SetRdsDbInstanceArns ¶ added in v1.5.0
func (s *DescribeRdsDbInstancesInput) SetRdsDbInstanceArns(v []*string) *DescribeRdsDbInstancesInput
SetRdsDbInstanceArns sets the RdsDbInstanceArns field's value.
func (*DescribeRdsDbInstancesInput) SetStackId ¶ added in v1.5.0
func (s *DescribeRdsDbInstancesInput) SetStackId(v string) *DescribeRdsDbInstancesInput
SetStackId sets the StackId field's value.
func (DescribeRdsDbInstancesInput) String ¶ added in v0.9.5
func (s DescribeRdsDbInstancesInput) String() string
String returns the string representation
func (*DescribeRdsDbInstancesInput) Validate ¶ added in v1.1.21
func (s *DescribeRdsDbInstancesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeRdsDbInstancesOutput ¶ added in v0.9.5
type DescribeRdsDbInstancesOutput struct { // An a array of RdsDbInstance objects that describe the instances. RdsDbInstances []*RdsDbInstance `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeRdsDbInstances request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRdsDbInstancesResult
func (DescribeRdsDbInstancesOutput) GoString ¶ added in v0.9.5
func (s DescribeRdsDbInstancesOutput) GoString() string
GoString returns the string representation
func (*DescribeRdsDbInstancesOutput) SetRdsDbInstances ¶ added in v1.5.0
func (s *DescribeRdsDbInstancesOutput) SetRdsDbInstances(v []*RdsDbInstance) *DescribeRdsDbInstancesOutput
SetRdsDbInstances sets the RdsDbInstances field's value.
func (DescribeRdsDbInstancesOutput) String ¶ added in v0.9.5
func (s DescribeRdsDbInstancesOutput) String() string
String returns the string representation
type DescribeServiceErrorsInput ¶
type DescribeServiceErrorsInput struct { // The instance ID. If you use this parameter, DescribeServiceErrors returns // descriptions of the errors associated with the specified instance. InstanceId *string `type:"string"` // An array of service error IDs. If you use this parameter, DescribeServiceErrors // returns descriptions of the specified errors. Otherwise, it returns a description // of every error. ServiceErrorIds []*string `type:"list"` // The stack ID. If you use this parameter, DescribeServiceErrors returns descriptions // of the errors associated with the specified stack. StackId *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeServiceErrorsRequest
func (DescribeServiceErrorsInput) GoString ¶ added in v0.6.5
func (s DescribeServiceErrorsInput) GoString() string
GoString returns the string representation
func (*DescribeServiceErrorsInput) SetInstanceId ¶ added in v1.5.0
func (s *DescribeServiceErrorsInput) SetInstanceId(v string) *DescribeServiceErrorsInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeServiceErrorsInput) SetServiceErrorIds ¶ added in v1.5.0
func (s *DescribeServiceErrorsInput) SetServiceErrorIds(v []*string) *DescribeServiceErrorsInput
SetServiceErrorIds sets the ServiceErrorIds field's value.
func (*DescribeServiceErrorsInput) SetStackId ¶ added in v1.5.0
func (s *DescribeServiceErrorsInput) SetStackId(v string) *DescribeServiceErrorsInput
SetStackId sets the StackId field's value.
func (DescribeServiceErrorsInput) String ¶ added in v0.6.5
func (s DescribeServiceErrorsInput) String() string
String returns the string representation
type DescribeServiceErrorsOutput ¶
type DescribeServiceErrorsOutput struct { // An array of ServiceError objects that describe the specified service errors. ServiceErrors []*ServiceError `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeServiceErrors request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeServiceErrorsResult
func (DescribeServiceErrorsOutput) GoString ¶ added in v0.6.5
func (s DescribeServiceErrorsOutput) GoString() string
GoString returns the string representation
func (*DescribeServiceErrorsOutput) SetServiceErrors ¶ added in v1.5.0
func (s *DescribeServiceErrorsOutput) SetServiceErrors(v []*ServiceError) *DescribeServiceErrorsOutput
SetServiceErrors sets the ServiceErrors field's value.
func (DescribeServiceErrorsOutput) String ¶ added in v0.6.5
func (s DescribeServiceErrorsOutput) String() string
String returns the string representation
type DescribeStackProvisioningParametersInput ¶
type DescribeStackProvisioningParametersInput struct { // The stack ID // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStackProvisioningParametersRequest
func (DescribeStackProvisioningParametersInput) GoString ¶ added in v0.6.5
func (s DescribeStackProvisioningParametersInput) GoString() string
GoString returns the string representation
func (*DescribeStackProvisioningParametersInput) SetStackId ¶ added in v1.5.0
func (s *DescribeStackProvisioningParametersInput) SetStackId(v string) *DescribeStackProvisioningParametersInput
SetStackId sets the StackId field's value.
func (DescribeStackProvisioningParametersInput) String ¶ added in v0.6.5
func (s DescribeStackProvisioningParametersInput) String() string
String returns the string representation
func (*DescribeStackProvisioningParametersInput) Validate ¶ added in v1.1.21
func (s *DescribeStackProvisioningParametersInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeStackProvisioningParametersOutput ¶
type DescribeStackProvisioningParametersOutput struct { // The AWS OpsWorks Stacks agent installer's URL. AgentInstallerUrl *string `type:"string"` // An embedded object that contains the provisioning parameters. Parameters map[string]*string `type:"map"` // contains filtered or unexported fields }
Contains the response to a DescribeStackProvisioningParameters request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStackProvisioningParametersResult
func (DescribeStackProvisioningParametersOutput) GoString ¶ added in v0.6.5
func (s DescribeStackProvisioningParametersOutput) GoString() string
GoString returns the string representation
func (*DescribeStackProvisioningParametersOutput) SetAgentInstallerUrl ¶ added in v1.5.0
func (s *DescribeStackProvisioningParametersOutput) SetAgentInstallerUrl(v string) *DescribeStackProvisioningParametersOutput
SetAgentInstallerUrl sets the AgentInstallerUrl field's value.
func (*DescribeStackProvisioningParametersOutput) SetParameters ¶ added in v1.5.0
func (s *DescribeStackProvisioningParametersOutput) SetParameters(v map[string]*string) *DescribeStackProvisioningParametersOutput
SetParameters sets the Parameters field's value.
func (DescribeStackProvisioningParametersOutput) String ¶ added in v0.6.5
func (s DescribeStackProvisioningParametersOutput) String() string
String returns the string representation
type DescribeStackSummaryInput ¶
type DescribeStackSummaryInput struct { // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStackSummaryRequest
func (DescribeStackSummaryInput) GoString ¶ added in v0.6.5
func (s DescribeStackSummaryInput) GoString() string
GoString returns the string representation
func (*DescribeStackSummaryInput) SetStackId ¶ added in v1.5.0
func (s *DescribeStackSummaryInput) SetStackId(v string) *DescribeStackSummaryInput
SetStackId sets the StackId field's value.
func (DescribeStackSummaryInput) String ¶ added in v0.6.5
func (s DescribeStackSummaryInput) String() string
String returns the string representation
func (*DescribeStackSummaryInput) Validate ¶ added in v1.1.21
func (s *DescribeStackSummaryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeStackSummaryOutput ¶
type DescribeStackSummaryOutput struct { // A StackSummary object that contains the results. StackSummary *StackSummary `type:"structure"` // contains filtered or unexported fields }
Contains the response to a DescribeStackSummary request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStackSummaryResult
func (DescribeStackSummaryOutput) GoString ¶ added in v0.6.5
func (s DescribeStackSummaryOutput) GoString() string
GoString returns the string representation
func (*DescribeStackSummaryOutput) SetStackSummary ¶ added in v1.5.0
func (s *DescribeStackSummaryOutput) SetStackSummary(v *StackSummary) *DescribeStackSummaryOutput
SetStackSummary sets the StackSummary field's value.
func (DescribeStackSummaryOutput) String ¶ added in v0.6.5
func (s DescribeStackSummaryOutput) String() string
String returns the string representation
type DescribeStacksInput ¶
type DescribeStacksInput struct { // An array of stack IDs that specify the stacks to be described. If you omit // this parameter, DescribeStacks returns a description of every stack. StackIds []*string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStacksRequest
func (DescribeStacksInput) GoString ¶ added in v0.6.5
func (s DescribeStacksInput) GoString() string
GoString returns the string representation
func (*DescribeStacksInput) SetStackIds ¶ added in v1.5.0
func (s *DescribeStacksInput) SetStackIds(v []*string) *DescribeStacksInput
SetStackIds sets the StackIds field's value.
func (DescribeStacksInput) String ¶ added in v0.6.5
func (s DescribeStacksInput) String() string
String returns the string representation
type DescribeStacksOutput ¶
type DescribeStacksOutput struct { // An array of Stack objects that describe the stacks. Stacks []*Stack `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeStacks request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStacksResult
func (DescribeStacksOutput) GoString ¶ added in v0.6.5
func (s DescribeStacksOutput) GoString() string
GoString returns the string representation
func (*DescribeStacksOutput) SetStacks ¶ added in v1.5.0
func (s *DescribeStacksOutput) SetStacks(v []*Stack) *DescribeStacksOutput
SetStacks sets the Stacks field's value.
func (DescribeStacksOutput) String ¶ added in v0.6.5
func (s DescribeStacksOutput) String() string
String returns the string representation
type DescribeTimeBasedAutoScalingInput ¶
type DescribeTimeBasedAutoScalingInput struct { // An array of instance IDs. // // InstanceIds is a required field InstanceIds []*string `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeTimeBasedAutoScalingRequest
func (DescribeTimeBasedAutoScalingInput) GoString ¶ added in v0.6.5
func (s DescribeTimeBasedAutoScalingInput) GoString() string
GoString returns the string representation
func (*DescribeTimeBasedAutoScalingInput) SetInstanceIds ¶ added in v1.5.0
func (s *DescribeTimeBasedAutoScalingInput) SetInstanceIds(v []*string) *DescribeTimeBasedAutoScalingInput
SetInstanceIds sets the InstanceIds field's value.
func (DescribeTimeBasedAutoScalingInput) String ¶ added in v0.6.5
func (s DescribeTimeBasedAutoScalingInput) String() string
String returns the string representation
func (*DescribeTimeBasedAutoScalingInput) Validate ¶ added in v1.1.21
func (s *DescribeTimeBasedAutoScalingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DescribeTimeBasedAutoScalingOutput ¶
type DescribeTimeBasedAutoScalingOutput struct { // An array of TimeBasedAutoScalingConfiguration objects that describe the configuration // for the specified instances. TimeBasedAutoScalingConfigurations []*TimeBasedAutoScalingConfiguration `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeTimeBasedAutoScaling request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeTimeBasedAutoScalingResult
func (DescribeTimeBasedAutoScalingOutput) GoString ¶ added in v0.6.5
func (s DescribeTimeBasedAutoScalingOutput) GoString() string
GoString returns the string representation
func (*DescribeTimeBasedAutoScalingOutput) SetTimeBasedAutoScalingConfigurations ¶ added in v1.5.0
func (s *DescribeTimeBasedAutoScalingOutput) SetTimeBasedAutoScalingConfigurations(v []*TimeBasedAutoScalingConfiguration) *DescribeTimeBasedAutoScalingOutput
SetTimeBasedAutoScalingConfigurations sets the TimeBasedAutoScalingConfigurations field's value.
func (DescribeTimeBasedAutoScalingOutput) String ¶ added in v0.6.5
func (s DescribeTimeBasedAutoScalingOutput) String() string
String returns the string representation
type DescribeUserProfilesInput ¶
type DescribeUserProfilesInput struct { // An array of IAM or federated user ARNs that identify the users to be described. IamUserArns []*string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeUserProfilesRequest
func (DescribeUserProfilesInput) GoString ¶ added in v0.6.5
func (s DescribeUserProfilesInput) GoString() string
GoString returns the string representation
func (*DescribeUserProfilesInput) SetIamUserArns ¶ added in v1.5.0
func (s *DescribeUserProfilesInput) SetIamUserArns(v []*string) *DescribeUserProfilesInput
SetIamUserArns sets the IamUserArns field's value.
func (DescribeUserProfilesInput) String ¶ added in v0.6.5
func (s DescribeUserProfilesInput) String() string
String returns the string representation
type DescribeUserProfilesOutput ¶
type DescribeUserProfilesOutput struct { // A Users object that describes the specified users. UserProfiles []*UserProfile `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeUserProfiles request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeUserProfilesResult
func (DescribeUserProfilesOutput) GoString ¶ added in v0.6.5
func (s DescribeUserProfilesOutput) GoString() string
GoString returns the string representation
func (*DescribeUserProfilesOutput) SetUserProfiles ¶ added in v1.5.0
func (s *DescribeUserProfilesOutput) SetUserProfiles(v []*UserProfile) *DescribeUserProfilesOutput
SetUserProfiles sets the UserProfiles field's value.
func (DescribeUserProfilesOutput) String ¶ added in v0.6.5
func (s DescribeUserProfilesOutput) String() string
String returns the string representation
type DescribeVolumesInput ¶
type DescribeVolumesInput struct { // The instance ID. If you use this parameter, DescribeVolumes returns descriptions // of the volumes associated with the specified instance. InstanceId *string `type:"string"` // The RAID array ID. If you use this parameter, DescribeVolumes returns descriptions // of the volumes associated with the specified RAID array. RaidArrayId *string `type:"string"` // A stack ID. The action describes the stack's registered Amazon EBS volumes. StackId *string `type:"string"` // Am array of volume IDs. If you use this parameter, DescribeVolumes returns // descriptions of the specified volumes. Otherwise, it returns a description // of every volume. VolumeIds []*string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeVolumesRequest
func (DescribeVolumesInput) GoString ¶ added in v0.6.5
func (s DescribeVolumesInput) GoString() string
GoString returns the string representation
func (*DescribeVolumesInput) SetInstanceId ¶ added in v1.5.0
func (s *DescribeVolumesInput) SetInstanceId(v string) *DescribeVolumesInput
SetInstanceId sets the InstanceId field's value.
func (*DescribeVolumesInput) SetRaidArrayId ¶ added in v1.5.0
func (s *DescribeVolumesInput) SetRaidArrayId(v string) *DescribeVolumesInput
SetRaidArrayId sets the RaidArrayId field's value.
func (*DescribeVolumesInput) SetStackId ¶ added in v1.5.0
func (s *DescribeVolumesInput) SetStackId(v string) *DescribeVolumesInput
SetStackId sets the StackId field's value.
func (*DescribeVolumesInput) SetVolumeIds ¶ added in v1.5.0
func (s *DescribeVolumesInput) SetVolumeIds(v []*string) *DescribeVolumesInput
SetVolumeIds sets the VolumeIds field's value.
func (DescribeVolumesInput) String ¶ added in v0.6.5
func (s DescribeVolumesInput) String() string
String returns the string representation
type DescribeVolumesOutput ¶
type DescribeVolumesOutput struct { // An array of volume IDs. Volumes []*Volume `type:"list"` // contains filtered or unexported fields }
Contains the response to a DescribeVolumes request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeVolumesResult
func (DescribeVolumesOutput) GoString ¶ added in v0.6.5
func (s DescribeVolumesOutput) GoString() string
GoString returns the string representation
func (*DescribeVolumesOutput) SetVolumes ¶ added in v1.5.0
func (s *DescribeVolumesOutput) SetVolumes(v []*Volume) *DescribeVolumesOutput
SetVolumes sets the Volumes field's value.
func (DescribeVolumesOutput) String ¶ added in v0.6.5
func (s DescribeVolumesOutput) String() string
String returns the string representation
type DetachElasticLoadBalancerInput ¶
type DetachElasticLoadBalancerInput struct { // The Elastic Load Balancing instance's name. // // ElasticLoadBalancerName is a required field ElasticLoadBalancerName *string `type:"string" required:"true"` // The ID of the layer that the Elastic Load Balancing instance is attached // to. // // LayerId is a required field LayerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DetachElasticLoadBalancerRequest
func (DetachElasticLoadBalancerInput) GoString ¶ added in v0.6.5
func (s DetachElasticLoadBalancerInput) GoString() string
GoString returns the string representation
func (*DetachElasticLoadBalancerInput) SetElasticLoadBalancerName ¶ added in v1.5.0
func (s *DetachElasticLoadBalancerInput) SetElasticLoadBalancerName(v string) *DetachElasticLoadBalancerInput
SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.
func (*DetachElasticLoadBalancerInput) SetLayerId ¶ added in v1.5.0
func (s *DetachElasticLoadBalancerInput) SetLayerId(v string) *DetachElasticLoadBalancerInput
SetLayerId sets the LayerId field's value.
func (DetachElasticLoadBalancerInput) String ¶ added in v0.6.5
func (s DetachElasticLoadBalancerInput) String() string
String returns the string representation
func (*DetachElasticLoadBalancerInput) Validate ¶ added in v1.1.21
func (s *DetachElasticLoadBalancerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DetachElasticLoadBalancerOutput ¶
type DetachElasticLoadBalancerOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DetachElasticLoadBalancerOutput
func (DetachElasticLoadBalancerOutput) GoString ¶ added in v0.6.5
func (s DetachElasticLoadBalancerOutput) GoString() string
GoString returns the string representation
func (DetachElasticLoadBalancerOutput) String ¶ added in v0.6.5
func (s DetachElasticLoadBalancerOutput) String() string
String returns the string representation
type DisassociateElasticIpInput ¶ added in v0.9.5
type DisassociateElasticIpInput struct { // The Elastic IP address. // // ElasticIp is a required field ElasticIp *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DisassociateElasticIpRequest
func (DisassociateElasticIpInput) GoString ¶ added in v0.9.5
func (s DisassociateElasticIpInput) GoString() string
GoString returns the string representation
func (*DisassociateElasticIpInput) SetElasticIp ¶ added in v1.5.0
func (s *DisassociateElasticIpInput) SetElasticIp(v string) *DisassociateElasticIpInput
SetElasticIp sets the ElasticIp field's value.
func (DisassociateElasticIpInput) String ¶ added in v0.9.5
func (s DisassociateElasticIpInput) String() string
String returns the string representation
func (*DisassociateElasticIpInput) Validate ¶ added in v1.1.21
func (s *DisassociateElasticIpInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateElasticIpOutput ¶ added in v0.9.5
type DisassociateElasticIpOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DisassociateElasticIpOutput
func (DisassociateElasticIpOutput) GoString ¶ added in v0.9.5
func (s DisassociateElasticIpOutput) GoString() string
GoString returns the string representation
func (DisassociateElasticIpOutput) String ¶ added in v0.9.5
func (s DisassociateElasticIpOutput) String() string
String returns the string representation
type EbsBlockDevice ¶ added in v0.9.5
type EbsBlockDevice struct { // Whether the volume is deleted on instance termination. DeleteOnTermination *bool `type:"boolean"` // The number of I/O operations per second (IOPS) that the volume supports. // For more information, see EbsBlockDevice (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html). Iops *int64 `type:"integer"` // The snapshot ID. SnapshotId *string `type:"string"` // The volume size, in GiB. For more information, see EbsBlockDevice (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html). VolumeSize *int64 `type:"integer"` // The volume type. gp2 for General Purpose (SSD) volumes, io1 for Provisioned // IOPS (SSD) volumes, and standard for Magnetic volumes. VolumeType *string `type:"string" enum:"VolumeType"` // contains filtered or unexported fields }
Describes an Amazon EBS volume. This data type maps directly to the Amazon EC2 EbsBlockDevice (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EbsBlockDevice.html) data type. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/EbsBlockDevice
func (EbsBlockDevice) GoString ¶ added in v0.9.5
func (s EbsBlockDevice) GoString() string
GoString returns the string representation
func (*EbsBlockDevice) SetDeleteOnTermination ¶ added in v1.5.0
func (s *EbsBlockDevice) SetDeleteOnTermination(v bool) *EbsBlockDevice
SetDeleteOnTermination sets the DeleteOnTermination field's value.
func (*EbsBlockDevice) SetIops ¶ added in v1.5.0
func (s *EbsBlockDevice) SetIops(v int64) *EbsBlockDevice
SetIops sets the Iops field's value.
func (*EbsBlockDevice) SetSnapshotId ¶ added in v1.5.0
func (s *EbsBlockDevice) SetSnapshotId(v string) *EbsBlockDevice
SetSnapshotId sets the SnapshotId field's value.
func (*EbsBlockDevice) SetVolumeSize ¶ added in v1.5.0
func (s *EbsBlockDevice) SetVolumeSize(v int64) *EbsBlockDevice
SetVolumeSize sets the VolumeSize field's value.
func (*EbsBlockDevice) SetVolumeType ¶ added in v1.5.0
func (s *EbsBlockDevice) SetVolumeType(v string) *EbsBlockDevice
SetVolumeType sets the VolumeType field's value.
func (EbsBlockDevice) String ¶ added in v0.9.5
func (s EbsBlockDevice) String() string
String returns the string representation
type EcsCluster ¶ added in v0.7.1
type EcsCluster struct { // The cluster's ARN. EcsClusterArn *string `type:"string"` // The cluster name. EcsClusterName *string `type:"string"` // The time and date that the cluster was registered with the stack. RegisteredAt *string `type:"string"` // The stack ID. StackId *string `type:"string"` // contains filtered or unexported fields }
Describes a registered Amazon ECS cluster. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/EcsCluster
func (EcsCluster) GoString ¶ added in v0.7.1
func (s EcsCluster) GoString() string
GoString returns the string representation
func (*EcsCluster) SetEcsClusterArn ¶ added in v1.5.0
func (s *EcsCluster) SetEcsClusterArn(v string) *EcsCluster
SetEcsClusterArn sets the EcsClusterArn field's value.
func (*EcsCluster) SetEcsClusterName ¶ added in v1.5.0
func (s *EcsCluster) SetEcsClusterName(v string) *EcsCluster
SetEcsClusterName sets the EcsClusterName field's value.
func (*EcsCluster) SetRegisteredAt ¶ added in v1.5.0
func (s *EcsCluster) SetRegisteredAt(v string) *EcsCluster
SetRegisteredAt sets the RegisteredAt field's value.
func (*EcsCluster) SetStackId ¶ added in v1.5.0
func (s *EcsCluster) SetStackId(v string) *EcsCluster
SetStackId sets the StackId field's value.
func (EcsCluster) String ¶ added in v0.7.1
func (s EcsCluster) String() string
String returns the string representation
type ElasticIp ¶ added in v0.9.5
type ElasticIp struct { // The domain. Domain *string `type:"string"` // The ID of the instance that the address is attached to. InstanceId *string `type:"string"` // The IP address. Ip *string `type:"string"` // The name. Name *string `type:"string"` // The AWS region. For more information, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html). Region *string `type:"string"` // contains filtered or unexported fields }
Describes an Elastic IP address. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/ElasticIp
func (*ElasticIp) SetInstanceId ¶ added in v1.5.0
SetInstanceId sets the InstanceId field's value.
type ElasticLoadBalancer ¶
type ElasticLoadBalancer struct { // A list of Availability Zones. AvailabilityZones []*string `type:"list"` // The instance's public DNS name. DnsName *string `type:"string"` // A list of the EC2 instances that the Elastic Load Balancing instance is managing // traffic for. Ec2InstanceIds []*string `type:"list"` // The Elastic Load Balancing instance's name. ElasticLoadBalancerName *string `type:"string"` // The ID of the layer that the instance is attached to. LayerId *string `type:"string"` // The instance's AWS region. Region *string `type:"string"` // The ID of the stack that the instance is associated with. StackId *string `type:"string"` // A list of subnet IDs, if the stack is running in a VPC. SubnetIds []*string `type:"list"` // The VPC ID. VpcId *string `type:"string"` // contains filtered or unexported fields }
Describes an Elastic Load Balancing instance. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/ElasticLoadBalancer
func (ElasticLoadBalancer) GoString ¶ added in v0.6.5
func (s ElasticLoadBalancer) GoString() string
GoString returns the string representation
func (*ElasticLoadBalancer) SetAvailabilityZones ¶ added in v1.5.0
func (s *ElasticLoadBalancer) SetAvailabilityZones(v []*string) *ElasticLoadBalancer
SetAvailabilityZones sets the AvailabilityZones field's value.
func (*ElasticLoadBalancer) SetDnsName ¶ added in v1.5.0
func (s *ElasticLoadBalancer) SetDnsName(v string) *ElasticLoadBalancer
SetDnsName sets the DnsName field's value.
func (*ElasticLoadBalancer) SetEc2InstanceIds ¶ added in v1.5.0
func (s *ElasticLoadBalancer) SetEc2InstanceIds(v []*string) *ElasticLoadBalancer
SetEc2InstanceIds sets the Ec2InstanceIds field's value.
func (*ElasticLoadBalancer) SetElasticLoadBalancerName ¶ added in v1.5.0
func (s *ElasticLoadBalancer) SetElasticLoadBalancerName(v string) *ElasticLoadBalancer
SetElasticLoadBalancerName sets the ElasticLoadBalancerName field's value.
func (*ElasticLoadBalancer) SetLayerId ¶ added in v1.5.0
func (s *ElasticLoadBalancer) SetLayerId(v string) *ElasticLoadBalancer
SetLayerId sets the LayerId field's value.
func (*ElasticLoadBalancer) SetRegion ¶ added in v1.5.0
func (s *ElasticLoadBalancer) SetRegion(v string) *ElasticLoadBalancer
SetRegion sets the Region field's value.
func (*ElasticLoadBalancer) SetStackId ¶ added in v1.5.0
func (s *ElasticLoadBalancer) SetStackId(v string) *ElasticLoadBalancer
SetStackId sets the StackId field's value.
func (*ElasticLoadBalancer) SetSubnetIds ¶ added in v1.5.0
func (s *ElasticLoadBalancer) SetSubnetIds(v []*string) *ElasticLoadBalancer
SetSubnetIds sets the SubnetIds field's value.
func (*ElasticLoadBalancer) SetVpcId ¶ added in v1.5.0
func (s *ElasticLoadBalancer) SetVpcId(v string) *ElasticLoadBalancer
SetVpcId sets the VpcId field's value.
func (ElasticLoadBalancer) String ¶ added in v0.6.5
func (s ElasticLoadBalancer) String() string
String returns the string representation
type EnvironmentVariable ¶
type EnvironmentVariable struct { // (Required) The environment variable's name, which can consist of up to 64 // characters and must be specified. The name can contain upper- and lowercase // letters, numbers, and underscores (_), but it must start with a letter or // underscore. // // Key is a required field Key *string `type:"string" required:"true"` // (Optional) Whether the variable's value will be returned by the DescribeApps // action. To conceal an environment variable's value, set Secure to true. DescribeApps // then returns *****FILTERED***** instead of the actual value. The default // value for Secure is false. Secure *bool `type:"boolean"` // (Optional) The environment variable's value, which can be left empty. If // you specify a value, it can contain up to 256 characters, which must all // be printable. // // Value is a required field Value *string `type:"string" required:"true"` // contains filtered or unexported fields }
Represents an app's environment variable. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/EnvironmentVariable
func (EnvironmentVariable) GoString ¶ added in v0.6.5
func (s EnvironmentVariable) GoString() string
GoString returns the string representation
func (*EnvironmentVariable) SetKey ¶ added in v1.5.0
func (s *EnvironmentVariable) SetKey(v string) *EnvironmentVariable
SetKey sets the Key field's value.
func (*EnvironmentVariable) SetSecure ¶ added in v1.5.0
func (s *EnvironmentVariable) SetSecure(v bool) *EnvironmentVariable
SetSecure sets the Secure field's value.
func (*EnvironmentVariable) SetValue ¶ added in v1.5.0
func (s *EnvironmentVariable) SetValue(v string) *EnvironmentVariable
SetValue sets the Value field's value.
func (EnvironmentVariable) String ¶ added in v0.6.5
func (s EnvironmentVariable) String() string
String returns the string representation
func (*EnvironmentVariable) Validate ¶ added in v1.1.21
func (s *EnvironmentVariable) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetHostnameSuggestionInput ¶
type GetHostnameSuggestionInput struct { // The layer ID. // // LayerId is a required field LayerId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/GetHostnameSuggestionRequest
func (GetHostnameSuggestionInput) GoString ¶ added in v0.6.5
func (s GetHostnameSuggestionInput) GoString() string
GoString returns the string representation
func (*GetHostnameSuggestionInput) SetLayerId ¶ added in v1.5.0
func (s *GetHostnameSuggestionInput) SetLayerId(v string) *GetHostnameSuggestionInput
SetLayerId sets the LayerId field's value.
func (GetHostnameSuggestionInput) String ¶ added in v0.6.5
func (s GetHostnameSuggestionInput) String() string
String returns the string representation
func (*GetHostnameSuggestionInput) Validate ¶ added in v1.1.21
func (s *GetHostnameSuggestionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetHostnameSuggestionOutput ¶
type GetHostnameSuggestionOutput struct { // The generated host name. Hostname *string `type:"string"` // The layer ID. LayerId *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a GetHostnameSuggestion request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/GetHostnameSuggestionResult
func (GetHostnameSuggestionOutput) GoString ¶ added in v0.6.5
func (s GetHostnameSuggestionOutput) GoString() string
GoString returns the string representation
func (*GetHostnameSuggestionOutput) SetHostname ¶ added in v1.5.0
func (s *GetHostnameSuggestionOutput) SetHostname(v string) *GetHostnameSuggestionOutput
SetHostname sets the Hostname field's value.
func (*GetHostnameSuggestionOutput) SetLayerId ¶ added in v1.5.0
func (s *GetHostnameSuggestionOutput) SetLayerId(v string) *GetHostnameSuggestionOutput
SetLayerId sets the LayerId field's value.
func (GetHostnameSuggestionOutput) String ¶ added in v0.6.5
func (s GetHostnameSuggestionOutput) String() string
String returns the string representation
type GrantAccessInput ¶
type GrantAccessInput struct { // The instance's AWS OpsWorks Stacks ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // The length of time (in minutes) that the grant is valid. When the grant expires // at the end of this period, the user will no longer be able to use the credentials // to log in. If the user is logged in at the time, he or she automatically // will be logged out. ValidForInMinutes *int64 `min:"60" type:"integer"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/GrantAccessRequest
func (GrantAccessInput) GoString ¶ added in v0.6.5
func (s GrantAccessInput) GoString() string
GoString returns the string representation
func (*GrantAccessInput) SetInstanceId ¶ added in v1.5.0
func (s *GrantAccessInput) SetInstanceId(v string) *GrantAccessInput
SetInstanceId sets the InstanceId field's value.
func (*GrantAccessInput) SetValidForInMinutes ¶ added in v1.5.0
func (s *GrantAccessInput) SetValidForInMinutes(v int64) *GrantAccessInput
SetValidForInMinutes sets the ValidForInMinutes field's value.
func (GrantAccessInput) String ¶ added in v0.6.5
func (s GrantAccessInput) String() string
String returns the string representation
func (*GrantAccessInput) Validate ¶ added in v1.1.21
func (s *GrantAccessInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GrantAccessOutput ¶
type GrantAccessOutput struct { // A TemporaryCredential object that contains the data needed to log in to the // instance by RDP clients, such as the Microsoft Remote Desktop Connection. TemporaryCredential *TemporaryCredential `type:"structure"` // contains filtered or unexported fields }
Contains the response to a GrantAccess request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/GrantAccessResult
func (GrantAccessOutput) GoString ¶ added in v0.6.5
func (s GrantAccessOutput) GoString() string
GoString returns the string representation
func (*GrantAccessOutput) SetTemporaryCredential ¶ added in v1.5.0
func (s *GrantAccessOutput) SetTemporaryCredential(v *TemporaryCredential) *GrantAccessOutput
SetTemporaryCredential sets the TemporaryCredential field's value.
func (GrantAccessOutput) String ¶ added in v0.6.5
func (s GrantAccessOutput) String() string
String returns the string representation
type Instance ¶
type Instance struct { // The agent version. This parameter is set to INHERIT if the instance inherits // the default stack setting or to a a version number for a fixed agent version. AgentVersion *string `type:"string"` // A custom AMI ID to be used to create the instance. For more information, // see Instances (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html) AmiId *string `type:"string"` // The instance architecture: "i386" or "x86_64". Architecture *string `type:"string" enum:"Architecture"` // For load-based or time-based instances, the type. AutoScalingType *string `type:"string" enum:"AutoScalingType"` // The instance Availability Zone. For more information, see Regions and Endpoints // (http://docs.aws.amazon.com/general/latest/gr/rande.html). AvailabilityZone *string `type:"string"` // An array of BlockDeviceMapping objects that specify the instance's block // device mappings. BlockDeviceMappings []*BlockDeviceMapping `type:"list"` // The time that the instance was created. CreatedAt *string `type:"string"` // Whether this is an Amazon EBS-optimized instance. EbsOptimized *bool `type:"boolean"` // The ID of the associated Amazon EC2 instance. Ec2InstanceId *string `type:"string"` // For container instances, the Amazon ECS cluster's ARN. EcsClusterArn *string `type:"string"` // For container instances, the instance's ARN. EcsContainerInstanceArn *string `type:"string"` // The instance Elastic IP address (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html). ElasticIp *string `type:"string"` // The instance host name. Hostname *string `type:"string"` // For registered instances, the infrastructure class: ec2 or on-premises. InfrastructureClass *string `type:"string"` // Whether to install operating system and package updates when the instance // boots. The default value is true. If this value is set to false, you must // then update your instances manually by using CreateDeployment to run the // update_dependencies stack command or by manually running yum (Amazon Linux) // or apt-get (Ubuntu) on the instances. // // We strongly recommend using the default value of true, to ensure that your // instances have the latest security updates. InstallUpdatesOnBoot *bool `type:"boolean"` // The instance ID. InstanceId *string `type:"string"` // The ARN of the instance's IAM profile. For more information about IAM ARNs, // see Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). InstanceProfileArn *string `type:"string"` // The instance type, such as t2.micro. InstanceType *string `type:"string"` // The ID of the last service error. For more information, call DescribeServiceErrors. LastServiceErrorId *string `type:"string"` // An array containing the instance layer IDs. LayerIds []*string `type:"list"` // The instance's operating system. Os *string `type:"string"` // The instance's platform. Platform *string `type:"string"` // The The instance's private DNS name. PrivateDns *string `type:"string"` // The instance's private IP address. PrivateIp *string `type:"string"` // The instance public DNS name. PublicDns *string `type:"string"` // The instance public IP address. PublicIp *string `type:"string"` // For registered instances, who performed the registration. RegisteredBy *string `type:"string"` // The instance's reported AWS OpsWorks Stacks agent version. ReportedAgentVersion *string `type:"string"` // For registered instances, the reported operating system. ReportedOs *ReportedOs `type:"structure"` // The instance's root device type. For more information, see Storage for the // Root Device (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device). RootDeviceType *string `type:"string" enum:"RootDeviceType"` // The root device volume ID. RootDeviceVolumeId *string `type:"string"` // An array containing the instance security group IDs. SecurityGroupIds []*string `type:"list"` // The SSH key's Deep Security Agent (DSA) fingerprint. SshHostDsaKeyFingerprint *string `type:"string"` // The SSH key's RSA fingerprint. SshHostRsaKeyFingerprint *string `type:"string"` // The instance's Amazon EC2 key-pair name. SshKeyName *string `type:"string"` // The stack ID. StackId *string `type:"string"` // The instance status: // // * booting // // * connection_lost // // * online // // * pending // // * rebooting // // * requested // // * running_setup // // * setup_failed // // * shutting_down // // * start_failed // // * stop_failed // // * stopped // // * stopping // // * terminated // // * terminating Status *string `type:"string"` // The instance's subnet ID; applicable only if the stack is running in a VPC. SubnetId *string `type:"string"` // The instance's tenancy option, such as dedicated or host. Tenancy *string `type:"string"` // The instance's virtualization type: paravirtual or hvm. VirtualizationType *string `type:"string" enum:"VirtualizationType"` // contains filtered or unexported fields }
Describes an instance. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Instance
func (*Instance) SetAgentVersion ¶ added in v1.5.0
SetAgentVersion sets the AgentVersion field's value.
func (*Instance) SetArchitecture ¶ added in v1.5.0
SetArchitecture sets the Architecture field's value.
func (*Instance) SetAutoScalingType ¶ added in v1.5.0
SetAutoScalingType sets the AutoScalingType field's value.
func (*Instance) SetAvailabilityZone ¶ added in v1.5.0
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*Instance) SetBlockDeviceMappings ¶ added in v1.5.0
func (s *Instance) SetBlockDeviceMappings(v []*BlockDeviceMapping) *Instance
SetBlockDeviceMappings sets the BlockDeviceMappings field's value.
func (*Instance) SetCreatedAt ¶ added in v1.5.0
SetCreatedAt sets the CreatedAt field's value.
func (*Instance) SetEbsOptimized ¶ added in v1.5.0
SetEbsOptimized sets the EbsOptimized field's value.
func (*Instance) SetEc2InstanceId ¶ added in v1.5.0
SetEc2InstanceId sets the Ec2InstanceId field's value.
func (*Instance) SetEcsClusterArn ¶ added in v1.5.0
SetEcsClusterArn sets the EcsClusterArn field's value.
func (*Instance) SetEcsContainerInstanceArn ¶ added in v1.5.0
SetEcsContainerInstanceArn sets the EcsContainerInstanceArn field's value.
func (*Instance) SetElasticIp ¶ added in v1.5.0
SetElasticIp sets the ElasticIp field's value.
func (*Instance) SetHostname ¶ added in v1.5.0
SetHostname sets the Hostname field's value.
func (*Instance) SetInfrastructureClass ¶ added in v1.5.0
SetInfrastructureClass sets the InfrastructureClass field's value.
func (*Instance) SetInstallUpdatesOnBoot ¶ added in v1.5.0
SetInstallUpdatesOnBoot sets the InstallUpdatesOnBoot field's value.
func (*Instance) SetInstanceId ¶ added in v1.5.0
SetInstanceId sets the InstanceId field's value.
func (*Instance) SetInstanceProfileArn ¶ added in v1.5.0
SetInstanceProfileArn sets the InstanceProfileArn field's value.
func (*Instance) SetInstanceType ¶ added in v1.5.0
SetInstanceType sets the InstanceType field's value.
func (*Instance) SetLastServiceErrorId ¶ added in v1.5.0
SetLastServiceErrorId sets the LastServiceErrorId field's value.
func (*Instance) SetLayerIds ¶ added in v1.5.0
SetLayerIds sets the LayerIds field's value.
func (*Instance) SetPlatform ¶ added in v1.5.0
SetPlatform sets the Platform field's value.
func (*Instance) SetPrivateDns ¶ added in v1.5.0
SetPrivateDns sets the PrivateDns field's value.
func (*Instance) SetPrivateIp ¶ added in v1.5.0
SetPrivateIp sets the PrivateIp field's value.
func (*Instance) SetPublicDns ¶ added in v1.5.0
SetPublicDns sets the PublicDns field's value.
func (*Instance) SetPublicIp ¶ added in v1.5.0
SetPublicIp sets the PublicIp field's value.
func (*Instance) SetRegisteredBy ¶ added in v1.5.0
SetRegisteredBy sets the RegisteredBy field's value.
func (*Instance) SetReportedAgentVersion ¶ added in v1.5.0
SetReportedAgentVersion sets the ReportedAgentVersion field's value.
func (*Instance) SetReportedOs ¶ added in v1.5.0
func (s *Instance) SetReportedOs(v *ReportedOs) *Instance
SetReportedOs sets the ReportedOs field's value.
func (*Instance) SetRootDeviceType ¶ added in v1.5.0
SetRootDeviceType sets the RootDeviceType field's value.
func (*Instance) SetRootDeviceVolumeId ¶ added in v1.5.0
SetRootDeviceVolumeId sets the RootDeviceVolumeId field's value.
func (*Instance) SetSecurityGroupIds ¶ added in v1.5.0
SetSecurityGroupIds sets the SecurityGroupIds field's value.
func (*Instance) SetSshHostDsaKeyFingerprint ¶ added in v1.5.0
SetSshHostDsaKeyFingerprint sets the SshHostDsaKeyFingerprint field's value.
func (*Instance) SetSshHostRsaKeyFingerprint ¶ added in v1.5.0
SetSshHostRsaKeyFingerprint sets the SshHostRsaKeyFingerprint field's value.
func (*Instance) SetSshKeyName ¶ added in v1.5.0
SetSshKeyName sets the SshKeyName field's value.
func (*Instance) SetStackId ¶ added in v1.5.0
SetStackId sets the StackId field's value.
func (*Instance) SetSubnetId ¶ added in v1.5.0
SetSubnetId sets the SubnetId field's value.
func (*Instance) SetTenancy ¶ added in v1.5.0
SetTenancy sets the Tenancy field's value.
func (*Instance) SetVirtualizationType ¶ added in v1.5.0
SetVirtualizationType sets the VirtualizationType field's value.
type InstanceIdentity ¶
type InstanceIdentity struct { // A JSON document that contains the metadata. Document *string `type:"string"` // A signature that can be used to verify the document's accuracy and authenticity. Signature *string `type:"string"` // contains filtered or unexported fields }
Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more information, see Instance Metadata and User Data (http://docs.aws.amazon.com/sdkfornet/latest/apidocs/Index.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/InstanceIdentity
func (InstanceIdentity) GoString ¶ added in v0.6.5
func (s InstanceIdentity) GoString() string
GoString returns the string representation
func (*InstanceIdentity) SetDocument ¶ added in v1.5.0
func (s *InstanceIdentity) SetDocument(v string) *InstanceIdentity
SetDocument sets the Document field's value.
func (*InstanceIdentity) SetSignature ¶ added in v1.5.0
func (s *InstanceIdentity) SetSignature(v string) *InstanceIdentity
SetSignature sets the Signature field's value.
func (InstanceIdentity) String ¶ added in v0.6.5
func (s InstanceIdentity) String() string
String returns the string representation
type InstancesCount ¶
type InstancesCount struct { // The number of instances in the Assigning state. Assigning *int64 `type:"integer"` // The number of instances with booting status. Booting *int64 `type:"integer"` // The number of instances with connection_lost status. ConnectionLost *int64 `type:"integer"` // The number of instances in the Deregistering state. Deregistering *int64 `type:"integer"` // The number of instances with online status. Online *int64 `type:"integer"` // The number of instances with pending status. Pending *int64 `type:"integer"` // The number of instances with rebooting status. Rebooting *int64 `type:"integer"` // The number of instances in the Registered state. Registered *int64 `type:"integer"` // The number of instances in the Registering state. Registering *int64 `type:"integer"` // The number of instances with requested status. Requested *int64 `type:"integer"` // The number of instances with running_setup status. RunningSetup *int64 `type:"integer"` // The number of instances with setup_failed status. SetupFailed *int64 `type:"integer"` // The number of instances with shutting_down status. ShuttingDown *int64 `type:"integer"` // The number of instances with start_failed status. StartFailed *int64 `type:"integer"` // The number of instances with stopped status. Stopped *int64 `type:"integer"` // The number of instances with stopping status. Stopping *int64 `type:"integer"` // The number of instances with terminated status. Terminated *int64 `type:"integer"` // The number of instances with terminating status. Terminating *int64 `type:"integer"` // The number of instances in the Unassigning state. Unassigning *int64 `type:"integer"` // contains filtered or unexported fields }
Describes how many instances a stack has for each status. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/InstancesCount
func (InstancesCount) GoString ¶ added in v0.6.5
func (s InstancesCount) GoString() string
GoString returns the string representation
func (*InstancesCount) SetAssigning ¶ added in v1.5.0
func (s *InstancesCount) SetAssigning(v int64) *InstancesCount
SetAssigning sets the Assigning field's value.
func (*InstancesCount) SetBooting ¶ added in v1.5.0
func (s *InstancesCount) SetBooting(v int64) *InstancesCount
SetBooting sets the Booting field's value.
func (*InstancesCount) SetConnectionLost ¶ added in v1.5.0
func (s *InstancesCount) SetConnectionLost(v int64) *InstancesCount
SetConnectionLost sets the ConnectionLost field's value.
func (*InstancesCount) SetDeregistering ¶ added in v1.5.0
func (s *InstancesCount) SetDeregistering(v int64) *InstancesCount
SetDeregistering sets the Deregistering field's value.
func (*InstancesCount) SetOnline ¶ added in v1.5.0
func (s *InstancesCount) SetOnline(v int64) *InstancesCount
SetOnline sets the Online field's value.
func (*InstancesCount) SetPending ¶ added in v1.5.0
func (s *InstancesCount) SetPending(v int64) *InstancesCount
SetPending sets the Pending field's value.
func (*InstancesCount) SetRebooting ¶ added in v1.5.0
func (s *InstancesCount) SetRebooting(v int64) *InstancesCount
SetRebooting sets the Rebooting field's value.
func (*InstancesCount) SetRegistered ¶ added in v1.5.0
func (s *InstancesCount) SetRegistered(v int64) *InstancesCount
SetRegistered sets the Registered field's value.
func (*InstancesCount) SetRegistering ¶ added in v1.5.0
func (s *InstancesCount) SetRegistering(v int64) *InstancesCount
SetRegistering sets the Registering field's value.
func (*InstancesCount) SetRequested ¶ added in v1.5.0
func (s *InstancesCount) SetRequested(v int64) *InstancesCount
SetRequested sets the Requested field's value.
func (*InstancesCount) SetRunningSetup ¶ added in v1.5.0
func (s *InstancesCount) SetRunningSetup(v int64) *InstancesCount
SetRunningSetup sets the RunningSetup field's value.
func (*InstancesCount) SetSetupFailed ¶ added in v1.5.0
func (s *InstancesCount) SetSetupFailed(v int64) *InstancesCount
SetSetupFailed sets the SetupFailed field's value.
func (*InstancesCount) SetShuttingDown ¶ added in v1.5.0
func (s *InstancesCount) SetShuttingDown(v int64) *InstancesCount
SetShuttingDown sets the ShuttingDown field's value.
func (*InstancesCount) SetStartFailed ¶ added in v1.5.0
func (s *InstancesCount) SetStartFailed(v int64) *InstancesCount
SetStartFailed sets the StartFailed field's value.
func (*InstancesCount) SetStopped ¶ added in v1.5.0
func (s *InstancesCount) SetStopped(v int64) *InstancesCount
SetStopped sets the Stopped field's value.
func (*InstancesCount) SetStopping ¶ added in v1.5.0
func (s *InstancesCount) SetStopping(v int64) *InstancesCount
SetStopping sets the Stopping field's value.
func (*InstancesCount) SetTerminated ¶ added in v1.5.0
func (s *InstancesCount) SetTerminated(v int64) *InstancesCount
SetTerminated sets the Terminated field's value.
func (*InstancesCount) SetTerminating ¶ added in v1.5.0
func (s *InstancesCount) SetTerminating(v int64) *InstancesCount
SetTerminating sets the Terminating field's value.
func (*InstancesCount) SetUnassigning ¶ added in v1.5.0
func (s *InstancesCount) SetUnassigning(v int64) *InstancesCount
SetUnassigning sets the Unassigning field's value.
func (InstancesCount) String ¶ added in v0.6.5
func (s InstancesCount) String() string
String returns the string representation
type Layer ¶
type Layer struct { // The layer attributes. // // For the HaproxyStatsPassword, MysqlRootPassword, and GangliaPassword attributes, // AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value // // For an ECS Cluster layer, AWS OpsWorks Stacks the EcsClusterArn attribute // is set to the cluster's ARN. Attributes map[string]*string `type:"map"` // Whether to automatically assign an Elastic IP address (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) // to the layer's instances. For more information, see How to Edit a Layer (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html). AutoAssignElasticIps *bool `type:"boolean"` // For stacks that are running in a VPC, whether to automatically assign a public // IP address to the layer's instances. For more information, see How to Edit // a Layer (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html). AutoAssignPublicIps *bool `type:"boolean"` // The Amazon CloudWatch Logs configuration settings for the layer. CloudWatchLogsConfiguration *CloudWatchLogsConfiguration `type:"structure"` // Date when the layer was created. CreatedAt *string `type:"string"` // The ARN of the default IAM profile to be used for the layer's EC2 instances. // For more information about IAM ARNs, see Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). CustomInstanceProfileArn *string `type:"string"` // A JSON formatted string containing the layer's custom stack configuration // and deployment attributes. CustomJson *string `type:"string"` // A LayerCustomRecipes object that specifies the layer's custom recipes. CustomRecipes *Recipes `type:"structure"` // An array containing the layer's custom security group IDs. CustomSecurityGroupIds []*string `type:"list"` // AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, // deploy, undeploy, and shutdown. For each layer, AWS OpsWorks Stacks runs // a set of standard recipes for each event. In addition, you can provide custom // recipes for any or all layers and events. AWS OpsWorks Stacks runs custom // event recipes after the standard recipes. LayerCustomRecipes specifies the // custom recipes for a particular layer to be run in response to each of the // five events. // // To specify a recipe, use the cookbook's directory name in the repository // followed by two colons and the recipe name, which is the recipe's file name // without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb // recipe in the repository's phpapp2 folder. DefaultRecipes *Recipes `type:"structure"` // An array containing the layer's security group names. DefaultSecurityGroupNames []*string `type:"list"` // Whether auto healing is disabled for the layer. EnableAutoHealing *bool `type:"boolean"` // Whether to install operating system and package updates when the instance // boots. The default value is true. If this value is set to false, you must // then update your instances manually by using CreateDeployment to run the // update_dependencies stack command or manually running yum (Amazon Linux) // or apt-get (Ubuntu) on the instances. // // We strongly recommend using the default value of true, to ensure that your // instances have the latest security updates. InstallUpdatesOnBoot *bool `type:"boolean"` // The layer ID. LayerId *string `type:"string"` // A LifeCycleEventConfiguration object that specifies the Shutdown event configuration. LifecycleEventConfiguration *LifecycleEventConfiguration `type:"structure"` // The layer name. Name *string `type:"string"` // An array of Package objects that describe the layer's packages. Packages []*string `type:"list"` // The layer short name. Shortname *string `type:"string"` // The layer stack ID. StackId *string `type:"string"` // The layer type. Type *string `type:"string" enum:"LayerType"` // Whether the layer uses Amazon EBS-optimized instances. UseEbsOptimizedInstances *bool `type:"boolean"` // A VolumeConfigurations object that describes the layer's Amazon EBS volumes. VolumeConfigurations []*VolumeConfiguration `type:"list"` // contains filtered or unexported fields }
Describes a layer. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Layer
func (*Layer) SetAttributes ¶ added in v1.5.0
SetAttributes sets the Attributes field's value.
func (*Layer) SetAutoAssignElasticIps ¶ added in v1.5.0
SetAutoAssignElasticIps sets the AutoAssignElasticIps field's value.
func (*Layer) SetAutoAssignPublicIps ¶ added in v1.5.0
SetAutoAssignPublicIps sets the AutoAssignPublicIps field's value.
func (*Layer) SetCloudWatchLogsConfiguration ¶ added in v1.8.12
func (s *Layer) SetCloudWatchLogsConfiguration(v *CloudWatchLogsConfiguration) *Layer
SetCloudWatchLogsConfiguration sets the CloudWatchLogsConfiguration field's value.
func (*Layer) SetCreatedAt ¶ added in v1.5.0
SetCreatedAt sets the CreatedAt field's value.
func (*Layer) SetCustomInstanceProfileArn ¶ added in v1.5.0
SetCustomInstanceProfileArn sets the CustomInstanceProfileArn field's value.
func (*Layer) SetCustomJson ¶ added in v1.5.0
SetCustomJson sets the CustomJson field's value.
func (*Layer) SetCustomRecipes ¶ added in v1.5.0
SetCustomRecipes sets the CustomRecipes field's value.
func (*Layer) SetCustomSecurityGroupIds ¶ added in v1.5.0
SetCustomSecurityGroupIds sets the CustomSecurityGroupIds field's value.
func (*Layer) SetDefaultRecipes ¶ added in v1.5.0
SetDefaultRecipes sets the DefaultRecipes field's value.
func (*Layer) SetDefaultSecurityGroupNames ¶ added in v1.5.0
SetDefaultSecurityGroupNames sets the DefaultSecurityGroupNames field's value.
func (*Layer) SetEnableAutoHealing ¶ added in v1.5.0
SetEnableAutoHealing sets the EnableAutoHealing field's value.
func (*Layer) SetInstallUpdatesOnBoot ¶ added in v1.5.0
SetInstallUpdatesOnBoot sets the InstallUpdatesOnBoot field's value.
func (*Layer) SetLayerId ¶ added in v1.5.0
SetLayerId sets the LayerId field's value.
func (*Layer) SetLifecycleEventConfiguration ¶ added in v1.5.0
func (s *Layer) SetLifecycleEventConfiguration(v *LifecycleEventConfiguration) *Layer
SetLifecycleEventConfiguration sets the LifecycleEventConfiguration field's value.
func (*Layer) SetPackages ¶ added in v1.5.0
SetPackages sets the Packages field's value.
func (*Layer) SetShortname ¶ added in v1.5.0
SetShortname sets the Shortname field's value.
func (*Layer) SetStackId ¶ added in v1.5.0
SetStackId sets the StackId field's value.
func (*Layer) SetUseEbsOptimizedInstances ¶ added in v1.5.0
SetUseEbsOptimizedInstances sets the UseEbsOptimizedInstances field's value.
func (*Layer) SetVolumeConfigurations ¶ added in v1.5.0
func (s *Layer) SetVolumeConfigurations(v []*VolumeConfiguration) *Layer
SetVolumeConfigurations sets the VolumeConfigurations field's value.
type LifecycleEventConfiguration ¶
type LifecycleEventConfiguration struct { // A ShutdownEventConfiguration object that specifies the Shutdown event configuration. Shutdown *ShutdownEventConfiguration `type:"structure"` // contains filtered or unexported fields }
Specifies the lifecycle event configuration Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/LifecycleEventConfiguration
func (LifecycleEventConfiguration) GoString ¶ added in v0.6.5
func (s LifecycleEventConfiguration) GoString() string
GoString returns the string representation
func (*LifecycleEventConfiguration) SetShutdown ¶ added in v1.5.0
func (s *LifecycleEventConfiguration) SetShutdown(v *ShutdownEventConfiguration) *LifecycleEventConfiguration
SetShutdown sets the Shutdown field's value.
func (LifecycleEventConfiguration) String ¶ added in v0.6.5
func (s LifecycleEventConfiguration) String() string
String returns the string representation
type LoadBasedAutoScalingConfiguration ¶
type LoadBasedAutoScalingConfiguration struct { // An AutoScalingThresholds object that describes the downscaling configuration, // which defines how and when AWS OpsWorks Stacks reduces the number of instances. DownScaling *AutoScalingThresholds `type:"structure"` // Whether load-based auto scaling is enabled for the layer. Enable *bool `type:"boolean"` // The layer ID. LayerId *string `type:"string"` // An AutoScalingThresholds object that describes the upscaling configuration, // which defines how and when AWS OpsWorks Stacks increases the number of instances. UpScaling *AutoScalingThresholds `type:"structure"` // contains filtered or unexported fields }
Describes a layer's load-based auto scaling configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/LoadBasedAutoScalingConfiguration
func (LoadBasedAutoScalingConfiguration) GoString ¶ added in v0.6.5
func (s LoadBasedAutoScalingConfiguration) GoString() string
GoString returns the string representation
func (*LoadBasedAutoScalingConfiguration) SetDownScaling ¶ added in v1.5.0
func (s *LoadBasedAutoScalingConfiguration) SetDownScaling(v *AutoScalingThresholds) *LoadBasedAutoScalingConfiguration
SetDownScaling sets the DownScaling field's value.
func (*LoadBasedAutoScalingConfiguration) SetEnable ¶ added in v1.5.0
func (s *LoadBasedAutoScalingConfiguration) SetEnable(v bool) *LoadBasedAutoScalingConfiguration
SetEnable sets the Enable field's value.
func (*LoadBasedAutoScalingConfiguration) SetLayerId ¶ added in v1.5.0
func (s *LoadBasedAutoScalingConfiguration) SetLayerId(v string) *LoadBasedAutoScalingConfiguration
SetLayerId sets the LayerId field's value.
func (*LoadBasedAutoScalingConfiguration) SetUpScaling ¶ added in v1.5.0
func (s *LoadBasedAutoScalingConfiguration) SetUpScaling(v *AutoScalingThresholds) *LoadBasedAutoScalingConfiguration
SetUpScaling sets the UpScaling field's value.
func (LoadBasedAutoScalingConfiguration) String ¶ added in v0.6.5
func (s LoadBasedAutoScalingConfiguration) String() string
String returns the string representation
type OpsWorks ¶
OpsWorks provides the API operation methods for making requests to AWS OpsWorks. See this package's package overview docs for details on the service.
OpsWorks methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *OpsWorks
New creates a new instance of the OpsWorks 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 OpsWorks client from just a session. svc := opsworks.New(mySession) // Create a OpsWorks client with additional configuration svc := opsworks.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*OpsWorks) AssignInstance ¶
func (c *OpsWorks) AssignInstance(input *AssignInstanceInput) (*AssignInstanceOutput, error)
AssignInstance API operation for AWS OpsWorks.
Assign a registered instance to a layer.
You can assign registered on-premises instances to any layer type.
You can assign registered Amazon EC2 instances only to custom layers.
You cannot use this action with instances that were created with AWS OpsWorks Stacks.
Required Permissions: To use this action, an AWS Identity and Access Management (IAM) user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation AssignInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssignInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.AssignInstanceInput{ InstanceId: aws.String("String"), // Required LayerIds: []*string{ // Required aws.String("String"), // Required // More values... }, } resp, err := svc.AssignInstance(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 (*OpsWorks) AssignInstanceRequest ¶
func (c *OpsWorks) AssignInstanceRequest(input *AssignInstanceInput) (req *request.Request, output *AssignInstanceOutput)
AssignInstanceRequest generates a "aws/request.Request" representing the client's request for the AssignInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See AssignInstance 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 AssignInstance 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 AssignInstanceRequest method. req, resp := client.AssignInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssignInstance
func (*OpsWorks) AssignInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) AssignInstanceWithContext(ctx aws.Context, input *AssignInstanceInput, opts ...request.Option) (*AssignInstanceOutput, error)
AssignInstanceWithContext is the same as AssignInstance with the addition of the ability to pass a context and additional request options.
See AssignInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) AssignVolume ¶
func (c *OpsWorks) AssignVolume(input *AssignVolumeInput) (*AssignVolumeOutput, error)
AssignVolume API operation for AWS OpsWorks.
Assigns one of the stack's registered Amazon EBS volumes to a specified instance. The volume must first be registered with the stack by calling RegisterVolume. After you register the volume, you must call UpdateVolume to specify a mount point before calling AssignVolume. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation AssignVolume for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssignVolume
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.AssignVolumeInput{ VolumeId: aws.String("String"), // Required InstanceId: aws.String("String"), } resp, err := svc.AssignVolume(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 (*OpsWorks) AssignVolumeRequest ¶
func (c *OpsWorks) AssignVolumeRequest(input *AssignVolumeInput) (req *request.Request, output *AssignVolumeOutput)
AssignVolumeRequest generates a "aws/request.Request" representing the client's request for the AssignVolume operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See AssignVolume 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 AssignVolume 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 AssignVolumeRequest method. req, resp := client.AssignVolumeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssignVolume
func (*OpsWorks) AssignVolumeWithContext ¶ added in v1.8.0
func (c *OpsWorks) AssignVolumeWithContext(ctx aws.Context, input *AssignVolumeInput, opts ...request.Option) (*AssignVolumeOutput, error)
AssignVolumeWithContext is the same as AssignVolume with the addition of the ability to pass a context and additional request options.
See AssignVolume for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) AssociateElasticIp ¶ added in v0.9.5
func (c *OpsWorks) AssociateElasticIp(input *AssociateElasticIpInput) (*AssociateElasticIpOutput, error)
AssociateElasticIp API operation for AWS OpsWorks.
Associates one of the stack's registered Elastic IP addresses with a specified instance. The address must first be registered with the stack by calling RegisterElasticIp. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation AssociateElasticIp for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssociateElasticIp
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.AssociateElasticIpInput{ ElasticIp: aws.String("String"), // Required InstanceId: aws.String("String"), } resp, err := svc.AssociateElasticIp(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 (*OpsWorks) AssociateElasticIpRequest ¶ added in v0.9.5
func (c *OpsWorks) AssociateElasticIpRequest(input *AssociateElasticIpInput) (req *request.Request, output *AssociateElasticIpOutput)
AssociateElasticIpRequest generates a "aws/request.Request" representing the client's request for the AssociateElasticIp operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See AssociateElasticIp 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 AssociateElasticIp 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 AssociateElasticIpRequest method. req, resp := client.AssociateElasticIpRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AssociateElasticIp
func (*OpsWorks) AssociateElasticIpWithContext ¶ added in v1.8.0
func (c *OpsWorks) AssociateElasticIpWithContext(ctx aws.Context, input *AssociateElasticIpInput, opts ...request.Option) (*AssociateElasticIpOutput, error)
AssociateElasticIpWithContext is the same as AssociateElasticIp with the addition of the ability to pass a context and additional request options.
See AssociateElasticIp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) AttachElasticLoadBalancer ¶
func (c *OpsWorks) AttachElasticLoadBalancer(input *AttachElasticLoadBalancerInput) (*AttachElasticLoadBalancerOutput, error)
AttachElasticLoadBalancer API operation for AWS OpsWorks.
Attaches an Elastic Load Balancing load balancer to a specified layer. For more information, see Elastic Load Balancing (http://docs.aws.amazon.com/opsworks/latest/userguide/load-balancer-elb.html).
You must create the Elastic Load Balancing instance separately, by using the Elastic Load Balancing console, API, or CLI. For more information, see
Elastic Load Balancing Developer Guide (http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/Welcome.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation AttachElasticLoadBalancer for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AttachElasticLoadBalancer
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.AttachElasticLoadBalancerInput{ ElasticLoadBalancerName: aws.String("String"), // Required LayerId: aws.String("String"), // Required } resp, err := svc.AttachElasticLoadBalancer(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 (*OpsWorks) AttachElasticLoadBalancerRequest ¶
func (c *OpsWorks) AttachElasticLoadBalancerRequest(input *AttachElasticLoadBalancerInput) (req *request.Request, output *AttachElasticLoadBalancerOutput)
AttachElasticLoadBalancerRequest generates a "aws/request.Request" representing the client's request for the AttachElasticLoadBalancer operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See AttachElasticLoadBalancer 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 AttachElasticLoadBalancer 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 AttachElasticLoadBalancerRequest method. req, resp := client.AttachElasticLoadBalancerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/AttachElasticLoadBalancer
func (*OpsWorks) AttachElasticLoadBalancerWithContext ¶ added in v1.8.0
func (c *OpsWorks) AttachElasticLoadBalancerWithContext(ctx aws.Context, input *AttachElasticLoadBalancerInput, opts ...request.Option) (*AttachElasticLoadBalancerOutput, error)
AttachElasticLoadBalancerWithContext is the same as AttachElasticLoadBalancer with the addition of the ability to pass a context and additional request options.
See AttachElasticLoadBalancer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) CloneStack ¶
func (c *OpsWorks) CloneStack(input *CloneStackInput) (*CloneStackOutput, error)
CloneStack API operation for AWS OpsWorks.
Creates a clone of a specified stack. For more information, see Clone a Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-cloning.html). By default, all parameters are set to the values used by the parent stack.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation CloneStack for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CloneStack
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.CloneStackInput{ ServiceRoleArn: aws.String("String"), // Required SourceStackId: aws.String("String"), // Required AgentVersion: aws.String("String"), Attributes: map[string]*string{ "Key": aws.String("String"), // Required // More values... }, ChefConfiguration: &opsworks.ChefConfiguration{ BerkshelfVersion: aws.String("String"), ManageBerkshelf: aws.Bool(true), }, CloneAppIds: []*string{ aws.String("String"), // Required // More values... }, ClonePermissions: aws.Bool(true), ConfigurationManager: &opsworks.StackConfigurationManager{ Name: aws.String("String"), Version: aws.String("String"), }, CustomCookbooksSource: &opsworks.Source{ Password: aws.String("String"), Revision: aws.String("String"), SshKey: aws.String("String"), Type: aws.String("SourceType"), Url: aws.String("String"), Username: aws.String("String"), }, CustomJson: aws.String("String"), DefaultAvailabilityZone: aws.String("String"), DefaultInstanceProfileArn: aws.String("String"), DefaultOs: aws.String("String"), DefaultRootDeviceType: aws.String("RootDeviceType"), DefaultSshKeyName: aws.String("String"), DefaultSubnetId: aws.String("String"), HostnameTheme: aws.String("String"), Name: aws.String("String"), Region: aws.String("String"), UseCustomCookbooks: aws.Bool(true), UseOpsworksSecurityGroups: aws.Bool(true), VpcId: aws.String("String"), } resp, err := svc.CloneStack(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 (*OpsWorks) CloneStackRequest ¶
func (c *OpsWorks) CloneStackRequest(input *CloneStackInput) (req *request.Request, output *CloneStackOutput)
CloneStackRequest generates a "aws/request.Request" representing the client's request for the CloneStack operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CloneStack 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 CloneStack 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 CloneStackRequest method. req, resp := client.CloneStackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CloneStack
func (*OpsWorks) CloneStackWithContext ¶ added in v1.8.0
func (c *OpsWorks) CloneStackWithContext(ctx aws.Context, input *CloneStackInput, opts ...request.Option) (*CloneStackOutput, error)
CloneStackWithContext is the same as CloneStack with the addition of the ability to pass a context and additional request options.
See CloneStack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) CreateApp ¶
func (c *OpsWorks) CreateApp(input *CreateAppInput) (*CreateAppOutput, error)
CreateApp API operation for AWS OpsWorks.
Creates an app for a specified stack. For more information, see Creating Apps (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation CreateApp for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateApp
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.CreateAppInput{ Name: aws.String("String"), // Required StackId: aws.String("String"), // Required Type: aws.String("AppType"), // Required AppSource: &opsworks.Source{ Password: aws.String("String"), Revision: aws.String("String"), SshKey: aws.String("String"), Type: aws.String("SourceType"), Url: aws.String("String"), Username: aws.String("String"), }, Attributes: map[string]*string{ "Key": aws.String("String"), // Required // More values... }, DataSources: []*opsworks.DataSource{ { // Required Arn: aws.String("String"), DatabaseName: aws.String("String"), Type: aws.String("String"), }, // More values... }, Description: aws.String("String"), Domains: []*string{ aws.String("String"), // Required // More values... }, EnableSsl: aws.Bool(true), Environment: []*opsworks.EnvironmentVariable{ { // Required Key: aws.String("String"), // Required Value: aws.String("String"), // Required Secure: aws.Bool(true), }, // More values... }, Shortname: aws.String("String"), SslConfiguration: &opsworks.SslConfiguration{ Certificate: aws.String("String"), // Required PrivateKey: aws.String("String"), // Required Chain: aws.String("String"), }, } resp, err := svc.CreateApp(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 (*OpsWorks) CreateAppRequest ¶
func (c *OpsWorks) CreateAppRequest(input *CreateAppInput) (req *request.Request, output *CreateAppOutput)
CreateAppRequest generates a "aws/request.Request" representing the client's request for the CreateApp operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateApp 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 CreateApp 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 CreateAppRequest method. req, resp := client.CreateAppRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateApp
func (*OpsWorks) CreateAppWithContext ¶ added in v1.8.0
func (c *OpsWorks) CreateAppWithContext(ctx aws.Context, input *CreateAppInput, opts ...request.Option) (*CreateAppOutput, error)
CreateAppWithContext is the same as CreateApp with the addition of the ability to pass a context and additional request options.
See CreateApp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) CreateDeployment ¶
func (c *OpsWorks) CreateDeployment(input *CreateDeploymentInput) (*CreateDeploymentOutput, error)
CreateDeployment API operation for AWS OpsWorks.
Runs deployment or stack commands. For more information, see Deploying Apps (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-deploying.html) and Run Stack Commands (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-commands.html).
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation CreateDeployment for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateDeployment
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.CreateDeploymentInput{ Command: &opsworks.DeploymentCommand{ // Required Name: aws.String("DeploymentCommandName"), // Required Args: map[string][]*string{ "Key": { // Required aws.String("String"), // Required // More values... }, // More values... }, }, StackId: aws.String("String"), // Required AppId: aws.String("String"), Comment: aws.String("String"), CustomJson: aws.String("String"), InstanceIds: []*string{ aws.String("String"), // Required // More values... }, LayerIds: []*string{ aws.String("String"), // Required // More values... }, } resp, err := svc.CreateDeployment(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 (*OpsWorks) CreateDeploymentRequest ¶
func (c *OpsWorks) CreateDeploymentRequest(input *CreateDeploymentInput) (req *request.Request, output *CreateDeploymentOutput)
CreateDeploymentRequest generates a "aws/request.Request" representing the client's request for the CreateDeployment operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateDeployment 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 CreateDeployment 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 CreateDeploymentRequest method. req, resp := client.CreateDeploymentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateDeployment
func (*OpsWorks) CreateDeploymentWithContext ¶ added in v1.8.0
func (c *OpsWorks) CreateDeploymentWithContext(ctx aws.Context, input *CreateDeploymentInput, opts ...request.Option) (*CreateDeploymentOutput, error)
CreateDeploymentWithContext is the same as CreateDeployment with the addition of the ability to pass a context and additional request options.
See CreateDeployment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) CreateInstance ¶
func (c *OpsWorks) CreateInstance(input *CreateInstanceInput) (*CreateInstanceOutput, error)
CreateInstance API operation for AWS OpsWorks.
Creates an instance in a specified stack. For more information, see Adding an Instance to a Layer (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation CreateInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.CreateInstanceInput{ InstanceType: aws.String("String"), // Required LayerIds: []*string{ // Required aws.String("String"), // Required // More values... }, StackId: aws.String("String"), // Required AgentVersion: aws.String("String"), AmiId: aws.String("String"), Architecture: aws.String("Architecture"), AutoScalingType: aws.String("AutoScalingType"), AvailabilityZone: aws.String("String"), BlockDeviceMappings: []*opsworks.BlockDeviceMapping{ { // Required DeviceName: aws.String("String"), Ebs: &opsworks.EbsBlockDevice{ DeleteOnTermination: aws.Bool(true), Iops: aws.Int64(1), SnapshotId: aws.String("String"), VolumeSize: aws.Int64(1), VolumeType: aws.String("VolumeType"), }, NoDevice: aws.String("String"), VirtualName: aws.String("String"), }, // More values... }, EbsOptimized: aws.Bool(true), Hostname: aws.String("String"), InstallUpdatesOnBoot: aws.Bool(true), Os: aws.String("String"), RootDeviceType: aws.String("RootDeviceType"), SshKeyName: aws.String("String"), SubnetId: aws.String("String"), Tenancy: aws.String("String"), VirtualizationType: aws.String("String"), } resp, err := svc.CreateInstance(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 (*OpsWorks) CreateInstanceRequest ¶
func (c *OpsWorks) CreateInstanceRequest(input *CreateInstanceInput) (req *request.Request, output *CreateInstanceOutput)
CreateInstanceRequest generates a "aws/request.Request" representing the client's request for the CreateInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateInstance 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 CreateInstance 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 CreateInstanceRequest method. req, resp := client.CreateInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateInstance
func (*OpsWorks) CreateInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) CreateInstanceWithContext(ctx aws.Context, input *CreateInstanceInput, opts ...request.Option) (*CreateInstanceOutput, error)
CreateInstanceWithContext is the same as CreateInstance with the addition of the ability to pass a context and additional request options.
See CreateInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) CreateLayer ¶
func (c *OpsWorks) CreateLayer(input *CreateLayerInput) (*CreateLayerOutput, error)
CreateLayer API operation for AWS OpsWorks.
Creates a layer. For more information, see How to Create a Layer (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-create.html).
You should use CreateLayer for noncustom layer types such as PHP App Server only if the stack does not have an existing layer of that type. A stack can have at most one instance of each noncustom layer; if you attempt to create a second instance, CreateLayer fails. A stack can have an arbitrary number of custom layers, so you can call CreateLayer as many times as you like for that layer type.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation CreateLayer for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateLayer
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.CreateLayerInput{ Name: aws.String("String"), // Required Shortname: aws.String("String"), // Required StackId: aws.String("String"), // Required Type: aws.String("LayerType"), // Required Attributes: map[string]*string{ "Key": aws.String("String"), // Required // More values... }, AutoAssignElasticIps: aws.Bool(true), AutoAssignPublicIps: aws.Bool(true), CloudWatchLogsConfiguration: &opsworks.CloudWatchLogsConfiguration{ Enabled: aws.Bool(true), LogStreams: []*opsworks.CloudWatchLogsLogStream{ { // Required BatchCount: aws.Int64(1), BatchSize: aws.Int64(1), BufferDuration: aws.Int64(1), DatetimeFormat: aws.String("String"), Encoding: aws.String("CloudWatchLogsEncoding"), File: aws.String("String"), FileFingerprintLines: aws.String("String"), InitialPosition: aws.String("CloudWatchLogsInitialPosition"), LogGroupName: aws.String("String"), MultiLineStartPattern: aws.String("String"), TimeZone: aws.String("CloudWatchLogsTimeZone"), }, // More values... }, }, CustomInstanceProfileArn: aws.String("String"), CustomJson: aws.String("String"), CustomRecipes: &opsworks.Recipes{ Configure: []*string{ aws.String("String"), // Required // More values... }, Deploy: []*string{ aws.String("String"), // Required // More values... }, Setup: []*string{ aws.String("String"), // Required // More values... }, Shutdown: []*string{ aws.String("String"), // Required // More values... }, Undeploy: []*string{ aws.String("String"), // Required // More values... }, }, CustomSecurityGroupIds: []*string{ aws.String("String"), // Required // More values... }, EnableAutoHealing: aws.Bool(true), InstallUpdatesOnBoot: aws.Bool(true), LifecycleEventConfiguration: &opsworks.LifecycleEventConfiguration{ Shutdown: &opsworks.ShutdownEventConfiguration{ DelayUntilElbConnectionsDrained: aws.Bool(true), ExecutionTimeout: aws.Int64(1), }, }, Packages: []*string{ aws.String("String"), // Required // More values... }, UseEbsOptimizedInstances: aws.Bool(true), VolumeConfigurations: []*opsworks.VolumeConfiguration{ { // Required MountPoint: aws.String("String"), // Required NumberOfDisks: aws.Int64(1), // Required Size: aws.Int64(1), // Required Iops: aws.Int64(1), RaidLevel: aws.Int64(1), VolumeType: aws.String("String"), }, // More values... }, } resp, err := svc.CreateLayer(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 (*OpsWorks) CreateLayerRequest ¶
func (c *OpsWorks) CreateLayerRequest(input *CreateLayerInput) (req *request.Request, output *CreateLayerOutput)
CreateLayerRequest generates a "aws/request.Request" representing the client's request for the CreateLayer operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateLayer 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 CreateLayer 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 CreateLayerRequest method. req, resp := client.CreateLayerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateLayer
func (*OpsWorks) CreateLayerWithContext ¶ added in v1.8.0
func (c *OpsWorks) CreateLayerWithContext(ctx aws.Context, input *CreateLayerInput, opts ...request.Option) (*CreateLayerOutput, error)
CreateLayerWithContext is the same as CreateLayer with the addition of the ability to pass a context and additional request options.
See CreateLayer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) CreateStack ¶
func (c *OpsWorks) CreateStack(input *CreateStackInput) (*CreateStackOutput, error)
CreateStack API operation for AWS OpsWorks.
Creates a new stack. For more information, see Create a New Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-edit.html).
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation CreateStack for usage and error information.
Returned Error Codes:
- ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateStack
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.CreateStackInput{ DefaultInstanceProfileArn: aws.String("String"), // Required Name: aws.String("String"), // Required Region: aws.String("String"), // Required ServiceRoleArn: aws.String("String"), // Required AgentVersion: aws.String("String"), Attributes: map[string]*string{ "Key": aws.String("String"), // Required // More values... }, ChefConfiguration: &opsworks.ChefConfiguration{ BerkshelfVersion: aws.String("String"), ManageBerkshelf: aws.Bool(true), }, ConfigurationManager: &opsworks.StackConfigurationManager{ Name: aws.String("String"), Version: aws.String("String"), }, CustomCookbooksSource: &opsworks.Source{ Password: aws.String("String"), Revision: aws.String("String"), SshKey: aws.String("String"), Type: aws.String("SourceType"), Url: aws.String("String"), Username: aws.String("String"), }, CustomJson: aws.String("String"), DefaultAvailabilityZone: aws.String("String"), DefaultOs: aws.String("String"), DefaultRootDeviceType: aws.String("RootDeviceType"), DefaultSshKeyName: aws.String("String"), DefaultSubnetId: aws.String("String"), HostnameTheme: aws.String("String"), UseCustomCookbooks: aws.Bool(true), UseOpsworksSecurityGroups: aws.Bool(true), VpcId: aws.String("String"), } resp, err := svc.CreateStack(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 (*OpsWorks) CreateStackRequest ¶
func (c *OpsWorks) CreateStackRequest(input *CreateStackInput) (req *request.Request, output *CreateStackOutput)
CreateStackRequest generates a "aws/request.Request" representing the client's request for the CreateStack operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateStack 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 CreateStack 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 CreateStackRequest method. req, resp := client.CreateStackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateStack
func (*OpsWorks) CreateStackWithContext ¶ added in v1.8.0
func (c *OpsWorks) CreateStackWithContext(ctx aws.Context, input *CreateStackInput, opts ...request.Option) (*CreateStackOutput, error)
CreateStackWithContext is the same as CreateStack with the addition of the ability to pass a context and additional request options.
See CreateStack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) CreateUserProfile ¶
func (c *OpsWorks) CreateUserProfile(input *CreateUserProfileInput) (*CreateUserProfileOutput, error)
CreateUserProfile API operation for AWS OpsWorks.
Creates a new user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation CreateUserProfile for usage and error information.
Returned Error Codes:
- ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateUserProfile
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.CreateUserProfileInput{ IamUserArn: aws.String("String"), // Required AllowSelfManagement: aws.Bool(true), SshPublicKey: aws.String("String"), SshUsername: aws.String("String"), } resp, err := svc.CreateUserProfile(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 (*OpsWorks) CreateUserProfileRequest ¶
func (c *OpsWorks) CreateUserProfileRequest(input *CreateUserProfileInput) (req *request.Request, output *CreateUserProfileOutput)
CreateUserProfileRequest generates a "aws/request.Request" representing the client's request for the CreateUserProfile operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See CreateUserProfile 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 CreateUserProfile 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 CreateUserProfileRequest method. req, resp := client.CreateUserProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/CreateUserProfile
func (*OpsWorks) CreateUserProfileWithContext ¶ added in v1.8.0
func (c *OpsWorks) CreateUserProfileWithContext(ctx aws.Context, input *CreateUserProfileInput, opts ...request.Option) (*CreateUserProfileOutput, error)
CreateUserProfileWithContext is the same as CreateUserProfile with the addition of the ability to pass a context and additional request options.
See CreateUserProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeleteApp ¶
func (c *OpsWorks) DeleteApp(input *DeleteAppInput) (*DeleteAppOutput, error)
DeleteApp API operation for AWS OpsWorks.
Deletes a specified app.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeleteApp for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteApp
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeleteAppInput{ AppId: aws.String("String"), // Required } resp, err := svc.DeleteApp(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 (*OpsWorks) DeleteAppRequest ¶
func (c *OpsWorks) DeleteAppRequest(input *DeleteAppInput) (req *request.Request, output *DeleteAppOutput)
DeleteAppRequest generates a "aws/request.Request" representing the client's request for the DeleteApp operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteApp 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 DeleteApp 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 DeleteAppRequest method. req, resp := client.DeleteAppRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteApp
func (*OpsWorks) DeleteAppWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeleteAppWithContext(ctx aws.Context, input *DeleteAppInput, opts ...request.Option) (*DeleteAppOutput, error)
DeleteAppWithContext is the same as DeleteApp with the addition of the ability to pass a context and additional request options.
See DeleteApp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeleteInstance ¶
func (c *OpsWorks) DeleteInstance(input *DeleteInstanceInput) (*DeleteInstanceOutput, error)
DeleteInstance API operation for AWS OpsWorks.
Deletes a specified instance, which terminates the associated Amazon EC2 instance. You must stop an instance before you can delete it.
For more information, see Deleting Instances (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-delete.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeleteInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeleteInstanceInput{ InstanceId: aws.String("String"), // Required DeleteElasticIp: aws.Bool(true), DeleteVolumes: aws.Bool(true), } resp, err := svc.DeleteInstance(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 (*OpsWorks) DeleteInstanceRequest ¶
func (c *OpsWorks) DeleteInstanceRequest(input *DeleteInstanceInput) (req *request.Request, output *DeleteInstanceOutput)
DeleteInstanceRequest generates a "aws/request.Request" representing the client's request for the DeleteInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteInstance 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 DeleteInstance 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 DeleteInstanceRequest method. req, resp := client.DeleteInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteInstance
func (*OpsWorks) DeleteInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeleteInstanceWithContext(ctx aws.Context, input *DeleteInstanceInput, opts ...request.Option) (*DeleteInstanceOutput, error)
DeleteInstanceWithContext is the same as DeleteInstance with the addition of the ability to pass a context and additional request options.
See DeleteInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeleteLayer ¶
func (c *OpsWorks) DeleteLayer(input *DeleteLayerInput) (*DeleteLayerOutput, error)
DeleteLayer API operation for AWS OpsWorks.
Deletes a specified layer. You must first stop and then delete all associated instances or unassign registered instances. For more information, see How to Delete a Layer (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-delete.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeleteLayer for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteLayer
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeleteLayerInput{ LayerId: aws.String("String"), // Required } resp, err := svc.DeleteLayer(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 (*OpsWorks) DeleteLayerRequest ¶
func (c *OpsWorks) DeleteLayerRequest(input *DeleteLayerInput) (req *request.Request, output *DeleteLayerOutput)
DeleteLayerRequest generates a "aws/request.Request" representing the client's request for the DeleteLayer operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteLayer 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 DeleteLayer 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 DeleteLayerRequest method. req, resp := client.DeleteLayerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteLayer
func (*OpsWorks) DeleteLayerWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeleteLayerWithContext(ctx aws.Context, input *DeleteLayerInput, opts ...request.Option) (*DeleteLayerOutput, error)
DeleteLayerWithContext is the same as DeleteLayer with the addition of the ability to pass a context and additional request options.
See DeleteLayer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeleteStack ¶
func (c *OpsWorks) DeleteStack(input *DeleteStackInput) (*DeleteStackOutput, error)
DeleteStack API operation for AWS OpsWorks.
Deletes a specified stack. You must first delete all instances, layers, and apps or deregister registered instances. For more information, see Shut Down a Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-shutting.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeleteStack for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteStack
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeleteStackInput{ StackId: aws.String("String"), // Required } resp, err := svc.DeleteStack(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 (*OpsWorks) DeleteStackRequest ¶
func (c *OpsWorks) DeleteStackRequest(input *DeleteStackInput) (req *request.Request, output *DeleteStackOutput)
DeleteStackRequest generates a "aws/request.Request" representing the client's request for the DeleteStack operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteStack 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 DeleteStack 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 DeleteStackRequest method. req, resp := client.DeleteStackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteStack
func (*OpsWorks) DeleteStackWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeleteStackWithContext(ctx aws.Context, input *DeleteStackInput, opts ...request.Option) (*DeleteStackOutput, error)
DeleteStackWithContext is the same as DeleteStack with the addition of the ability to pass a context and additional request options.
See DeleteStack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeleteUserProfile ¶
func (c *OpsWorks) DeleteUserProfile(input *DeleteUserProfileInput) (*DeleteUserProfileOutput, error)
DeleteUserProfile API operation for AWS OpsWorks.
Deletes a user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeleteUserProfile for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteUserProfile
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeleteUserProfileInput{ IamUserArn: aws.String("String"), // Required } resp, err := svc.DeleteUserProfile(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 (*OpsWorks) DeleteUserProfileRequest ¶
func (c *OpsWorks) DeleteUserProfileRequest(input *DeleteUserProfileInput) (req *request.Request, output *DeleteUserProfileOutput)
DeleteUserProfileRequest generates a "aws/request.Request" representing the client's request for the DeleteUserProfile operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeleteUserProfile 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 DeleteUserProfile 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 DeleteUserProfileRequest method. req, resp := client.DeleteUserProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeleteUserProfile
func (*OpsWorks) DeleteUserProfileWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeleteUserProfileWithContext(ctx aws.Context, input *DeleteUserProfileInput, opts ...request.Option) (*DeleteUserProfileOutput, error)
DeleteUserProfileWithContext is the same as DeleteUserProfile with the addition of the ability to pass a context and additional request options.
See DeleteUserProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeregisterEcsCluster ¶ added in v0.7.1
func (c *OpsWorks) DeregisterEcsCluster(input *DeregisterEcsClusterInput) (*DeregisterEcsClusterOutput, error)
DeregisterEcsCluster API operation for AWS OpsWorks.
Deregisters a specified Amazon ECS cluster from a stack. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-ecscluster.html#workinglayers-ecscluster-delete).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeregisterEcsCluster for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterEcsCluster
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeregisterEcsClusterInput{ EcsClusterArn: aws.String("String"), // Required } resp, err := svc.DeregisterEcsCluster(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 (*OpsWorks) DeregisterEcsClusterRequest ¶ added in v0.7.1
func (c *OpsWorks) DeregisterEcsClusterRequest(input *DeregisterEcsClusterInput) (req *request.Request, output *DeregisterEcsClusterOutput)
DeregisterEcsClusterRequest generates a "aws/request.Request" representing the client's request for the DeregisterEcsCluster operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeregisterEcsCluster 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 DeregisterEcsCluster 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 DeregisterEcsClusterRequest method. req, resp := client.DeregisterEcsClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterEcsCluster
func (*OpsWorks) DeregisterEcsClusterWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeregisterEcsClusterWithContext(ctx aws.Context, input *DeregisterEcsClusterInput, opts ...request.Option) (*DeregisterEcsClusterOutput, error)
DeregisterEcsClusterWithContext is the same as DeregisterEcsCluster with the addition of the ability to pass a context and additional request options.
See DeregisterEcsCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeregisterElasticIp ¶ added in v0.9.5
func (c *OpsWorks) DeregisterElasticIp(input *DeregisterElasticIpInput) (*DeregisterElasticIpOutput, error)
DeregisterElasticIp API operation for AWS OpsWorks.
Deregisters a specified Elastic IP address. The address can then be registered by another stack. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeregisterElasticIp for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterElasticIp
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeregisterElasticIpInput{ ElasticIp: aws.String("String"), // Required } resp, err := svc.DeregisterElasticIp(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 (*OpsWorks) DeregisterElasticIpRequest ¶ added in v0.9.5
func (c *OpsWorks) DeregisterElasticIpRequest(input *DeregisterElasticIpInput) (req *request.Request, output *DeregisterElasticIpOutput)
DeregisterElasticIpRequest generates a "aws/request.Request" representing the client's request for the DeregisterElasticIp operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeregisterElasticIp 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 DeregisterElasticIp 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 DeregisterElasticIpRequest method. req, resp := client.DeregisterElasticIpRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterElasticIp
func (*OpsWorks) DeregisterElasticIpWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeregisterElasticIpWithContext(ctx aws.Context, input *DeregisterElasticIpInput, opts ...request.Option) (*DeregisterElasticIpOutput, error)
DeregisterElasticIpWithContext is the same as DeregisterElasticIp with the addition of the ability to pass a context and additional request options.
See DeregisterElasticIp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeregisterInstance ¶
func (c *OpsWorks) DeregisterInstance(input *DeregisterInstanceInput) (*DeregisterInstanceOutput, error)
DeregisterInstance API operation for AWS OpsWorks.
Deregister a registered Amazon EC2 or on-premises instance. This action removes the instance from the stack and returns it to your control. This action can not be used with instances that were created with AWS OpsWorks Stacks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeregisterInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeregisterInstanceInput{ InstanceId: aws.String("String"), // Required } resp, err := svc.DeregisterInstance(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 (*OpsWorks) DeregisterInstanceRequest ¶
func (c *OpsWorks) DeregisterInstanceRequest(input *DeregisterInstanceInput) (req *request.Request, output *DeregisterInstanceOutput)
DeregisterInstanceRequest generates a "aws/request.Request" representing the client's request for the DeregisterInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeregisterInstance 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 DeregisterInstance 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 DeregisterInstanceRequest method. req, resp := client.DeregisterInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterInstance
func (*OpsWorks) DeregisterInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeregisterInstanceWithContext(ctx aws.Context, input *DeregisterInstanceInput, opts ...request.Option) (*DeregisterInstanceOutput, error)
DeregisterInstanceWithContext is the same as DeregisterInstance with the addition of the ability to pass a context and additional request options.
See DeregisterInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeregisterRdsDbInstance ¶ added in v0.9.5
func (c *OpsWorks) DeregisterRdsDbInstance(input *DeregisterRdsDbInstanceInput) (*DeregisterRdsDbInstanceOutput, error)
DeregisterRdsDbInstance API operation for AWS OpsWorks.
Deregisters an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeregisterRdsDbInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterRdsDbInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeregisterRdsDbInstanceInput{ RdsDbInstanceArn: aws.String("String"), // Required } resp, err := svc.DeregisterRdsDbInstance(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 (*OpsWorks) DeregisterRdsDbInstanceRequest ¶ added in v0.9.5
func (c *OpsWorks) DeregisterRdsDbInstanceRequest(input *DeregisterRdsDbInstanceInput) (req *request.Request, output *DeregisterRdsDbInstanceOutput)
DeregisterRdsDbInstanceRequest generates a "aws/request.Request" representing the client's request for the DeregisterRdsDbInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeregisterRdsDbInstance 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 DeregisterRdsDbInstance 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 DeregisterRdsDbInstanceRequest method. req, resp := client.DeregisterRdsDbInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterRdsDbInstance
func (*OpsWorks) DeregisterRdsDbInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeregisterRdsDbInstanceWithContext(ctx aws.Context, input *DeregisterRdsDbInstanceInput, opts ...request.Option) (*DeregisterRdsDbInstanceOutput, error)
DeregisterRdsDbInstanceWithContext is the same as DeregisterRdsDbInstance with the addition of the ability to pass a context and additional request options.
See DeregisterRdsDbInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DeregisterVolume ¶
func (c *OpsWorks) DeregisterVolume(input *DeregisterVolumeInput) (*DeregisterVolumeOutput, error)
DeregisterVolume API operation for AWS OpsWorks.
Deregisters an Amazon EBS volume. The volume can then be registered by another stack. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DeregisterVolume for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterVolume
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DeregisterVolumeInput{ VolumeId: aws.String("String"), // Required } resp, err := svc.DeregisterVolume(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 (*OpsWorks) DeregisterVolumeRequest ¶
func (c *OpsWorks) DeregisterVolumeRequest(input *DeregisterVolumeInput) (req *request.Request, output *DeregisterVolumeOutput)
DeregisterVolumeRequest generates a "aws/request.Request" representing the client's request for the DeregisterVolume operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DeregisterVolume 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 DeregisterVolume 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 DeregisterVolumeRequest method. req, resp := client.DeregisterVolumeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeregisterVolume
func (*OpsWorks) DeregisterVolumeWithContext ¶ added in v1.8.0
func (c *OpsWorks) DeregisterVolumeWithContext(ctx aws.Context, input *DeregisterVolumeInput, opts ...request.Option) (*DeregisterVolumeOutput, error)
DeregisterVolumeWithContext is the same as DeregisterVolume with the addition of the ability to pass a context and additional request options.
See DeregisterVolume for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeAgentVersions ¶ added in v0.6.4
func (c *OpsWorks) DescribeAgentVersions(input *DescribeAgentVersionsInput) (*DescribeAgentVersionsOutput, error)
DescribeAgentVersions API operation for AWS OpsWorks.
Describes the available AWS OpsWorks Stacks agent versions. You must specify a stack ID or a configuration manager. DescribeAgentVersions returns a list of available agent versions for the specified stack or configuration manager.
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 OpsWorks's API operation DescribeAgentVersions for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeAgentVersions
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeAgentVersionsInput{ ConfigurationManager: &opsworks.StackConfigurationManager{ Name: aws.String("String"), Version: aws.String("String"), }, StackId: aws.String("String"), } resp, err := svc.DescribeAgentVersions(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 (*OpsWorks) DescribeAgentVersionsRequest ¶ added in v0.6.4
func (c *OpsWorks) DescribeAgentVersionsRequest(input *DescribeAgentVersionsInput) (req *request.Request, output *DescribeAgentVersionsOutput)
DescribeAgentVersionsRequest generates a "aws/request.Request" representing the client's request for the DescribeAgentVersions operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeAgentVersions 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 DescribeAgentVersions 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 DescribeAgentVersionsRequest method. req, resp := client.DescribeAgentVersionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeAgentVersions
func (*OpsWorks) DescribeAgentVersionsWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeAgentVersionsWithContext(ctx aws.Context, input *DescribeAgentVersionsInput, opts ...request.Option) (*DescribeAgentVersionsOutput, error)
DescribeAgentVersionsWithContext is the same as DescribeAgentVersions with the addition of the ability to pass a context and additional request options.
See DescribeAgentVersions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeApps ¶
func (c *OpsWorks) DescribeApps(input *DescribeAppsInput) (*DescribeAppsOutput, error)
DescribeApps API operation for AWS OpsWorks.
Requests a description of a specified set of apps.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeApps for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeApps
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeAppsInput{ AppIds: []*string{ aws.String("String"), // Required // More values... }, StackId: aws.String("String"), } resp, err := svc.DescribeApps(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 (*OpsWorks) DescribeAppsRequest ¶
func (c *OpsWorks) DescribeAppsRequest(input *DescribeAppsInput) (req *request.Request, output *DescribeAppsOutput)
DescribeAppsRequest generates a "aws/request.Request" representing the client's request for the DescribeApps operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeApps 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 DescribeApps 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 DescribeAppsRequest method. req, resp := client.DescribeAppsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeApps
func (*OpsWorks) DescribeAppsWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeAppsWithContext(ctx aws.Context, input *DescribeAppsInput, opts ...request.Option) (*DescribeAppsOutput, error)
DescribeAppsWithContext is the same as DescribeApps with the addition of the ability to pass a context and additional request options.
See DescribeApps for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeCommands ¶
func (c *OpsWorks) DescribeCommands(input *DescribeCommandsInput) (*DescribeCommandsOutput, error)
DescribeCommands API operation for AWS OpsWorks.
Describes the results of specified commands.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeCommands for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeCommands
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeCommandsInput{ CommandIds: []*string{ aws.String("String"), // Required // More values... }, DeploymentId: aws.String("String"), InstanceId: aws.String("String"), } resp, err := svc.DescribeCommands(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 (*OpsWorks) DescribeCommandsRequest ¶
func (c *OpsWorks) DescribeCommandsRequest(input *DescribeCommandsInput) (req *request.Request, output *DescribeCommandsOutput)
DescribeCommandsRequest generates a "aws/request.Request" representing the client's request for the DescribeCommands operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeCommands 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 DescribeCommands 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 DescribeCommandsRequest method. req, resp := client.DescribeCommandsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeCommands
func (*OpsWorks) DescribeCommandsWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeCommandsWithContext(ctx aws.Context, input *DescribeCommandsInput, opts ...request.Option) (*DescribeCommandsOutput, error)
DescribeCommandsWithContext is the same as DescribeCommands with the addition of the ability to pass a context and additional request options.
See DescribeCommands for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeDeployments ¶
func (c *OpsWorks) DescribeDeployments(input *DescribeDeploymentsInput) (*DescribeDeploymentsOutput, error)
DescribeDeployments API operation for AWS OpsWorks.
Requests a description of a specified set of deployments.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeDeployments for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeDeployments
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeDeploymentsInput{ AppId: aws.String("String"), DeploymentIds: []*string{ aws.String("String"), // Required // More values... }, StackId: aws.String("String"), } resp, err := svc.DescribeDeployments(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 (*OpsWorks) DescribeDeploymentsRequest ¶
func (c *OpsWorks) DescribeDeploymentsRequest(input *DescribeDeploymentsInput) (req *request.Request, output *DescribeDeploymentsOutput)
DescribeDeploymentsRequest generates a "aws/request.Request" representing the client's request for the DescribeDeployments operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeDeployments 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 DescribeDeployments 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 DescribeDeploymentsRequest method. req, resp := client.DescribeDeploymentsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeDeployments
func (*OpsWorks) DescribeDeploymentsWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeDeploymentsWithContext(ctx aws.Context, input *DescribeDeploymentsInput, opts ...request.Option) (*DescribeDeploymentsOutput, error)
DescribeDeploymentsWithContext is the same as DescribeDeployments with the addition of the ability to pass a context and additional request options.
See DescribeDeployments for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeEcsClusters ¶ added in v0.7.1
func (c *OpsWorks) DescribeEcsClusters(input *DescribeEcsClustersInput) (*DescribeEcsClustersOutput, error)
DescribeEcsClusters API operation for AWS OpsWorks.
Describes Amazon ECS clusters that are registered with a stack. If you specify only a stack ID, you can use the MaxResults and NextToken parameters to paginate the response. However, AWS OpsWorks Stacks currently supports only one cluster per layer, so the result set has a maximum of one element.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permission. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html).
This call accepts only one resource-identifying parameter.
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 OpsWorks's API operation DescribeEcsClusters for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeEcsClusters
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeEcsClustersInput{ EcsClusterArns: []*string{ aws.String("String"), // Required // More values... }, MaxResults: aws.Int64(1), NextToken: aws.String("String"), StackId: aws.String("String"), } resp, err := svc.DescribeEcsClusters(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 (*OpsWorks) DescribeEcsClustersPages ¶ added in v0.9.5
func (c *OpsWorks) DescribeEcsClustersPages(input *DescribeEcsClustersInput, fn func(*DescribeEcsClustersOutput, bool) bool) error
DescribeEcsClustersPages iterates over the pages of a DescribeEcsClusters operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See DescribeEcsClusters 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 DescribeEcsClusters operation. pageNum := 0 err := client.DescribeEcsClustersPages(params, func(page *DescribeEcsClustersOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*OpsWorks) DescribeEcsClustersPagesWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeEcsClustersPagesWithContext(ctx aws.Context, input *DescribeEcsClustersInput, fn func(*DescribeEcsClustersOutput, bool) bool, opts ...request.Option) error
DescribeEcsClustersPagesWithContext same as DescribeEcsClustersPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeEcsClustersRequest ¶ added in v0.7.1
func (c *OpsWorks) DescribeEcsClustersRequest(input *DescribeEcsClustersInput) (req *request.Request, output *DescribeEcsClustersOutput)
DescribeEcsClustersRequest generates a "aws/request.Request" representing the client's request for the DescribeEcsClusters operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeEcsClusters 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 DescribeEcsClusters 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 DescribeEcsClustersRequest method. req, resp := client.DescribeEcsClustersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeEcsClusters
func (*OpsWorks) DescribeEcsClustersWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeEcsClustersWithContext(ctx aws.Context, input *DescribeEcsClustersInput, opts ...request.Option) (*DescribeEcsClustersOutput, error)
DescribeEcsClustersWithContext is the same as DescribeEcsClusters with the addition of the ability to pass a context and additional request options.
See DescribeEcsClusters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeElasticIps ¶ added in v0.9.5
func (c *OpsWorks) DescribeElasticIps(input *DescribeElasticIpsInput) (*DescribeElasticIpsOutput, error)
DescribeElasticIps API operation for AWS OpsWorks.
Describes Elastic IP addresses (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html).
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeElasticIps for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeElasticIps
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeElasticIpsInput{ InstanceId: aws.String("String"), Ips: []*string{ aws.String("String"), // Required // More values... }, StackId: aws.String("String"), } resp, err := svc.DescribeElasticIps(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 (*OpsWorks) DescribeElasticIpsRequest ¶ added in v0.9.5
func (c *OpsWorks) DescribeElasticIpsRequest(input *DescribeElasticIpsInput) (req *request.Request, output *DescribeElasticIpsOutput)
DescribeElasticIpsRequest generates a "aws/request.Request" representing the client's request for the DescribeElasticIps operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeElasticIps 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 DescribeElasticIps 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 DescribeElasticIpsRequest method. req, resp := client.DescribeElasticIpsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeElasticIps
func (*OpsWorks) DescribeElasticIpsWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeElasticIpsWithContext(ctx aws.Context, input *DescribeElasticIpsInput, opts ...request.Option) (*DescribeElasticIpsOutput, error)
DescribeElasticIpsWithContext is the same as DescribeElasticIps with the addition of the ability to pass a context and additional request options.
See DescribeElasticIps for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeElasticLoadBalancers ¶
func (c *OpsWorks) DescribeElasticLoadBalancers(input *DescribeElasticLoadBalancersInput) (*DescribeElasticLoadBalancersOutput, error)
DescribeElasticLoadBalancers API operation for AWS OpsWorks.
Describes a stack's Elastic Load Balancing instances.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeElasticLoadBalancers for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeElasticLoadBalancers
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeElasticLoadBalancersInput{ LayerIds: []*string{ aws.String("String"), // Required // More values... }, StackId: aws.String("String"), } resp, err := svc.DescribeElasticLoadBalancers(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 (*OpsWorks) DescribeElasticLoadBalancersRequest ¶
func (c *OpsWorks) DescribeElasticLoadBalancersRequest(input *DescribeElasticLoadBalancersInput) (req *request.Request, output *DescribeElasticLoadBalancersOutput)
DescribeElasticLoadBalancersRequest generates a "aws/request.Request" representing the client's request for the DescribeElasticLoadBalancers operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeElasticLoadBalancers 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 DescribeElasticLoadBalancers 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 DescribeElasticLoadBalancersRequest method. req, resp := client.DescribeElasticLoadBalancersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeElasticLoadBalancers
func (*OpsWorks) DescribeElasticLoadBalancersWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeElasticLoadBalancersWithContext(ctx aws.Context, input *DescribeElasticLoadBalancersInput, opts ...request.Option) (*DescribeElasticLoadBalancersOutput, error)
DescribeElasticLoadBalancersWithContext is the same as DescribeElasticLoadBalancers with the addition of the ability to pass a context and additional request options.
See DescribeElasticLoadBalancers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeInstances ¶
func (c *OpsWorks) DescribeInstances(input *DescribeInstancesInput) (*DescribeInstancesOutput, error)
DescribeInstances API operation for AWS OpsWorks.
Requests a description of a set of instances.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeInstances for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeInstances
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeInstancesInput{ InstanceIds: []*string{ aws.String("String"), // Required // More values... }, LayerId: aws.String("String"), StackId: aws.String("String"), } resp, err := svc.DescribeInstances(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 (*OpsWorks) DescribeInstancesRequest ¶
func (c *OpsWorks) DescribeInstancesRequest(input *DescribeInstancesInput) (req *request.Request, output *DescribeInstancesOutput)
DescribeInstancesRequest generates a "aws/request.Request" representing the client's request for the DescribeInstances operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeInstances 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 DescribeInstances 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 DescribeInstancesRequest method. req, resp := client.DescribeInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeInstances
func (*OpsWorks) DescribeInstancesWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeInstancesWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.Option) (*DescribeInstancesOutput, error)
DescribeInstancesWithContext is the same as DescribeInstances with the addition of the ability to pass a context and additional request options.
See DescribeInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeLayers ¶
func (c *OpsWorks) DescribeLayers(input *DescribeLayersInput) (*DescribeLayersOutput, error)
DescribeLayers API operation for AWS OpsWorks.
Requests a description of one or more layers in a specified stack.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeLayers for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeLayers
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeLayersInput{ LayerIds: []*string{ aws.String("String"), // Required // More values... }, StackId: aws.String("String"), } resp, err := svc.DescribeLayers(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 (*OpsWorks) DescribeLayersRequest ¶
func (c *OpsWorks) DescribeLayersRequest(input *DescribeLayersInput) (req *request.Request, output *DescribeLayersOutput)
DescribeLayersRequest generates a "aws/request.Request" representing the client's request for the DescribeLayers operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeLayers 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 DescribeLayers 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 DescribeLayersRequest method. req, resp := client.DescribeLayersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeLayers
func (*OpsWorks) DescribeLayersWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeLayersWithContext(ctx aws.Context, input *DescribeLayersInput, opts ...request.Option) (*DescribeLayersOutput, error)
DescribeLayersWithContext is the same as DescribeLayers with the addition of the ability to pass a context and additional request options.
See DescribeLayers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeLoadBasedAutoScaling ¶
func (c *OpsWorks) DescribeLoadBasedAutoScaling(input *DescribeLoadBasedAutoScalingInput) (*DescribeLoadBasedAutoScalingOutput, error)
DescribeLoadBasedAutoScaling API operation for AWS OpsWorks.
Describes load-based auto scaling configurations for specified layers.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeLoadBasedAutoScaling for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeLoadBasedAutoScaling
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeLoadBasedAutoScalingInput{ LayerIds: []*string{ // Required aws.String("String"), // Required // More values... }, } resp, err := svc.DescribeLoadBasedAutoScaling(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 (*OpsWorks) DescribeLoadBasedAutoScalingRequest ¶
func (c *OpsWorks) DescribeLoadBasedAutoScalingRequest(input *DescribeLoadBasedAutoScalingInput) (req *request.Request, output *DescribeLoadBasedAutoScalingOutput)
DescribeLoadBasedAutoScalingRequest generates a "aws/request.Request" representing the client's request for the DescribeLoadBasedAutoScaling operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeLoadBasedAutoScaling 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 DescribeLoadBasedAutoScaling 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 DescribeLoadBasedAutoScalingRequest method. req, resp := client.DescribeLoadBasedAutoScalingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeLoadBasedAutoScaling
func (*OpsWorks) DescribeLoadBasedAutoScalingWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeLoadBasedAutoScalingWithContext(ctx aws.Context, input *DescribeLoadBasedAutoScalingInput, opts ...request.Option) (*DescribeLoadBasedAutoScalingOutput, error)
DescribeLoadBasedAutoScalingWithContext is the same as DescribeLoadBasedAutoScaling with the addition of the ability to pass a context and additional request options.
See DescribeLoadBasedAutoScaling for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeMyUserProfile ¶
func (c *OpsWorks) DescribeMyUserProfile(input *DescribeMyUserProfileInput) (*DescribeMyUserProfileOutput, error)
DescribeMyUserProfile API operation for AWS OpsWorks.
Describes a user's SSH information.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeMyUserProfile for usage and error information. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeMyUserProfile
Example ¶
package main import ( "fmt" "github.com/aws/aws-sdk-go/aws/session" "github.com/aws/aws-sdk-go/service/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) var params *opsworks.DescribeMyUserProfileInput resp, err := svc.DescribeMyUserProfile(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 (*OpsWorks) DescribeMyUserProfileRequest ¶
func (c *OpsWorks) DescribeMyUserProfileRequest(input *DescribeMyUserProfileInput) (req *request.Request, output *DescribeMyUserProfileOutput)
DescribeMyUserProfileRequest generates a "aws/request.Request" representing the client's request for the DescribeMyUserProfile operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeMyUserProfile 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 DescribeMyUserProfile 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 DescribeMyUserProfileRequest method. req, resp := client.DescribeMyUserProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeMyUserProfile
func (*OpsWorks) DescribeMyUserProfileWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeMyUserProfileWithContext(ctx aws.Context, input *DescribeMyUserProfileInput, opts ...request.Option) (*DescribeMyUserProfileOutput, error)
DescribeMyUserProfileWithContext is the same as DescribeMyUserProfile with the addition of the ability to pass a context and additional request options.
See DescribeMyUserProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribePermissions ¶
func (c *OpsWorks) DescribePermissions(input *DescribePermissionsInput) (*DescribePermissionsOutput, error)
DescribePermissions API operation for AWS OpsWorks.
Describes the permissions for a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribePermissions for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribePermissions
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribePermissionsInput{ IamUserArn: aws.String("String"), StackId: aws.String("String"), } resp, err := svc.DescribePermissions(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 (*OpsWorks) DescribePermissionsRequest ¶
func (c *OpsWorks) DescribePermissionsRequest(input *DescribePermissionsInput) (req *request.Request, output *DescribePermissionsOutput)
DescribePermissionsRequest generates a "aws/request.Request" representing the client's request for the DescribePermissions operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribePermissions 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 DescribePermissions 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 DescribePermissionsRequest method. req, resp := client.DescribePermissionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribePermissions
func (*OpsWorks) DescribePermissionsWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribePermissionsWithContext(ctx aws.Context, input *DescribePermissionsInput, opts ...request.Option) (*DescribePermissionsOutput, error)
DescribePermissionsWithContext is the same as DescribePermissions with the addition of the ability to pass a context and additional request options.
See DescribePermissions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeRaidArrays ¶ added in v0.9.5
func (c *OpsWorks) DescribeRaidArrays(input *DescribeRaidArraysInput) (*DescribeRaidArraysOutput, error)
DescribeRaidArrays API operation for AWS OpsWorks.
Describe an instance's RAID arrays.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeRaidArrays for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRaidArrays
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeRaidArraysInput{ InstanceId: aws.String("String"), RaidArrayIds: []*string{ aws.String("String"), // Required // More values... }, StackId: aws.String("String"), } resp, err := svc.DescribeRaidArrays(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 (*OpsWorks) DescribeRaidArraysRequest ¶ added in v0.9.5
func (c *OpsWorks) DescribeRaidArraysRequest(input *DescribeRaidArraysInput) (req *request.Request, output *DescribeRaidArraysOutput)
DescribeRaidArraysRequest generates a "aws/request.Request" representing the client's request for the DescribeRaidArrays operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeRaidArrays 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 DescribeRaidArrays 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 DescribeRaidArraysRequest method. req, resp := client.DescribeRaidArraysRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRaidArrays
func (*OpsWorks) DescribeRaidArraysWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeRaidArraysWithContext(ctx aws.Context, input *DescribeRaidArraysInput, opts ...request.Option) (*DescribeRaidArraysOutput, error)
DescribeRaidArraysWithContext is the same as DescribeRaidArrays with the addition of the ability to pass a context and additional request options.
See DescribeRaidArrays for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeRdsDbInstances ¶ added in v0.9.5
func (c *OpsWorks) DescribeRdsDbInstances(input *DescribeRdsDbInstancesInput) (*DescribeRdsDbInstancesOutput, error)
DescribeRdsDbInstances API operation for AWS OpsWorks.
Describes Amazon RDS instances.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html).
This call accepts only one resource-identifying parameter.
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 OpsWorks's API operation DescribeRdsDbInstances for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRdsDbInstances
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeRdsDbInstancesInput{ StackId: aws.String("String"), // Required RdsDbInstanceArns: []*string{ aws.String("String"), // Required // More values... }, } resp, err := svc.DescribeRdsDbInstances(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 (*OpsWorks) DescribeRdsDbInstancesRequest ¶ added in v0.9.5
func (c *OpsWorks) DescribeRdsDbInstancesRequest(input *DescribeRdsDbInstancesInput) (req *request.Request, output *DescribeRdsDbInstancesOutput)
DescribeRdsDbInstancesRequest generates a "aws/request.Request" representing the client's request for the DescribeRdsDbInstances operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeRdsDbInstances 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 DescribeRdsDbInstances 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 DescribeRdsDbInstancesRequest method. req, resp := client.DescribeRdsDbInstancesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeRdsDbInstances
func (*OpsWorks) DescribeRdsDbInstancesWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeRdsDbInstancesWithContext(ctx aws.Context, input *DescribeRdsDbInstancesInput, opts ...request.Option) (*DescribeRdsDbInstancesOutput, error)
DescribeRdsDbInstancesWithContext is the same as DescribeRdsDbInstances with the addition of the ability to pass a context and additional request options.
See DescribeRdsDbInstances for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeServiceErrors ¶
func (c *OpsWorks) DescribeServiceErrors(input *DescribeServiceErrorsInput) (*DescribeServiceErrorsOutput, error)
DescribeServiceErrors API operation for AWS OpsWorks.
Describes AWS OpsWorks Stacks service errors.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html).
This call accepts only one resource-identifying parameter.
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 OpsWorks's API operation DescribeServiceErrors for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeServiceErrors
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeServiceErrorsInput{ InstanceId: aws.String("String"), ServiceErrorIds: []*string{ aws.String("String"), // Required // More values... }, StackId: aws.String("String"), } resp, err := svc.DescribeServiceErrors(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 (*OpsWorks) DescribeServiceErrorsRequest ¶
func (c *OpsWorks) DescribeServiceErrorsRequest(input *DescribeServiceErrorsInput) (req *request.Request, output *DescribeServiceErrorsOutput)
DescribeServiceErrorsRequest generates a "aws/request.Request" representing the client's request for the DescribeServiceErrors operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeServiceErrors 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 DescribeServiceErrors 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 DescribeServiceErrorsRequest method. req, resp := client.DescribeServiceErrorsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeServiceErrors
func (*OpsWorks) DescribeServiceErrorsWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeServiceErrorsWithContext(ctx aws.Context, input *DescribeServiceErrorsInput, opts ...request.Option) (*DescribeServiceErrorsOutput, error)
DescribeServiceErrorsWithContext is the same as DescribeServiceErrors with the addition of the ability to pass a context and additional request options.
See DescribeServiceErrors for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeStackProvisioningParameters ¶
func (c *OpsWorks) DescribeStackProvisioningParameters(input *DescribeStackProvisioningParametersInput) (*DescribeStackProvisioningParametersOutput, error)
DescribeStackProvisioningParameters API operation for AWS OpsWorks.
Requests a description of a stack's provisioning parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeStackProvisioningParameters for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStackProvisioningParameters
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeStackProvisioningParametersInput{ StackId: aws.String("String"), // Required } resp, err := svc.DescribeStackProvisioningParameters(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 (*OpsWorks) DescribeStackProvisioningParametersRequest ¶
func (c *OpsWorks) DescribeStackProvisioningParametersRequest(input *DescribeStackProvisioningParametersInput) (req *request.Request, output *DescribeStackProvisioningParametersOutput)
DescribeStackProvisioningParametersRequest generates a "aws/request.Request" representing the client's request for the DescribeStackProvisioningParameters operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeStackProvisioningParameters 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 DescribeStackProvisioningParameters 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 DescribeStackProvisioningParametersRequest method. req, resp := client.DescribeStackProvisioningParametersRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStackProvisioningParameters
func (*OpsWorks) DescribeStackProvisioningParametersWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeStackProvisioningParametersWithContext(ctx aws.Context, input *DescribeStackProvisioningParametersInput, opts ...request.Option) (*DescribeStackProvisioningParametersOutput, error)
DescribeStackProvisioningParametersWithContext is the same as DescribeStackProvisioningParameters with the addition of the ability to pass a context and additional request options.
See DescribeStackProvisioningParameters for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeStackSummary ¶
func (c *OpsWorks) DescribeStackSummary(input *DescribeStackSummaryInput) (*DescribeStackSummaryOutput, error)
DescribeStackSummary API operation for AWS OpsWorks.
Describes the number of layers and apps in a specified stack, and the number of instances in each state, such as running_setup or online.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeStackSummary for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStackSummary
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeStackSummaryInput{ StackId: aws.String("String"), // Required } resp, err := svc.DescribeStackSummary(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 (*OpsWorks) DescribeStackSummaryRequest ¶
func (c *OpsWorks) DescribeStackSummaryRequest(input *DescribeStackSummaryInput) (req *request.Request, output *DescribeStackSummaryOutput)
DescribeStackSummaryRequest generates a "aws/request.Request" representing the client's request for the DescribeStackSummary operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeStackSummary 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 DescribeStackSummary 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 DescribeStackSummaryRequest method. req, resp := client.DescribeStackSummaryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStackSummary
func (*OpsWorks) DescribeStackSummaryWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeStackSummaryWithContext(ctx aws.Context, input *DescribeStackSummaryInput, opts ...request.Option) (*DescribeStackSummaryOutput, error)
DescribeStackSummaryWithContext is the same as DescribeStackSummary with the addition of the ability to pass a context and additional request options.
See DescribeStackSummary for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeStacks ¶
func (c *OpsWorks) DescribeStacks(input *DescribeStacksInput) (*DescribeStacksOutput, error)
DescribeStacks API operation for AWS OpsWorks.
Requests a description of one or more stacks.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeStacks for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStacks
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeStacksInput{ StackIds: []*string{ aws.String("String"), // Required // More values... }, } resp, err := svc.DescribeStacks(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 (*OpsWorks) DescribeStacksRequest ¶
func (c *OpsWorks) DescribeStacksRequest(input *DescribeStacksInput) (req *request.Request, output *DescribeStacksOutput)
DescribeStacksRequest generates a "aws/request.Request" representing the client's request for the DescribeStacks operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeStacks 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 DescribeStacks 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 DescribeStacksRequest method. req, resp := client.DescribeStacksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeStacks
func (*OpsWorks) DescribeStacksWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeStacksWithContext(ctx aws.Context, input *DescribeStacksInput, opts ...request.Option) (*DescribeStacksOutput, error)
DescribeStacksWithContext is the same as DescribeStacks with the addition of the ability to pass a context and additional request options.
See DescribeStacks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeTimeBasedAutoScaling ¶
func (c *OpsWorks) DescribeTimeBasedAutoScaling(input *DescribeTimeBasedAutoScalingInput) (*DescribeTimeBasedAutoScalingOutput, error)
DescribeTimeBasedAutoScaling API operation for AWS OpsWorks.
Describes time-based auto scaling configurations for specified instances.
You must specify at least one of the parameters.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeTimeBasedAutoScaling for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeTimeBasedAutoScaling
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeTimeBasedAutoScalingInput{ InstanceIds: []*string{ // Required aws.String("String"), // Required // More values... }, } resp, err := svc.DescribeTimeBasedAutoScaling(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 (*OpsWorks) DescribeTimeBasedAutoScalingRequest ¶
func (c *OpsWorks) DescribeTimeBasedAutoScalingRequest(input *DescribeTimeBasedAutoScalingInput) (req *request.Request, output *DescribeTimeBasedAutoScalingOutput)
DescribeTimeBasedAutoScalingRequest generates a "aws/request.Request" representing the client's request for the DescribeTimeBasedAutoScaling operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeTimeBasedAutoScaling 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 DescribeTimeBasedAutoScaling 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 DescribeTimeBasedAutoScalingRequest method. req, resp := client.DescribeTimeBasedAutoScalingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeTimeBasedAutoScaling
func (*OpsWorks) DescribeTimeBasedAutoScalingWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeTimeBasedAutoScalingWithContext(ctx aws.Context, input *DescribeTimeBasedAutoScalingInput, opts ...request.Option) (*DescribeTimeBasedAutoScalingOutput, error)
DescribeTimeBasedAutoScalingWithContext is the same as DescribeTimeBasedAutoScaling with the addition of the ability to pass a context and additional request options.
See DescribeTimeBasedAutoScaling for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeUserProfiles ¶
func (c *OpsWorks) DescribeUserProfiles(input *DescribeUserProfilesInput) (*DescribeUserProfilesOutput, error)
DescribeUserProfiles API operation for AWS OpsWorks.
Describe specified users.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeUserProfiles for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeUserProfiles
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeUserProfilesInput{ IamUserArns: []*string{ aws.String("String"), // Required // More values... }, } resp, err := svc.DescribeUserProfiles(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 (*OpsWorks) DescribeUserProfilesRequest ¶
func (c *OpsWorks) DescribeUserProfilesRequest(input *DescribeUserProfilesInput) (req *request.Request, output *DescribeUserProfilesOutput)
DescribeUserProfilesRequest generates a "aws/request.Request" representing the client's request for the DescribeUserProfiles operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeUserProfiles 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 DescribeUserProfiles 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 DescribeUserProfilesRequest method. req, resp := client.DescribeUserProfilesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeUserProfiles
func (*OpsWorks) DescribeUserProfilesWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeUserProfilesWithContext(ctx aws.Context, input *DescribeUserProfilesInput, opts ...request.Option) (*DescribeUserProfilesOutput, error)
DescribeUserProfilesWithContext is the same as DescribeUserProfiles with the addition of the ability to pass a context and additional request options.
See DescribeUserProfiles for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DescribeVolumes ¶
func (c *OpsWorks) DescribeVolumes(input *DescribeVolumesInput) (*DescribeVolumesOutput, error)
DescribeVolumes API operation for AWS OpsWorks.
Describes an instance's Amazon EBS volumes.
This call accepts only one resource-identifying parameter.
Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DescribeVolumes for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeVolumes
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DescribeVolumesInput{ InstanceId: aws.String("String"), RaidArrayId: aws.String("String"), StackId: aws.String("String"), VolumeIds: []*string{ aws.String("String"), // Required // More values... }, } resp, err := svc.DescribeVolumes(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 (*OpsWorks) DescribeVolumesRequest ¶
func (c *OpsWorks) DescribeVolumesRequest(input *DescribeVolumesInput) (req *request.Request, output *DescribeVolumesOutput)
DescribeVolumesRequest generates a "aws/request.Request" representing the client's request for the DescribeVolumes operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DescribeVolumes 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 DescribeVolumes 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 DescribeVolumesRequest method. req, resp := client.DescribeVolumesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DescribeVolumes
func (*OpsWorks) DescribeVolumesWithContext ¶ added in v1.8.0
func (c *OpsWorks) DescribeVolumesWithContext(ctx aws.Context, input *DescribeVolumesInput, opts ...request.Option) (*DescribeVolumesOutput, error)
DescribeVolumesWithContext is the same as DescribeVolumes with the addition of the ability to pass a context and additional request options.
See DescribeVolumes for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DetachElasticLoadBalancer ¶
func (c *OpsWorks) DetachElasticLoadBalancer(input *DetachElasticLoadBalancerInput) (*DetachElasticLoadBalancerOutput, error)
DetachElasticLoadBalancer API operation for AWS OpsWorks.
Detaches a specified Elastic Load Balancing instance from its layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DetachElasticLoadBalancer for usage and error information.
Returned Error Codes:
- ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DetachElasticLoadBalancer
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DetachElasticLoadBalancerInput{ ElasticLoadBalancerName: aws.String("String"), // Required LayerId: aws.String("String"), // Required } resp, err := svc.DetachElasticLoadBalancer(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 (*OpsWorks) DetachElasticLoadBalancerRequest ¶
func (c *OpsWorks) DetachElasticLoadBalancerRequest(input *DetachElasticLoadBalancerInput) (req *request.Request, output *DetachElasticLoadBalancerOutput)
DetachElasticLoadBalancerRequest generates a "aws/request.Request" representing the client's request for the DetachElasticLoadBalancer operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DetachElasticLoadBalancer 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 DetachElasticLoadBalancer 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 DetachElasticLoadBalancerRequest method. req, resp := client.DetachElasticLoadBalancerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DetachElasticLoadBalancer
func (*OpsWorks) DetachElasticLoadBalancerWithContext ¶ added in v1.8.0
func (c *OpsWorks) DetachElasticLoadBalancerWithContext(ctx aws.Context, input *DetachElasticLoadBalancerInput, opts ...request.Option) (*DetachElasticLoadBalancerOutput, error)
DetachElasticLoadBalancerWithContext is the same as DetachElasticLoadBalancer with the addition of the ability to pass a context and additional request options.
See DetachElasticLoadBalancer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) DisassociateElasticIp ¶ added in v0.9.5
func (c *OpsWorks) DisassociateElasticIp(input *DisassociateElasticIpInput) (*DisassociateElasticIpOutput, error)
DisassociateElasticIp API operation for AWS OpsWorks.
Disassociates an Elastic IP address from its instance. The address remains registered with the stack. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation DisassociateElasticIp for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DisassociateElasticIp
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.DisassociateElasticIpInput{ ElasticIp: aws.String("String"), // Required } resp, err := svc.DisassociateElasticIp(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 (*OpsWorks) DisassociateElasticIpRequest ¶ added in v0.9.5
func (c *OpsWorks) DisassociateElasticIpRequest(input *DisassociateElasticIpInput) (req *request.Request, output *DisassociateElasticIpOutput)
DisassociateElasticIpRequest generates a "aws/request.Request" representing the client's request for the DisassociateElasticIp operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See DisassociateElasticIp 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 DisassociateElasticIp 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 DisassociateElasticIpRequest method. req, resp := client.DisassociateElasticIpRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DisassociateElasticIp
func (*OpsWorks) DisassociateElasticIpWithContext ¶ added in v1.8.0
func (c *OpsWorks) DisassociateElasticIpWithContext(ctx aws.Context, input *DisassociateElasticIpInput, opts ...request.Option) (*DisassociateElasticIpOutput, error)
DisassociateElasticIpWithContext is the same as DisassociateElasticIp with the addition of the ability to pass a context and additional request options.
See DisassociateElasticIp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) GetHostnameSuggestion ¶
func (c *OpsWorks) GetHostnameSuggestion(input *GetHostnameSuggestionInput) (*GetHostnameSuggestionOutput, error)
GetHostnameSuggestion API operation for AWS OpsWorks.
Gets a generated host name for the specified layer, based on the current host name theme.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation GetHostnameSuggestion for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/GetHostnameSuggestion
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.GetHostnameSuggestionInput{ LayerId: aws.String("String"), // Required } resp, err := svc.GetHostnameSuggestion(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 (*OpsWorks) GetHostnameSuggestionRequest ¶
func (c *OpsWorks) GetHostnameSuggestionRequest(input *GetHostnameSuggestionInput) (req *request.Request, output *GetHostnameSuggestionOutput)
GetHostnameSuggestionRequest generates a "aws/request.Request" representing the client's request for the GetHostnameSuggestion operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See GetHostnameSuggestion 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 GetHostnameSuggestion 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 GetHostnameSuggestionRequest method. req, resp := client.GetHostnameSuggestionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/GetHostnameSuggestion
func (*OpsWorks) GetHostnameSuggestionWithContext ¶ added in v1.8.0
func (c *OpsWorks) GetHostnameSuggestionWithContext(ctx aws.Context, input *GetHostnameSuggestionInput, opts ...request.Option) (*GetHostnameSuggestionOutput, error)
GetHostnameSuggestionWithContext is the same as GetHostnameSuggestion with the addition of the ability to pass a context and additional request options.
See GetHostnameSuggestion for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) GrantAccess ¶
func (c *OpsWorks) GrantAccess(input *GrantAccessInput) (*GrantAccessOutput, error)
GrantAccess API operation for AWS OpsWorks.
This action can be used only with Windows stacks.
Grants RDP access to a Windows instance for a specified time period.
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 OpsWorks's API operation GrantAccess for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/GrantAccess
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.GrantAccessInput{ InstanceId: aws.String("String"), // Required ValidForInMinutes: aws.Int64(1), } resp, err := svc.GrantAccess(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 (*OpsWorks) GrantAccessRequest ¶
func (c *OpsWorks) GrantAccessRequest(input *GrantAccessInput) (req *request.Request, output *GrantAccessOutput)
GrantAccessRequest generates a "aws/request.Request" representing the client's request for the GrantAccess operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See GrantAccess 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 GrantAccess 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 GrantAccessRequest method. req, resp := client.GrantAccessRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/GrantAccess
func (*OpsWorks) GrantAccessWithContext ¶ added in v1.8.0
func (c *OpsWorks) GrantAccessWithContext(ctx aws.Context, input *GrantAccessInput, opts ...request.Option) (*GrantAccessOutput, error)
GrantAccessWithContext is the same as GrantAccess with the addition of the ability to pass a context and additional request options.
See GrantAccess for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) RebootInstance ¶
func (c *OpsWorks) RebootInstance(input *RebootInstanceInput) (*RebootInstanceOutput, error)
RebootInstance API operation for AWS OpsWorks.
Reboots a specified instance. For more information, see Starting, Stopping, and Rebooting Instances (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-starting.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation RebootInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RebootInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.RebootInstanceInput{ InstanceId: aws.String("String"), // Required } resp, err := svc.RebootInstance(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 (*OpsWorks) RebootInstanceRequest ¶
func (c *OpsWorks) RebootInstanceRequest(input *RebootInstanceInput) (req *request.Request, output *RebootInstanceOutput)
RebootInstanceRequest generates a "aws/request.Request" representing the client's request for the RebootInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See RebootInstance 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 RebootInstance 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 RebootInstanceRequest method. req, resp := client.RebootInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RebootInstance
func (*OpsWorks) RebootInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) RebootInstanceWithContext(ctx aws.Context, input *RebootInstanceInput, opts ...request.Option) (*RebootInstanceOutput, error)
RebootInstanceWithContext is the same as RebootInstance with the addition of the ability to pass a context and additional request options.
See RebootInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) RegisterEcsCluster ¶ added in v0.7.1
func (c *OpsWorks) RegisterEcsCluster(input *RegisterEcsClusterInput) (*RegisterEcsClusterOutput, error)
RegisterEcsCluster API operation for AWS OpsWorks.
Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-ecscluster.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation RegisterEcsCluster for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterEcsCluster
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.RegisterEcsClusterInput{ EcsClusterArn: aws.String("String"), // Required StackId: aws.String("String"), // Required } resp, err := svc.RegisterEcsCluster(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 (*OpsWorks) RegisterEcsClusterRequest ¶ added in v0.7.1
func (c *OpsWorks) RegisterEcsClusterRequest(input *RegisterEcsClusterInput) (req *request.Request, output *RegisterEcsClusterOutput)
RegisterEcsClusterRequest generates a "aws/request.Request" representing the client's request for the RegisterEcsCluster operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See RegisterEcsCluster 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 RegisterEcsCluster 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 RegisterEcsClusterRequest method. req, resp := client.RegisterEcsClusterRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterEcsCluster
func (*OpsWorks) RegisterEcsClusterWithContext ¶ added in v1.8.0
func (c *OpsWorks) RegisterEcsClusterWithContext(ctx aws.Context, input *RegisterEcsClusterInput, opts ...request.Option) (*RegisterEcsClusterOutput, error)
RegisterEcsClusterWithContext is the same as RegisterEcsCluster with the addition of the ability to pass a context and additional request options.
See RegisterEcsCluster for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) RegisterElasticIp ¶ added in v0.9.5
func (c *OpsWorks) RegisterElasticIp(input *RegisterElasticIpInput) (*RegisterElasticIpOutput, error)
RegisterElasticIp API operation for AWS OpsWorks.
Registers an Elastic IP address with a specified stack. An address can be registered with only one stack at a time. If the address is already registered, you must first deregister it by calling DeregisterElasticIp. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation RegisterElasticIp for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterElasticIp
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.RegisterElasticIpInput{ ElasticIp: aws.String("String"), // Required StackId: aws.String("String"), // Required } resp, err := svc.RegisterElasticIp(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 (*OpsWorks) RegisterElasticIpRequest ¶ added in v0.9.5
func (c *OpsWorks) RegisterElasticIpRequest(input *RegisterElasticIpInput) (req *request.Request, output *RegisterElasticIpOutput)
RegisterElasticIpRequest generates a "aws/request.Request" representing the client's request for the RegisterElasticIp operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See RegisterElasticIp 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 RegisterElasticIp 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 RegisterElasticIpRequest method. req, resp := client.RegisterElasticIpRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterElasticIp
func (*OpsWorks) RegisterElasticIpWithContext ¶ added in v1.8.0
func (c *OpsWorks) RegisterElasticIpWithContext(ctx aws.Context, input *RegisterElasticIpInput, opts ...request.Option) (*RegisterElasticIpOutput, error)
RegisterElasticIpWithContext is the same as RegisterElasticIp with the addition of the ability to pass a context and additional request options.
See RegisterElasticIp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) RegisterInstance ¶
func (c *OpsWorks) RegisterInstance(input *RegisterInstanceInput) (*RegisterInstanceOutput, error)
RegisterInstance API operation for AWS OpsWorks.
Registers instances that were created outside of AWS OpsWorks Stacks with a specified stack.
We do not recommend using this action to register instances. The complete registration operation includes two tasks: installing the AWS OpsWorks Stacks agent on the instance, and registering the instance with the stack. RegisterInstance handles only the second step. You should instead use the AWS CLI register command, which performs the entire registration operation. For more information, see Registering an Instance with an AWS OpsWorks Stacks Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/registered-instances-register.html).
Registered instances have the same requirements as instances that are created by using the CreateInstance API. For example, registered instances must be running a supported Linux-based operating system, and they must have a supported instance type. For more information about requirements for instances that you want to register, see Preparing the Instance (http://docs.aws.amazon.com/opsworks/latest/userguide/registered-instances-register-registering-preparer.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation RegisterInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.RegisterInstanceInput{ StackId: aws.String("String"), // Required Hostname: aws.String("String"), InstanceIdentity: &opsworks.InstanceIdentity{ Document: aws.String("String"), Signature: aws.String("String"), }, PrivateIp: aws.String("String"), PublicIp: aws.String("String"), RsaPublicKey: aws.String("String"), RsaPublicKeyFingerprint: aws.String("String"), } resp, err := svc.RegisterInstance(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 (*OpsWorks) RegisterInstanceRequest ¶
func (c *OpsWorks) RegisterInstanceRequest(input *RegisterInstanceInput) (req *request.Request, output *RegisterInstanceOutput)
RegisterInstanceRequest generates a "aws/request.Request" representing the client's request for the RegisterInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See RegisterInstance 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 RegisterInstance 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 RegisterInstanceRequest method. req, resp := client.RegisterInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterInstance
func (*OpsWorks) RegisterInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) RegisterInstanceWithContext(ctx aws.Context, input *RegisterInstanceInput, opts ...request.Option) (*RegisterInstanceOutput, error)
RegisterInstanceWithContext is the same as RegisterInstance with the addition of the ability to pass a context and additional request options.
See RegisterInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) RegisterRdsDbInstance ¶ added in v0.9.5
func (c *OpsWorks) RegisterRdsDbInstance(input *RegisterRdsDbInstanceInput) (*RegisterRdsDbInstanceOutput, error)
RegisterRdsDbInstance API operation for AWS OpsWorks.
Registers an Amazon RDS instance with a stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation RegisterRdsDbInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterRdsDbInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.RegisterRdsDbInstanceInput{ DbPassword: aws.String("String"), // Required DbUser: aws.String("String"), // Required RdsDbInstanceArn: aws.String("String"), // Required StackId: aws.String("String"), // Required } resp, err := svc.RegisterRdsDbInstance(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 (*OpsWorks) RegisterRdsDbInstanceRequest ¶ added in v0.9.5
func (c *OpsWorks) RegisterRdsDbInstanceRequest(input *RegisterRdsDbInstanceInput) (req *request.Request, output *RegisterRdsDbInstanceOutput)
RegisterRdsDbInstanceRequest generates a "aws/request.Request" representing the client's request for the RegisterRdsDbInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See RegisterRdsDbInstance 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 RegisterRdsDbInstance 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 RegisterRdsDbInstanceRequest method. req, resp := client.RegisterRdsDbInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterRdsDbInstance
func (*OpsWorks) RegisterRdsDbInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) RegisterRdsDbInstanceWithContext(ctx aws.Context, input *RegisterRdsDbInstanceInput, opts ...request.Option) (*RegisterRdsDbInstanceOutput, error)
RegisterRdsDbInstanceWithContext is the same as RegisterRdsDbInstance with the addition of the ability to pass a context and additional request options.
See RegisterRdsDbInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) RegisterVolume ¶
func (c *OpsWorks) RegisterVolume(input *RegisterVolumeInput) (*RegisterVolumeOutput, error)
RegisterVolume API operation for AWS OpsWorks.
Registers an Amazon EBS volume with a specified stack. A volume can be registered with only one stack at a time. If the volume is already registered, you must first deregister it by calling DeregisterVolume. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation RegisterVolume for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterVolume
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.RegisterVolumeInput{ StackId: aws.String("String"), // Required Ec2VolumeId: aws.String("String"), } resp, err := svc.RegisterVolume(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 (*OpsWorks) RegisterVolumeRequest ¶
func (c *OpsWorks) RegisterVolumeRequest(input *RegisterVolumeInput) (req *request.Request, output *RegisterVolumeOutput)
RegisterVolumeRequest generates a "aws/request.Request" representing the client's request for the RegisterVolume operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See RegisterVolume 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 RegisterVolume 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 RegisterVolumeRequest method. req, resp := client.RegisterVolumeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterVolume
func (*OpsWorks) RegisterVolumeWithContext ¶ added in v1.8.0
func (c *OpsWorks) RegisterVolumeWithContext(ctx aws.Context, input *RegisterVolumeInput, opts ...request.Option) (*RegisterVolumeOutput, error)
RegisterVolumeWithContext is the same as RegisterVolume with the addition of the ability to pass a context and additional request options.
See RegisterVolume for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) SetLoadBasedAutoScaling ¶
func (c *OpsWorks) SetLoadBasedAutoScaling(input *SetLoadBasedAutoScalingInput) (*SetLoadBasedAutoScalingOutput, error)
SetLoadBasedAutoScaling API operation for AWS OpsWorks.
Specify the load-based auto scaling configuration for a specified layer. For more information, see Managing Load with Time-based and Load-based Instances (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-autoscaling.html).
To use load-based auto scaling, you must create a set of load-based auto scaling instances. Load-based auto scaling operates only on the instances from that set, so you must ensure that you have created enough instances to handle the maximum anticipated load.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation SetLoadBasedAutoScaling for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetLoadBasedAutoScaling
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.SetLoadBasedAutoScalingInput{ LayerId: aws.String("String"), // Required DownScaling: &opsworks.AutoScalingThresholds{ Alarms: []*string{ aws.String("String"), // Required // More values... }, CpuThreshold: aws.Float64(1.0), IgnoreMetricsTime: aws.Int64(1), InstanceCount: aws.Int64(1), LoadThreshold: aws.Float64(1.0), MemoryThreshold: aws.Float64(1.0), ThresholdsWaitTime: aws.Int64(1), }, Enable: aws.Bool(true), UpScaling: &opsworks.AutoScalingThresholds{ Alarms: []*string{ aws.String("String"), // Required // More values... }, CpuThreshold: aws.Float64(1.0), IgnoreMetricsTime: aws.Int64(1), InstanceCount: aws.Int64(1), LoadThreshold: aws.Float64(1.0), MemoryThreshold: aws.Float64(1.0), ThresholdsWaitTime: aws.Int64(1), }, } resp, err := svc.SetLoadBasedAutoScaling(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 (*OpsWorks) SetLoadBasedAutoScalingRequest ¶
func (c *OpsWorks) SetLoadBasedAutoScalingRequest(input *SetLoadBasedAutoScalingInput) (req *request.Request, output *SetLoadBasedAutoScalingOutput)
SetLoadBasedAutoScalingRequest generates a "aws/request.Request" representing the client's request for the SetLoadBasedAutoScaling operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See SetLoadBasedAutoScaling 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 SetLoadBasedAutoScaling 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 SetLoadBasedAutoScalingRequest method. req, resp := client.SetLoadBasedAutoScalingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetLoadBasedAutoScaling
func (*OpsWorks) SetLoadBasedAutoScalingWithContext ¶ added in v1.8.0
func (c *OpsWorks) SetLoadBasedAutoScalingWithContext(ctx aws.Context, input *SetLoadBasedAutoScalingInput, opts ...request.Option) (*SetLoadBasedAutoScalingOutput, error)
SetLoadBasedAutoScalingWithContext is the same as SetLoadBasedAutoScaling with the addition of the ability to pass a context and additional request options.
See SetLoadBasedAutoScaling for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) SetPermission ¶
func (c *OpsWorks) SetPermission(input *SetPermissionInput) (*SetPermissionOutput, error)
SetPermission API operation for AWS OpsWorks.
Specifies a user's permissions. For more information, see Security and Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/workingsecurity.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation SetPermission for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetPermission
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.SetPermissionInput{ IamUserArn: aws.String("String"), // Required StackId: aws.String("String"), // Required AllowSsh: aws.Bool(true), AllowSudo: aws.Bool(true), Level: aws.String("String"), } resp, err := svc.SetPermission(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 (*OpsWorks) SetPermissionRequest ¶
func (c *OpsWorks) SetPermissionRequest(input *SetPermissionInput) (req *request.Request, output *SetPermissionOutput)
SetPermissionRequest generates a "aws/request.Request" representing the client's request for the SetPermission operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See SetPermission 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 SetPermission 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 SetPermissionRequest method. req, resp := client.SetPermissionRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetPermission
func (*OpsWorks) SetPermissionWithContext ¶ added in v1.8.0
func (c *OpsWorks) SetPermissionWithContext(ctx aws.Context, input *SetPermissionInput, opts ...request.Option) (*SetPermissionOutput, error)
SetPermissionWithContext is the same as SetPermission with the addition of the ability to pass a context and additional request options.
See SetPermission for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) SetTimeBasedAutoScaling ¶
func (c *OpsWorks) SetTimeBasedAutoScaling(input *SetTimeBasedAutoScalingInput) (*SetTimeBasedAutoScalingOutput, error)
SetTimeBasedAutoScaling API operation for AWS OpsWorks.
Specify the time-based auto scaling configuration for a specified instance. For more information, see Managing Load with Time-based and Load-based Instances (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-autoscaling.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation SetTimeBasedAutoScaling for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetTimeBasedAutoScaling
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.SetTimeBasedAutoScalingInput{ InstanceId: aws.String("String"), // Required AutoScalingSchedule: &opsworks.WeeklyAutoScalingSchedule{ Friday: map[string]*string{ "Key": aws.String("Switch"), // Required // More values... }, Monday: map[string]*string{ "Key": aws.String("Switch"), // Required // More values... }, Saturday: map[string]*string{ "Key": aws.String("Switch"), // Required // More values... }, Sunday: map[string]*string{ "Key": aws.String("Switch"), // Required // More values... }, Thursday: map[string]*string{ "Key": aws.String("Switch"), // Required // More values... }, Tuesday: map[string]*string{ "Key": aws.String("Switch"), // Required // More values... }, Wednesday: map[string]*string{ "Key": aws.String("Switch"), // Required // More values... }, }, } resp, err := svc.SetTimeBasedAutoScaling(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 (*OpsWorks) SetTimeBasedAutoScalingRequest ¶
func (c *OpsWorks) SetTimeBasedAutoScalingRequest(input *SetTimeBasedAutoScalingInput) (req *request.Request, output *SetTimeBasedAutoScalingOutput)
SetTimeBasedAutoScalingRequest generates a "aws/request.Request" representing the client's request for the SetTimeBasedAutoScaling operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See SetTimeBasedAutoScaling 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 SetTimeBasedAutoScaling 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 SetTimeBasedAutoScalingRequest method. req, resp := client.SetTimeBasedAutoScalingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetTimeBasedAutoScaling
func (*OpsWorks) SetTimeBasedAutoScalingWithContext ¶ added in v1.8.0
func (c *OpsWorks) SetTimeBasedAutoScalingWithContext(ctx aws.Context, input *SetTimeBasedAutoScalingInput, opts ...request.Option) (*SetTimeBasedAutoScalingOutput, error)
SetTimeBasedAutoScalingWithContext is the same as SetTimeBasedAutoScaling with the addition of the ability to pass a context and additional request options.
See SetTimeBasedAutoScaling for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) StartInstance ¶
func (c *OpsWorks) StartInstance(input *StartInstanceInput) (*StartInstanceOutput, error)
StartInstance API operation for AWS OpsWorks.
Starts a specified instance. For more information, see Starting, Stopping, and Rebooting Instances (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-starting.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation StartInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StartInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.StartInstanceInput{ InstanceId: aws.String("String"), // Required } resp, err := svc.StartInstance(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 (*OpsWorks) StartInstanceRequest ¶
func (c *OpsWorks) StartInstanceRequest(input *StartInstanceInput) (req *request.Request, output *StartInstanceOutput)
StartInstanceRequest generates a "aws/request.Request" representing the client's request for the StartInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See StartInstance 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 StartInstance 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 StartInstanceRequest method. req, resp := client.StartInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StartInstance
func (*OpsWorks) StartInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) StartInstanceWithContext(ctx aws.Context, input *StartInstanceInput, opts ...request.Option) (*StartInstanceOutput, error)
StartInstanceWithContext is the same as StartInstance with the addition of the ability to pass a context and additional request options.
See StartInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) StartStack ¶
func (c *OpsWorks) StartStack(input *StartStackInput) (*StartStackOutput, error)
StartStack API operation for AWS OpsWorks.
Starts a stack's instances.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation StartStack for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StartStack
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.StartStackInput{ StackId: aws.String("String"), // Required } resp, err := svc.StartStack(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 (*OpsWorks) StartStackRequest ¶
func (c *OpsWorks) StartStackRequest(input *StartStackInput) (req *request.Request, output *StartStackOutput)
StartStackRequest generates a "aws/request.Request" representing the client's request for the StartStack operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See StartStack 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 StartStack 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 StartStackRequest method. req, resp := client.StartStackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StartStack
func (*OpsWorks) StartStackWithContext ¶ added in v1.8.0
func (c *OpsWorks) StartStackWithContext(ctx aws.Context, input *StartStackInput, opts ...request.Option) (*StartStackOutput, error)
StartStackWithContext is the same as StartStack with the addition of the ability to pass a context and additional request options.
See StartStack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) StopInstance ¶
func (c *OpsWorks) StopInstance(input *StopInstanceInput) (*StopInstanceOutput, error)
StopInstance API operation for AWS OpsWorks.
Stops a specified instance. When you stop a standard instance, the data disappears and must be reinstalled when you restart the instance. You can stop an Amazon EBS-backed instance without losing data. For more information, see Starting, Stopping, and Rebooting Instances (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-starting.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation StopInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.StopInstanceInput{ InstanceId: aws.String("String"), // Required } resp, err := svc.StopInstance(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 (*OpsWorks) StopInstanceRequest ¶
func (c *OpsWorks) StopInstanceRequest(input *StopInstanceInput) (req *request.Request, output *StopInstanceOutput)
StopInstanceRequest generates a "aws/request.Request" representing the client's request for the StopInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See StopInstance 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 StopInstance 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 StopInstanceRequest method. req, resp := client.StopInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopInstance
func (*OpsWorks) StopInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) StopInstanceWithContext(ctx aws.Context, input *StopInstanceInput, opts ...request.Option) (*StopInstanceOutput, error)
StopInstanceWithContext is the same as StopInstance with the addition of the ability to pass a context and additional request options.
See StopInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) StopStack ¶
func (c *OpsWorks) StopStack(input *StopStackInput) (*StopStackOutput, error)
StopStack API operation for AWS OpsWorks.
Stops a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation StopStack for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopStack
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.StopStackInput{ StackId: aws.String("String"), // Required } resp, err := svc.StopStack(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 (*OpsWorks) StopStackRequest ¶
func (c *OpsWorks) StopStackRequest(input *StopStackInput) (req *request.Request, output *StopStackOutput)
StopStackRequest generates a "aws/request.Request" representing the client's request for the StopStack operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See StopStack 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 StopStack 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 StopStackRequest method. req, resp := client.StopStackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopStack
func (*OpsWorks) StopStackWithContext ¶ added in v1.8.0
func (c *OpsWorks) StopStackWithContext(ctx aws.Context, input *StopStackInput, opts ...request.Option) (*StopStackOutput, error)
StopStackWithContext is the same as StopStack with the addition of the ability to pass a context and additional request options.
See StopStack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UnassignInstance ¶
func (c *OpsWorks) UnassignInstance(input *UnassignInstanceInput) (*UnassignInstanceOutput, error)
UnassignInstance API operation for AWS OpsWorks.
Unassigns a registered instance from all of it's layers. The instance remains in the stack as an unassigned instance and can be assigned to another layer, as needed. You cannot use this action with instances that were created with AWS OpsWorks Stacks.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UnassignInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UnassignInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UnassignInstanceInput{ InstanceId: aws.String("String"), // Required } resp, err := svc.UnassignInstance(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 (*OpsWorks) UnassignInstanceRequest ¶
func (c *OpsWorks) UnassignInstanceRequest(input *UnassignInstanceInput) (req *request.Request, output *UnassignInstanceOutput)
UnassignInstanceRequest generates a "aws/request.Request" representing the client's request for the UnassignInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UnassignInstance 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 UnassignInstance 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 UnassignInstanceRequest method. req, resp := client.UnassignInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UnassignInstance
func (*OpsWorks) UnassignInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) UnassignInstanceWithContext(ctx aws.Context, input *UnassignInstanceInput, opts ...request.Option) (*UnassignInstanceOutput, error)
UnassignInstanceWithContext is the same as UnassignInstance with the addition of the ability to pass a context and additional request options.
See UnassignInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UnassignVolume ¶
func (c *OpsWorks) UnassignVolume(input *UnassignVolumeInput) (*UnassignVolumeOutput, error)
UnassignVolume API operation for AWS OpsWorks.
Unassigns an assigned Amazon EBS volume. The volume remains registered with the stack. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UnassignVolume for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UnassignVolume
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UnassignVolumeInput{ VolumeId: aws.String("String"), // Required } resp, err := svc.UnassignVolume(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 (*OpsWorks) UnassignVolumeRequest ¶
func (c *OpsWorks) UnassignVolumeRequest(input *UnassignVolumeInput) (req *request.Request, output *UnassignVolumeOutput)
UnassignVolumeRequest generates a "aws/request.Request" representing the client's request for the UnassignVolume operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UnassignVolume 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 UnassignVolume 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 UnassignVolumeRequest method. req, resp := client.UnassignVolumeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UnassignVolume
func (*OpsWorks) UnassignVolumeWithContext ¶ added in v1.8.0
func (c *OpsWorks) UnassignVolumeWithContext(ctx aws.Context, input *UnassignVolumeInput, opts ...request.Option) (*UnassignVolumeOutput, error)
UnassignVolumeWithContext is the same as UnassignVolume with the addition of the ability to pass a context and additional request options.
See UnassignVolume for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UpdateApp ¶
func (c *OpsWorks) UpdateApp(input *UpdateAppInput) (*UpdateAppOutput, error)
UpdateApp API operation for AWS OpsWorks.
Updates a specified app.
Required Permissions: To use this action, an IAM user must have a Deploy or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UpdateApp for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateApp
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UpdateAppInput{ AppId: aws.String("String"), // Required AppSource: &opsworks.Source{ Password: aws.String("String"), Revision: aws.String("String"), SshKey: aws.String("String"), Type: aws.String("SourceType"), Url: aws.String("String"), Username: aws.String("String"), }, Attributes: map[string]*string{ "Key": aws.String("String"), // Required // More values... }, DataSources: []*opsworks.DataSource{ { // Required Arn: aws.String("String"), DatabaseName: aws.String("String"), Type: aws.String("String"), }, // More values... }, Description: aws.String("String"), Domains: []*string{ aws.String("String"), // Required // More values... }, EnableSsl: aws.Bool(true), Environment: []*opsworks.EnvironmentVariable{ { // Required Key: aws.String("String"), // Required Value: aws.String("String"), // Required Secure: aws.Bool(true), }, // More values... }, Name: aws.String("String"), SslConfiguration: &opsworks.SslConfiguration{ Certificate: aws.String("String"), // Required PrivateKey: aws.String("String"), // Required Chain: aws.String("String"), }, Type: aws.String("AppType"), } resp, err := svc.UpdateApp(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 (*OpsWorks) UpdateAppRequest ¶
func (c *OpsWorks) UpdateAppRequest(input *UpdateAppInput) (req *request.Request, output *UpdateAppOutput)
UpdateAppRequest generates a "aws/request.Request" representing the client's request for the UpdateApp operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UpdateApp 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 UpdateApp 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 UpdateAppRequest method. req, resp := client.UpdateAppRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateApp
func (*OpsWorks) UpdateAppWithContext ¶ added in v1.8.0
func (c *OpsWorks) UpdateAppWithContext(ctx aws.Context, input *UpdateAppInput, opts ...request.Option) (*UpdateAppOutput, error)
UpdateAppWithContext is the same as UpdateApp with the addition of the ability to pass a context and additional request options.
See UpdateApp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UpdateElasticIp ¶ added in v0.9.5
func (c *OpsWorks) UpdateElasticIp(input *UpdateElasticIpInput) (*UpdateElasticIpOutput, error)
UpdateElasticIp API operation for AWS OpsWorks.
Updates a registered Elastic IP address's name. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UpdateElasticIp for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateElasticIp
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UpdateElasticIpInput{ ElasticIp: aws.String("String"), // Required Name: aws.String("String"), } resp, err := svc.UpdateElasticIp(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 (*OpsWorks) UpdateElasticIpRequest ¶ added in v0.9.5
func (c *OpsWorks) UpdateElasticIpRequest(input *UpdateElasticIpInput) (req *request.Request, output *UpdateElasticIpOutput)
UpdateElasticIpRequest generates a "aws/request.Request" representing the client's request for the UpdateElasticIp operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UpdateElasticIp 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 UpdateElasticIp 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 UpdateElasticIpRequest method. req, resp := client.UpdateElasticIpRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateElasticIp
func (*OpsWorks) UpdateElasticIpWithContext ¶ added in v1.8.0
func (c *OpsWorks) UpdateElasticIpWithContext(ctx aws.Context, input *UpdateElasticIpInput, opts ...request.Option) (*UpdateElasticIpOutput, error)
UpdateElasticIpWithContext is the same as UpdateElasticIp with the addition of the ability to pass a context and additional request options.
See UpdateElasticIp for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UpdateInstance ¶
func (c *OpsWorks) UpdateInstance(input *UpdateInstanceInput) (*UpdateInstanceOutput, error)
UpdateInstance API operation for AWS OpsWorks.
Updates a specified instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UpdateInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UpdateInstanceInput{ InstanceId: aws.String("String"), // Required AgentVersion: aws.String("String"), AmiId: aws.String("String"), Architecture: aws.String("Architecture"), AutoScalingType: aws.String("AutoScalingType"), EbsOptimized: aws.Bool(true), Hostname: aws.String("String"), InstallUpdatesOnBoot: aws.Bool(true), InstanceType: aws.String("String"), LayerIds: []*string{ aws.String("String"), // Required // More values... }, Os: aws.String("String"), SshKeyName: aws.String("String"), } resp, err := svc.UpdateInstance(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 (*OpsWorks) UpdateInstanceRequest ¶
func (c *OpsWorks) UpdateInstanceRequest(input *UpdateInstanceInput) (req *request.Request, output *UpdateInstanceOutput)
UpdateInstanceRequest generates a "aws/request.Request" representing the client's request for the UpdateInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UpdateInstance 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 UpdateInstance 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 UpdateInstanceRequest method. req, resp := client.UpdateInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateInstance
func (*OpsWorks) UpdateInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) UpdateInstanceWithContext(ctx aws.Context, input *UpdateInstanceInput, opts ...request.Option) (*UpdateInstanceOutput, error)
UpdateInstanceWithContext is the same as UpdateInstance with the addition of the ability to pass a context and additional request options.
See UpdateInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UpdateLayer ¶
func (c *OpsWorks) UpdateLayer(input *UpdateLayerInput) (*UpdateLayerOutput, error)
UpdateLayer API operation for AWS OpsWorks.
Updates a specified layer.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UpdateLayer for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateLayer
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UpdateLayerInput{ LayerId: aws.String("String"), // Required Attributes: map[string]*string{ "Key": aws.String("String"), // Required // More values... }, AutoAssignElasticIps: aws.Bool(true), AutoAssignPublicIps: aws.Bool(true), CloudWatchLogsConfiguration: &opsworks.CloudWatchLogsConfiguration{ Enabled: aws.Bool(true), LogStreams: []*opsworks.CloudWatchLogsLogStream{ { // Required BatchCount: aws.Int64(1), BatchSize: aws.Int64(1), BufferDuration: aws.Int64(1), DatetimeFormat: aws.String("String"), Encoding: aws.String("CloudWatchLogsEncoding"), File: aws.String("String"), FileFingerprintLines: aws.String("String"), InitialPosition: aws.String("CloudWatchLogsInitialPosition"), LogGroupName: aws.String("String"), MultiLineStartPattern: aws.String("String"), TimeZone: aws.String("CloudWatchLogsTimeZone"), }, // More values... }, }, CustomInstanceProfileArn: aws.String("String"), CustomJson: aws.String("String"), CustomRecipes: &opsworks.Recipes{ Configure: []*string{ aws.String("String"), // Required // More values... }, Deploy: []*string{ aws.String("String"), // Required // More values... }, Setup: []*string{ aws.String("String"), // Required // More values... }, Shutdown: []*string{ aws.String("String"), // Required // More values... }, Undeploy: []*string{ aws.String("String"), // Required // More values... }, }, CustomSecurityGroupIds: []*string{ aws.String("String"), // Required // More values... }, EnableAutoHealing: aws.Bool(true), InstallUpdatesOnBoot: aws.Bool(true), LifecycleEventConfiguration: &opsworks.LifecycleEventConfiguration{ Shutdown: &opsworks.ShutdownEventConfiguration{ DelayUntilElbConnectionsDrained: aws.Bool(true), ExecutionTimeout: aws.Int64(1), }, }, Name: aws.String("String"), Packages: []*string{ aws.String("String"), // Required // More values... }, Shortname: aws.String("String"), UseEbsOptimizedInstances: aws.Bool(true), VolumeConfigurations: []*opsworks.VolumeConfiguration{ { // Required MountPoint: aws.String("String"), // Required NumberOfDisks: aws.Int64(1), // Required Size: aws.Int64(1), // Required Iops: aws.Int64(1), RaidLevel: aws.Int64(1), VolumeType: aws.String("String"), }, // More values... }, } resp, err := svc.UpdateLayer(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 (*OpsWorks) UpdateLayerRequest ¶
func (c *OpsWorks) UpdateLayerRequest(input *UpdateLayerInput) (req *request.Request, output *UpdateLayerOutput)
UpdateLayerRequest generates a "aws/request.Request" representing the client's request for the UpdateLayer operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UpdateLayer 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 UpdateLayer 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 UpdateLayerRequest method. req, resp := client.UpdateLayerRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateLayer
func (*OpsWorks) UpdateLayerWithContext ¶ added in v1.8.0
func (c *OpsWorks) UpdateLayerWithContext(ctx aws.Context, input *UpdateLayerInput, opts ...request.Option) (*UpdateLayerOutput, error)
UpdateLayerWithContext is the same as UpdateLayer with the addition of the ability to pass a context and additional request options.
See UpdateLayer for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UpdateMyUserProfile ¶
func (c *OpsWorks) UpdateMyUserProfile(input *UpdateMyUserProfileInput) (*UpdateMyUserProfileOutput, error)
UpdateMyUserProfile API operation for AWS OpsWorks.
Updates a user's SSH public key.
Required Permissions: To use this action, an IAM user must have self-management enabled or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UpdateMyUserProfile for usage and error information.
Returned Error Codes:
- ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateMyUserProfile
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UpdateMyUserProfileInput{ SshPublicKey: aws.String("String"), } resp, err := svc.UpdateMyUserProfile(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 (*OpsWorks) UpdateMyUserProfileRequest ¶
func (c *OpsWorks) UpdateMyUserProfileRequest(input *UpdateMyUserProfileInput) (req *request.Request, output *UpdateMyUserProfileOutput)
UpdateMyUserProfileRequest generates a "aws/request.Request" representing the client's request for the UpdateMyUserProfile operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UpdateMyUserProfile 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 UpdateMyUserProfile 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 UpdateMyUserProfileRequest method. req, resp := client.UpdateMyUserProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateMyUserProfile
func (*OpsWorks) UpdateMyUserProfileWithContext ¶ added in v1.8.0
func (c *OpsWorks) UpdateMyUserProfileWithContext(ctx aws.Context, input *UpdateMyUserProfileInput, opts ...request.Option) (*UpdateMyUserProfileOutput, error)
UpdateMyUserProfileWithContext is the same as UpdateMyUserProfile with the addition of the ability to pass a context and additional request options.
See UpdateMyUserProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UpdateRdsDbInstance ¶ added in v0.9.5
func (c *OpsWorks) UpdateRdsDbInstance(input *UpdateRdsDbInstanceInput) (*UpdateRdsDbInstanceOutput, error)
UpdateRdsDbInstance API operation for AWS OpsWorks.
Updates an Amazon RDS instance.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UpdateRdsDbInstance for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateRdsDbInstance
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UpdateRdsDbInstanceInput{ RdsDbInstanceArn: aws.String("String"), // Required DbPassword: aws.String("String"), DbUser: aws.String("String"), } resp, err := svc.UpdateRdsDbInstance(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 (*OpsWorks) UpdateRdsDbInstanceRequest ¶ added in v0.9.5
func (c *OpsWorks) UpdateRdsDbInstanceRequest(input *UpdateRdsDbInstanceInput) (req *request.Request, output *UpdateRdsDbInstanceOutput)
UpdateRdsDbInstanceRequest generates a "aws/request.Request" representing the client's request for the UpdateRdsDbInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UpdateRdsDbInstance 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 UpdateRdsDbInstance 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 UpdateRdsDbInstanceRequest method. req, resp := client.UpdateRdsDbInstanceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateRdsDbInstance
func (*OpsWorks) UpdateRdsDbInstanceWithContext ¶ added in v1.8.0
func (c *OpsWorks) UpdateRdsDbInstanceWithContext(ctx aws.Context, input *UpdateRdsDbInstanceInput, opts ...request.Option) (*UpdateRdsDbInstanceOutput, error)
UpdateRdsDbInstanceWithContext is the same as UpdateRdsDbInstance with the addition of the ability to pass a context and additional request options.
See UpdateRdsDbInstance for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UpdateStack ¶
func (c *OpsWorks) UpdateStack(input *UpdateStackInput) (*UpdateStackOutput, error)
UpdateStack API operation for AWS OpsWorks.
Updates a specified stack.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UpdateStack for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateStack
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UpdateStackInput{ StackId: aws.String("String"), // Required AgentVersion: aws.String("String"), Attributes: map[string]*string{ "Key": aws.String("String"), // Required // More values... }, ChefConfiguration: &opsworks.ChefConfiguration{ BerkshelfVersion: aws.String("String"), ManageBerkshelf: aws.Bool(true), }, ConfigurationManager: &opsworks.StackConfigurationManager{ Name: aws.String("String"), Version: aws.String("String"), }, CustomCookbooksSource: &opsworks.Source{ Password: aws.String("String"), Revision: aws.String("String"), SshKey: aws.String("String"), Type: aws.String("SourceType"), Url: aws.String("String"), Username: aws.String("String"), }, CustomJson: aws.String("String"), DefaultAvailabilityZone: aws.String("String"), DefaultInstanceProfileArn: aws.String("String"), DefaultOs: aws.String("String"), DefaultRootDeviceType: aws.String("RootDeviceType"), DefaultSshKeyName: aws.String("String"), DefaultSubnetId: aws.String("String"), HostnameTheme: aws.String("String"), Name: aws.String("String"), ServiceRoleArn: aws.String("String"), UseCustomCookbooks: aws.Bool(true), UseOpsworksSecurityGroups: aws.Bool(true), } resp, err := svc.UpdateStack(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 (*OpsWorks) UpdateStackRequest ¶
func (c *OpsWorks) UpdateStackRequest(input *UpdateStackInput) (req *request.Request, output *UpdateStackOutput)
UpdateStackRequest generates a "aws/request.Request" representing the client's request for the UpdateStack operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UpdateStack 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 UpdateStack 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 UpdateStackRequest method. req, resp := client.UpdateStackRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateStack
func (*OpsWorks) UpdateStackWithContext ¶ added in v1.8.0
func (c *OpsWorks) UpdateStackWithContext(ctx aws.Context, input *UpdateStackInput, opts ...request.Option) (*UpdateStackOutput, error)
UpdateStackWithContext is the same as UpdateStack with the addition of the ability to pass a context and additional request options.
See UpdateStack for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UpdateUserProfile ¶
func (c *OpsWorks) UpdateUserProfile(input *UpdateUserProfileInput) (*UpdateUserProfileOutput, error)
UpdateUserProfile API operation for AWS OpsWorks.
Updates a specified user profile.
Required Permissions: To use this action, an IAM user must have an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UpdateUserProfile for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateUserProfile
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UpdateUserProfileInput{ IamUserArn: aws.String("String"), // Required AllowSelfManagement: aws.Bool(true), SshPublicKey: aws.String("String"), SshUsername: aws.String("String"), } resp, err := svc.UpdateUserProfile(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 (*OpsWorks) UpdateUserProfileRequest ¶
func (c *OpsWorks) UpdateUserProfileRequest(input *UpdateUserProfileInput) (req *request.Request, output *UpdateUserProfileOutput)
UpdateUserProfileRequest generates a "aws/request.Request" representing the client's request for the UpdateUserProfile operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UpdateUserProfile 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 UpdateUserProfile 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 UpdateUserProfileRequest method. req, resp := client.UpdateUserProfileRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateUserProfile
func (*OpsWorks) UpdateUserProfileWithContext ¶ added in v1.8.0
func (c *OpsWorks) UpdateUserProfileWithContext(ctx aws.Context, input *UpdateUserProfileInput, opts ...request.Option) (*UpdateUserProfileOutput, error)
UpdateUserProfileWithContext is the same as UpdateUserProfile with the addition of the ability to pass a context and additional request options.
See UpdateUserProfile for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) UpdateVolume ¶
func (c *OpsWorks) UpdateVolume(input *UpdateVolumeInput) (*UpdateVolumeOutput, error)
UpdateVolume API operation for AWS OpsWorks.
Updates an Amazon EBS volume's name or mount point. For more information, see Resource Management (http://docs.aws.amazon.com/opsworks/latest/userguide/resources.html).
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.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 OpsWorks's API operation UpdateVolume for usage and error information.
Returned Error Codes:
ErrCodeValidationException "ValidationException" Indicates that a request was not valid.
ErrCodeResourceNotFoundException "ResourceNotFoundException" Indicates that a resource was not found.
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateVolume
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/opsworks" ) func main() { sess := session.Must(session.NewSession()) svc := opsworks.New(sess) params := &opsworks.UpdateVolumeInput{ VolumeId: aws.String("String"), // Required MountPoint: aws.String("String"), Name: aws.String("String"), } resp, err := svc.UpdateVolume(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 (*OpsWorks) UpdateVolumeRequest ¶
func (c *OpsWorks) UpdateVolumeRequest(input *UpdateVolumeInput) (req *request.Request, output *UpdateVolumeOutput)
UpdateVolumeRequest generates a "aws/request.Request" representing the client's request for the UpdateVolume operation. The "output" return value can be used to capture response data after the request's "Send" method is called.
See UpdateVolume 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 UpdateVolume 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 UpdateVolumeRequest method. req, resp := client.UpdateVolumeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateVolume
func (*OpsWorks) UpdateVolumeWithContext ¶ added in v1.8.0
func (c *OpsWorks) UpdateVolumeWithContext(ctx aws.Context, input *UpdateVolumeInput, opts ...request.Option) (*UpdateVolumeOutput, error)
UpdateVolumeWithContext is the same as UpdateVolume with the addition of the ability to pass a context and additional request options.
See UpdateVolume for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) WaitUntilAppExists ¶ added in v0.10.3
func (c *OpsWorks) WaitUntilAppExists(input *DescribeAppsInput) error
WaitUntilAppExists uses the AWS OpsWorks API operation DescribeApps to wait for a condition to be met before returning. If the condition is not meet within the max attempt window an error will be returned.
func (*OpsWorks) WaitUntilAppExistsWithContext ¶ added in v1.8.0
func (c *OpsWorks) WaitUntilAppExistsWithContext(ctx aws.Context, input *DescribeAppsInput, opts ...request.WaiterOption) error
WaitUntilAppExistsWithContext is an extended version of WaitUntilAppExists. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) WaitUntilDeploymentSuccessful ¶ added in v0.10.3
func (c *OpsWorks) WaitUntilDeploymentSuccessful(input *DescribeDeploymentsInput) error
WaitUntilDeploymentSuccessful uses the AWS OpsWorks API operation DescribeDeployments to wait for a condition to be met before returning. If the condition is not meet within the max attempt window an error will be returned.
func (*OpsWorks) WaitUntilDeploymentSuccessfulWithContext ¶ added in v1.8.0
func (c *OpsWorks) WaitUntilDeploymentSuccessfulWithContext(ctx aws.Context, input *DescribeDeploymentsInput, opts ...request.WaiterOption) error
WaitUntilDeploymentSuccessfulWithContext is an extended version of WaitUntilDeploymentSuccessful. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) WaitUntilInstanceOnline ¶ added in v0.10.3
func (c *OpsWorks) WaitUntilInstanceOnline(input *DescribeInstancesInput) error
WaitUntilInstanceOnline uses the AWS OpsWorks API operation DescribeInstances to wait for a condition to be met before returning. If the condition is not meet within the max attempt window an error will be returned.
func (*OpsWorks) WaitUntilInstanceOnlineWithContext ¶ added in v1.8.0
func (c *OpsWorks) WaitUntilInstanceOnlineWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
WaitUntilInstanceOnlineWithContext is an extended version of WaitUntilInstanceOnline. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) WaitUntilInstanceRegistered ¶ added in v1.2.4
func (c *OpsWorks) WaitUntilInstanceRegistered(input *DescribeInstancesInput) error
WaitUntilInstanceRegistered uses the AWS OpsWorks API operation DescribeInstances to wait for a condition to be met before returning. If the condition is not meet within the max attempt window an error will be returned.
func (*OpsWorks) WaitUntilInstanceRegisteredWithContext ¶ added in v1.8.0
func (c *OpsWorks) WaitUntilInstanceRegisteredWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
WaitUntilInstanceRegisteredWithContext is an extended version of WaitUntilInstanceRegistered. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) WaitUntilInstanceStopped ¶ added in v0.10.3
func (c *OpsWorks) WaitUntilInstanceStopped(input *DescribeInstancesInput) error
WaitUntilInstanceStopped uses the AWS OpsWorks API operation DescribeInstances to wait for a condition to be met before returning. If the condition is not meet within the max attempt window an error will be returned.
func (*OpsWorks) WaitUntilInstanceStoppedWithContext ¶ added in v1.8.0
func (c *OpsWorks) WaitUntilInstanceStoppedWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
WaitUntilInstanceStoppedWithContext is an extended version of WaitUntilInstanceStopped. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*OpsWorks) WaitUntilInstanceTerminated ¶ added in v0.10.3
func (c *OpsWorks) WaitUntilInstanceTerminated(input *DescribeInstancesInput) error
WaitUntilInstanceTerminated uses the AWS OpsWorks API operation DescribeInstances to wait for a condition to be met before returning. If the condition is not meet within the max attempt window an error will be returned.
func (*OpsWorks) WaitUntilInstanceTerminatedWithContext ¶ added in v1.8.0
func (c *OpsWorks) WaitUntilInstanceTerminatedWithContext(ctx aws.Context, input *DescribeInstancesInput, opts ...request.WaiterOption) error
WaitUntilInstanceTerminatedWithContext is an extended version of WaitUntilInstanceTerminated. With the support for passing in a context and options to configure the Waiter and the underlying request options.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type Permission ¶
type Permission struct { // Whether the user can use SSH. AllowSsh *bool `type:"boolean"` // Whether the user can use sudo. AllowSudo *bool `type:"boolean"` // The Amazon Resource Name (ARN) for an AWS Identity and Access Management // (IAM) role. For more information about IAM ARNs, see Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). IamUserArn *string `type:"string"` // The user's permission level, which must be the following: // // * deny // // * show // // * deploy // // * manage // // * iam_only // // For more information on the permissions associated with these levels, see // Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html) Level *string `type:"string"` // A stack ID. StackId *string `type:"string"` // contains filtered or unexported fields }
Describes stack or user permissions. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Permission
func (Permission) GoString ¶ added in v0.6.5
func (s Permission) GoString() string
GoString returns the string representation
func (*Permission) SetAllowSsh ¶ added in v1.5.0
func (s *Permission) SetAllowSsh(v bool) *Permission
SetAllowSsh sets the AllowSsh field's value.
func (*Permission) SetAllowSudo ¶ added in v1.5.0
func (s *Permission) SetAllowSudo(v bool) *Permission
SetAllowSudo sets the AllowSudo field's value.
func (*Permission) SetIamUserArn ¶ added in v1.5.0
func (s *Permission) SetIamUserArn(v string) *Permission
SetIamUserArn sets the IamUserArn field's value.
func (*Permission) SetLevel ¶ added in v1.5.0
func (s *Permission) SetLevel(v string) *Permission
SetLevel sets the Level field's value.
func (*Permission) SetStackId ¶ added in v1.5.0
func (s *Permission) SetStackId(v string) *Permission
SetStackId sets the StackId field's value.
func (Permission) String ¶ added in v0.6.5
func (s Permission) String() string
String returns the string representation
type RaidArray ¶ added in v0.9.5
type RaidArray struct { // The array's Availability Zone. For more information, see Regions and Endpoints // (http://docs.aws.amazon.com/general/latest/gr/rande.html). AvailabilityZone *string `type:"string"` // When the RAID array was created. CreatedAt *string `type:"string"` // The array's Linux device. For example /dev/mdadm0. Device *string `type:"string"` // The instance ID. InstanceId *string `type:"string"` // For PIOPS volumes, the IOPS per disk. Iops *int64 `type:"integer"` // The array's mount point. MountPoint *string `type:"string"` // The array name. Name *string `type:"string"` // The number of disks in the array. NumberOfDisks *int64 `type:"integer"` // The array ID. RaidArrayId *string `type:"string"` // The RAID level (http://en.wikipedia.org/wiki/Standard_RAID_levels). RaidLevel *int64 `type:"integer"` // The array's size. Size *int64 `type:"integer"` // The stack ID. StackId *string `type:"string"` // The volume type, standard or PIOPS. VolumeType *string `type:"string"` // contains filtered or unexported fields }
Describes an instance's RAID array. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RaidArray
func (*RaidArray) SetAvailabilityZone ¶ added in v1.5.0
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*RaidArray) SetCreatedAt ¶ added in v1.5.0
SetCreatedAt sets the CreatedAt field's value.
func (*RaidArray) SetInstanceId ¶ added in v1.5.0
SetInstanceId sets the InstanceId field's value.
func (*RaidArray) SetMountPoint ¶ added in v1.5.0
SetMountPoint sets the MountPoint field's value.
func (*RaidArray) SetNumberOfDisks ¶ added in v1.5.0
SetNumberOfDisks sets the NumberOfDisks field's value.
func (*RaidArray) SetRaidArrayId ¶ added in v1.5.0
SetRaidArrayId sets the RaidArrayId field's value.
func (*RaidArray) SetRaidLevel ¶ added in v1.5.0
SetRaidLevel sets the RaidLevel field's value.
func (*RaidArray) SetStackId ¶ added in v1.5.0
SetStackId sets the StackId field's value.
func (*RaidArray) SetVolumeType ¶ added in v1.5.0
SetVolumeType sets the VolumeType field's value.
type RdsDbInstance ¶ added in v0.9.5
type RdsDbInstance struct { // The instance's address. Address *string `type:"string"` // The DB instance identifier. DbInstanceIdentifier *string `type:"string"` // AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value. DbPassword *string `type:"string"` // The master user name. DbUser *string `type:"string"` // The instance's database engine. Engine *string `type:"string"` // Set to true if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. // AWS OpsWorks Stacks attempts to discover the instance only once. If this // value is set to true, you must deregister the instance, and then register // it again. MissingOnRds *bool `type:"boolean"` // The instance's ARN. RdsDbInstanceArn *string `type:"string"` // The instance's AWS region. Region *string `type:"string"` // The ID of the stack with which the instance is registered. StackId *string `type:"string"` // contains filtered or unexported fields }
Describes an Amazon RDS instance. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RdsDbInstance
func (RdsDbInstance) GoString ¶ added in v0.9.5
func (s RdsDbInstance) GoString() string
GoString returns the string representation
func (*RdsDbInstance) SetAddress ¶ added in v1.5.0
func (s *RdsDbInstance) SetAddress(v string) *RdsDbInstance
SetAddress sets the Address field's value.
func (*RdsDbInstance) SetDbInstanceIdentifier ¶ added in v1.5.0
func (s *RdsDbInstance) SetDbInstanceIdentifier(v string) *RdsDbInstance
SetDbInstanceIdentifier sets the DbInstanceIdentifier field's value.
func (*RdsDbInstance) SetDbPassword ¶ added in v1.5.0
func (s *RdsDbInstance) SetDbPassword(v string) *RdsDbInstance
SetDbPassword sets the DbPassword field's value.
func (*RdsDbInstance) SetDbUser ¶ added in v1.5.0
func (s *RdsDbInstance) SetDbUser(v string) *RdsDbInstance
SetDbUser sets the DbUser field's value.
func (*RdsDbInstance) SetEngine ¶ added in v1.5.0
func (s *RdsDbInstance) SetEngine(v string) *RdsDbInstance
SetEngine sets the Engine field's value.
func (*RdsDbInstance) SetMissingOnRds ¶ added in v1.5.0
func (s *RdsDbInstance) SetMissingOnRds(v bool) *RdsDbInstance
SetMissingOnRds sets the MissingOnRds field's value.
func (*RdsDbInstance) SetRdsDbInstanceArn ¶ added in v1.5.0
func (s *RdsDbInstance) SetRdsDbInstanceArn(v string) *RdsDbInstance
SetRdsDbInstanceArn sets the RdsDbInstanceArn field's value.
func (*RdsDbInstance) SetRegion ¶ added in v1.5.0
func (s *RdsDbInstance) SetRegion(v string) *RdsDbInstance
SetRegion sets the Region field's value.
func (*RdsDbInstance) SetStackId ¶ added in v1.5.0
func (s *RdsDbInstance) SetStackId(v string) *RdsDbInstance
SetStackId sets the StackId field's value.
func (RdsDbInstance) String ¶ added in v0.9.5
func (s RdsDbInstance) String() string
String returns the string representation
type RebootInstanceInput ¶
type RebootInstanceInput struct { // The instance ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RebootInstanceRequest
func (RebootInstanceInput) GoString ¶ added in v0.6.5
func (s RebootInstanceInput) GoString() string
GoString returns the string representation
func (*RebootInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *RebootInstanceInput) SetInstanceId(v string) *RebootInstanceInput
SetInstanceId sets the InstanceId field's value.
func (RebootInstanceInput) String ¶ added in v0.6.5
func (s RebootInstanceInput) String() string
String returns the string representation
func (*RebootInstanceInput) Validate ¶ added in v1.1.21
func (s *RebootInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RebootInstanceOutput ¶
type RebootInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RebootInstanceOutput
func (RebootInstanceOutput) GoString ¶ added in v0.6.5
func (s RebootInstanceOutput) GoString() string
GoString returns the string representation
func (RebootInstanceOutput) String ¶ added in v0.6.5
func (s RebootInstanceOutput) String() string
String returns the string representation
type Recipes ¶
type Recipes struct { // An array of custom recipe names to be run following a configure event. Configure []*string `type:"list"` // An array of custom recipe names to be run following a deploy event. Deploy []*string `type:"list"` // An array of custom recipe names to be run following a setup event. Setup []*string `type:"list"` // An array of custom recipe names to be run following a shutdown event. Shutdown []*string `type:"list"` // An array of custom recipe names to be run following a undeploy event. Undeploy []*string `type:"list"` // contains filtered or unexported fields }
AWS OpsWorks Stacks supports five lifecycle events: setup, configuration, deploy, undeploy, and shutdown. For each layer, AWS OpsWorks Stacks runs a set of standard recipes for each event. In addition, you can provide custom recipes for any or all layers and events. AWS OpsWorks Stacks runs custom event recipes after the standard recipes. LayerCustomRecipes specifies the custom recipes for a particular layer to be run in response to each of the five events.
To specify a recipe, use the cookbook's directory name in the repository followed by two colons and the recipe name, which is the recipe's file name without the .rb extension. For example: phpapp2::dbsetup specifies the dbsetup.rb recipe in the repository's phpapp2 folder. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Recipes
func (*Recipes) SetConfigure ¶ added in v1.5.0
SetConfigure sets the Configure field's value.
func (*Recipes) SetShutdown ¶ added in v1.5.0
SetShutdown sets the Shutdown field's value.
func (*Recipes) SetUndeploy ¶ added in v1.5.0
SetUndeploy sets the Undeploy field's value.
type RegisterEcsClusterInput ¶ added in v0.7.1
type RegisterEcsClusterInput struct { // The cluster's ARN. // // EcsClusterArn is a required field EcsClusterArn *string `type:"string" required:"true"` // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterEcsClusterRequest
func (RegisterEcsClusterInput) GoString ¶ added in v0.7.1
func (s RegisterEcsClusterInput) GoString() string
GoString returns the string representation
func (*RegisterEcsClusterInput) SetEcsClusterArn ¶ added in v1.5.0
func (s *RegisterEcsClusterInput) SetEcsClusterArn(v string) *RegisterEcsClusterInput
SetEcsClusterArn sets the EcsClusterArn field's value.
func (*RegisterEcsClusterInput) SetStackId ¶ added in v1.5.0
func (s *RegisterEcsClusterInput) SetStackId(v string) *RegisterEcsClusterInput
SetStackId sets the StackId field's value.
func (RegisterEcsClusterInput) String ¶ added in v0.7.1
func (s RegisterEcsClusterInput) String() string
String returns the string representation
func (*RegisterEcsClusterInput) Validate ¶ added in v1.1.21
func (s *RegisterEcsClusterInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterEcsClusterOutput ¶ added in v0.7.1
type RegisterEcsClusterOutput struct { // The cluster's ARN. EcsClusterArn *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a RegisterEcsCluster request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterEcsClusterResult
func (RegisterEcsClusterOutput) GoString ¶ added in v0.7.1
func (s RegisterEcsClusterOutput) GoString() string
GoString returns the string representation
func (*RegisterEcsClusterOutput) SetEcsClusterArn ¶ added in v1.5.0
func (s *RegisterEcsClusterOutput) SetEcsClusterArn(v string) *RegisterEcsClusterOutput
SetEcsClusterArn sets the EcsClusterArn field's value.
func (RegisterEcsClusterOutput) String ¶ added in v0.7.1
func (s RegisterEcsClusterOutput) String() string
String returns the string representation
type RegisterElasticIpInput ¶ added in v0.9.5
type RegisterElasticIpInput struct { // The Elastic IP address. // // ElasticIp is a required field ElasticIp *string `type:"string" required:"true"` // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterElasticIpRequest
func (RegisterElasticIpInput) GoString ¶ added in v0.9.5
func (s RegisterElasticIpInput) GoString() string
GoString returns the string representation
func (*RegisterElasticIpInput) SetElasticIp ¶ added in v1.5.0
func (s *RegisterElasticIpInput) SetElasticIp(v string) *RegisterElasticIpInput
SetElasticIp sets the ElasticIp field's value.
func (*RegisterElasticIpInput) SetStackId ¶ added in v1.5.0
func (s *RegisterElasticIpInput) SetStackId(v string) *RegisterElasticIpInput
SetStackId sets the StackId field's value.
func (RegisterElasticIpInput) String ¶ added in v0.9.5
func (s RegisterElasticIpInput) String() string
String returns the string representation
func (*RegisterElasticIpInput) Validate ¶ added in v1.1.21
func (s *RegisterElasticIpInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterElasticIpOutput ¶ added in v0.9.5
type RegisterElasticIpOutput struct { // The Elastic IP address. ElasticIp *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a RegisterElasticIp request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterElasticIpResult
func (RegisterElasticIpOutput) GoString ¶ added in v0.9.5
func (s RegisterElasticIpOutput) GoString() string
GoString returns the string representation
func (*RegisterElasticIpOutput) SetElasticIp ¶ added in v1.5.0
func (s *RegisterElasticIpOutput) SetElasticIp(v string) *RegisterElasticIpOutput
SetElasticIp sets the ElasticIp field's value.
func (RegisterElasticIpOutput) String ¶ added in v0.9.5
func (s RegisterElasticIpOutput) String() string
String returns the string representation
type RegisterInstanceInput ¶
type RegisterInstanceInput struct { // The instance's hostname. Hostname *string `type:"string"` // An InstanceIdentity object that contains the instance's identity. InstanceIdentity *InstanceIdentity `type:"structure"` // The instance's private IP address. PrivateIp *string `type:"string"` // The instance's public IP address. PublicIp *string `type:"string"` // The instances public RSA key. This key is used to encrypt communication between // the instance and the service. RsaPublicKey *string `type:"string"` // The instances public RSA key fingerprint. RsaPublicKeyFingerprint *string `type:"string"` // The ID of the stack that the instance is to be registered with. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterInstanceRequest
func (RegisterInstanceInput) GoString ¶ added in v0.6.5
func (s RegisterInstanceInput) GoString() string
GoString returns the string representation
func (*RegisterInstanceInput) SetHostname ¶ added in v1.5.0
func (s *RegisterInstanceInput) SetHostname(v string) *RegisterInstanceInput
SetHostname sets the Hostname field's value.
func (*RegisterInstanceInput) SetInstanceIdentity ¶ added in v1.5.0
func (s *RegisterInstanceInput) SetInstanceIdentity(v *InstanceIdentity) *RegisterInstanceInput
SetInstanceIdentity sets the InstanceIdentity field's value.
func (*RegisterInstanceInput) SetPrivateIp ¶ added in v1.5.0
func (s *RegisterInstanceInput) SetPrivateIp(v string) *RegisterInstanceInput
SetPrivateIp sets the PrivateIp field's value.
func (*RegisterInstanceInput) SetPublicIp ¶ added in v1.5.0
func (s *RegisterInstanceInput) SetPublicIp(v string) *RegisterInstanceInput
SetPublicIp sets the PublicIp field's value.
func (*RegisterInstanceInput) SetRsaPublicKey ¶ added in v1.5.0
func (s *RegisterInstanceInput) SetRsaPublicKey(v string) *RegisterInstanceInput
SetRsaPublicKey sets the RsaPublicKey field's value.
func (*RegisterInstanceInput) SetRsaPublicKeyFingerprint ¶ added in v1.5.0
func (s *RegisterInstanceInput) SetRsaPublicKeyFingerprint(v string) *RegisterInstanceInput
SetRsaPublicKeyFingerprint sets the RsaPublicKeyFingerprint field's value.
func (*RegisterInstanceInput) SetStackId ¶ added in v1.5.0
func (s *RegisterInstanceInput) SetStackId(v string) *RegisterInstanceInput
SetStackId sets the StackId field's value.
func (RegisterInstanceInput) String ¶ added in v0.6.5
func (s RegisterInstanceInput) String() string
String returns the string representation
func (*RegisterInstanceInput) Validate ¶ added in v1.1.21
func (s *RegisterInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterInstanceOutput ¶
type RegisterInstanceOutput struct { // The registered instance's AWS OpsWorks Stacks ID. InstanceId *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a RegisterInstanceResult request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterInstanceResult
func (RegisterInstanceOutput) GoString ¶ added in v0.6.5
func (s RegisterInstanceOutput) GoString() string
GoString returns the string representation
func (*RegisterInstanceOutput) SetInstanceId ¶ added in v1.5.0
func (s *RegisterInstanceOutput) SetInstanceId(v string) *RegisterInstanceOutput
SetInstanceId sets the InstanceId field's value.
func (RegisterInstanceOutput) String ¶ added in v0.6.5
func (s RegisterInstanceOutput) String() string
String returns the string representation
type RegisterRdsDbInstanceInput ¶ added in v0.9.5
type RegisterRdsDbInstanceInput struct { // The database password. // // DbPassword is a required field DbPassword *string `type:"string" required:"true"` // The database's master user name. // // DbUser is a required field DbUser *string `type:"string" required:"true"` // The Amazon RDS instance's ARN. // // RdsDbInstanceArn is a required field RdsDbInstanceArn *string `type:"string" required:"true"` // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterRdsDbInstanceRequest
func (RegisterRdsDbInstanceInput) GoString ¶ added in v0.9.5
func (s RegisterRdsDbInstanceInput) GoString() string
GoString returns the string representation
func (*RegisterRdsDbInstanceInput) SetDbPassword ¶ added in v1.5.0
func (s *RegisterRdsDbInstanceInput) SetDbPassword(v string) *RegisterRdsDbInstanceInput
SetDbPassword sets the DbPassword field's value.
func (*RegisterRdsDbInstanceInput) SetDbUser ¶ added in v1.5.0
func (s *RegisterRdsDbInstanceInput) SetDbUser(v string) *RegisterRdsDbInstanceInput
SetDbUser sets the DbUser field's value.
func (*RegisterRdsDbInstanceInput) SetRdsDbInstanceArn ¶ added in v1.5.0
func (s *RegisterRdsDbInstanceInput) SetRdsDbInstanceArn(v string) *RegisterRdsDbInstanceInput
SetRdsDbInstanceArn sets the RdsDbInstanceArn field's value.
func (*RegisterRdsDbInstanceInput) SetStackId ¶ added in v1.5.0
func (s *RegisterRdsDbInstanceInput) SetStackId(v string) *RegisterRdsDbInstanceInput
SetStackId sets the StackId field's value.
func (RegisterRdsDbInstanceInput) String ¶ added in v0.9.5
func (s RegisterRdsDbInstanceInput) String() string
String returns the string representation
func (*RegisterRdsDbInstanceInput) Validate ¶ added in v1.1.21
func (s *RegisterRdsDbInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterRdsDbInstanceOutput ¶ added in v0.9.5
type RegisterRdsDbInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterRdsDbInstanceOutput
func (RegisterRdsDbInstanceOutput) GoString ¶ added in v0.9.5
func (s RegisterRdsDbInstanceOutput) GoString() string
GoString returns the string representation
func (RegisterRdsDbInstanceOutput) String ¶ added in v0.9.5
func (s RegisterRdsDbInstanceOutput) String() string
String returns the string representation
type RegisterVolumeInput ¶
type RegisterVolumeInput struct { // The Amazon EBS volume ID. Ec2VolumeId *string `type:"string"` // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterVolumeRequest
func (RegisterVolumeInput) GoString ¶ added in v0.6.5
func (s RegisterVolumeInput) GoString() string
GoString returns the string representation
func (*RegisterVolumeInput) SetEc2VolumeId ¶ added in v1.5.0
func (s *RegisterVolumeInput) SetEc2VolumeId(v string) *RegisterVolumeInput
SetEc2VolumeId sets the Ec2VolumeId field's value.
func (*RegisterVolumeInput) SetStackId ¶ added in v1.5.0
func (s *RegisterVolumeInput) SetStackId(v string) *RegisterVolumeInput
SetStackId sets the StackId field's value.
func (RegisterVolumeInput) String ¶ added in v0.6.5
func (s RegisterVolumeInput) String() string
String returns the string representation
func (*RegisterVolumeInput) Validate ¶ added in v1.1.21
func (s *RegisterVolumeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterVolumeOutput ¶
type RegisterVolumeOutput struct { // The volume ID. VolumeId *string `type:"string"` // contains filtered or unexported fields }
Contains the response to a RegisterVolume request. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/RegisterVolumeResult
func (RegisterVolumeOutput) GoString ¶ added in v0.6.5
func (s RegisterVolumeOutput) GoString() string
GoString returns the string representation
func (*RegisterVolumeOutput) SetVolumeId ¶ added in v1.5.0
func (s *RegisterVolumeOutput) SetVolumeId(v string) *RegisterVolumeOutput
SetVolumeId sets the VolumeId field's value.
func (RegisterVolumeOutput) String ¶ added in v0.6.5
func (s RegisterVolumeOutput) String() string
String returns the string representation
type ReportedOs ¶
type ReportedOs struct { // The operating system family. Family *string `type:"string"` // The operating system name. Name *string `type:"string"` // The operating system version. Version *string `type:"string"` // contains filtered or unexported fields }
A registered instance's reported operating system. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/ReportedOs
func (ReportedOs) GoString ¶ added in v0.6.5
func (s ReportedOs) GoString() string
GoString returns the string representation
func (*ReportedOs) SetFamily ¶ added in v1.5.0
func (s *ReportedOs) SetFamily(v string) *ReportedOs
SetFamily sets the Family field's value.
func (*ReportedOs) SetName ¶ added in v1.5.0
func (s *ReportedOs) SetName(v string) *ReportedOs
SetName sets the Name field's value.
func (*ReportedOs) SetVersion ¶ added in v1.5.0
func (s *ReportedOs) SetVersion(v string) *ReportedOs
SetVersion sets the Version field's value.
func (ReportedOs) String ¶ added in v0.6.5
func (s ReportedOs) String() string
String returns the string representation
type SelfUserProfile ¶
type SelfUserProfile struct { // The user's IAM ARN. IamUserArn *string `type:"string"` // The user's name. Name *string `type:"string"` // The user's SSH public key. SshPublicKey *string `type:"string"` // The user's SSH user name. SshUsername *string `type:"string"` // contains filtered or unexported fields }
Describes a user's SSH information. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SelfUserProfile
func (SelfUserProfile) GoString ¶ added in v0.6.5
func (s SelfUserProfile) GoString() string
GoString returns the string representation
func (*SelfUserProfile) SetIamUserArn ¶ added in v1.5.0
func (s *SelfUserProfile) SetIamUserArn(v string) *SelfUserProfile
SetIamUserArn sets the IamUserArn field's value.
func (*SelfUserProfile) SetName ¶ added in v1.5.0
func (s *SelfUserProfile) SetName(v string) *SelfUserProfile
SetName sets the Name field's value.
func (*SelfUserProfile) SetSshPublicKey ¶ added in v1.5.0
func (s *SelfUserProfile) SetSshPublicKey(v string) *SelfUserProfile
SetSshPublicKey sets the SshPublicKey field's value.
func (*SelfUserProfile) SetSshUsername ¶ added in v1.5.0
func (s *SelfUserProfile) SetSshUsername(v string) *SelfUserProfile
SetSshUsername sets the SshUsername field's value.
func (SelfUserProfile) String ¶ added in v0.6.5
func (s SelfUserProfile) String() string
String returns the string representation
type ServiceError ¶
type ServiceError struct { // When the error occurred. CreatedAt *string `type:"string"` // The instance ID. InstanceId *string `type:"string"` // A message that describes the error. Message *string `type:"string"` // The error ID. ServiceErrorId *string `type:"string"` // The stack ID. StackId *string `type:"string"` // The error type. Type *string `type:"string"` // contains filtered or unexported fields }
Describes an AWS OpsWorks Stacks service error. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/ServiceError
func (ServiceError) GoString ¶ added in v0.6.5
func (s ServiceError) GoString() string
GoString returns the string representation
func (*ServiceError) SetCreatedAt ¶ added in v1.5.0
func (s *ServiceError) SetCreatedAt(v string) *ServiceError
SetCreatedAt sets the CreatedAt field's value.
func (*ServiceError) SetInstanceId ¶ added in v1.5.0
func (s *ServiceError) SetInstanceId(v string) *ServiceError
SetInstanceId sets the InstanceId field's value.
func (*ServiceError) SetMessage ¶ added in v1.5.0
func (s *ServiceError) SetMessage(v string) *ServiceError
SetMessage sets the Message field's value.
func (*ServiceError) SetServiceErrorId ¶ added in v1.5.0
func (s *ServiceError) SetServiceErrorId(v string) *ServiceError
SetServiceErrorId sets the ServiceErrorId field's value.
func (*ServiceError) SetStackId ¶ added in v1.5.0
func (s *ServiceError) SetStackId(v string) *ServiceError
SetStackId sets the StackId field's value.
func (*ServiceError) SetType ¶ added in v1.5.0
func (s *ServiceError) SetType(v string) *ServiceError
SetType sets the Type field's value.
func (ServiceError) String ¶ added in v0.6.5
func (s ServiceError) String() string
String returns the string representation
type SetLoadBasedAutoScalingInput ¶
type SetLoadBasedAutoScalingInput struct { // An AutoScalingThresholds object with the downscaling threshold configuration. // If the load falls below these thresholds for a specified amount of time, // AWS OpsWorks Stacks stops a specified number of instances. DownScaling *AutoScalingThresholds `type:"structure"` // Enables load-based auto scaling for the layer. Enable *bool `type:"boolean"` // The layer ID. // // LayerId is a required field LayerId *string `type:"string" required:"true"` // An AutoScalingThresholds object with the upscaling threshold configuration. // If the load exceeds these thresholds for a specified amount of time, AWS // OpsWorks Stacks starts a specified number of instances. UpScaling *AutoScalingThresholds `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetLoadBasedAutoScalingRequest
func (SetLoadBasedAutoScalingInput) GoString ¶ added in v0.6.5
func (s SetLoadBasedAutoScalingInput) GoString() string
GoString returns the string representation
func (*SetLoadBasedAutoScalingInput) SetDownScaling ¶ added in v1.5.0
func (s *SetLoadBasedAutoScalingInput) SetDownScaling(v *AutoScalingThresholds) *SetLoadBasedAutoScalingInput
SetDownScaling sets the DownScaling field's value.
func (*SetLoadBasedAutoScalingInput) SetEnable ¶ added in v1.5.0
func (s *SetLoadBasedAutoScalingInput) SetEnable(v bool) *SetLoadBasedAutoScalingInput
SetEnable sets the Enable field's value.
func (*SetLoadBasedAutoScalingInput) SetLayerId ¶ added in v1.5.0
func (s *SetLoadBasedAutoScalingInput) SetLayerId(v string) *SetLoadBasedAutoScalingInput
SetLayerId sets the LayerId field's value.
func (*SetLoadBasedAutoScalingInput) SetUpScaling ¶ added in v1.5.0
func (s *SetLoadBasedAutoScalingInput) SetUpScaling(v *AutoScalingThresholds) *SetLoadBasedAutoScalingInput
SetUpScaling sets the UpScaling field's value.
func (SetLoadBasedAutoScalingInput) String ¶ added in v0.6.5
func (s SetLoadBasedAutoScalingInput) String() string
String returns the string representation
func (*SetLoadBasedAutoScalingInput) Validate ¶ added in v1.1.21
func (s *SetLoadBasedAutoScalingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetLoadBasedAutoScalingOutput ¶
type SetLoadBasedAutoScalingOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetLoadBasedAutoScalingOutput
func (SetLoadBasedAutoScalingOutput) GoString ¶ added in v0.6.5
func (s SetLoadBasedAutoScalingOutput) GoString() string
GoString returns the string representation
func (SetLoadBasedAutoScalingOutput) String ¶ added in v0.6.5
func (s SetLoadBasedAutoScalingOutput) String() string
String returns the string representation
type SetPermissionInput ¶
type SetPermissionInput struct { // The user is allowed to use SSH to communicate with the instance. AllowSsh *bool `type:"boolean"` // The user is allowed to use sudo to elevate privileges. AllowSudo *bool `type:"boolean"` // The user's IAM ARN. This can also be a federated user's ARN. // // IamUserArn is a required field IamUserArn *string `type:"string" required:"true"` // The user's permission level, which must be set to one of the following strings. // You cannot set your own permissions level. // // * deny // // * show // // * deploy // // * manage // // * iam_only // // For more information on the permissions associated with these levels, see // Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html). Level *string `type:"string"` // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetPermissionRequest
func (SetPermissionInput) GoString ¶ added in v0.6.5
func (s SetPermissionInput) GoString() string
GoString returns the string representation
func (*SetPermissionInput) SetAllowSsh ¶ added in v1.5.0
func (s *SetPermissionInput) SetAllowSsh(v bool) *SetPermissionInput
SetAllowSsh sets the AllowSsh field's value.
func (*SetPermissionInput) SetAllowSudo ¶ added in v1.5.0
func (s *SetPermissionInput) SetAllowSudo(v bool) *SetPermissionInput
SetAllowSudo sets the AllowSudo field's value.
func (*SetPermissionInput) SetIamUserArn ¶ added in v1.5.0
func (s *SetPermissionInput) SetIamUserArn(v string) *SetPermissionInput
SetIamUserArn sets the IamUserArn field's value.
func (*SetPermissionInput) SetLevel ¶ added in v1.5.0
func (s *SetPermissionInput) SetLevel(v string) *SetPermissionInput
SetLevel sets the Level field's value.
func (*SetPermissionInput) SetStackId ¶ added in v1.5.0
func (s *SetPermissionInput) SetStackId(v string) *SetPermissionInput
SetStackId sets the StackId field's value.
func (SetPermissionInput) String ¶ added in v0.6.5
func (s SetPermissionInput) String() string
String returns the string representation
func (*SetPermissionInput) Validate ¶ added in v1.1.21
func (s *SetPermissionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetPermissionOutput ¶
type SetPermissionOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetPermissionOutput
func (SetPermissionOutput) GoString ¶ added in v0.6.5
func (s SetPermissionOutput) GoString() string
GoString returns the string representation
func (SetPermissionOutput) String ¶ added in v0.6.5
func (s SetPermissionOutput) String() string
String returns the string representation
type SetTimeBasedAutoScalingInput ¶
type SetTimeBasedAutoScalingInput struct { // An AutoScalingSchedule with the instance schedule. AutoScalingSchedule *WeeklyAutoScalingSchedule `type:"structure"` // The instance ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetTimeBasedAutoScalingRequest
func (SetTimeBasedAutoScalingInput) GoString ¶ added in v0.6.5
func (s SetTimeBasedAutoScalingInput) GoString() string
GoString returns the string representation
func (*SetTimeBasedAutoScalingInput) SetAutoScalingSchedule ¶ added in v1.5.0
func (s *SetTimeBasedAutoScalingInput) SetAutoScalingSchedule(v *WeeklyAutoScalingSchedule) *SetTimeBasedAutoScalingInput
SetAutoScalingSchedule sets the AutoScalingSchedule field's value.
func (*SetTimeBasedAutoScalingInput) SetInstanceId ¶ added in v1.5.0
func (s *SetTimeBasedAutoScalingInput) SetInstanceId(v string) *SetTimeBasedAutoScalingInput
SetInstanceId sets the InstanceId field's value.
func (SetTimeBasedAutoScalingInput) String ¶ added in v0.6.5
func (s SetTimeBasedAutoScalingInput) String() string
String returns the string representation
func (*SetTimeBasedAutoScalingInput) Validate ¶ added in v1.1.21
func (s *SetTimeBasedAutoScalingInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type SetTimeBasedAutoScalingOutput ¶
type SetTimeBasedAutoScalingOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SetTimeBasedAutoScalingOutput
func (SetTimeBasedAutoScalingOutput) GoString ¶ added in v0.6.5
func (s SetTimeBasedAutoScalingOutput) GoString() string
GoString returns the string representation
func (SetTimeBasedAutoScalingOutput) String ¶ added in v0.6.5
func (s SetTimeBasedAutoScalingOutput) String() string
String returns the string representation
type ShutdownEventConfiguration ¶
type ShutdownEventConfiguration struct { // Whether to enable Elastic Load Balancing connection draining. For more information, // see Connection Draining (http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/TerminologyandKeyConcepts.html#conn-drain) DelayUntilElbConnectionsDrained *bool `type:"boolean"` // The time, in seconds, that AWS OpsWorks Stacks will wait after triggering // a Shutdown event before shutting down an instance. ExecutionTimeout *int64 `type:"integer"` // contains filtered or unexported fields }
The Shutdown event configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/ShutdownEventConfiguration
func (ShutdownEventConfiguration) GoString ¶ added in v0.6.5
func (s ShutdownEventConfiguration) GoString() string
GoString returns the string representation
func (*ShutdownEventConfiguration) SetDelayUntilElbConnectionsDrained ¶ added in v1.5.0
func (s *ShutdownEventConfiguration) SetDelayUntilElbConnectionsDrained(v bool) *ShutdownEventConfiguration
SetDelayUntilElbConnectionsDrained sets the DelayUntilElbConnectionsDrained field's value.
func (*ShutdownEventConfiguration) SetExecutionTimeout ¶ added in v1.5.0
func (s *ShutdownEventConfiguration) SetExecutionTimeout(v int64) *ShutdownEventConfiguration
SetExecutionTimeout sets the ExecutionTimeout field's value.
func (ShutdownEventConfiguration) String ¶ added in v0.6.5
func (s ShutdownEventConfiguration) String() string
String returns the string representation
type Source ¶
type Source struct { // When included in a request, the parameter depends on the repository type. // // * For Amazon S3 bundles, set Password to the appropriate IAM secret access // key. // // * For HTTP bundles and Subversion repositories, set Password to the password. // // For more information on how to safely handle IAM credentials, see http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html // (http://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html). // // In responses, AWS OpsWorks Stacks returns *****FILTERED***** instead of the // actual value. Password *string `type:"string"` // The application's version. AWS OpsWorks Stacks enables you to easily deploy // new versions of an application. One of the simplest approaches is to have // branches or revisions in your repository that represent different versions // that can potentially be deployed. Revision *string `type:"string"` // In requests, the repository's SSH key. // // In responses, AWS OpsWorks Stacks returns *****FILTERED***** instead of the // actual value. SshKey *string `type:"string"` // The repository type. Type *string `type:"string" enum:"SourceType"` // The source URL. Url *string `type:"string"` // This parameter depends on the repository type. // // * For Amazon S3 bundles, set Username to the appropriate IAM access key // ID. // // * For HTTP bundles, Git repositories, and Subversion repositories, set // Username to the user name. Username *string `type:"string"` // contains filtered or unexported fields }
Contains the information required to retrieve an app or cookbook from a repository. For more information, see Creating Apps (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html) or Custom Recipes and Cookbooks (http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook.html). Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Source
func (*Source) SetPassword ¶ added in v1.5.0
SetPassword sets the Password field's value.
func (*Source) SetRevision ¶ added in v1.5.0
SetRevision sets the Revision field's value.
func (*Source) SetUsername ¶ added in v1.5.0
SetUsername sets the Username field's value.
type SslConfiguration ¶ added in v0.9.5
type SslConfiguration struct { // The contents of the certificate's domain.crt file. // // Certificate is a required field Certificate *string `type:"string" required:"true"` // Optional. Can be used to specify an intermediate certificate authority key // or client authentication. Chain *string `type:"string"` // The private key; the contents of the certificate's domain.kex file. // // PrivateKey is a required field PrivateKey *string `type:"string" required:"true"` // contains filtered or unexported fields }
Describes an app's SSL configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/SslConfiguration
func (SslConfiguration) GoString ¶ added in v0.9.5
func (s SslConfiguration) GoString() string
GoString returns the string representation
func (*SslConfiguration) SetCertificate ¶ added in v1.5.0
func (s *SslConfiguration) SetCertificate(v string) *SslConfiguration
SetCertificate sets the Certificate field's value.
func (*SslConfiguration) SetChain ¶ added in v1.5.0
func (s *SslConfiguration) SetChain(v string) *SslConfiguration
SetChain sets the Chain field's value.
func (*SslConfiguration) SetPrivateKey ¶ added in v1.5.0
func (s *SslConfiguration) SetPrivateKey(v string) *SslConfiguration
SetPrivateKey sets the PrivateKey field's value.
func (SslConfiguration) String ¶ added in v0.9.5
func (s SslConfiguration) String() string
String returns the string representation
func (*SslConfiguration) Validate ¶ added in v1.1.21
func (s *SslConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Stack ¶
type Stack struct { // The agent version. This parameter is set to LATEST for auto-update. or a // version number for a fixed agent version. AgentVersion *string `type:"string"` // The stack's ARN. Arn *string `type:"string"` // The stack's attributes. Attributes map[string]*string `type:"map"` // A ChefConfiguration object that specifies whether to enable Berkshelf and // the Berkshelf version. For more information, see Create a New Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html). ChefConfiguration *ChefConfiguration `type:"structure"` // The configuration manager. ConfigurationManager *StackConfigurationManager `type:"structure"` // The date when the stack was created. CreatedAt *string `type:"string"` // Contains the information required to retrieve an app or cookbook from a repository. // For more information, see Creating Apps (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html) // or Custom Recipes and Cookbooks (http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook.html). CustomCookbooksSource *Source `type:"structure"` // A JSON object that contains user-defined attributes to be added to the stack // configuration and deployment attributes. You can use custom JSON to override // the corresponding default stack configuration attribute values or to pass // data to recipes. The string should be in the following format: // // "{\"key1\": \"value1\", \"key2\": \"value2\",...}" // // For more information on custom JSON, see Use Custom JSON to Modify the Stack // Configuration Attributes (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html). CustomJson *string `type:"string"` // The stack's default Availability Zone. For more information, see Regions // and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html). DefaultAvailabilityZone *string `type:"string"` // The ARN of an IAM profile that is the default profile for all of the stack's // EC2 instances. For more information about IAM ARNs, see Using Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). DefaultInstanceProfileArn *string `type:"string"` // The stack's default operating system. DefaultOs *string `type:"string"` // The default root device type. This value is used by default for all instances // in the stack, but you can override it when you create an instance. For more // information, see Storage for the Root Device (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device). DefaultRootDeviceType *string `type:"string" enum:"RootDeviceType"` // A default Amazon EC2 key pair for the stack's instances. You can override // this value when you create or update an instance. DefaultSshKeyName *string `type:"string"` // The default subnet ID; applicable only if the stack is running in a VPC. DefaultSubnetId *string `type:"string"` // The stack host name theme, with spaces replaced by underscores. HostnameTheme *string `type:"string"` // The stack name. Name *string `type:"string"` // The stack AWS region, such as "ap-northeast-2". For more information about // AWS regions, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html). Region *string `type:"string"` // The stack AWS Identity and Access Management (IAM) role. ServiceRoleArn *string `type:"string"` // The stack ID. StackId *string `type:"string"` // Whether the stack uses custom cookbooks. UseCustomCookbooks *bool `type:"boolean"` // Whether the stack automatically associates the AWS OpsWorks Stacks built-in // security groups with the stack's layers. UseOpsworksSecurityGroups *bool `type:"boolean"` // The VPC ID; applicable only if the stack is running in a VPC. VpcId *string `type:"string"` // contains filtered or unexported fields }
Describes a stack. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Stack
func (*Stack) SetAgentVersion ¶ added in v1.5.0
SetAgentVersion sets the AgentVersion field's value.
func (*Stack) SetAttributes ¶ added in v1.5.0
SetAttributes sets the Attributes field's value.
func (*Stack) SetChefConfiguration ¶ added in v1.5.0
func (s *Stack) SetChefConfiguration(v *ChefConfiguration) *Stack
SetChefConfiguration sets the ChefConfiguration field's value.
func (*Stack) SetConfigurationManager ¶ added in v1.5.0
func (s *Stack) SetConfigurationManager(v *StackConfigurationManager) *Stack
SetConfigurationManager sets the ConfigurationManager field's value.
func (*Stack) SetCreatedAt ¶ added in v1.5.0
SetCreatedAt sets the CreatedAt field's value.
func (*Stack) SetCustomCookbooksSource ¶ added in v1.5.0
SetCustomCookbooksSource sets the CustomCookbooksSource field's value.
func (*Stack) SetCustomJson ¶ added in v1.5.0
SetCustomJson sets the CustomJson field's value.
func (*Stack) SetDefaultAvailabilityZone ¶ added in v1.5.0
SetDefaultAvailabilityZone sets the DefaultAvailabilityZone field's value.
func (*Stack) SetDefaultInstanceProfileArn ¶ added in v1.5.0
SetDefaultInstanceProfileArn sets the DefaultInstanceProfileArn field's value.
func (*Stack) SetDefaultOs ¶ added in v1.5.0
SetDefaultOs sets the DefaultOs field's value.
func (*Stack) SetDefaultRootDeviceType ¶ added in v1.5.0
SetDefaultRootDeviceType sets the DefaultRootDeviceType field's value.
func (*Stack) SetDefaultSshKeyName ¶ added in v1.5.0
SetDefaultSshKeyName sets the DefaultSshKeyName field's value.
func (*Stack) SetDefaultSubnetId ¶ added in v1.5.0
SetDefaultSubnetId sets the DefaultSubnetId field's value.
func (*Stack) SetHostnameTheme ¶ added in v1.5.0
SetHostnameTheme sets the HostnameTheme field's value.
func (*Stack) SetServiceRoleArn ¶ added in v1.5.0
SetServiceRoleArn sets the ServiceRoleArn field's value.
func (*Stack) SetStackId ¶ added in v1.5.0
SetStackId sets the StackId field's value.
func (*Stack) SetUseCustomCookbooks ¶ added in v1.5.0
SetUseCustomCookbooks sets the UseCustomCookbooks field's value.
func (*Stack) SetUseOpsworksSecurityGroups ¶ added in v1.5.0
SetUseOpsworksSecurityGroups sets the UseOpsworksSecurityGroups field's value.
type StackConfigurationManager ¶
type StackConfigurationManager struct { // The name. This parameter must be set to "Chef". Name *string `type:"string"` // The Chef version. This parameter must be set to 12, 11.10, or 11.4 for Linux // stacks, and to 12.2 for Windows stacks. The default value for Linux stacks // is 11.4. Version *string `type:"string"` // contains filtered or unexported fields }
Describes the configuration manager. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StackConfigurationManager
func (StackConfigurationManager) GoString ¶ added in v0.6.5
func (s StackConfigurationManager) GoString() string
GoString returns the string representation
func (*StackConfigurationManager) SetName ¶ added in v1.5.0
func (s *StackConfigurationManager) SetName(v string) *StackConfigurationManager
SetName sets the Name field's value.
func (*StackConfigurationManager) SetVersion ¶ added in v1.5.0
func (s *StackConfigurationManager) SetVersion(v string) *StackConfigurationManager
SetVersion sets the Version field's value.
func (StackConfigurationManager) String ¶ added in v0.6.5
func (s StackConfigurationManager) String() string
String returns the string representation
type StackSummary ¶
type StackSummary struct { // The number of apps. AppsCount *int64 `type:"integer"` // The stack's ARN. Arn *string `type:"string"` // An InstancesCount object with the number of instances in each status. InstancesCount *InstancesCount `type:"structure"` // The number of layers. LayersCount *int64 `type:"integer"` // The stack name. Name *string `type:"string"` // The stack ID. StackId *string `type:"string"` // contains filtered or unexported fields }
Summarizes the number of layers, instances, and apps in a stack. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StackSummary
func (StackSummary) GoString ¶ added in v0.6.5
func (s StackSummary) GoString() string
GoString returns the string representation
func (*StackSummary) SetAppsCount ¶ added in v1.5.0
func (s *StackSummary) SetAppsCount(v int64) *StackSummary
SetAppsCount sets the AppsCount field's value.
func (*StackSummary) SetArn ¶ added in v1.5.0
func (s *StackSummary) SetArn(v string) *StackSummary
SetArn sets the Arn field's value.
func (*StackSummary) SetInstancesCount ¶ added in v1.5.0
func (s *StackSummary) SetInstancesCount(v *InstancesCount) *StackSummary
SetInstancesCount sets the InstancesCount field's value.
func (*StackSummary) SetLayersCount ¶ added in v1.5.0
func (s *StackSummary) SetLayersCount(v int64) *StackSummary
SetLayersCount sets the LayersCount field's value.
func (*StackSummary) SetName ¶ added in v1.5.0
func (s *StackSummary) SetName(v string) *StackSummary
SetName sets the Name field's value.
func (*StackSummary) SetStackId ¶ added in v1.5.0
func (s *StackSummary) SetStackId(v string) *StackSummary
SetStackId sets the StackId field's value.
func (StackSummary) String ¶ added in v0.6.5
func (s StackSummary) String() string
String returns the string representation
type StartInstanceInput ¶
type StartInstanceInput struct { // The instance ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StartInstanceRequest
func (StartInstanceInput) GoString ¶ added in v0.6.5
func (s StartInstanceInput) GoString() string
GoString returns the string representation
func (*StartInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *StartInstanceInput) SetInstanceId(v string) *StartInstanceInput
SetInstanceId sets the InstanceId field's value.
func (StartInstanceInput) String ¶ added in v0.6.5
func (s StartInstanceInput) String() string
String returns the string representation
func (*StartInstanceInput) Validate ¶ added in v1.1.21
func (s *StartInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartInstanceOutput ¶
type StartInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StartInstanceOutput
func (StartInstanceOutput) GoString ¶ added in v0.6.5
func (s StartInstanceOutput) GoString() string
GoString returns the string representation
func (StartInstanceOutput) String ¶ added in v0.6.5
func (s StartInstanceOutput) String() string
String returns the string representation
type StartStackInput ¶
type StartStackInput struct { // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StartStackRequest
func (StartStackInput) GoString ¶ added in v0.6.5
func (s StartStackInput) GoString() string
GoString returns the string representation
func (*StartStackInput) SetStackId ¶ added in v1.5.0
func (s *StartStackInput) SetStackId(v string) *StartStackInput
SetStackId sets the StackId field's value.
func (StartStackInput) String ¶ added in v0.6.5
func (s StartStackInput) String() string
String returns the string representation
func (*StartStackInput) Validate ¶ added in v1.1.21
func (s *StartStackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartStackOutput ¶
type StartStackOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StartStackOutput
func (StartStackOutput) GoString ¶ added in v0.6.5
func (s StartStackOutput) GoString() string
GoString returns the string representation
func (StartStackOutput) String ¶ added in v0.6.5
func (s StartStackOutput) String() string
String returns the string representation
type StopInstanceInput ¶
type StopInstanceInput struct { // The instance ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopInstanceRequest
func (StopInstanceInput) GoString ¶ added in v0.6.5
func (s StopInstanceInput) GoString() string
GoString returns the string representation
func (*StopInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *StopInstanceInput) SetInstanceId(v string) *StopInstanceInput
SetInstanceId sets the InstanceId field's value.
func (StopInstanceInput) String ¶ added in v0.6.5
func (s StopInstanceInput) String() string
String returns the string representation
func (*StopInstanceInput) Validate ¶ added in v1.1.21
func (s *StopInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopInstanceOutput ¶
type StopInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopInstanceOutput
func (StopInstanceOutput) GoString ¶ added in v0.6.5
func (s StopInstanceOutput) GoString() string
GoString returns the string representation
func (StopInstanceOutput) String ¶ added in v0.6.5
func (s StopInstanceOutput) String() string
String returns the string representation
type StopStackInput ¶
type StopStackInput struct { // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopStackRequest
func (StopStackInput) GoString ¶ added in v0.6.5
func (s StopStackInput) GoString() string
GoString returns the string representation
func (*StopStackInput) SetStackId ¶ added in v1.5.0
func (s *StopStackInput) SetStackId(v string) *StopStackInput
SetStackId sets the StackId field's value.
func (StopStackInput) String ¶ added in v0.6.5
func (s StopStackInput) String() string
String returns the string representation
func (*StopStackInput) Validate ¶ added in v1.1.21
func (s *StopStackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StopStackOutput ¶
type StopStackOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/StopStackOutput
func (StopStackOutput) GoString ¶ added in v0.6.5
func (s StopStackOutput) GoString() string
GoString returns the string representation
func (StopStackOutput) String ¶ added in v0.6.5
func (s StopStackOutput) String() string
String returns the string representation
type TemporaryCredential ¶
type TemporaryCredential struct { // The instance's AWS OpsWorks Stacks ID. InstanceId *string `type:"string"` // The password. Password *string `type:"string"` // The user name. Username *string `type:"string"` // The length of time (in minutes) that the grant is valid. When the grant expires, // at the end of this period, the user will no longer be able to use the credentials // to log in. If they are logged in at the time, they will be automatically // logged out. ValidForInMinutes *int64 `type:"integer"` // contains filtered or unexported fields }
Contains the data needed by RDP clients such as the Microsoft Remote Desktop Connection to log in to the instance. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/TemporaryCredential
func (TemporaryCredential) GoString ¶ added in v0.6.5
func (s TemporaryCredential) GoString() string
GoString returns the string representation
func (*TemporaryCredential) SetInstanceId ¶ added in v1.5.0
func (s *TemporaryCredential) SetInstanceId(v string) *TemporaryCredential
SetInstanceId sets the InstanceId field's value.
func (*TemporaryCredential) SetPassword ¶ added in v1.5.0
func (s *TemporaryCredential) SetPassword(v string) *TemporaryCredential
SetPassword sets the Password field's value.
func (*TemporaryCredential) SetUsername ¶ added in v1.5.0
func (s *TemporaryCredential) SetUsername(v string) *TemporaryCredential
SetUsername sets the Username field's value.
func (*TemporaryCredential) SetValidForInMinutes ¶ added in v1.5.0
func (s *TemporaryCredential) SetValidForInMinutes(v int64) *TemporaryCredential
SetValidForInMinutes sets the ValidForInMinutes field's value.
func (TemporaryCredential) String ¶ added in v0.6.5
func (s TemporaryCredential) String() string
String returns the string representation
type TimeBasedAutoScalingConfiguration ¶
type TimeBasedAutoScalingConfiguration struct { // A WeeklyAutoScalingSchedule object with the instance schedule. AutoScalingSchedule *WeeklyAutoScalingSchedule `type:"structure"` // The instance ID. InstanceId *string `type:"string"` // contains filtered or unexported fields }
Describes an instance's time-based auto scaling configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/TimeBasedAutoScalingConfiguration
func (TimeBasedAutoScalingConfiguration) GoString ¶ added in v0.6.5
func (s TimeBasedAutoScalingConfiguration) GoString() string
GoString returns the string representation
func (*TimeBasedAutoScalingConfiguration) SetAutoScalingSchedule ¶ added in v1.5.0
func (s *TimeBasedAutoScalingConfiguration) SetAutoScalingSchedule(v *WeeklyAutoScalingSchedule) *TimeBasedAutoScalingConfiguration
SetAutoScalingSchedule sets the AutoScalingSchedule field's value.
func (*TimeBasedAutoScalingConfiguration) SetInstanceId ¶ added in v1.5.0
func (s *TimeBasedAutoScalingConfiguration) SetInstanceId(v string) *TimeBasedAutoScalingConfiguration
SetInstanceId sets the InstanceId field's value.
func (TimeBasedAutoScalingConfiguration) String ¶ added in v0.6.5
func (s TimeBasedAutoScalingConfiguration) String() string
String returns the string representation
type UnassignInstanceInput ¶
type UnassignInstanceInput struct { // The instance ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UnassignInstanceRequest
func (UnassignInstanceInput) GoString ¶ added in v0.6.5
func (s UnassignInstanceInput) GoString() string
GoString returns the string representation
func (*UnassignInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *UnassignInstanceInput) SetInstanceId(v string) *UnassignInstanceInput
SetInstanceId sets the InstanceId field's value.
func (UnassignInstanceInput) String ¶ added in v0.6.5
func (s UnassignInstanceInput) String() string
String returns the string representation
func (*UnassignInstanceInput) Validate ¶ added in v1.1.21
func (s *UnassignInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UnassignInstanceOutput ¶
type UnassignInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UnassignInstanceOutput
func (UnassignInstanceOutput) GoString ¶ added in v0.6.5
func (s UnassignInstanceOutput) GoString() string
GoString returns the string representation
func (UnassignInstanceOutput) String ¶ added in v0.6.5
func (s UnassignInstanceOutput) String() string
String returns the string representation
type UnassignVolumeInput ¶
type UnassignVolumeInput struct { // The volume ID. // // VolumeId is a required field VolumeId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UnassignVolumeRequest
func (UnassignVolumeInput) GoString ¶ added in v0.6.5
func (s UnassignVolumeInput) GoString() string
GoString returns the string representation
func (*UnassignVolumeInput) SetVolumeId ¶ added in v1.5.0
func (s *UnassignVolumeInput) SetVolumeId(v string) *UnassignVolumeInput
SetVolumeId sets the VolumeId field's value.
func (UnassignVolumeInput) String ¶ added in v0.6.5
func (s UnassignVolumeInput) String() string
String returns the string representation
func (*UnassignVolumeInput) Validate ¶ added in v1.1.21
func (s *UnassignVolumeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UnassignVolumeOutput ¶
type UnassignVolumeOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UnassignVolumeOutput
func (UnassignVolumeOutput) GoString ¶ added in v0.6.5
func (s UnassignVolumeOutput) GoString() string
GoString returns the string representation
func (UnassignVolumeOutput) String ¶ added in v0.6.5
func (s UnassignVolumeOutput) String() string
String returns the string representation
type UpdateAppInput ¶
type UpdateAppInput struct { // The app ID. // // AppId is a required field AppId *string `type:"string" required:"true"` // A Source object that specifies the app repository. AppSource *Source `type:"structure"` // One or more user-defined key/value pairs to be added to the stack attributes. Attributes map[string]*string `type:"map"` // The app's data sources. DataSources []*DataSource `type:"list"` // A description of the app. Description *string `type:"string"` // The app's virtual host settings, with multiple domains separated by commas. // For example: 'www.example.com, example.com' Domains []*string `type:"list"` // Whether SSL is enabled for the app. EnableSsl *bool `type:"boolean"` // An array of EnvironmentVariable objects that specify environment variables // to be associated with the app. After you deploy the app, these variables // are defined on the associated app server instances.For more information, // see Environment Variables (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html#workingapps-creating-environment). // // There is no specific limit on the number of environment variables. However, // the size of the associated data structure - which includes the variables' // names, values, and protected flag values - cannot exceed 10 KB (10240 Bytes). // This limit should accommodate most if not all use cases. Exceeding it will // cause an exception with the message, "Environment: is too large (maximum // is 10KB)." // // This parameter is supported only by Chef 11.10 stacks. If you have specified // one or more environment variables, you cannot modify the stack's Chef version. Environment []*EnvironmentVariable `type:"list"` // The app name. Name *string `type:"string"` // An SslConfiguration object with the SSL configuration. SslConfiguration *SslConfiguration `type:"structure"` // The app type. Type *string `type:"string" enum:"AppType"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateAppRequest
func (UpdateAppInput) GoString ¶ added in v0.6.5
func (s UpdateAppInput) GoString() string
GoString returns the string representation
func (*UpdateAppInput) SetAppId ¶ added in v1.5.0
func (s *UpdateAppInput) SetAppId(v string) *UpdateAppInput
SetAppId sets the AppId field's value.
func (*UpdateAppInput) SetAppSource ¶ added in v1.5.0
func (s *UpdateAppInput) SetAppSource(v *Source) *UpdateAppInput
SetAppSource sets the AppSource field's value.
func (*UpdateAppInput) SetAttributes ¶ added in v1.5.0
func (s *UpdateAppInput) SetAttributes(v map[string]*string) *UpdateAppInput
SetAttributes sets the Attributes field's value.
func (*UpdateAppInput) SetDataSources ¶ added in v1.5.0
func (s *UpdateAppInput) SetDataSources(v []*DataSource) *UpdateAppInput
SetDataSources sets the DataSources field's value.
func (*UpdateAppInput) SetDescription ¶ added in v1.5.0
func (s *UpdateAppInput) SetDescription(v string) *UpdateAppInput
SetDescription sets the Description field's value.
func (*UpdateAppInput) SetDomains ¶ added in v1.5.0
func (s *UpdateAppInput) SetDomains(v []*string) *UpdateAppInput
SetDomains sets the Domains field's value.
func (*UpdateAppInput) SetEnableSsl ¶ added in v1.5.0
func (s *UpdateAppInput) SetEnableSsl(v bool) *UpdateAppInput
SetEnableSsl sets the EnableSsl field's value.
func (*UpdateAppInput) SetEnvironment ¶ added in v1.5.0
func (s *UpdateAppInput) SetEnvironment(v []*EnvironmentVariable) *UpdateAppInput
SetEnvironment sets the Environment field's value.
func (*UpdateAppInput) SetName ¶ added in v1.5.0
func (s *UpdateAppInput) SetName(v string) *UpdateAppInput
SetName sets the Name field's value.
func (*UpdateAppInput) SetSslConfiguration ¶ added in v1.5.0
func (s *UpdateAppInput) SetSslConfiguration(v *SslConfiguration) *UpdateAppInput
SetSslConfiguration sets the SslConfiguration field's value.
func (*UpdateAppInput) SetType ¶ added in v1.5.0
func (s *UpdateAppInput) SetType(v string) *UpdateAppInput
SetType sets the Type field's value.
func (UpdateAppInput) String ¶ added in v0.6.5
func (s UpdateAppInput) String() string
String returns the string representation
func (*UpdateAppInput) Validate ¶ added in v1.1.21
func (s *UpdateAppInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAppOutput ¶
type UpdateAppOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateAppOutput
func (UpdateAppOutput) GoString ¶ added in v0.6.5
func (s UpdateAppOutput) GoString() string
GoString returns the string representation
func (UpdateAppOutput) String ¶ added in v0.6.5
func (s UpdateAppOutput) String() string
String returns the string representation
type UpdateElasticIpInput ¶ added in v0.9.5
type UpdateElasticIpInput struct { // The address. // // ElasticIp is a required field ElasticIp *string `type:"string" required:"true"` // The new name. Name *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateElasticIpRequest
func (UpdateElasticIpInput) GoString ¶ added in v0.9.5
func (s UpdateElasticIpInput) GoString() string
GoString returns the string representation
func (*UpdateElasticIpInput) SetElasticIp ¶ added in v1.5.0
func (s *UpdateElasticIpInput) SetElasticIp(v string) *UpdateElasticIpInput
SetElasticIp sets the ElasticIp field's value.
func (*UpdateElasticIpInput) SetName ¶ added in v1.5.0
func (s *UpdateElasticIpInput) SetName(v string) *UpdateElasticIpInput
SetName sets the Name field's value.
func (UpdateElasticIpInput) String ¶ added in v0.9.5
func (s UpdateElasticIpInput) String() string
String returns the string representation
func (*UpdateElasticIpInput) Validate ¶ added in v1.1.21
func (s *UpdateElasticIpInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateElasticIpOutput ¶ added in v0.9.5
type UpdateElasticIpOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateElasticIpOutput
func (UpdateElasticIpOutput) GoString ¶ added in v0.9.5
func (s UpdateElasticIpOutput) GoString() string
GoString returns the string representation
func (UpdateElasticIpOutput) String ¶ added in v0.9.5
func (s UpdateElasticIpOutput) String() string
String returns the string representation
type UpdateInstanceInput ¶
type UpdateInstanceInput struct { // The default AWS OpsWorks Stacks agent version. You have the following options: // // * INHERIT - Use the stack's default agent version setting. // // * version_number - Use the specified agent version. This value overrides // the stack's default setting. To update the agent version, you must edit // the instance configuration and specify a new version. AWS OpsWorks Stacks // then automatically installs that version on the instance. // // The default setting is INHERIT. To specify an agent version, you must use // the complete version number, not the abbreviated number shown on the console. // For a list of available agent version numbers, call DescribeAgentVersions. // // AgentVersion cannot be set to Chef 12.2. AgentVersion *string `type:"string"` // The ID of the AMI that was used to create the instance. The value of this // parameter must be the same AMI ID that the instance is already using. You // cannot apply a new AMI to an instance by running UpdateInstance. UpdateInstance // does not work on instances that are using custom AMIs. AmiId *string `type:"string"` // The instance architecture. Instance types do not necessarily support both // architectures. For a list of the architectures that are supported by the // different instance types, see Instance Families and Types (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html). Architecture *string `type:"string" enum:"Architecture"` // For load-based or time-based instances, the type. Windows stacks can use // only time-based instances. AutoScalingType *string `type:"string" enum:"AutoScalingType"` // This property cannot be updated. EbsOptimized *bool `type:"boolean"` // The instance host name. Hostname *string `type:"string"` // Whether to install operating system and package updates when the instance // boots. The default value is true. To control when updates are installed, // set this value to false. You must then update your instances manually by // using CreateDeployment to run the update_dependencies stack command or by // manually running yum (Amazon Linux) or apt-get (Ubuntu) on the instances. // // We strongly recommend using the default value of true, to ensure that your // instances have the latest security updates. InstallUpdatesOnBoot *bool `type:"boolean"` // The instance ID. // // InstanceId is a required field InstanceId *string `type:"string" required:"true"` // The instance type, such as t2.micro. For a list of supported instance types, // open the stack in the console, choose Instances, and choose + Instance. The // Size list contains the currently supported types. For more information, see // Instance Families and Types (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html). // The parameter values that you use to specify the various types are in the // API Name column of the Available Instance Types table. InstanceType *string `type:"string"` // The instance's layer IDs. LayerIds []*string `type:"list"` // The instance's operating system, which must be set to one of the following. // You cannot update an instance that is using a custom AMI. // // * A supported Linux operating system: An Amazon Linux version, such as // Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon // Linux 2015.03. // // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu // 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // // * Red Hat Enterprise Linux 7 // // * A supported Windows operating system, such as Microsoft Windows Server // 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, // Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft // Windows Server 2012 R2 with SQL Server Web. // // For more information on the supported operating systems, see AWS OpsWorks // Stacks Operating Systems (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). // // The default option is the current Amazon Linux version. If you set this parameter // to Custom, you must use the AmiId parameter to specify the custom AMI that // you want to use. For more information on the supported operating systems, // see Operating Systems (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). // For more information on how to use custom AMIs with OpsWorks, see Using Custom // AMIs (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). // // You can specify a different Linux operating system for the updated stack, // but you cannot change from Linux to Windows or Windows to Linux. Os *string `type:"string"` // The instance's Amazon EC2 key name. SshKeyName *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateInstanceRequest
func (UpdateInstanceInput) GoString ¶ added in v0.6.5
func (s UpdateInstanceInput) GoString() string
GoString returns the string representation
func (*UpdateInstanceInput) SetAgentVersion ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetAgentVersion(v string) *UpdateInstanceInput
SetAgentVersion sets the AgentVersion field's value.
func (*UpdateInstanceInput) SetAmiId ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetAmiId(v string) *UpdateInstanceInput
SetAmiId sets the AmiId field's value.
func (*UpdateInstanceInput) SetArchitecture ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetArchitecture(v string) *UpdateInstanceInput
SetArchitecture sets the Architecture field's value.
func (*UpdateInstanceInput) SetAutoScalingType ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetAutoScalingType(v string) *UpdateInstanceInput
SetAutoScalingType sets the AutoScalingType field's value.
func (*UpdateInstanceInput) SetEbsOptimized ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetEbsOptimized(v bool) *UpdateInstanceInput
SetEbsOptimized sets the EbsOptimized field's value.
func (*UpdateInstanceInput) SetHostname ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetHostname(v string) *UpdateInstanceInput
SetHostname sets the Hostname field's value.
func (*UpdateInstanceInput) SetInstallUpdatesOnBoot ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetInstallUpdatesOnBoot(v bool) *UpdateInstanceInput
SetInstallUpdatesOnBoot sets the InstallUpdatesOnBoot field's value.
func (*UpdateInstanceInput) SetInstanceId ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetInstanceId(v string) *UpdateInstanceInput
SetInstanceId sets the InstanceId field's value.
func (*UpdateInstanceInput) SetInstanceType ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetInstanceType(v string) *UpdateInstanceInput
SetInstanceType sets the InstanceType field's value.
func (*UpdateInstanceInput) SetLayerIds ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetLayerIds(v []*string) *UpdateInstanceInput
SetLayerIds sets the LayerIds field's value.
func (*UpdateInstanceInput) SetOs ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetOs(v string) *UpdateInstanceInput
SetOs sets the Os field's value.
func (*UpdateInstanceInput) SetSshKeyName ¶ added in v1.5.0
func (s *UpdateInstanceInput) SetSshKeyName(v string) *UpdateInstanceInput
SetSshKeyName sets the SshKeyName field's value.
func (UpdateInstanceInput) String ¶ added in v0.6.5
func (s UpdateInstanceInput) String() string
String returns the string representation
func (*UpdateInstanceInput) Validate ¶ added in v1.1.21
func (s *UpdateInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateInstanceOutput ¶
type UpdateInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateInstanceOutput
func (UpdateInstanceOutput) GoString ¶ added in v0.6.5
func (s UpdateInstanceOutput) GoString() string
GoString returns the string representation
func (UpdateInstanceOutput) String ¶ added in v0.6.5
func (s UpdateInstanceOutput) String() string
String returns the string representation
type UpdateLayerInput ¶
type UpdateLayerInput struct { // One or more user-defined key/value pairs to be added to the stack attributes. Attributes map[string]*string `type:"map"` // Whether to automatically assign an Elastic IP address (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html) // to the layer's instances. For more information, see How to Edit a Layer (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html). AutoAssignElasticIps *bool `type:"boolean"` // For stacks that are running in a VPC, whether to automatically assign a public // IP address to the layer's instances. For more information, see How to Edit // a Layer (http://docs.aws.amazon.com/opsworks/latest/userguide/workinglayers-basics-edit.html). AutoAssignPublicIps *bool `type:"boolean"` // Specifies CloudWatch Logs configuration options for the layer. For more information, // see CloudWatchLogsLogStream. CloudWatchLogsConfiguration *CloudWatchLogsConfiguration `type:"structure"` // The ARN of an IAM profile to be used for all of the layer's EC2 instances. // For more information about IAM ARNs, see Using Identifiers (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). CustomInstanceProfileArn *string `type:"string"` // A JSON-formatted string containing custom stack configuration and deployment // attributes to be installed on the layer's instances. For more information, // see Using Custom JSON (http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-json-override.html). CustomJson *string `type:"string"` // A LayerCustomRecipes object that specifies the layer's custom recipes. CustomRecipes *Recipes `type:"structure"` // An array containing the layer's custom security group IDs. CustomSecurityGroupIds []*string `type:"list"` // Whether to disable auto healing for the layer. EnableAutoHealing *bool `type:"boolean"` // Whether to install operating system and package updates when the instance // boots. The default value is true. To control when updates are installed, // set this value to false. You must then update your instances manually by // using CreateDeployment to run the update_dependencies stack command or manually // running yum (Amazon Linux) or apt-get (Ubuntu) on the instances. // // We strongly recommend using the default value of true, to ensure that your // instances have the latest security updates. InstallUpdatesOnBoot *bool `type:"boolean"` // The layer ID. // // LayerId is a required field LayerId *string `type:"string" required:"true"` // Specifies the lifecycle event configuration LifecycleEventConfiguration *LifecycleEventConfiguration `type:"structure"` // The layer name, which is used by the console. Name *string `type:"string"` // An array of Package objects that describe the layer's packages. Packages []*string `type:"list"` // For custom layers only, use this parameter to specify the layer's short name, // which is used internally by AWS OpsWorks Stacks and by Chef. The short name // is also used as the name for the directory where your app files are installed. // It can have a maximum of 200 characters and must be in the following format: // /\A[a-z0-9\-\_\.]+\Z/. // // The built-in layers' short names are defined by AWS OpsWorks Stacks. For // more information, see the Layer Reference (http://docs.aws.amazon.com/opsworks/latest/userguide/layers.html) Shortname *string `type:"string"` // Whether to use Amazon EBS-optimized instances. UseEbsOptimizedInstances *bool `type:"boolean"` // A VolumeConfigurations object that describes the layer's Amazon EBS volumes. VolumeConfigurations []*VolumeConfiguration `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateLayerRequest
func (UpdateLayerInput) GoString ¶ added in v0.6.5
func (s UpdateLayerInput) GoString() string
GoString returns the string representation
func (*UpdateLayerInput) SetAttributes ¶ added in v1.5.0
func (s *UpdateLayerInput) SetAttributes(v map[string]*string) *UpdateLayerInput
SetAttributes sets the Attributes field's value.
func (*UpdateLayerInput) SetAutoAssignElasticIps ¶ added in v1.5.0
func (s *UpdateLayerInput) SetAutoAssignElasticIps(v bool) *UpdateLayerInput
SetAutoAssignElasticIps sets the AutoAssignElasticIps field's value.
func (*UpdateLayerInput) SetAutoAssignPublicIps ¶ added in v1.5.0
func (s *UpdateLayerInput) SetAutoAssignPublicIps(v bool) *UpdateLayerInput
SetAutoAssignPublicIps sets the AutoAssignPublicIps field's value.
func (*UpdateLayerInput) SetCloudWatchLogsConfiguration ¶ added in v1.8.12
func (s *UpdateLayerInput) SetCloudWatchLogsConfiguration(v *CloudWatchLogsConfiguration) *UpdateLayerInput
SetCloudWatchLogsConfiguration sets the CloudWatchLogsConfiguration field's value.
func (*UpdateLayerInput) SetCustomInstanceProfileArn ¶ added in v1.5.0
func (s *UpdateLayerInput) SetCustomInstanceProfileArn(v string) *UpdateLayerInput
SetCustomInstanceProfileArn sets the CustomInstanceProfileArn field's value.
func (*UpdateLayerInput) SetCustomJson ¶ added in v1.5.0
func (s *UpdateLayerInput) SetCustomJson(v string) *UpdateLayerInput
SetCustomJson sets the CustomJson field's value.
func (*UpdateLayerInput) SetCustomRecipes ¶ added in v1.5.0
func (s *UpdateLayerInput) SetCustomRecipes(v *Recipes) *UpdateLayerInput
SetCustomRecipes sets the CustomRecipes field's value.
func (*UpdateLayerInput) SetCustomSecurityGroupIds ¶ added in v1.5.0
func (s *UpdateLayerInput) SetCustomSecurityGroupIds(v []*string) *UpdateLayerInput
SetCustomSecurityGroupIds sets the CustomSecurityGroupIds field's value.
func (*UpdateLayerInput) SetEnableAutoHealing ¶ added in v1.5.0
func (s *UpdateLayerInput) SetEnableAutoHealing(v bool) *UpdateLayerInput
SetEnableAutoHealing sets the EnableAutoHealing field's value.
func (*UpdateLayerInput) SetInstallUpdatesOnBoot ¶ added in v1.5.0
func (s *UpdateLayerInput) SetInstallUpdatesOnBoot(v bool) *UpdateLayerInput
SetInstallUpdatesOnBoot sets the InstallUpdatesOnBoot field's value.
func (*UpdateLayerInput) SetLayerId ¶ added in v1.5.0
func (s *UpdateLayerInput) SetLayerId(v string) *UpdateLayerInput
SetLayerId sets the LayerId field's value.
func (*UpdateLayerInput) SetLifecycleEventConfiguration ¶ added in v1.5.0
func (s *UpdateLayerInput) SetLifecycleEventConfiguration(v *LifecycleEventConfiguration) *UpdateLayerInput
SetLifecycleEventConfiguration sets the LifecycleEventConfiguration field's value.
func (*UpdateLayerInput) SetName ¶ added in v1.5.0
func (s *UpdateLayerInput) SetName(v string) *UpdateLayerInput
SetName sets the Name field's value.
func (*UpdateLayerInput) SetPackages ¶ added in v1.5.0
func (s *UpdateLayerInput) SetPackages(v []*string) *UpdateLayerInput
SetPackages sets the Packages field's value.
func (*UpdateLayerInput) SetShortname ¶ added in v1.5.0
func (s *UpdateLayerInput) SetShortname(v string) *UpdateLayerInput
SetShortname sets the Shortname field's value.
func (*UpdateLayerInput) SetUseEbsOptimizedInstances ¶ added in v1.5.0
func (s *UpdateLayerInput) SetUseEbsOptimizedInstances(v bool) *UpdateLayerInput
SetUseEbsOptimizedInstances sets the UseEbsOptimizedInstances field's value.
func (*UpdateLayerInput) SetVolumeConfigurations ¶ added in v1.5.0
func (s *UpdateLayerInput) SetVolumeConfigurations(v []*VolumeConfiguration) *UpdateLayerInput
SetVolumeConfigurations sets the VolumeConfigurations field's value.
func (UpdateLayerInput) String ¶ added in v0.6.5
func (s UpdateLayerInput) String() string
String returns the string representation
func (*UpdateLayerInput) Validate ¶ added in v1.1.21
func (s *UpdateLayerInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateLayerOutput ¶
type UpdateLayerOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateLayerOutput
func (UpdateLayerOutput) GoString ¶ added in v0.6.5
func (s UpdateLayerOutput) GoString() string
GoString returns the string representation
func (UpdateLayerOutput) String ¶ added in v0.6.5
func (s UpdateLayerOutput) String() string
String returns the string representation
type UpdateMyUserProfileInput ¶
type UpdateMyUserProfileInput struct { // The user's SSH public key. SshPublicKey *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateMyUserProfileRequest
func (UpdateMyUserProfileInput) GoString ¶ added in v0.6.5
func (s UpdateMyUserProfileInput) GoString() string
GoString returns the string representation
func (*UpdateMyUserProfileInput) SetSshPublicKey ¶ added in v1.5.0
func (s *UpdateMyUserProfileInput) SetSshPublicKey(v string) *UpdateMyUserProfileInput
SetSshPublicKey sets the SshPublicKey field's value.
func (UpdateMyUserProfileInput) String ¶ added in v0.6.5
func (s UpdateMyUserProfileInput) String() string
String returns the string representation
type UpdateMyUserProfileOutput ¶
type UpdateMyUserProfileOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateMyUserProfileOutput
func (UpdateMyUserProfileOutput) GoString ¶ added in v0.6.5
func (s UpdateMyUserProfileOutput) GoString() string
GoString returns the string representation
func (UpdateMyUserProfileOutput) String ¶ added in v0.6.5
func (s UpdateMyUserProfileOutput) String() string
String returns the string representation
type UpdateRdsDbInstanceInput ¶ added in v0.9.5
type UpdateRdsDbInstanceInput struct { // The database password. DbPassword *string `type:"string"` // The master user name. DbUser *string `type:"string"` // The Amazon RDS instance's ARN. // // RdsDbInstanceArn is a required field RdsDbInstanceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateRdsDbInstanceRequest
func (UpdateRdsDbInstanceInput) GoString ¶ added in v0.9.5
func (s UpdateRdsDbInstanceInput) GoString() string
GoString returns the string representation
func (*UpdateRdsDbInstanceInput) SetDbPassword ¶ added in v1.5.0
func (s *UpdateRdsDbInstanceInput) SetDbPassword(v string) *UpdateRdsDbInstanceInput
SetDbPassword sets the DbPassword field's value.
func (*UpdateRdsDbInstanceInput) SetDbUser ¶ added in v1.5.0
func (s *UpdateRdsDbInstanceInput) SetDbUser(v string) *UpdateRdsDbInstanceInput
SetDbUser sets the DbUser field's value.
func (*UpdateRdsDbInstanceInput) SetRdsDbInstanceArn ¶ added in v1.5.0
func (s *UpdateRdsDbInstanceInput) SetRdsDbInstanceArn(v string) *UpdateRdsDbInstanceInput
SetRdsDbInstanceArn sets the RdsDbInstanceArn field's value.
func (UpdateRdsDbInstanceInput) String ¶ added in v0.9.5
func (s UpdateRdsDbInstanceInput) String() string
String returns the string representation
func (*UpdateRdsDbInstanceInput) Validate ¶ added in v1.1.21
func (s *UpdateRdsDbInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateRdsDbInstanceOutput ¶ added in v0.9.5
type UpdateRdsDbInstanceOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateRdsDbInstanceOutput
func (UpdateRdsDbInstanceOutput) GoString ¶ added in v0.9.5
func (s UpdateRdsDbInstanceOutput) GoString() string
GoString returns the string representation
func (UpdateRdsDbInstanceOutput) String ¶ added in v0.9.5
func (s UpdateRdsDbInstanceOutput) String() string
String returns the string representation
type UpdateStackInput ¶
type UpdateStackInput struct { // The default AWS OpsWorks Stacks agent version. You have the following options: // // * Auto-update - Set this parameter to LATEST. AWS OpsWorks Stacks automatically // installs new agent versions on the stack's instances as soon as they are // available. // // * Fixed version - Set this parameter to your preferred agent version. // To update the agent version, you must edit the stack configuration and // specify a new version. AWS OpsWorks Stacks then automatically installs // that version on the stack's instances. // // The default setting is LATEST. To specify an agent version, you must use // the complete version number, not the abbreviated number shown on the console. // For a list of available agent version numbers, call DescribeAgentVersions. // AgentVersion cannot be set to Chef 12.2. // // You can also specify an agent version when you create or update an instance, // which overrides the stack's default setting. AgentVersion *string `type:"string"` // One or more user-defined key-value pairs to be added to the stack attributes. Attributes map[string]*string `type:"map"` // A ChefConfiguration object that specifies whether to enable Berkshelf and // the Berkshelf version on Chef 11.10 stacks. For more information, see Create // a New Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html). ChefConfiguration *ChefConfiguration `type:"structure"` // The configuration manager. When you update a stack, we recommend that you // use the configuration manager to specify the Chef version: 12, 11.10, or // 11.4 for Linux stacks, or 12.2 for Windows stacks. The default value for // Linux stacks is currently 11.4. ConfigurationManager *StackConfigurationManager `type:"structure"` // Contains the information required to retrieve an app or cookbook from a repository. // For more information, see Creating Apps (http://docs.aws.amazon.com/opsworks/latest/userguide/workingapps-creating.html) // or Custom Recipes and Cookbooks (http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook.html). CustomCookbooksSource *Source `type:"structure"` // A string that contains user-defined, custom JSON. It can be used to override // the corresponding default stack configuration JSON values or to pass data // to recipes. The string should be in the following format: // // "{\"key1\": \"value1\", \"key2\": \"value2\",...}" // // For more information on custom JSON, see Use Custom JSON to Modify the Stack // Configuration Attributes (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-json.html). CustomJson *string `type:"string"` // The stack's default Availability Zone, which must be in the stack's region. // For more information, see Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html). // If you also specify a value for DefaultSubnetId, the subnet must be in the // same zone. For more information, see CreateStack. DefaultAvailabilityZone *string `type:"string"` // The ARN of an IAM profile that is the default profile for all of the stack's // EC2 instances. For more information about IAM ARNs, see Using Identifiers // (http://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html). DefaultInstanceProfileArn *string `type:"string"` // The stack's operating system, which must be set to one of the following: // // * A supported Linux operating system: An Amazon Linux version, such as // Amazon Linux 2016.09, Amazon Linux 2016.03, Amazon Linux 2015.09, or Amazon // Linux 2015.03. // // * A supported Ubuntu operating system, such as Ubuntu 16.04 LTS, Ubuntu // 14.04 LTS, or Ubuntu 12.04 LTS. // // * CentOS Linux 7 // // * Red Hat Enterprise Linux 7 // // * A supported Windows operating system, such as Microsoft Windows Server // 2012 R2 Base, Microsoft Windows Server 2012 R2 with SQL Server Express, // Microsoft Windows Server 2012 R2 with SQL Server Standard, or Microsoft // Windows Server 2012 R2 with SQL Server Web. // // * A custom AMI: Custom. You specify the custom AMI you want to use when // you create instances. For more information on how to use custom AMIs with // OpsWorks, see Using Custom AMIs (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-custom-ami.html). // // The default option is the stack's current operating system. For more information // on the supported operating systems, see AWS OpsWorks Stacks Operating Systems // (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-os.html). DefaultOs *string `type:"string"` // The default root device type. This value is used by default for all instances // in the stack, but you can override it when you create an instance. For more // information, see Storage for the Root Device (http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ComponentsAMIs.html#storage-for-the-root-device). DefaultRootDeviceType *string `type:"string" enum:"RootDeviceType"` // A default Amazon EC2 key-pair name. The default value is none. If you specify // a key-pair name, AWS OpsWorks Stacks installs the public key on the instance // and you can use the private key with an SSH client to log in to the instance. // For more information, see Using SSH to Communicate with an Instance (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-ssh.html) // and Managing SSH Access (http://docs.aws.amazon.com/opsworks/latest/userguide/security-ssh-access.html). // You can override this setting by specifying a different key pair, or no key // pair, when you create an instance (http://docs.aws.amazon.com/opsworks/latest/userguide/workinginstances-add.html). DefaultSshKeyName *string `type:"string"` // The stack's default VPC subnet ID. This parameter is required if you specify // a value for the VpcId parameter. All instances are launched into this subnet // unless you specify otherwise when you create the instance. If you also specify // a value for DefaultAvailabilityZone, the subnet must be in that zone. For // information on default values and when this parameter is required, see the // VpcId parameter description. DefaultSubnetId *string `type:"string"` // The stack's new host name theme, with spaces replaced by underscores. The // theme is used to generate host names for the stack's instances. By default, // HostnameTheme is set to Layer_Dependent, which creates host names by appending // integers to the layer's short name. The other themes are: // // * Baked_Goods // // * Clouds // // * Europe_Cities // // * Fruits // // * Greek_Deities // // * Legendary_creatures_from_Japan // // * Planets_and_Moons // // * Roman_Deities // // * Scottish_Islands // // * US_Cities // // * Wild_Cats // // To obtain a generated host name, call GetHostNameSuggestion, which returns // a host name based on the current theme. HostnameTheme *string `type:"string"` // The stack's new name. Name *string `type:"string"` // Do not use this parameter. You cannot update a stack's service role. ServiceRoleArn *string `type:"string"` // The stack ID. // // StackId is a required field StackId *string `type:"string" required:"true"` // Whether the stack uses custom cookbooks. UseCustomCookbooks *bool `type:"boolean"` // Whether to associate the AWS OpsWorks Stacks built-in security groups with // the stack's layers. // // AWS OpsWorks Stacks provides a standard set of built-in security groups, // one for each layer, which are associated with layers by default. UseOpsworksSecurityGroups // allows you to provide your own custom security groups instead of using the // built-in groups. UseOpsworksSecurityGroups has the following settings: // // * True - AWS OpsWorks Stacks automatically associates the appropriate // built-in security group with each layer (default setting). You can associate // additional security groups with a layer after you create it, but you cannot // delete the built-in security group. // // * False - AWS OpsWorks Stacks does not associate built-in security groups // with layers. You must create appropriate EC2 security groups and associate // a security group with each layer that you create. However, you can still // manually associate a built-in security group with a layer on. Custom security // groups are required only for those layers that need custom settings. // // For more information, see Create a New Stack (http://docs.aws.amazon.com/opsworks/latest/userguide/workingstacks-creating.html). UseOpsworksSecurityGroups *bool `type:"boolean"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateStackRequest
func (UpdateStackInput) GoString ¶ added in v0.6.5
func (s UpdateStackInput) GoString() string
GoString returns the string representation
func (*UpdateStackInput) SetAgentVersion ¶ added in v1.5.0
func (s *UpdateStackInput) SetAgentVersion(v string) *UpdateStackInput
SetAgentVersion sets the AgentVersion field's value.
func (*UpdateStackInput) SetAttributes ¶ added in v1.5.0
func (s *UpdateStackInput) SetAttributes(v map[string]*string) *UpdateStackInput
SetAttributes sets the Attributes field's value.
func (*UpdateStackInput) SetChefConfiguration ¶ added in v1.5.0
func (s *UpdateStackInput) SetChefConfiguration(v *ChefConfiguration) *UpdateStackInput
SetChefConfiguration sets the ChefConfiguration field's value.
func (*UpdateStackInput) SetConfigurationManager ¶ added in v1.5.0
func (s *UpdateStackInput) SetConfigurationManager(v *StackConfigurationManager) *UpdateStackInput
SetConfigurationManager sets the ConfigurationManager field's value.
func (*UpdateStackInput) SetCustomCookbooksSource ¶ added in v1.5.0
func (s *UpdateStackInput) SetCustomCookbooksSource(v *Source) *UpdateStackInput
SetCustomCookbooksSource sets the CustomCookbooksSource field's value.
func (*UpdateStackInput) SetCustomJson ¶ added in v1.5.0
func (s *UpdateStackInput) SetCustomJson(v string) *UpdateStackInput
SetCustomJson sets the CustomJson field's value.
func (*UpdateStackInput) SetDefaultAvailabilityZone ¶ added in v1.5.0
func (s *UpdateStackInput) SetDefaultAvailabilityZone(v string) *UpdateStackInput
SetDefaultAvailabilityZone sets the DefaultAvailabilityZone field's value.
func (*UpdateStackInput) SetDefaultInstanceProfileArn ¶ added in v1.5.0
func (s *UpdateStackInput) SetDefaultInstanceProfileArn(v string) *UpdateStackInput
SetDefaultInstanceProfileArn sets the DefaultInstanceProfileArn field's value.
func (*UpdateStackInput) SetDefaultOs ¶ added in v1.5.0
func (s *UpdateStackInput) SetDefaultOs(v string) *UpdateStackInput
SetDefaultOs sets the DefaultOs field's value.
func (*UpdateStackInput) SetDefaultRootDeviceType ¶ added in v1.5.0
func (s *UpdateStackInput) SetDefaultRootDeviceType(v string) *UpdateStackInput
SetDefaultRootDeviceType sets the DefaultRootDeviceType field's value.
func (*UpdateStackInput) SetDefaultSshKeyName ¶ added in v1.5.0
func (s *UpdateStackInput) SetDefaultSshKeyName(v string) *UpdateStackInput
SetDefaultSshKeyName sets the DefaultSshKeyName field's value.
func (*UpdateStackInput) SetDefaultSubnetId ¶ added in v1.5.0
func (s *UpdateStackInput) SetDefaultSubnetId(v string) *UpdateStackInput
SetDefaultSubnetId sets the DefaultSubnetId field's value.
func (*UpdateStackInput) SetHostnameTheme ¶ added in v1.5.0
func (s *UpdateStackInput) SetHostnameTheme(v string) *UpdateStackInput
SetHostnameTheme sets the HostnameTheme field's value.
func (*UpdateStackInput) SetName ¶ added in v1.5.0
func (s *UpdateStackInput) SetName(v string) *UpdateStackInput
SetName sets the Name field's value.
func (*UpdateStackInput) SetServiceRoleArn ¶ added in v1.5.0
func (s *UpdateStackInput) SetServiceRoleArn(v string) *UpdateStackInput
SetServiceRoleArn sets the ServiceRoleArn field's value.
func (*UpdateStackInput) SetStackId ¶ added in v1.5.0
func (s *UpdateStackInput) SetStackId(v string) *UpdateStackInput
SetStackId sets the StackId field's value.
func (*UpdateStackInput) SetUseCustomCookbooks ¶ added in v1.5.0
func (s *UpdateStackInput) SetUseCustomCookbooks(v bool) *UpdateStackInput
SetUseCustomCookbooks sets the UseCustomCookbooks field's value.
func (*UpdateStackInput) SetUseOpsworksSecurityGroups ¶ added in v1.5.0
func (s *UpdateStackInput) SetUseOpsworksSecurityGroups(v bool) *UpdateStackInput
SetUseOpsworksSecurityGroups sets the UseOpsworksSecurityGroups field's value.
func (UpdateStackInput) String ¶ added in v0.6.5
func (s UpdateStackInput) String() string
String returns the string representation
func (*UpdateStackInput) Validate ¶ added in v1.1.21
func (s *UpdateStackInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateStackOutput ¶
type UpdateStackOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateStackOutput
func (UpdateStackOutput) GoString ¶ added in v0.6.5
func (s UpdateStackOutput) GoString() string
GoString returns the string representation
func (UpdateStackOutput) String ¶ added in v0.6.5
func (s UpdateStackOutput) String() string
String returns the string representation
type UpdateUserProfileInput ¶
type UpdateUserProfileInput struct { // Whether users can specify their own SSH public key through the My Settings // page. For more information, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/security-settingsshkey.html). AllowSelfManagement *bool `type:"boolean"` // The user IAM ARN. This can also be a federated user's ARN. // // IamUserArn is a required field IamUserArn *string `type:"string" required:"true"` // The user's new SSH public key. SshPublicKey *string `type:"string"` // The user's SSH user name. The allowable characters are [a-z], [A-Z], [0-9], // '-', and '_'. If the specified name includes other punctuation marks, AWS // OpsWorks Stacks removes them. For example, my.name will be changed to myname. // If you do not specify an SSH user name, AWS OpsWorks Stacks generates one // from the IAM user name. SshUsername *string `type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateUserProfileRequest
func (UpdateUserProfileInput) GoString ¶ added in v0.6.5
func (s UpdateUserProfileInput) GoString() string
GoString returns the string representation
func (*UpdateUserProfileInput) SetAllowSelfManagement ¶ added in v1.5.0
func (s *UpdateUserProfileInput) SetAllowSelfManagement(v bool) *UpdateUserProfileInput
SetAllowSelfManagement sets the AllowSelfManagement field's value.
func (*UpdateUserProfileInput) SetIamUserArn ¶ added in v1.5.0
func (s *UpdateUserProfileInput) SetIamUserArn(v string) *UpdateUserProfileInput
SetIamUserArn sets the IamUserArn field's value.
func (*UpdateUserProfileInput) SetSshPublicKey ¶ added in v1.5.0
func (s *UpdateUserProfileInput) SetSshPublicKey(v string) *UpdateUserProfileInput
SetSshPublicKey sets the SshPublicKey field's value.
func (*UpdateUserProfileInput) SetSshUsername ¶ added in v1.5.0
func (s *UpdateUserProfileInput) SetSshUsername(v string) *UpdateUserProfileInput
SetSshUsername sets the SshUsername field's value.
func (UpdateUserProfileInput) String ¶ added in v0.6.5
func (s UpdateUserProfileInput) String() string
String returns the string representation
func (*UpdateUserProfileInput) Validate ¶ added in v1.1.21
func (s *UpdateUserProfileInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateUserProfileOutput ¶
type UpdateUserProfileOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateUserProfileOutput
func (UpdateUserProfileOutput) GoString ¶ added in v0.6.5
func (s UpdateUserProfileOutput) GoString() string
GoString returns the string representation
func (UpdateUserProfileOutput) String ¶ added in v0.6.5
func (s UpdateUserProfileOutput) String() string
String returns the string representation
type UpdateVolumeInput ¶
type UpdateVolumeInput struct { // The new mount point. MountPoint *string `type:"string"` // The new name. Name *string `type:"string"` // The volume ID. // // VolumeId is a required field VolumeId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateVolumeRequest
func (UpdateVolumeInput) GoString ¶ added in v0.6.5
func (s UpdateVolumeInput) GoString() string
GoString returns the string representation
func (*UpdateVolumeInput) SetMountPoint ¶ added in v1.5.0
func (s *UpdateVolumeInput) SetMountPoint(v string) *UpdateVolumeInput
SetMountPoint sets the MountPoint field's value.
func (*UpdateVolumeInput) SetName ¶ added in v1.5.0
func (s *UpdateVolumeInput) SetName(v string) *UpdateVolumeInput
SetName sets the Name field's value.
func (*UpdateVolumeInput) SetVolumeId ¶ added in v1.5.0
func (s *UpdateVolumeInput) SetVolumeId(v string) *UpdateVolumeInput
SetVolumeId sets the VolumeId field's value.
func (UpdateVolumeInput) String ¶ added in v0.6.5
func (s UpdateVolumeInput) String() string
String returns the string representation
func (*UpdateVolumeInput) Validate ¶ added in v1.1.21
func (s *UpdateVolumeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateVolumeOutput ¶
type UpdateVolumeOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UpdateVolumeOutput
func (UpdateVolumeOutput) GoString ¶ added in v0.6.5
func (s UpdateVolumeOutput) GoString() string
GoString returns the string representation
func (UpdateVolumeOutput) String ¶ added in v0.6.5
func (s UpdateVolumeOutput) String() string
String returns the string representation
type UserProfile ¶
type UserProfile struct { // Whether users can specify their own SSH public key through the My Settings // page. For more information, see Managing User Permissions (http://docs.aws.amazon.com/opsworks/latest/userguide/security-settingsshkey.html). AllowSelfManagement *bool `type:"boolean"` // The user's IAM ARN. IamUserArn *string `type:"string"` // The user's name. Name *string `type:"string"` // The user's SSH public key. SshPublicKey *string `type:"string"` // The user's SSH user name. SshUsername *string `type:"string"` // contains filtered or unexported fields }
Describes a user's SSH information. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/UserProfile
func (UserProfile) GoString ¶ added in v0.6.5
func (s UserProfile) GoString() string
GoString returns the string representation
func (*UserProfile) SetAllowSelfManagement ¶ added in v1.5.0
func (s *UserProfile) SetAllowSelfManagement(v bool) *UserProfile
SetAllowSelfManagement sets the AllowSelfManagement field's value.
func (*UserProfile) SetIamUserArn ¶ added in v1.5.0
func (s *UserProfile) SetIamUserArn(v string) *UserProfile
SetIamUserArn sets the IamUserArn field's value.
func (*UserProfile) SetName ¶ added in v1.5.0
func (s *UserProfile) SetName(v string) *UserProfile
SetName sets the Name field's value.
func (*UserProfile) SetSshPublicKey ¶ added in v1.5.0
func (s *UserProfile) SetSshPublicKey(v string) *UserProfile
SetSshPublicKey sets the SshPublicKey field's value.
func (*UserProfile) SetSshUsername ¶ added in v1.5.0
func (s *UserProfile) SetSshUsername(v string) *UserProfile
SetSshUsername sets the SshUsername field's value.
func (UserProfile) String ¶ added in v0.6.5
func (s UserProfile) String() string
String returns the string representation
type Volume ¶
type Volume struct { // The volume Availability Zone. For more information, see Regions and Endpoints // (http://docs.aws.amazon.com/general/latest/gr/rande.html). AvailabilityZone *string `type:"string"` // The device name. Device *string `type:"string"` // The Amazon EC2 volume ID. Ec2VolumeId *string `type:"string"` // The instance ID. InstanceId *string `type:"string"` // For PIOPS volumes, the IOPS per disk. Iops *int64 `type:"integer"` // The volume mount point. For example, "/mnt/disk1". MountPoint *string `type:"string"` // The volume name. Name *string `type:"string"` // The RAID array ID. RaidArrayId *string `type:"string"` // The AWS region. For more information about AWS regions, see Regions and Endpoints // (http://docs.aws.amazon.com/general/latest/gr/rande.html). Region *string `type:"string"` // The volume size. Size *int64 `type:"integer"` // The value returned by DescribeVolumes (http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeVolumes.html). Status *string `type:"string"` // The volume ID. VolumeId *string `type:"string"` // The volume type, standard or PIOPS. VolumeType *string `type:"string"` // contains filtered or unexported fields }
Describes an instance's Amazon EBS volume. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/Volume
func (*Volume) SetAvailabilityZone ¶ added in v1.5.0
SetAvailabilityZone sets the AvailabilityZone field's value.
func (*Volume) SetEc2VolumeId ¶ added in v1.5.0
SetEc2VolumeId sets the Ec2VolumeId field's value.
func (*Volume) SetInstanceId ¶ added in v1.5.0
SetInstanceId sets the InstanceId field's value.
func (*Volume) SetMountPoint ¶ added in v1.5.0
SetMountPoint sets the MountPoint field's value.
func (*Volume) SetRaidArrayId ¶ added in v1.5.0
SetRaidArrayId sets the RaidArrayId field's value.
func (*Volume) SetVolumeId ¶ added in v1.5.0
SetVolumeId sets the VolumeId field's value.
func (*Volume) SetVolumeType ¶ added in v1.5.0
SetVolumeType sets the VolumeType field's value.
type VolumeConfiguration ¶
type VolumeConfiguration struct { // For PIOPS volumes, the IOPS per disk. Iops *int64 `type:"integer"` // The volume mount point. For example "/dev/sdh". // // MountPoint is a required field MountPoint *string `type:"string" required:"true"` // The number of disks in the volume. // // NumberOfDisks is a required field NumberOfDisks *int64 `type:"integer" required:"true"` // The volume RAID level (http://en.wikipedia.org/wiki/Standard_RAID_levels). RaidLevel *int64 `type:"integer"` // The volume size. // // Size is a required field Size *int64 `type:"integer" required:"true"` // The volume type: // // * standard - Magnetic // // * io1 - Provisioned IOPS (SSD) // // * gp2 - General Purpose (SSD) VolumeType *string `type:"string"` // contains filtered or unexported fields }
Describes an Amazon EBS volume configuration. Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/VolumeConfiguration
func (VolumeConfiguration) GoString ¶ added in v0.6.5
func (s VolumeConfiguration) GoString() string
GoString returns the string representation
func (*VolumeConfiguration) SetIops ¶ added in v1.5.0
func (s *VolumeConfiguration) SetIops(v int64) *VolumeConfiguration
SetIops sets the Iops field's value.
func (*VolumeConfiguration) SetMountPoint ¶ added in v1.5.0
func (s *VolumeConfiguration) SetMountPoint(v string) *VolumeConfiguration
SetMountPoint sets the MountPoint field's value.
func (*VolumeConfiguration) SetNumberOfDisks ¶ added in v1.5.0
func (s *VolumeConfiguration) SetNumberOfDisks(v int64) *VolumeConfiguration
SetNumberOfDisks sets the NumberOfDisks field's value.
func (*VolumeConfiguration) SetRaidLevel ¶ added in v1.5.0
func (s *VolumeConfiguration) SetRaidLevel(v int64) *VolumeConfiguration
SetRaidLevel sets the RaidLevel field's value.
func (*VolumeConfiguration) SetSize ¶ added in v1.5.0
func (s *VolumeConfiguration) SetSize(v int64) *VolumeConfiguration
SetSize sets the Size field's value.
func (*VolumeConfiguration) SetVolumeType ¶ added in v1.5.0
func (s *VolumeConfiguration) SetVolumeType(v string) *VolumeConfiguration
SetVolumeType sets the VolumeType field's value.
func (VolumeConfiguration) String ¶ added in v0.6.5
func (s VolumeConfiguration) String() string
String returns the string representation
func (*VolumeConfiguration) Validate ¶ added in v1.1.21
func (s *VolumeConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type WeeklyAutoScalingSchedule ¶
type WeeklyAutoScalingSchedule struct { // The schedule for Friday. Friday map[string]*string `type:"map"` // The schedule for Monday. Monday map[string]*string `type:"map"` // The schedule for Saturday. Saturday map[string]*string `type:"map"` // The schedule for Sunday. Sunday map[string]*string `type:"map"` // The schedule for Thursday. Thursday map[string]*string `type:"map"` // The schedule for Tuesday. Tuesday map[string]*string `type:"map"` // The schedule for Wednesday. Wednesday map[string]*string `type:"map"` // contains filtered or unexported fields }
Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs.
The key is the time period (a UTC hour) and must be an integer from 0 - 23.
The value indicates whether the instance should be online or offline for the specified period, and must be set to "on" or "off"
The default setting for all time periods is off, so you use the following parameters primarily to specify the online periods. You don't have to explicitly specify offline periods unless you want to change an online period to an offline period.
The following example specifies that the instance should be online for four hours, from UTC 1200 - 1600. It will be off for the remainder of the day.
{ "12":"on", "13":"on", "14":"on", "15":"on" } Please also see https://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/WeeklyAutoScalingSchedule
func (WeeklyAutoScalingSchedule) GoString ¶ added in v0.6.5
func (s WeeklyAutoScalingSchedule) GoString() string
GoString returns the string representation
func (*WeeklyAutoScalingSchedule) SetFriday ¶ added in v1.5.0
func (s *WeeklyAutoScalingSchedule) SetFriday(v map[string]*string) *WeeklyAutoScalingSchedule
SetFriday sets the Friday field's value.
func (*WeeklyAutoScalingSchedule) SetMonday ¶ added in v1.5.0
func (s *WeeklyAutoScalingSchedule) SetMonday(v map[string]*string) *WeeklyAutoScalingSchedule
SetMonday sets the Monday field's value.
func (*WeeklyAutoScalingSchedule) SetSaturday ¶ added in v1.5.0
func (s *WeeklyAutoScalingSchedule) SetSaturday(v map[string]*string) *WeeklyAutoScalingSchedule
SetSaturday sets the Saturday field's value.
func (*WeeklyAutoScalingSchedule) SetSunday ¶ added in v1.5.0
func (s *WeeklyAutoScalingSchedule) SetSunday(v map[string]*string) *WeeklyAutoScalingSchedule
SetSunday sets the Sunday field's value.
func (*WeeklyAutoScalingSchedule) SetThursday ¶ added in v1.5.0
func (s *WeeklyAutoScalingSchedule) SetThursday(v map[string]*string) *WeeklyAutoScalingSchedule
SetThursday sets the Thursday field's value.
func (*WeeklyAutoScalingSchedule) SetTuesday ¶ added in v1.5.0
func (s *WeeklyAutoScalingSchedule) SetTuesday(v map[string]*string) *WeeklyAutoScalingSchedule
SetTuesday sets the Tuesday field's value.
func (*WeeklyAutoScalingSchedule) SetWednesday ¶ added in v1.5.0
func (s *WeeklyAutoScalingSchedule) SetWednesday(v map[string]*string) *WeeklyAutoScalingSchedule
SetWednesday sets the Wednesday field's value.
func (WeeklyAutoScalingSchedule) String ¶ added in v0.6.5
func (s WeeklyAutoScalingSchedule) String() string
String returns the string representation
Directories ¶
Path | Synopsis |
---|---|
Package opsworksiface provides an interface to enable mocking the AWS OpsWorks service client for testing your code.
|
Package opsworksiface provides an interface to enable mocking the AWS OpsWorks service client for testing your code. |