cognitoidentitystub

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 Client

type Client interface {
	CreateIdentityPool(ctx workflow.Context, input *cognitoidentity.CreateIdentityPoolInput) (*cognitoidentity.IdentityPool, error)
	CreateIdentityPoolAsync(ctx workflow.Context, input *cognitoidentity.CreateIdentityPoolInput) *CreateIdentityPoolFuture

	DeleteIdentities(ctx workflow.Context, input *cognitoidentity.DeleteIdentitiesInput) (*cognitoidentity.DeleteIdentitiesOutput, error)
	DeleteIdentitiesAsync(ctx workflow.Context, input *cognitoidentity.DeleteIdentitiesInput) *DeleteIdentitiesFuture

	DeleteIdentityPool(ctx workflow.Context, input *cognitoidentity.DeleteIdentityPoolInput) (*cognitoidentity.DeleteIdentityPoolOutput, error)
	DeleteIdentityPoolAsync(ctx workflow.Context, input *cognitoidentity.DeleteIdentityPoolInput) *DeleteIdentityPoolFuture

	DescribeIdentity(ctx workflow.Context, input *cognitoidentity.DescribeIdentityInput) (*cognitoidentity.IdentityDescription, error)
	DescribeIdentityAsync(ctx workflow.Context, input *cognitoidentity.DescribeIdentityInput) *DescribeIdentityFuture

	DescribeIdentityPool(ctx workflow.Context, input *cognitoidentity.DescribeIdentityPoolInput) (*cognitoidentity.IdentityPool, error)
	DescribeIdentityPoolAsync(ctx workflow.Context, input *cognitoidentity.DescribeIdentityPoolInput) *DescribeIdentityPoolFuture

	GetCredentialsForIdentity(ctx workflow.Context, input *cognitoidentity.GetCredentialsForIdentityInput) (*cognitoidentity.GetCredentialsForIdentityOutput, error)
	GetCredentialsForIdentityAsync(ctx workflow.Context, input *cognitoidentity.GetCredentialsForIdentityInput) *GetCredentialsForIdentityFuture

	GetId(ctx workflow.Context, input *cognitoidentity.GetIdInput) (*cognitoidentity.GetIdOutput, error)
	GetIdAsync(ctx workflow.Context, input *cognitoidentity.GetIdInput) *GetIdFuture

	GetIdentityPoolRoles(ctx workflow.Context, input *cognitoidentity.GetIdentityPoolRolesInput) (*cognitoidentity.GetIdentityPoolRolesOutput, error)
	GetIdentityPoolRolesAsync(ctx workflow.Context, input *cognitoidentity.GetIdentityPoolRolesInput) *GetIdentityPoolRolesFuture

	GetOpenIdToken(ctx workflow.Context, input *cognitoidentity.GetOpenIdTokenInput) (*cognitoidentity.GetOpenIdTokenOutput, error)
	GetOpenIdTokenAsync(ctx workflow.Context, input *cognitoidentity.GetOpenIdTokenInput) *GetOpenIdTokenFuture

	GetOpenIdTokenForDeveloperIdentity(ctx workflow.Context, input *cognitoidentity.GetOpenIdTokenForDeveloperIdentityInput) (*cognitoidentity.GetOpenIdTokenForDeveloperIdentityOutput, error)
	GetOpenIdTokenForDeveloperIdentityAsync(ctx workflow.Context, input *cognitoidentity.GetOpenIdTokenForDeveloperIdentityInput) *GetOpenIdTokenForDeveloperIdentityFuture

	GetPrincipalTagAttributeMap(ctx workflow.Context, input *cognitoidentity.GetPrincipalTagAttributeMapInput) (*cognitoidentity.GetPrincipalTagAttributeMapOutput, error)
	GetPrincipalTagAttributeMapAsync(ctx workflow.Context, input *cognitoidentity.GetPrincipalTagAttributeMapInput) *GetPrincipalTagAttributeMapFuture

	ListIdentities(ctx workflow.Context, input *cognitoidentity.ListIdentitiesInput) (*cognitoidentity.ListIdentitiesOutput, error)
	ListIdentitiesAsync(ctx workflow.Context, input *cognitoidentity.ListIdentitiesInput) *ListIdentitiesFuture

	ListIdentityPools(ctx workflow.Context, input *cognitoidentity.ListIdentityPoolsInput) (*cognitoidentity.ListIdentityPoolsOutput, error)
	ListIdentityPoolsAsync(ctx workflow.Context, input *cognitoidentity.ListIdentityPoolsInput) *ListIdentityPoolsFuture

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

	LookupDeveloperIdentity(ctx workflow.Context, input *cognitoidentity.LookupDeveloperIdentityInput) (*cognitoidentity.LookupDeveloperIdentityOutput, error)
	LookupDeveloperIdentityAsync(ctx workflow.Context, input *cognitoidentity.LookupDeveloperIdentityInput) *LookupDeveloperIdentityFuture

	MergeDeveloperIdentities(ctx workflow.Context, input *cognitoidentity.MergeDeveloperIdentitiesInput) (*cognitoidentity.MergeDeveloperIdentitiesOutput, error)
	MergeDeveloperIdentitiesAsync(ctx workflow.Context, input *cognitoidentity.MergeDeveloperIdentitiesInput) *MergeDeveloperIdentitiesFuture

	SetIdentityPoolRoles(ctx workflow.Context, input *cognitoidentity.SetIdentityPoolRolesInput) (*cognitoidentity.SetIdentityPoolRolesOutput, error)
	SetIdentityPoolRolesAsync(ctx workflow.Context, input *cognitoidentity.SetIdentityPoolRolesInput) *SetIdentityPoolRolesFuture

	SetPrincipalTagAttributeMap(ctx workflow.Context, input *cognitoidentity.SetPrincipalTagAttributeMapInput) (*cognitoidentity.SetPrincipalTagAttributeMapOutput, error)
	SetPrincipalTagAttributeMapAsync(ctx workflow.Context, input *cognitoidentity.SetPrincipalTagAttributeMapInput) *SetPrincipalTagAttributeMapFuture

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

	UnlinkDeveloperIdentity(ctx workflow.Context, input *cognitoidentity.UnlinkDeveloperIdentityInput) (*cognitoidentity.UnlinkDeveloperIdentityOutput, error)
	UnlinkDeveloperIdentityAsync(ctx workflow.Context, input *cognitoidentity.UnlinkDeveloperIdentityInput) *UnlinkDeveloperIdentityFuture

	UnlinkIdentity(ctx workflow.Context, input *cognitoidentity.UnlinkIdentityInput) (*cognitoidentity.UnlinkIdentityOutput, error)
	UnlinkIdentityAsync(ctx workflow.Context, input *cognitoidentity.UnlinkIdentityInput) *UnlinkIdentityFuture

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

	UpdateIdentityPool(ctx workflow.Context, input *cognitoidentity.IdentityPool) (*cognitoidentity.IdentityPool, error)
	UpdateIdentityPoolAsync(ctx workflow.Context, input *cognitoidentity.IdentityPool) *UpdateIdentityPoolFuture
}

