Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + const BackupStatusDeleting + const BackupStatusFailed + const BackupStatusInProgress + const BackupStatusOk + const BackupTypeAutomated + const BackupTypeManual + const EndpointsID + const ErrCodeInvalidNextTokenException + const ErrCodeInvalidStateException + const ErrCodeLimitExceededException + const ErrCodeResourceAlreadyExistsException + const ErrCodeResourceNotFoundException + const ErrCodeValidationException + const MaintenanceStatusFailed + const MaintenanceStatusSuccess + const NodeAssociationStatusFailed + const NodeAssociationStatusInProgress + const NodeAssociationStatusSuccess + const ServerStatusBackingUp + const ServerStatusConnectionLost + const ServerStatusCreating + const ServerStatusDeleting + const ServerStatusFailed + const ServerStatusHealthy + const ServerStatusModifying + const ServerStatusRestoring + const ServerStatusRunning + const ServerStatusSetup + const ServerStatusTerminated + const ServerStatusUnderMaintenance + const ServerStatusUnhealthy + const ServiceID + const ServiceName + func BackupStatus_Values() []string + func BackupType_Values() []string + func MaintenanceStatus_Values() []string + func NodeAssociationStatus_Values() []string + func ServerStatus_Values() []string + type AccountAttribute struct + Maximum *int64 + Name *string + Used *int64 + func (s *AccountAttribute) SetMaximum(v int64) *AccountAttribute + func (s *AccountAttribute) SetName(v string) *AccountAttribute + func (s *AccountAttribute) SetUsed(v int64) *AccountAttribute + func (s AccountAttribute) GoString() string + func (s AccountAttribute) String() string + type AssociateNodeInput struct + EngineAttributes []*EngineAttribute + NodeName *string + ServerName *string + func (s *AssociateNodeInput) SetEngineAttributes(v []*EngineAttribute) *AssociateNodeInput + func (s *AssociateNodeInput) SetNodeName(v string) *AssociateNodeInput + func (s *AssociateNodeInput) SetServerName(v string) *AssociateNodeInput + func (s *AssociateNodeInput) Validate() error + func (s AssociateNodeInput) GoString() string + func (s AssociateNodeInput) String() string + type AssociateNodeOutput struct + NodeAssociationStatusToken *string + func (s *AssociateNodeOutput) SetNodeAssociationStatusToken(v string) *AssociateNodeOutput + func (s AssociateNodeOutput) GoString() string + func (s AssociateNodeOutput) String() string + type Backup struct + BackupArn *string + BackupId *string + BackupType *string + CreatedAt *time.Time + Description *string + Engine *string + EngineModel *string + EngineVersion *string + InstanceProfileArn *string + InstanceType *string + KeyPair *string + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + S3DataSize *int64 + S3DataUrl *string + S3LogUrl *string + SecurityGroupIds []*string + ServerName *string + ServiceRoleArn *string + Status *string + StatusDescription *string + SubnetIds []*string + ToolsVersion *string + UserArn *string + func (s *Backup) SetBackupArn(v string) *Backup + func (s *Backup) SetBackupId(v string) *Backup + func (s *Backup) SetBackupType(v string) *Backup + func (s *Backup) SetCreatedAt(v time.Time) *Backup + func (s *Backup) SetDescription(v string) *Backup + func (s *Backup) SetEngine(v string) *Backup + func (s *Backup) SetEngineModel(v string) *Backup + func (s *Backup) SetEngineVersion(v string) *Backup + func (s *Backup) SetInstanceProfileArn(v string) *Backup + func (s *Backup) SetInstanceType(v string) *Backup + func (s *Backup) SetKeyPair(v string) *Backup + func (s *Backup) SetPreferredBackupWindow(v string) *Backup + func (s *Backup) SetPreferredMaintenanceWindow(v string) *Backup + func (s *Backup) SetS3DataSize(v int64) *Backup + func (s *Backup) SetS3DataUrl(v string) *Backup + func (s *Backup) SetS3LogUrl(v string) *Backup + func (s *Backup) SetSecurityGroupIds(v []*string) *Backup + func (s *Backup) SetServerName(v string) *Backup + func (s *Backup) SetServiceRoleArn(v string) *Backup + func (s *Backup) SetStatus(v string) *Backup + func (s *Backup) SetStatusDescription(v string) *Backup + func (s *Backup) SetSubnetIds(v []*string) *Backup + func (s *Backup) SetToolsVersion(v string) *Backup + func (s *Backup) SetUserArn(v string) *Backup + func (s Backup) GoString() string + func (s Backup) String() string + type CreateBackupInput struct + Description *string + ServerName *string + Tags []*Tag + func (s *CreateBackupInput) SetDescription(v string) *CreateBackupInput + func (s *CreateBackupInput) SetServerName(v string) *CreateBackupInput + func (s *CreateBackupInput) SetTags(v []*Tag) *CreateBackupInput + func (s *CreateBackupInput) Validate() error + func (s CreateBackupInput) GoString() string + func (s CreateBackupInput) String() string + type CreateBackupOutput struct + Backup *Backup + func (s *CreateBackupOutput) SetBackup(v *Backup) *CreateBackupOutput + func (s CreateBackupOutput) GoString() string + func (s CreateBackupOutput) String() string + type CreateServerInput struct + AssociatePublicIpAddress *bool + BackupId *string + BackupRetentionCount *int64 + CustomCertificate *string + CustomDomain *string + CustomPrivateKey *string + DisableAutomatedBackup *bool + Engine *string + EngineAttributes []*EngineAttribute + EngineModel *string + EngineVersion *string + InstanceProfileArn *string + InstanceType *string + KeyPair *string + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + SecurityGroupIds []*string + ServerName *string + ServiceRoleArn *string + SubnetIds []*string + Tags []*Tag + func (s *CreateServerInput) SetAssociatePublicIpAddress(v bool) *CreateServerInput + func (s *CreateServerInput) SetBackupId(v string) *CreateServerInput + func (s *CreateServerInput) SetBackupRetentionCount(v int64) *CreateServerInput + func (s *CreateServerInput) SetCustomCertificate(v string) *CreateServerInput + func (s *CreateServerInput) SetCustomDomain(v string) *CreateServerInput + func (s *CreateServerInput) SetCustomPrivateKey(v string) *CreateServerInput + func (s *CreateServerInput) SetDisableAutomatedBackup(v bool) *CreateServerInput + func (s *CreateServerInput) SetEngine(v string) *CreateServerInput + func (s *CreateServerInput) SetEngineAttributes(v []*EngineAttribute) *CreateServerInput + func (s *CreateServerInput) SetEngineModel(v string) *CreateServerInput + func (s *CreateServerInput) SetEngineVersion(v string) *CreateServerInput + func (s *CreateServerInput) SetInstanceProfileArn(v string) *CreateServerInput + func (s *CreateServerInput) SetInstanceType(v string) *CreateServerInput + func (s *CreateServerInput) SetKeyPair(v string) *CreateServerInput + func (s *CreateServerInput) SetPreferredBackupWindow(v string) *CreateServerInput + func (s *CreateServerInput) SetPreferredMaintenanceWindow(v string) *CreateServerInput + func (s *CreateServerInput) SetSecurityGroupIds(v []*string) *CreateServerInput + func (s *CreateServerInput) SetServerName(v string) *CreateServerInput + func (s *CreateServerInput) SetServiceRoleArn(v string) *CreateServerInput + func (s *CreateServerInput) SetSubnetIds(v []*string) *CreateServerInput + func (s *CreateServerInput) SetTags(v []*Tag) *CreateServerInput + func (s *CreateServerInput) Validate() error + func (s CreateServerInput) GoString() string + func (s CreateServerInput) String() string + type CreateServerOutput struct + Server *Server + func (s *CreateServerOutput) SetServer(v *Server) *CreateServerOutput + func (s CreateServerOutput) GoString() string + func (s CreateServerOutput) String() string + type DeleteBackupInput struct + BackupId *string + func (s *DeleteBackupInput) SetBackupId(v string) *DeleteBackupInput + func (s *DeleteBackupInput) Validate() error + func (s DeleteBackupInput) GoString() string + func (s DeleteBackupInput) String() string + type DeleteBackupOutput struct + func (s DeleteBackupOutput) GoString() string + func (s DeleteBackupOutput) String() string + type DeleteServerInput struct + ServerName *string + func (s *DeleteServerInput) SetServerName(v string) *DeleteServerInput + func (s *DeleteServerInput) Validate() error + func (s DeleteServerInput) GoString() string + func (s DeleteServerInput) String() string + type DeleteServerOutput struct + func (s DeleteServerOutput) GoString() string + func (s DeleteServerOutput) String() string + type DescribeAccountAttributesInput struct + func (s DescribeAccountAttributesInput) GoString() string + func (s DescribeAccountAttributesInput) String() string + type DescribeAccountAttributesOutput struct + Attributes []*AccountAttribute + func (s *DescribeAccountAttributesOutput) SetAttributes(v []*AccountAttribute) *DescribeAccountAttributesOutput + func (s DescribeAccountAttributesOutput) GoString() string + func (s DescribeAccountAttributesOutput) String() string + type DescribeBackupsInput struct + BackupId *string + MaxResults *int64 + NextToken *string + ServerName *string + func (s *DescribeBackupsInput) SetBackupId(v string) *DescribeBackupsInput + func (s *DescribeBackupsInput) SetMaxResults(v int64) *DescribeBackupsInput + func (s *DescribeBackupsInput) SetNextToken(v string) *DescribeBackupsInput + func (s *DescribeBackupsInput) SetServerName(v string) *DescribeBackupsInput + func (s *DescribeBackupsInput) Validate() error + func (s DescribeBackupsInput) GoString() string + func (s DescribeBackupsInput) String() string + type DescribeBackupsOutput struct + Backups []*Backup + NextToken *string + func (s *DescribeBackupsOutput) SetBackups(v []*Backup) *DescribeBackupsOutput + func (s *DescribeBackupsOutput) SetNextToken(v string) *DescribeBackupsOutput + func (s DescribeBackupsOutput) GoString() string + func (s DescribeBackupsOutput) String() string + type DescribeEventsInput struct + MaxResults *int64 + NextToken *string + ServerName *string + func (s *DescribeEventsInput) SetMaxResults(v int64) *DescribeEventsInput + func (s *DescribeEventsInput) SetNextToken(v string) *DescribeEventsInput + func (s *DescribeEventsInput) SetServerName(v string) *DescribeEventsInput + func (s *DescribeEventsInput) Validate() error + func (s DescribeEventsInput) GoString() string + func (s DescribeEventsInput) String() string + type DescribeEventsOutput struct + NextToken *string + ServerEvents []*ServerEvent + func (s *DescribeEventsOutput) SetNextToken(v string) *DescribeEventsOutput + func (s *DescribeEventsOutput) SetServerEvents(v []*ServerEvent) *DescribeEventsOutput + func (s DescribeEventsOutput) GoString() string + func (s DescribeEventsOutput) String() string + type DescribeNodeAssociationStatusInput struct + NodeAssociationStatusToken *string + ServerName *string + func (s *DescribeNodeAssociationStatusInput) SetNodeAssociationStatusToken(v string) *DescribeNodeAssociationStatusInput + func (s *DescribeNodeAssociationStatusInput) SetServerName(v string) *DescribeNodeAssociationStatusInput + func (s *DescribeNodeAssociationStatusInput) Validate() error + func (s DescribeNodeAssociationStatusInput) GoString() string + func (s DescribeNodeAssociationStatusInput) String() string + type DescribeNodeAssociationStatusOutput struct + EngineAttributes []*EngineAttribute + NodeAssociationStatus *string + func (s *DescribeNodeAssociationStatusOutput) SetEngineAttributes(v []*EngineAttribute) *DescribeNodeAssociationStatusOutput + func (s *DescribeNodeAssociationStatusOutput) SetNodeAssociationStatus(v string) *DescribeNodeAssociationStatusOutput + func (s DescribeNodeAssociationStatusOutput) GoString() string + func (s DescribeNodeAssociationStatusOutput) String() string + type DescribeServersInput struct + MaxResults *int64 + NextToken *string + ServerName *string + func (s *DescribeServersInput) SetMaxResults(v int64) *DescribeServersInput + func (s *DescribeServersInput) SetNextToken(v string) *DescribeServersInput + func (s *DescribeServersInput) SetServerName(v string) *DescribeServersInput + func (s *DescribeServersInput) Validate() error + func (s DescribeServersInput) GoString() string + func (s DescribeServersInput) String() string + type DescribeServersOutput struct + NextToken *string + Servers []*Server + func (s *DescribeServersOutput) SetNextToken(v string) *DescribeServersOutput + func (s *DescribeServersOutput) SetServers(v []*Server) *DescribeServersOutput + func (s DescribeServersOutput) GoString() string + func (s DescribeServersOutput) String() string + type DisassociateNodeInput struct + EngineAttributes []*EngineAttribute + NodeName *string + ServerName *string + func (s *DisassociateNodeInput) SetEngineAttributes(v []*EngineAttribute) *DisassociateNodeInput + func (s *DisassociateNodeInput) SetNodeName(v string) *DisassociateNodeInput + func (s *DisassociateNodeInput) SetServerName(v string) *DisassociateNodeInput + func (s *DisassociateNodeInput) Validate() error + func (s DisassociateNodeInput) GoString() string + func (s DisassociateNodeInput) String() string + type DisassociateNodeOutput struct + NodeAssociationStatusToken *string + func (s *DisassociateNodeOutput) SetNodeAssociationStatusToken(v string) *DisassociateNodeOutput + func (s DisassociateNodeOutput) GoString() string + func (s DisassociateNodeOutput) String() string + type EngineAttribute struct + Name *string + Value *string + func (s *EngineAttribute) SetName(v string) *EngineAttribute + func (s *EngineAttribute) SetValue(v string) *EngineAttribute + func (s EngineAttribute) GoString() string + func (s EngineAttribute) String() string + type ExportServerEngineAttributeInput struct + ExportAttributeName *string + InputAttributes []*EngineAttribute + ServerName *string + func (s *ExportServerEngineAttributeInput) SetExportAttributeName(v string) *ExportServerEngineAttributeInput + func (s *ExportServerEngineAttributeInput) SetInputAttributes(v []*EngineAttribute) *ExportServerEngineAttributeInput + func (s *ExportServerEngineAttributeInput) SetServerName(v string) *ExportServerEngineAttributeInput + func (s *ExportServerEngineAttributeInput) Validate() error + func (s ExportServerEngineAttributeInput) GoString() string + func (s ExportServerEngineAttributeInput) String() string + type ExportServerEngineAttributeOutput struct + EngineAttribute *EngineAttribute + ServerName *string + func (s *ExportServerEngineAttributeOutput) SetEngineAttribute(v *EngineAttribute) *ExportServerEngineAttributeOutput + func (s *ExportServerEngineAttributeOutput) SetServerName(v string) *ExportServerEngineAttributeOutput + func (s ExportServerEngineAttributeOutput) GoString() string + func (s ExportServerEngineAttributeOutput) String() string + type InvalidNextTokenException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidNextTokenException) Code() string + func (s *InvalidNextTokenException) Error() string + func (s *InvalidNextTokenException) Message() string + func (s *InvalidNextTokenException) OrigErr() error + func (s *InvalidNextTokenException) RequestID() string + func (s *InvalidNextTokenException) StatusCode() int + func (s InvalidNextTokenException) GoString() string + func (s InvalidNextTokenException) String() string + type InvalidStateException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *InvalidStateException) Code() string + func (s *InvalidStateException) Error() string + func (s *InvalidStateException) Message() string + func (s *InvalidStateException) OrigErr() error + func (s *InvalidStateException) RequestID() string + func (s *InvalidStateException) StatusCode() int + func (s InvalidStateException) GoString() string + func (s InvalidStateException) String() string + type LimitExceededException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *LimitExceededException) Code() string + func (s *LimitExceededException) Error() string + func (s *LimitExceededException) Message() string + func (s *LimitExceededException) OrigErr() error + func (s *LimitExceededException) RequestID() string + func (s *LimitExceededException) StatusCode() int + func (s LimitExceededException) GoString() string + func (s LimitExceededException) String() string + type ListTagsForResourceInput struct + MaxResults *int64 + NextToken *string + ResourceArn *string + func (s *ListTagsForResourceInput) SetMaxResults(v int64) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetNextToken(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput + func (s *ListTagsForResourceInput) Validate() error + func (s ListTagsForResourceInput) GoString() string + func (s ListTagsForResourceInput) String() string + type ListTagsForResourceOutput struct + NextToken *string + Tags []*Tag + func (s *ListTagsForResourceOutput) SetNextToken(v string) *ListTagsForResourceOutput + func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput + func (s ListTagsForResourceOutput) GoString() string + func (s ListTagsForResourceOutput) String() string + type OpsWorksCM struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *OpsWorksCM + func (c *OpsWorksCM) AssociateNode(input *AssociateNodeInput) (*AssociateNodeOutput, error) + func (c *OpsWorksCM) AssociateNodeRequest(input *AssociateNodeInput) (req *request.Request, output *AssociateNodeOutput) + func (c *OpsWorksCM) AssociateNodeWithContext(ctx aws.Context, input *AssociateNodeInput, opts ...request.Option) (*AssociateNodeOutput, error) + func (c *OpsWorksCM) CreateBackup(input *CreateBackupInput) (*CreateBackupOutput, error) + func (c *OpsWorksCM) CreateBackupRequest(input *CreateBackupInput) (req *request.Request, output *CreateBackupOutput) + func (c *OpsWorksCM) CreateBackupWithContext(ctx aws.Context, input *CreateBackupInput, opts ...request.Option) (*CreateBackupOutput, error) + func (c *OpsWorksCM) CreateServer(input *CreateServerInput) (*CreateServerOutput, error) + func (c *OpsWorksCM) CreateServerRequest(input *CreateServerInput) (req *request.Request, output *CreateServerOutput) + func (c *OpsWorksCM) CreateServerWithContext(ctx aws.Context, input *CreateServerInput, opts ...request.Option) (*CreateServerOutput, error) + func (c *OpsWorksCM) DeleteBackup(input *DeleteBackupInput) (*DeleteBackupOutput, error) + func (c *OpsWorksCM) DeleteBackupRequest(input *DeleteBackupInput) (req *request.Request, output *DeleteBackupOutput) + func (c *OpsWorksCM) DeleteBackupWithContext(ctx aws.Context, input *DeleteBackupInput, opts ...request.Option) (*DeleteBackupOutput, error) + func (c *OpsWorksCM) DeleteServer(input *DeleteServerInput) (*DeleteServerOutput, error) + func (c *OpsWorksCM) DeleteServerRequest(input *DeleteServerInput) (req *request.Request, output *DeleteServerOutput) + func (c *OpsWorksCM) DeleteServerWithContext(ctx aws.Context, input *DeleteServerInput, opts ...request.Option) (*DeleteServerOutput, error) + func (c *OpsWorksCM) DescribeAccountAttributes(input *DescribeAccountAttributesInput) (*DescribeAccountAttributesOutput, error) + func (c *OpsWorksCM) DescribeAccountAttributesRequest(input *DescribeAccountAttributesInput) (req *request.Request, output *DescribeAccountAttributesOutput) + func (c *OpsWorksCM) DescribeAccountAttributesWithContext(ctx aws.Context, input *DescribeAccountAttributesInput, opts ...request.Option) (*DescribeAccountAttributesOutput, error) + func (c *OpsWorksCM) DescribeBackups(input *DescribeBackupsInput) (*DescribeBackupsOutput, error) + func (c *OpsWorksCM) DescribeBackupsPages(input *DescribeBackupsInput, fn func(*DescribeBackupsOutput, bool) bool) error + func (c *OpsWorksCM) DescribeBackupsPagesWithContext(ctx aws.Context, input *DescribeBackupsInput, ...) error + func (c *OpsWorksCM) DescribeBackupsRequest(input *DescribeBackupsInput) (req *request.Request, output *DescribeBackupsOutput) + func (c *OpsWorksCM) DescribeBackupsWithContext(ctx aws.Context, input *DescribeBackupsInput, opts ...request.Option) (*DescribeBackupsOutput, error) + func (c *OpsWorksCM) DescribeEvents(input *DescribeEventsInput) (*DescribeEventsOutput, error) + func (c *OpsWorksCM) DescribeEventsPages(input *DescribeEventsInput, fn func(*DescribeEventsOutput, bool) bool) error + func (c *OpsWorksCM) DescribeEventsPagesWithContext(ctx aws.Context, input *DescribeEventsInput, ...) error + func (c *OpsWorksCM) DescribeEventsRequest(input *DescribeEventsInput) (req *request.Request, output *DescribeEventsOutput) + func (c *OpsWorksCM) DescribeEventsWithContext(ctx aws.Context, input *DescribeEventsInput, opts ...request.Option) (*DescribeEventsOutput, error) + func (c *OpsWorksCM) DescribeNodeAssociationStatus(input *DescribeNodeAssociationStatusInput) (*DescribeNodeAssociationStatusOutput, error) + func (c *OpsWorksCM) DescribeNodeAssociationStatusRequest(input *DescribeNodeAssociationStatusInput) (req *request.Request, output *DescribeNodeAssociationStatusOutput) + func (c *OpsWorksCM) DescribeNodeAssociationStatusWithContext(ctx aws.Context, input *DescribeNodeAssociationStatusInput, ...) (*DescribeNodeAssociationStatusOutput, error) + func (c *OpsWorksCM) DescribeServers(input *DescribeServersInput) (*DescribeServersOutput, error) + func (c *OpsWorksCM) DescribeServersPages(input *DescribeServersInput, fn func(*DescribeServersOutput, bool) bool) error + func (c *OpsWorksCM) DescribeServersPagesWithContext(ctx aws.Context, input *DescribeServersInput, ...) error + func (c *OpsWorksCM) DescribeServersRequest(input *DescribeServersInput) (req *request.Request, output *DescribeServersOutput) + func (c *OpsWorksCM) DescribeServersWithContext(ctx aws.Context, input *DescribeServersInput, opts ...request.Option) (*DescribeServersOutput, error) + func (c *OpsWorksCM) DisassociateNode(input *DisassociateNodeInput) (*DisassociateNodeOutput, error) + func (c *OpsWorksCM) DisassociateNodeRequest(input *DisassociateNodeInput) (req *request.Request, output *DisassociateNodeOutput) + func (c *OpsWorksCM) DisassociateNodeWithContext(ctx aws.Context, input *DisassociateNodeInput, opts ...request.Option) (*DisassociateNodeOutput, error) + func (c *OpsWorksCM) ExportServerEngineAttribute(input *ExportServerEngineAttributeInput) (*ExportServerEngineAttributeOutput, error) + func (c *OpsWorksCM) ExportServerEngineAttributeRequest(input *ExportServerEngineAttributeInput) (req *request.Request, output *ExportServerEngineAttributeOutput) + func (c *OpsWorksCM) ExportServerEngineAttributeWithContext(ctx aws.Context, input *ExportServerEngineAttributeInput, ...) (*ExportServerEngineAttributeOutput, error) + func (c *OpsWorksCM) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error) + func (c *OpsWorksCM) ListTagsForResourcePages(input *ListTagsForResourceInput, ...) error + func (c *OpsWorksCM) ListTagsForResourcePagesWithContext(ctx aws.Context, input *ListTagsForResourceInput, ...) error + func (c *OpsWorksCM) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput) + func (c *OpsWorksCM) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error) + func (c *OpsWorksCM) RestoreServer(input *RestoreServerInput) (*RestoreServerOutput, error) + func (c *OpsWorksCM) RestoreServerRequest(input *RestoreServerInput) (req *request.Request, output *RestoreServerOutput) + func (c *OpsWorksCM) RestoreServerWithContext(ctx aws.Context, input *RestoreServerInput, opts ...request.Option) (*RestoreServerOutput, error) + func (c *OpsWorksCM) StartMaintenance(input *StartMaintenanceInput) (*StartMaintenanceOutput, error) + func (c *OpsWorksCM) StartMaintenanceRequest(input *StartMaintenanceInput) (req *request.Request, output *StartMaintenanceOutput) + func (c *OpsWorksCM) StartMaintenanceWithContext(ctx aws.Context, input *StartMaintenanceInput, opts ...request.Option) (*StartMaintenanceOutput, error) + func (c *OpsWorksCM) TagResource(input *TagResourceInput) (*TagResourceOutput, error) + func (c *OpsWorksCM) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput) + func (c *OpsWorksCM) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error) + func (c *OpsWorksCM) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error) + func (c *OpsWorksCM) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput) + func (c *OpsWorksCM) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error) + func (c *OpsWorksCM) UpdateServer(input *UpdateServerInput) (*UpdateServerOutput, error) + func (c *OpsWorksCM) UpdateServerEngineAttributes(input *UpdateServerEngineAttributesInput) (*UpdateServerEngineAttributesOutput, error) + func (c *OpsWorksCM) UpdateServerEngineAttributesRequest(input *UpdateServerEngineAttributesInput) (req *request.Request, output *UpdateServerEngineAttributesOutput) + func (c *OpsWorksCM) UpdateServerEngineAttributesWithContext(ctx aws.Context, input *UpdateServerEngineAttributesInput, ...) (*UpdateServerEngineAttributesOutput, error) + func (c *OpsWorksCM) UpdateServerRequest(input *UpdateServerInput) (req *request.Request, output *UpdateServerOutput) + func (c *OpsWorksCM) UpdateServerWithContext(ctx aws.Context, input *UpdateServerInput, opts ...request.Option) (*UpdateServerOutput, error) + func (c *OpsWorksCM) WaitUntilNodeAssociated(input *DescribeNodeAssociationStatusInput) error + func (c *OpsWorksCM) WaitUntilNodeAssociatedWithContext(ctx aws.Context, input *DescribeNodeAssociationStatusInput, ...) error + type ResourceAlreadyExistsException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceAlreadyExistsException) Code() string + func (s *ResourceAlreadyExistsException) Error() string + func (s *ResourceAlreadyExistsException) Message() string + func (s *ResourceAlreadyExistsException) OrigErr() error + func (s *ResourceAlreadyExistsException) RequestID() string + func (s *ResourceAlreadyExistsException) StatusCode() int + func (s ResourceAlreadyExistsException) GoString() string + func (s ResourceAlreadyExistsException) String() string + type ResourceNotFoundException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ResourceNotFoundException) Code() string + func (s *ResourceNotFoundException) Error() string + func (s *ResourceNotFoundException) Message() string + func (s *ResourceNotFoundException) OrigErr() error + func (s *ResourceNotFoundException) RequestID() string + func (s *ResourceNotFoundException) StatusCode() int + func (s ResourceNotFoundException) GoString() string + func (s ResourceNotFoundException) String() string + type RestoreServerInput struct + BackupId *string + InstanceType *string + KeyPair *string + ServerName *string + func (s *RestoreServerInput) SetBackupId(v string) *RestoreServerInput + func (s *RestoreServerInput) SetInstanceType(v string) *RestoreServerInput + func (s *RestoreServerInput) SetKeyPair(v string) *RestoreServerInput + func (s *RestoreServerInput) SetServerName(v string) *RestoreServerInput + func (s *RestoreServerInput) Validate() error + func (s RestoreServerInput) GoString() string + func (s RestoreServerInput) String() string + type RestoreServerOutput struct + Server *Server + func (s *RestoreServerOutput) SetServer(v *Server) *RestoreServerOutput + func (s RestoreServerOutput) GoString() string + func (s RestoreServerOutput) String() string + type Server struct + AssociatePublicIpAddress *bool + BackupRetentionCount *int64 + CloudFormationStackArn *string + CreatedAt *time.Time + CustomDomain *string + DisableAutomatedBackup *bool + Endpoint *string + Engine *string + EngineAttributes []*EngineAttribute + EngineModel *string + EngineVersion *string + InstanceProfileArn *string + InstanceType *string + KeyPair *string + MaintenanceStatus *string + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + SecurityGroupIds []*string + ServerArn *string + ServerName *string + ServiceRoleArn *string + Status *string + StatusReason *string + SubnetIds []*string + func (s *Server) SetAssociatePublicIpAddress(v bool) *Server + func (s *Server) SetBackupRetentionCount(v int64) *Server + func (s *Server) SetCloudFormationStackArn(v string) *Server + func (s *Server) SetCreatedAt(v time.Time) *Server + func (s *Server) SetCustomDomain(v string) *Server + func (s *Server) SetDisableAutomatedBackup(v bool) *Server + func (s *Server) SetEndpoint(v string) *Server + func (s *Server) SetEngine(v string) *Server + func (s *Server) SetEngineAttributes(v []*EngineAttribute) *Server + func (s *Server) SetEngineModel(v string) *Server + func (s *Server) SetEngineVersion(v string) *Server + func (s *Server) SetInstanceProfileArn(v string) *Server + func (s *Server) SetInstanceType(v string) *Server + func (s *Server) SetKeyPair(v string) *Server + func (s *Server) SetMaintenanceStatus(v string) *Server + func (s *Server) SetPreferredBackupWindow(v string) *Server + func (s *Server) SetPreferredMaintenanceWindow(v string) *Server + func (s *Server) SetSecurityGroupIds(v []*string) *Server + func (s *Server) SetServerArn(v string) *Server + func (s *Server) SetServerName(v string) *Server + func (s *Server) SetServiceRoleArn(v string) *Server + func (s *Server) SetStatus(v string) *Server + func (s *Server) SetStatusReason(v string) *Server + func (s *Server) SetSubnetIds(v []*string) *Server + func (s Server) GoString() string + func (s Server) String() string + type ServerEvent struct + CreatedAt *time.Time + LogUrl *string + Message *string + ServerName *string + func (s *ServerEvent) SetCreatedAt(v time.Time) *ServerEvent + func (s *ServerEvent) SetLogUrl(v string) *ServerEvent + func (s *ServerEvent) SetMessage(v string) *ServerEvent + func (s *ServerEvent) SetServerName(v string) *ServerEvent + func (s ServerEvent) GoString() string + func (s ServerEvent) String() string + type StartMaintenanceInput struct + EngineAttributes []*EngineAttribute + ServerName *string + func (s *StartMaintenanceInput) SetEngineAttributes(v []*EngineAttribute) *StartMaintenanceInput + func (s *StartMaintenanceInput) SetServerName(v string) *StartMaintenanceInput + func (s *StartMaintenanceInput) Validate() error + func (s StartMaintenanceInput) GoString() string + func (s StartMaintenanceInput) String() string + type StartMaintenanceOutput struct + Server *Server + func (s *StartMaintenanceOutput) SetServer(v *Server) *StartMaintenanceOutput + func (s StartMaintenanceOutput) GoString() string + func (s StartMaintenanceOutput) String() string + type Tag struct + Key *string + Value *string + func (s *Tag) SetKey(v string) *Tag + func (s *Tag) SetValue(v string) *Tag + func (s *Tag) Validate() error + func (s Tag) GoString() string + func (s Tag) String() string + type TagResourceInput struct + ResourceArn *string + Tags []*Tag + func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput + func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput + func (s *TagResourceInput) Validate() error + func (s TagResourceInput) GoString() string + func (s TagResourceInput) String() string + type TagResourceOutput struct + func (s TagResourceOutput) GoString() string + func (s TagResourceOutput) String() string + type UntagResourceInput struct + ResourceArn *string + TagKeys []*string + func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput + func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput + func (s *UntagResourceInput) Validate() error + func (s UntagResourceInput) GoString() string + func (s UntagResourceInput) String() string + type UntagResourceOutput struct + func (s UntagResourceOutput) GoString() string + func (s UntagResourceOutput) String() string + type UpdateServerEngineAttributesInput struct + AttributeName *string + AttributeValue *string + ServerName *string + func (s *UpdateServerEngineAttributesInput) SetAttributeName(v string) *UpdateServerEngineAttributesInput + func (s *UpdateServerEngineAttributesInput) SetAttributeValue(v string) *UpdateServerEngineAttributesInput + func (s *UpdateServerEngineAttributesInput) SetServerName(v string) *UpdateServerEngineAttributesInput + func (s *UpdateServerEngineAttributesInput) Validate() error + func (s UpdateServerEngineAttributesInput) GoString() string + func (s UpdateServerEngineAttributesInput) String() string + type UpdateServerEngineAttributesOutput struct + Server *Server + func (s *UpdateServerEngineAttributesOutput) SetServer(v *Server) *UpdateServerEngineAttributesOutput + func (s UpdateServerEngineAttributesOutput) GoString() string + func (s UpdateServerEngineAttributesOutput) String() string + type UpdateServerInput struct + BackupRetentionCount *int64 + DisableAutomatedBackup *bool + PreferredBackupWindow *string + PreferredMaintenanceWindow *string + ServerName *string + func (s *UpdateServerInput) SetBackupRetentionCount(v int64) *UpdateServerInput + func (s *UpdateServerInput) SetDisableAutomatedBackup(v bool) *UpdateServerInput + func (s *UpdateServerInput) SetPreferredBackupWindow(v string) *UpdateServerInput + func (s *UpdateServerInput) SetPreferredMaintenanceWindow(v string) *UpdateServerInput + func (s *UpdateServerInput) SetServerName(v string) *UpdateServerInput + func (s *UpdateServerInput) Validate() error + func (s UpdateServerInput) GoString() string + func (s UpdateServerInput) String() string + type UpdateServerOutput struct + Server *Server + func (s *UpdateServerOutput) SetServer(v *Server) *UpdateServerOutput + func (s UpdateServerOutput) GoString() string + func (s UpdateServerOutput) String() string + type ValidationException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *ValidationException) Code() string + func (s *ValidationException) Error() string + func (s *ValidationException) Message() string + func (s *ValidationException) OrigErr() error + func (s *ValidationException) RequestID() string + func (s *ValidationException) StatusCode() int + func (s ValidationException) GoString() string + func (s ValidationException) String() string