Documentation ¶
Index ¶
- type AddProfileKeyFuture
- type Client
- type CreateDomainFuture
- type CreateProfileFuture
- type DeleteDomainFuture
- type DeleteIntegrationFuture
- type DeleteProfileFuture
- type DeleteProfileKeyFuture
- type DeleteProfileObjectFuture
- type DeleteProfileObjectTypeFuture
- type GetDomainFuture
- type GetIntegrationFuture
- type GetProfileObjectTypeFuture
- type GetProfileObjectTypeTemplateFuture
- type ListAccountIntegrationsFuture
- type ListDomainsFuture
- type ListIntegrationsFuture
- type ListProfileObjectTypeTemplatesFuture
- type ListProfileObjectTypesFuture
- type ListProfileObjectsFuture
- type ListTagsForResourceFuture
- type PutIntegrationFuture
- type PutProfileObjectFuture
- type PutProfileObjectTypeFuture
- type SearchProfilesFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateDomainFuture
- type UpdateProfileFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddProfileKeyFuture ¶
func (*AddProfileKeyFuture) Get ¶
func (r *AddProfileKeyFuture) Get(ctx workflow.Context) (*customerprofiles.AddProfileKeyOutput, error)
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 }
type CreateDomainFuture ¶
func (*CreateDomainFuture) Get ¶
func (r *CreateDomainFuture) Get(ctx workflow.Context) (*customerprofiles.CreateDomainOutput, error)
type CreateProfileFuture ¶
func (*CreateProfileFuture) Get ¶
func (r *CreateProfileFuture) Get(ctx workflow.Context) (*customerprofiles.CreateProfileOutput, error)
type DeleteDomainFuture ¶
func (*DeleteDomainFuture) Get ¶
func (r *DeleteDomainFuture) Get(ctx workflow.Context) (*customerprofiles.DeleteDomainOutput, error)
type DeleteIntegrationFuture ¶
type DeleteIntegrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteIntegrationFuture) Get ¶
func (r *DeleteIntegrationFuture) Get(ctx workflow.Context) (*customerprofiles.DeleteIntegrationOutput, error)
type DeleteProfileFuture ¶
func (*DeleteProfileFuture) Get ¶
func (r *DeleteProfileFuture) Get(ctx workflow.Context) (*customerprofiles.DeleteProfileOutput, error)
type DeleteProfileKeyFuture ¶
type DeleteProfileKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteProfileKeyFuture) Get ¶
func (r *DeleteProfileKeyFuture) Get(ctx workflow.Context) (*customerprofiles.DeleteProfileKeyOutput, error)
type DeleteProfileObjectFuture ¶
type DeleteProfileObjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteProfileObjectFuture) Get ¶
func (r *DeleteProfileObjectFuture) Get(ctx workflow.Context) (*customerprofiles.DeleteProfileObjectOutput, error)
type DeleteProfileObjectTypeFuture ¶
type DeleteProfileObjectTypeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteProfileObjectTypeFuture) Get ¶
func (r *DeleteProfileObjectTypeFuture) Get(ctx workflow.Context) (*customerprofiles.DeleteProfileObjectTypeOutput, error)
type GetDomainFuture ¶
func (*GetDomainFuture) Get ¶
func (r *GetDomainFuture) Get(ctx workflow.Context) (*customerprofiles.GetDomainOutput, error)
type GetIntegrationFuture ¶
func (*GetIntegrationFuture) Get ¶
func (r *GetIntegrationFuture) Get(ctx workflow.Context) (*customerprofiles.GetIntegrationOutput, error)
type GetProfileObjectTypeFuture ¶
type GetProfileObjectTypeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetProfileObjectTypeFuture) Get ¶
func (r *GetProfileObjectTypeFuture) Get(ctx workflow.Context) (*customerprofiles.GetProfileObjectTypeOutput, error)
type GetProfileObjectTypeTemplateFuture ¶
type GetProfileObjectTypeTemplateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetProfileObjectTypeTemplateFuture) Get ¶
func (r *GetProfileObjectTypeTemplateFuture) Get(ctx workflow.Context) (*customerprofiles.GetProfileObjectTypeTemplateOutput, error)
type ListAccountIntegrationsFuture ¶
type ListAccountIntegrationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAccountIntegrationsFuture) Get ¶
func (r *ListAccountIntegrationsFuture) Get(ctx workflow.Context) (*customerprofiles.ListAccountIntegrationsOutput, error)
type ListDomainsFuture ¶
func (*ListDomainsFuture) Get ¶
func (r *ListDomainsFuture) Get(ctx workflow.Context) (*customerprofiles.ListDomainsOutput, error)
type ListIntegrationsFuture ¶
type ListIntegrationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListIntegrationsFuture) Get ¶
func (r *ListIntegrationsFuture) Get(ctx workflow.Context) (*customerprofiles.ListIntegrationsOutput, error)
type ListProfileObjectTypeTemplatesFuture ¶
type ListProfileObjectTypeTemplatesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListProfileObjectTypeTemplatesFuture) Get ¶
func (r *ListProfileObjectTypeTemplatesFuture) Get(ctx workflow.Context) (*customerprofiles.ListProfileObjectTypeTemplatesOutput, error)
type ListProfileObjectTypesFuture ¶
type ListProfileObjectTypesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListProfileObjectTypesFuture) Get ¶
func (r *ListProfileObjectTypesFuture) Get(ctx workflow.Context) (*customerprofiles.ListProfileObjectTypesOutput, error)
type ListProfileObjectsFuture ¶
type ListProfileObjectsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListProfileObjectsFuture) Get ¶
func (r *ListProfileObjectsFuture) Get(ctx workflow.Context) (*customerprofiles.ListProfileObjectsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*customerprofiles.ListTagsForResourceOutput, error)
type PutIntegrationFuture ¶
func (*PutIntegrationFuture) Get ¶
func (r *PutIntegrationFuture) Get(ctx workflow.Context) (*customerprofiles.PutIntegrationOutput, error)
type PutProfileObjectFuture ¶
type PutProfileObjectFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutProfileObjectFuture) Get ¶
func (r *PutProfileObjectFuture) Get(ctx workflow.Context) (*customerprofiles.PutProfileObjectOutput, error)
type PutProfileObjectTypeFuture ¶
type PutProfileObjectTypeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutProfileObjectTypeFuture) Get ¶
func (r *PutProfileObjectTypeFuture) Get(ctx workflow.Context) (*customerprofiles.PutProfileObjectTypeOutput, error)
type SearchProfilesFuture ¶
func (*SearchProfilesFuture) Get ¶
func (r *SearchProfilesFuture) Get(ctx workflow.Context) (*customerprofiles.SearchProfilesOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*customerprofiles.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*customerprofiles.UntagResourceOutput, error)
type UpdateDomainFuture ¶
func (*UpdateDomainFuture) Get ¶
func (r *UpdateDomainFuture) Get(ctx workflow.Context) (*customerprofiles.UpdateDomainOutput, error)
type UpdateProfileFuture ¶
func (*UpdateProfileFuture) Get ¶
func (r *UpdateProfileFuture) Get(ctx workflow.Context) (*customerprofiles.UpdateProfileOutput, error)
Click to show internal directories.
Click to hide internal directories.