customerprofilesstub

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 AddProfileKeyFuture

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

func (*AddProfileKeyFuture) Get

type Client

type Client interface {
	AddProfileKey(ctx workflow.Context, input *customerprofiles.AddProfileKeyInput) (*customerprofiles.AddProfileKeyOutput, error)
	AddProfileKeyAsync(ctx workflow.Context, input *customerprofiles.AddProfileKeyInput) *AddProfileKeyFuture

	CreateDomain(ctx workflow.Context, input *customerprofiles.CreateDomainInput) (*customerprofiles.CreateDomainOutput, error)
	CreateDomainAsync(ctx workflow.Context, input *customerprofiles.CreateDomainInput) *CreateDomainFuture

	CreateProfile(ctx workflow.Context, input *customerprofiles.CreateProfileInput) (*customerprofiles.CreateProfileOutput, error)
	CreateProfileAsync(ctx workflow.Context, input *customerprofiles.CreateProfileInput) *CreateProfileFuture

	DeleteDomain(ctx workflow.Context, input *customerprofiles.DeleteDomainInput) (*customerprofiles.DeleteDomainOutput, error)
	DeleteDomainAsync(ctx workflow.Context, input *customerprofiles.DeleteDomainInput) *DeleteDomainFuture

	DeleteIntegration(ctx workflow.Context, input *customerprofiles.DeleteIntegrationInput) (*customerprofiles.DeleteIntegrationOutput, error)
	DeleteIntegrationAsync(ctx workflow.Context, input *customerprofiles.DeleteIntegrationInput) *DeleteIntegrationFuture

	DeleteProfile(ctx workflow.Context, input *customerprofiles.DeleteProfileInput) (*customerprofiles.DeleteProfileOutput, error)
	DeleteProfileAsync(ctx workflow.Context, input *customerprofiles.DeleteProfileInput) *DeleteProfileFuture

	DeleteProfileKey(ctx workflow.Context, input *customerprofiles.DeleteProfileKeyInput) (*customerprofiles.DeleteProfileKeyOutput, error)
	DeleteProfileKeyAsync(ctx workflow.Context, input *customerprofiles.DeleteProfileKeyInput) *DeleteProfileKeyFuture

	DeleteProfileObject(ctx workflow.Context, input *customerprofiles.DeleteProfileObjectInput) (*customerprofiles.DeleteProfileObjectOutput, error)
	DeleteProfileObjectAsync(ctx workflow.Context, input *customerprofiles.DeleteProfileObjectInput) *DeleteProfileObjectFuture

	DeleteProfileObjectType(ctx workflow.Context, input *customerprofiles.DeleteProfileObjectTypeInput) (*customerprofiles.DeleteProfileObjectTypeOutput, error)
	DeleteProfileObjectTypeAsync(ctx workflow.Context, input *customerprofiles.DeleteProfileObjectTypeInput) *DeleteProfileObjectTypeFuture

	GetDomain(ctx workflow.Context, input *customerprofiles.GetDomainInput) (*customerprofiles.GetDomainOutput, error)
	GetDomainAsync(ctx workflow.Context, input *customerprofiles.GetDomainInput) *GetDomainFuture

	GetIntegration(ctx workflow.Context, input *customerprofiles.GetIntegrationInput) (*customerprofiles.GetIntegrationOutput, error)
	GetIntegrationAsync(ctx workflow.Context, input *customerprofiles.GetIntegrationInput) *GetIntegrationFuture

	GetProfileObjectType(ctx workflow.Context, input *customerprofiles.GetProfileObjectTypeInput) (*customerprofiles.GetProfileObjectTypeOutput, error)
	GetProfileObjectTypeAsync(ctx workflow.Context, input *customerprofiles.GetProfileObjectTypeInput) *GetProfileObjectTypeFuture

	GetProfileObjectTypeTemplate(ctx workflow.Context, input *customerprofiles.GetProfileObjectTypeTemplateInput) (*customerprofiles.GetProfileObjectTypeTemplateOutput, error)
	GetProfileObjectTypeTemplateAsync(ctx workflow.Context, input *customerprofiles.GetProfileObjectTypeTemplateInput) *GetProfileObjectTypeTemplateFuture

	ListAccountIntegrations(ctx workflow.Context, input *customerprofiles.ListAccountIntegrationsInput) (*customerprofiles.ListAccountIntegrationsOutput, error)
	ListAccountIntegrationsAsync(ctx workflow.Context, input *customerprofiles.ListAccountIntegrationsInput) *ListAccountIntegrationsFuture

	ListDomains(ctx workflow.Context, input *customerprofiles.ListDomainsInput) (*customerprofiles.ListDomainsOutput, error)
	ListDomainsAsync(ctx workflow.Context, input *customerprofiles.ListDomainsInput) *ListDomainsFuture

	ListIntegrations(ctx workflow.Context, input *customerprofiles.ListIntegrationsInput) (*customerprofiles.ListIntegrationsOutput, error)
	ListIntegrationsAsync(ctx workflow.Context, input *customerprofiles.ListIntegrationsInput) *ListIntegrationsFuture

	ListProfileObjectTypeTemplates(ctx workflow.Context, input *customerprofiles.ListProfileObjectTypeTemplatesInput) (*customerprofiles.ListProfileObjectTypeTemplatesOutput, error)
	ListProfileObjectTypeTemplatesAsync(ctx workflow.Context, input *customerprofiles.ListProfileObjectTypeTemplatesInput) *ListProfileObjectTypeTemplatesFuture

	ListProfileObjectTypes(ctx workflow.Context, input *customerprofiles.ListProfileObjectTypesInput) (*customerprofiles.ListProfileObjectTypesOutput, error)
	ListProfileObjectTypesAsync(ctx workflow.Context, input *customerprofiles.ListProfileObjectTypesInput) *ListProfileObjectTypesFuture

	ListProfileObjects(ctx workflow.Context, input *customerprofiles.ListProfileObjectsInput) (*customerprofiles.ListProfileObjectsOutput, error)
	ListProfileObjectsAsync(ctx workflow.Context, input *customerprofiles.ListProfileObjectsInput) *ListProfileObjectsFuture

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

	PutIntegration(ctx workflow.Context, input *customerprofiles.PutIntegrationInput) (*customerprofiles.PutIntegrationOutput, error)
	PutIntegrationAsync(ctx workflow.Context, input *customerprofiles.PutIntegrationInput) *PutIntegrationFuture

	PutProfileObject(ctx workflow.Context, input *customerprofiles.PutProfileObjectInput) (*customerprofiles.PutProfileObjectOutput, error)
	PutProfileObjectAsync(ctx workflow.Context, input *customerprofiles.PutProfileObjectInput) *PutProfileObjectFuture

	PutProfileObjectType(ctx workflow.Context, input *customerprofiles.PutProfileObjectTypeInput) (*customerprofiles.PutProfileObjectTypeOutput, error)
	PutProfileObjectTypeAsync(ctx workflow.Context, input *customerprofiles.PutProfileObjectTypeInput) *PutProfileObjectTypeFuture

	SearchProfiles(ctx workflow.Context, input *customerprofiles.SearchProfilesInput) (*customerprofiles.SearchProfilesOutput, error)
	SearchProfilesAsync(ctx workflow.Context, input *customerprofiles.SearchProfilesInput) *SearchProfilesFuture

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

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

	UpdateDomain(ctx workflow.Context, input *customerprofiles.UpdateDomainInput) (*customerprofiles.UpdateDomainOutput, error)
	UpdateDomainAsync(ctx workflow.Context, input *customerprofiles.UpdateDomainInput) *UpdateDomainFuture

	UpdateProfile(ctx workflow.Context, input *customerprofiles.UpdateProfileInput) (*customerprofiles.UpdateProfileOutput, error)
	UpdateProfileAsync(ctx workflow.Context, input *customerprofiles.UpdateProfileInput) *UpdateProfileFuture
}

