Versions in this module Expand all Collapse all v1 v1.1.9 Mar 8, 2016 Changes in this version + const AppAttributesKeysAutoBundleOnDeploy + const AppAttributesKeysAwsFlowRubySettings + const AppAttributesKeysDocumentRoot + const AppAttributesKeysRailsEnv + const AppTypeAwsFlowRuby + const AppTypeJava + const AppTypeNodejs + const AppTypeOther + const AppTypePhp + const AppTypeRails + const AppTypeStatic + const ArchitectureI386 + const ArchitectureX8664 + const AutoScalingTypeLoad + const AutoScalingTypeTimer + const DeploymentCommandNameConfigure + const DeploymentCommandNameDeploy + const DeploymentCommandNameExecuteRecipes + const DeploymentCommandNameInstallDependencies + const DeploymentCommandNameRestart + const DeploymentCommandNameRollback + const DeploymentCommandNameSetup + const DeploymentCommandNameStart + const DeploymentCommandNameStop + const DeploymentCommandNameUndeploy + const DeploymentCommandNameUpdateCustomCookbooks + const DeploymentCommandNameUpdateDependencies + const LayerAttributesKeysBundlerVersion + const LayerAttributesKeysEcsClusterArn + const LayerAttributesKeysEnableHaproxyStats + const LayerAttributesKeysGangliaPassword + const LayerAttributesKeysGangliaUrl + const LayerAttributesKeysGangliaUser + const LayerAttributesKeysHaproxyHealthCheckMethod + const LayerAttributesKeysHaproxyHealthCheckUrl + const LayerAttributesKeysHaproxyStatsPassword + const LayerAttributesKeysHaproxyStatsUrl + const LayerAttributesKeysHaproxyStatsUser + const LayerAttributesKeysJavaAppServer + const LayerAttributesKeysJavaAppServerVersion + const LayerAttributesKeysJvm + const LayerAttributesKeysJvmOptions + const LayerAttributesKeysJvmVersion + const LayerAttributesKeysManageBundler + const LayerAttributesKeysMemcachedMemory + const LayerAttributesKeysMysqlRootPassword + const LayerAttributesKeysMysqlRootPasswordUbiquitous + const LayerAttributesKeysNodejsVersion + const LayerAttributesKeysPassengerVersion + const LayerAttributesKeysRailsStack + const LayerAttributesKeysRubyVersion + const LayerAttributesKeysRubygemsVersion + const LayerTypeAwsFlowRuby + const LayerTypeCustom + const LayerTypeDbMaster + const LayerTypeEcsCluster + const LayerTypeJavaApp + const LayerTypeLb + const LayerTypeMemcached + const LayerTypeMonitoringMaster + const LayerTypeNodejsApp + const LayerTypePhpApp + const LayerTypeRailsApp + const LayerTypeWeb + const RootDeviceTypeEbs + const RootDeviceTypeInstanceStore + const ServiceName + const SourceTypeArchive + const SourceTypeGit + const SourceTypeS3 + const SourceTypeSvn + const StackAttributesKeysColor + const VirtualizationTypeHvm + const VirtualizationTypeParavirtual + const VolumeTypeGp2 + const VolumeTypeIo1 + const VolumeTypeStandard + type AgentVersion struct + ConfigurationManager *StackConfigurationManager + Version *string + func (s AgentVersion) GoString() string + func (s AgentVersion) String() string + type App struct + AppId *string + AppSource *Source + Attributes map[string]*string + CreatedAt *string + DataSources []*DataSource + Description *string + Domains []*string + EnableSsl *bool + Environment []*EnvironmentVariable + Name *string + Shortname *string + SslConfiguration *SslConfiguration + StackId *string + Type *string + func (s App) GoString() string + func (s App) String() string + type AssignInstanceInput struct + InstanceId *string + LayerIds []*string + func (s AssignInstanceInput) GoString() string + func (s AssignInstanceInput) String() string + type AssignInstanceOutput struct + func (s AssignInstanceOutput) GoString() string + func (s AssignInstanceOutput) String() string + type AssignVolumeInput struct + InstanceId *string + VolumeId *string + func (s AssignVolumeInput) GoString() string + func (s AssignVolumeInput) String() string + type AssignVolumeOutput struct + func (s AssignVolumeOutput) GoString() string + func (s AssignVolumeOutput) String() string + type AssociateElasticIpInput struct + ElasticIp *string + InstanceId *string + func (s AssociateElasticIpInput) GoString() string + func (s AssociateElasticIpInput) String() string + type AssociateElasticIpOutput struct + func (s AssociateElasticIpOutput) GoString() string + func (s AssociateElasticIpOutput) String() string + type AttachElasticLoadBalancerInput struct + ElasticLoadBalancerName *string + LayerId *string + func (s AttachElasticLoadBalancerInput) GoString() string + func (s AttachElasticLoadBalancerInput) String() string + type AttachElasticLoadBalancerOutput struct + func (s AttachElasticLoadBalancerOutput) GoString() string + func (s AttachElasticLoadBalancerOutput) String() string + type AutoScalingThresholds struct + Alarms []*string + CpuThreshold *float64 + IgnoreMetricsTime *int64 + InstanceCount *int64 + LoadThreshold *float64 + MemoryThreshold *float64 + ThresholdsWaitTime *int64 + func (s AutoScalingThresholds) GoString() string + func (s AutoScalingThresholds) String() string + type BlockDeviceMapping struct + DeviceName *string + Ebs *EbsBlockDevice + NoDevice *string + VirtualName *string + func (s BlockDeviceMapping) GoString() string + func (s BlockDeviceMapping) String() string + type ChefConfiguration struct + BerkshelfVersion *string + ManageBerkshelf *bool + func (s ChefConfiguration) GoString() string + func (s ChefConfiguration) String() string + type CloneStackInput struct + AgentVersion *string + Attributes map[string]*string + ChefConfiguration *ChefConfiguration + CloneAppIds []*string + ClonePermissions *bool + ConfigurationManager *StackConfigurationManager + CustomCookbooksSource *Source + CustomJson *string + DefaultAvailabilityZone *string + DefaultInstanceProfileArn *string + DefaultOs *string + DefaultRootDeviceType *string + DefaultSshKeyName *string + DefaultSubnetId *string + HostnameTheme *string + Name *string + Region *string + ServiceRoleArn *string + SourceStackId *string + UseCustomCookbooks *bool + UseOpsworksSecurityGroups *bool + VpcId *string + func (s CloneStackInput) GoString() string + func (s CloneStackInput) String() string + type CloneStackOutput struct + StackId *string + func (s CloneStackOutput) GoString() string + func (s CloneStackOutput) String() string + type Command struct + AcknowledgedAt *string + CommandId *string + CompletedAt *string + CreatedAt *string + DeploymentId *string + ExitCode *int64 + InstanceId *string + LogUrl *string + Status *string + Type *string + func (s Command) GoString() string + func (s Command) String() string + type CreateAppInput struct + AppSource *Source + Attributes map[string]*string + DataSources []*DataSource + Description *string + Domains []*string + EnableSsl *bool + Environment []*EnvironmentVariable + Name *string + Shortname *string + SslConfiguration *SslConfiguration + StackId *string + Type *string + func (s CreateAppInput) GoString() string + func (s CreateAppInput) String() string + type CreateAppOutput struct + AppId *string + func (s CreateAppOutput) GoString() string + func (s CreateAppOutput) String() string + type CreateDeploymentInput struct + AppId *string + Command *DeploymentCommand + Comment *string + CustomJson *string + InstanceIds []*string + StackId *string + func (s CreateDeploymentInput) GoString() string + func (s CreateDeploymentInput) String() string + type CreateDeploymentOutput struct + DeploymentId *string + func (s CreateDeploymentOutput) GoString() string + func (s CreateDeploymentOutput) String() string + type CreateInstanceInput struct + AgentVersion *string + AmiId *string + Architecture *string + AutoScalingType *string + AvailabilityZone *string + BlockDeviceMappings []*BlockDeviceMapping + EbsOptimized *bool + Hostname *string + InstallUpdatesOnBoot *bool + InstanceType *string + LayerIds []*string + Os *string + RootDeviceType *string + SshKeyName *string + StackId *string + SubnetId *string + VirtualizationType *string + func (s CreateInstanceInput) GoString() string + func (s CreateInstanceInput) String() string + type CreateInstanceOutput struct + InstanceId *string + func (s CreateInstanceOutput) GoString() string + func (s CreateInstanceOutput) String() string + type CreateLayerInput struct + Attributes map[string]*string + AutoAssignElasticIps *bool + AutoAssignPublicIps *bool + CustomInstanceProfileArn *string + CustomJson *string + CustomRecipes *Recipes + CustomSecurityGroupIds []*string + EnableAutoHealing *bool + InstallUpdatesOnBoot *bool + LifecycleEventConfiguration *LifecycleEventConfiguration + Name *string + Packages []*string + Shortname *string + StackId *string + Type *string + UseEbsOptimizedInstances *bool + VolumeConfigurations []*VolumeConfiguration + func (s CreateLayerInput) GoString() string + func (s CreateLayerInput) String() string + type CreateLayerOutput struct + LayerId *string + func (s CreateLayerOutput) GoString() string + func (s CreateLayerOutput) String() string + type CreateStackInput struct + AgentVersion *string + Attributes map[string]*string + ChefConfiguration *ChefConfiguration + ConfigurationManager *StackConfigurationManager + CustomCookbooksSource *Source + CustomJson *string + DefaultAvailabilityZone *string + DefaultInstanceProfileArn *string + DefaultOs *string + DefaultRootDeviceType *string + DefaultSshKeyName *string + DefaultSubnetId *string + HostnameTheme *string + Name *string + Region *string + ServiceRoleArn *string + UseCustomCookbooks *bool + UseOpsworksSecurityGroups *bool + VpcId *string + func (s CreateStackInput) GoString() string + func (s CreateStackInput) String() string + type CreateStackOutput struct + StackId *string + func (s CreateStackOutput) GoString() string + func (s CreateStackOutput) String() string + type CreateUserProfileInput struct + AllowSelfManagement *bool + IamUserArn *string + SshPublicKey *string + SshUsername *string + func (s CreateUserProfileInput) GoString() string + func (s CreateUserProfileInput) String() string + type CreateUserProfileOutput struct + IamUserArn *string + func (s CreateUserProfileOutput) GoString() string + func (s CreateUserProfileOutput) String() string + type DataSource struct + Arn *string + DatabaseName *string + Type *string + func (s DataSource) GoString() string + func (s DataSource) String() string + type DeleteAppInput struct + AppId *string + func (s DeleteAppInput) GoString() string + func (s DeleteAppInput) String() string + type DeleteAppOutput struct + func (s DeleteAppOutput) GoString() string + func (s DeleteAppOutput) String() string + type DeleteInstanceInput struct + DeleteElasticIp *bool + DeleteVolumes *bool + InstanceId *string + func (s DeleteInstanceInput) GoString() string + func (s DeleteInstanceInput) String() string + type DeleteInstanceOutput struct + func (s DeleteInstanceOutput) GoString() string + func (s DeleteInstanceOutput) String() string + type DeleteLayerInput struct + LayerId *string + func (s DeleteLayerInput) GoString() string + func (s DeleteLayerInput) String() string + type DeleteLayerOutput struct + func (s DeleteLayerOutput) GoString() string + func (s DeleteLayerOutput) String() string + type DeleteStackInput struct + StackId *string + func (s DeleteStackInput) GoString() string + func (s DeleteStackInput) String() string + type DeleteStackOutput struct + func (s DeleteStackOutput) GoString() string + func (s DeleteStackOutput) String() string + type DeleteUserProfileInput struct + IamUserArn *string + func (s DeleteUserProfileInput) GoString() string + func (s DeleteUserProfileInput) String() string + type DeleteUserProfileOutput struct + func (s DeleteUserProfileOutput) GoString() string + func (s DeleteUserProfileOutput) String() string + type Deployment struct + AppId *string + Command *DeploymentCommand + Comment *string + CompletedAt *string + CreatedAt *string + CustomJson *string + DeploymentId *string + Duration *int64 + IamUserArn *string + InstanceIds []*string + StackId *string + Status *string + func (s Deployment) GoString() string + func (s Deployment) String() string + type DeploymentCommand struct + Args map[string][]*string + Name *string + func (s DeploymentCommand) GoString() string + func (s DeploymentCommand) String() string + type DeregisterEcsClusterInput struct + EcsClusterArn *string + func (s DeregisterEcsClusterInput) GoString() string + func (s DeregisterEcsClusterInput) String() string + type DeregisterEcsClusterOutput struct + func (s DeregisterEcsClusterOutput) GoString() string + func (s DeregisterEcsClusterOutput) String() string + type DeregisterElasticIpInput struct + ElasticIp *string + func (s DeregisterElasticIpInput) GoString() string + func (s DeregisterElasticIpInput) String() string + type DeregisterElasticIpOutput struct + func (s DeregisterElasticIpOutput) GoString() string + func (s DeregisterElasticIpOutput) String() string + type DeregisterInstanceInput struct + InstanceId *string + func (s DeregisterInstanceInput) GoString() string + func (s DeregisterInstanceInput) String() string + type DeregisterInstanceOutput struct + func (s DeregisterInstanceOutput) GoString() string + func (s DeregisterInstanceOutput) String() string + type DeregisterRdsDbInstanceInput struct + RdsDbInstanceArn *string + func (s DeregisterRdsDbInstanceInput) GoString() string + func (s DeregisterRdsDbInstanceInput) String() string + type DeregisterRdsDbInstanceOutput struct + func (s DeregisterRdsDbInstanceOutput) GoString() string + func (s DeregisterRdsDbInstanceOutput) String() string + type DeregisterVolumeInput struct + VolumeId *string + func (s DeregisterVolumeInput) GoString() string + func (s DeregisterVolumeInput) String() string + type DeregisterVolumeOutput struct + func (s DeregisterVolumeOutput) GoString() string + func (s DeregisterVolumeOutput) String() string + type DescribeAgentVersionsInput struct + ConfigurationManager *StackConfigurationManager + StackId *string + func (s DescribeAgentVersionsInput) GoString() string + func (s DescribeAgentVersionsInput) String() string + type DescribeAgentVersionsOutput struct + AgentVersions []*AgentVersion + func (s DescribeAgentVersionsOutput) GoString() string + func (s DescribeAgentVersionsOutput) String() string + type DescribeAppsInput struct + AppIds []*string + StackId *string + func (s DescribeAppsInput) GoString() string + func (s DescribeAppsInput) String() string + type DescribeAppsOutput struct + Apps []*App + func (s DescribeAppsOutput) GoString() string + func (s DescribeAppsOutput) String() string + type DescribeCommandsInput struct + CommandIds []*string + DeploymentId *string + InstanceId *string + func (s DescribeCommandsInput) GoString() string + func (s DescribeCommandsInput) String() string + type DescribeCommandsOutput struct + Commands []*Command + func (s DescribeCommandsOutput) GoString() string + func (s DescribeCommandsOutput) String() string + type DescribeDeploymentsInput struct + AppId *string + DeploymentIds []*string + StackId *string + func (s DescribeDeploymentsInput) GoString() string + func (s DescribeDeploymentsInput) String() string + type DescribeDeploymentsOutput struct + Deployments []*Deployment + func (s DescribeDeploymentsOutput) GoString() string + func (s DescribeDeploymentsOutput) String() string + type DescribeEcsClustersInput struct + EcsClusterArns []*string + MaxResults *int64 + NextToken *string + StackId *string + func (s DescribeEcsClustersInput) GoString() string + func (s DescribeEcsClustersInput) String() string + type DescribeEcsClustersOutput struct + EcsClusters []*EcsCluster + NextToken *string + func (s DescribeEcsClustersOutput) GoString() string + func (s DescribeEcsClustersOutput) String() string + type DescribeElasticIpsInput struct + InstanceId *string + Ips []*string + StackId *string + func (s DescribeElasticIpsInput) GoString() string + func (s DescribeElasticIpsInput) String() string + type DescribeElasticIpsOutput struct + ElasticIps []*ElasticIp + func (s DescribeElasticIpsOutput) GoString() string + func (s DescribeElasticIpsOutput) String() string + type DescribeElasticLoadBalancersInput struct + LayerIds []*string + StackId *string + func (s DescribeElasticLoadBalancersInput) GoString() string + func (s DescribeElasticLoadBalancersInput) String() string + type DescribeElasticLoadBalancersOutput struct + ElasticLoadBalancers []*ElasticLoadBalancer + func (s DescribeElasticLoadBalancersOutput) GoString() string + func (s DescribeElasticLoadBalancersOutput) String() string + type DescribeInstancesInput struct + InstanceIds []*string + LayerId *string + StackId *string + func (s DescribeInstancesInput) GoString() string + func (s DescribeInstancesInput) String() string + type DescribeInstancesOutput struct + Instances []*Instance + func (s DescribeInstancesOutput) GoString() string + func (s DescribeInstancesOutput) String() string + type DescribeLayersInput struct + LayerIds []*string + StackId *string + func (s DescribeLayersInput) GoString() string + func (s DescribeLayersInput) String() string + type DescribeLayersOutput struct + Layers []*Layer + func (s DescribeLayersOutput) GoString() string + func (s DescribeLayersOutput) String() string + type DescribeLoadBasedAutoScalingInput struct + LayerIds []*string + func (s DescribeLoadBasedAutoScalingInput) GoString() string + func (s DescribeLoadBasedAutoScalingInput) String() string + type DescribeLoadBasedAutoScalingOutput struct + LoadBasedAutoScalingConfigurations []*LoadBasedAutoScalingConfiguration + func (s DescribeLoadBasedAutoScalingOutput) GoString() string + func (s DescribeLoadBasedAutoScalingOutput) String() string + type DescribeMyUserProfileInput struct + func (s DescribeMyUserProfileInput) GoString() string + func (s DescribeMyUserProfileInput) String() string + type DescribeMyUserProfileOutput struct + UserProfile *SelfUserProfile + func (s DescribeMyUserProfileOutput) GoString() string + func (s DescribeMyUserProfileOutput) String() string + type DescribePermissionsInput struct + IamUserArn *string + StackId *string + func (s DescribePermissionsInput) GoString() string + func (s DescribePermissionsInput) String() string + type DescribePermissionsOutput struct + Permissions []*Permission + func (s DescribePermissionsOutput) GoString() string + func (s DescribePermissionsOutput) String() string + type DescribeRaidArraysInput struct + InstanceId *string + RaidArrayIds []*string + StackId *string + func (s DescribeRaidArraysInput) GoString() string + func (s DescribeRaidArraysInput) String() string + type DescribeRaidArraysOutput struct + RaidArrays []*RaidArray + func (s DescribeRaidArraysOutput) GoString() string + func (s DescribeRaidArraysOutput) String() string + type DescribeRdsDbInstancesInput struct + RdsDbInstanceArns []*string + StackId *string + func (s DescribeRdsDbInstancesInput) GoString() string + func (s DescribeRdsDbInstancesInput) String() string + type DescribeRdsDbInstancesOutput struct + RdsDbInstances []*RdsDbInstance + func (s DescribeRdsDbInstancesOutput) GoString() string + func (s DescribeRdsDbInstancesOutput) String() string + type DescribeServiceErrorsInput struct + InstanceId *string + ServiceErrorIds []*string + StackId *string + func (s DescribeServiceErrorsInput) GoString() string + func (s DescribeServiceErrorsInput) String() string + type DescribeServiceErrorsOutput struct + ServiceErrors []*ServiceError + func (s DescribeServiceErrorsOutput) GoString() string + func (s DescribeServiceErrorsOutput) String() string + type DescribeStackProvisioningParametersInput struct + StackId *string + func (s DescribeStackProvisioningParametersInput) GoString() string + func (s DescribeStackProvisioningParametersInput) String() string + type DescribeStackProvisioningParametersOutput struct + AgentInstallerUrl *string + Parameters map[string]*string + func (s DescribeStackProvisioningParametersOutput) GoString() string + func (s DescribeStackProvisioningParametersOutput) String() string + type DescribeStackSummaryInput struct + StackId *string + func (s DescribeStackSummaryInput) GoString() string + func (s DescribeStackSummaryInput) String() string + type DescribeStackSummaryOutput struct + StackSummary *StackSummary + func (s DescribeStackSummaryOutput) GoString() string + func (s DescribeStackSummaryOutput) String() string + type DescribeStacksInput struct + StackIds []*string + func (s DescribeStacksInput) GoString() string + func (s DescribeStacksInput) String() string + type DescribeStacksOutput struct + Stacks []*Stack + func (s DescribeStacksOutput) GoString() string + func (s DescribeStacksOutput) String() string + type DescribeTimeBasedAutoScalingInput struct + InstanceIds []*string + func (s DescribeTimeBasedAutoScalingInput) GoString() string + func (s DescribeTimeBasedAutoScalingInput) String() string + type DescribeTimeBasedAutoScalingOutput struct + TimeBasedAutoScalingConfigurations []*TimeBasedAutoScalingConfiguration + func (s DescribeTimeBasedAutoScalingOutput) GoString() string + func (s DescribeTimeBasedAutoScalingOutput) String() string + type DescribeUserProfilesInput struct + IamUserArns []*string + func (s DescribeUserProfilesInput) GoString() string + func (s DescribeUserProfilesInput) String() string + type DescribeUserProfilesOutput struct + UserProfiles []*UserProfile + func (s DescribeUserProfilesOutput) GoString() string + func (s DescribeUserProfilesOutput) String() string + type DescribeVolumesInput struct + InstanceId *string + RaidArrayId *string + StackId *string + VolumeIds []*string + func (s DescribeVolumesInput) GoString() string + func (s DescribeVolumesInput) String() string + type DescribeVolumesOutput struct + Volumes []*Volume + func (s DescribeVolumesOutput) GoString() string + func (s DescribeVolumesOutput) String() string + type DetachElasticLoadBalancerInput struct + ElasticLoadBalancerName *string + LayerId *string + func (s DetachElasticLoadBalancerInput) GoString() string + func (s DetachElasticLoadBalancerInput) String() string + type DetachElasticLoadBalancerOutput struct + func (s DetachElasticLoadBalancerOutput) GoString() string + func (s DetachElasticLoadBalancerOutput) String() string + type DisassociateElasticIpInput struct + ElasticIp *string + func (s DisassociateElasticIpInput) GoString() string + func (s DisassociateElasticIpInput) String() string + type DisassociateElasticIpOutput struct + func (s DisassociateElasticIpOutput) GoString() string + func (s DisassociateElasticIpOutput) String() string + type EbsBlockDevice struct + DeleteOnTermination *bool + Iops *int64 + SnapshotId *string + VolumeSize *int64 + VolumeType *string + func (s EbsBlockDevice) GoString() string + func (s EbsBlockDevice) String() string + type EcsCluster struct + EcsClusterArn *string + EcsClusterName *string + RegisteredAt *string + StackId *string + func (s EcsCluster) GoString() string + func (s EcsCluster) String() string + type ElasticIp struct + Domain *string + InstanceId *string + Ip *string + Name *string + Region *string + func (s ElasticIp) GoString() string + func (s ElasticIp) String() string + type ElasticLoadBalancer struct + AvailabilityZones []*string + DnsName *string + Ec2InstanceIds []*string + ElasticLoadBalancerName *string + LayerId *string + Region *string + StackId *string + SubnetIds []*string + VpcId *string + func (s ElasticLoadBalancer) GoString() string + func (s ElasticLoadBalancer) String() string + type EnvironmentVariable struct + Key *string + Secure *bool + Value *string + func (s EnvironmentVariable) GoString() string + func (s EnvironmentVariable) String() string + type GetHostnameSuggestionInput struct + LayerId *string + func (s GetHostnameSuggestionInput) GoString() string + func (s GetHostnameSuggestionInput) String() string + type GetHostnameSuggestionOutput struct + Hostname *string + LayerId *string + func (s GetHostnameSuggestionOutput) GoString() string + func (s GetHostnameSuggestionOutput) String() string + type GrantAccessInput struct + InstanceId *string + ValidForInMinutes *int64 + func (s GrantAccessInput) GoString() string + func (s GrantAccessInput) String() string + type GrantAccessOutput struct + TemporaryCredential *TemporaryCredential + func (s GrantAccessOutput) GoString() string + func (s GrantAccessOutput) String() string + type Instance struct + AgentVersion *string + AmiId *string + Architecture *string + AutoScalingType *string + AvailabilityZone *string + BlockDeviceMappings []*BlockDeviceMapping + CreatedAt *string + EbsOptimized *bool + Ec2InstanceId *string + EcsClusterArn *string + EcsContainerInstanceArn *string + ElasticIp *string + Hostname *string + InfrastructureClass *string + InstallUpdatesOnBoot *bool + InstanceId *string + InstanceProfileArn *string + InstanceType *string + LastServiceErrorId *string + LayerIds []*string + Os *string + Platform *string + PrivateDns *string + PrivateIp *string + PublicDns *string + PublicIp *string + RegisteredBy *string + ReportedAgentVersion *string + ReportedOs *ReportedOs + RootDeviceType *string + RootDeviceVolumeId *string + SecurityGroupIds []*string + SshHostDsaKeyFingerprint *string + SshHostRsaKeyFingerprint *string + SshKeyName *string + StackId *string + Status *string + SubnetId *string + VirtualizationType *string + func (s Instance) GoString() string + func (s Instance) String() string + type InstanceIdentity struct + Document *string + Signature *string + func (s InstanceIdentity) GoString() string + func (s InstanceIdentity) String() string + type InstancesCount struct + Assigning *int64 + Booting *int64 + ConnectionLost *int64 + Deregistering *int64 + Online *int64 + Pending *int64 + Rebooting *int64 + Registered *int64 + Registering *int64 + Requested *int64 + RunningSetup *int64 + SetupFailed *int64 + ShuttingDown *int64 + StartFailed *int64 + Stopped *int64 + Stopping *int64 + Terminated *int64 + Terminating *int64 + Unassigning *int64 + func (s InstancesCount) GoString() string + func (s InstancesCount) String() string + type Layer struct + Attributes map[string]*string + AutoAssignElasticIps *bool + AutoAssignPublicIps *bool + CreatedAt *string + CustomInstanceProfileArn *string + CustomJson *string + CustomRecipes *Recipes + CustomSecurityGroupIds []*string + DefaultRecipes *Recipes + DefaultSecurityGroupNames []*string + EnableAutoHealing *bool + InstallUpdatesOnBoot *bool + LayerId *string + LifecycleEventConfiguration *LifecycleEventConfiguration + Name *string + Packages []*string + Shortname *string + StackId *string + Type *string + UseEbsOptimizedInstances *bool + VolumeConfigurations []*VolumeConfiguration + func (s Layer) GoString() string + func (s Layer) String() string + type LifecycleEventConfiguration struct + Shutdown *ShutdownEventConfiguration + func (s LifecycleEventConfiguration) GoString() string + func (s LifecycleEventConfiguration) String() string + type LoadBasedAutoScalingConfiguration struct + DownScaling *AutoScalingThresholds + Enable *bool + LayerId *string + UpScaling *AutoScalingThresholds + func (s LoadBasedAutoScalingConfiguration) GoString() string + func (s LoadBasedAutoScalingConfiguration) String() string + type OpsWorks struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *OpsWorks + func (c *OpsWorks) AssignInstance(input *AssignInstanceInput) (*AssignInstanceOutput, error) + func (c *OpsWorks) AssignInstanceRequest(input *AssignInstanceInput) (req *request.Request, output *AssignInstanceOutput) + func (c *OpsWorks) AssignVolume(input *AssignVolumeInput) (*AssignVolumeOutput, error) + func (c *OpsWorks) AssignVolumeRequest(input *AssignVolumeInput) (req *request.Request, output *AssignVolumeOutput) + func (c *OpsWorks) AssociateElasticIp(input *AssociateElasticIpInput) (*AssociateElasticIpOutput, error) + func (c *OpsWorks) AssociateElasticIpRequest(input *AssociateElasticIpInput) (req *request.Request, output *AssociateElasticIpOutput) + func (c *OpsWorks) AttachElasticLoadBalancer(input *AttachElasticLoadBalancerInput) (*AttachElasticLoadBalancerOutput, error) + func (c *OpsWorks) AttachElasticLoadBalancerRequest(input *AttachElasticLoadBalancerInput) (req *request.Request, output *AttachElasticLoadBalancerOutput) + func (c *OpsWorks) CloneStack(input *CloneStackInput) (*CloneStackOutput, error) + func (c *OpsWorks) CloneStackRequest(input *CloneStackInput) (req *request.Request, output *CloneStackOutput) + func (c *OpsWorks) CreateApp(input *CreateAppInput) (*CreateAppOutput, error) + func (c *OpsWorks) CreateAppRequest(input *CreateAppInput) (req *request.Request, output *CreateAppOutput) + func (c *OpsWorks) CreateDeployment(input *CreateDeploymentInput) (*CreateDeploymentOutput, error) + func (c *OpsWorks) CreateDeploymentRequest(input *CreateDeploymentInput) (req *request.Request, output *CreateDeploymentOutput) + func (c *OpsWorks) CreateInstance(input *CreateInstanceInput) (*CreateInstanceOutput, error) + func (c *OpsWorks) CreateInstanceRequest(input *CreateInstanceInput) (req *request.Request, output *CreateInstanceOutput) + func (c *OpsWorks) CreateLayer(input *CreateLayerInput) (*CreateLayerOutput, error) + func (c *OpsWorks) CreateLayerRequest(input *CreateLayerInput) (req *request.Request, output *CreateLayerOutput) + func (c *OpsWorks) CreateStack(input *CreateStackInput) (*CreateStackOutput, error) + func (c *OpsWorks) CreateStackRequest(input *CreateStackInput) (req *request.Request, output *CreateStackOutput) + func (c *OpsWorks) CreateUserProfile(input *CreateUserProfileInput) (*CreateUserProfileOutput, error) + func (c *OpsWorks) CreateUserProfileRequest(input *CreateUserProfileInput) (req *request.Request, output *CreateUserProfileOutput) + func (c *OpsWorks) DeleteApp(input *DeleteAppInput) (*DeleteAppOutput, error) + func (c *OpsWorks) DeleteAppRequest(input *DeleteAppInput) (req *request.Request, output *DeleteAppOutput) + func (c *OpsWorks) DeleteInstance(input *DeleteInstanceInput) (*DeleteInstanceOutput, error) + func (c *OpsWorks) DeleteInstanceRequest(input *DeleteInstanceInput) (req *request.Request, output *DeleteInstanceOutput) + func (c *OpsWorks) DeleteLayer(input *DeleteLayerInput) (*DeleteLayerOutput, error) + func (c *OpsWorks) DeleteLayerRequest(input *DeleteLayerInput) (req *request.Request, output *DeleteLayerOutput) + func (c *OpsWorks) DeleteStack(input *DeleteStackInput) (*DeleteStackOutput, error) + func (c *OpsWorks) DeleteStackRequest(input *DeleteStackInput) (req *request.Request, output *DeleteStackOutput) + func (c *OpsWorks) DeleteUserProfile(input *DeleteUserProfileInput) (*DeleteUserProfileOutput, error) + func (c *OpsWorks) DeleteUserProfileRequest(input *DeleteUserProfileInput) (req *request.Request, output *DeleteUserProfileOutput) + func (c *OpsWorks) DeregisterEcsCluster(input *DeregisterEcsClusterInput) (*DeregisterEcsClusterOutput, error) + func (c *OpsWorks) DeregisterEcsClusterRequest(input *DeregisterEcsClusterInput) (req *request.Request, output *DeregisterEcsClusterOutput) + func (c *OpsWorks) DeregisterElasticIp(input *DeregisterElasticIpInput) (*DeregisterElasticIpOutput, error) + func (c *OpsWorks) DeregisterElasticIpRequest(input *DeregisterElasticIpInput) (req *request.Request, output *DeregisterElasticIpOutput) + func (c *OpsWorks) DeregisterInstance(input *DeregisterInstanceInput) (*DeregisterInstanceOutput, error) + func (c *OpsWorks) DeregisterInstanceRequest(input *DeregisterInstanceInput) (req *request.Request, output *DeregisterInstanceOutput) + func (c *OpsWorks) DeregisterRdsDbInstance(input *DeregisterRdsDbInstanceInput) (*DeregisterRdsDbInstanceOutput, error) + func (c *OpsWorks) DeregisterRdsDbInstanceRequest(input *DeregisterRdsDbInstanceInput) (req *request.Request, output *DeregisterRdsDbInstanceOutput) + func (c *OpsWorks) DeregisterVolume(input *DeregisterVolumeInput) (*DeregisterVolumeOutput, error) + func (c *OpsWorks) DeregisterVolumeRequest(input *DeregisterVolumeInput) (req *request.Request, output *DeregisterVolumeOutput) + func (c *OpsWorks) DescribeAgentVersions(input *DescribeAgentVersionsInput) (*DescribeAgentVersionsOutput, error) + func (c *OpsWorks) DescribeAgentVersionsRequest(input *DescribeAgentVersionsInput) (req *request.Request, output *DescribeAgentVersionsOutput) + func (c *OpsWorks) DescribeApps(input *DescribeAppsInput) (*DescribeAppsOutput, error) + func (c *OpsWorks) DescribeAppsRequest(input *DescribeAppsInput) (req *request.Request, output *DescribeAppsOutput) + func (c *OpsWorks) DescribeCommands(input *DescribeCommandsInput) (*DescribeCommandsOutput, error) + func (c *OpsWorks) DescribeCommandsRequest(input *DescribeCommandsInput) (req *request.Request, output *DescribeCommandsOutput) + func (c *OpsWorks) DescribeDeployments(input *DescribeDeploymentsInput) (*DescribeDeploymentsOutput, error) + func (c *OpsWorks) DescribeDeploymentsRequest(input *DescribeDeploymentsInput) (req *request.Request, output *DescribeDeploymentsOutput) + func (c *OpsWorks) DescribeEcsClusters(input *DescribeEcsClustersInput) (*DescribeEcsClustersOutput, error) + func (c *OpsWorks) DescribeEcsClustersPages(input *DescribeEcsClustersInput, ...) error + func (c *OpsWorks) DescribeEcsClustersRequest(input *DescribeEcsClustersInput) (req *request.Request, output *DescribeEcsClustersOutput) + func (c *OpsWorks) DescribeElasticIps(input *DescribeElasticIpsInput) (*DescribeElasticIpsOutput, error) + func (c *OpsWorks) DescribeElasticIpsRequest(input *DescribeElasticIpsInput) (req *request.Request, output *DescribeElasticIpsOutput) + func (c *OpsWorks) DescribeElasticLoadBalancers(input *DescribeElasticLoadBalancersInput) (*DescribeElasticLoadBalancersOutput, error) + func (c *OpsWorks) DescribeElasticLoadBalancersRequest(input *DescribeElasticLoadBalancersInput) (req *request.Request, output *DescribeElasticLoadBalancersOutput) + func (c *OpsWorks) DescribeInstances(input *DescribeInstancesInput) (*DescribeInstancesOutput, error) + func (c *OpsWorks) DescribeInstancesRequest(input *DescribeInstancesInput) (req *request.Request, output *DescribeInstancesOutput) + func (c *OpsWorks) DescribeLayers(input *DescribeLayersInput) (*DescribeLayersOutput, error) + func (c *OpsWorks) DescribeLayersRequest(input *DescribeLayersInput) (req *request.Request, output *DescribeLayersOutput) + func (c *OpsWorks) DescribeLoadBasedAutoScaling(input *DescribeLoadBasedAutoScalingInput) (*DescribeLoadBasedAutoScalingOutput, error) + func (c *OpsWorks) DescribeLoadBasedAutoScalingRequest(input *DescribeLoadBasedAutoScalingInput) (req *request.Request, output *DescribeLoadBasedAutoScalingOutput) + func (c *OpsWorks) DescribeMyUserProfile(input *DescribeMyUserProfileInput) (*DescribeMyUserProfileOutput, error) + func (c *OpsWorks) DescribeMyUserProfileRequest(input *DescribeMyUserProfileInput) (req *request.Request, output *DescribeMyUserProfileOutput) + func (c *OpsWorks) DescribePermissions(input *DescribePermissionsInput) (*DescribePermissionsOutput, error) + func (c *OpsWorks) DescribePermissionsRequest(input *DescribePermissionsInput) (req *request.Request, output *DescribePermissionsOutput) + func (c *OpsWorks) DescribeRaidArrays(input *DescribeRaidArraysInput) (*DescribeRaidArraysOutput, error) + func (c *OpsWorks) DescribeRaidArraysRequest(input *DescribeRaidArraysInput) (req *request.Request, output *DescribeRaidArraysOutput) + func (c *OpsWorks) DescribeRdsDbInstances(input *DescribeRdsDbInstancesInput) (*DescribeRdsDbInstancesOutput, error) + func (c *OpsWorks) DescribeRdsDbInstancesRequest(input *DescribeRdsDbInstancesInput) (req *request.Request, output *DescribeRdsDbInstancesOutput) + func (c *OpsWorks) DescribeServiceErrors(input *DescribeServiceErrorsInput) (*DescribeServiceErrorsOutput, error) + func (c *OpsWorks) DescribeServiceErrorsRequest(input *DescribeServiceErrorsInput) (req *request.Request, output *DescribeServiceErrorsOutput) + func (c *OpsWorks) DescribeStackProvisioningParameters(input *DescribeStackProvisioningParametersInput) (*DescribeStackProvisioningParametersOutput, error) + func (c *OpsWorks) DescribeStackProvisioningParametersRequest(input *DescribeStackProvisioningParametersInput) (req *request.Request, output *DescribeStackProvisioningParametersOutput) + func (c *OpsWorks) DescribeStackSummary(input *DescribeStackSummaryInput) (*DescribeStackSummaryOutput, error) + func (c *OpsWorks) DescribeStackSummaryRequest(input *DescribeStackSummaryInput) (req *request.Request, output *DescribeStackSummaryOutput) + func (c *OpsWorks) DescribeStacks(input *DescribeStacksInput) (*DescribeStacksOutput, error) + func (c *OpsWorks) DescribeStacksRequest(input *DescribeStacksInput) (req *request.Request, output *DescribeStacksOutput) + func (c *OpsWorks) DescribeTimeBasedAutoScaling(input *DescribeTimeBasedAutoScalingInput) (*DescribeTimeBasedAutoScalingOutput, error) + func (c *OpsWorks) DescribeTimeBasedAutoScalingRequest(input *DescribeTimeBasedAutoScalingInput) (req *request.Request, output *DescribeTimeBasedAutoScalingOutput) + func (c *OpsWorks) DescribeUserProfiles(input *DescribeUserProfilesInput) (*DescribeUserProfilesOutput, error) + func (c *OpsWorks) DescribeUserProfilesRequest(input *DescribeUserProfilesInput) (req *request.Request, output *DescribeUserProfilesOutput) + func (c *OpsWorks) DescribeVolumes(input *DescribeVolumesInput) (*DescribeVolumesOutput, error) + func (c *OpsWorks) DescribeVolumesRequest(input *DescribeVolumesInput) (req *request.Request, output *DescribeVolumesOutput) + func (c *OpsWorks) DetachElasticLoadBalancer(input *DetachElasticLoadBalancerInput) (*DetachElasticLoadBalancerOutput, error) + func (c *OpsWorks) DetachElasticLoadBalancerRequest(input *DetachElasticLoadBalancerInput) (req *request.Request, output *DetachElasticLoadBalancerOutput) + func (c *OpsWorks) DisassociateElasticIp(input *DisassociateElasticIpInput) (*DisassociateElasticIpOutput, error) + func (c *OpsWorks) DisassociateElasticIpRequest(input *DisassociateElasticIpInput) (req *request.Request, output *DisassociateElasticIpOutput) + func (c *OpsWorks) GetHostnameSuggestion(input *GetHostnameSuggestionInput) (*GetHostnameSuggestionOutput, error) + func (c *OpsWorks) GetHostnameSuggestionRequest(input *GetHostnameSuggestionInput) (req *request.Request, output *GetHostnameSuggestionOutput) + func (c *OpsWorks) GrantAccess(input *GrantAccessInput) (*GrantAccessOutput, error) + func (c *OpsWorks) GrantAccessRequest(input *GrantAccessInput) (req *request.Request, output *GrantAccessOutput) + func (c *OpsWorks) RebootInstance(input *RebootInstanceInput) (*RebootInstanceOutput, error) + func (c *OpsWorks) RebootInstanceRequest(input *RebootInstanceInput) (req *request.Request, output *RebootInstanceOutput) + func (c *OpsWorks) RegisterEcsCluster(input *RegisterEcsClusterInput) (*RegisterEcsClusterOutput, error) + func (c *OpsWorks) RegisterEcsClusterRequest(input *RegisterEcsClusterInput) (req *request.Request, output *RegisterEcsClusterOutput) + func (c *OpsWorks) RegisterElasticIp(input *RegisterElasticIpInput) (*RegisterElasticIpOutput, error) + func (c *OpsWorks) RegisterElasticIpRequest(input *RegisterElasticIpInput) (req *request.Request, output *RegisterElasticIpOutput) + func (c *OpsWorks) RegisterInstance(input *RegisterInstanceInput) (*RegisterInstanceOutput, error) + func (c *OpsWorks) RegisterInstanceRequest(input *RegisterInstanceInput) (req *request.Request, output *RegisterInstanceOutput) + func (c *OpsWorks) RegisterRdsDbInstance(input *RegisterRdsDbInstanceInput) (*RegisterRdsDbInstanceOutput, error) + func (c *OpsWorks) RegisterRdsDbInstanceRequest(input *RegisterRdsDbInstanceInput) (req *request.Request, output *RegisterRdsDbInstanceOutput) + func (c *OpsWorks) RegisterVolume(input *RegisterVolumeInput) (*RegisterVolumeOutput, error) + func (c *OpsWorks) RegisterVolumeRequest(input *RegisterVolumeInput) (req *request.Request, output *RegisterVolumeOutput) + func (c *OpsWorks) SetLoadBasedAutoScaling(input *SetLoadBasedAutoScalingInput) (*SetLoadBasedAutoScalingOutput, error) + func (c *OpsWorks) SetLoadBasedAutoScalingRequest(input *SetLoadBasedAutoScalingInput) (req *request.Request, output *SetLoadBasedAutoScalingOutput) + func (c *OpsWorks) SetPermission(input *SetPermissionInput) (*SetPermissionOutput, error) + func (c *OpsWorks) SetPermissionRequest(input *SetPermissionInput) (req *request.Request, output *SetPermissionOutput) + func (c *OpsWorks) SetTimeBasedAutoScaling(input *SetTimeBasedAutoScalingInput) (*SetTimeBasedAutoScalingOutput, error) + func (c *OpsWorks) SetTimeBasedAutoScalingRequest(input *SetTimeBasedAutoScalingInput) (req *request.Request, output *SetTimeBasedAutoScalingOutput) + func (c *OpsWorks) StartInstance(input *StartInstanceInput) (*StartInstanceOutput, error) + func (c *OpsWorks) StartInstanceRequest(input *StartInstanceInput) (req *request.Request, output *StartInstanceOutput) + func (c *OpsWorks) StartStack(input *StartStackInput) (*StartStackOutput, error) + func (c *OpsWorks) StartStackRequest(input *StartStackInput) (req *request.Request, output *StartStackOutput) + func (c *OpsWorks) StopInstance(input *StopInstanceInput) (*StopInstanceOutput, error) + func (c *OpsWorks) StopInstanceRequest(input *StopInstanceInput) (req *request.Request, output *StopInstanceOutput) + func (c *OpsWorks) StopStack(input *StopStackInput) (*StopStackOutput, error) + func (c *OpsWorks) StopStackRequest(input *StopStackInput) (req *request.Request, output *StopStackOutput) + func (c *OpsWorks) UnassignInstance(input *UnassignInstanceInput) (*UnassignInstanceOutput, error) + func (c *OpsWorks) UnassignInstanceRequest(input *UnassignInstanceInput) (req *request.Request, output *UnassignInstanceOutput) + func (c *OpsWorks) UnassignVolume(input *UnassignVolumeInput) (*UnassignVolumeOutput, error) + func (c *OpsWorks) UnassignVolumeRequest(input *UnassignVolumeInput) (req *request.Request, output *UnassignVolumeOutput) + func (c *OpsWorks) UpdateApp(input *UpdateAppInput) (*UpdateAppOutput, error) + func (c *OpsWorks) UpdateAppRequest(input *UpdateAppInput) (req *request.Request, output *UpdateAppOutput) + func (c *OpsWorks) UpdateElasticIp(input *UpdateElasticIpInput) (*UpdateElasticIpOutput, error) + func (c *OpsWorks) UpdateElasticIpRequest(input *UpdateElasticIpInput) (req *request.Request, output *UpdateElasticIpOutput) + func (c *OpsWorks) UpdateInstance(input *UpdateInstanceInput) (*UpdateInstanceOutput, error) + func (c *OpsWorks) UpdateInstanceRequest(input *UpdateInstanceInput) (req *request.Request, output *UpdateInstanceOutput) + func (c *OpsWorks) UpdateLayer(input *UpdateLayerInput) (*UpdateLayerOutput, error) + func (c *OpsWorks) UpdateLayerRequest(input *UpdateLayerInput) (req *request.Request, output *UpdateLayerOutput) + func (c *OpsWorks) UpdateMyUserProfile(input *UpdateMyUserProfileInput) (*UpdateMyUserProfileOutput, error) + func (c *OpsWorks) UpdateMyUserProfileRequest(input *UpdateMyUserProfileInput) (req *request.Request, output *UpdateMyUserProfileOutput) + func (c *OpsWorks) UpdateRdsDbInstance(input *UpdateRdsDbInstanceInput) (*UpdateRdsDbInstanceOutput, error) + func (c *OpsWorks) UpdateRdsDbInstanceRequest(input *UpdateRdsDbInstanceInput) (req *request.Request, output *UpdateRdsDbInstanceOutput) + func (c *OpsWorks) UpdateStack(input *UpdateStackInput) (*UpdateStackOutput, error) + func (c *OpsWorks) UpdateStackRequest(input *UpdateStackInput) (req *request.Request, output *UpdateStackOutput) + func (c *OpsWorks) UpdateUserProfile(input *UpdateUserProfileInput) (*UpdateUserProfileOutput, error) + func (c *OpsWorks) UpdateUserProfileRequest(input *UpdateUserProfileInput) (req *request.Request, output *UpdateUserProfileOutput) + func (c *OpsWorks) UpdateVolume(input *UpdateVolumeInput) (*UpdateVolumeOutput, error) + func (c *OpsWorks) UpdateVolumeRequest(input *UpdateVolumeInput) (req *request.Request, output *UpdateVolumeOutput) + func (c *OpsWorks) WaitUntilAppExists(input *DescribeAppsInput) error + func (c *OpsWorks) WaitUntilDeploymentSuccessful(input *DescribeDeploymentsInput) error + func (c *OpsWorks) WaitUntilInstanceOnline(input *DescribeInstancesInput) error + func (c *OpsWorks) WaitUntilInstanceStopped(input *DescribeInstancesInput) error + func (c *OpsWorks) WaitUntilInstanceTerminated(input *DescribeInstancesInput) error + type Permission struct + AllowSsh *bool + AllowSudo *bool + IamUserArn *string + Level *string + StackId *string + func (s Permission) GoString() string + func (s Permission) String() string + type RaidArray struct + AvailabilityZone *string + CreatedAt *string + Device *string + InstanceId *string + Iops *int64 + MountPoint *string + Name *string + NumberOfDisks *int64 + RaidArrayId *string + RaidLevel *int64 + Size *int64 + StackId *string + VolumeType *string + func (s RaidArray) GoString() string + func (s RaidArray) String() string + type RdsDbInstance struct + Address *string + DbInstanceIdentifier *string + DbPassword *string + DbUser *string + Engine *string + MissingOnRds *bool + RdsDbInstanceArn *string + Region *string + StackId *string + func (s RdsDbInstance) GoString() string + func (s RdsDbInstance) String() string + type RebootInstanceInput struct + InstanceId *string + func (s RebootInstanceInput) GoString() string + func (s RebootInstanceInput) String() string + type RebootInstanceOutput struct + func (s RebootInstanceOutput) GoString() string + func (s RebootInstanceOutput) String() string + type Recipes struct + Configure []*string + Deploy []*string + Setup []*string + Shutdown []*string + Undeploy []*string + func (s Recipes) GoString() string + func (s Recipes) String() string + type RegisterEcsClusterInput struct + EcsClusterArn *string + StackId *string + func (s RegisterEcsClusterInput) GoString() string + func (s RegisterEcsClusterInput) String() string + type RegisterEcsClusterOutput struct + EcsClusterArn *string + func (s RegisterEcsClusterOutput) GoString() string + func (s RegisterEcsClusterOutput) String() string + type RegisterElasticIpInput struct + ElasticIp *string + StackId *string + func (s RegisterElasticIpInput) GoString() string + func (s RegisterElasticIpInput) String() string + type RegisterElasticIpOutput struct + ElasticIp *string + func (s RegisterElasticIpOutput) GoString() string + func (s RegisterElasticIpOutput) String() string + type RegisterInstanceInput struct + Hostname *string + InstanceIdentity *InstanceIdentity + PrivateIp *string + PublicIp *string + RsaPublicKey *string + RsaPublicKeyFingerprint *string + StackId *string + func (s RegisterInstanceInput) GoString() string + func (s RegisterInstanceInput) String() string + type RegisterInstanceOutput struct + InstanceId *string + func (s RegisterInstanceOutput) GoString() string + func (s RegisterInstanceOutput) String() string + type RegisterRdsDbInstanceInput struct + DbPassword *string + DbUser *string + RdsDbInstanceArn *string + StackId *string + func (s RegisterRdsDbInstanceInput) GoString() string + func (s RegisterRdsDbInstanceInput) String() string + type RegisterRdsDbInstanceOutput struct + func (s RegisterRdsDbInstanceOutput) GoString() string + func (s RegisterRdsDbInstanceOutput) String() string + type RegisterVolumeInput struct + Ec2VolumeId *string + StackId *string + func (s RegisterVolumeInput) GoString() string + func (s RegisterVolumeInput) String() string + type RegisterVolumeOutput struct + VolumeId *string + func (s RegisterVolumeOutput) GoString() string + func (s RegisterVolumeOutput) String() string + type ReportedOs struct + Family *string + Name *string + Version *string + func (s ReportedOs) GoString() string + func (s ReportedOs) String() string + type SelfUserProfile struct + IamUserArn *string + Name *string + SshPublicKey *string + SshUsername *string + func (s SelfUserProfile) GoString() string + func (s SelfUserProfile) String() string + type ServiceError struct + CreatedAt *string + InstanceId *string + Message *string + ServiceErrorId *string + StackId *string + Type *string + func (s ServiceError) GoString() string + func (s ServiceError) String() string + type SetLoadBasedAutoScalingInput struct + DownScaling *AutoScalingThresholds + Enable *bool + LayerId *string + UpScaling *AutoScalingThresholds + func (s SetLoadBasedAutoScalingInput) GoString() string + func (s SetLoadBasedAutoScalingInput) String() string + type SetLoadBasedAutoScalingOutput struct + func (s SetLoadBasedAutoScalingOutput) GoString() string + func (s SetLoadBasedAutoScalingOutput) String() string + type SetPermissionInput struct + AllowSsh *bool + AllowSudo *bool + IamUserArn *string + Level *string + StackId *string + func (s SetPermissionInput) GoString() string + func (s SetPermissionInput) String() string + type SetPermissionOutput struct + func (s SetPermissionOutput) GoString() string + func (s SetPermissionOutput) String() string + type SetTimeBasedAutoScalingInput struct + AutoScalingSchedule *WeeklyAutoScalingSchedule + InstanceId *string + func (s SetTimeBasedAutoScalingInput) GoString() string + func (s SetTimeBasedAutoScalingInput) String() string + type SetTimeBasedAutoScalingOutput struct + func (s SetTimeBasedAutoScalingOutput) GoString() string + func (s SetTimeBasedAutoScalingOutput) String() string + type ShutdownEventConfiguration struct + DelayUntilElbConnectionsDrained *bool + ExecutionTimeout *int64 + func (s ShutdownEventConfiguration) GoString() string + func (s ShutdownEventConfiguration) String() string + type Source struct + Password *string + Revision *string + SshKey *string + Type *string + Url *string + Username *string + func (s Source) GoString() string + func (s Source) String() string + type SslConfiguration struct + Certificate *string + Chain *string + PrivateKey *string + func (s SslConfiguration) GoString() string + func (s SslConfiguration) String() string + type Stack struct + AgentVersion *string + Arn *string + Attributes map[string]*string + ChefConfiguration *ChefConfiguration + ConfigurationManager *StackConfigurationManager + CreatedAt *string + CustomCookbooksSource *Source + CustomJson *string + DefaultAvailabilityZone *string + DefaultInstanceProfileArn *string + DefaultOs *string + DefaultRootDeviceType *string + DefaultSshKeyName *string + DefaultSubnetId *string + HostnameTheme *string + Name *string + Region *string + ServiceRoleArn *string + StackId *string + UseCustomCookbooks *bool + UseOpsworksSecurityGroups *bool + VpcId *string + func (s Stack) GoString() string + func (s Stack) String() string + type StackConfigurationManager struct + Name *string + Version *string + func (s StackConfigurationManager) GoString() string + func (s StackConfigurationManager) String() string + type StackSummary struct + AppsCount *int64 + Arn *string + InstancesCount *InstancesCount + LayersCount *int64 + Name *string + StackId *string + func (s StackSummary) GoString() string + func (s StackSummary) String() string + type StartInstanceInput struct + InstanceId *string + func (s StartInstanceInput) GoString() string + func (s StartInstanceInput) String() string + type StartInstanceOutput struct + func (s StartInstanceOutput) GoString() string + func (s StartInstanceOutput) String() string + type StartStackInput struct + StackId *string + func (s StartStackInput) GoString() string + func (s StartStackInput) String() string + type StartStackOutput struct + func (s StartStackOutput) GoString() string + func (s StartStackOutput) String() string + type StopInstanceInput struct + InstanceId *string + func (s StopInstanceInput) GoString() string + func (s StopInstanceInput) String() string + type StopInstanceOutput struct + func (s StopInstanceOutput) GoString() string + func (s StopInstanceOutput) String() string + type StopStackInput struct + StackId *string + func (s StopStackInput) GoString() string + func (s StopStackInput) String() string + type StopStackOutput struct + func (s StopStackOutput) GoString() string + func (s StopStackOutput) String() string + type TemporaryCredential struct + InstanceId *string + Password *string + Username *string + ValidForInMinutes *int64 + func (s TemporaryCredential) GoString() string + func (s TemporaryCredential) String() string + type TimeBasedAutoScalingConfiguration struct + AutoScalingSchedule *WeeklyAutoScalingSchedule + InstanceId *string + func (s TimeBasedAutoScalingConfiguration) GoString() string + func (s TimeBasedAutoScalingConfiguration) String() string + type UnassignInstanceInput struct + InstanceId *string + func (s UnassignInstanceInput) GoString() string + func (s UnassignInstanceInput) String() string + type UnassignInstanceOutput struct + func (s UnassignInstanceOutput) GoString() string + func (s UnassignInstanceOutput) String() string + type UnassignVolumeInput struct + VolumeId *string + func (s UnassignVolumeInput) GoString() string + func (s UnassignVolumeInput) String() string + type UnassignVolumeOutput struct + func (s UnassignVolumeOutput) GoString() string + func (s UnassignVolumeOutput) String() string + type UpdateAppInput struct + AppId *string + AppSource *Source + Attributes map[string]*string + DataSources []*DataSource + Description *string + Domains []*string + EnableSsl *bool + Environment []*EnvironmentVariable + Name *string + SslConfiguration *SslConfiguration + Type *string + func (s UpdateAppInput) GoString() string + func (s UpdateAppInput) String() string + type UpdateAppOutput struct + func (s UpdateAppOutput) GoString() string + func (s UpdateAppOutput) String() string + type UpdateElasticIpInput struct + ElasticIp *string + Name *string + func (s UpdateElasticIpInput) GoString() string + func (s UpdateElasticIpInput) String() string + type UpdateElasticIpOutput struct + func (s UpdateElasticIpOutput) GoString() string + func (s UpdateElasticIpOutput) String() string + type UpdateInstanceInput struct + AgentVersion *string + AmiId *string + Architecture *string + AutoScalingType *string + EbsOptimized *bool + Hostname *string + InstallUpdatesOnBoot *bool + InstanceId *string + InstanceType *string + LayerIds []*string + Os *string + SshKeyName *string + func (s UpdateInstanceInput) GoString() string + func (s UpdateInstanceInput) String() string + type UpdateInstanceOutput struct + func (s UpdateInstanceOutput) GoString() string + func (s UpdateInstanceOutput) String() string + type UpdateLayerInput struct + Attributes map[string]*string + AutoAssignElasticIps *bool + AutoAssignPublicIps *bool + CustomInstanceProfileArn *string + CustomJson *string + CustomRecipes *Recipes + CustomSecurityGroupIds []*string + EnableAutoHealing *bool + InstallUpdatesOnBoot *bool + LayerId *string + LifecycleEventConfiguration *LifecycleEventConfiguration + Name *string + Packages []*string + Shortname *string + UseEbsOptimizedInstances *bool + VolumeConfigurations []*VolumeConfiguration + func (s UpdateLayerInput) GoString() string + func (s UpdateLayerInput) String() string + type UpdateLayerOutput struct + func (s UpdateLayerOutput) GoString() string + func (s UpdateLayerOutput) String() string + type UpdateMyUserProfileInput struct + SshPublicKey *string + func (s UpdateMyUserProfileInput) GoString() string + func (s UpdateMyUserProfileInput) String() string + type UpdateMyUserProfileOutput struct + func (s UpdateMyUserProfileOutput) GoString() string + func (s UpdateMyUserProfileOutput) String() string + type UpdateRdsDbInstanceInput struct + DbPassword *string + DbUser *string + RdsDbInstanceArn *string + func (s UpdateRdsDbInstanceInput) GoString() string + func (s UpdateRdsDbInstanceInput) String() string + type UpdateRdsDbInstanceOutput struct + func (s UpdateRdsDbInstanceOutput) GoString() string + func (s UpdateRdsDbInstanceOutput) String() string + type UpdateStackInput struct + AgentVersion *string + Attributes map[string]*string + ChefConfiguration *ChefConfiguration + ConfigurationManager *StackConfigurationManager + CustomCookbooksSource *Source + CustomJson *string + DefaultAvailabilityZone *string + DefaultInstanceProfileArn *string + DefaultOs *string + DefaultRootDeviceType *string + DefaultSshKeyName *string + DefaultSubnetId *string + HostnameTheme *string + Name *string + ServiceRoleArn *string + StackId *string + UseCustomCookbooks *bool + UseOpsworksSecurityGroups *bool + func (s UpdateStackInput) GoString() string + func (s UpdateStackInput) String() string + type UpdateStackOutput struct + func (s UpdateStackOutput) GoString() string + func (s UpdateStackOutput) String() string + type UpdateUserProfileInput struct + AllowSelfManagement *bool + IamUserArn *string + SshPublicKey *string + SshUsername *string + func (s UpdateUserProfileInput) GoString() string + func (s UpdateUserProfileInput) String() string + type UpdateUserProfileOutput struct + func (s UpdateUserProfileOutput) GoString() string + func (s UpdateUserProfileOutput) String() string + type UpdateVolumeInput struct + MountPoint *string + Name *string + VolumeId *string + func (s UpdateVolumeInput) GoString() string + func (s UpdateVolumeInput) String() string + type UpdateVolumeOutput struct + func (s UpdateVolumeOutput) GoString() string + func (s UpdateVolumeOutput) String() string + type UserProfile struct + AllowSelfManagement *bool + IamUserArn *string + Name *string + SshPublicKey *string + SshUsername *string + func (s UserProfile) GoString() string + func (s UserProfile) String() string + type Volume struct + AvailabilityZone *string + Device *string + Ec2VolumeId *string + InstanceId *string + Iops *int64 + MountPoint *string + Name *string + RaidArrayId *string + Region *string + Size *int64 + Status *string + VolumeId *string + VolumeType *string + func (s Volume) GoString() string + func (s Volume) String() string + type VolumeConfiguration struct + Iops *int64 + MountPoint *string + NumberOfDisks *int64 + RaidLevel *int64 + Size *int64 + VolumeType *string + func (s VolumeConfiguration) GoString() string + func (s VolumeConfiguration) String() string + type WeeklyAutoScalingSchedule struct + Friday map[string]*string + Monday map[string]*string + Saturday map[string]*string + Sunday map[string]*string + Thursday map[string]*string + Tuesday map[string]*string + Wednesday map[string]*string + func (s WeeklyAutoScalingSchedule) GoString() string + func (s WeeklyAutoScalingSchedule) String() string