appregistrystub

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 AssociateAttributeGroupFuture

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

func (*AssociateAttributeGroupFuture) Get

type AssociateResourceFuture

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

func (*AssociateResourceFuture) Get

type Client

type Client interface {
	AssociateAttributeGroup(ctx workflow.Context, input *appregistry.AssociateAttributeGroupInput) (*appregistry.AssociateAttributeGroupOutput, error)
	AssociateAttributeGroupAsync(ctx workflow.Context, input *appregistry.AssociateAttributeGroupInput) *AssociateAttributeGroupFuture

	AssociateResource(ctx workflow.Context, input *appregistry.AssociateResourceInput) (*appregistry.AssociateResourceOutput, error)
	AssociateResourceAsync(ctx workflow.Context, input *appregistry.AssociateResourceInput) *AssociateResourceFuture

	CreateApplication(ctx workflow.Context, input *appregistry.CreateApplicationInput) (*appregistry.CreateApplicationOutput, error)
	CreateApplicationAsync(ctx workflow.Context, input *appregistry.CreateApplicationInput) *CreateApplicationFuture

	CreateAttributeGroup(ctx workflow.Context, input *appregistry.CreateAttributeGroupInput) (*appregistry.CreateAttributeGroupOutput, error)
	CreateAttributeGroupAsync(ctx workflow.Context, input *appregistry.CreateAttributeGroupInput) *CreateAttributeGroupFuture

	DeleteApplication(ctx workflow.Context, input *appregistry.DeleteApplicationInput) (*appregistry.DeleteApplicationOutput, error)
	DeleteApplicationAsync(ctx workflow.Context, input *appregistry.DeleteApplicationInput) *DeleteApplicationFuture

	DeleteAttributeGroup(ctx workflow.Context, input *appregistry.DeleteAttributeGroupInput) (*appregistry.DeleteAttributeGroupOutput, error)
	DeleteAttributeGroupAsync(ctx workflow.Context, input *appregistry.DeleteAttributeGroupInput) *DeleteAttributeGroupFuture

	DisassociateAttributeGroup(ctx workflow.Context, input *appregistry.DisassociateAttributeGroupInput) (*appregistry.DisassociateAttributeGroupOutput, error)
	DisassociateAttributeGroupAsync(ctx workflow.Context, input *appregistry.DisassociateAttributeGroupInput) *DisassociateAttributeGroupFuture

	DisassociateResource(ctx workflow.Context, input *appregistry.DisassociateResourceInput) (*appregistry.DisassociateResourceOutput, error)
	DisassociateResourceAsync(ctx workflow.Context, input *appregistry.DisassociateResourceInput) *DisassociateResourceFuture

	GetApplication(ctx workflow.Context, input *appregistry.GetApplicationInput) (*appregistry.GetApplicationOutput, error)
	GetApplicationAsync(ctx workflow.Context, input *appregistry.GetApplicationInput) *GetApplicationFuture

	GetAttributeGroup(ctx workflow.Context, input *appregistry.GetAttributeGroupInput) (*appregistry.GetAttributeGroupOutput, error)
	GetAttributeGroupAsync(ctx workflow.Context, input *appregistry.GetAttributeGroupInput) *GetAttributeGroupFuture

	ListApplications(ctx workflow.Context, input *appregistry.ListApplicationsInput) (*appregistry.ListApplicationsOutput, error)
	ListApplicationsAsync(ctx workflow.Context, input *appregistry.ListApplicationsInput) *ListApplicationsFuture

	ListAssociatedAttributeGroups(ctx workflow.Context, input *appregistry.ListAssociatedAttributeGroupsInput) (*appregistry.ListAssociatedAttributeGroupsOutput, error)
	ListAssociatedAttributeGroupsAsync(ctx workflow.Context, input *appregistry.ListAssociatedAttributeGroupsInput) *ListAssociatedAttributeGroupsFuture

	ListAssociatedResources(ctx workflow.Context, input *appregistry.ListAssociatedResourcesInput) (*appregistry.ListAssociatedResourcesOutput, error)
	ListAssociatedResourcesAsync(ctx workflow.Context, input *appregistry.ListAssociatedResourcesInput) *ListAssociatedResourcesFuture

	ListAttributeGroups(ctx workflow.Context, input *appregistry.ListAttributeGroupsInput) (*appregistry.ListAttributeGroupsOutput, error)
	ListAttributeGroupsAsync(ctx workflow.Context, input *appregistry.ListAttributeGroupsInput) *ListAttributeGroupsFuture

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

	SyncResource(ctx workflow.Context, input *appregistry.SyncResourceInput) (*appregistry.SyncResourceOutput, error)
	SyncResourceAsync(ctx workflow.Context, input *appregistry.SyncResourceInput) *SyncResourceFuture

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

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

	UpdateApplication(ctx workflow.Context, input *appregistry.UpdateApplicationInput) (*appregistry.UpdateApplicationOutput, error)
	UpdateApplicationAsync(ctx workflow.Context, input *appregistry.UpdateApplicationInput) *UpdateApplicationFuture

	UpdateAttributeGroup(ctx workflow.Context, input *appregistry.UpdateAttributeGroupInput) (*appregistry.UpdateAttributeGroupOutput, error)
	UpdateAttributeGroupAsync(ctx workflow.Context, input *appregistry.UpdateAttributeGroupInput) *UpdateAttributeGroupFuture
}

func NewClient

func NewClient() Client

type CreateApplicationFuture

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

func (*CreateApplicationFuture) Get

type CreateAttributeGroupFuture

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

func (*CreateAttributeGroupFuture) Get

type DeleteApplicationFuture

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

func (*DeleteApplicationFuture) Get

type DeleteAttributeGroupFuture

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

func (*DeleteAttributeGroupFuture) Get

type DisassociateAttributeGroupFuture

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

func (*DisassociateAttributeGroupFuture) Get

type DisassociateResourceFuture

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

func (*DisassociateResourceFuture) Get

type GetApplicationFuture

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

func (*GetApplicationFuture) Get

type GetAttributeGroupFuture

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

func (*GetAttributeGroupFuture) Get

type ListApplicationsFuture

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

func (*ListApplicationsFuture) Get

type ListAssociatedAttributeGroupsFuture

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

func (*ListAssociatedAttributeGroupsFuture) Get

type ListAssociatedResourcesFuture

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

func (*ListAssociatedResourcesFuture) Get

type ListAttributeGroupsFuture

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

func (*ListAttributeGroupsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type SyncResourceFuture

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

func (*SyncResourceFuture) 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 UpdateApplicationFuture

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

func (*UpdateApplicationFuture) Get

type UpdateAttributeGroupFuture

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

func (*UpdateAttributeGroupFuture) Get

Jump to

Keyboard shortcuts

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