Versions in this module Expand all Collapse all v1 v1.11.0 Dec 6, 2022 Changes in this version + const AliasAttributeTypeEmail + const AliasAttributeTypePhoneNumber + const AliasAttributeTypePreferredUsername + const AttributeDataTypeBoolean + const AttributeDataTypeDateTime + const AttributeDataTypeNumber + const AttributeDataTypeString + const AuthFlowTypeAdminNoSrpAuth + const AuthFlowTypeCustomAuth + const AuthFlowTypeRefreshToken + const AuthFlowTypeRefreshTokenAuth + const AuthFlowTypeUserSrpAuth + const ChallengeNameTypeAdminNoSrpAuth + const ChallengeNameTypeCustomChallenge + const ChallengeNameTypeDevicePasswordVerifier + const ChallengeNameTypeDeviceSrpAuth + const ChallengeNameTypeNewPasswordRequired + const ChallengeNameTypePasswordVerifier + const ChallengeNameTypeSmsMfa + const DefaultEmailOptionTypeConfirmWithCode + const DefaultEmailOptionTypeConfirmWithLink + const DeliveryMediumTypeEmail + const DeliveryMediumTypeSms + const DeviceRememberedStatusTypeNotRemembered + const DeviceRememberedStatusTypeRemembered + const DomainStatusTypeActive + const DomainStatusTypeCreating + const DomainStatusTypeDeleting + const DomainStatusTypeFailed + const DomainStatusTypeUpdating + const EndpointsID + const ErrCodeAliasExistsException + const ErrCodeCodeDeliveryFailureException + const ErrCodeCodeMismatchException + const ErrCodeConcurrentModificationException + const ErrCodeDuplicateProviderException + const ErrCodeExpiredCodeException + const ErrCodeGroupExistsException + const ErrCodeInternalErrorException + const ErrCodeInvalidEmailRoleAccessPolicyException + const ErrCodeInvalidLambdaResponseException + const ErrCodeInvalidOAuthFlowException + const ErrCodeInvalidParameterException + const ErrCodeInvalidPasswordException + const ErrCodeInvalidSmsRoleAccessPolicyException + const ErrCodeInvalidSmsRoleTrustRelationshipException + const ErrCodeInvalidUserPoolConfigurationException + const ErrCodeLimitExceededException + const ErrCodeMFAMethodNotFoundException + const ErrCodeNotAuthorizedException + const ErrCodePasswordResetRequiredException + const ErrCodePreconditionNotMetException + const ErrCodeResourceNotFoundException + const ErrCodeScopeDoesNotExistException + const ErrCodeTooManyFailedAttemptsException + const ErrCodeTooManyRequestsException + const ErrCodeUnexpectedLambdaException + const ErrCodeUnsupportedIdentityProviderException + const ErrCodeUnsupportedUserStateException + const ErrCodeUserImportInProgressException + const ErrCodeUserLambdaValidationException + const ErrCodeUserNotConfirmedException + const ErrCodeUserNotFoundException + const ErrCodeUserPoolTaggingException + const ErrCodeUsernameExistsException + const ExplicitAuthFlowsTypeAdminNoSrpAuth + const ExplicitAuthFlowsTypeCustomAuthFlowOnly + const IdentityProviderTypeTypeFacebook + const IdentityProviderTypeTypeGoogle + const IdentityProviderTypeTypeLoginWithAmazon + const IdentityProviderTypeTypeSaml + const MessageActionTypeResend + const MessageActionTypeSuppress + const OAuthFlowTypeClientCredentials + const OAuthFlowTypeCode + const OAuthFlowTypeImplicit + const ServiceName + const StatusTypeDisabled + const StatusTypeEnabled + const UserImportJobStatusTypeCreated + const UserImportJobStatusTypeExpired + const UserImportJobStatusTypeFailed + const UserImportJobStatusTypeInProgress + const UserImportJobStatusTypePending + const UserImportJobStatusTypeStopped + const UserImportJobStatusTypeStopping + const UserImportJobStatusTypeSucceeded + const UserPoolMfaTypeOff + const UserPoolMfaTypeOn + const UserPoolMfaTypeOptional + const UserStatusTypeArchived + const UserStatusTypeCompromised + const UserStatusTypeConfirmed + const UserStatusTypeForceChangePassword + const UserStatusTypeResetRequired + const UserStatusTypeUnconfirmed + const UserStatusTypeUnknown + const UsernameAttributeTypeEmail + const UsernameAttributeTypePhoneNumber + const VerifiedAttributeTypeEmail + const VerifiedAttributeTypePhoneNumber + type AddCustomAttributesInput struct + CustomAttributes []*SchemaAttributeType + UserPoolId *string + func (s *AddCustomAttributesInput) SetCustomAttributes(v []*SchemaAttributeType) *AddCustomAttributesInput + func (s *AddCustomAttributesInput) SetUserPoolId(v string) *AddCustomAttributesInput + func (s *AddCustomAttributesInput) Validate() error + func (s AddCustomAttributesInput) GoString() string + func (s AddCustomAttributesInput) String() string + type AddCustomAttributesOutput struct + func (s AddCustomAttributesOutput) GoString() string + func (s AddCustomAttributesOutput) String() string + type AdminAddUserToGroupInput struct + GroupName *string + UserPoolId *string + Username *string + func (s *AdminAddUserToGroupInput) SetGroupName(v string) *AdminAddUserToGroupInput + func (s *AdminAddUserToGroupInput) SetUserPoolId(v string) *AdminAddUserToGroupInput + func (s *AdminAddUserToGroupInput) SetUsername(v string) *AdminAddUserToGroupInput + func (s *AdminAddUserToGroupInput) Validate() error + func (s AdminAddUserToGroupInput) GoString() string + func (s AdminAddUserToGroupInput) String() string + type AdminAddUserToGroupOutput struct + func (s AdminAddUserToGroupOutput) GoString() string + func (s AdminAddUserToGroupOutput) String() string + type AdminConfirmSignUpInput struct + UserPoolId *string + Username *string + func (s *AdminConfirmSignUpInput) SetUserPoolId(v string) *AdminConfirmSignUpInput + func (s *AdminConfirmSignUpInput) SetUsername(v string) *AdminConfirmSignUpInput + func (s *AdminConfirmSignUpInput) Validate() error + func (s AdminConfirmSignUpInput) GoString() string + func (s AdminConfirmSignUpInput) String() string + type AdminConfirmSignUpOutput struct + func (s AdminConfirmSignUpOutput) GoString() string + func (s AdminConfirmSignUpOutput) String() string + type AdminCreateUserConfigType struct + AllowAdminCreateUserOnly *bool + InviteMessageTemplate *MessageTemplateType + UnusedAccountValidityDays *int64 + func (s *AdminCreateUserConfigType) SetAllowAdminCreateUserOnly(v bool) *AdminCreateUserConfigType + func (s *AdminCreateUserConfigType) SetInviteMessageTemplate(v *MessageTemplateType) *AdminCreateUserConfigType + func (s *AdminCreateUserConfigType) SetUnusedAccountValidityDays(v int64) *AdminCreateUserConfigType + func (s *AdminCreateUserConfigType) Validate() error + func (s AdminCreateUserConfigType) GoString() string + func (s AdminCreateUserConfigType) String() string + type AdminCreateUserInput struct + DesiredDeliveryMediums []*string + ForceAliasCreation *bool + MessageAction *string + TemporaryPassword *string + UserAttributes []*AttributeType + UserPoolId *string + Username *string + ValidationData []*AttributeType + func (s *AdminCreateUserInput) SetDesiredDeliveryMediums(v []*string) *AdminCreateUserInput + func (s *AdminCreateUserInput) SetForceAliasCreation(v bool) *AdminCreateUserInput + func (s *AdminCreateUserInput) SetMessageAction(v string) *AdminCreateUserInput + func (s *AdminCreateUserInput) SetTemporaryPassword(v string) *AdminCreateUserInput + func (s *AdminCreateUserInput) SetUserAttributes(v []*AttributeType) *AdminCreateUserInput + func (s *AdminCreateUserInput) SetUserPoolId(v string) *AdminCreateUserInput + func (s *AdminCreateUserInput) SetUsername(v string) *AdminCreateUserInput + func (s *AdminCreateUserInput) SetValidationData(v []*AttributeType) *AdminCreateUserInput + func (s *AdminCreateUserInput) Validate() error + func (s AdminCreateUserInput) GoString() string + func (s AdminCreateUserInput) String() string + type AdminCreateUserOutput struct + User *UserType + func (s *AdminCreateUserOutput) SetUser(v *UserType) *AdminCreateUserOutput + func (s AdminCreateUserOutput) GoString() string + func (s AdminCreateUserOutput) String() string + type AdminDeleteUserAttributesInput struct + UserAttributeNames []*string + UserPoolId *string + Username *string + func (s *AdminDeleteUserAttributesInput) SetUserAttributeNames(v []*string) *AdminDeleteUserAttributesInput + func (s *AdminDeleteUserAttributesInput) SetUserPoolId(v string) *AdminDeleteUserAttributesInput + func (s *AdminDeleteUserAttributesInput) SetUsername(v string) *AdminDeleteUserAttributesInput + func (s *AdminDeleteUserAttributesInput) Validate() error + func (s AdminDeleteUserAttributesInput) GoString() string + func (s AdminDeleteUserAttributesInput) String() string + type AdminDeleteUserAttributesOutput struct + func (s AdminDeleteUserAttributesOutput) GoString() string + func (s AdminDeleteUserAttributesOutput) String() string + type AdminDeleteUserInput struct + UserPoolId *string + Username *string + func (s *AdminDeleteUserInput) SetUserPoolId(v string) *AdminDeleteUserInput + func (s *AdminDeleteUserInput) SetUsername(v string) *AdminDeleteUserInput + func (s *AdminDeleteUserInput) Validate() error + func (s AdminDeleteUserInput) GoString() string + func (s AdminDeleteUserInput) String() string + type AdminDeleteUserOutput struct + func (s AdminDeleteUserOutput) GoString() string + func (s AdminDeleteUserOutput) String() string + type AdminDisableProviderForUserInput struct + User *ProviderUserIdentifierType + UserPoolId *string + func (s *AdminDisableProviderForUserInput) SetUser(v *ProviderUserIdentifierType) *AdminDisableProviderForUserInput + func (s *AdminDisableProviderForUserInput) SetUserPoolId(v string) *AdminDisableProviderForUserInput + func (s *AdminDisableProviderForUserInput) Validate() error + func (s AdminDisableProviderForUserInput) GoString() string + func (s AdminDisableProviderForUserInput) String() string + type AdminDisableProviderForUserOutput struct + func (s AdminDisableProviderForUserOutput) GoString() string + func (s AdminDisableProviderForUserOutput) String() string + type AdminDisableUserInput struct + UserPoolId *string + Username *string + func (s *AdminDisableUserInput) SetUserPoolId(v string) *AdminDisableUserInput + func (s *AdminDisableUserInput) SetUsername(v string) *AdminDisableUserInput + func (s *AdminDisableUserInput) Validate() error + func (s AdminDisableUserInput) GoString() string + func (s AdminDisableUserInput) String() string + type AdminDisableUserOutput struct + func (s AdminDisableUserOutput) GoString() string + func (s AdminDisableUserOutput) String() string + type AdminEnableUserInput struct + UserPoolId *string + Username *string + func (s *AdminEnableUserInput) SetUserPoolId(v string) *AdminEnableUserInput + func (s *AdminEnableUserInput) SetUsername(v string) *AdminEnableUserInput + func (s *AdminEnableUserInput) Validate() error + func (s AdminEnableUserInput) GoString() string + func (s AdminEnableUserInput) String() string + type AdminEnableUserOutput struct + func (s AdminEnableUserOutput) GoString() string + func (s AdminEnableUserOutput) String() string + type AdminForgetDeviceInput struct + DeviceKey *string + UserPoolId *string + Username *string + func (s *AdminForgetDeviceInput) SetDeviceKey(v string) *AdminForgetDeviceInput + func (s *AdminForgetDeviceInput) SetUserPoolId(v string) *AdminForgetDeviceInput + func (s *AdminForgetDeviceInput) SetUsername(v string) *AdminForgetDeviceInput + func (s *AdminForgetDeviceInput) Validate() error + func (s AdminForgetDeviceInput) GoString() string + func (s AdminForgetDeviceInput) String() string + type AdminForgetDeviceOutput struct + func (s AdminForgetDeviceOutput) GoString() string + func (s AdminForgetDeviceOutput) String() string + type AdminGetDeviceInput struct + DeviceKey *string + UserPoolId *string + Username *string + func (s *AdminGetDeviceInput) SetDeviceKey(v string) *AdminGetDeviceInput + func (s *AdminGetDeviceInput) SetUserPoolId(v string) *AdminGetDeviceInput + func (s *AdminGetDeviceInput) SetUsername(v string) *AdminGetDeviceInput + func (s *AdminGetDeviceInput) Validate() error + func (s AdminGetDeviceInput) GoString() string + func (s AdminGetDeviceInput) String() string + type AdminGetDeviceOutput struct + Device *DeviceType + func (s *AdminGetDeviceOutput) SetDevice(v *DeviceType) *AdminGetDeviceOutput + func (s AdminGetDeviceOutput) GoString() string + func (s AdminGetDeviceOutput) String() string + type AdminGetUserInput struct + UserPoolId *string + Username *string + func (s *AdminGetUserInput) SetUserPoolId(v string) *AdminGetUserInput + func (s *AdminGetUserInput) SetUsername(v string) *AdminGetUserInput + func (s *AdminGetUserInput) Validate() error + func (s AdminGetUserInput) GoString() string + func (s AdminGetUserInput) String() string + type AdminGetUserOutput struct + Enabled *bool + MFAOptions []*MFAOptionType + UserAttributes []*AttributeType + UserCreateDate *time.Time + UserLastModifiedDate *time.Time + UserStatus *string + Username *string + func (s *AdminGetUserOutput) SetEnabled(v bool) *AdminGetUserOutput + func (s *AdminGetUserOutput) SetMFAOptions(v []*MFAOptionType) *AdminGetUserOutput + func (s *AdminGetUserOutput) SetUserAttributes(v []*AttributeType) *AdminGetUserOutput + func (s *AdminGetUserOutput) SetUserCreateDate(v time.Time) *AdminGetUserOutput + func (s *AdminGetUserOutput) SetUserLastModifiedDate(v time.Time) *AdminGetUserOutput + func (s *AdminGetUserOutput) SetUserStatus(v string) *AdminGetUserOutput + func (s *AdminGetUserOutput) SetUsername(v string) *AdminGetUserOutput + func (s AdminGetUserOutput) GoString() string + func (s AdminGetUserOutput) String() string + type AdminInitiateAuthInput struct + AuthFlow *string + AuthParameters map[string]*string + ClientId *string + ClientMetadata map[string]*string + UserPoolId *string + func (s *AdminInitiateAuthInput) SetAuthFlow(v string) *AdminInitiateAuthInput + func (s *AdminInitiateAuthInput) SetAuthParameters(v map[string]*string) *AdminInitiateAuthInput + func (s *AdminInitiateAuthInput) SetClientId(v string) *AdminInitiateAuthInput + func (s *AdminInitiateAuthInput) SetClientMetadata(v map[string]*string) *AdminInitiateAuthInput + func (s *AdminInitiateAuthInput) SetUserPoolId(v string) *AdminInitiateAuthInput + func (s *AdminInitiateAuthInput) Validate() error + func (s AdminInitiateAuthInput) GoString() string + func (s AdminInitiateAuthInput) String() string + type AdminInitiateAuthOutput struct + AuthenticationResult *AuthenticationResultType + ChallengeName *string + ChallengeParameters map[string]*string + Session *string + func (s *AdminInitiateAuthOutput) SetAuthenticationResult(v *AuthenticationResultType) *AdminInitiateAuthOutput + func (s *AdminInitiateAuthOutput) SetChallengeName(v string) *AdminInitiateAuthOutput + func (s *AdminInitiateAuthOutput) SetChallengeParameters(v map[string]*string) *AdminInitiateAuthOutput + func (s *AdminInitiateAuthOutput) SetSession(v string) *AdminInitiateAuthOutput + func (s AdminInitiateAuthOutput) GoString() string + func (s AdminInitiateAuthOutput) String() string + type AdminLinkProviderForUserInput struct + DestinationUser *ProviderUserIdentifierType + SourceUser *ProviderUserIdentifierType + UserPoolId *string + func (s *AdminLinkProviderForUserInput) SetDestinationUser(v *ProviderUserIdentifierType) *AdminLinkProviderForUserInput + func (s *AdminLinkProviderForUserInput) SetSourceUser(v *ProviderUserIdentifierType) *AdminLinkProviderForUserInput + func (s *AdminLinkProviderForUserInput) SetUserPoolId(v string) *AdminLinkProviderForUserInput + func (s *AdminLinkProviderForUserInput) Validate() error + func (s AdminLinkProviderForUserInput) GoString() string + func (s AdminLinkProviderForUserInput) String() string + type AdminLinkProviderForUserOutput struct + func (s AdminLinkProviderForUserOutput) GoString() string + func (s AdminLinkProviderForUserOutput) String() string + type AdminListDevicesInput struct + Limit *int64 + PaginationToken *string + UserPoolId *string + Username *string + func (s *AdminListDevicesInput) SetLimit(v int64) *AdminListDevicesInput + func (s *AdminListDevicesInput) SetPaginationToken(v string) *AdminListDevicesInput + func (s *AdminListDevicesInput) SetUserPoolId(v string) *AdminListDevicesInput + func (s *AdminListDevicesInput) SetUsername(v string) *AdminListDevicesInput + func (s *AdminListDevicesInput) Validate() error + func (s AdminListDevicesInput) GoString() string + func (s AdminListDevicesInput) String() string + type AdminListDevicesOutput struct + Devices []*DeviceType + PaginationToken *string + func (s *AdminListDevicesOutput) SetDevices(v []*DeviceType) *AdminListDevicesOutput + func (s *AdminListDevicesOutput) SetPaginationToken(v string) *AdminListDevicesOutput + func (s AdminListDevicesOutput) GoString() string + func (s AdminListDevicesOutput) String() string + type AdminListGroupsForUserInput struct + Limit *int64 + NextToken *string + UserPoolId *string + Username *string + func (s *AdminListGroupsForUserInput) SetLimit(v int64) *AdminListGroupsForUserInput + func (s *AdminListGroupsForUserInput) SetNextToken(v string) *AdminListGroupsForUserInput + func (s *AdminListGroupsForUserInput) SetUserPoolId(v string) *AdminListGroupsForUserInput + func (s *AdminListGroupsForUserInput) SetUsername(v string) *AdminListGroupsForUserInput + func (s *AdminListGroupsForUserInput) Validate() error + func (s AdminListGroupsForUserInput) GoString() string + func (s AdminListGroupsForUserInput) String() string + type AdminListGroupsForUserOutput struct + Groups []*GroupType + NextToken *string + func (s *AdminListGroupsForUserOutput) SetGroups(v []*GroupType) *AdminListGroupsForUserOutput + func (s *AdminListGroupsForUserOutput) SetNextToken(v string) *AdminListGroupsForUserOutput + func (s AdminListGroupsForUserOutput) GoString() string + func (s AdminListGroupsForUserOutput) String() string + type AdminRemoveUserFromGroupInput struct + GroupName *string + UserPoolId *string + Username *string + func (s *AdminRemoveUserFromGroupInput) SetGroupName(v string) *AdminRemoveUserFromGroupInput + func (s *AdminRemoveUserFromGroupInput) SetUserPoolId(v string) *AdminRemoveUserFromGroupInput + func (s *AdminRemoveUserFromGroupInput) SetUsername(v string) *AdminRemoveUserFromGroupInput + func (s *AdminRemoveUserFromGroupInput) Validate() error + func (s AdminRemoveUserFromGroupInput) GoString() string + func (s AdminRemoveUserFromGroupInput) String() string + type AdminRemoveUserFromGroupOutput struct + func (s AdminRemoveUserFromGroupOutput) GoString() string + func (s AdminRemoveUserFromGroupOutput) String() string + type AdminResetUserPasswordInput struct + UserPoolId *string + Username *string + func (s *AdminResetUserPasswordInput) SetUserPoolId(v string) *AdminResetUserPasswordInput + func (s *AdminResetUserPasswordInput) SetUsername(v string) *AdminResetUserPasswordInput + func (s *AdminResetUserPasswordInput) Validate() error + func (s AdminResetUserPasswordInput) GoString() string + func (s AdminResetUserPasswordInput) String() string + type AdminResetUserPasswordOutput struct + func (s AdminResetUserPasswordOutput) GoString() string + func (s AdminResetUserPasswordOutput) String() string + type AdminRespondToAuthChallengeInput struct + ChallengeName *string + ChallengeResponses map[string]*string + ClientId *string + Session *string + UserPoolId *string + func (s *AdminRespondToAuthChallengeInput) SetChallengeName(v string) *AdminRespondToAuthChallengeInput + func (s *AdminRespondToAuthChallengeInput) SetChallengeResponses(v map[string]*string) *AdminRespondToAuthChallengeInput + func (s *AdminRespondToAuthChallengeInput) SetClientId(v string) *AdminRespondToAuthChallengeInput + func (s *AdminRespondToAuthChallengeInput) SetSession(v string) *AdminRespondToAuthChallengeInput + func (s *AdminRespondToAuthChallengeInput) SetUserPoolId(v string) *AdminRespondToAuthChallengeInput + func (s *AdminRespondToAuthChallengeInput) Validate() error + func (s AdminRespondToAuthChallengeInput) GoString() string + func (s AdminRespondToAuthChallengeInput) String() string + type AdminRespondToAuthChallengeOutput struct + AuthenticationResult *AuthenticationResultType + ChallengeName *string + ChallengeParameters map[string]*string + Session *string + func (s *AdminRespondToAuthChallengeOutput) SetAuthenticationResult(v *AuthenticationResultType) *AdminRespondToAuthChallengeOutput + func (s *AdminRespondToAuthChallengeOutput) SetChallengeName(v string) *AdminRespondToAuthChallengeOutput + func (s *AdminRespondToAuthChallengeOutput) SetChallengeParameters(v map[string]*string) *AdminRespondToAuthChallengeOutput + func (s *AdminRespondToAuthChallengeOutput) SetSession(v string) *AdminRespondToAuthChallengeOutput + func (s AdminRespondToAuthChallengeOutput) GoString() string + func (s AdminRespondToAuthChallengeOutput) String() string + type AdminSetUserSettingsInput struct + MFAOptions []*MFAOptionType + UserPoolId *string + Username *string + func (s *AdminSetUserSettingsInput) SetMFAOptions(v []*MFAOptionType) *AdminSetUserSettingsInput + func (s *AdminSetUserSettingsInput) SetUserPoolId(v string) *AdminSetUserSettingsInput + func (s *AdminSetUserSettingsInput) SetUsername(v string) *AdminSetUserSettingsInput + func (s *AdminSetUserSettingsInput) Validate() error + func (s AdminSetUserSettingsInput) GoString() string + func (s AdminSetUserSettingsInput) String() string + type AdminSetUserSettingsOutput struct + func (s AdminSetUserSettingsOutput) GoString() string + func (s AdminSetUserSettingsOutput) String() string + type AdminUpdateDeviceStatusInput struct + DeviceKey *string + DeviceRememberedStatus *string + UserPoolId *string + Username *string + func (s *AdminUpdateDeviceStatusInput) SetDeviceKey(v string) *AdminUpdateDeviceStatusInput + func (s *AdminUpdateDeviceStatusInput) SetDeviceRememberedStatus(v string) *AdminUpdateDeviceStatusInput + func (s *AdminUpdateDeviceStatusInput) SetUserPoolId(v string) *AdminUpdateDeviceStatusInput + func (s *AdminUpdateDeviceStatusInput) SetUsername(v string) *AdminUpdateDeviceStatusInput + func (s *AdminUpdateDeviceStatusInput) Validate() error + func (s AdminUpdateDeviceStatusInput) GoString() string + func (s AdminUpdateDeviceStatusInput) String() string + type AdminUpdateDeviceStatusOutput struct + func (s AdminUpdateDeviceStatusOutput) GoString() string + func (s AdminUpdateDeviceStatusOutput) String() string + type AdminUpdateUserAttributesInput struct + UserAttributes []*AttributeType + UserPoolId *string + Username *string + func (s *AdminUpdateUserAttributesInput) SetUserAttributes(v []*AttributeType) *AdminUpdateUserAttributesInput + func (s *AdminUpdateUserAttributesInput) SetUserPoolId(v string) *AdminUpdateUserAttributesInput + func (s *AdminUpdateUserAttributesInput) SetUsername(v string) *AdminUpdateUserAttributesInput + func (s *AdminUpdateUserAttributesInput) Validate() error + func (s AdminUpdateUserAttributesInput) GoString() string + func (s AdminUpdateUserAttributesInput) String() string + type AdminUpdateUserAttributesOutput struct + func (s AdminUpdateUserAttributesOutput) GoString() string + func (s AdminUpdateUserAttributesOutput) String() string + type AdminUserGlobalSignOutInput struct + UserPoolId *string + Username *string + func (s *AdminUserGlobalSignOutInput) SetUserPoolId(v string) *AdminUserGlobalSignOutInput + func (s *AdminUserGlobalSignOutInput) SetUsername(v string) *AdminUserGlobalSignOutInput + func (s *AdminUserGlobalSignOutInput) Validate() error + func (s AdminUserGlobalSignOutInput) GoString() string + func (s AdminUserGlobalSignOutInput) String() string + type AdminUserGlobalSignOutOutput struct + func (s AdminUserGlobalSignOutOutput) GoString() string + func (s AdminUserGlobalSignOutOutput) String() string + type AttributeType struct + Name *string + Value *string + func (s *AttributeType) SetName(v string) *AttributeType + func (s *AttributeType) SetValue(v string) *AttributeType + func (s *AttributeType) Validate() error + func (s AttributeType) GoString() string + func (s AttributeType) String() string + type AuthenticationResultType struct + AccessToken *string + ExpiresIn *int64 + IdToken *string + NewDeviceMetadata *NewDeviceMetadataType + RefreshToken *string + TokenType *string + func (s *AuthenticationResultType) SetAccessToken(v string) *AuthenticationResultType + func (s *AuthenticationResultType) SetExpiresIn(v int64) *AuthenticationResultType + func (s *AuthenticationResultType) SetIdToken(v string) *AuthenticationResultType + func (s *AuthenticationResultType) SetNewDeviceMetadata(v *NewDeviceMetadataType) *AuthenticationResultType + func (s *AuthenticationResultType) SetRefreshToken(v string) *AuthenticationResultType + func (s *AuthenticationResultType) SetTokenType(v string) *AuthenticationResultType + func (s AuthenticationResultType) GoString() string + func (s AuthenticationResultType) String() string + type ChangePasswordInput struct + AccessToken *string + PreviousPassword *string + ProposedPassword *string + func (s *ChangePasswordInput) SetAccessToken(v string) *ChangePasswordInput + func (s *ChangePasswordInput) SetPreviousPassword(v string) *ChangePasswordInput + func (s *ChangePasswordInput) SetProposedPassword(v string) *ChangePasswordInput + func (s *ChangePasswordInput) Validate() error + func (s ChangePasswordInput) GoString() string + func (s ChangePasswordInput) String() string + type ChangePasswordOutput struct + func (s ChangePasswordOutput) GoString() string + func (s ChangePasswordOutput) String() string + type CodeDeliveryDetailsType struct + AttributeName *string + DeliveryMedium *string + Destination *string + func (s *CodeDeliveryDetailsType) SetAttributeName(v string) *CodeDeliveryDetailsType + func (s *CodeDeliveryDetailsType) SetDeliveryMedium(v string) *CodeDeliveryDetailsType + func (s *CodeDeliveryDetailsType) SetDestination(v string) *CodeDeliveryDetailsType + func (s CodeDeliveryDetailsType) GoString() string + func (s CodeDeliveryDetailsType) String() string + type CognitoIdentityProvider struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *CognitoIdentityProvider + func (c *CognitoIdentityProvider) AddCustomAttributes(input *AddCustomAttributesInput) (*AddCustomAttributesOutput, error) + func (c *CognitoIdentityProvider) AddCustomAttributesRequest(input *AddCustomAttributesInput) (req *request.Request, output *AddCustomAttributesOutput) + func (c *CognitoIdentityProvider) AddCustomAttributesWithContext(ctx aws.Context, input *AddCustomAttributesInput, opts ...request.Option) (*AddCustomAttributesOutput, error) + func (c *CognitoIdentityProvider) AdminAddUserToGroup(input *AdminAddUserToGroupInput) (*AdminAddUserToGroupOutput, error) + func (c *CognitoIdentityProvider) AdminAddUserToGroupRequest(input *AdminAddUserToGroupInput) (req *request.Request, output *AdminAddUserToGroupOutput) + func (c *CognitoIdentityProvider) AdminAddUserToGroupWithContext(ctx aws.Context, input *AdminAddUserToGroupInput, opts ...request.Option) (*AdminAddUserToGroupOutput, error) + func (c *CognitoIdentityProvider) AdminConfirmSignUp(input *AdminConfirmSignUpInput) (*AdminConfirmSignUpOutput, error) + func (c *CognitoIdentityProvider) AdminConfirmSignUpRequest(input *AdminConfirmSignUpInput) (req *request.Request, output *AdminConfirmSignUpOutput) + func (c *CognitoIdentityProvider) AdminConfirmSignUpWithContext(ctx aws.Context, input *AdminConfirmSignUpInput, opts ...request.Option) (*AdminConfirmSignUpOutput, error) + func (c *CognitoIdentityProvider) AdminCreateUser(input *AdminCreateUserInput) (*AdminCreateUserOutput, error) + func (c *CognitoIdentityProvider) AdminCreateUserRequest(input *AdminCreateUserInput) (req *request.Request, output *AdminCreateUserOutput) + func (c *CognitoIdentityProvider) AdminCreateUserWithContext(ctx aws.Context, input *AdminCreateUserInput, opts ...request.Option) (*AdminCreateUserOutput, error) + func (c *CognitoIdentityProvider) AdminDeleteUser(input *AdminDeleteUserInput) (*AdminDeleteUserOutput, error) + func (c *CognitoIdentityProvider) AdminDeleteUserAttributes(input *AdminDeleteUserAttributesInput) (*AdminDeleteUserAttributesOutput, error) + func (c *CognitoIdentityProvider) AdminDeleteUserAttributesRequest(input *AdminDeleteUserAttributesInput) (req *request.Request, output *AdminDeleteUserAttributesOutput) + func (c *CognitoIdentityProvider) AdminDeleteUserAttributesWithContext(ctx aws.Context, input *AdminDeleteUserAttributesInput, opts ...request.Option) (*AdminDeleteUserAttributesOutput, error) + func (c *CognitoIdentityProvider) AdminDeleteUserRequest(input *AdminDeleteUserInput) (req *request.Request, output *AdminDeleteUserOutput) + func (c *CognitoIdentityProvider) AdminDeleteUserWithContext(ctx aws.Context, input *AdminDeleteUserInput, opts ...request.Option) (*AdminDeleteUserOutput, error) + func (c *CognitoIdentityProvider) AdminDisableProviderForUser(input *AdminDisableProviderForUserInput) (*AdminDisableProviderForUserOutput, error) + func (c *CognitoIdentityProvider) AdminDisableProviderForUserRequest(input *AdminDisableProviderForUserInput) (req *request.Request, output *AdminDisableProviderForUserOutput) + func (c *CognitoIdentityProvider) AdminDisableProviderForUserWithContext(ctx aws.Context, input *AdminDisableProviderForUserInput, ...) (*AdminDisableProviderForUserOutput, error) + func (c *CognitoIdentityProvider) AdminDisableUser(input *AdminDisableUserInput) (*AdminDisableUserOutput, error) + func (c *CognitoIdentityProvider) AdminDisableUserRequest(input *AdminDisableUserInput) (req *request.Request, output *AdminDisableUserOutput) + func (c *CognitoIdentityProvider) AdminDisableUserWithContext(ctx aws.Context, input *AdminDisableUserInput, opts ...request.Option) (*AdminDisableUserOutput, error) + func (c *CognitoIdentityProvider) AdminEnableUser(input *AdminEnableUserInput) (*AdminEnableUserOutput, error) + func (c *CognitoIdentityProvider) AdminEnableUserRequest(input *AdminEnableUserInput) (req *request.Request, output *AdminEnableUserOutput) + func (c *CognitoIdentityProvider) AdminEnableUserWithContext(ctx aws.Context, input *AdminEnableUserInput, opts ...request.Option) (*AdminEnableUserOutput, error) + func (c *CognitoIdentityProvider) AdminForgetDevice(input *AdminForgetDeviceInput) (*AdminForgetDeviceOutput, error) + func (c *CognitoIdentityProvider) AdminForgetDeviceRequest(input *AdminForgetDeviceInput) (req *request.Request, output *AdminForgetDeviceOutput) + func (c *CognitoIdentityProvider) AdminForgetDeviceWithContext(ctx aws.Context, input *AdminForgetDeviceInput, opts ...request.Option) (*AdminForgetDeviceOutput, error) + func (c *CognitoIdentityProvider) AdminGetDevice(input *AdminGetDeviceInput) (*AdminGetDeviceOutput, error) + func (c *CognitoIdentityProvider) AdminGetDeviceRequest(input *AdminGetDeviceInput) (req *request.Request, output *AdminGetDeviceOutput) + func (c *CognitoIdentityProvider) AdminGetDeviceWithContext(ctx aws.Context, input *AdminGetDeviceInput, opts ...request.Option) (*AdminGetDeviceOutput, error) + func (c *CognitoIdentityProvider) AdminGetUser(input *AdminGetUserInput) (*AdminGetUserOutput, error) + func (c *CognitoIdentityProvider) AdminGetUserRequest(input *AdminGetUserInput) (req *request.Request, output *AdminGetUserOutput) + func (c *CognitoIdentityProvider) AdminGetUserWithContext(ctx aws.Context, input *AdminGetUserInput, opts ...request.Option) (*AdminGetUserOutput, error) + func (c *CognitoIdentityProvider) AdminInitiateAuth(input *AdminInitiateAuthInput) (*AdminInitiateAuthOutput, error) + func (c *CognitoIdentityProvider) AdminInitiateAuthRequest(input *AdminInitiateAuthInput) (req *request.Request, output *AdminInitiateAuthOutput) + func (c *CognitoIdentityProvider) AdminInitiateAuthWithContext(ctx aws.Context, input *AdminInitiateAuthInput, opts ...request.Option) (*AdminInitiateAuthOutput, error) + func (c *CognitoIdentityProvider) AdminLinkProviderForUser(input *AdminLinkProviderForUserInput) (*AdminLinkProviderForUserOutput, error) + func (c *CognitoIdentityProvider) AdminLinkProviderForUserRequest(input *AdminLinkProviderForUserInput) (req *request.Request, output *AdminLinkProviderForUserOutput) + func (c *CognitoIdentityProvider) AdminLinkProviderForUserWithContext(ctx aws.Context, input *AdminLinkProviderForUserInput, opts ...request.Option) (*AdminLinkProviderForUserOutput, error) + func (c *CognitoIdentityProvider) AdminListDevices(input *AdminListDevicesInput) (*AdminListDevicesOutput, error) + func (c *CognitoIdentityProvider) AdminListDevicesRequest(input *AdminListDevicesInput) (req *request.Request, output *AdminListDevicesOutput) + func (c *CognitoIdentityProvider) AdminListDevicesWithContext(ctx aws.Context, input *AdminListDevicesInput, opts ...request.Option) (*AdminListDevicesOutput, error) + func (c *CognitoIdentityProvider) AdminListGroupsForUser(input *AdminListGroupsForUserInput) (*AdminListGroupsForUserOutput, error) + func (c *CognitoIdentityProvider) AdminListGroupsForUserRequest(input *AdminListGroupsForUserInput) (req *request.Request, output *AdminListGroupsForUserOutput) + func (c *CognitoIdentityProvider) AdminListGroupsForUserWithContext(ctx aws.Context, input *AdminListGroupsForUserInput, opts ...request.Option) (*AdminListGroupsForUserOutput, error) + func (c *CognitoIdentityProvider) AdminRemoveUserFromGroup(input *AdminRemoveUserFromGroupInput) (*AdminRemoveUserFromGroupOutput, error) + func (c *CognitoIdentityProvider) AdminRemoveUserFromGroupRequest(input *AdminRemoveUserFromGroupInput) (req *request.Request, output *AdminRemoveUserFromGroupOutput) + func (c *CognitoIdentityProvider) AdminRemoveUserFromGroupWithContext(ctx aws.Context, input *AdminRemoveUserFromGroupInput, opts ...request.Option) (*AdminRemoveUserFromGroupOutput, error) + func (c *CognitoIdentityProvider) AdminResetUserPassword(input *AdminResetUserPasswordInput) (*AdminResetUserPasswordOutput, error) + func (c *CognitoIdentityProvider) AdminResetUserPasswordRequest(input *AdminResetUserPasswordInput) (req *request.Request, output *AdminResetUserPasswordOutput) + func (c *CognitoIdentityProvider) AdminResetUserPasswordWithContext(ctx aws.Context, input *AdminResetUserPasswordInput, opts ...request.Option) (*AdminResetUserPasswordOutput, error) + func (c *CognitoIdentityProvider) AdminRespondToAuthChallenge(input *AdminRespondToAuthChallengeInput) (*AdminRespondToAuthChallengeOutput, error) + func (c *CognitoIdentityProvider) AdminRespondToAuthChallengeRequest(input *AdminRespondToAuthChallengeInput) (req *request.Request, output *AdminRespondToAuthChallengeOutput) + func (c *CognitoIdentityProvider) AdminRespondToAuthChallengeWithContext(ctx aws.Context, input *AdminRespondToAuthChallengeInput, ...) (*AdminRespondToAuthChallengeOutput, error) + func (c *CognitoIdentityProvider) AdminSetUserSettings(input *AdminSetUserSettingsInput) (*AdminSetUserSettingsOutput, error) + func (c *CognitoIdentityProvider) AdminSetUserSettingsRequest(input *AdminSetUserSettingsInput) (req *request.Request, output *AdminSetUserSettingsOutput) + func (c *CognitoIdentityProvider) AdminSetUserSettingsWithContext(ctx aws.Context, input *AdminSetUserSettingsInput, opts ...request.Option) (*AdminSetUserSettingsOutput, error) + func (c *CognitoIdentityProvider) AdminUpdateDeviceStatus(input *AdminUpdateDeviceStatusInput) (*AdminUpdateDeviceStatusOutput, error) + func (c *CognitoIdentityProvider) AdminUpdateDeviceStatusRequest(input *AdminUpdateDeviceStatusInput) (req *request.Request, output *AdminUpdateDeviceStatusOutput) + func (c *CognitoIdentityProvider) AdminUpdateDeviceStatusWithContext(ctx aws.Context, input *AdminUpdateDeviceStatusInput, opts ...request.Option) (*AdminUpdateDeviceStatusOutput, error) + func (c *CognitoIdentityProvider) AdminUpdateUserAttributes(input *AdminUpdateUserAttributesInput) (*AdminUpdateUserAttributesOutput, error) + func (c *CognitoIdentityProvider) AdminUpdateUserAttributesRequest(input *AdminUpdateUserAttributesInput) (req *request.Request, output *AdminUpdateUserAttributesOutput) + func (c *CognitoIdentityProvider) AdminUpdateUserAttributesWithContext(ctx aws.Context, input *AdminUpdateUserAttributesInput, opts ...request.Option) (*AdminUpdateUserAttributesOutput, error) + func (c *CognitoIdentityProvider) AdminUserGlobalSignOut(input *AdminUserGlobalSignOutInput) (*AdminUserGlobalSignOutOutput, error) + func (c *CognitoIdentityProvider) AdminUserGlobalSignOutRequest(input *AdminUserGlobalSignOutInput) (req *request.Request, output *AdminUserGlobalSignOutOutput) + func (c *CognitoIdentityProvider) AdminUserGlobalSignOutWithContext(ctx aws.Context, input *AdminUserGlobalSignOutInput, opts ...request.Option) (*AdminUserGlobalSignOutOutput, error) + func (c *CognitoIdentityProvider) ChangePassword(input *ChangePasswordInput) (*ChangePasswordOutput, error) + func (c *CognitoIdentityProvider) ChangePasswordRequest(input *ChangePasswordInput) (req *request.Request, output *ChangePasswordOutput) + func (c *CognitoIdentityProvider) ChangePasswordWithContext(ctx aws.Context, input *ChangePasswordInput, opts ...request.Option) (*ChangePasswordOutput, error) + func (c *CognitoIdentityProvider) ConfirmDevice(input *ConfirmDeviceInput) (*ConfirmDeviceOutput, error) + func (c *CognitoIdentityProvider) ConfirmDeviceRequest(input *ConfirmDeviceInput) (req *request.Request, output *ConfirmDeviceOutput) + func (c *CognitoIdentityProvider) ConfirmDeviceWithContext(ctx aws.Context, input *ConfirmDeviceInput, opts ...request.Option) (*ConfirmDeviceOutput, error) + func (c *CognitoIdentityProvider) ConfirmForgotPassword(input *ConfirmForgotPasswordInput) (*ConfirmForgotPasswordOutput, error) + func (c *CognitoIdentityProvider) ConfirmForgotPasswordRequest(input *ConfirmForgotPasswordInput) (req *request.Request, output *ConfirmForgotPasswordOutput) + func (c *CognitoIdentityProvider) ConfirmForgotPasswordWithContext(ctx aws.Context, input *ConfirmForgotPasswordInput, opts ...request.Option) (*ConfirmForgotPasswordOutput, error) + func (c *CognitoIdentityProvider) ConfirmSignUp(input *ConfirmSignUpInput) (*ConfirmSignUpOutput, error) + func (c *CognitoIdentityProvider) ConfirmSignUpRequest(input *ConfirmSignUpInput) (req *request.Request, output *ConfirmSignUpOutput) + func (c *CognitoIdentityProvider) ConfirmSignUpWithContext(ctx aws.Context, input *ConfirmSignUpInput, opts ...request.Option) (*ConfirmSignUpOutput, error) + func (c *CognitoIdentityProvider) CreateGroup(input *CreateGroupInput) (*CreateGroupOutput, error) + func (c *CognitoIdentityProvider) CreateGroupRequest(input *CreateGroupInput) (req *request.Request, output *CreateGroupOutput) + func (c *CognitoIdentityProvider) CreateGroupWithContext(ctx aws.Context, input *CreateGroupInput, opts ...request.Option) (*CreateGroupOutput, error) + func (c *CognitoIdentityProvider) CreateIdentityProvider(input *CreateIdentityProviderInput) (*CreateIdentityProviderOutput, error) + func (c *CognitoIdentityProvider) CreateIdentityProviderRequest(input *CreateIdentityProviderInput) (req *request.Request, output *CreateIdentityProviderOutput) + func (c *CognitoIdentityProvider) CreateIdentityProviderWithContext(ctx aws.Context, input *CreateIdentityProviderInput, opts ...request.Option) (*CreateIdentityProviderOutput, error) + func (c *CognitoIdentityProvider) CreateResourceServer(input *CreateResourceServerInput) (*CreateResourceServerOutput, error) + func (c *CognitoIdentityProvider) CreateResourceServerRequest(input *CreateResourceServerInput) (req *request.Request, output *CreateResourceServerOutput) + func (c *CognitoIdentityProvider) CreateResourceServerWithContext(ctx aws.Context, input *CreateResourceServerInput, opts ...request.Option) (*CreateResourceServerOutput, error) + func (c *CognitoIdentityProvider) CreateUserImportJob(input *CreateUserImportJobInput) (*CreateUserImportJobOutput, error) + func (c *CognitoIdentityProvider) CreateUserImportJobRequest(input *CreateUserImportJobInput) (req *request.Request, output *CreateUserImportJobOutput) + func (c *CognitoIdentityProvider) CreateUserImportJobWithContext(ctx aws.Context, input *CreateUserImportJobInput, opts ...request.Option) (*CreateUserImportJobOutput, error) + func (c *CognitoIdentityProvider) CreateUserPool(input *CreateUserPoolInput) (*CreateUserPoolOutput, error) + func (c *CognitoIdentityProvider) CreateUserPoolClient(input *CreateUserPoolClientInput) (*CreateUserPoolClientOutput, error) + func (c *CognitoIdentityProvider) CreateUserPoolClientRequest(input *CreateUserPoolClientInput) (req *request.Request, output *CreateUserPoolClientOutput) + func (c *CognitoIdentityProvider) CreateUserPoolClientWithContext(ctx aws.Context, input *CreateUserPoolClientInput, opts ...request.Option) (*CreateUserPoolClientOutput, error) + func (c *CognitoIdentityProvider) CreateUserPoolDomain(input *CreateUserPoolDomainInput) (*CreateUserPoolDomainOutput, error) + func (c *CognitoIdentityProvider) CreateUserPoolDomainRequest(input *CreateUserPoolDomainInput) (req *request.Request, output *CreateUserPoolDomainOutput) + func (c *CognitoIdentityProvider) CreateUserPoolDomainWithContext(ctx aws.Context, input *CreateUserPoolDomainInput, opts ...request.Option) (*CreateUserPoolDomainOutput, error) + func (c *CognitoIdentityProvider) CreateUserPoolRequest(input *CreateUserPoolInput) (req *request.Request, output *CreateUserPoolOutput) + func (c *CognitoIdentityProvider) CreateUserPoolWithContext(ctx aws.Context, input *CreateUserPoolInput, opts ...request.Option) (*CreateUserPoolOutput, error) + func (c *CognitoIdentityProvider) DeleteGroup(input *DeleteGroupInput) (*DeleteGroupOutput, error) + func (c *CognitoIdentityProvider) DeleteGroupRequest(input *DeleteGroupInput) (req *request.Request, output *DeleteGroupOutput) + func (c *CognitoIdentityProvider) DeleteGroupWithContext(ctx aws.Context, input *DeleteGroupInput, opts ...request.Option) (*DeleteGroupOutput, error) + func (c *CognitoIdentityProvider) DeleteIdentityProvider(input *DeleteIdentityProviderInput) (*DeleteIdentityProviderOutput, error) + func (c *CognitoIdentityProvider) DeleteIdentityProviderRequest(input *DeleteIdentityProviderInput) (req *request.Request, output *DeleteIdentityProviderOutput) + func (c *CognitoIdentityProvider) DeleteIdentityProviderWithContext(ctx aws.Context, input *DeleteIdentityProviderInput, opts ...request.Option) (*DeleteIdentityProviderOutput, error) + func (c *CognitoIdentityProvider) DeleteResourceServer(input *DeleteResourceServerInput) (*DeleteResourceServerOutput, error) + func (c *CognitoIdentityProvider) DeleteResourceServerRequest(input *DeleteResourceServerInput) (req *request.Request, output *DeleteResourceServerOutput) + func (c *CognitoIdentityProvider) DeleteResourceServerWithContext(ctx aws.Context, input *DeleteResourceServerInput, opts ...request.Option) (*DeleteResourceServerOutput, error) + func (c *CognitoIdentityProvider) DeleteUser(input *DeleteUserInput) (*DeleteUserOutput, error) + func (c *CognitoIdentityProvider) DeleteUserAttributes(input *DeleteUserAttributesInput) (*DeleteUserAttributesOutput, error) + func (c *CognitoIdentityProvider) DeleteUserAttributesRequest(input *DeleteUserAttributesInput) (req *request.Request, output *DeleteUserAttributesOutput) + func (c *CognitoIdentityProvider) DeleteUserAttributesWithContext(ctx aws.Context, input *DeleteUserAttributesInput, opts ...request.Option) (*DeleteUserAttributesOutput, error) + func (c *CognitoIdentityProvider) DeleteUserPool(input *DeleteUserPoolInput) (*DeleteUserPoolOutput, error) + func (c *CognitoIdentityProvider) DeleteUserPoolClient(input *DeleteUserPoolClientInput) (*DeleteUserPoolClientOutput, error) + func (c *CognitoIdentityProvider) DeleteUserPoolClientRequest(input *DeleteUserPoolClientInput) (req *request.Request, output *DeleteUserPoolClientOutput) + func (c *CognitoIdentityProvider) DeleteUserPoolClientWithContext(ctx aws.Context, input *DeleteUserPoolClientInput, opts ...request.Option) (*DeleteUserPoolClientOutput, error) + func (c *CognitoIdentityProvider) DeleteUserPoolDomain(input *DeleteUserPoolDomainInput) (*DeleteUserPoolDomainOutput, error) + func (c *CognitoIdentityProvider) DeleteUserPoolDomainRequest(input *DeleteUserPoolDomainInput) (req *request.Request, output *DeleteUserPoolDomainOutput) + func (c *CognitoIdentityProvider) DeleteUserPoolDomainWithContext(ctx aws.Context, input *DeleteUserPoolDomainInput, opts ...request.Option) (*DeleteUserPoolDomainOutput, error) + func (c *CognitoIdentityProvider) DeleteUserPoolRequest(input *DeleteUserPoolInput) (req *request.Request, output *DeleteUserPoolOutput) + func (c *CognitoIdentityProvider) DeleteUserPoolWithContext(ctx aws.Context, input *DeleteUserPoolInput, opts ...request.Option) (*DeleteUserPoolOutput, error) + func (c *CognitoIdentityProvider) DeleteUserRequest(input *DeleteUserInput) (req *request.Request, output *DeleteUserOutput) + func (c *CognitoIdentityProvider) DeleteUserWithContext(ctx aws.Context, input *DeleteUserInput, opts ...request.Option) (*DeleteUserOutput, error) + func (c *CognitoIdentityProvider) DescribeIdentityProvider(input *DescribeIdentityProviderInput) (*DescribeIdentityProviderOutput, error) + func (c *CognitoIdentityProvider) DescribeIdentityProviderRequest(input *DescribeIdentityProviderInput) (req *request.Request, output *DescribeIdentityProviderOutput) + func (c *CognitoIdentityProvider) DescribeIdentityProviderWithContext(ctx aws.Context, input *DescribeIdentityProviderInput, opts ...request.Option) (*DescribeIdentityProviderOutput, error) + func (c *CognitoIdentityProvider) DescribeResourceServer(input *DescribeResourceServerInput) (*DescribeResourceServerOutput, error) + func (c *CognitoIdentityProvider) DescribeResourceServerRequest(input *DescribeResourceServerInput) (req *request.Request, output *DescribeResourceServerOutput) + func (c *CognitoIdentityProvider) DescribeResourceServerWithContext(ctx aws.Context, input *DescribeResourceServerInput, opts ...request.Option) (*DescribeResourceServerOutput, error) + func (c *CognitoIdentityProvider) DescribeUserImportJob(input *DescribeUserImportJobInput) (*DescribeUserImportJobOutput, error) + func (c *CognitoIdentityProvider) DescribeUserImportJobRequest(input *DescribeUserImportJobInput) (req *request.Request, output *DescribeUserImportJobOutput) + func (c *CognitoIdentityProvider) DescribeUserImportJobWithContext(ctx aws.Context, input *DescribeUserImportJobInput, opts ...request.Option) (*DescribeUserImportJobOutput, error) + func (c *CognitoIdentityProvider) DescribeUserPool(input *DescribeUserPoolInput) (*DescribeUserPoolOutput, error) + func (c *CognitoIdentityProvider) DescribeUserPoolClient(input *DescribeUserPoolClientInput) (*DescribeUserPoolClientOutput, error) + func (c *CognitoIdentityProvider) DescribeUserPoolClientRequest(input *DescribeUserPoolClientInput) (req *request.Request, output *DescribeUserPoolClientOutput) + func (c *CognitoIdentityProvider) DescribeUserPoolClientWithContext(ctx aws.Context, input *DescribeUserPoolClientInput, opts ...request.Option) (*DescribeUserPoolClientOutput, error) + func (c *CognitoIdentityProvider) DescribeUserPoolDomain(input *DescribeUserPoolDomainInput) (*DescribeUserPoolDomainOutput, error) + func (c *CognitoIdentityProvider) DescribeUserPoolDomainRequest(input *DescribeUserPoolDomainInput) (req *request.Request, output *DescribeUserPoolDomainOutput) + func (c *CognitoIdentityProvider) DescribeUserPoolDomainWithContext(ctx aws.Context, input *DescribeUserPoolDomainInput, opts ...request.Option) (*DescribeUserPoolDomainOutput, error) + func (c *CognitoIdentityProvider) DescribeUserPoolRequest(input *DescribeUserPoolInput) (req *request.Request, output *DescribeUserPoolOutput) + func (c *CognitoIdentityProvider) DescribeUserPoolWithContext(ctx aws.Context, input *DescribeUserPoolInput, opts ...request.Option) (*DescribeUserPoolOutput, error) + func (c *CognitoIdentityProvider) ForgetDevice(input *ForgetDeviceInput) (*ForgetDeviceOutput, error) + func (c *CognitoIdentityProvider) ForgetDeviceRequest(input *ForgetDeviceInput) (req *request.Request, output *ForgetDeviceOutput) + func (c *CognitoIdentityProvider) ForgetDeviceWithContext(ctx aws.Context, input *ForgetDeviceInput, opts ...request.Option) (*ForgetDeviceOutput, error) + func (c *CognitoIdentityProvider) ForgotPassword(input *ForgotPasswordInput) (*ForgotPasswordOutput, error) + func (c *CognitoIdentityProvider) ForgotPasswordRequest(input *ForgotPasswordInput) (req *request.Request, output *ForgotPasswordOutput) + func (c *CognitoIdentityProvider) ForgotPasswordWithContext(ctx aws.Context, input *ForgotPasswordInput, opts ...request.Option) (*ForgotPasswordOutput, error) + func (c *CognitoIdentityProvider) GetCSVHeader(input *GetCSVHeaderInput) (*GetCSVHeaderOutput, error) + func (c *CognitoIdentityProvider) GetCSVHeaderRequest(input *GetCSVHeaderInput) (req *request.Request, output *GetCSVHeaderOutput) + func (c *CognitoIdentityProvider) GetCSVHeaderWithContext(ctx aws.Context, input *GetCSVHeaderInput, opts ...request.Option) (*GetCSVHeaderOutput, error) + func (c *CognitoIdentityProvider) GetDevice(input *GetDeviceInput) (*GetDeviceOutput, error) + func (c *CognitoIdentityProvider) GetDeviceRequest(input *GetDeviceInput) (req *request.Request, output *GetDeviceOutput) + func (c *CognitoIdentityProvider) GetDeviceWithContext(ctx aws.Context, input *GetDeviceInput, opts ...request.Option) (*GetDeviceOutput, error) + func (c *CognitoIdentityProvider) GetGroup(input *GetGroupInput) (*GetGroupOutput, error) + func (c *CognitoIdentityProvider) GetGroupRequest(input *GetGroupInput) (req *request.Request, output *GetGroupOutput) + func (c *CognitoIdentityProvider) GetGroupWithContext(ctx aws.Context, input *GetGroupInput, opts ...request.Option) (*GetGroupOutput, error) + func (c *CognitoIdentityProvider) GetIdentityProviderByIdentifier(input *GetIdentityProviderByIdentifierInput) (*GetIdentityProviderByIdentifierOutput, error) + func (c *CognitoIdentityProvider) GetIdentityProviderByIdentifierRequest(input *GetIdentityProviderByIdentifierInput) (req *request.Request, output *GetIdentityProviderByIdentifierOutput) + func (c *CognitoIdentityProvider) GetIdentityProviderByIdentifierWithContext(ctx aws.Context, input *GetIdentityProviderByIdentifierInput, ...) (*GetIdentityProviderByIdentifierOutput, error) + func (c *CognitoIdentityProvider) GetUICustomization(input *GetUICustomizationInput) (*GetUICustomizationOutput, error) + func (c *CognitoIdentityProvider) GetUICustomizationRequest(input *GetUICustomizationInput) (req *request.Request, output *GetUICustomizationOutput) + func (c *CognitoIdentityProvider) GetUICustomizationWithContext(ctx aws.Context, input *GetUICustomizationInput, opts ...request.Option) (*GetUICustomizationOutput, error) + func (c *CognitoIdentityProvider) GetUser(input *GetUserInput) (*GetUserOutput, error) + func (c *CognitoIdentityProvider) GetUserAttributeVerificationCode(input *GetUserAttributeVerificationCodeInput) (*GetUserAttributeVerificationCodeOutput, error) + func (c *CognitoIdentityProvider) GetUserAttributeVerificationCodeRequest(input *GetUserAttributeVerificationCodeInput) (req *request.Request, output *GetUserAttributeVerificationCodeOutput) + func (c *CognitoIdentityProvider) GetUserAttributeVerificationCodeWithContext(ctx aws.Context, input *GetUserAttributeVerificationCodeInput, ...) (*GetUserAttributeVerificationCodeOutput, error) + func (c *CognitoIdentityProvider) GetUserRequest(input *GetUserInput) (req *request.Request, output *GetUserOutput) + func (c *CognitoIdentityProvider) GetUserWithContext(ctx aws.Context, input *GetUserInput, opts ...request.Option) (*GetUserOutput, error) + func (c *CognitoIdentityProvider) GlobalSignOut(input *GlobalSignOutInput) (*GlobalSignOutOutput, error) + func (c *CognitoIdentityProvider) GlobalSignOutRequest(input *GlobalSignOutInput) (req *request.Request, output *GlobalSignOutOutput) + func (c *CognitoIdentityProvider) GlobalSignOutWithContext(ctx aws.Context, input *GlobalSignOutInput, opts ...request.Option) (*GlobalSignOutOutput, error) + func (c *CognitoIdentityProvider) InitiateAuth(input *InitiateAuthInput) (*InitiateAuthOutput, error) + func (c *CognitoIdentityProvider) InitiateAuthRequest(input *InitiateAuthInput) (req *request.Request, output *InitiateAuthOutput) + func (c *CognitoIdentityProvider) InitiateAuthWithContext(ctx aws.Context, input *InitiateAuthInput, opts ...request.Option) (*InitiateAuthOutput, error) + func (c *CognitoIdentityProvider) ListDevices(input *ListDevicesInput) (*ListDevicesOutput, error) + func (c *CognitoIdentityProvider) ListDevicesRequest(input *ListDevicesInput) (req *request.Request, output *ListDevicesOutput) + func (c *CognitoIdentityProvider) ListDevicesWithContext(ctx aws.Context, input *ListDevicesInput, opts ...request.Option) (*ListDevicesOutput, error) + func (c *CognitoIdentityProvider) ListGroups(input *ListGroupsInput) (*ListGroupsOutput, error) + func (c *CognitoIdentityProvider) ListGroupsRequest(input *ListGroupsInput) (req *request.Request, output *ListGroupsOutput) + func (c *CognitoIdentityProvider) ListGroupsWithContext(ctx aws.Context, input *ListGroupsInput, opts ...request.Option) (*ListGroupsOutput, error) + func (c *CognitoIdentityProvider) ListIdentityProviders(input *ListIdentityProvidersInput) (*ListIdentityProvidersOutput, error) + func (c *CognitoIdentityProvider) ListIdentityProvidersRequest(input *ListIdentityProvidersInput) (req *request.Request, output *ListIdentityProvidersOutput) + func (c *CognitoIdentityProvider) ListIdentityProvidersWithContext(ctx aws.Context, input *ListIdentityProvidersInput, opts ...request.Option) (*ListIdentityProvidersOutput, error) + func (c *CognitoIdentityProvider) ListResourceServers(input *ListResourceServersInput) (*ListResourceServersOutput, error) + func (c *CognitoIdentityProvider) ListResourceServersRequest(input *ListResourceServersInput) (req *request.Request, output *ListResourceServersOutput) + func (c *CognitoIdentityProvider) ListResourceServersWithContext(ctx aws.Context, input *ListResourceServersInput, opts ...request.Option) (*ListResourceServersOutput, error) + func (c *CognitoIdentityProvider) ListUserImportJobs(input *ListUserImportJobsInput) (*ListUserImportJobsOutput, error) + func (c *CognitoIdentityProvider) ListUserImportJobsRequest(input *ListUserImportJobsInput) (req *request.Request, output *ListUserImportJobsOutput) + func (c *CognitoIdentityProvider) ListUserImportJobsWithContext(ctx aws.Context, input *ListUserImportJobsInput, opts ...request.Option) (*ListUserImportJobsOutput, error) + func (c *CognitoIdentityProvider) ListUserPoolClients(input *ListUserPoolClientsInput) (*ListUserPoolClientsOutput, error) + func (c *CognitoIdentityProvider) ListUserPoolClientsRequest(input *ListUserPoolClientsInput) (req *request.Request, output *ListUserPoolClientsOutput) + func (c *CognitoIdentityProvider) ListUserPoolClientsWithContext(ctx aws.Context, input *ListUserPoolClientsInput, opts ...request.Option) (*ListUserPoolClientsOutput, error) + func (c *CognitoIdentityProvider) ListUserPools(input *ListUserPoolsInput) (*ListUserPoolsOutput, error) + func (c *CognitoIdentityProvider) ListUserPoolsRequest(input *ListUserPoolsInput) (req *request.Request, output *ListUserPoolsOutput) + func (c *CognitoIdentityProvider) ListUserPoolsWithContext(ctx aws.Context, input *ListUserPoolsInput, opts ...request.Option) (*ListUserPoolsOutput, error) + func (c *CognitoIdentityProvider) ListUsers(input *ListUsersInput) (*ListUsersOutput, error) + func (c *CognitoIdentityProvider) ListUsersInGroup(input *ListUsersInGroupInput) (*ListUsersInGroupOutput, error) + func (c *CognitoIdentityProvider) ListUsersInGroupRequest(input *ListUsersInGroupInput) (req *request.Request, output *ListUsersInGroupOutput) + func (c *CognitoIdentityProvider) ListUsersInGroupWithContext(ctx aws.Context, input *ListUsersInGroupInput, opts ...request.Option) (*ListUsersInGroupOutput, error) + func (c *CognitoIdentityProvider) ListUsersRequest(input *ListUsersInput) (req *request.Request, output *ListUsersOutput) + func (c *CognitoIdentityProvider) ListUsersWithContext(ctx aws.Context, input *ListUsersInput, opts ...request.Option) (*ListUsersOutput, error) + func (c *CognitoIdentityProvider) ResendConfirmationCode(input *ResendConfirmationCodeInput) (*ResendConfirmationCodeOutput, error) + func (c *CognitoIdentityProvider) ResendConfirmationCodeRequest(input *ResendConfirmationCodeInput) (req *request.Request, output *ResendConfirmationCodeOutput) + func (c *CognitoIdentityProvider) ResendConfirmationCodeWithContext(ctx aws.Context, input *ResendConfirmationCodeInput, opts ...request.Option) (*ResendConfirmationCodeOutput, error) + func (c *CognitoIdentityProvider) RespondToAuthChallenge(input *RespondToAuthChallengeInput) (*RespondToAuthChallengeOutput, error) + func (c *CognitoIdentityProvider) RespondToAuthChallengeRequest(input *RespondToAuthChallengeInput) (req *request.Request, output *RespondToAuthChallengeOutput) + func (c *CognitoIdentityProvider) RespondToAuthChallengeWithContext(ctx aws.Context, input *RespondToAuthChallengeInput, opts ...request.Option) (*RespondToAuthChallengeOutput, error) + func (c *CognitoIdentityProvider) SetUICustomization(input *SetUICustomizationInput) (*SetUICustomizationOutput, error) + func (c *CognitoIdentityProvider) SetUICustomizationRequest(input *SetUICustomizationInput) (req *request.Request, output *SetUICustomizationOutput) + func (c *CognitoIdentityProvider) SetUICustomizationWithContext(ctx aws.Context, input *SetUICustomizationInput, opts ...request.Option) (*SetUICustomizationOutput, error) + func (c *CognitoIdentityProvider) SetUserSettings(input *SetUserSettingsInput) (*SetUserSettingsOutput, error) + func (c *CognitoIdentityProvider) SetUserSettingsRequest(input *SetUserSettingsInput) (req *request.Request, output *SetUserSettingsOutput) + func (c *CognitoIdentityProvider) SetUserSettingsWithContext(ctx aws.Context, input *SetUserSettingsInput, opts ...request.Option) (*SetUserSettingsOutput, error) + func (c *CognitoIdentityProvider) SignUp(input *SignUpInput) (*SignUpOutput, error) + func (c *CognitoIdentityProvider) SignUpRequest(input *SignUpInput) (req *request.Request, output *SignUpOutput) + func (c *CognitoIdentityProvider) SignUpWithContext(ctx aws.Context, input *SignUpInput, opts ...request.Option) (*SignUpOutput, error) + func (c *CognitoIdentityProvider) StartUserImportJob(input *StartUserImportJobInput) (*StartUserImportJobOutput, error) + func (c *CognitoIdentityProvider) StartUserImportJobRequest(input *StartUserImportJobInput) (req *request.Request, output *StartUserImportJobOutput) + func (c *CognitoIdentityProvider) StartUserImportJobWithContext(ctx aws.Context, input *StartUserImportJobInput, opts ...request.Option) (*StartUserImportJobOutput, error) + func (c *CognitoIdentityProvider) StopUserImportJob(input *StopUserImportJobInput) (*StopUserImportJobOutput, error) + func (c *CognitoIdentityProvider) StopUserImportJobRequest(input *StopUserImportJobInput) (req *request.Request, output *StopUserImportJobOutput) + func (c *CognitoIdentityProvider) StopUserImportJobWithContext(ctx aws.Context, input *StopUserImportJobInput, opts ...request.Option) (*StopUserImportJobOutput, error) + func (c *CognitoIdentityProvider) UpdateDeviceStatus(input *UpdateDeviceStatusInput) (*UpdateDeviceStatusOutput, error) + func (c *CognitoIdentityProvider) UpdateDeviceStatusRequest(input *UpdateDeviceStatusInput) (req *request.Request, output *UpdateDeviceStatusOutput) + func (c *CognitoIdentityProvider) UpdateDeviceStatusWithContext(ctx aws.Context, input *UpdateDeviceStatusInput, opts ...request.Option) (*UpdateDeviceStatusOutput, error) + func (c *CognitoIdentityProvider) UpdateGroup(input *UpdateGroupInput) (*UpdateGroupOutput, error) + func (c *CognitoIdentityProvider) UpdateGroupRequest(input *UpdateGroupInput) (req *request.Request, output *UpdateGroupOutput) + func (c *CognitoIdentityProvider) UpdateGroupWithContext(ctx aws.Context, input *UpdateGroupInput, opts ...request.Option) (*UpdateGroupOutput, error) + func (c *CognitoIdentityProvider) UpdateIdentityProvider(input *UpdateIdentityProviderInput) (*UpdateIdentityProviderOutput, error) + func (c *CognitoIdentityProvider) UpdateIdentityProviderRequest(input *UpdateIdentityProviderInput) (req *request.Request, output *UpdateIdentityProviderOutput) + func (c *CognitoIdentityProvider) UpdateIdentityProviderWithContext(ctx aws.Context, input *UpdateIdentityProviderInput, opts ...request.Option) (*UpdateIdentityProviderOutput, error) + func (c *CognitoIdentityProvider) UpdateResourceServer(input *UpdateResourceServerInput) (*UpdateResourceServerOutput, error) + func (c *CognitoIdentityProvider) UpdateResourceServerRequest(input *UpdateResourceServerInput) (req *request.Request, output *UpdateResourceServerOutput) + func (c *CognitoIdentityProvider) UpdateResourceServerWithContext(ctx aws.Context, input *UpdateResourceServerInput, opts ...request.Option) (*UpdateResourceServerOutput, error) + func (c *CognitoIdentityProvider) UpdateUserAttributes(input *UpdateUserAttributesInput) (*UpdateUserAttributesOutput, error) + func (c *CognitoIdentityProvider) UpdateUserAttributesRequest(input *UpdateUserAttributesInput) (req *request.Request, output *UpdateUserAttributesOutput) + func (c *CognitoIdentityProvider) UpdateUserAttributesWithContext(ctx aws.Context, input *UpdateUserAttributesInput, opts ...request.Option) (*UpdateUserAttributesOutput, error) + func (c *CognitoIdentityProvider) UpdateUserPool(input *UpdateUserPoolInput) (*UpdateUserPoolOutput, error) + func (c *CognitoIdentityProvider) UpdateUserPoolClient(input *UpdateUserPoolClientInput) (*UpdateUserPoolClientOutput, error) + func (c *CognitoIdentityProvider) UpdateUserPoolClientRequest(input *UpdateUserPoolClientInput) (req *request.Request, output *UpdateUserPoolClientOutput) + func (c *CognitoIdentityProvider) UpdateUserPoolClientWithContext(ctx aws.Context, input *UpdateUserPoolClientInput, opts ...request.Option) (*UpdateUserPoolClientOutput, error) + func (c *CognitoIdentityProvider) UpdateUserPoolRequest(input *UpdateUserPoolInput) (req *request.Request, output *UpdateUserPoolOutput) + func (c *CognitoIdentityProvider) UpdateUserPoolWithContext(ctx aws.Context, input *UpdateUserPoolInput, opts ...request.Option) (*UpdateUserPoolOutput, error) + func (c *CognitoIdentityProvider) VerifyUserAttribute(input *VerifyUserAttributeInput) (*VerifyUserAttributeOutput, error) + func (c *CognitoIdentityProvider) VerifyUserAttributeRequest(input *VerifyUserAttributeInput) (req *request.Request, output *VerifyUserAttributeOutput) + func (c *CognitoIdentityProvider) VerifyUserAttributeWithContext(ctx aws.Context, input *VerifyUserAttributeInput, opts ...request.Option) (*VerifyUserAttributeOutput, error) + type ConfirmDeviceInput struct + AccessToken *string + DeviceKey *string + DeviceName *string + DeviceSecretVerifierConfig *DeviceSecretVerifierConfigType + func (s *ConfirmDeviceInput) SetAccessToken(v string) *ConfirmDeviceInput + func (s *ConfirmDeviceInput) SetDeviceKey(v string) *ConfirmDeviceInput + func (s *ConfirmDeviceInput) SetDeviceName(v string) *ConfirmDeviceInput + func (s *ConfirmDeviceInput) SetDeviceSecretVerifierConfig(v *DeviceSecretVerifierConfigType) *ConfirmDeviceInput + func (s *ConfirmDeviceInput) Validate() error + func (s ConfirmDeviceInput) GoString() string + func (s ConfirmDeviceInput) String() string + type ConfirmDeviceOutput struct + UserConfirmationNecessary *bool + func (s *ConfirmDeviceOutput) SetUserConfirmationNecessary(v bool) *ConfirmDeviceOutput + func (s ConfirmDeviceOutput) GoString() string + func (s ConfirmDeviceOutput) String() string + type ConfirmForgotPasswordInput struct + ClientId *string + ConfirmationCode *string + Password *string + SecretHash *string + Username *string + func (s *ConfirmForgotPasswordInput) SetClientId(v string) *ConfirmForgotPasswordInput + func (s *ConfirmForgotPasswordInput) SetConfirmationCode(v string) *ConfirmForgotPasswordInput + func (s *ConfirmForgotPasswordInput) SetPassword(v string) *ConfirmForgotPasswordInput + func (s *ConfirmForgotPasswordInput) SetSecretHash(v string) *ConfirmForgotPasswordInput + func (s *ConfirmForgotPasswordInput) SetUsername(v string) *ConfirmForgotPasswordInput + func (s *ConfirmForgotPasswordInput) Validate() error + func (s ConfirmForgotPasswordInput) GoString() string + func (s ConfirmForgotPasswordInput) String() string + type ConfirmForgotPasswordOutput struct + func (s ConfirmForgotPasswordOutput) GoString() string + func (s ConfirmForgotPasswordOutput) String() string + type ConfirmSignUpInput struct + ClientId *string + ConfirmationCode *string + ForceAliasCreation *bool + SecretHash *string + Username *string + func (s *ConfirmSignUpInput) SetClientId(v string) *ConfirmSignUpInput + func (s *ConfirmSignUpInput) SetConfirmationCode(v string) *ConfirmSignUpInput + func (s *ConfirmSignUpInput) SetForceAliasCreation(v bool) *ConfirmSignUpInput + func (s *ConfirmSignUpInput) SetSecretHash(v string) *ConfirmSignUpInput + func (s *ConfirmSignUpInput) SetUsername(v string) *ConfirmSignUpInput + func (s *ConfirmSignUpInput) Validate() error + func (s ConfirmSignUpInput) GoString() string + func (s ConfirmSignUpInput) String() string + type ConfirmSignUpOutput struct + func (s ConfirmSignUpOutput) GoString() string + func (s ConfirmSignUpOutput) String() string + type CreateGroupInput struct + Description *string + GroupName *string + Precedence *int64 + RoleArn *string + UserPoolId *string + func (s *CreateGroupInput) SetDescription(v string) *CreateGroupInput + func (s *CreateGroupInput) SetGroupName(v string) *CreateGroupInput + func (s *CreateGroupInput) SetPrecedence(v int64) *CreateGroupInput + func (s *CreateGroupInput) SetRoleArn(v string) *CreateGroupInput + func (s *CreateGroupInput) SetUserPoolId(v string) *CreateGroupInput + func (s *CreateGroupInput) Validate() error + func (s CreateGroupInput) GoString() string + func (s CreateGroupInput) String() string + type CreateGroupOutput struct + Group *GroupType + func (s *CreateGroupOutput) SetGroup(v *GroupType) *CreateGroupOutput + func (s CreateGroupOutput) GoString() string + func (s CreateGroupOutput) String() string + type CreateIdentityProviderInput struct + AttributeMapping map[string]*string + IdpIdentifiers []*string + ProviderDetails map[string]*string + ProviderName *string + ProviderType *string + UserPoolId *string + func (s *CreateIdentityProviderInput) SetAttributeMapping(v map[string]*string) *CreateIdentityProviderInput + func (s *CreateIdentityProviderInput) SetIdpIdentifiers(v []*string) *CreateIdentityProviderInput + func (s *CreateIdentityProviderInput) SetProviderDetails(v map[string]*string) *CreateIdentityProviderInput + func (s *CreateIdentityProviderInput) SetProviderName(v string) *CreateIdentityProviderInput + func (s *CreateIdentityProviderInput) SetProviderType(v string) *CreateIdentityProviderInput + func (s *CreateIdentityProviderInput) SetUserPoolId(v string) *CreateIdentityProviderInput + func (s *CreateIdentityProviderInput) Validate() error + func (s CreateIdentityProviderInput) GoString() string + func (s CreateIdentityProviderInput) String() string + type CreateIdentityProviderOutput struct + IdentityProvider *IdentityProviderType + func (s *CreateIdentityProviderOutput) SetIdentityProvider(v *IdentityProviderType) *CreateIdentityProviderOutput + func (s CreateIdentityProviderOutput) GoString() string + func (s CreateIdentityProviderOutput) String() string + type CreateResourceServerInput struct + Identifier *string + Name *string + Scopes []*ResourceServerScopeType + UserPoolId *string + func (s *CreateResourceServerInput) SetIdentifier(v string) *CreateResourceServerInput + func (s *CreateResourceServerInput) SetName(v string) *CreateResourceServerInput + func (s *CreateResourceServerInput) SetScopes(v []*ResourceServerScopeType) *CreateResourceServerInput + func (s *CreateResourceServerInput) SetUserPoolId(v string) *CreateResourceServerInput + func (s *CreateResourceServerInput) Validate() error + func (s CreateResourceServerInput) GoString() string + func (s CreateResourceServerInput) String() string + type CreateResourceServerOutput struct + ResourceServer *ResourceServerType + func (s *CreateResourceServerOutput) SetResourceServer(v *ResourceServerType) *CreateResourceServerOutput + func (s CreateResourceServerOutput) GoString() string + func (s CreateResourceServerOutput) String() string + type CreateUserImportJobInput struct + CloudWatchLogsRoleArn *string + JobName *string + UserPoolId *string + func (s *CreateUserImportJobInput) SetCloudWatchLogsRoleArn(v string) *CreateUserImportJobInput + func (s *CreateUserImportJobInput) SetJobName(v string) *CreateUserImportJobInput + func (s *CreateUserImportJobInput) SetUserPoolId(v string) *CreateUserImportJobInput + func (s *CreateUserImportJobInput) Validate() error + func (s CreateUserImportJobInput) GoString() string + func (s CreateUserImportJobInput) String() string + type CreateUserImportJobOutput struct + UserImportJob *UserImportJobType + func (s *CreateUserImportJobOutput) SetUserImportJob(v *UserImportJobType) *CreateUserImportJobOutput + func (s CreateUserImportJobOutput) GoString() string + func (s CreateUserImportJobOutput) String() string + type CreateUserPoolClientInput struct + AllowedOAuthFlows []*string + AllowedOAuthFlowsUserPoolClient *bool + AllowedOAuthScopes []*string + CallbackURLs []*string + ClientName *string + DefaultRedirectURI *string + ExplicitAuthFlows []*string + GenerateSecret *bool + LogoutURLs []*string + ReadAttributes []*string + RefreshTokenValidity *int64 + SupportedIdentityProviders []*string + UserPoolId *string + WriteAttributes []*string + func (s *CreateUserPoolClientInput) SetAllowedOAuthFlows(v []*string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetAllowedOAuthFlowsUserPoolClient(v bool) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetAllowedOAuthScopes(v []*string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetCallbackURLs(v []*string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetClientName(v string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetDefaultRedirectURI(v string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetExplicitAuthFlows(v []*string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetGenerateSecret(v bool) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetLogoutURLs(v []*string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetReadAttributes(v []*string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetRefreshTokenValidity(v int64) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetSupportedIdentityProviders(v []*string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetUserPoolId(v string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) SetWriteAttributes(v []*string) *CreateUserPoolClientInput + func (s *CreateUserPoolClientInput) Validate() error + func (s CreateUserPoolClientInput) GoString() string + func (s CreateUserPoolClientInput) String() string + type CreateUserPoolClientOutput struct + UserPoolClient *UserPoolClientType + func (s *CreateUserPoolClientOutput) SetUserPoolClient(v *UserPoolClientType) *CreateUserPoolClientOutput + func (s CreateUserPoolClientOutput) GoString() string + func (s CreateUserPoolClientOutput) String() string + type CreateUserPoolDomainInput struct + Domain *string + UserPoolId *string + func (s *CreateUserPoolDomainInput) SetDomain(v string) *CreateUserPoolDomainInput + func (s *CreateUserPoolDomainInput) SetUserPoolId(v string) *CreateUserPoolDomainInput + func (s *CreateUserPoolDomainInput) Validate() error + func (s CreateUserPoolDomainInput) GoString() string + func (s CreateUserPoolDomainInput) String() string + type CreateUserPoolDomainOutput struct + func (s CreateUserPoolDomainOutput) GoString() string + func (s CreateUserPoolDomainOutput) String() string + type CreateUserPoolInput struct + AdminCreateUserConfig *AdminCreateUserConfigType + AliasAttributes []*string + AutoVerifiedAttributes []*string + DeviceConfiguration *DeviceConfigurationType + EmailConfiguration *EmailConfigurationType + EmailVerificationMessage *string + EmailVerificationSubject *string + LambdaConfig *LambdaConfigType + MfaConfiguration *string + Policies *UserPoolPolicyType + PoolName *string + Schema []*SchemaAttributeType + SmsAuthenticationMessage *string + SmsConfiguration *SmsConfigurationType + SmsVerificationMessage *string + UserPoolTags map[string]*string + UsernameAttributes []*string + VerificationMessageTemplate *VerificationMessageTemplateType + func (s *CreateUserPoolInput) SetAdminCreateUserConfig(v *AdminCreateUserConfigType) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetAliasAttributes(v []*string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetAutoVerifiedAttributes(v []*string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetDeviceConfiguration(v *DeviceConfigurationType) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetEmailConfiguration(v *EmailConfigurationType) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetEmailVerificationMessage(v string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetEmailVerificationSubject(v string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetLambdaConfig(v *LambdaConfigType) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetMfaConfiguration(v string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetPolicies(v *UserPoolPolicyType) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetPoolName(v string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetSchema(v []*SchemaAttributeType) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetSmsAuthenticationMessage(v string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetSmsConfiguration(v *SmsConfigurationType) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetSmsVerificationMessage(v string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetUserPoolTags(v map[string]*string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetUsernameAttributes(v []*string) *CreateUserPoolInput + func (s *CreateUserPoolInput) SetVerificationMessageTemplate(v *VerificationMessageTemplateType) *CreateUserPoolInput + func (s *CreateUserPoolInput) Validate() error + func (s CreateUserPoolInput) GoString() string + func (s CreateUserPoolInput) String() string + type CreateUserPoolOutput struct + UserPool *UserPoolType + func (s *CreateUserPoolOutput) SetUserPool(v *UserPoolType) *CreateUserPoolOutput + func (s CreateUserPoolOutput) GoString() string + func (s CreateUserPoolOutput) String() string + type DeleteGroupInput struct + GroupName *string + UserPoolId *string + func (s *DeleteGroupInput) SetGroupName(v string) *DeleteGroupInput + func (s *DeleteGroupInput) SetUserPoolId(v string) *DeleteGroupInput + func (s *DeleteGroupInput) Validate() error + func (s DeleteGroupInput) GoString() string + func (s DeleteGroupInput) String() string + type DeleteGroupOutput struct + func (s DeleteGroupOutput) GoString() string + func (s DeleteGroupOutput) String() string + type DeleteIdentityProviderInput struct + ProviderName *string + UserPoolId *string + func (s *DeleteIdentityProviderInput) SetProviderName(v string) *DeleteIdentityProviderInput + func (s *DeleteIdentityProviderInput) SetUserPoolId(v string) *DeleteIdentityProviderInput + func (s *DeleteIdentityProviderInput) Validate() error + func (s DeleteIdentityProviderInput) GoString() string + func (s DeleteIdentityProviderInput) String() string + type DeleteIdentityProviderOutput struct + func (s DeleteIdentityProviderOutput) GoString() string + func (s DeleteIdentityProviderOutput) String() string + type DeleteResourceServerInput struct + Identifier *string + UserPoolId *string + func (s *DeleteResourceServerInput) SetIdentifier(v string) *DeleteResourceServerInput + func (s *DeleteResourceServerInput) SetUserPoolId(v string) *DeleteResourceServerInput + func (s *DeleteResourceServerInput) Validate() error + func (s DeleteResourceServerInput) GoString() string + func (s DeleteResourceServerInput) String() string + type DeleteResourceServerOutput struct + func (s DeleteResourceServerOutput) GoString() string + func (s DeleteResourceServerOutput) String() string + type DeleteUserAttributesInput struct + AccessToken *string + UserAttributeNames []*string + func (s *DeleteUserAttributesInput) SetAccessToken(v string) *DeleteUserAttributesInput + func (s *DeleteUserAttributesInput) SetUserAttributeNames(v []*string) *DeleteUserAttributesInput + func (s *DeleteUserAttributesInput) Validate() error + func (s DeleteUserAttributesInput) GoString() string + func (s DeleteUserAttributesInput) String() string + type DeleteUserAttributesOutput struct + func (s DeleteUserAttributesOutput) GoString() string + func (s DeleteUserAttributesOutput) String() string + type DeleteUserInput struct + AccessToken *string + func (s *DeleteUserInput) SetAccessToken(v string) *DeleteUserInput + func (s *DeleteUserInput) Validate() error + func (s DeleteUserInput) GoString() string + func (s DeleteUserInput) String() string + type DeleteUserOutput struct + func (s DeleteUserOutput) GoString() string + func (s DeleteUserOutput) String() string + type DeleteUserPoolClientInput struct + ClientId *string + UserPoolId *string + func (s *DeleteUserPoolClientInput) SetClientId(v string) *DeleteUserPoolClientInput + func (s *DeleteUserPoolClientInput) SetUserPoolId(v string) *DeleteUserPoolClientInput + func (s *DeleteUserPoolClientInput) Validate() error + func (s DeleteUserPoolClientInput) GoString() string + func (s DeleteUserPoolClientInput) String() string + type DeleteUserPoolClientOutput struct + func (s DeleteUserPoolClientOutput) GoString() string + func (s DeleteUserPoolClientOutput) String() string + type DeleteUserPoolDomainInput struct + Domain *string + UserPoolId *string + func (s *DeleteUserPoolDomainInput) SetDomain(v string) *DeleteUserPoolDomainInput + func (s *DeleteUserPoolDomainInput) SetUserPoolId(v string) *DeleteUserPoolDomainInput + func (s *DeleteUserPoolDomainInput) Validate() error + func (s DeleteUserPoolDomainInput) GoString() string + func (s DeleteUserPoolDomainInput) String() string + type DeleteUserPoolDomainOutput struct + func (s DeleteUserPoolDomainOutput) GoString() string + func (s DeleteUserPoolDomainOutput) String() string + type DeleteUserPoolInput struct + UserPoolId *string + func (s *DeleteUserPoolInput) SetUserPoolId(v string) *DeleteUserPoolInput + func (s *DeleteUserPoolInput) Validate() error + func (s DeleteUserPoolInput) GoString() string + func (s DeleteUserPoolInput) String() string + type DeleteUserPoolOutput struct + func (s DeleteUserPoolOutput) GoString() string + func (s DeleteUserPoolOutput) String() string + type DescribeIdentityProviderInput struct + ProviderName *string + UserPoolId *string + func (s *DescribeIdentityProviderInput) SetProviderName(v string) *DescribeIdentityProviderInput + func (s *DescribeIdentityProviderInput) SetUserPoolId(v string) *DescribeIdentityProviderInput + func (s *DescribeIdentityProviderInput) Validate() error + func (s DescribeIdentityProviderInput) GoString() string + func (s DescribeIdentityProviderInput) String() string + type DescribeIdentityProviderOutput struct + IdentityProvider *IdentityProviderType + func (s *DescribeIdentityProviderOutput) SetIdentityProvider(v *IdentityProviderType) *DescribeIdentityProviderOutput + func (s DescribeIdentityProviderOutput) GoString() string + func (s DescribeIdentityProviderOutput) String() string + type DescribeResourceServerInput struct + Identifier *string + UserPoolId *string + func (s *DescribeResourceServerInput) SetIdentifier(v string) *DescribeResourceServerInput + func (s *DescribeResourceServerInput) SetUserPoolId(v string) *DescribeResourceServerInput + func (s *DescribeResourceServerInput) Validate() error + func (s DescribeResourceServerInput) GoString() string + func (s DescribeResourceServerInput) String() string + type DescribeResourceServerOutput struct + ResourceServer *ResourceServerType + func (s *DescribeResourceServerOutput) SetResourceServer(v *ResourceServerType) *DescribeResourceServerOutput + func (s DescribeResourceServerOutput) GoString() string + func (s DescribeResourceServerOutput) String() string + type DescribeUserImportJobInput struct + JobId *string + UserPoolId *string + func (s *DescribeUserImportJobInput) SetJobId(v string) *DescribeUserImportJobInput + func (s *DescribeUserImportJobInput) SetUserPoolId(v string) *DescribeUserImportJobInput + func (s *DescribeUserImportJobInput) Validate() error + func (s DescribeUserImportJobInput) GoString() string + func (s DescribeUserImportJobInput) String() string + type DescribeUserImportJobOutput struct + UserImportJob *UserImportJobType + func (s *DescribeUserImportJobOutput) SetUserImportJob(v *UserImportJobType) *DescribeUserImportJobOutput + func (s DescribeUserImportJobOutput) GoString() string + func (s DescribeUserImportJobOutput) String() string + type DescribeUserPoolClientInput struct + ClientId *string + UserPoolId *string + func (s *DescribeUserPoolClientInput) SetClientId(v string) *DescribeUserPoolClientInput + func (s *DescribeUserPoolClientInput) SetUserPoolId(v string) *DescribeUserPoolClientInput + func (s *DescribeUserPoolClientInput) Validate() error + func (s DescribeUserPoolClientInput) GoString() string + func (s DescribeUserPoolClientInput) String() string + type DescribeUserPoolClientOutput struct + UserPoolClient *UserPoolClientType + func (s *DescribeUserPoolClientOutput) SetUserPoolClient(v *UserPoolClientType) *DescribeUserPoolClientOutput + func (s DescribeUserPoolClientOutput) GoString() string + func (s DescribeUserPoolClientOutput) String() string + type DescribeUserPoolDomainInput struct + Domain *string + func (s *DescribeUserPoolDomainInput) SetDomain(v string) *DescribeUserPoolDomainInput + func (s *DescribeUserPoolDomainInput) Validate() error + func (s DescribeUserPoolDomainInput) GoString() string + func (s DescribeUserPoolDomainInput) String() string + type DescribeUserPoolDomainOutput struct + DomainDescription *DomainDescriptionType + func (s *DescribeUserPoolDomainOutput) SetDomainDescription(v *DomainDescriptionType) *DescribeUserPoolDomainOutput + func (s DescribeUserPoolDomainOutput) GoString() string + func (s DescribeUserPoolDomainOutput) String() string + type DescribeUserPoolInput struct + UserPoolId *string + func (s *DescribeUserPoolInput) SetUserPoolId(v string) *DescribeUserPoolInput + func (s *DescribeUserPoolInput) Validate() error + func (s DescribeUserPoolInput) GoString() string + func (s DescribeUserPoolInput) String() string + type DescribeUserPoolOutput struct + UserPool *UserPoolType + func (s *DescribeUserPoolOutput) SetUserPool(v *UserPoolType) *DescribeUserPoolOutput + func (s DescribeUserPoolOutput) GoString() string + func (s DescribeUserPoolOutput) String() string + type DeviceConfigurationType struct + ChallengeRequiredOnNewDevice *bool + DeviceOnlyRememberedOnUserPrompt *bool + func (s *DeviceConfigurationType) SetChallengeRequiredOnNewDevice(v bool) *DeviceConfigurationType + func (s *DeviceConfigurationType) SetDeviceOnlyRememberedOnUserPrompt(v bool) *DeviceConfigurationType + func (s DeviceConfigurationType) GoString() string + func (s DeviceConfigurationType) String() string + type DeviceSecretVerifierConfigType struct + PasswordVerifier *string + Salt *string + func (s *DeviceSecretVerifierConfigType) SetPasswordVerifier(v string) *DeviceSecretVerifierConfigType + func (s *DeviceSecretVerifierConfigType) SetSalt(v string) *DeviceSecretVerifierConfigType + func (s DeviceSecretVerifierConfigType) GoString() string + func (s DeviceSecretVerifierConfigType) String() string + type DeviceType struct + DeviceAttributes []*AttributeType + DeviceCreateDate *time.Time + DeviceKey *string + DeviceLastAuthenticatedDate *time.Time + DeviceLastModifiedDate *time.Time + func (s *DeviceType) SetDeviceAttributes(v []*AttributeType) *DeviceType + func (s *DeviceType) SetDeviceCreateDate(v time.Time) *DeviceType + func (s *DeviceType) SetDeviceKey(v string) *DeviceType + func (s *DeviceType) SetDeviceLastAuthenticatedDate(v time.Time) *DeviceType + func (s *DeviceType) SetDeviceLastModifiedDate(v time.Time) *DeviceType + func (s DeviceType) GoString() string + func (s DeviceType) String() string + type DomainDescriptionType struct + AWSAccountId *string + CloudFrontDistribution *string + Domain *string + S3Bucket *string + Status *string + UserPoolId *string + Version *string + func (s *DomainDescriptionType) SetAWSAccountId(v string) *DomainDescriptionType + func (s *DomainDescriptionType) SetCloudFrontDistribution(v string) *DomainDescriptionType + func (s *DomainDescriptionType) SetDomain(v string) *DomainDescriptionType + func (s *DomainDescriptionType) SetS3Bucket(v string) *DomainDescriptionType + func (s *DomainDescriptionType) SetStatus(v string) *DomainDescriptionType + func (s *DomainDescriptionType) SetUserPoolId(v string) *DomainDescriptionType + func (s *DomainDescriptionType) SetVersion(v string) *DomainDescriptionType + func (s DomainDescriptionType) GoString() string + func (s DomainDescriptionType) String() string + type EmailConfigurationType struct + ReplyToEmailAddress *string + SourceArn *string + func (s *EmailConfigurationType) SetReplyToEmailAddress(v string) *EmailConfigurationType + func (s *EmailConfigurationType) SetSourceArn(v string) *EmailConfigurationType + func (s *EmailConfigurationType) Validate() error + func (s EmailConfigurationType) GoString() string + func (s EmailConfigurationType) String() string + type ForgetDeviceInput struct + AccessToken *string + DeviceKey *string + func (s *ForgetDeviceInput) SetAccessToken(v string) *ForgetDeviceInput + func (s *ForgetDeviceInput) SetDeviceKey(v string) *ForgetDeviceInput + func (s *ForgetDeviceInput) Validate() error + func (s ForgetDeviceInput) GoString() string + func (s ForgetDeviceInput) String() string + type ForgetDeviceOutput struct + func (s ForgetDeviceOutput) GoString() string + func (s ForgetDeviceOutput) String() string + type ForgotPasswordInput struct + ClientId *string + SecretHash *string + Username *string + func (s *ForgotPasswordInput) SetClientId(v string) *ForgotPasswordInput + func (s *ForgotPasswordInput) SetSecretHash(v string) *ForgotPasswordInput + func (s *ForgotPasswordInput) SetUsername(v string) *ForgotPasswordInput + func (s *ForgotPasswordInput) Validate() error + func (s ForgotPasswordInput) GoString() string + func (s ForgotPasswordInput) String() string + type ForgotPasswordOutput struct + CodeDeliveryDetails *CodeDeliveryDetailsType + func (s *ForgotPasswordOutput) SetCodeDeliveryDetails(v *CodeDeliveryDetailsType) *ForgotPasswordOutput + func (s ForgotPasswordOutput) GoString() string + func (s ForgotPasswordOutput) String() string + type GetCSVHeaderInput struct + UserPoolId *string + func (s *GetCSVHeaderInput) SetUserPoolId(v string) *GetCSVHeaderInput + func (s *GetCSVHeaderInput) Validate() error + func (s GetCSVHeaderInput) GoString() string + func (s GetCSVHeaderInput) String() string + type GetCSVHeaderOutput struct + CSVHeader []*string + UserPoolId *string + func (s *GetCSVHeaderOutput) SetCSVHeader(v []*string) *GetCSVHeaderOutput + func (s *GetCSVHeaderOutput) SetUserPoolId(v string) *GetCSVHeaderOutput + func (s GetCSVHeaderOutput) GoString() string + func (s GetCSVHeaderOutput) String() string + type GetDeviceInput struct + AccessToken *string + DeviceKey *string + func (s *GetDeviceInput) SetAccessToken(v string) *GetDeviceInput + func (s *GetDeviceInput) SetDeviceKey(v string) *GetDeviceInput + func (s *GetDeviceInput) Validate() error + func (s GetDeviceInput) GoString() string + func (s GetDeviceInput) String() string + type GetDeviceOutput struct + Device *DeviceType + func (s *GetDeviceOutput) SetDevice(v *DeviceType) *GetDeviceOutput + func (s GetDeviceOutput) GoString() string + func (s GetDeviceOutput) String() string + type GetGroupInput struct + GroupName *string + UserPoolId *string + func (s *GetGroupInput) SetGroupName(v string) *GetGroupInput + func (s *GetGroupInput) SetUserPoolId(v string) *GetGroupInput + func (s *GetGroupInput) Validate() error + func (s GetGroupInput) GoString() string + func (s GetGroupInput) String() string + type GetGroupOutput struct + Group *GroupType + func (s *GetGroupOutput) SetGroup(v *GroupType) *GetGroupOutput + func (s GetGroupOutput) GoString() string + func (s GetGroupOutput) String() string + type GetIdentityProviderByIdentifierInput struct + IdpIdentifier *string + UserPoolId *string + func (s *GetIdentityProviderByIdentifierInput) SetIdpIdentifier(v string) *GetIdentityProviderByIdentifierInput + func (s *GetIdentityProviderByIdentifierInput) SetUserPoolId(v string) *GetIdentityProviderByIdentifierInput + func (s *GetIdentityProviderByIdentifierInput) Validate() error + func (s GetIdentityProviderByIdentifierInput) GoString() string + func (s GetIdentityProviderByIdentifierInput) String() string + type GetIdentityProviderByIdentifierOutput struct + IdentityProvider *IdentityProviderType + func (s *GetIdentityProviderByIdentifierOutput) SetIdentityProvider(v *IdentityProviderType) *GetIdentityProviderByIdentifierOutput + func (s GetIdentityProviderByIdentifierOutput) GoString() string + func (s GetIdentityProviderByIdentifierOutput) String() string + type GetUICustomizationInput struct + ClientId *string + UserPoolId *string + func (s *GetUICustomizationInput) SetClientId(v string) *GetUICustomizationInput + func (s *GetUICustomizationInput) SetUserPoolId(v string) *GetUICustomizationInput + func (s *GetUICustomizationInput) Validate() error + func (s GetUICustomizationInput) GoString() string + func (s GetUICustomizationInput) String() string + type GetUICustomizationOutput struct + UICustomization *UICustomizationType + func (s *GetUICustomizationOutput) SetUICustomization(v *UICustomizationType) *GetUICustomizationOutput + func (s GetUICustomizationOutput) GoString() string + func (s GetUICustomizationOutput) String() string + type GetUserAttributeVerificationCodeInput struct + AccessToken *string + AttributeName *string + func (s *GetUserAttributeVerificationCodeInput) SetAccessToken(v string) *GetUserAttributeVerificationCodeInput + func (s *GetUserAttributeVerificationCodeInput) SetAttributeName(v string) *GetUserAttributeVerificationCodeInput + func (s *GetUserAttributeVerificationCodeInput) Validate() error + func (s GetUserAttributeVerificationCodeInput) GoString() string + func (s GetUserAttributeVerificationCodeInput) String() string + type GetUserAttributeVerificationCodeOutput struct + CodeDeliveryDetails *CodeDeliveryDetailsType + func (s *GetUserAttributeVerificationCodeOutput) SetCodeDeliveryDetails(v *CodeDeliveryDetailsType) *GetUserAttributeVerificationCodeOutput + func (s GetUserAttributeVerificationCodeOutput) GoString() string + func (s GetUserAttributeVerificationCodeOutput) String() string + type GetUserInput struct + AccessToken *string + func (s *GetUserInput) SetAccessToken(v string) *GetUserInput + func (s *GetUserInput) Validate() error + func (s GetUserInput) GoString() string + func (s GetUserInput) String() string + type GetUserOutput struct + MFAOptions []*MFAOptionType + UserAttributes []*AttributeType + Username *string + func (s *GetUserOutput) SetMFAOptions(v []*MFAOptionType) *GetUserOutput + func (s *GetUserOutput) SetUserAttributes(v []*AttributeType) *GetUserOutput + func (s *GetUserOutput) SetUsername(v string) *GetUserOutput + func (s GetUserOutput) GoString() string + func (s GetUserOutput) String() string + type GlobalSignOutInput struct + AccessToken *string + func (s *GlobalSignOutInput) SetAccessToken(v string) *GlobalSignOutInput + func (s *GlobalSignOutInput) Validate() error + func (s GlobalSignOutInput) GoString() string + func (s GlobalSignOutInput) String() string + type GlobalSignOutOutput struct + func (s GlobalSignOutOutput) GoString() string + func (s GlobalSignOutOutput) String() string + type GroupType struct + CreationDate *time.Time + Description *string + GroupName *string + LastModifiedDate *time.Time + Precedence *int64 + RoleArn *string + UserPoolId *string + func (s *GroupType) SetCreationDate(v time.Time) *GroupType + func (s *GroupType) SetDescription(v string) *GroupType + func (s *GroupType) SetGroupName(v string) *GroupType + func (s *GroupType) SetLastModifiedDate(v time.Time) *GroupType + func (s *GroupType) SetPrecedence(v int64) *GroupType + func (s *GroupType) SetRoleArn(v string) *GroupType + func (s *GroupType) SetUserPoolId(v string) *GroupType + func (s GroupType) GoString() string + func (s GroupType) String() string + type IdentityProviderType struct + AttributeMapping map[string]*string + CreationDate *time.Time + IdpIdentifiers []*string + LastModifiedDate *time.Time + ProviderDetails map[string]*string + ProviderName *string + ProviderType *string + UserPoolId *string + func (s *IdentityProviderType) SetAttributeMapping(v map[string]*string) *IdentityProviderType + func (s *IdentityProviderType) SetCreationDate(v time.Time) *IdentityProviderType + func (s *IdentityProviderType) SetIdpIdentifiers(v []*string) *IdentityProviderType + func (s *IdentityProviderType) SetLastModifiedDate(v time.Time) *IdentityProviderType + func (s *IdentityProviderType) SetProviderDetails(v map[string]*string) *IdentityProviderType + func (s *IdentityProviderType) SetProviderName(v string) *IdentityProviderType + func (s *IdentityProviderType) SetProviderType(v string) *IdentityProviderType + func (s *IdentityProviderType) SetUserPoolId(v string) *IdentityProviderType + func (s IdentityProviderType) GoString() string + func (s IdentityProviderType) String() string + type InitiateAuthInput struct + AuthFlow *string + AuthParameters map[string]*string + ClientId *string + ClientMetadata map[string]*string + func (s *InitiateAuthInput) SetAuthFlow(v string) *InitiateAuthInput + func (s *InitiateAuthInput) SetAuthParameters(v map[string]*string) *InitiateAuthInput + func (s *InitiateAuthInput) SetClientId(v string) *InitiateAuthInput + func (s *InitiateAuthInput) SetClientMetadata(v map[string]*string) *InitiateAuthInput + func (s *InitiateAuthInput) Validate() error + func (s InitiateAuthInput) GoString() string + func (s InitiateAuthInput) String() string + type InitiateAuthOutput struct + AuthenticationResult *AuthenticationResultType + ChallengeName *string + ChallengeParameters map[string]*string + Session *string + func (s *InitiateAuthOutput) SetAuthenticationResult(v *AuthenticationResultType) *InitiateAuthOutput + func (s *InitiateAuthOutput) SetChallengeName(v string) *InitiateAuthOutput + func (s *InitiateAuthOutput) SetChallengeParameters(v map[string]*string) *InitiateAuthOutput + func (s *InitiateAuthOutput) SetSession(v string) *InitiateAuthOutput + func (s InitiateAuthOutput) GoString() string + func (s InitiateAuthOutput) String() string + type LambdaConfigType struct + CreateAuthChallenge *string + CustomMessage *string + DefineAuthChallenge *string + PostAuthentication *string + PostConfirmation *string + PreAuthentication *string + PreSignUp *string + VerifyAuthChallengeResponse *string + func (s *LambdaConfigType) SetCreateAuthChallenge(v string) *LambdaConfigType + func (s *LambdaConfigType) SetCustomMessage(v string) *LambdaConfigType + func (s *LambdaConfigType) SetDefineAuthChallenge(v string) *LambdaConfigType + func (s *LambdaConfigType) SetPostAuthentication(v string) *LambdaConfigType + func (s *LambdaConfigType) SetPostConfirmation(v string) *LambdaConfigType + func (s *LambdaConfigType) SetPreAuthentication(v string) *LambdaConfigType + func (s *LambdaConfigType) SetPreSignUp(v string) *LambdaConfigType + func (s *LambdaConfigType) SetVerifyAuthChallengeResponse(v string) *LambdaConfigType + func (s *LambdaConfigType) Validate() error + func (s LambdaConfigType) GoString() string + func (s LambdaConfigType) String() string + type ListDevicesInput struct + AccessToken *string + Limit *int64 + PaginationToken *string + func (s *ListDevicesInput) SetAccessToken(v string) *ListDevicesInput + func (s *ListDevicesInput) SetLimit(v int64) *ListDevicesInput + func (s *ListDevicesInput) SetPaginationToken(v string) *ListDevicesInput + func (s *ListDevicesInput) Validate() error + func (s ListDevicesInput) GoString() string + func (s ListDevicesInput) String() string + type ListDevicesOutput struct + Devices []*DeviceType + PaginationToken *string + func (s *ListDevicesOutput) SetDevices(v []*DeviceType) *ListDevicesOutput + func (s *ListDevicesOutput) SetPaginationToken(v string) *ListDevicesOutput + func (s ListDevicesOutput) GoString() string + func (s ListDevicesOutput) String() string + type ListGroupsInput struct + Limit *int64 + NextToken *string + UserPoolId *string + func (s *ListGroupsInput) SetLimit(v int64) *ListGroupsInput + func (s *ListGroupsInput) SetNextToken(v string) *ListGroupsInput + func (s *ListGroupsInput) SetUserPoolId(v string) *ListGroupsInput + func (s *ListGroupsInput) Validate() error + func (s ListGroupsInput) GoString() string + func (s ListGroupsInput) String() string + type ListGroupsOutput struct + Groups []*GroupType + NextToken *string + func (s *ListGroupsOutput) SetGroups(v []*GroupType) *ListGroupsOutput + func (s *ListGroupsOutput) SetNextToken(v string) *ListGroupsOutput + func (s ListGroupsOutput) GoString() string + func (s ListGroupsOutput) String() string + type ListIdentityProvidersInput struct + MaxResults *int64 + NextToken *string + UserPoolId *string + func (s *ListIdentityProvidersInput) SetMaxResults(v int64) *ListIdentityProvidersInput + func (s *ListIdentityProvidersInput) SetNextToken(v string) *ListIdentityProvidersInput + func (s *ListIdentityProvidersInput) SetUserPoolId(v string) *ListIdentityProvidersInput + func (s *ListIdentityProvidersInput) Validate() error + func (s ListIdentityProvidersInput) GoString() string + func (s ListIdentityProvidersInput) String() string + type ListIdentityProvidersOutput struct + NextToken *string + Providers []*ProviderDescription + func (s *ListIdentityProvidersOutput) SetNextToken(v string) *ListIdentityProvidersOutput + func (s *ListIdentityProvidersOutput) SetProviders(v []*ProviderDescription) *ListIdentityProvidersOutput + func (s ListIdentityProvidersOutput) GoString() string + func (s ListIdentityProvidersOutput) String() string + type ListResourceServersInput struct + MaxResults *int64 + NextToken *string + UserPoolId *string + func (s *ListResourceServersInput) SetMaxResults(v int64) *ListResourceServersInput + func (s *ListResourceServersInput) SetNextToken(v string) *ListResourceServersInput + func (s *ListResourceServersInput) SetUserPoolId(v string) *ListResourceServersInput + func (s *ListResourceServersInput) Validate() error + func (s ListResourceServersInput) GoString() string + func (s ListResourceServersInput) String() string + type ListResourceServersOutput struct + NextToken *string + ResourceServers []*ResourceServerType + func (s *ListResourceServersOutput) SetNextToken(v string) *ListResourceServersOutput + func (s *ListResourceServersOutput) SetResourceServers(v []*ResourceServerType) *ListResourceServersOutput + func (s ListResourceServersOutput) GoString() string + func (s ListResourceServersOutput) String() string + type ListUserImportJobsInput struct + MaxResults *int64 + PaginationToken *string + UserPoolId *string + func (s *ListUserImportJobsInput) SetMaxResults(v int64) *ListUserImportJobsInput + func (s *ListUserImportJobsInput) SetPaginationToken(v string) *ListUserImportJobsInput + func (s *ListUserImportJobsInput) SetUserPoolId(v string) *ListUserImportJobsInput + func (s *ListUserImportJobsInput) Validate() error + func (s ListUserImportJobsInput) GoString() string + func (s ListUserImportJobsInput) String() string + type ListUserImportJobsOutput struct + PaginationToken *string + UserImportJobs []*UserImportJobType + func (s *ListUserImportJobsOutput) SetPaginationToken(v string) *ListUserImportJobsOutput + func (s *ListUserImportJobsOutput) SetUserImportJobs(v []*UserImportJobType) *ListUserImportJobsOutput + func (s ListUserImportJobsOutput) GoString() string + func (s ListUserImportJobsOutput) String() string + type ListUserPoolClientsInput struct + MaxResults *int64 + NextToken *string + UserPoolId *string + func (s *ListUserPoolClientsInput) SetMaxResults(v int64) *ListUserPoolClientsInput + func (s *ListUserPoolClientsInput) SetNextToken(v string) *ListUserPoolClientsInput + func (s *ListUserPoolClientsInput) SetUserPoolId(v string) *ListUserPoolClientsInput + func (s *ListUserPoolClientsInput) Validate() error + func (s ListUserPoolClientsInput) GoString() string + func (s ListUserPoolClientsInput) String() string + type ListUserPoolClientsOutput struct + NextToken *string + UserPoolClients []*UserPoolClientDescription + func (s *ListUserPoolClientsOutput) SetNextToken(v string) *ListUserPoolClientsOutput + func (s *ListUserPoolClientsOutput) SetUserPoolClients(v []*UserPoolClientDescription) *ListUserPoolClientsOutput + func (s ListUserPoolClientsOutput) GoString() string + func (s ListUserPoolClientsOutput) String() string + type ListUserPoolsInput struct + MaxResults *int64 + NextToken *string + func (s *ListUserPoolsInput) SetMaxResults(v int64) *ListUserPoolsInput + func (s *ListUserPoolsInput) SetNextToken(v string) *ListUserPoolsInput + func (s *ListUserPoolsInput) Validate() error + func (s ListUserPoolsInput) GoString() string + func (s ListUserPoolsInput) String() string + type ListUserPoolsOutput struct + NextToken *string + UserPools []*UserPoolDescriptionType + func (s *ListUserPoolsOutput) SetNextToken(v string) *ListUserPoolsOutput + func (s *ListUserPoolsOutput) SetUserPools(v []*UserPoolDescriptionType) *ListUserPoolsOutput + func (s ListUserPoolsOutput) GoString() string + func (s ListUserPoolsOutput) String() string + type ListUsersInGroupInput struct + GroupName *string + Limit *int64 + NextToken *string + UserPoolId *string + func (s *ListUsersInGroupInput) SetGroupName(v string) *ListUsersInGroupInput + func (s *ListUsersInGroupInput) SetLimit(v int64) *ListUsersInGroupInput + func (s *ListUsersInGroupInput) SetNextToken(v string) *ListUsersInGroupInput + func (s *ListUsersInGroupInput) SetUserPoolId(v string) *ListUsersInGroupInput + func (s *ListUsersInGroupInput) Validate() error + func (s ListUsersInGroupInput) GoString() string + func (s ListUsersInGroupInput) String() string + type ListUsersInGroupOutput struct + NextToken *string + Users []*UserType + func (s *ListUsersInGroupOutput) SetNextToken(v string) *ListUsersInGroupOutput + func (s *ListUsersInGroupOutput) SetUsers(v []*UserType) *ListUsersInGroupOutput + func (s ListUsersInGroupOutput) GoString() string + func (s ListUsersInGroupOutput) String() string + type ListUsersInput struct + AttributesToGet []*string + Filter *string + Limit *int64 + PaginationToken *string + UserPoolId *string + func (s *ListUsersInput) SetAttributesToGet(v []*string) *ListUsersInput + func (s *ListUsersInput) SetFilter(v string) *ListUsersInput + func (s *ListUsersInput) SetLimit(v int64) *ListUsersInput + func (s *ListUsersInput) SetPaginationToken(v string) *ListUsersInput + func (s *ListUsersInput) SetUserPoolId(v string) *ListUsersInput + func (s *ListUsersInput) Validate() error + func (s ListUsersInput) GoString() string + func (s ListUsersInput) String() string + type ListUsersOutput struct + PaginationToken *string + Users []*UserType + func (s *ListUsersOutput) SetPaginationToken(v string) *ListUsersOutput + func (s *ListUsersOutput) SetUsers(v []*UserType) *ListUsersOutput + func (s ListUsersOutput) GoString() string + func (s ListUsersOutput) String() string + type MFAOptionType struct + AttributeName *string + DeliveryMedium *string + func (s *MFAOptionType) SetAttributeName(v string) *MFAOptionType + func (s *MFAOptionType) SetDeliveryMedium(v string) *MFAOptionType + func (s *MFAOptionType) Validate() error + func (s MFAOptionType) GoString() string + func (s MFAOptionType) String() string + type MessageTemplateType struct + EmailMessage *string + EmailSubject *string + SMSMessage *string + func (s *MessageTemplateType) SetEmailMessage(v string) *MessageTemplateType + func (s *MessageTemplateType) SetEmailSubject(v string) *MessageTemplateType + func (s *MessageTemplateType) SetSMSMessage(v string) *MessageTemplateType + func (s *MessageTemplateType) Validate() error + func (s MessageTemplateType) GoString() string + func (s MessageTemplateType) String() string + type NewDeviceMetadataType struct + DeviceGroupKey *string + DeviceKey *string + func (s *NewDeviceMetadataType) SetDeviceGroupKey(v string) *NewDeviceMetadataType + func (s *NewDeviceMetadataType) SetDeviceKey(v string) *NewDeviceMetadataType + func (s NewDeviceMetadataType) GoString() string + func (s NewDeviceMetadataType) String() string + type NumberAttributeConstraintsType struct + MaxValue *string + MinValue *string + func (s *NumberAttributeConstraintsType) SetMaxValue(v string) *NumberAttributeConstraintsType + func (s *NumberAttributeConstraintsType) SetMinValue(v string) *NumberAttributeConstraintsType + func (s NumberAttributeConstraintsType) GoString() string + func (s NumberAttributeConstraintsType) String() string + type PasswordPolicyType struct + MinimumLength *int64 + RequireLowercase *bool + RequireNumbers *bool + RequireSymbols *bool + RequireUppercase *bool + func (s *PasswordPolicyType) SetMinimumLength(v int64) *PasswordPolicyType + func (s *PasswordPolicyType) SetRequireLowercase(v bool) *PasswordPolicyType + func (s *PasswordPolicyType) SetRequireNumbers(v bool) *PasswordPolicyType + func (s *PasswordPolicyType) SetRequireSymbols(v bool) *PasswordPolicyType + func (s *PasswordPolicyType) SetRequireUppercase(v bool) *PasswordPolicyType + func (s *PasswordPolicyType) Validate() error + func (s PasswordPolicyType) GoString() string + func (s PasswordPolicyType) String() string + type ProviderDescription struct + CreationDate *time.Time + LastModifiedDate *time.Time + ProviderName *string + ProviderType *string + func (s *ProviderDescription) SetCreationDate(v time.Time) *ProviderDescription + func (s *ProviderDescription) SetLastModifiedDate(v time.Time) *ProviderDescription + func (s *ProviderDescription) SetProviderName(v string) *ProviderDescription + func (s *ProviderDescription) SetProviderType(v string) *ProviderDescription + func (s ProviderDescription) GoString() string + func (s ProviderDescription) String() string + type ProviderUserIdentifierType struct + ProviderAttributeName *string + ProviderAttributeValue *string + ProviderName *string + func (s *ProviderUserIdentifierType) SetProviderAttributeName(v string) *ProviderUserIdentifierType + func (s *ProviderUserIdentifierType) SetProviderAttributeValue(v string) *ProviderUserIdentifierType + func (s *ProviderUserIdentifierType) SetProviderName(v string) *ProviderUserIdentifierType + func (s *ProviderUserIdentifierType) Validate() error + func (s ProviderUserIdentifierType) GoString() string + func (s ProviderUserIdentifierType) String() string + type ResendConfirmationCodeInput struct + ClientId *string + SecretHash *string + Username *string + func (s *ResendConfirmationCodeInput) SetClientId(v string) *ResendConfirmationCodeInput + func (s *ResendConfirmationCodeInput) SetSecretHash(v string) *ResendConfirmationCodeInput + func (s *ResendConfirmationCodeInput) SetUsername(v string) *ResendConfirmationCodeInput + func (s *ResendConfirmationCodeInput) Validate() error + func (s ResendConfirmationCodeInput) GoString() string + func (s ResendConfirmationCodeInput) String() string + type ResendConfirmationCodeOutput struct + CodeDeliveryDetails *CodeDeliveryDetailsType + func (s *ResendConfirmationCodeOutput) SetCodeDeliveryDetails(v *CodeDeliveryDetailsType) *ResendConfirmationCodeOutput + func (s ResendConfirmationCodeOutput) GoString() string + func (s ResendConfirmationCodeOutput) String() string + type ResourceServerScopeType struct + ScopeDescription *string + ScopeName *string + func (s *ResourceServerScopeType) SetScopeDescription(v string) *ResourceServerScopeType + func (s *ResourceServerScopeType) SetScopeName(v string) *ResourceServerScopeType + func (s *ResourceServerScopeType) Validate() error + func (s ResourceServerScopeType) GoString() string + func (s ResourceServerScopeType) String() string + type ResourceServerType struct + Identifier *string + Name *string + Scopes []*ResourceServerScopeType + UserPoolId *string + func (s *ResourceServerType) SetIdentifier(v string) *ResourceServerType + func (s *ResourceServerType) SetName(v string) *ResourceServerType + func (s *ResourceServerType) SetScopes(v []*ResourceServerScopeType) *ResourceServerType + func (s *ResourceServerType) SetUserPoolId(v string) *ResourceServerType + func (s ResourceServerType) GoString() string + func (s ResourceServerType) String() string + type RespondToAuthChallengeInput struct + ChallengeName *string + ChallengeResponses map[string]*string + ClientId *string + Session *string + func (s *RespondToAuthChallengeInput) SetChallengeName(v string) *RespondToAuthChallengeInput + func (s *RespondToAuthChallengeInput) SetChallengeResponses(v map[string]*string) *RespondToAuthChallengeInput + func (s *RespondToAuthChallengeInput) SetClientId(v string) *RespondToAuthChallengeInput + func (s *RespondToAuthChallengeInput) SetSession(v string) *RespondToAuthChallengeInput + func (s *RespondToAuthChallengeInput) Validate() error + func (s RespondToAuthChallengeInput) GoString() string + func (s RespondToAuthChallengeInput) String() string + type RespondToAuthChallengeOutput struct + AuthenticationResult *AuthenticationResultType + ChallengeName *string + ChallengeParameters map[string]*string + Session *string + func (s *RespondToAuthChallengeOutput) SetAuthenticationResult(v *AuthenticationResultType) *RespondToAuthChallengeOutput + func (s *RespondToAuthChallengeOutput) SetChallengeName(v string) *RespondToAuthChallengeOutput + func (s *RespondToAuthChallengeOutput) SetChallengeParameters(v map[string]*string) *RespondToAuthChallengeOutput + func (s *RespondToAuthChallengeOutput) SetSession(v string) *RespondToAuthChallengeOutput + func (s RespondToAuthChallengeOutput) GoString() string + func (s RespondToAuthChallengeOutput) String() string + type SchemaAttributeType struct + AttributeDataType *string + DeveloperOnlyAttribute *bool + Mutable *bool + Name *string + NumberAttributeConstraints *NumberAttributeConstraintsType + Required *bool + StringAttributeConstraints *StringAttributeConstraintsType + func (s *SchemaAttributeType) SetAttributeDataType(v string) *SchemaAttributeType + func (s *SchemaAttributeType) SetDeveloperOnlyAttribute(v bool) *SchemaAttributeType + func (s *SchemaAttributeType) SetMutable(v bool) *SchemaAttributeType + func (s *SchemaAttributeType) SetName(v string) *SchemaAttributeType + func (s *SchemaAttributeType) SetNumberAttributeConstraints(v *NumberAttributeConstraintsType) *SchemaAttributeType + func (s *SchemaAttributeType) SetRequired(v bool) *SchemaAttributeType + func (s *SchemaAttributeType) SetStringAttributeConstraints(v *StringAttributeConstraintsType) *SchemaAttributeType + func (s *SchemaAttributeType) Validate() error + func (s SchemaAttributeType) GoString() string + func (s SchemaAttributeType) String() string + type SetUICustomizationInput struct + CSS *string + ClientId *string + ImageFile []byte + UserPoolId *string + func (s *SetUICustomizationInput) SetCSS(v string) *SetUICustomizationInput + func (s *SetUICustomizationInput) SetClientId(v string) *SetUICustomizationInput + func (s *SetUICustomizationInput) SetImageFile(v []byte) *SetUICustomizationInput + func (s *SetUICustomizationInput) SetUserPoolId(v string) *SetUICustomizationInput + func (s *SetUICustomizationInput) Validate() error + func (s SetUICustomizationInput) GoString() string + func (s SetUICustomizationInput) String() string + type SetUICustomizationOutput struct + UICustomization *UICustomizationType + func (s *SetUICustomizationOutput) SetUICustomization(v *UICustomizationType) *SetUICustomizationOutput + func (s SetUICustomizationOutput) GoString() string + func (s SetUICustomizationOutput) String() string + type SetUserSettingsInput struct + AccessToken *string + MFAOptions []*MFAOptionType + func (s *SetUserSettingsInput) SetAccessToken(v string) *SetUserSettingsInput + func (s *SetUserSettingsInput) SetMFAOptions(v []*MFAOptionType) *SetUserSettingsInput + func (s *SetUserSettingsInput) Validate() error + func (s SetUserSettingsInput) GoString() string + func (s SetUserSettingsInput) String() string + type SetUserSettingsOutput struct + func (s SetUserSettingsOutput) GoString() string + func (s SetUserSettingsOutput) String() string + type SignUpInput struct + ClientId *string + Password *string + SecretHash *string + UserAttributes []*AttributeType + Username *string + ValidationData []*AttributeType + func (s *SignUpInput) SetClientId(v string) *SignUpInput + func (s *SignUpInput) SetPassword(v string) *SignUpInput + func (s *SignUpInput) SetSecretHash(v string) *SignUpInput + func (s *SignUpInput) SetUserAttributes(v []*AttributeType) *SignUpInput + func (s *SignUpInput) SetUsername(v string) *SignUpInput + func (s *SignUpInput) SetValidationData(v []*AttributeType) *SignUpInput + func (s *SignUpInput) Validate() error + func (s SignUpInput) GoString() string + func (s SignUpInput) String() string + type SignUpOutput struct + CodeDeliveryDetails *CodeDeliveryDetailsType + UserConfirmed *bool + UserSub *string + func (s *SignUpOutput) SetCodeDeliveryDetails(v *CodeDeliveryDetailsType) *SignUpOutput + func (s *SignUpOutput) SetUserConfirmed(v bool) *SignUpOutput + func (s *SignUpOutput) SetUserSub(v string) *SignUpOutput + func (s SignUpOutput) GoString() string + func (s SignUpOutput) String() string + type SmsConfigurationType struct + ExternalId *string + SnsCallerArn *string + func (s *SmsConfigurationType) SetExternalId(v string) *SmsConfigurationType + func (s *SmsConfigurationType) SetSnsCallerArn(v string) *SmsConfigurationType + func (s *SmsConfigurationType) Validate() error + func (s SmsConfigurationType) GoString() string + func (s SmsConfigurationType) String() string + type StartUserImportJobInput struct + JobId *string + UserPoolId *string + func (s *StartUserImportJobInput) SetJobId(v string) *StartUserImportJobInput + func (s *StartUserImportJobInput) SetUserPoolId(v string) *StartUserImportJobInput + func (s *StartUserImportJobInput) Validate() error + func (s StartUserImportJobInput) GoString() string + func (s StartUserImportJobInput) String() string + type StartUserImportJobOutput struct + UserImportJob *UserImportJobType + func (s *StartUserImportJobOutput) SetUserImportJob(v *UserImportJobType) *StartUserImportJobOutput + func (s StartUserImportJobOutput) GoString() string + func (s StartUserImportJobOutput) String() string + type StopUserImportJobInput struct + JobId *string + UserPoolId *string + func (s *StopUserImportJobInput) SetJobId(v string) *StopUserImportJobInput + func (s *StopUserImportJobInput) SetUserPoolId(v string) *StopUserImportJobInput + func (s *StopUserImportJobInput) Validate() error + func (s StopUserImportJobInput) GoString() string + func (s StopUserImportJobInput) String() string + type StopUserImportJobOutput struct + UserImportJob *UserImportJobType + func (s *StopUserImportJobOutput) SetUserImportJob(v *UserImportJobType) *StopUserImportJobOutput + func (s StopUserImportJobOutput) GoString() string + func (s StopUserImportJobOutput) String() string + type StringAttributeConstraintsType struct + MaxLength *string + MinLength *string + func (s *StringAttributeConstraintsType) SetMaxLength(v string) *StringAttributeConstraintsType + func (s *StringAttributeConstraintsType) SetMinLength(v string) *StringAttributeConstraintsType + func (s StringAttributeConstraintsType) GoString() string + func (s StringAttributeConstraintsType) String() string + type UICustomizationType struct + CSS *string + CSSVersion *string + ClientId *string + CreationDate *time.Time + ImageUrl *string + LastModifiedDate *time.Time + UserPoolId *string + func (s *UICustomizationType) SetCSS(v string) *UICustomizationType + func (s *UICustomizationType) SetCSSVersion(v string) *UICustomizationType + func (s *UICustomizationType) SetClientId(v string) *UICustomizationType + func (s *UICustomizationType) SetCreationDate(v time.Time) *UICustomizationType + func (s *UICustomizationType) SetImageUrl(v string) *UICustomizationType + func (s *UICustomizationType) SetLastModifiedDate(v time.Time) *UICustomizationType + func (s *UICustomizationType) SetUserPoolId(v string) *UICustomizationType + func (s UICustomizationType) GoString() string + func (s UICustomizationType) String() string + type UpdateDeviceStatusInput struct + AccessToken *string + DeviceKey *string + DeviceRememberedStatus *string + func (s *UpdateDeviceStatusInput) SetAccessToken(v string) *UpdateDeviceStatusInput + func (s *UpdateDeviceStatusInput) SetDeviceKey(v string) *UpdateDeviceStatusInput + func (s *UpdateDeviceStatusInput) SetDeviceRememberedStatus(v string) *UpdateDeviceStatusInput + func (s *UpdateDeviceStatusInput) Validate() error + func (s UpdateDeviceStatusInput) GoString() string + func (s UpdateDeviceStatusInput) String() string + type UpdateDeviceStatusOutput struct + func (s UpdateDeviceStatusOutput) GoString() string + func (s UpdateDeviceStatusOutput) String() string + type UpdateGroupInput struct + Description *string + GroupName *string + Precedence *int64 + RoleArn *string + UserPoolId *string + func (s *UpdateGroupInput) SetDescription(v string) *UpdateGroupInput + func (s *UpdateGroupInput) SetGroupName(v string) *UpdateGroupInput + func (s *UpdateGroupInput) SetPrecedence(v int64) *UpdateGroupInput + func (s *UpdateGroupInput) SetRoleArn(v string) *UpdateGroupInput + func (s *UpdateGroupInput) SetUserPoolId(v string) *UpdateGroupInput + func (s *UpdateGroupInput) Validate() error + func (s UpdateGroupInput) GoString() string + func (s UpdateGroupInput) String() string + type UpdateGroupOutput struct + Group *GroupType + func (s *UpdateGroupOutput) SetGroup(v *GroupType) *UpdateGroupOutput + func (s UpdateGroupOutput) GoString() string + func (s UpdateGroupOutput) String() string + type UpdateIdentityProviderInput struct + AttributeMapping map[string]*string + IdpIdentifiers []*string + ProviderDetails map[string]*string + ProviderName *string + UserPoolId *string + func (s *UpdateIdentityProviderInput) SetAttributeMapping(v map[string]*string) *UpdateIdentityProviderInput + func (s *UpdateIdentityProviderInput) SetIdpIdentifiers(v []*string) *UpdateIdentityProviderInput + func (s *UpdateIdentityProviderInput) SetProviderDetails(v map[string]*string) *UpdateIdentityProviderInput + func (s *UpdateIdentityProviderInput) SetProviderName(v string) *UpdateIdentityProviderInput + func (s *UpdateIdentityProviderInput) SetUserPoolId(v string) *UpdateIdentityProviderInput + func (s *UpdateIdentityProviderInput) Validate() error + func (s UpdateIdentityProviderInput) GoString() string + func (s UpdateIdentityProviderInput) String() string + type UpdateIdentityProviderOutput struct + IdentityProvider *IdentityProviderType + func (s *UpdateIdentityProviderOutput) SetIdentityProvider(v *IdentityProviderType) *UpdateIdentityProviderOutput + func (s UpdateIdentityProviderOutput) GoString() string + func (s UpdateIdentityProviderOutput) String() string + type UpdateResourceServerInput struct + Identifier *string + Name *string + Scopes []*ResourceServerScopeType + UserPoolId *string + func (s *UpdateResourceServerInput) SetIdentifier(v string) *UpdateResourceServerInput + func (s *UpdateResourceServerInput) SetName(v string) *UpdateResourceServerInput + func (s *UpdateResourceServerInput) SetScopes(v []*ResourceServerScopeType) *UpdateResourceServerInput + func (s *UpdateResourceServerInput) SetUserPoolId(v string) *UpdateResourceServerInput + func (s *UpdateResourceServerInput) Validate() error + func (s UpdateResourceServerInput) GoString() string + func (s UpdateResourceServerInput) String() string + type UpdateResourceServerOutput struct + ResourceServer *ResourceServerType + func (s *UpdateResourceServerOutput) SetResourceServer(v *ResourceServerType) *UpdateResourceServerOutput + func (s UpdateResourceServerOutput) GoString() string + func (s UpdateResourceServerOutput) String() string + type UpdateUserAttributesInput struct + AccessToken *string + UserAttributes []*AttributeType + func (s *UpdateUserAttributesInput) SetAccessToken(v string) *UpdateUserAttributesInput + func (s *UpdateUserAttributesInput) SetUserAttributes(v []*AttributeType) *UpdateUserAttributesInput + func (s *UpdateUserAttributesInput) Validate() error + func (s UpdateUserAttributesInput) GoString() string + func (s UpdateUserAttributesInput) String() string + type UpdateUserAttributesOutput struct + CodeDeliveryDetailsList []*CodeDeliveryDetailsType + func (s *UpdateUserAttributesOutput) SetCodeDeliveryDetailsList(v []*CodeDeliveryDetailsType) *UpdateUserAttributesOutput + func (s UpdateUserAttributesOutput) GoString() string + func (s UpdateUserAttributesOutput) String() string + type UpdateUserPoolClientInput struct + AllowedOAuthFlows []*string + AllowedOAuthFlowsUserPoolClient *bool + AllowedOAuthScopes []*string + CallbackURLs []*string + ClientId *string + ClientName *string + DefaultRedirectURI *string + ExplicitAuthFlows []*string + LogoutURLs []*string + ReadAttributes []*string + RefreshTokenValidity *int64 + SupportedIdentityProviders []*string + UserPoolId *string + WriteAttributes []*string + func (s *UpdateUserPoolClientInput) SetAllowedOAuthFlows(v []*string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetAllowedOAuthFlowsUserPoolClient(v bool) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetAllowedOAuthScopes(v []*string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetCallbackURLs(v []*string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetClientId(v string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetClientName(v string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetDefaultRedirectURI(v string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetExplicitAuthFlows(v []*string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetLogoutURLs(v []*string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetReadAttributes(v []*string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetRefreshTokenValidity(v int64) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetSupportedIdentityProviders(v []*string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetUserPoolId(v string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) SetWriteAttributes(v []*string) *UpdateUserPoolClientInput + func (s *UpdateUserPoolClientInput) Validate() error + func (s UpdateUserPoolClientInput) GoString() string + func (s UpdateUserPoolClientInput) String() string + type UpdateUserPoolClientOutput struct + UserPoolClient *UserPoolClientType + func (s *UpdateUserPoolClientOutput) SetUserPoolClient(v *UserPoolClientType) *UpdateUserPoolClientOutput + func (s UpdateUserPoolClientOutput) GoString() string + func (s UpdateUserPoolClientOutput) String() string + type UpdateUserPoolInput struct + AdminCreateUserConfig *AdminCreateUserConfigType + AutoVerifiedAttributes []*string + DeviceConfiguration *DeviceConfigurationType + EmailConfiguration *EmailConfigurationType + EmailVerificationMessage *string + EmailVerificationSubject *string + LambdaConfig *LambdaConfigType + MfaConfiguration *string + Policies *UserPoolPolicyType + SmsAuthenticationMessage *string + SmsConfiguration *SmsConfigurationType + SmsVerificationMessage *string + UserPoolId *string + UserPoolTags map[string]*string + VerificationMessageTemplate *VerificationMessageTemplateType + func (s *UpdateUserPoolInput) SetAdminCreateUserConfig(v *AdminCreateUserConfigType) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetAutoVerifiedAttributes(v []*string) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetDeviceConfiguration(v *DeviceConfigurationType) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetEmailConfiguration(v *EmailConfigurationType) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetEmailVerificationMessage(v string) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetEmailVerificationSubject(v string) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetLambdaConfig(v *LambdaConfigType) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetMfaConfiguration(v string) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetPolicies(v *UserPoolPolicyType) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetSmsAuthenticationMessage(v string) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetSmsConfiguration(v *SmsConfigurationType) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetSmsVerificationMessage(v string) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetUserPoolId(v string) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetUserPoolTags(v map[string]*string) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) SetVerificationMessageTemplate(v *VerificationMessageTemplateType) *UpdateUserPoolInput + func (s *UpdateUserPoolInput) Validate() error + func (s UpdateUserPoolInput) GoString() string + func (s UpdateUserPoolInput) String() string + type UpdateUserPoolOutput struct + func (s UpdateUserPoolOutput) GoString() string + func (s UpdateUserPoolOutput) String() string + type UserImportJobType struct + CloudWatchLogsRoleArn *string + CompletionDate *time.Time + CompletionMessage *string + CreationDate *time.Time + FailedUsers *int64 + ImportedUsers *int64 + JobId *string + JobName *string + PreSignedUrl *string + SkippedUsers *int64 + StartDate *time.Time + Status *string + UserPoolId *string + func (s *UserImportJobType) SetCloudWatchLogsRoleArn(v string) *UserImportJobType + func (s *UserImportJobType) SetCompletionDate(v time.Time) *UserImportJobType + func (s *UserImportJobType) SetCompletionMessage(v string) *UserImportJobType + func (s *UserImportJobType) SetCreationDate(v time.Time) *UserImportJobType + func (s *UserImportJobType) SetFailedUsers(v int64) *UserImportJobType + func (s *UserImportJobType) SetImportedUsers(v int64) *UserImportJobType + func (s *UserImportJobType) SetJobId(v string) *UserImportJobType + func (s *UserImportJobType) SetJobName(v string) *UserImportJobType + func (s *UserImportJobType) SetPreSignedUrl(v string) *UserImportJobType + func (s *UserImportJobType) SetSkippedUsers(v int64) *UserImportJobType + func (s *UserImportJobType) SetStartDate(v time.Time) *UserImportJobType + func (s *UserImportJobType) SetStatus(v string) *UserImportJobType + func (s *UserImportJobType) SetUserPoolId(v string) *UserImportJobType + func (s UserImportJobType) GoString() string + func (s UserImportJobType) String() string + type UserPoolClientDescription struct + ClientId *string + ClientName *string + UserPoolId *string + func (s *UserPoolClientDescription) SetClientId(v string) *UserPoolClientDescription + func (s *UserPoolClientDescription) SetClientName(v string) *UserPoolClientDescription + func (s *UserPoolClientDescription) SetUserPoolId(v string) *UserPoolClientDescription + func (s UserPoolClientDescription) GoString() string + func (s UserPoolClientDescription) String() string + type UserPoolClientType struct + AllowedOAuthFlows []*string + AllowedOAuthFlowsUserPoolClient *bool + AllowedOAuthScopes []*string + CallbackURLs []*string + ClientId *string + ClientName *string + ClientSecret *string + CreationDate *time.Time + DefaultRedirectURI *string + ExplicitAuthFlows []*string + LastModifiedDate *time.Time + LogoutURLs []*string + ReadAttributes []*string + RefreshTokenValidity *int64 + SupportedIdentityProviders []*string + UserPoolId *string + WriteAttributes []*string + func (s *UserPoolClientType) SetAllowedOAuthFlows(v []*string) *UserPoolClientType + func (s *UserPoolClientType) SetAllowedOAuthFlowsUserPoolClient(v bool) *UserPoolClientType + func (s *UserPoolClientType) SetAllowedOAuthScopes(v []*string) *UserPoolClientType + func (s *UserPoolClientType) SetCallbackURLs(v []*string) *UserPoolClientType + func (s *UserPoolClientType) SetClientId(v string) *UserPoolClientType + func (s *UserPoolClientType) SetClientName(v string) *UserPoolClientType + func (s *UserPoolClientType) SetClientSecret(v string) *UserPoolClientType + func (s *UserPoolClientType) SetCreationDate(v time.Time) *UserPoolClientType + func (s *UserPoolClientType) SetDefaultRedirectURI(v string) *UserPoolClientType + func (s *UserPoolClientType) SetExplicitAuthFlows(v []*string) *UserPoolClientType + func (s *UserPoolClientType) SetLastModifiedDate(v time.Time) *UserPoolClientType + func (s *UserPoolClientType) SetLogoutURLs(v []*string) *UserPoolClientType + func (s *UserPoolClientType) SetReadAttributes(v []*string) *UserPoolClientType + func (s *UserPoolClientType) SetRefreshTokenValidity(v int64) *UserPoolClientType + func (s *UserPoolClientType) SetSupportedIdentityProviders(v []*string) *UserPoolClientType + func (s *UserPoolClientType) SetUserPoolId(v string) *UserPoolClientType + func (s *UserPoolClientType) SetWriteAttributes(v []*string) *UserPoolClientType + func (s UserPoolClientType) GoString() string + func (s UserPoolClientType) String() string + type UserPoolDescriptionType struct + CreationDate *time.Time + Id *string + LambdaConfig *LambdaConfigType + LastModifiedDate *time.Time + Name *string + Status *string + func (s *UserPoolDescriptionType) SetCreationDate(v time.Time) *UserPoolDescriptionType + func (s *UserPoolDescriptionType) SetId(v string) *UserPoolDescriptionType + func (s *UserPoolDescriptionType) SetLambdaConfig(v *LambdaConfigType) *UserPoolDescriptionType + func (s *UserPoolDescriptionType) SetLastModifiedDate(v time.Time) *UserPoolDescriptionType + func (s *UserPoolDescriptionType) SetName(v string) *UserPoolDescriptionType + func (s *UserPoolDescriptionType) SetStatus(v string) *UserPoolDescriptionType + func (s UserPoolDescriptionType) GoString() string + func (s UserPoolDescriptionType) String() string + type UserPoolPolicyType struct + PasswordPolicy *PasswordPolicyType + func (s *UserPoolPolicyType) SetPasswordPolicy(v *PasswordPolicyType) *UserPoolPolicyType + func (s *UserPoolPolicyType) Validate() error + func (s UserPoolPolicyType) GoString() string + func (s UserPoolPolicyType) String() string + type UserPoolType struct + AdminCreateUserConfig *AdminCreateUserConfigType + AliasAttributes []*string + AutoVerifiedAttributes []*string + CreationDate *time.Time + DeviceConfiguration *DeviceConfigurationType + EmailConfiguration *EmailConfigurationType + EmailConfigurationFailure *string + EmailVerificationMessage *string + EmailVerificationSubject *string + EstimatedNumberOfUsers *int64 + Id *string + LambdaConfig *LambdaConfigType + LastModifiedDate *time.Time + MfaConfiguration *string + Name *string + Policies *UserPoolPolicyType + SchemaAttributes []*SchemaAttributeType + SmsAuthenticationMessage *string + SmsConfiguration *SmsConfigurationType + SmsConfigurationFailure *string + SmsVerificationMessage *string + Status *string + UserPoolTags map[string]*string + UsernameAttributes []*string + VerificationMessageTemplate *VerificationMessageTemplateType + func (s *UserPoolType) SetAdminCreateUserConfig(v *AdminCreateUserConfigType) *UserPoolType + func (s *UserPoolType) SetAliasAttributes(v []*string) *UserPoolType + func (s *UserPoolType) SetAutoVerifiedAttributes(v []*string) *UserPoolType + func (s *UserPoolType) SetCreationDate(v time.Time) *UserPoolType + func (s *UserPoolType) SetDeviceConfiguration(v *DeviceConfigurationType) *UserPoolType + func (s *UserPoolType) SetEmailConfiguration(v *EmailConfigurationType) *UserPoolType + func (s *UserPoolType) SetEmailConfigurationFailure(v string) *UserPoolType + func (s *UserPoolType) SetEmailVerificationMessage(v string) *UserPoolType + func (s *UserPoolType) SetEmailVerificationSubject(v string) *UserPoolType + func (s *UserPoolType) SetEstimatedNumberOfUsers(v int64) *UserPoolType + func (s *UserPoolType) SetId(v string) *UserPoolType + func (s *UserPoolType) SetLambdaConfig(v *LambdaConfigType) *UserPoolType + func (s *UserPoolType) SetLastModifiedDate(v time.Time) *UserPoolType + func (s *UserPoolType) SetMfaConfiguration(v string) *UserPoolType + func (s *UserPoolType) SetName(v string) *UserPoolType + func (s *UserPoolType) SetPolicies(v *UserPoolPolicyType) *UserPoolType + func (s *UserPoolType) SetSchemaAttributes(v []*SchemaAttributeType) *UserPoolType + func (s *UserPoolType) SetSmsAuthenticationMessage(v string) *UserPoolType + func (s *UserPoolType) SetSmsConfiguration(v *SmsConfigurationType) *UserPoolType + func (s *UserPoolType) SetSmsConfigurationFailure(v string) *UserPoolType + func (s *UserPoolType) SetSmsVerificationMessage(v string) *UserPoolType + func (s *UserPoolType) SetStatus(v string) *UserPoolType + func (s *UserPoolType) SetUserPoolTags(v map[string]*string) *UserPoolType + func (s *UserPoolType) SetUsernameAttributes(v []*string) *UserPoolType + func (s *UserPoolType) SetVerificationMessageTemplate(v *VerificationMessageTemplateType) *UserPoolType + func (s UserPoolType) GoString() string + func (s UserPoolType) String() string + type UserType struct + Attributes []*AttributeType + Enabled *bool + MFAOptions []*MFAOptionType + UserCreateDate *time.Time + UserLastModifiedDate *time.Time + UserStatus *string + Username *string + func (s *UserType) SetAttributes(v []*AttributeType) *UserType + func (s *UserType) SetEnabled(v bool) *UserType + func (s *UserType) SetMFAOptions(v []*MFAOptionType) *UserType + func (s *UserType) SetUserCreateDate(v time.Time) *UserType + func (s *UserType) SetUserLastModifiedDate(v time.Time) *UserType + func (s *UserType) SetUserStatus(v string) *UserType + func (s *UserType) SetUsername(v string) *UserType + func (s UserType) GoString() string + func (s UserType) String() string + type VerificationMessageTemplateType struct + DefaultEmailOption *string + EmailMessage *string + EmailMessageByLink *string + EmailSubject *string + EmailSubjectByLink *string + SmsMessage *string + func (s *VerificationMessageTemplateType) SetDefaultEmailOption(v string) *VerificationMessageTemplateType + func (s *VerificationMessageTemplateType) SetEmailMessage(v string) *VerificationMessageTemplateType + func (s *VerificationMessageTemplateType) SetEmailMessageByLink(v string) *VerificationMessageTemplateType + func (s *VerificationMessageTemplateType) SetEmailSubject(v string) *VerificationMessageTemplateType + func (s *VerificationMessageTemplateType) SetEmailSubjectByLink(v string) *VerificationMessageTemplateType + func (s *VerificationMessageTemplateType) SetSmsMessage(v string) *VerificationMessageTemplateType + func (s *VerificationMessageTemplateType) Validate() error + func (s VerificationMessageTemplateType) GoString() string + func (s VerificationMessageTemplateType) String() string + type VerifyUserAttributeInput struct + AccessToken *string + AttributeName *string + Code *string + func (s *VerifyUserAttributeInput) SetAccessToken(v string) *VerifyUserAttributeInput + func (s *VerifyUserAttributeInput) SetAttributeName(v string) *VerifyUserAttributeInput + func (s *VerifyUserAttributeInput) SetCode(v string) *VerifyUserAttributeInput + func (s *VerifyUserAttributeInput) Validate() error + func (s VerifyUserAttributeInput) GoString() string + func (s VerifyUserAttributeInput) String() string + type VerifyUserAttributeOutput struct + func (s VerifyUserAttributeOutput) GoString() string + func (s VerifyUserAttributeOutput) String() string