Documentation ¶
Index ¶
- type Client
- type CreateIdentityPoolFuture
- type DeleteIdentitiesFuture
- type DeleteIdentityPoolFuture
- type DescribeIdentityFuture
- type DescribeIdentityPoolFuture
- type GetCredentialsForIdentityFuture
- type GetIdFuture
- type GetIdentityPoolRolesFuture
- type GetOpenIdTokenForDeveloperIdentityFuture
- type GetOpenIdTokenFuture
- type GetPrincipalTagAttributeMapFuture
- type ListIdentitiesFuture
- type ListIdentityPoolsFuture
- type ListTagsForResourceFuture
- type LookupDeveloperIdentityFuture
- type MergeDeveloperIdentitiesFuture
- type SetIdentityPoolRolesFuture
- type SetPrincipalTagAttributeMapFuture
- type TagResourceFuture
- type UnlinkDeveloperIdentityFuture
- type UnlinkIdentityFuture
- type UntagResourceFuture
- type UpdateIdentityPoolFuture
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 }
type CreateIdentityPoolFuture ¶
type CreateIdentityPoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateIdentityPoolFuture) Get ¶
func (r *CreateIdentityPoolFuture) Get(ctx workflow.Context) (*cognitoidentity.IdentityPool, error)
type DeleteIdentitiesFuture ¶
type DeleteIdentitiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteIdentitiesFuture) Get ¶
func (r *DeleteIdentitiesFuture) Get(ctx workflow.Context) (*cognitoidentity.DeleteIdentitiesOutput, error)
type DeleteIdentityPoolFuture ¶
type DeleteIdentityPoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteIdentityPoolFuture) Get ¶
func (r *DeleteIdentityPoolFuture) Get(ctx workflow.Context) (*cognitoidentity.DeleteIdentityPoolOutput, error)
type DescribeIdentityFuture ¶
type DescribeIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeIdentityFuture) Get ¶
func (r *DescribeIdentityFuture) Get(ctx workflow.Context) (*cognitoidentity.IdentityDescription, error)
type DescribeIdentityPoolFuture ¶
type DescribeIdentityPoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeIdentityPoolFuture) Get ¶
func (r *DescribeIdentityPoolFuture) Get(ctx workflow.Context) (*cognitoidentity.IdentityPool, error)
type GetCredentialsForIdentityFuture ¶
type GetCredentialsForIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetCredentialsForIdentityFuture) Get ¶
func (r *GetCredentialsForIdentityFuture) Get(ctx workflow.Context) (*cognitoidentity.GetCredentialsForIdentityOutput, error)
type GetIdFuture ¶
func (*GetIdFuture) Get ¶
func (r *GetIdFuture) Get(ctx workflow.Context) (*cognitoidentity.GetIdOutput, error)
type GetIdentityPoolRolesFuture ¶
type GetIdentityPoolRolesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetIdentityPoolRolesFuture) Get ¶
func (r *GetIdentityPoolRolesFuture) Get(ctx workflow.Context) (*cognitoidentity.GetIdentityPoolRolesOutput, error)
type GetOpenIdTokenForDeveloperIdentityFuture ¶
type GetOpenIdTokenForDeveloperIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
type GetOpenIdTokenFuture ¶
func (*GetOpenIdTokenFuture) Get ¶
func (r *GetOpenIdTokenFuture) Get(ctx workflow.Context) (*cognitoidentity.GetOpenIdTokenOutput, error)
type GetPrincipalTagAttributeMapFuture ¶
type GetPrincipalTagAttributeMapFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPrincipalTagAttributeMapFuture) Get ¶
func (r *GetPrincipalTagAttributeMapFuture) Get(ctx workflow.Context) (*cognitoidentity.GetPrincipalTagAttributeMapOutput, error)
type ListIdentitiesFuture ¶
func (*ListIdentitiesFuture) Get ¶
func (r *ListIdentitiesFuture) Get(ctx workflow.Context) (*cognitoidentity.ListIdentitiesOutput, error)
type ListIdentityPoolsFuture ¶
type ListIdentityPoolsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListIdentityPoolsFuture) Get ¶
func (r *ListIdentityPoolsFuture) Get(ctx workflow.Context) (*cognitoidentity.ListIdentityPoolsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*cognitoidentity.ListTagsForResourceOutput, error)
type LookupDeveloperIdentityFuture ¶
type LookupDeveloperIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*LookupDeveloperIdentityFuture) Get ¶
func (r *LookupDeveloperIdentityFuture) Get(ctx workflow.Context) (*cognitoidentity.LookupDeveloperIdentityOutput, error)
type MergeDeveloperIdentitiesFuture ¶
type MergeDeveloperIdentitiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*MergeDeveloperIdentitiesFuture) Get ¶
func (r *MergeDeveloperIdentitiesFuture) Get(ctx workflow.Context) (*cognitoidentity.MergeDeveloperIdentitiesOutput, error)
type SetIdentityPoolRolesFuture ¶
type SetIdentityPoolRolesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetIdentityPoolRolesFuture) Get ¶
func (r *SetIdentityPoolRolesFuture) Get(ctx workflow.Context) (*cognitoidentity.SetIdentityPoolRolesOutput, error)
type SetPrincipalTagAttributeMapFuture ¶
type SetPrincipalTagAttributeMapFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SetPrincipalTagAttributeMapFuture) Get ¶
func (r *SetPrincipalTagAttributeMapFuture) Get(ctx workflow.Context) (*cognitoidentity.SetPrincipalTagAttributeMapOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*cognitoidentity.TagResourceOutput, error)
type UnlinkDeveloperIdentityFuture ¶
type UnlinkDeveloperIdentityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UnlinkDeveloperIdentityFuture) Get ¶
func (r *UnlinkDeveloperIdentityFuture) Get(ctx workflow.Context) (*cognitoidentity.UnlinkDeveloperIdentityOutput, error)
type UnlinkIdentityFuture ¶
func (*UnlinkIdentityFuture) Get ¶
func (r *UnlinkIdentityFuture) Get(ctx workflow.Context) (*cognitoidentity.UnlinkIdentityOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*cognitoidentity.UntagResourceOutput, error)
type UpdateIdentityPoolFuture ¶
type UpdateIdentityPoolFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateIdentityPoolFuture) Get ¶
func (r *UpdateIdentityPoolFuture) Get(ctx workflow.Context) (*cognitoidentity.IdentityPool, error)
Click to show internal directories.
Click to hide internal directories.