func NewClient

func NewClient() Client

type CreateIdentityPoolFuture

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

func (*CreateIdentityPoolFuture) Get

type DeleteIdentitiesFuture

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

func (*DeleteIdentitiesFuture) Get

type DeleteIdentityPoolFuture

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

func (*DeleteIdentityPoolFuture) Get

type DescribeIdentityFuture

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

func (*DescribeIdentityFuture) Get

type DescribeIdentityPoolFuture

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

func (*DescribeIdentityPoolFuture) Get

type GetCredentialsForIdentityFuture

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

func (*GetCredentialsForIdentityFuture) Get

type GetIdFuture

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

func (*GetIdFuture) Get

type GetIdentityPoolRolesFuture

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

func (*GetIdentityPoolRolesFuture) Get

type GetOpenIdTokenForDeveloperIdentityFuture

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

func (*GetOpenIdTokenForDeveloperIdentityFuture) Get

type GetOpenIdTokenFuture

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

func (*GetOpenIdTokenFuture) Get

type GetPrincipalTagAttributeMapFuture

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

func (*GetPrincipalTagAttributeMapFuture) Get

type ListIdentitiesFuture

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

func (*ListIdentitiesFuture) Get

type ListIdentityPoolsFuture

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

func (*ListIdentityPoolsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type LookupDeveloperIdentityFuture

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

func (*LookupDeveloperIdentityFuture) Get

type MergeDeveloperIdentitiesFuture

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

func (*MergeDeveloperIdentitiesFuture) Get

type SetIdentityPoolRolesFuture

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

func (*SetIdentityPoolRolesFuture) Get

type SetPrincipalTagAttributeMapFuture

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

func (*SetPrincipalTagAttributeMapFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UnlinkDeveloperIdentityFuture

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

func (*UnlinkDeveloperIdentityFuture) Get

type UnlinkIdentityFuture

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

func (*UnlinkIdentityFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateIdentityPoolFuture

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

func (*UpdateIdentityPoolFuture) Get

Jump to

Keyboard shortcuts

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