opsworkscmstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssociateNodeFuture

type AssociateNodeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateNodeFuture) Get

type Client

type Client interface {
	AssociateNode(ctx workflow.Context, input *opsworkscm.AssociateNodeInput) (*opsworkscm.AssociateNodeOutput, error)
	AssociateNodeAsync(ctx workflow.Context, input *opsworkscm.AssociateNodeInput) *AssociateNodeFuture

	CreateBackup(ctx workflow.Context, input *opsworkscm.CreateBackupInput) (*opsworkscm.CreateBackupOutput, error)
	CreateBackupAsync(ctx workflow.Context, input *opsworkscm.CreateBackupInput) *CreateBackupFuture

	CreateServer(ctx workflow.Context, input *opsworkscm.CreateServerInput) (*opsworkscm.CreateServerOutput, error)
	CreateServerAsync(ctx workflow.Context, input *opsworkscm.CreateServerInput) *CreateServerFuture

	DeleteBackup(ctx workflow.Context, input *opsworkscm.DeleteBackupInput) (*opsworkscm.DeleteBackupOutput, error)
	DeleteBackupAsync(ctx workflow.Context, input *opsworkscm.DeleteBackupInput) *DeleteBackupFuture

	DeleteServer(ctx workflow.Context, input *opsworkscm.DeleteServerInput) (*opsworkscm.DeleteServerOutput, error)
	DeleteServerAsync(ctx workflow.Context, input *opsworkscm.DeleteServerInput) *DeleteServerFuture

	DescribeAccountAttributes(ctx workflow.Context, input *opsworkscm.DescribeAccountAttributesInput) (*opsworkscm.DescribeAccountAttributesOutput, error)
	DescribeAccountAttributesAsync(ctx workflow.Context, input *opsworkscm.DescribeAccountAttributesInput) *DescribeAccountAttributesFuture

	DescribeBackups(ctx workflow.Context, input *opsworkscm.DescribeBackupsInput) (*opsworkscm.DescribeBackupsOutput, error)
	DescribeBackupsAsync(ctx workflow.Context, input *opsworkscm.DescribeBackupsInput) *DescribeBackupsFuture

	DescribeEvents(ctx workflow.Context, input *opsworkscm.DescribeEventsInput) (*opsworkscm.DescribeEventsOutput, error)
	DescribeEventsAsync(ctx workflow.Context, input *opsworkscm.DescribeEventsInput) *DescribeEventsFuture

	DescribeNodeAssociationStatus(ctx workflow.Context, input *opsworkscm.DescribeNodeAssociationStatusInput) (*opsworkscm.DescribeNodeAssociationStatusOutput, error)
	DescribeNodeAssociationStatusAsync(ctx workflow.Context, input *opsworkscm.DescribeNodeAssociationStatusInput) *DescribeNodeAssociationStatusFuture

	DescribeServers(ctx workflow.Context, input *opsworkscm.DescribeServersInput) (*opsworkscm.DescribeServersOutput, error)
	DescribeServersAsync(ctx workflow.Context, input *opsworkscm.DescribeServersInput) *DescribeServersFuture

	DisassociateNode(ctx workflow.Context, input *opsworkscm.DisassociateNodeInput) (*opsworkscm.DisassociateNodeOutput, error)
	DisassociateNodeAsync(ctx workflow.Context, input *opsworkscm.DisassociateNodeInput) *DisassociateNodeFuture

	ExportServerEngineAttribute(ctx workflow.Context, input *opsworkscm.ExportServerEngineAttributeInput) (*opsworkscm.ExportServerEngineAttributeOutput, error)
	ExportServerEngineAttributeAsync(ctx workflow.Context, input *opsworkscm.ExportServerEngineAttributeInput) *ExportServerEngineAttributeFuture

	ListTagsForResource(ctx workflow.Context, input *opsworkscm.ListTagsForResourceInput) (*opsworkscm.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *opsworkscm.ListTagsForResourceInput) *ListTagsForResourceFuture

	RestoreServer(ctx workflow.Context, input *opsworkscm.RestoreServerInput) (*opsworkscm.RestoreServerOutput, error)
	RestoreServerAsync(ctx workflow.Context, input *opsworkscm.RestoreServerInput) *RestoreServerFuture

	StartMaintenance(ctx workflow.Context, input *opsworkscm.StartMaintenanceInput) (*opsworkscm.StartMaintenanceOutput, error)
	StartMaintenanceAsync(ctx workflow.Context, input *opsworkscm.StartMaintenanceInput) *StartMaintenanceFuture

	TagResource(ctx workflow.Context, input *opsworkscm.TagResourceInput) (*opsworkscm.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *opsworkscm.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *opsworkscm.UntagResourceInput) (*opsworkscm.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *opsworkscm.UntagResourceInput) *UntagResourceFuture

	UpdateServer(ctx workflow.Context, input *opsworkscm.UpdateServerInput) (*opsworkscm.UpdateServerOutput, error)
	UpdateServerAsync(ctx workflow.Context, input *opsworkscm.UpdateServerInput) *UpdateServerFuture

	UpdateServerEngineAttributes(ctx workflow.Context, input *opsworkscm.UpdateServerEngineAttributesInput) (*opsworkscm.UpdateServerEngineAttributesOutput, error)
	UpdateServerEngineAttributesAsync(ctx workflow.Context, input *opsworkscm.UpdateServerEngineAttributesInput) *UpdateServerEngineAttributesFuture

	WaitUntilNodeAssociated(ctx workflow.Context, input *opsworkscm.DescribeNodeAssociationStatusInput) error
	WaitUntilNodeAssociatedAsync(ctx workflow.Context, input *opsworkscm.DescribeNodeAssociationStatusInput) *clients.VoidFuture
}

func NewClient

func NewClient() Client

type CreateBackupFuture

type CreateBackupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateBackupFuture) Get

type CreateServerFuture

type CreateServerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateServerFuture) Get

type DeleteBackupFuture

type DeleteBackupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteBackupFuture) Get

type DeleteServerFuture

type DeleteServerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteServerFuture) Get

type DescribeAccountAttributesFuture

type DescribeAccountAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeAccountAttributesFuture) Get

type DescribeBackupsFuture

type DescribeBackupsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeBackupsFuture) Get

type DescribeEventsFuture

type DescribeEventsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeEventsFuture) Get

type DescribeNodeAssociationStatusFuture

type DescribeNodeAssociationStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeNodeAssociationStatusFuture) Get

type DescribeServersFuture

type DescribeServersFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeServersFuture) Get

type DisassociateNodeFuture

type DisassociateNodeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateNodeFuture) Get

type ExportServerEngineAttributeFuture

type ExportServerEngineAttributeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ExportServerEngineAttributeFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type RestoreServerFuture

type RestoreServerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RestoreServerFuture) Get

type StartMaintenanceFuture

type StartMaintenanceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*StartMaintenanceFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateServerEngineAttributesFuture

type UpdateServerEngineAttributesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateServerEngineAttributesFuture) Get

type UpdateServerFuture

type UpdateServerFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateServerFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL