Versions in this module Expand all Collapse all v1 v1.1.9 Mar 8, 2016 Changes in this version + const ErrorCodeAccessDenied + const ErrorCodeInternalServerError + const ServiceName + type CognitoIdentity struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CognitoIdentity + func (c *CognitoIdentity) CreateIdentityPool(input *CreateIdentityPoolInput) (*IdentityPool, error) + func (c *CognitoIdentity) CreateIdentityPoolRequest(input *CreateIdentityPoolInput) (req *request.Request, output *IdentityPool) + func (c *CognitoIdentity) DeleteIdentities(input *DeleteIdentitiesInput) (*DeleteIdentitiesOutput, error) + func (c *CognitoIdentity) DeleteIdentitiesRequest(input *DeleteIdentitiesInput) (req *request.Request, output *DeleteIdentitiesOutput) + func (c *CognitoIdentity) DeleteIdentityPool(input *DeleteIdentityPoolInput) (*DeleteIdentityPoolOutput, error) + func (c *CognitoIdentity) DeleteIdentityPoolRequest(input *DeleteIdentityPoolInput) (req *request.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 *request.Request, output *IdentityPool) + func (c *CognitoIdentity) DescribeIdentityRequest(input *DescribeIdentityInput) (req *request.Request, output *IdentityDescription) + func (c *CognitoIdentity) GetCredentialsForIdentity(input *GetCredentialsForIdentityInput) (*GetCredentialsForIdentityOutput, error) + func (c *CognitoIdentity) GetCredentialsForIdentityRequest(input *GetCredentialsForIdentityInput) (req *request.Request, output *GetCredentialsForIdentityOutput) + func (c *CognitoIdentity) GetId(input *GetIdInput) (*GetIdOutput, error) + func (c *CognitoIdentity) GetIdRequest(input *GetIdInput) (req *request.Request, output *GetIdOutput) + func (c *CognitoIdentity) GetIdentityPoolRoles(input *GetIdentityPoolRolesInput) (*GetIdentityPoolRolesOutput, error) + func (c *CognitoIdentity) GetIdentityPoolRolesRequest(input *GetIdentityPoolRolesInput) (req *request.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 *request.Request, output *GetOpenIdTokenForDeveloperIdentityOutput) + func (c *CognitoIdentity) GetOpenIdTokenRequest(input *GetOpenIdTokenInput) (req *request.Request, output *GetOpenIdTokenOutput) + func (c *CognitoIdentity) ListIdentities(input *ListIdentitiesInput) (*ListIdentitiesOutput, error) + func (c *CognitoIdentity) ListIdentitiesRequest(input *ListIdentitiesInput) (req *request.Request, output *ListIdentitiesOutput) + func (c *CognitoIdentity) ListIdentityPools(input *ListIdentityPoolsInput) (*ListIdentityPoolsOutput, error) + func (c *CognitoIdentity) ListIdentityPoolsRequest(input *ListIdentityPoolsInput) (req *request.Request, output *ListIdentityPoolsOutput) + func (c *CognitoIdentity) LookupDeveloperIdentity(input *LookupDeveloperIdentityInput) (*LookupDeveloperIdentityOutput, error) + func (c *CognitoIdentity) LookupDeveloperIdentityRequest(input *LookupDeveloperIdentityInput) (req *request.Request, output *LookupDeveloperIdentityOutput) + func (c *CognitoIdentity) MergeDeveloperIdentities(input *MergeDeveloperIdentitiesInput) (*MergeDeveloperIdentitiesOutput, error) + func (c *CognitoIdentity) MergeDeveloperIdentitiesRequest(input *MergeDeveloperIdentitiesInput) (req *request.Request, output *MergeDeveloperIdentitiesOutput) + func (c *CognitoIdentity) SetIdentityPoolRoles(input *SetIdentityPoolRolesInput) (*SetIdentityPoolRolesOutput, error) + func (c *CognitoIdentity) SetIdentityPoolRolesRequest(input *SetIdentityPoolRolesInput) (req *request.Request, output *SetIdentityPoolRolesOutput) + func (c *CognitoIdentity) UnlinkDeveloperIdentity(input *UnlinkDeveloperIdentityInput) (*UnlinkDeveloperIdentityOutput, error) + func (c *CognitoIdentity) UnlinkDeveloperIdentityRequest(input *UnlinkDeveloperIdentityInput) (req *request.Request, output *UnlinkDeveloperIdentityOutput) + func (c *CognitoIdentity) UnlinkIdentity(input *UnlinkIdentityInput) (*UnlinkIdentityOutput, error) + func (c *CognitoIdentity) UnlinkIdentityRequest(input *UnlinkIdentityInput) (req *request.Request, output *UnlinkIdentityOutput) + func (c *CognitoIdentity) UpdateIdentityPool(input *IdentityPool) (*IdentityPool, error) + func (c *CognitoIdentity) UpdateIdentityPoolRequest(input *IdentityPool) (req *request.Request, output *IdentityPool) + type CreateIdentityPoolInput struct + AllowUnauthenticatedIdentities *bool + DeveloperProviderName *string + IdentityPoolName *string + OpenIdConnectProviderARNs []*string + SupportedLoginProviders map[string]*string + func (s CreateIdentityPoolInput) GoString() string + func (s CreateIdentityPoolInput) String() string + type Credentials struct + AccessKeyId *string + Expiration *time.Time + SecretKey *string + SessionToken *string + func (s Credentials) GoString() string + func (s Credentials) String() string + type DeleteIdentitiesInput struct + IdentityIdsToDelete []*string + func (s DeleteIdentitiesInput) GoString() string + func (s DeleteIdentitiesInput) String() string + type DeleteIdentitiesOutput struct + UnprocessedIdentityIds []*UnprocessedIdentityId + func (s DeleteIdentitiesOutput) GoString() string + func (s DeleteIdentitiesOutput) String() string + type DeleteIdentityPoolInput struct + IdentityPoolId *string + func (s DeleteIdentityPoolInput) GoString() string + func (s DeleteIdentityPoolInput) String() string + type DeleteIdentityPoolOutput struct + func (s DeleteIdentityPoolOutput) GoString() string + func (s DeleteIdentityPoolOutput) String() string + type DescribeIdentityInput struct + IdentityId *string + func (s DescribeIdentityInput) GoString() string + func (s DescribeIdentityInput) String() string + type DescribeIdentityPoolInput struct + IdentityPoolId *string + func (s DescribeIdentityPoolInput) GoString() string + func (s DescribeIdentityPoolInput) String() string + type GetCredentialsForIdentityInput struct + IdentityId *string + Logins map[string]*string + func (s GetCredentialsForIdentityInput) GoString() string + func (s GetCredentialsForIdentityInput) String() string + type GetCredentialsForIdentityOutput struct + Credentials *Credentials + IdentityId *string + func (s GetCredentialsForIdentityOutput) GoString() string + func (s GetCredentialsForIdentityOutput) String() string + type GetIdInput struct + AccountId *string + IdentityPoolId *string + Logins map[string]*string + func (s GetIdInput) GoString() string + func (s GetIdInput) String() string + type GetIdOutput struct + IdentityId *string + func (s GetIdOutput) GoString() string + func (s GetIdOutput) String() string + type GetIdentityPoolRolesInput struct + IdentityPoolId *string + func (s GetIdentityPoolRolesInput) GoString() string + func (s GetIdentityPoolRolesInput) String() string + type GetIdentityPoolRolesOutput struct + IdentityPoolId *string + Roles map[string]*string + func (s GetIdentityPoolRolesOutput) GoString() string + func (s GetIdentityPoolRolesOutput) String() string + type GetOpenIdTokenForDeveloperIdentityInput struct + IdentityId *string + IdentityPoolId *string + Logins map[string]*string + TokenDuration *int64 + func (s GetOpenIdTokenForDeveloperIdentityInput) GoString() string + func (s GetOpenIdTokenForDeveloperIdentityInput) String() string + type GetOpenIdTokenForDeveloperIdentityOutput struct + IdentityId *string + Token *string + func (s GetOpenIdTokenForDeveloperIdentityOutput) GoString() string + func (s GetOpenIdTokenForDeveloperIdentityOutput) String() string + type GetOpenIdTokenInput struct + IdentityId *string + Logins map[string]*string + func (s GetOpenIdTokenInput) GoString() string + func (s GetOpenIdTokenInput) String() string + type GetOpenIdTokenOutput struct + IdentityId *string + Token *string + func (s GetOpenIdTokenOutput) GoString() string + func (s GetOpenIdTokenOutput) String() string + type IdentityDescription struct + CreationDate *time.Time + IdentityId *string + LastModifiedDate *time.Time + Logins []*string + func (s IdentityDescription) GoString() string + func (s IdentityDescription) String() string + type IdentityPool struct + AllowUnauthenticatedIdentities *bool + DeveloperProviderName *string + IdentityPoolId *string + IdentityPoolName *string + OpenIdConnectProviderARNs []*string + SupportedLoginProviders map[string]*string + func (s IdentityPool) GoString() string + func (s IdentityPool) String() string + type IdentityPoolShortDescription struct + IdentityPoolId *string + IdentityPoolName *string + func (s IdentityPoolShortDescription) GoString() string + func (s IdentityPoolShortDescription) String() string + type ListIdentitiesInput struct + HideDisabled *bool + IdentityPoolId *string + MaxResults *int64 + NextToken *string + func (s ListIdentitiesInput) GoString() string + func (s ListIdentitiesInput) String() string + type ListIdentitiesOutput struct + Identities []*IdentityDescription + IdentityPoolId *string + NextToken *string + func (s ListIdentitiesOutput) GoString() string + func (s ListIdentitiesOutput) String() string + type ListIdentityPoolsInput struct + MaxResults *int64 + NextToken *string + func (s ListIdentityPoolsInput) GoString() string + func (s ListIdentityPoolsInput) String() string + type ListIdentityPoolsOutput struct + IdentityPools []*IdentityPoolShortDescription + NextToken *string + func (s ListIdentityPoolsOutput) GoString() string + func (s ListIdentityPoolsOutput) String() string + type LookupDeveloperIdentityInput struct + DeveloperUserIdentifier *string + IdentityId *string + IdentityPoolId *string + MaxResults *int64 + NextToken *string + func (s LookupDeveloperIdentityInput) GoString() string + func (s LookupDeveloperIdentityInput) String() string + type LookupDeveloperIdentityOutput struct + DeveloperUserIdentifierList []*string + IdentityId *string + NextToken *string + func (s LookupDeveloperIdentityOutput) GoString() string + func (s LookupDeveloperIdentityOutput) String() string + type MergeDeveloperIdentitiesInput struct + DestinationUserIdentifier *string + DeveloperProviderName *string + IdentityPoolId *string + SourceUserIdentifier *string + func (s MergeDeveloperIdentitiesInput) GoString() string + func (s MergeDeveloperIdentitiesInput) String() string + type MergeDeveloperIdentitiesOutput struct + IdentityId *string + func (s MergeDeveloperIdentitiesOutput) GoString() string + func (s MergeDeveloperIdentitiesOutput) String() string + type SetIdentityPoolRolesInput struct + IdentityPoolId *string + Roles map[string]*string + func (s SetIdentityPoolRolesInput) GoString() string + func (s SetIdentityPoolRolesInput) String() string + type SetIdentityPoolRolesOutput struct + func (s SetIdentityPoolRolesOutput) GoString() string + func (s SetIdentityPoolRolesOutput) String() string + type UnlinkDeveloperIdentityInput struct + DeveloperProviderName *string + DeveloperUserIdentifier *string + IdentityId *string + IdentityPoolId *string + func (s UnlinkDeveloperIdentityInput) GoString() string + func (s UnlinkDeveloperIdentityInput) String() string + type UnlinkDeveloperIdentityOutput struct + func (s UnlinkDeveloperIdentityOutput) GoString() string + func (s UnlinkDeveloperIdentityOutput) String() string + type UnlinkIdentityInput struct + IdentityId *string + Logins map[string]*string + LoginsToRemove []*string + func (s UnlinkIdentityInput) GoString() string + func (s UnlinkIdentityInput) String() string + type UnlinkIdentityOutput struct + func (s UnlinkIdentityOutput) GoString() string + func (s UnlinkIdentityOutput) String() string + type UnprocessedIdentityId struct + ErrorCode *string + IdentityId *string + func (s UnprocessedIdentityId) GoString() string + func (s UnprocessedIdentityId) String() string