Versions in this module Expand all Collapse all v0 v0.6.0 Jun 3, 2015 Changes in this version + type CognitoIdentity struct + func New(config *aws.Config) *CognitoIdentity + func (c *CognitoIdentity) CreateIdentityPool(input *CreateIdentityPoolInput) (*IdentityPool, error) + func (c *CognitoIdentity) CreateIdentityPoolRequest(input *CreateIdentityPoolInput) (req *aws.Request, output *IdentityPool) + func (c *CognitoIdentity) DeleteIdentityPool(input *DeleteIdentityPoolInput) (*DeleteIdentityPoolOutput, error) + func (c *CognitoIdentity) DeleteIdentityPoolRequest(input *DeleteIdentityPoolInput) (req *aws.Request, output *DeleteIdentityPoolOutput) + func (c *CognitoIdentity) DescribeIdentity(input *DescribeIdentityInput) (*IdentityDescription, error) + func (c *CognitoIdentity) DescribeIdentityPool(input *DescribeIdentityPoolInput) (*IdentityPool, error) + func (c *CognitoIdentity) DescribeIdentityPoolRequest(input *DescribeIdentityPoolInput) (req *aws.Request, output *IdentityPool) + func (c *CognitoIdentity) DescribeIdentityRequest(input *DescribeIdentityInput) (req *aws.Request, output *IdentityDescription) + func (c *CognitoIdentity) GetCredentialsForIdentity(input *GetCredentialsForIdentityInput) (*GetCredentialsForIdentityOutput, error) + func (c *CognitoIdentity) GetCredentialsForIdentityRequest(input *GetCredentialsForIdentityInput) (req *aws.Request, output *GetCredentialsForIdentityOutput) + func (c *CognitoIdentity) GetID(input *GetIDInput) (*GetIDOutput, error) + func (c *CognitoIdentity) GetIDRequest(input *GetIDInput) (req *aws.Request, output *GetIDOutput) + func (c *CognitoIdentity) GetIdentityPoolRoles(input *GetIdentityPoolRolesInput) (*GetIdentityPoolRolesOutput, error) + func (c *CognitoIdentity) GetIdentityPoolRolesRequest(input *GetIdentityPoolRolesInput) (req *aws.Request, output *GetIdentityPoolRolesOutput) + func (c *CognitoIdentity) GetOpenIDToken(input *GetOpenIDTokenInput) (*GetOpenIDTokenOutput, error) + func (c *CognitoIdentity) GetOpenIDTokenForDeveloperIdentity(input *GetOpenIDTokenForDeveloperIdentityInput) (*GetOpenIDTokenForDeveloperIdentityOutput, error) + func (c *CognitoIdentity) GetOpenIDTokenForDeveloperIdentityRequest(input *GetOpenIDTokenForDeveloperIdentityInput) (req *aws.Request, output *GetOpenIDTokenForDeveloperIdentityOutput) + func (c *CognitoIdentity) GetOpenIDTokenRequest(input *GetOpenIDTokenInput) (req *aws.Request, output *GetOpenIDTokenOutput) + func (c *CognitoIdentity) ListIdentities(input *ListIdentitiesInput) (*ListIdentitiesOutput, error) + func (c *CognitoIdentity) ListIdentitiesRequest(input *ListIdentitiesInput) (req *aws.Request, output *ListIdentitiesOutput) + func (c *CognitoIdentity) ListIdentityPools(input *ListIdentityPoolsInput) (*ListIdentityPoolsOutput, error) + func (c *CognitoIdentity) ListIdentityPoolsRequest(input *ListIdentityPoolsInput) (req *aws.Request, output *ListIdentityPoolsOutput) + func (c *CognitoIdentity) LookupDeveloperIdentity(input *LookupDeveloperIdentityInput) (*LookupDeveloperIdentityOutput, error) + func (c *CognitoIdentity) LookupDeveloperIdentityRequest(input *LookupDeveloperIdentityInput) (req *aws.Request, output *LookupDeveloperIdentityOutput) + func (c *CognitoIdentity) MergeDeveloperIdentities(input *MergeDeveloperIdentitiesInput) (*MergeDeveloperIdentitiesOutput, error) + func (c *CognitoIdentity) MergeDeveloperIdentitiesRequest(input *MergeDeveloperIdentitiesInput) (req *aws.Request, output *MergeDeveloperIdentitiesOutput) + func (c *CognitoIdentity) SetIdentityPoolRoles(input *SetIdentityPoolRolesInput) (*SetIdentityPoolRolesOutput, error) + func (c *CognitoIdentity) SetIdentityPoolRolesRequest(input *SetIdentityPoolRolesInput) (req *aws.Request, output *SetIdentityPoolRolesOutput) + func (c *CognitoIdentity) UnlinkDeveloperIdentity(input *UnlinkDeveloperIdentityInput) (*UnlinkDeveloperIdentityOutput, error) + func (c *CognitoIdentity) UnlinkDeveloperIdentityRequest(input *UnlinkDeveloperIdentityInput) (req *aws.Request, output *UnlinkDeveloperIdentityOutput) + func (c *CognitoIdentity) UnlinkIdentity(input *UnlinkIdentityInput) (*UnlinkIdentityOutput, error) + func (c *CognitoIdentity) UnlinkIdentityRequest(input *UnlinkIdentityInput) (req *aws.Request, output *UnlinkIdentityOutput) + func (c *CognitoIdentity) UpdateIdentityPool(input *IdentityPool) (*IdentityPool, error) + func (c *CognitoIdentity) UpdateIdentityPoolRequest(input *IdentityPool) (req *aws.Request, output *IdentityPool) + type CreateIdentityPoolInput struct + AllowUnauthenticatedIdentities *bool + DeveloperProviderName *string + IdentityPoolName *string + OpenIDConnectProviderARNs []*string + SupportedLoginProviders map[string]*string + type Credentials struct + AccessKeyID *string + Expiration *time.Time + SecretKey *string + SessionToken *string + type DeleteIdentityPoolInput struct + IdentityPoolID *string + type DeleteIdentityPoolOutput struct + type DescribeIdentityInput struct + IdentityID *string + type DescribeIdentityPoolInput struct + IdentityPoolID *string + type GetCredentialsForIdentityInput struct + IdentityID *string + Logins map[string]*string + type GetCredentialsForIdentityOutput struct + Credentials *Credentials + IdentityID *string + type GetIDInput struct + AccountID *string + IdentityPoolID *string + Logins map[string]*string + type GetIDOutput struct + IdentityID *string + type GetIdentityPoolRolesInput struct + IdentityPoolID *string + type GetIdentityPoolRolesOutput struct + IdentityPoolID *string + Roles map[string]*string + type GetOpenIDTokenForDeveloperIdentityInput struct + IdentityID *string + IdentityPoolID *string + Logins map[string]*string + TokenDuration *int64 + type GetOpenIDTokenForDeveloperIdentityOutput struct + IdentityID *string + Token *string + type GetOpenIDTokenInput struct + IdentityID *string + Logins map[string]*string + type GetOpenIDTokenOutput struct + IdentityID *string + Token *string + type IdentityDescription struct + CreationDate *time.Time + IdentityID *string + LastModifiedDate *time.Time + Logins []*string + type IdentityPool struct + AllowUnauthenticatedIdentities *bool + DeveloperProviderName *string + IdentityPoolID *string + IdentityPoolName *string + OpenIDConnectProviderARNs []*string + SupportedLoginProviders map[string]*string + type IdentityPoolShortDescription struct + IdentityPoolID *string + IdentityPoolName *string + type ListIdentitiesInput struct + IdentityPoolID *string + MaxResults *int64 + NextToken *string + type ListIdentitiesOutput struct + Identities []*IdentityDescription + IdentityPoolID *string + NextToken *string + type ListIdentityPoolsInput struct + MaxResults *int64 + NextToken *string + type ListIdentityPoolsOutput struct + IdentityPools []*IdentityPoolShortDescription + NextToken *string + type LookupDeveloperIdentityInput struct + DeveloperUserIdentifier *string + IdentityID *string + IdentityPoolID *string + MaxResults *int64 + NextToken *string + type LookupDeveloperIdentityOutput struct + DeveloperUserIdentifierList []*string + IdentityID *string + NextToken *string + type MergeDeveloperIdentitiesInput struct + DestinationUserIdentifier *string + DeveloperProviderName *string + IdentityPoolID *string + SourceUserIdentifier *string + type MergeDeveloperIdentitiesOutput struct + IdentityID *string + type SetIdentityPoolRolesInput struct + IdentityPoolID *string + Roles map[string]*string + type SetIdentityPoolRolesOutput struct + type UnlinkDeveloperIdentityInput struct + DeveloperProviderName *string + DeveloperUserIdentifier *string + IdentityID *string + IdentityPoolID *string + type UnlinkDeveloperIdentityOutput struct + type UnlinkIdentityInput struct + IdentityID *string + Logins map[string]*string + LoginsToRemove []*string + type UnlinkIdentityOutput struct