func NewClient

func NewClient() Client

type CreateDomainFuture

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

func (*CreateDomainFuture) Get

type CreateProfileFuture

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

func (*CreateProfileFuture) Get

type DeleteDomainFuture

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

func (*DeleteDomainFuture) Get

type DeleteIntegrationFuture

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

func (*DeleteIntegrationFuture) Get

type DeleteProfileFuture

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

func (*DeleteProfileFuture) Get

type DeleteProfileKeyFuture

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

func (*DeleteProfileKeyFuture) Get

type DeleteProfileObjectFuture

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

func (*DeleteProfileObjectFuture) Get

type DeleteProfileObjectTypeFuture

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

func (*DeleteProfileObjectTypeFuture) Get

type GetDomainFuture

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

func (*GetDomainFuture) Get

type GetIntegrationFuture

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

func (*GetIntegrationFuture) Get

type GetProfileObjectTypeFuture

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

func (*GetProfileObjectTypeFuture) Get

type GetProfileObjectTypeTemplateFuture

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

func (*GetProfileObjectTypeTemplateFuture) Get

type ListAccountIntegrationsFuture

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

func (*ListAccountIntegrationsFuture) Get

type ListDomainsFuture

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

func (*ListDomainsFuture) Get

type ListIntegrationsFuture

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

func (*ListIntegrationsFuture) Get

type ListProfileObjectTypeTemplatesFuture

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

func (*ListProfileObjectTypeTemplatesFuture) Get

type ListProfileObjectTypesFuture

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

func (*ListProfileObjectTypesFuture) Get

type ListProfileObjectsFuture

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

func (*ListProfileObjectsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type PutIntegrationFuture

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

func (*PutIntegrationFuture) Get

type PutProfileObjectFuture

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

func (*PutProfileObjectFuture) Get

type PutProfileObjectTypeFuture

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

func (*PutProfileObjectTypeFuture) Get

type SearchProfilesFuture

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

func (*SearchProfilesFuture) 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 UpdateDomainFuture

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

func (*UpdateDomainFuture) Get

type UpdateProfileFuture

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

func (*UpdateProfileFuture) Get

Jump to

Keyboard shortcuts

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