Documentation
¶
Overview ¶
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package cognitoidentitydouble contains test double implementation of cognitoidentityiface.CognitoIdentityAPI
Package cognitoidentitydouble provides a TestDouble implementation of cognitoidentityiface.CognitoIdentityAPI ¶
Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00
Index ¶
- type CognitoIdentityDouble
- func (d *CognitoIdentityDouble) CreateIdentityPool(i0 *cognitoidentity.CreateIdentityPoolInput) (r0 *cognitoidentity.IdentityPool, r1 error)
- func (d *CognitoIdentityDouble) CreateIdentityPoolRequest(i0 *cognitoidentity.CreateIdentityPoolInput) (r0 *request.Request, r1 *cognitoidentity.IdentityPool)
- func (d *CognitoIdentityDouble) CreateIdentityPoolWithContext(i0 context.Context, i1 *cognitoidentity.CreateIdentityPoolInput, ...) (r0 *cognitoidentity.IdentityPool, r1 error)
- func (d *CognitoIdentityDouble) DeleteIdentities(i0 *cognitoidentity.DeleteIdentitiesInput) (r0 *cognitoidentity.DeleteIdentitiesOutput, r1 error)
- func (d *CognitoIdentityDouble) DeleteIdentitiesRequest(i0 *cognitoidentity.DeleteIdentitiesInput) (r0 *request.Request, r1 *cognitoidentity.DeleteIdentitiesOutput)
- func (d *CognitoIdentityDouble) DeleteIdentitiesWithContext(i0 context.Context, i1 *cognitoidentity.DeleteIdentitiesInput, ...) (r0 *cognitoidentity.DeleteIdentitiesOutput, r1 error)
- func (d *CognitoIdentityDouble) DeleteIdentityPool(i0 *cognitoidentity.DeleteIdentityPoolInput) (r0 *cognitoidentity.DeleteIdentityPoolOutput, r1 error)
- func (d *CognitoIdentityDouble) DeleteIdentityPoolRequest(i0 *cognitoidentity.DeleteIdentityPoolInput) (r0 *request.Request, r1 *cognitoidentity.DeleteIdentityPoolOutput)
- func (d *CognitoIdentityDouble) DeleteIdentityPoolWithContext(i0 context.Context, i1 *cognitoidentity.DeleteIdentityPoolInput, ...) (r0 *cognitoidentity.DeleteIdentityPoolOutput, r1 error)
- func (d *CognitoIdentityDouble) DescribeIdentity(i0 *cognitoidentity.DescribeIdentityInput) (r0 *cognitoidentity.IdentityDescription, r1 error)
- func (d *CognitoIdentityDouble) DescribeIdentityPool(i0 *cognitoidentity.DescribeIdentityPoolInput) (r0 *cognitoidentity.IdentityPool, r1 error)
- func (d *CognitoIdentityDouble) DescribeIdentityPoolRequest(i0 *cognitoidentity.DescribeIdentityPoolInput) (r0 *request.Request, r1 *cognitoidentity.IdentityPool)
- func (d *CognitoIdentityDouble) DescribeIdentityPoolWithContext(i0 context.Context, i1 *cognitoidentity.DescribeIdentityPoolInput, ...) (r0 *cognitoidentity.IdentityPool, r1 error)
- func (d *CognitoIdentityDouble) DescribeIdentityRequest(i0 *cognitoidentity.DescribeIdentityInput) (r0 *request.Request, r1 *cognitoidentity.IdentityDescription)
- func (d *CognitoIdentityDouble) DescribeIdentityWithContext(i0 context.Context, i1 *cognitoidentity.DescribeIdentityInput, ...) (r0 *cognitoidentity.IdentityDescription, r1 error)
- func (d *CognitoIdentityDouble) GetCredentialsForIdentity(i0 *cognitoidentity.GetCredentialsForIdentityInput) (r0 *cognitoidentity.GetCredentialsForIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) GetCredentialsForIdentityRequest(i0 *cognitoidentity.GetCredentialsForIdentityInput) (r0 *request.Request, r1 *cognitoidentity.GetCredentialsForIdentityOutput)
- func (d *CognitoIdentityDouble) GetCredentialsForIdentityWithContext(i0 context.Context, i1 *cognitoidentity.GetCredentialsForIdentityInput, ...) (r0 *cognitoidentity.GetCredentialsForIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) GetId(i0 *cognitoidentity.GetIdInput) (r0 *cognitoidentity.GetIdOutput, r1 error)
- func (d *CognitoIdentityDouble) GetIdRequest(i0 *cognitoidentity.GetIdInput) (r0 *request.Request, r1 *cognitoidentity.GetIdOutput)
- func (d *CognitoIdentityDouble) GetIdWithContext(i0 context.Context, i1 *cognitoidentity.GetIdInput, i2 ...request.Option) (r0 *cognitoidentity.GetIdOutput, r1 error)
- func (d *CognitoIdentityDouble) GetIdentityPoolRoles(i0 *cognitoidentity.GetIdentityPoolRolesInput) (r0 *cognitoidentity.GetIdentityPoolRolesOutput, r1 error)
- func (d *CognitoIdentityDouble) GetIdentityPoolRolesRequest(i0 *cognitoidentity.GetIdentityPoolRolesInput) (r0 *request.Request, r1 *cognitoidentity.GetIdentityPoolRolesOutput)
- func (d *CognitoIdentityDouble) GetIdentityPoolRolesWithContext(i0 context.Context, i1 *cognitoidentity.GetIdentityPoolRolesInput, ...) (r0 *cognitoidentity.GetIdentityPoolRolesOutput, r1 error)
- func (d *CognitoIdentityDouble) GetOpenIdToken(i0 *cognitoidentity.GetOpenIdTokenInput) (r0 *cognitoidentity.GetOpenIdTokenOutput, r1 error)
- func (d *CognitoIdentityDouble) GetOpenIdTokenForDeveloperIdentity(i0 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityInput) (r0 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) GetOpenIdTokenForDeveloperIdentityRequest(i0 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityInput) (r0 *request.Request, ...)
- func (d *CognitoIdentityDouble) GetOpenIdTokenForDeveloperIdentityWithContext(i0 context.Context, ...) (r0 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) GetOpenIdTokenRequest(i0 *cognitoidentity.GetOpenIdTokenInput) (r0 *request.Request, r1 *cognitoidentity.GetOpenIdTokenOutput)
- func (d *CognitoIdentityDouble) GetOpenIdTokenWithContext(i0 context.Context, i1 *cognitoidentity.GetOpenIdTokenInput, ...) (r0 *cognitoidentity.GetOpenIdTokenOutput, r1 error)
- func (d *CognitoIdentityDouble) ListIdentities(i0 *cognitoidentity.ListIdentitiesInput) (r0 *cognitoidentity.ListIdentitiesOutput, r1 error)
- func (d *CognitoIdentityDouble) ListIdentitiesRequest(i0 *cognitoidentity.ListIdentitiesInput) (r0 *request.Request, r1 *cognitoidentity.ListIdentitiesOutput)
- func (d *CognitoIdentityDouble) ListIdentitiesWithContext(i0 context.Context, i1 *cognitoidentity.ListIdentitiesInput, ...) (r0 *cognitoidentity.ListIdentitiesOutput, r1 error)
- func (d *CognitoIdentityDouble) ListIdentityPools(i0 *cognitoidentity.ListIdentityPoolsInput) (r0 *cognitoidentity.ListIdentityPoolsOutput, r1 error)
- func (d *CognitoIdentityDouble) ListIdentityPoolsRequest(i0 *cognitoidentity.ListIdentityPoolsInput) (r0 *request.Request, r1 *cognitoidentity.ListIdentityPoolsOutput)
- func (d *CognitoIdentityDouble) ListIdentityPoolsWithContext(i0 context.Context, i1 *cognitoidentity.ListIdentityPoolsInput, ...) (r0 *cognitoidentity.ListIdentityPoolsOutput, r1 error)
- func (d *CognitoIdentityDouble) ListTagsForResource(i0 *cognitoidentity.ListTagsForResourceInput) (r0 *cognitoidentity.ListTagsForResourceOutput, r1 error)
- func (d *CognitoIdentityDouble) ListTagsForResourceRequest(i0 *cognitoidentity.ListTagsForResourceInput) (r0 *request.Request, r1 *cognitoidentity.ListTagsForResourceOutput)
- func (d *CognitoIdentityDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *cognitoidentity.ListTagsForResourceInput, ...) (r0 *cognitoidentity.ListTagsForResourceOutput, r1 error)
- func (d *CognitoIdentityDouble) LookupDeveloperIdentity(i0 *cognitoidentity.LookupDeveloperIdentityInput) (r0 *cognitoidentity.LookupDeveloperIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) LookupDeveloperIdentityRequest(i0 *cognitoidentity.LookupDeveloperIdentityInput) (r0 *request.Request, r1 *cognitoidentity.LookupDeveloperIdentityOutput)
- func (d *CognitoIdentityDouble) LookupDeveloperIdentityWithContext(i0 context.Context, i1 *cognitoidentity.LookupDeveloperIdentityInput, ...) (r0 *cognitoidentity.LookupDeveloperIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) MergeDeveloperIdentities(i0 *cognitoidentity.MergeDeveloperIdentitiesInput) (r0 *cognitoidentity.MergeDeveloperIdentitiesOutput, r1 error)
- func (d *CognitoIdentityDouble) MergeDeveloperIdentitiesRequest(i0 *cognitoidentity.MergeDeveloperIdentitiesInput) (r0 *request.Request, r1 *cognitoidentity.MergeDeveloperIdentitiesOutput)
- func (d *CognitoIdentityDouble) MergeDeveloperIdentitiesWithContext(i0 context.Context, i1 *cognitoidentity.MergeDeveloperIdentitiesInput, ...) (r0 *cognitoidentity.MergeDeveloperIdentitiesOutput, r1 error)
- func (d *CognitoIdentityDouble) SetIdentityPoolRoles(i0 *cognitoidentity.SetIdentityPoolRolesInput) (r0 *cognitoidentity.SetIdentityPoolRolesOutput, r1 error)
- func (d *CognitoIdentityDouble) SetIdentityPoolRolesRequest(i0 *cognitoidentity.SetIdentityPoolRolesInput) (r0 *request.Request, r1 *cognitoidentity.SetIdentityPoolRolesOutput)
- func (d *CognitoIdentityDouble) SetIdentityPoolRolesWithContext(i0 context.Context, i1 *cognitoidentity.SetIdentityPoolRolesInput, ...) (r0 *cognitoidentity.SetIdentityPoolRolesOutput, r1 error)
- func (d *CognitoIdentityDouble) TagResource(i0 *cognitoidentity.TagResourceInput) (r0 *cognitoidentity.TagResourceOutput, r1 error)
- func (d *CognitoIdentityDouble) TagResourceRequest(i0 *cognitoidentity.TagResourceInput) (r0 *request.Request, r1 *cognitoidentity.TagResourceOutput)
- func (d *CognitoIdentityDouble) TagResourceWithContext(i0 context.Context, i1 *cognitoidentity.TagResourceInput, i2 ...request.Option) (r0 *cognitoidentity.TagResourceOutput, r1 error)
- func (d *CognitoIdentityDouble) UnlinkDeveloperIdentity(i0 *cognitoidentity.UnlinkDeveloperIdentityInput) (r0 *cognitoidentity.UnlinkDeveloperIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) UnlinkDeveloperIdentityRequest(i0 *cognitoidentity.UnlinkDeveloperIdentityInput) (r0 *request.Request, r1 *cognitoidentity.UnlinkDeveloperIdentityOutput)
- func (d *CognitoIdentityDouble) UnlinkDeveloperIdentityWithContext(i0 context.Context, i1 *cognitoidentity.UnlinkDeveloperIdentityInput, ...) (r0 *cognitoidentity.UnlinkDeveloperIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) UnlinkIdentity(i0 *cognitoidentity.UnlinkIdentityInput) (r0 *cognitoidentity.UnlinkIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) UnlinkIdentityRequest(i0 *cognitoidentity.UnlinkIdentityInput) (r0 *request.Request, r1 *cognitoidentity.UnlinkIdentityOutput)
- func (d *CognitoIdentityDouble) UnlinkIdentityWithContext(i0 context.Context, i1 *cognitoidentity.UnlinkIdentityInput, ...) (r0 *cognitoidentity.UnlinkIdentityOutput, r1 error)
- func (d *CognitoIdentityDouble) UntagResource(i0 *cognitoidentity.UntagResourceInput) (r0 *cognitoidentity.UntagResourceOutput, r1 error)
- func (d *CognitoIdentityDouble) UntagResourceRequest(i0 *cognitoidentity.UntagResourceInput) (r0 *request.Request, r1 *cognitoidentity.UntagResourceOutput)
- func (d *CognitoIdentityDouble) UntagResourceWithContext(i0 context.Context, i1 *cognitoidentity.UntagResourceInput, ...) (r0 *cognitoidentity.UntagResourceOutput, r1 error)
- func (d *CognitoIdentityDouble) UpdateIdentityPool(i0 *cognitoidentity.IdentityPool) (r0 *cognitoidentity.IdentityPool, r1 error)
- func (d *CognitoIdentityDouble) UpdateIdentityPoolRequest(i0 *cognitoidentity.IdentityPool) (r0 *request.Request, r1 *cognitoidentity.IdentityPool)
- func (d *CognitoIdentityDouble) UpdateIdentityPoolWithContext(i0 context.Context, i1 *cognitoidentity.IdentityPool, i2 ...request.Option) (r0 *cognitoidentity.IdentityPool, r1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CognitoIdentityDouble ¶
type CognitoIdentityDouble struct { cognitoidentityiface.CognitoIdentityAPI *awsdouble.AWSTestDouble }
CognitoIdentityDouble is TestDouble for cognitoidentityiface.CognitoIdentityAPI
func NewDouble ¶
func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *CognitoIdentityDouble
Constructor for CognitoIdentityDouble Default configuration will ensure
API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.
WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.
Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.
This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.
func (*CognitoIdentityDouble) CreateIdentityPool ¶
func (d *CognitoIdentityDouble) CreateIdentityPool(i0 *cognitoidentity.CreateIdentityPoolInput) (r0 *cognitoidentity.IdentityPool, r1 error)
func (*CognitoIdentityDouble) CreateIdentityPoolRequest ¶
func (d *CognitoIdentityDouble) CreateIdentityPoolRequest(i0 *cognitoidentity.CreateIdentityPoolInput) (r0 *request.Request, r1 *cognitoidentity.IdentityPool)
func (*CognitoIdentityDouble) CreateIdentityPoolWithContext ¶
func (d *CognitoIdentityDouble) CreateIdentityPoolWithContext(i0 context.Context, i1 *cognitoidentity.CreateIdentityPoolInput, i2 ...request.Option) (r0 *cognitoidentity.IdentityPool, r1 error)
func (*CognitoIdentityDouble) DeleteIdentities ¶
func (d *CognitoIdentityDouble) DeleteIdentities(i0 *cognitoidentity.DeleteIdentitiesInput) (r0 *cognitoidentity.DeleteIdentitiesOutput, r1 error)
func (*CognitoIdentityDouble) DeleteIdentitiesRequest ¶
func (d *CognitoIdentityDouble) DeleteIdentitiesRequest(i0 *cognitoidentity.DeleteIdentitiesInput) (r0 *request.Request, r1 *cognitoidentity.DeleteIdentitiesOutput)
func (*CognitoIdentityDouble) DeleteIdentitiesWithContext ¶
func (d *CognitoIdentityDouble) DeleteIdentitiesWithContext(i0 context.Context, i1 *cognitoidentity.DeleteIdentitiesInput, i2 ...request.Option) (r0 *cognitoidentity.DeleteIdentitiesOutput, r1 error)
func (*CognitoIdentityDouble) DeleteIdentityPool ¶
func (d *CognitoIdentityDouble) DeleteIdentityPool(i0 *cognitoidentity.DeleteIdentityPoolInput) (r0 *cognitoidentity.DeleteIdentityPoolOutput, r1 error)
func (*CognitoIdentityDouble) DeleteIdentityPoolRequest ¶
func (d *CognitoIdentityDouble) DeleteIdentityPoolRequest(i0 *cognitoidentity.DeleteIdentityPoolInput) (r0 *request.Request, r1 *cognitoidentity.DeleteIdentityPoolOutput)
func (*CognitoIdentityDouble) DeleteIdentityPoolWithContext ¶
func (d *CognitoIdentityDouble) DeleteIdentityPoolWithContext(i0 context.Context, i1 *cognitoidentity.DeleteIdentityPoolInput, i2 ...request.Option) (r0 *cognitoidentity.DeleteIdentityPoolOutput, r1 error)
func (*CognitoIdentityDouble) DescribeIdentity ¶
func (d *CognitoIdentityDouble) DescribeIdentity(i0 *cognitoidentity.DescribeIdentityInput) (r0 *cognitoidentity.IdentityDescription, r1 error)
func (*CognitoIdentityDouble) DescribeIdentityPool ¶
func (d *CognitoIdentityDouble) DescribeIdentityPool(i0 *cognitoidentity.DescribeIdentityPoolInput) (r0 *cognitoidentity.IdentityPool, r1 error)
func (*CognitoIdentityDouble) DescribeIdentityPoolRequest ¶
func (d *CognitoIdentityDouble) DescribeIdentityPoolRequest(i0 *cognitoidentity.DescribeIdentityPoolInput) (r0 *request.Request, r1 *cognitoidentity.IdentityPool)
func (*CognitoIdentityDouble) DescribeIdentityPoolWithContext ¶
func (d *CognitoIdentityDouble) DescribeIdentityPoolWithContext(i0 context.Context, i1 *cognitoidentity.DescribeIdentityPoolInput, i2 ...request.Option) (r0 *cognitoidentity.IdentityPool, r1 error)
func (*CognitoIdentityDouble) DescribeIdentityRequest ¶
func (d *CognitoIdentityDouble) DescribeIdentityRequest(i0 *cognitoidentity.DescribeIdentityInput) (r0 *request.Request, r1 *cognitoidentity.IdentityDescription)
func (*CognitoIdentityDouble) DescribeIdentityWithContext ¶
func (d *CognitoIdentityDouble) DescribeIdentityWithContext(i0 context.Context, i1 *cognitoidentity.DescribeIdentityInput, i2 ...request.Option) (r0 *cognitoidentity.IdentityDescription, r1 error)
func (*CognitoIdentityDouble) GetCredentialsForIdentity ¶
func (d *CognitoIdentityDouble) GetCredentialsForIdentity(i0 *cognitoidentity.GetCredentialsForIdentityInput) (r0 *cognitoidentity.GetCredentialsForIdentityOutput, r1 error)
func (*CognitoIdentityDouble) GetCredentialsForIdentityRequest ¶
func (d *CognitoIdentityDouble) GetCredentialsForIdentityRequest(i0 *cognitoidentity.GetCredentialsForIdentityInput) (r0 *request.Request, r1 *cognitoidentity.GetCredentialsForIdentityOutput)
func (*CognitoIdentityDouble) GetCredentialsForIdentityWithContext ¶
func (d *CognitoIdentityDouble) GetCredentialsForIdentityWithContext(i0 context.Context, i1 *cognitoidentity.GetCredentialsForIdentityInput, i2 ...request.Option) (r0 *cognitoidentity.GetCredentialsForIdentityOutput, r1 error)
func (*CognitoIdentityDouble) GetId ¶
func (d *CognitoIdentityDouble) GetId(i0 *cognitoidentity.GetIdInput) (r0 *cognitoidentity.GetIdOutput, r1 error)
func (*CognitoIdentityDouble) GetIdRequest ¶
func (d *CognitoIdentityDouble) GetIdRequest(i0 *cognitoidentity.GetIdInput) (r0 *request.Request, r1 *cognitoidentity.GetIdOutput)
func (*CognitoIdentityDouble) GetIdWithContext ¶
func (d *CognitoIdentityDouble) GetIdWithContext(i0 context.Context, i1 *cognitoidentity.GetIdInput, i2 ...request.Option) (r0 *cognitoidentity.GetIdOutput, r1 error)
func (*CognitoIdentityDouble) GetIdentityPoolRoles ¶
func (d *CognitoIdentityDouble) GetIdentityPoolRoles(i0 *cognitoidentity.GetIdentityPoolRolesInput) (r0 *cognitoidentity.GetIdentityPoolRolesOutput, r1 error)
func (*CognitoIdentityDouble) GetIdentityPoolRolesRequest ¶
func (d *CognitoIdentityDouble) GetIdentityPoolRolesRequest(i0 *cognitoidentity.GetIdentityPoolRolesInput) (r0 *request.Request, r1 *cognitoidentity.GetIdentityPoolRolesOutput)
func (*CognitoIdentityDouble) GetIdentityPoolRolesWithContext ¶
func (d *CognitoIdentityDouble) GetIdentityPoolRolesWithContext(i0 context.Context, i1 *cognitoidentity.GetIdentityPoolRolesInput, i2 ...request.Option) (r0 *cognitoidentity.GetIdentityPoolRolesOutput, r1 error)
func (*CognitoIdentityDouble) GetOpenIdToken ¶
func (d *CognitoIdentityDouble) GetOpenIdToken(i0 *cognitoidentity.GetOpenIdTokenInput) (r0 *cognitoidentity.GetOpenIdTokenOutput, r1 error)
func (*CognitoIdentityDouble) GetOpenIdTokenForDeveloperIdentity ¶
func (d *CognitoIdentityDouble) GetOpenIdTokenForDeveloperIdentity(i0 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityInput) (r0 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityOutput, r1 error)
func (*CognitoIdentityDouble) GetOpenIdTokenForDeveloperIdentityRequest ¶
func (d *CognitoIdentityDouble) GetOpenIdTokenForDeveloperIdentityRequest(i0 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityInput) (r0 *request.Request, r1 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityOutput)
func (*CognitoIdentityDouble) GetOpenIdTokenForDeveloperIdentityWithContext ¶
func (d *CognitoIdentityDouble) GetOpenIdTokenForDeveloperIdentityWithContext(i0 context.Context, i1 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityInput, i2 ...request.Option) (r0 *cognitoidentity.GetOpenIdTokenForDeveloperIdentityOutput, r1 error)
func (*CognitoIdentityDouble) GetOpenIdTokenRequest ¶
func (d *CognitoIdentityDouble) GetOpenIdTokenRequest(i0 *cognitoidentity.GetOpenIdTokenInput) (r0 *request.Request, r1 *cognitoidentity.GetOpenIdTokenOutput)
func (*CognitoIdentityDouble) GetOpenIdTokenWithContext ¶
func (d *CognitoIdentityDouble) GetOpenIdTokenWithContext(i0 context.Context, i1 *cognitoidentity.GetOpenIdTokenInput, i2 ...request.Option) (r0 *cognitoidentity.GetOpenIdTokenOutput, r1 error)
func (*CognitoIdentityDouble) ListIdentities ¶
func (d *CognitoIdentityDouble) ListIdentities(i0 *cognitoidentity.ListIdentitiesInput) (r0 *cognitoidentity.ListIdentitiesOutput, r1 error)
func (*CognitoIdentityDouble) ListIdentitiesRequest ¶
func (d *CognitoIdentityDouble) ListIdentitiesRequest(i0 *cognitoidentity.ListIdentitiesInput) (r0 *request.Request, r1 *cognitoidentity.ListIdentitiesOutput)
func (*CognitoIdentityDouble) ListIdentitiesWithContext ¶
func (d *CognitoIdentityDouble) ListIdentitiesWithContext(i0 context.Context, i1 *cognitoidentity.ListIdentitiesInput, i2 ...request.Option) (r0 *cognitoidentity.ListIdentitiesOutput, r1 error)
func (*CognitoIdentityDouble) ListIdentityPools ¶
func (d *CognitoIdentityDouble) ListIdentityPools(i0 *cognitoidentity.ListIdentityPoolsInput) (r0 *cognitoidentity.ListIdentityPoolsOutput, r1 error)
func (*CognitoIdentityDouble) ListIdentityPoolsRequest ¶
func (d *CognitoIdentityDouble) ListIdentityPoolsRequest(i0 *cognitoidentity.ListIdentityPoolsInput) (r0 *request.Request, r1 *cognitoidentity.ListIdentityPoolsOutput)
func (*CognitoIdentityDouble) ListIdentityPoolsWithContext ¶
func (d *CognitoIdentityDouble) ListIdentityPoolsWithContext(i0 context.Context, i1 *cognitoidentity.ListIdentityPoolsInput, i2 ...request.Option) (r0 *cognitoidentity.ListIdentityPoolsOutput, r1 error)
func (*CognitoIdentityDouble) ListTagsForResource ¶
func (d *CognitoIdentityDouble) ListTagsForResource(i0 *cognitoidentity.ListTagsForResourceInput) (r0 *cognitoidentity.ListTagsForResourceOutput, r1 error)
func (*CognitoIdentityDouble) ListTagsForResourceRequest ¶
func (d *CognitoIdentityDouble) ListTagsForResourceRequest(i0 *cognitoidentity.ListTagsForResourceInput) (r0 *request.Request, r1 *cognitoidentity.ListTagsForResourceOutput)
func (*CognitoIdentityDouble) ListTagsForResourceWithContext ¶
func (d *CognitoIdentityDouble) ListTagsForResourceWithContext(i0 context.Context, i1 *cognitoidentity.ListTagsForResourceInput, i2 ...request.Option) (r0 *cognitoidentity.ListTagsForResourceOutput, r1 error)
func (*CognitoIdentityDouble) LookupDeveloperIdentity ¶
func (d *CognitoIdentityDouble) LookupDeveloperIdentity(i0 *cognitoidentity.LookupDeveloperIdentityInput) (r0 *cognitoidentity.LookupDeveloperIdentityOutput, r1 error)
func (*CognitoIdentityDouble) LookupDeveloperIdentityRequest ¶
func (d *CognitoIdentityDouble) LookupDeveloperIdentityRequest(i0 *cognitoidentity.LookupDeveloperIdentityInput) (r0 *request.Request, r1 *cognitoidentity.LookupDeveloperIdentityOutput)
func (*CognitoIdentityDouble) LookupDeveloperIdentityWithContext ¶
func (d *CognitoIdentityDouble) LookupDeveloperIdentityWithContext(i0 context.Context, i1 *cognitoidentity.LookupDeveloperIdentityInput, i2 ...request.Option) (r0 *cognitoidentity.LookupDeveloperIdentityOutput, r1 error)
func (*CognitoIdentityDouble) MergeDeveloperIdentities ¶
func (d *CognitoIdentityDouble) MergeDeveloperIdentities(i0 *cognitoidentity.MergeDeveloperIdentitiesInput) (r0 *cognitoidentity.MergeDeveloperIdentitiesOutput, r1 error)
func (*CognitoIdentityDouble) MergeDeveloperIdentitiesRequest ¶
func (d *CognitoIdentityDouble) MergeDeveloperIdentitiesRequest(i0 *cognitoidentity.MergeDeveloperIdentitiesInput) (r0 *request.Request, r1 *cognitoidentity.MergeDeveloperIdentitiesOutput)
func (*CognitoIdentityDouble) MergeDeveloperIdentitiesWithContext ¶
func (d *CognitoIdentityDouble) MergeDeveloperIdentitiesWithContext(i0 context.Context, i1 *cognitoidentity.MergeDeveloperIdentitiesInput, i2 ...request.Option) (r0 *cognitoidentity.MergeDeveloperIdentitiesOutput, r1 error)
func (*CognitoIdentityDouble) SetIdentityPoolRoles ¶
func (d *CognitoIdentityDouble) SetIdentityPoolRoles(i0 *cognitoidentity.SetIdentityPoolRolesInput) (r0 *cognitoidentity.SetIdentityPoolRolesOutput, r1 error)
func (*CognitoIdentityDouble) SetIdentityPoolRolesRequest ¶
func (d *CognitoIdentityDouble) SetIdentityPoolRolesRequest(i0 *cognitoidentity.SetIdentityPoolRolesInput) (r0 *request.Request, r1 *cognitoidentity.SetIdentityPoolRolesOutput)
func (*CognitoIdentityDouble) SetIdentityPoolRolesWithContext ¶
func (d *CognitoIdentityDouble) SetIdentityPoolRolesWithContext(i0 context.Context, i1 *cognitoidentity.SetIdentityPoolRolesInput, i2 ...request.Option) (r0 *cognitoidentity.SetIdentityPoolRolesOutput, r1 error)
func (*CognitoIdentityDouble) TagResource ¶
func (d *CognitoIdentityDouble) TagResource(i0 *cognitoidentity.TagResourceInput) (r0 *cognitoidentity.TagResourceOutput, r1 error)
func (*CognitoIdentityDouble) TagResourceRequest ¶
func (d *CognitoIdentityDouble) TagResourceRequest(i0 *cognitoidentity.TagResourceInput) (r0 *request.Request, r1 *cognitoidentity.TagResourceOutput)
func (*CognitoIdentityDouble) TagResourceWithContext ¶
func (d *CognitoIdentityDouble) TagResourceWithContext(i0 context.Context, i1 *cognitoidentity.TagResourceInput, i2 ...request.Option) (r0 *cognitoidentity.TagResourceOutput, r1 error)
func (*CognitoIdentityDouble) UnlinkDeveloperIdentity ¶
func (d *CognitoIdentityDouble) UnlinkDeveloperIdentity(i0 *cognitoidentity.UnlinkDeveloperIdentityInput) (r0 *cognitoidentity.UnlinkDeveloperIdentityOutput, r1 error)
func (*CognitoIdentityDouble) UnlinkDeveloperIdentityRequest ¶
func (d *CognitoIdentityDouble) UnlinkDeveloperIdentityRequest(i0 *cognitoidentity.UnlinkDeveloperIdentityInput) (r0 *request.Request, r1 *cognitoidentity.UnlinkDeveloperIdentityOutput)
func (*CognitoIdentityDouble) UnlinkDeveloperIdentityWithContext ¶
func (d *CognitoIdentityDouble) UnlinkDeveloperIdentityWithContext(i0 context.Context, i1 *cognitoidentity.UnlinkDeveloperIdentityInput, i2 ...request.Option) (r0 *cognitoidentity.UnlinkDeveloperIdentityOutput, r1 error)
func (*CognitoIdentityDouble) UnlinkIdentity ¶
func (d *CognitoIdentityDouble) UnlinkIdentity(i0 *cognitoidentity.UnlinkIdentityInput) (r0 *cognitoidentity.UnlinkIdentityOutput, r1 error)
func (*CognitoIdentityDouble) UnlinkIdentityRequest ¶
func (d *CognitoIdentityDouble) UnlinkIdentityRequest(i0 *cognitoidentity.UnlinkIdentityInput) (r0 *request.Request, r1 *cognitoidentity.UnlinkIdentityOutput)
func (*CognitoIdentityDouble) UnlinkIdentityWithContext ¶
func (d *CognitoIdentityDouble) UnlinkIdentityWithContext(i0 context.Context, i1 *cognitoidentity.UnlinkIdentityInput, i2 ...request.Option) (r0 *cognitoidentity.UnlinkIdentityOutput, r1 error)
func (*CognitoIdentityDouble) UntagResource ¶
func (d *CognitoIdentityDouble) UntagResource(i0 *cognitoidentity.UntagResourceInput) (r0 *cognitoidentity.UntagResourceOutput, r1 error)
func (*CognitoIdentityDouble) UntagResourceRequest ¶
func (d *CognitoIdentityDouble) UntagResourceRequest(i0 *cognitoidentity.UntagResourceInput) (r0 *request.Request, r1 *cognitoidentity.UntagResourceOutput)
func (*CognitoIdentityDouble) UntagResourceWithContext ¶
func (d *CognitoIdentityDouble) UntagResourceWithContext(i0 context.Context, i1 *cognitoidentity.UntagResourceInput, i2 ...request.Option) (r0 *cognitoidentity.UntagResourceOutput, r1 error)
func (*CognitoIdentityDouble) UpdateIdentityPool ¶
func (d *CognitoIdentityDouble) UpdateIdentityPool(i0 *cognitoidentity.IdentityPool) (r0 *cognitoidentity.IdentityPool, r1 error)
func (*CognitoIdentityDouble) UpdateIdentityPoolRequest ¶
func (d *CognitoIdentityDouble) UpdateIdentityPoolRequest(i0 *cognitoidentity.IdentityPool) (r0 *request.Request, r1 *cognitoidentity.IdentityPool)
func (*CognitoIdentityDouble) UpdateIdentityPoolWithContext ¶
func (d *CognitoIdentityDouble) UpdateIdentityPoolWithContext(i0 context.Context, i1 *cognitoidentity.IdentityPool, i2 ...request.Option) (r0 *cognitoidentity.IdentityPool, r1 error)